/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #E00000;
    --secondary: #E9500C;
    --theme-color: #633100;
    --second-color: #F4B323;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Quicksand", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Spectral", serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 1.25rem 3.7em;
    border-radius: 10px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white) !important;
}

.borderBtn:hover {
    border-color: var(--secondary) !important;
}

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    background: url(../images/mainBanner.png)center/cover fixed;
    height: 900px;
    display: flex;
    align-items: center;
}

.mainBanner:before {
    content: "";
    position: absolute;
    background: #0000008c;
    inset: 0;
    opacity: 80%;
}

.bannerContent h1 {
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 5rem;
    letter-spacing: 2.9px;
}

.bannerContent p {
    color: var(--white);
    font-size: 1.125rem;
    margin: 1rem 0 2.5rem 0;
}

.borderBtn {
    background: transparent;
    border: 2px solid var(--second-color);
    font-weight: 400;
}

.bannerContent {
    margin-top: 12rem;
}

/* Main Banner Css End */

/* Customer Sec Css Start */

.customerBox {
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    background: var(--white);
    text-align: center;
    padding: 0 1.5rem 3.125rem 1.5rem;
    margin-top: -3.75rem;
}

.customerBox h3 {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 1.25rem;
    margin: 1.5625rem 0 0.625rem 0;
}

.customerBox p {
    margin: 0;
    color: #292929;
}

.customerBox figure {
    background: var(--secondary);
    width: 5rem;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    margin: -2.5rem auto 0;
}

/* Customer Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem 0 12.5rem 0;
}

.aboutContent span {
    color: var(--secondary);
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.54px;
    display: block;
    margin-bottom: 0.875rem;
}

.secHeading {
    font-weight: bold;
    font-size: 3.125rem;
    text-transform: capitalize;
    color: #413D3C;
    letter-spacing: 0.77px;
    line-height: 1.1;
}

.aboutContent p {
    color: #333333;
    line-height: 2.1;
    letter-spacing: 0.54px;
    width: 85%;
    margin: 1rem 0 2.5rem 0;
}

.themeBtn1 {
    font-weight: 400;
    padding: 1.25rem 3.2em;
}

.aboutImages {
    position: relative;
}

.abt2 {
    position: absolute;
    bottom: -7rem;
    left: 0;
    border: 15px solid var(--white);
}

.aboutContent {
    margin-top: 4.375rem;
}

/* About Sec Css End */

/* Apparel Sec Css Start */

.apparelSec {
    background: url(../images/apparelBg.png)center/cover fixed;
    padding: 6.25rem 0 5rem 0;
    z-index: 1;
}

.apparelSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 70%;
    z-index: -1;
}

.apparelSec .row+.row {
    margin-top: 5rem;
}

.apparelHeading {
    margin-bottom: 3.125rem;
}

.apparelHeading p {
    color: var(--white);
    letter-spacing: 1px;
    margin: 1.5rem 0 0 0;
}

.apparelWraps {
    display: flex;
    gap: 2rem;
    text-align: center;
}

.apparelBox h3 {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--secondary);
    margin-top: 1.5625rem;
    text-align: center;
}

.apparelBox span {
    color: var(--white);
    font-weight: bold;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
}

.apparelBox span del {
    font-size: 0.75rem;
    opacity: 50%;
}

.apparelBox figure small {
    font-size: 0.625rem;
    color: var(--white);
    background: var(--theme-color);
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
}

.apparelBox figure {
    position: relative;
    overflow: hidden;
}

.apparelBox figure img {
    transition: 0.7s ease;
}

.apparelBox:hover figure img {
    transform: scale(1.2);
}

/* Apparel Sec Css End */

/* Decor Sec Css Start */

.decorSec {
    padding: 7.5rem 0;
}

.decorHeading h2 {
    color: var(--theme-color);
}

.decorHeading p {
    color: var(--theme-color);
    letter-spacing: 1px;
    margin: 1.5rem 0 0 0;
}

.decorHeading {
    margin-bottom: 2.5rem;
}

.decorWraps {
    position: relative;
    cursor: pointer;
}

.decorContent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s ease;
    text-align:center;
}

.decorContent h3 {
    color: var(--secondary);
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.decorContent span {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 2rem;
}

.decorWraps:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 70%;
    transform: scaleX(0);
    transition: 0.5s ease;
}

.decorWraps:hover:before {
    transform: scale(1);
}

.decorWraps:hover .decorContent {
    opacity: 1;
}


.decorWraps+.decorWraps {
    margin-top: 1.9rem;
}

/* Decor Sec Css End */

/* Spices Sec Css Start */

.spiceSec {
    background: url(../images/spiceBg.png)center/cover fixed;
    padding: 5.625rem 0 6.875rem 0;
}

.spiceHeading {
    margin-bottom: 2.5rem;
}

.spiceWraps figure img {
    width: 100%;
}

.spiceWraps {
    position: relative;
}

.spiceContent {
    position: absolute;
    top: 1.875rem;
    left: 1.875rem;
    background: var(--black);
    right: 1.875rem;
    padding: 1.875rem 0.625rem 1.25rem 1.25rem;
}

.spiceContent h3 {
    color: var(--second-color);
    font-weight: 400;
    font-size: 2.125rem;
    letter-spacing: 2px;
}

.spiceContent h4 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
}

.spiceContent .borderBtn {
    border-color: var(--primary);
    margin-top: 1.5625rem;
    padding: 0.89rem 1.65em;
}

.spiceWraps+.spiceWraps {
    margin-top: 1.875rem;
}

.spiceOne figure img {
    height: 760px;
    object-fit: cover;
}

.spiceBox {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: rgb(0 0 0 / 90%);
    padding: 1rem 1.75em;
    opacity: 0;
    transition: 0.5s ease;
}

.spiceBox h3 {
    color: var(--white);
    margin-bottom: 1rem;
}

.spiceBox a {
    border-color: var(--primary);
    padding: 0.89rem 1.65em;
}

.spiceWraps:hover .spiceBox {
    opacity: 1;
}

.spiceWraps:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    width: 0;
    height: 100%;
    opacity: 0.5;
    transition: 0.5s ease;
}

.spiceWraps:hover:before {
    width: 100%;
}

/* Spices Sec Css End */

/* Market Sec Css Start */

.marketSec {
    padding: 5.625rem 0 6.875rem 0;
}

/* Market Sec Css End */

/* Style Sec Css Start */

.styleSec {
    background: url(../images/styleBg.png)center/cover fixed;
    padding: 11.875rem 0;
}

.styleSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 30%;
}

.styleContent h2 {
    color: var(--white);
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.styleContent p {
    color: var(--white);
    margin: 1rem 0 2.5rem 0;
    line-height: 1.7;
}

.styleContent .borderBtn {
    border-color: var(--secondary);
    color: var(--secondary);
    padding: 0.85rem 3.2em;
}

/* Style Sec Css End */

/* Dancing Sec Css Start */

.dancingSec .decorContent h3 {
    color: var(--white);
    font-size: 2rem;
}

.dancingSec .decorContent span {
    color: var(--second-color);
    font-size: 1.25rem;
}

/* Dancing Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 3.125rem;
}

.footWraps {
    display: flex;
    gap: 3.125rem;
    margin-left: 3rem;
    border-bottom: 1px solid #2A2A2A;
    padding-bottom: 1.375rem;
}

.footMenu h3 {
    color: var(--second-color);
    font-size: 1.625rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 1.125rem;
}

.footMenu ul {
    display: flex;
    gap: 2.5rem;
}

.footMenu ul li a {
    color: var(--white);
    text-transform: capitalize;
    font-size: 15px;
}

.footMenu ul li a:hover,
.footerContact li a:hover {
    color: var(--second-color);
}

.footerContact {
    display: flex;
    margin-left: 3rem;
    padding-top: 1.5625rem;
    gap: 6.25rem;
    align-items: center;
}

.footerContact li a {
    color: white;
}

.footerContact li:nth-child(1) a {
    color: var(--second-color);
    font-size: 1.625rem;
    font-weight: bold;
}

.copyRight {
    border-top: 1px solid #2A2A2A;
    margin-top: 2rem;
    padding: 1rem 0;
}

.copyRight p {
    color: var(--white);
    margin: 0;
}

.socialLinks {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.socialLinks li a {
    background: var(--second-color);
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--theme-color);
    font-size: 1.375rem;
}

.socialLinks li a:hover {
    background: var(--secondary);
    color: var(--white);
}

.paymentImages {
    display: flex;
    justify-content: end;
    gap: 0.625rem;
}

/* Footer Css End */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}

/* !SEARCH BAR CSS */

/* Inner Css Start */

.innerBanner {
    /*background: url(../images/innerBanner.png)center/cover;*/
    height: 600px !important;
}

.shopInner {
    padding: 7.5rem 0;
}

.shopsideBar h3 {
    background: #E9E9E9;
    color: var(--black);
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 0.625rem 0.9375rem;
    border-left: 5px solid var(--primary);
    margin-bottom: 1.5625rem;
}

.shopsideBar ul li a {
    color: #292929;
    padding: 8px 0;
    display: block;
}

.featureBar {
    background: #F4F4F4;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.featureBar ul {
    display: flex;
    gap: 6px;
}

.featureBar ul li a {
    background: var(--white);
    width: 35px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: #292929;
    font-size: 1.125rem;
}

.featureBar ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

.sortBy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sortBy span {
    color: #292929;
}

.sortBy select {
    color: #444444;
    background: transparent;
    border: 2px solid var(--primary);
    border-radius: 50px;
    height: 52px;
    padding: 0 2rem;
    outline: unset;
}

.shopInner .apparelBox span {
    color: var(--black);
}

.shopInner .col-md-9 .row+.row {
    margin-top: 3rem;
}

.shopsideBar {
    position: sticky;
    top: 2rem;
}

.blogInner {
    padding: 6.25rem 0;
}

.blogWraps figure img {
    width: 100%;
}

.blogContent {
    text-align: center;
    margin-top: 1.5rem;
}

.blogContent h3 {
    font-weight: bold;
    color: #292929;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.blogContent p {
    color: #292929;
    margin-bottom: 1.5rem;
}

.blogContent a {
    border-color: var(--theme-color);
    border-radius: 50px;
    color: #292929;
    padding: 0.9rem 2em;
}

.blogInner .row+.row {
    margin-top: 3.75rem;
}

.contactHeading h2 {
    color: var(--primary);
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 2.5rem;
}

.contactHeading {
    text-align: center;
}

.contactHeading p {
    color: #292929;
    font-weight: 600;
    margin: 0;
}

.contactBox {
    border: 1px solid var(--primary);
    border-radius: 25px;
    padding: 1.5625rem 1.5625rem;
    margin: 3.125rem 0;
}

.contactBox figure {
    background: var(--primary);
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.3rem;
}

.contactBox h3 {
    color: var(--primary);
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 1.875rem 0 1rem;
}

.contactBox a {
    color: #292929;
    display: block;
}

.contactBox a span {
    font-weight: bold;
}

.contactForm .form-control {
    border-radius: 50px;
    border: 1px solid #F4F4F4;
    outline: unset;
    box-shadow: unset;
    height: 50px;
    padding-left: 1.875rem;
    color: var(--black);
    margin-bottom: 1.875rem;
}

.contactForm textarea {
    border-radius: 25px !important;
    height: 245px !important;
    padding-top: 1rem;
}

.contactForm .themeBtn {
    outline: unset;
    border: 1px solid var(--primary);
    background: transparent;
    color: #292929;
    border-radius: 50px;
    width: 70%;
}

.contactForm .themeBtn:hover {
    background: var(--primary);
}

.mySwiper img {
    width: 90%;
    border-radius: 10px;
}

.mySwiper2 img {
    width: 100%;
    border-radius: 20px;
}

.mySwiper {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--black);
    overflow: hidden;
    border-radius: 50px;
    width: fit-content;
}

.qty-btn {
    background-color: transparent;
    border: none;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    font-size: 1.125rem;
    user-select: none;
    transition: background 0.3s;
    outline: unset !important;
    box-shadow: unset;
    color: var(--black);
}

.qty-btn:hover {
    background-color: transparent;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: var(--black);
}

.producttabSec .tabsPack {
    display: flex;
    gap: 2rem;
}

.producttabSec .tabsPack a {
    color: var(--black);
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.producttabSec {
    padding-bottom: 5rem;
}

.producttabSec p {
    color: var(--black);
    line-height: 1.85;
    font-size: 1.125rem;
}

.producttabSec .tabsPack a.active,
.producttabSec .tabsPack a.current {
    color: var(--primary);
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.shopDetails .price {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.shopDetails ul.stars {
    display: flex;
    gap: 2px;
}

.shopDetails ul.stars li {
    font-size: 12px;
    color: var(--black);
    font-weight: 600;
}

.shopDetails p {
    color: var(--black);
    line-height: 2;
    width: 90%;
    margin: 1rem 0;
}

.detailBtns {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.shopDetails .themeBtn {
    border-radius: 50px;
    width: 80%;
    text-align: center;
}

.detailBtns .themeBtn {
    width: 60%;
}

.shopDetails h2 {
    font-weight: bold;
    color: var(--black);
    margin-bottom: 1rem;
}

/* Inner Css End */


section.blogInner .swiper {
width: 100%;
height: 100%;
}


section.blogInner .swiper {
margin-left: auto;
margin-right: auto;
}

section.blogInner .mySwiper {
width: 100%;
}

 section.blogInner .swiper-button-prev {
left: 9rem !important;
top: 44%;
}

 section.blogInner .swiper-button-next{
  right: 9rem !important;
top: 44%;
 }
 


section.blogInner .swiper-button-next:after, section.blogInner .swiper-button-prev:after {
 font-size: 24px;
 font-weight: 700;
 color: #000 !important; 
}



li.cat-item.cat-item-16 {
    display: none;
}


