@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #A56548;
    --secondary: #533324;
}

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

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

header .container {
    max-width: 1450px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1314px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

h2,
h3 {
    font-family: 'Oswald', sans-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;
}


/* loader */

.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(--primary);
}


/* loader */


/* navigation css */

.topBar {
    border-top: 4px solid var(--primary);
    padding: 1rem 0;
    background: #F6F6F6;
}

.topNavbar {
    border-top: 1px solid rgb(0 0 0 / 15%);
    background: #F6F6F6;
}

header {
    background: var(--secondary);
}

.language {
    display: flex;
    gap: 0.75rem;
}

.language li a {
    font-size: 0.875rem;
    color: var(--black);
}

.shoppingWrap {
    display: flex;
    justify-content: space-between;
}

.shoppingWrap p {
    font-weight: 500;
}

.shoppingWrap p,
.shoppingWrap a {
    color: #121212;
    font-size: 0.875rem;
    margin: 0;
}

.wishlist {
    display: flex;
    gap: 1.4375rem;
}

.wishlist li a i {
    color: var(--primary);
}

.wishlist li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.searchForm input {
    width: 563px;
    height: 51px;
    border: unset;
    border-radius: unset;
    padding-left: 1.5625rem;
    font-size: 0.8125rem;
    outline: none;
    box-shadow: none;
}

.searchForm input::placeholder {
    color: #828282;
}

.searchForm button {
    font-size: 0.875rem;
    border: unset;
    background: linear-gradient(180deg, #A56548, #533324);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    padding: 0.9375rem 1.8em;
    margin-left: -1rem;
    transition: 0.5s ease-in-out;
}

.searchForm button:hover {
    background: linear-gradient(180deg, #A56548, var(--black));
    color: var(--white);
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart {
    color: #282828;
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    font-weight: 500;
}

.cart i {
    color: var(--primary);
    font-size: 1.25rem;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 1em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -3.5rem;
    left: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover:before {
    opacity: 1;
    top: 0;
    overflow: auto;
}

.form-inline a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    font-family: 'Roboto';
    background: var(--primary);
    padding: 1.125rem 2.9em;
}

.form-inline a:hover {
    background: var(--black);
    color: var(--white);
}


/* navigation css */


/* slider css */

.main-slider {
    height: 845px;
    background: url(../images/mainBnnr.jpg) center/cover no-repeat;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
}


/* slider css */


/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem;
    z-index: 1;
}

.secHeading span {
    font-size: 1.5625rem;
    color: var(--primary);
    font-family: 'Maven Pro';
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.secHeading {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black);
}

.aboutContent p {
    font-size: 1.125rem;
    color: #5A5B5D;
    line-height: 1.6;
    margin: 10px 0 2rem 0;
}

.aboutImg {
    display: flex;
    gap: 1.875rem;
    margin-top: 3rem;
    align-items: flex-start;
}

.about2 {
    margin-top: 3rem;
}

.aboutWrp {
    margin: 2.5rem 0 0 2.5rem;
}


/* About Sec Css End */


/* Collection Sec Css Start */

.collectionSec {
    background: #F8F7F5;
    padding: 18.75rem 0 9.0625rem 0;
    margin-top: -20rem;
}

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

.collectionBox figure img {
    transition: 0.5s ease-in-out;
}

.collectionBox:hover figure img {
    transform: scale(1.1);
}

.collectionBox {
    background: var(--white);
    display: block;
    text-align: center;
    padding: 1.5625rem;
    border: 1px solid #EDE9E5;
}

.collectionBox h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    margin-top: 1.25rem;
}

.collectionBox span {
    font-family: 'Roboto';
    color: var(--primary);
}

.collectionSlider {
    padding: 1.875rem 0 4rem 0;
}

.collectionSlider .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    border-radius: unset;
    background: #DFD9D2;
    opacity: 1;
}

.collectionSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 42px;
}


/* Collection Sec Css End */


/* Categories Sec Css Start */

.categorieSec {
    padding: 6.25rem 0;
}

.categorieSec .row+.row {
    margin-top: 1.875rem;
}

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

.categorieWrap figure img {
    transition: 0.5s ease-in-out;
}

.categorieWrap figure:hover img {
    transform: scale(1.1);
}

.categorieWrap {
    position: relative;
}

.categorieContent {
    position: absolute;
    bottom: 0;
    right: 0;
}

.categorieContent a {
    font-size: 1.375rem;
    color: #333333;
    background: var(--white);
    text-align: center;
    padding: 1.0625rem;
    margin: 0;
    width: 260px;
}


/* Categories Sec Css End */


/* Shop Sec Css Start */

.shopSec {
    background: url(../images/shopBg.jpg) center/cover no-repeat;
    padding: 6rem 0;
}

.shopContent p {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.shopContent a {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    font-family: 'Roboto';
    display: inline-block;
    background: linear-gradient(180deg, #A56548, #533324);
    padding: 0.9375rem 3em;
}

.ourShop {
    background: #F8F7F5;
    padding: 6.25rem 0;
}

.ourShop .row {
    gap: 2.5rem 0;
}


/* Shop Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    background: unset;
}

.testimonialBox {
    background: var(--white);
    box-shadow: 0 3px 20px rgb(0 0 0 / 16%);
    padding: 2.0625rem 2.5rem 1.5625rem 2.5rem;
}

.testimonialBox ul {
    display: flex;
    gap: 3px;
}

.testimonialBox ul li i {
    color: #FFCC00;
}

.testimonialBox ul li span {
    color: var(--black);
    font-weight: 500;
    margin-left: 0.875rem;
}

.quote {
    margin: 1.8125rem 0 1rem 0;
}

.testimonialBox p {
    font-size: 1.0625rem;
    color: #5A5B5D;
    line-height: 1.6;
    margin-bottom: 1.6875rem;
}

.userWrap {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.userWrap img {
    border: 3px solid var(--white);
    border-radius: 100%;
}

.userWrap h3 {
    font-size: 1.375rem;
    color: var(--secondary);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}

.userWrap h3 span {
    display: block;
    font-size: 0.9375rem;
    font-family: 'Maven Pro';
    text-transform: capitalize;
    color: #5A5B5D;
    font-weight: 400;
}

.testimonialSlider {
    padding: 2.1875rem 0 1.25rem 0;
}

.testimonialSlider .swiper-slide-next .userWrap img {
    border-color: var(--primary);
}


/* Testimonial Sec Css End */


/* Insta Sec Css Start */

.instaWrap {
    position: relative;
}

.instaIcon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.instaSlider .swiper-slide-active .instaWrap figure img {
    filter: grayscale(1);
}

.instaSlider .swiper-slide-active .instaWrap .instaIcon {
    opacity: 1;
}


/* Insta Sec Css End */


/* Footer Css Start */

footer {
    background: url(../images/footerBg.jpg) center/cover no-repeat;
    padding-top: 5rem;
}

footer h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 1.5rem;
}

footer ul li a {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
}

footer ul li a:hover {
    color: var(--primary);
}

.links li a {
    text-transform: uppercase;
}

.links {
    display: flex;
    flex-flow: column wrap;
    margin: 0;
    max-height: 170px;
    gap: 1rem 0rem;
}

.contactLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.contactLinks li+li {
    margin-top: 1.375rem;
}

.footerLogo ul {
    display: flex;
    gap: 1.125rem;
    margin-top: 2rem;
}

.footerLogo ul li a {
    border: 1.5px solid var(--white);
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    background: transparent;
    font-size: 1.25rem;
}

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

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 2.8125rem;
    padding: 1.5625rem 0;
}

.copyRight p {
    color: var(--white);
    font-weight: 500;
    text-align: center;
    margin: 0;
}


/* Footer Css End */

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.innerSec {
    position: relative;
    object-fit: cover;
}

.innerSec .bannerImg {
    height: 700px;
    width: 100%;
}

.innerSec .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerSec .content h1 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.aboutInnerSec .aboutImg img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.iconRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.iconRow .icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
}

.iconRow .icon .iconImg {
    border: 1px solid var(--secondary);
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconRow .icon .heading {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0.5rem 0;
}

.iconRow .icon .text {
    font-size: 1.125rem;
}

.contactSec .contactImg img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.contactSec .inputCont input,
.contactSec .inputCont textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--secondary);
    padding-left: 0.5rem;
    border-radius: 5px;
}

.contactSec .row .row {
    gap: 1rem 0;
}

.themeBtn {
    display: inline-block;
    color: #fff;
    border: none;
    padding: 0.75rem 2.5rem;
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #A56548, #533324);
}

.themeBtn:hover {color: var(--white);}

/* Gallery Sec Css Start */

.gallerySec {
    padding: 4.0625rem 0 3.125rem 0;
}

.galleryWrap {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.galleryWrap a {
    position: relative;
    overflow: hidden;
}

.img--sm {
    width: 27%;
    height: 387px;
}

.img--lg {
    width: 42%;
    height: 387px;
}

.galleryWrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.galleryWrap a:hover img {
    transform: scale(1.1);
}

.galleryBtn {
    margin-top: 3.125rem;
}

/* Gallery Sec Css End */


h1.notfoundHad {
    font-size: 200px;
    color: ##333333;
}

input.search-field {
    border: 2px solid #333333;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #333333;
    border: 2px solid #333333;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #212529 !important;
    color: #333333;
}