/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "DM Sans", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Marcellus", 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;
}

/* Main Banner Css Start */

.mainBanner {
    background: url(../images/mainBanner.png)center/cover;
    height: 920px;
    display: flex;
    align-items: end;
    padding-bottom: 90px;
}

.bannerContent span {
    color: #F2E1C7;
    text-transform: capitalize;
    font-size: 40px;
    font-family: "Parisienne", cursive;
}

.bannerContent h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.bannerContent h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--white);
}

.bannerContent p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.bannerContent a {
    color: #3C2104;
    text-transform: capitalize;
    font-family: 'Marcellus';
    background: #E8CFC4;
    border-radius: 50px;
    display: inline-block;
    padding: 14px 3.5em;
}

/* Main Banner Css End */

/* Category Sec Css Start */

.categorySec {
    background: #E8CFC4;
    padding: 100px 0 2rem 0;
}

.categoryHeading span {
    color: #B77C24;
    text-transform: capitalize;
    font-family: 'Parisienne';
    font-size: 60px;
}

.categoryHeading h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--black);
    line-height: 0.9;
}

.categoryWraps {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.categoryWraps figure {
    margin: 50px 0 30px 0;
}

.categoryBox h3 {
    color: var(--black);
    margin: 0;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/* Category Sec Css End */

/* Delight Sec Css Start */

.delightSec {
    background: #3C2104;
}

.delightContent span {
    color: var(--white);
    font-size: 60px;
    text-transform: capitalize;
    font-family: 'Parisienne';
}

.delightContent h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 60px;
    width: 90%;
    margin-bottom: 14px;
}

.delightContent p {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 90%;
    margin-bottom: 2rem;
}

.delightContent a {
    color: #8B674F;
    background: var(--white);
    display: inline-block;
    padding: 14px 4em;
    border-radius: 50px;
    font-family: 'Marcellus';
}

/* Delight Sec Css End */

/* Customer Sec Css Start */

.customerSec {
    padding: 70px 0;
    background: #F2E1C7;
}

.customerContent span {
    color: #3C2104;
    font-size: 60px;
    font-family: 'Parisienne';
}

.customerContent h2 {
    color: #3C2104;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 60px;
}

.customerContent ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customerContent ul li figure {
    background: #E8CFC4;
    width: 64px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.customerListing h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3C2104;
    margin: 0;
}

.customerListing p {
    margin: 0;
    font-weight: 500;
    color: #3C2104;
    width: 86%;
    opacity: 70%;
}

.customerContent ul li+li {
    margin-top: 40px;
}

/* Customer Sec Css End */

/* Brand Sec Css Start */

.brandSec {
    background: #E8CFC4;
    padding: 2rem 110px;
}

.brandSlider .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/* Brand Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: #FFF2DE;
    padding: 120px 0;
}

.testimonialContent span {
    color: #3C2104;
    font-size: 40px;
    text-transform: capitalize;
    font-family: 'Parisienne';
    display: block;
    margin-bottom: 14px;
}

.testimonialContent h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #3C2104;
    margin: 0;
}

.testimonialContent p {
    font-size: 18px;
    color: #3C2104;
    width: 88%;
    margin: 25px 0 30px 0;
}

.testimonialContent h3 {
    color: #3C2104;
    font-size: 1rem;
}

.testimonialContent small {
    font-size: 1rem;
    color: #3C2104;
    opacity: 70%;
}

.testimonialImage {
    text-align: right;
    position: relative;
}

.testimonial2 {
    position: absolute;
    bottom: -3rem;
    left: 2rem;
}
img.testimonial2 {
    width: 250px;
    border-radius: 50%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
img.testimonial2 { border: 3px dotted #ffc368; }
img.testimonial1 {
    height: 600px;
    width: 80%;
    object-fit: cover;
    border-radius: 30px;
}

.mySwiper {
    padding-bottom: 4rem;
}

.testimonialSec .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #C4A15D;
    opacity: 50%;
}

.testimonialSec .swiper-pagination-bullet-active {
    background: #3C2104;
    opacity: 100%;
}

.testimonialSec .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    bottom: 4rem !important;
}

/* Testimonial Sec Css End */