@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


* {
    cursor: url('./img/cursor.png'), auto;
}

.container {
    max-width: 1440px !important;
    margin: 0 auto;
}

/* ===================================== Navbar section ======================================== */

.Nav_logo {
    width: 172px;
    height: 68px;
}

@media screen and (max-width:768px) {
    .Nav_logo {
        width: 96px;
        height: 38px;
    }
}

.Navbar_Title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    padding: 10px;
    background-color: red;
}

@media screen and (max-width:768px) {
    .Navbar_Title {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: center;
    }
}

.nav-link {
    color: white !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    padding: 2px;
}

.navbar-nav {
    margin-left: 5%;
}

@media screen and (max-width:768px) {
    .nav-link {
        line-height: 50px;
    }

    .navbar-nav {
        margin-left: 0%;
    }
}

.nav_link_border {
    color: #B98A34;
    opacity: 1;
    width: 25%;
    position: absolute;
    top: 10px;
    left: 35%;
    transition: 0.5S;
}

@media screen and (max-width:768px) {
    .nav_link_border {
        top: 30px;
    }
}

.nav-item:hover {
    color: #B98A34 !important;

    .nav_link_border {
        color: #B98A34;
        opacity: 1;
        width: 50%;
        position: absolute;
        top: 10px;
        left: 25%;
    }
}

@media screen and (max-width:768px) {}

.active {
    color: #B98A34 !important;
}


.Navbar_btn {
    background-color: #B98A34;
    border-radius: 0;
    border: none;
    color: white;
    padding: 10px;
    width: 18%;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
}

@media screen and (max-width:768px) {
    .Navbar_btn {
        width: 100%;
        font-size: 14px;
    }
}

.Navbar_btn:hover {
    background-color: #8d6927;
    color: white;
}


/* ===================================== BODY SECTION (start) ======================================== */
/* ===================================== BODY SECTION (start) ======================================== */


/* ---------------------------------------- section 1 hero section -------------------------------------------- */
.Hero_sec1 {
    background: url('./img/hero-img.png');
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 1000px;
}

@media screen and (max-width:768px) {
    .Hero_sec1 {
        background: url('./img/hero-img-mobile.png');
        background-size: 100%;
        background-repeat: no-repeat;
        height: 300px;
    }
}

.hero_headline {
    font-family: Outfit;
    font-size: 30px;
    font-weight: 500;
    line-height: 37.8px;
    text-align: left;
    color: white;
    padding-top: 250px;
}

.hero_headline_underline {
    color: #B98A34;
    width: 10%;
    opacity: 1;
    border-width: 2px;
}

@media screen and (max-width:768px) {
    .hero_headline {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 500;
        line-height: 1px;
        text-align: left;
        padding: 25px 0px 0px 0px;
    }

    .hero_headline_underline {
        color: #B98A34;
        width: 20%;
        opacity: 0.8;
        border-width: 1px;
    }
}

.hero_heading {
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 700;
    line-height: 79.98px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .hero_heading {
        font-family: Playfair Display;
        font-size: 22px;
        font-weight: 700;
        line-height: 31.99px;
        text-align: left;
    }
}

.hero_desc {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: left;
    color: white;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .hero_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
        margin-top: 0px;
    }
}


.Hero_btn_contact {
    background-color: #B98A34;
    border-radius: 0;
    border: none;
    color: white;
    padding: 10px;
    width: 202PX;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
}

@media screen and (max-width:768px) {
    .Hero_btn_contact {
        width: 45%;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.Hero_btn_contact:hover {
    background-color: #8d6927;
    color: white;
}






/* ---------------------------------------- section 2 About us -------------------------------------------- */
.About_headline {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: left;
    color: #B98A34;
}

.About_headline_uinderline {
    color: #B98A34;
    width: 20%;
    opacity: 1;
    border-width: 2px;
}

@media screen and (max-width:768px) {
    .About_headline {
        font-family: Outfit;
        font-size: 15px;
        font-weight: 500;
        line-height: 0px;
        text-align: left;
    }

    .About_headline_uinderline {
        color: #B98A34;
        width: 15%;
        opacity: 1;
        border-width: 2px;
    }
}

.About_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .About_heading {
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: left;
        width: 100%;
    }
}

.About_desc {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #AEAEAE;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .About_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
        margin-top: 0px;

        display: -webkit-box;
        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}



/* ---------------------------------------- section 3 Our Product -------------------------------------------- */
.product_headline {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: left;
    color: #B98A34;
}

@media screen and (max-width:768px) {
    .product_headline {
        font-family: Outfit;
        font-size: 15px;
        font-weight: 500;
        line-height: 0px;
        text-align: center;
    }
}


.product_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
    text-transform: uppercase;
    width: 105%;
}

@media screen and (max-width:768px) {
    .product_heading {
        font-family: Playfair Display;
        font-size: 17px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: center;
        width: 100%;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: -50px auto;
    width: 100%;
}

.slick-dots li {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    width: 100%;
    height: 1px !important;
    background-color: rgb(206, 206, 206);
    border: none;
    cursor: pointer;
    transition: 0.8s;
    padding: 1px !important;
}

.slick-dots li.slick-active button {
    background-color: #B98A34;
    transition: 0.9s;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button:before {
    color: transparent !important;
}


.product_heart_icon {
    padding: 7px 10px;
    font-size: 18px;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
}

.product_heart_icon2 {
    padding: 7px 7px;
    width: 45px;
    border: none;
    background-color: #B98A34;
    border-radius: 70px;
}

.product_carousel_text {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .product_heart_icon {
        padding: 5px 7px;
        font-size: 12px;
        border: 1px solid white;
        border-radius: 30px;
        color: white;
    }

    .product_heart_icon2 {
        padding: 6px 6px;
        width: 31px;
        border: none;
        background-color: #B98A34;
        border-radius: 70px;
    }

    .product_carousel_text {
        font-family: Outfit;
        font-size: 10px;
        font-weight: 400;
        line-height: 12.6px;
        text-align: left;
        color: white;
    }
}

.slider_img {
    width: auto;
}

@media screen and (max-width:425px) {
    .slider_img {
        width: 160px;
        height: 185px;
    }
}

.slider_overly_content {
    position: absolute;
    top: 70%;
}

.product_icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;

    margin-top: 15px;
}

@media screen and (max-width:768px) {
    .slider_overly_content {
        position: absolute;
        top: 55%;
        padding: 0px;
    }

    .product_icons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
}

.Product_btn_mobile {
    background-color: transparent;
    border: 1px solid #B98A34;
    color: white;
    width: 111px;
    height: 35px;
    text-decoration: none;
    padding: 5px 0px 7px 0px;
}


/* ---------------------------------------- section 4 Testimonial -------------------------------------------- */
.Comma_sec4 {
    opacity: 0.2;
    padding: 0px 70px;
}

@media screen and (max-width:768px) {
    .Comma_sec4 {
        padding: 0px;
        position: absolute;
        top: -30px;
        width: 30%;
    }
}

.sec4_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .sec4_heading {
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: center;
    }
}

.sec4_desc {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: white;
    margin-top: 20px;
    text-transform: capitalize;
}

@media screen and (max-width:768px) {
    .sec4_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: center;
    }
}

.sec4_name {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #B98A34;
}

@media screen and (max-width:768px) {
    .sec4_name {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: center;
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    gap: 10px;
    padding: 0;
    margin-right: 90%;
    margin-bottom: 0rem;
    margin-left: 1%;
}

@media screen and (max-width:425px) {
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: start;
        gap: 10px;
        padding: 0;
        margin-right: 0%;
        margin-bottom: 2rem;
        margin-left: 45%;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: rgb(196, 196, 196);
    color: #ffffff;
    font-size: 20px;
    font-weight: 1000;
    position: relative;
    top: 0px;
    clip-path: circle();
    border-radius: 100%;
    width: 7%;
    height: 20px;

}

@media screen and (max-width:768px) {
    .carousel-indicators [data-bs-target] {
        color: #ffffff;
        font-size: 20px;
        font-weight: 1000;
        position: relative;
        left: 0px;
        background-color: #fcf3e3;
        top: 40px;
        width: 3%;
        height: 10px;
    }
}

.carousel-indicators .active {
    color: #B98A34;
    background-color: #e2b354;
}



/* ---------------------------------------- section 5 Blog --------------------------------------- */
.Blog_sec5_headline {
    color: #B98A34 !important;
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .Blog_sec5_headline {
        font-family: Outfit;
        font-size: 15px;
        font-weight: 500;
        line-height: 18.9px;
        text-align: center;
    }
}

.Blog_sec5_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: center;
    color: white;

    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .Blog_sec5_heading {
        font-family: Playfair Display;
        font-size: 26px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: center;
    }
}


.Blog_sec5_card {
    background-color: transparent;
    border: 1px solid rgb(51, 51, 51);
}

.Blog_sec5_card:hover {
    .Blog_card_link {
        color: #B98A34;

        img {
            filter: brightness(1);
        }
    }

}

.Blog_card_heading {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.99px;
    text-align: left;
    color: #B98A34;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .Blog_card_heading {
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: left;
    }
}

.Blog_card_desc {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #AEAEAE;
}

@media screen and (max-width:768px) {
    .Blog_card_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
    }
}

.Blog_card_link {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
    text-align: left;
    color: #FFF;
    text-decoration: none;

    img {
        filter: brightness(0) invert(1);
    }
}

@media screen and (max-width:768px) {
    .Blog_card_link {
        font-family: Playfair Display;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        text-align: left;
    }
}



.Blog_card_date {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .Blog_card_date {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: left;
    }
}

.sec5_btn {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
    text-align: left;
    color: #B98A34;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #B98A34;
    padding: 10px;
    transition: 0.8s;
}

@media screen and (max-width:768px) {
    .sec5_btn {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 600;
        line-height: 21.33px;
        text-align: left;
        color: white;
    }
}

.sec5_btn:hover {
    color: white;
    border: none;
    box-shadow: inset 150px 0px 0px #8d6927;
}



/* ---------------------------------------- section 6 -------------------------------------- */
.sec6_form {
    padding: 20px 150px;
    background-color: #232323;
}

.Homepage_contact {
    margin-top: 120px;
}

@media screen and (max-width:768px) {
    .sec6_form {
        padding: 20px;
        background-color: transparent;
    }

    .Homepage_contact {
        margin-top: 35px;
    }
}

.form-control {
    background-color: transparent;
    border: 1px solid #4B4B4B;
    border-radius: 0px;
}

.form-control::placeholder {
    color: #BABABA;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .form-control::placeholder {
        font-family: Outfit;
        font-size: 13px;
        font-weight: 400;
        line-height: 16.38px;
        text-align: left;
    }

    .form-control {
        background-color: #232323;
        border: 1px solid #4B4B4B;
        border-radius: 0px;
    }
}

.Contact_headline {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: left;
    color: #B98A34;
}

@media screen and (max-width:768px) {
    .Contact_headline {
        font-family: Outfit;
        font-size: 15px;
        font-weight: 500;
        line-height: 0px;
        text-align: center;
    }
}

.Contact_heading {
    font-family: Playfair Display;
    font-size: 44px;
    font-weight: 700;
    line-height: 58.65px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .Contact_heading {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 700;
        line-height: 23.99px;
        text-align: center;
        width: 100%;
    }
}



/* ===================================== BODY SECTION (end) ======================================== */
/* ===================================== BODY SECTION (end) ======================================== */






/* ===================================== Footer Section ======================================== */
.footer_logo {
    width: auto;
}

@media screen and (max-width:768px) {
    .footer_logo {
        width: 135px;
    }
}

.footer_desc {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center;
    color: #AEAEAE;

    padding: 0px 150px;
}

@media screen and (max-width:768px) {
    .footer_desc {
        font-family: Outfit;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        text-align: center;

        display: -webkit-box;
        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;

        padding: 0px 3px;
        margin: 0;
    }
}

.footer_follow_heading {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 600;
    line-height: 30.24px;
    text-align: center;
    color: white;
}

@media screen and (max-width:768px) {
    .footer_follow_heading {
        font-family: Outfit;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.16px;
        text-align: center;
    }
}

.footer_links {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: white;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .footer_links {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;
    }
}

.footer_copy {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .footer_copy {
        font-family: Inter;
        font-size: 11px;
        font-weight: 400;
        line-height: 13.31px;
        text-align: center;
    }
}

.Homepage_contact_btn {
    text-decoration: none;
    color: #B98A34;
    background-color: transparent;
    border: 1px solid #B98A34;
    padding: 13px 30px;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .Homepage_contact_btn {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 600;
        line-height: 21.33px;
        text-align: center;
        color: white;
        width: 150px;
        word-spacing: 5px;  
    }
}










/* ===================================== Extra css ======================================== */

.all_mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .all_desktop {
        display: none;
    }

    .all_mobile {
        display: block;
    }
}

.All_btn {
    background-color: #B98A34;
    border-radius: 0;
    border: none;
    color: white;
    padding: 10px;
    width: 18%;
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .All_btn {
        width: 50%;
        font-size: 14px;
    }
}

.All_btn:hover {
    background-color: #8d6927;
    color: white;
}

.All_other_btn {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.99px;
    text-align: left;
    color: #B98A34;
    background-color: transparent;
    border: 1px solid #B98A34;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    transition: 0.3s;

    img {
        margin-bottom: 3px;
    }
}

@media screen and (max-width:768px) {
    .All_other_btn {
        font-family: Playfair Display;
        font-size: 16px;
        font-weight: 600;
        line-height: 21.33px;
        text-align: left;
        color: white;

        img {
            filter: saturate(0%);
        }
    }
}

.hero_bg {
    background: url('./img/page-header.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .hero_bg {
        background: url('./img/page-header-mobile.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.All_hero_headline {
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 700;
    line-height: 79.98px;
    text-align: left;
    color: #B98A34;
    padding: 200px 0px;
}

@media screen and (max-width:768px) {
    .All_hero_headline {
        font-family: Playfair Display;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.99px;
        text-align: left;
        padding: 90px 0px;
    }
}

.gap_4 {
    gap: 45px;
}

@media screen and (max-width:768px) {
    .gap_4 {
        gap: 25px;
    }
}