    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
    
    /***** General CSS *****/
    
    body {
        word-break: break-word;
        font: 15px/25px "Playfair Display", serif;
        color: #393939;
    }
    
    a {
        text-decoration: none;
        color: #28b16d;
        white-space: initial;
        display: inline-block;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: rgba(249, 243, 217, 0.988);
    }
    
    a:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    
    input[type="text"]:focus,
    textarea:focus,
    input[type="password"]:focus,
    select:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        outline: none;
    }
    
    select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    input[type="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    select {
        background: #fff url("../images/arrow.png") no-repeat right;
        padding: 0 40px 0 30px;
    }
    
    ::-webkit-input-placeholder {
        color: #000;
    }
    
    ::-moz-placeholder {
        color: #000;
        opacity: 1;
    }
    
    :-ms-input-placeholder {
        color: #000;
    }
    
    :-moz-placeholder {
        color: #000;
        opacity: 1;
    }
    
    ul {
        margin: 0 0 0px;
        padding: 0;
        list-style-type: none;
    }
    
    img {
        max-width: 100%;
    }
    
    
    /***** Font Files *****/
    
    @font-face {
        font-family: "Fonts Awesome";
        src: url(../fonts/fontawesome-webfont.eot);
        src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: "aston-script";
        src: url(../fonts/aston-script.ttf);
    }
    
    
    /***** Custom Classes *****/
    
    .noPadding {
        padding: 0;
    }
    
    .noLeft {
        padding-left: 0;
    }
    
    .noRight {
        padding-right: 0;
    }
    
    .mt-5 {
        margin-top: 50px;
    }
    
    .mb-5 {
        margin-bottom: 50px;
    }
    
    .mt-8 {
        margin-top: 80px;
    }
    
    .mt-4 {
        margin-top: 40px;
    }
    
    .mt-3 {
        margin-top: 30px;
    }
    
    .mt-2 {
        margin-top: 20px;
    }
    
    .pt-5 {
        padding-top: 50px;
    }
    
    .pb-1 {
        padding-bottom: 10px;
    }
    
    .pb-2 {
        padding-bottom: 20px;
    }
    
    .pb-3 {
        padding-bottom: 30px;
    }
    
    .pb-4 {
        padding-bottom: 40px;
    }
    
    .pb-8 {
        padding-bottom: 80px;
    }
    
    .m-0 {
        margin: 0 !important;
    }
    
    .p-0 {
        padding: 0 !important;
    }
    
    .pt-8 {
        padding-top: 80px;
    }
    
    .pt-4 {
        padding-top: 40px;
    }
    
    .pt-3 {
        padding-top: 30px;
    }
    
    .pt-2 {
        padding-top: 20px;
    }
    
    .all-section {
        padding: 80px 0;
    }
    
    .centerCol {
        float: none;
        margin: 0 auto;
    }
    
    .d-flex {
        display: flex;
        align-items: center;
    }
    
    .over-flow-h {
        overflow: hidden;
    }
    
    .flexRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .flexCol {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        align-items: center;
    }
    
    h1 {
        font-size: 55px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h2 {
        margin-bottom: 20px;
        text-transform: capitalize;
        font-size: 32px;
        color: rgba(68, 55, 39, 0.988);
        line-height: 0.875;
    }
    
    
    h3 {
        font-size: 35px;
        color: #000000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h4 {
        font-size: 24px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h5 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h6 {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    p {
        font-size: 17px;
        color: rgba(106, 78, 67, 0.988);
        line-height: 1.647;
        font-weight: 100;
    }
    
    
    
    /*header css start */
    
    .menuSec {
        padding: 0px 0;
    }
    
    .menuSec img {
        margin: 0;
    }
    
    .menuSec ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menuSec ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .menuSec li ul {
        display: none;
    }
    
    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #393939;
        padding: 0;
        font-size: 20px;
    }
    
    
    /*.menuSec ul li a:after {
        content: '';
        position: absolute;
        top: 35%;
        right: 0;
        width: 1px;
        height: 13px;
        background-color: #393939;
        display: none;
    }
    */
    
    
    /*.menuSec ul li:last-child a {
        padding-right: 0px;
    }*/
    
    
    /* .menuSec ul li:last-child a:after {
        display: none;
    } */
    
    .menuSec ul li a:hover,
    .menuSec ul li a.active {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        color: #28b16d;
    }
    
    .menuSec li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        left: 0px;
        width: 230px;
        text-align: left;
        top: 38px;
    }
    
    .menuSec li>ul>li>a {
        border: none;
        padding: 13px 20px !important;
        color: #fff !important;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
    }
    
    .menuSec li>ul>li,
    .menuSec li>ul>li>a {
        display: block;
        margin: 0;
    }
    
    .menuSec li>ul>li>a:before,
    .menuSec li>ul>li>a:after {
        display: none;
    }
    
    .menuSec li:hover li {
        float: none;
    }
    
    .menuSec li ul li a:hover {
        background-color: #ffffff;
        color: #000000 !important;
    }
    
    .menuSec ul ul ul {
        left: 100%;
        top: 0;
    }
    
    .menuSec ul:before,
    .menuSec ul:after {
        content: " ";
        display: table;
        display: none;
    }
    
    .menuSec ul:after {
        clear: both;
    }
    
    .menuSec li>ul>li:hover>ul {
        left: 230px;
        top: 0px;
        width: 270px;
    }
    
    .droopdwon li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        right: 7%;
        width: 230px;
        text-align: left;
        top: 40px;
    }
    
    .droopdwon {
        float: left;
    }
    
    .droopdwon li:hover li a:hover {
        background-color: #ffffff;
        color: #000 !important;
    }
    
    .dropdown-menu {
        position: absolute !important;
        z-index: 1000;
        display: block;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left !important;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    
    .top-head .row {
        align-items: end;
    }
    
    .search-box input {
        border-width: 1px;
        border-color: rgb(68, 55, 39);
        border-style: solid;
        border-radius: 50px;
        padding: 12px 20px 12px 40px;
        width: 248px;
        height: 43px;
        color: rgba(68, 55, 39, 0.988);
    }
    
    .search-box i {
        position: absolute;
        top: 18px;
        left: 20px;
        color: rgb(104, 76, 65);
        font-size: 10px;
    }
    
    .search-box {
        position: relative;
    }
    
    .top-head {
        padding: 10px 0;
        border-bottom: 1px solid #f0edec;
    }
    
    span.icons a {
        color: #443727;
        font-size: 18px;
    }
    
    span.icons {
        display: flex;
        gap: 25px;
    }
    
    .text-end.head-drop-main {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 25px;
    }
    
    ul#menu {
        position: relative;
        flex-direction: unset;
        justify-content: space-around;
        max-width: 1020px;
        margin: 0 auto;
    }
    
    ul#menu li {
        position: unset;
    }
    ul#menu a img {
    position: relative;
    top: 1px;
}
.mega-menu .left-panel .cat span {
    position: relative;
    top: -2px;
}
    ul#menu a {
        font-size: 18px;
        font-weight: 400;
        padding-top: 21px;
        padding-bottom: 21px;
        color: rgb(68, 55, 39);
        gap: 15px;
        display: flex;
        align-items: center;
    }
    
    .head-links {
        padding: 0px 0;
    }
    
    /*header css start */
    
    
    /*banner css start */
    
    
    
    .bannner-img h4 {
        text-align: center;
        background: #fff;
        padding: 5px 20px 9px;
        display: inline-flex;
        border-radius: 50px;
        margin-top: -30px;
        position: relative;
        top: -10px;
        border-width: 4px;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        background-color: rgb(255, 255, 255);
        font-size: 18px;
        color: rgba(106, 78, 67, 0.988);
        line-height: 1.556;
    }
    
    .bannner-img {
        text-align: center;
    }
    
    .bannner-img img {
        height: 84vh;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
        object-position: 0px -80px;
    }
    
    /*banner css end*/
    
    .btn3 {
        background: #443727;
        padding: 10px 33px;
        border-radius: 5px;
        border: unset;
        text-transform: capitalize;
        font-size: 17px;
        color: rgba(249, 243, 217, 0.988);
        line-height: 1.647;
        transition: 0.5s;
    }
    .world-reserved-box {
        border-radius: 10px;
        background-color: rgb(68, 55, 39);
        padding: 40px 12px 20px;
        text-align: center;
        color: #fff;
        height: 410px;
    }
    
    .world-reserved-box * {
        color: rgb(249, 243, 217);
    }
    
    .world-reserved-box h4 {
        font-size: 22px;
        color: rgb(249, 243, 217);
        line-height: 1.273;
        margin-bottom: 20px;
    }
    .world-reserved-main h2 {
    margin-bottom: 15px;
}
    .world-reserved-box p {
        font-size: 16px;
        color: rgb(249, 243, 217);
        line-height: 1.412;
        height: 150px;
    }
    
    .world-reserved-box li {
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 1.647;
        margin-bottom: 10px;
    }
    
    a.btn1 {
        border-radius: 5px;
        background: #443727;
        padding: 10px 30px;
        position: relative;
        font-size: 17px;
        line-height: 1.647;
        color: rgb(229, 223, 198);
    }
    
    section.inside-the-world .inside-the-world-slider {
        background-image: url(../images/Inside-banner.png);
        background-size: cover;
        border-radius: 10px;
        height: 620px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 160px;
    }
    
    .inside-the-world-text h2 {
        font-size: 60px;
        color: rgba(249, 243, 217, 0.988);
        margin-bottom: 30px;
    }
    
    .inside-the-world-text h3 {
        margin-bottom: 20px;
        font-size: 32px;
        color: rgb(249, 243, 217);
        line-height: 0.875;
    }
    
    .inside-the-world-text p {
        font-size: 21px;
        color: rgb(249, 243, 217);
        line-height: 1.524;
    }
    
    a.btn2 {
        border-width: 1px;
        border-color: rgb(249, 243, 217);
        border-style: solid;
        padding: 15px 50px;
        margin-top: 20px;
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 1.647;
    }
    
    .inside-the-world-slider .slick-dots {
        bottom: 30px;
        left: 0;
    }
    
    .inside-the-world-slider .slick-dots li button:before:before {
        width: 30px;
    }
    
    
    .inside-the-world-slider .slick-dots li button {
        opacity: 1;
    }
    
    .inside-the-world-slider .slick-dots li button:before {
        width: 40px;
        height: 2px;
        background: #ffffff3d;
        content: '';
    }
    
    .inside-the-world-slider .slick-dots li.slick-active button:before {
        background: rgb(249, 243, 217);
        top: -15px;
    }
    a.btn2:hover {
    background: rgb(249, 243, 217);
    color: #443727;
}
    .inside-the-world-slider .slick-active {
        opacity: 1;
    }
    
    .inside-the-world-slider .slick-dots li {
        width: 40px;
    }
    
    .btn2:before {
        position: absolute;
        bottom: -5px;
        left: -5px;
        width: 100%;
        z-index: -3;
        height: 100%;
        border: 1px solid rgb(249, 243, 217);
        content: '';
        transition: 0.3s ease-in-out;
    }
    
    .btn2:hover::before {
        left: 0;
        bottom: 0;
        transition: 0.3s ease-in-out;
    }
    
    .btn2:hover::after {
        background: #463929;
    }
    
    .btn2:hover {
        color: rgb(249, 243, 217);
    }
    
    a.btn2 {
        position: relative;
    }
    
    div#cookieModal .modal-content {
        background-image: url(../images/popup.jpg);
        background-size: cover;
        text-align: center;
        padding: 40px 40px;
        position: relative;
        z-index: 1;
        border-radius: 0;
    }
    
    div#cookieModal .modal-dialog {
        max-width: 800px;
    }
    
    div#cookieModal .modal-content h2 {
        font-size: 32px;
        color: rgb(249, 243, 217);
        line-height: 0.875;
    }
    
    div#cookieModal .modal-content p {
        font-size: 16px;
        color: rgb(249, 243, 217);
        line-height: 1.5;
        margin-bottom: 15px;
    }
.cookies-btns .btn:hover {
    box-shadow: inset 0px 50px 0px 0 #443727;
    color: #e7ddc8;
}
    
    .cookies-btns .btn {
        background: #f9f3d9;
        padding: 10px 20px;
        font-size: 17px;
        color: rgb(68, 55, 39);
        line-height: 1.647;
        transition: 0.5s;
    }
    
    div#cookieModal h6 {
        color: rgb(249, 243, 217);
        font-size: 24px;
        line-height: 1.03;
    }
    
    
    
    
    .btn1 {
        font-size: 16px;
        color: #473b2c;
        padding: 0 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        background: transparent;
        position: relative;
        z-index: 1;
        border: #f9f3d9;
    }
    
    .social-media ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        gap: 10px;
        position: relative;
        z-index: 999;
    }
    
    
    .social-media ul li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #55493a;
        border-radius: 50%;
        color: #55493a;
    }
    
    .social-media ul li a:hover {
        background: #463929;
        color: #fff;
    }
    
    .btn1:after {
        content: '';
        position: absolute;
        border: 1px solid #473b2c;
        width: 100%;
        height: 50px;
        left: 0;
        top: 0;
        z-index: -2;
        border: 1px solid;
    }
    
    .cookies-btns {
        margin-top: 10px;
        display: flex;
        gap: 40px;
        justify-content: center;
    }
    
    div#cookieModal {
        background: #ffffffc7;
    }
    
    .lang-trigger {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        margin: 0 !important;
    }
    
    .lang-trigger img {
        width: 22px;
        height: 16px;
    }
    
    .lang-overlay {
        position: fixed;
        inset: 0;
        background: rgb(255 255 255 / 67%);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    
    .lang-modal {
        background: #fff;
        width: 740px;
        max-width: 95%;
        border-radius: 14px;
        padding: 35px;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        padding-top: 20px;
    }
    
    .lang-modal h2 {
        text-align: center;
        margin: 0;
        font-size: 32px;
        color: #46392a;
        line-height: 0.875;
    }
    
    .subtitle {
        text-align: center;
        margin: 8px 0 20px;
        font-size: 17px;
        color: rgba(106, 78, 67, 0.988);
        line-height: 1.941;
    }
    
    .close-btn {
        position: absolute;
        top: 25px;
        right: 20px;
        cursor: pointer;
        color: #443727;
        font-size: 32px;
    }
    
    .search-box-modal input {
        width: 100%;
        padding: 0px 18px;
        border-radius: 25px;
        font-size: 14px;
        padding-left: 45px;
        height: 43px;
        border: 1px solid #dad7d4;
    }
    
    .language-list {
        list-style: none;
        padding: 0;
        margin-top: 15px;
    }
    
    .language-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 17px;
        color: rgba(106, 78, 67, 0.988);
        line-height: 1.941;
    }
    
    .language-list li:hover {
        background: #f9f9f9;
    }
    
    .language-list img {
        width: 26px;
        height: 20px;
    }
    
    .content {
        text-align: center;
        margin-top: 100px;
    }
    
    .content h1 {
        font-size: 28px;
    }
    
    .footer-main {
        background: #443727;
        color: #e8dccb;
        padding: 20px 100px 40px;
        border-radius: 10px;
        position: relative;
        z-index: 1;
    }
    
    /* Logo */
    .footer-logo {
        text-align: center;
        border-bottom: 1px solid #ffffff3b;
        padding-bottom: 15px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .footer-logo h5 {
        letter-spacing: 3px;
        margin-top: 10px;
    }
    img.footer-right {
        position: absolute;
        bottom: -80px;
        right: -40px;
        z-index: -1;
    }
    /* Newsletter Box */
    .newsletter-box {
        padding: 60px 20px 60px;
        position: relative;
        margin: 0 auto;
    }
    
    .newsletter-box h6 {
        margin-bottom: 20px;
        font-size: 20pt;
    }
    
    .newsletter-box input {
        background: transparent;
        border: none;
        border-bottom: 1px solid #f9f3d9;
        width: 100%;
        padding: 10px 0;
        color: #fff;
        border-top: 1px solid #f9f3d9;
        color: rgb(249, 243, 217);
    }
    
    .newsletter-box input:focus {
        outline: none;
        box-shadow: none;
    }
    
    .newsletter-box button {
        background: none;
        border: none;
        color: rgb(249, 243, 217);
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    
    /* Links */
    footer h6 {
        margin-bottom: 20px;
        color: rgb(249, 243, 217);
        font-size: 25px;
    }
    .row.footer-links-row {
    margin-left: 100px;
}
    .footer-links ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-links ul li {
        margin-bottom: 10px;
    }
    
    .footer-links ul li a {
        color: rgb(249, 243, 217);
        text-decoration: none;
        font-size: 16px;
        line-height: 2.187;
    }
    
    .footer-links ul li a:hover {
        color: #ffffff63;
    }
    
    /* Social Icons */
    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: rgb(249, 243, 217);
        margin: 5px;
        text-decoration: none;
        font-size: 16px;
        transition: 0.3s;
        border-width: 1px;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        border-radius: 50%;
    }
    
    .social-icons a:hover {
        background: rgb(249, 243, 217);
        color: #4b3826;
    }
    
    /* Bottom Bar */
    .footer-bottom {
        background: #f5f5f5;
        padding: 15px 0;
        font-size: 13px;
    }
    
    .payment-icons img {
        height: 22px;
        margin-left: 10px;
    }
    
    section.inside-the-world {
    }
    
    .newsletter-box input::placeholder {
        color: rgb(249, 243, 217);
    }
    
    .footer-logo img {
    }
    
    .mega-dropdown:hover .mega-menu {
        display: flex;
    }
    
    .mega-menu {
        display: none;
        left: 0;
        top: 66px;
        width: 1000px;
        min-width: 100%;
        position: absolute;
        border-radius: 0px;
        background: #fff;
        max-width: 100%;
        border: none;
        padding: 0px;
        gap: 20px;
        z-index: 1000;
        box-shadow: none;
    }
    
    .left-panel {
        padding: 40px;
        position: relative;
        border-top: 1px solid #f6f5f5;
        border-right: 1px solid #f6f5f5;
    }
    
    .left-panel::before {
        right: 31%;
        transform: rotate(45deg);
        width: 15px;
        top: -8px;
        height: 15px;
        content: "";
        background: #fff;
        position: absolute;
        border-top: 1px solid #f6f5f5;
        border-left: 1px solid #f6f5f5;
    }
    
    .mega-menu .left-panel h6 {
        margin-top: 0;
        font-size: 14px;
        color: #555;
    }
    
    .mega-menu .left-panel .cat {
        font-size: 19px;
        font-weight: 500;
        color: #544a40;
        padding-bottom: 25px;
        border-bottom: 1px solid #f6f5f5;
    }
    
    .mega-menu .left-panel ul {
        list-style: none;
        padding: 0;
    }
    
    .mega-menu .left-panel ul li {
        margin: 5px 0;
        cursor: pointer;
    }
    
    .mega-menu .left-panel ul li.active,
    .mega-menu .left-panel ul li:hover {
        font-weight: bold;
    }
    
    .mega-menu .right-panel {
        padding: 30px 0px;
        text-align: center;
    }
    
    .mega-menu .right-panel h5 {
        margin: 0;
        font-size: 19px;
        color: #544a40;
        padding: 20px 10px;
        font-weight: normal;
        border-bottom: 1px solid #ededed;
    }
    
    .mega-menu .right-panel p {
        font-size: 16px;
        color: #544a40;
        padding: 20px 10px 20px;
        border-bottom: 1px solid #ededed;
    }
    
    .mega-menu .right-panel img {
        height: 300px;
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
        margin-top: 25px;
    }
    
    .mega-menu .right-panel .title {
        margin-top: 10px;
        font-size: 16px;
        font-family: "aston-script";
    }
    
    .left-panel ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 35px;
        /* Indent the list items */
    
        /* Hidden state */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
    
        /* Smooth transition */
        transition: max-height var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.4s ease-in-out,
            visibility 0.4s;
    }
    
    /* Revealed state on hover */
    .mobile-menu-item:hover ul {
        max-height: 500px;
        padding-left: 30px;
        opacity: 1;
        visibility: visible;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .left-panel ul li {
        font-size: 17px;
        padding: 12px 0;
        cursor: pointer;
        position: relative;
        transform: translateX(-10px);
        transition: color 0.3s ease, transform 0.3s ease;
    }
    
    .mobile-menu-item:hover ul li {
        transform: translateX(0);
    }
    
    .mobile-menu-item ul li:hover {
        color: #000;
    }
    
    .mobile-menu-item {
        margin-bottom: 18px;
        border-bottom: 1px solid #ededed;
    }
    
    .left-panel ul li.active {
        color: #544a40;
        position: relative;
        font-weight: 400 !important;
    }
    
    .left-panel ul li.active::before {
        content: '›';
        position: absolute;
        left: -17px;
        top: 21%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        color: #443727;
        font-size: 22px;
    }
    
    .newsletter-box form {
        position: relative;
    }
    .newsletter-box > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .row.copy-right-row {
        align-items: center;
        padding: 20px 0 0;
    }
    
    section.world-reserved .container {max-width: 1370px;}
    .newsletter-box-modal{
        background: #443727;
        color:#fff;
        padding: 20px 130px 40px;
        position:relative;
        border-radius: 0;
    }
    
    .newsletter-logo{
        width:90px;
        /* filter: brightness(10); */
        margin-bottom: 30px !important;
        margin: 0 auto;
    }
    
    .newsletter-title{
        font-size:32px;
        font-weight:500;
        margin-bottom: 15px;
        color: rgb(249, 243, 217);
    }
    
    .newsletter-text{
        color: rgb(249, 243, 217);
        margin-bottom:20px;
    }
    
    .newsletter-input{
        background:transparent;
        border: 1px solid rgb(249 243 217 / 46%);
        color: rgb(249, 243, 217);
        border-width: 1px;
        border-color: #574b3a;
        border-style: solid;
        border-radius: 5px !important;
        height: 59px;
        font-size: 15px;
        color: rgb(255, 255, 255);
        line-height: 1.331;
    }
    
    .newsletter-input::placeholder{
       font-size: 15px;
      color: rgb(249, 243, 217);
      line-height: 1.331;
    }
    
    .newsletter-btn{
        background:#e7ddc8;
        padding: 10px 35px;
        border-radius:4px;
        margin: 0 auto;
        font-size: 17px;
        color: rgb(68, 55, 39);
        line-height: 1.647;
    }
    
    .newsletter-policy{
        color: rgb(249, 243, 217);
        width: 80%;
        margin: 0 auto;
    }
    
    .newsletter-close{
        position:absolute;
        right: 20px;
        top: 40px;
        opacity: 1;
        z-index: 1;
        border: unset;
        color: #443727;
        background: rgb(249, 243, 217);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    div#newsletterModal .modal-dialog-centered {
        max-width: 800px;
    }
    
    /* button.btn-close.newsletter-close:before {
        content: '';
        position: absolute;
        right: -1px;
        top: -5px;
        background: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: -1;
    } */
    div#newsletterModal {
        background: #fdfcf8e0;
    }
    .newsletter-social {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    
    .newsletter-social a {
        width: 38px;
        height: 38px;
        border: 1px solid rgb(249, 243, 217);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(249, 243, 217);
        font-size: 15px;
        transition: 0.3s;
    }
    
    .newsletter-social a:hover {
        background: rgb(249, 243, 217);
        color: #3b2b1d;
    }
    
    .form-control:focus {
        box-shadow: unset;
        background: content-box;
        border-color: rgb(68, 55, 39);
        color: rgba(68, 55, 39, 0.988);
    }
    section.craft-wrap {
        padding: 40px 0;
        padding-top: 100px;
    }
    
    .craft-main h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 39.536px;
        color: rgb(68, 55, 39);
        line-height: 0.505;
    }
    
    .craft-main img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    
    .craft-main h3 {
        font-size: 22px;
        color: rgb(68, 55, 39);
        line-height: 1.273;
        margin-bottom: 10px;
    }
    
    .craft-main p {
        font-size: 17px;
        color: rgba(104, 76, 65, 0.502);
        line-height: 1.412;
    }
    
    .craft-main h3 span {
        display: block;
    }
    
    .Craftsmanship-img img {
        width: 100%;
        height: 550px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    section.craftsmanship-wrap .container {
        padding: 0 100px;
    }
    
    section.craftsmanship-wrap {
        padding: 90px 0;
        background: #443727;
        margin-bottom: 10%;
        margin-top: 60px;
    }
    
    .craftsmanship-text h2 {
        font-size: 33px;
        color: rgb(249, 243, 217);
        line-height: 0.848;
    }
    
    .craftsmanship-text p {
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 1.41;
        margin-bottom: 25px;
    }
    .craft-right {
        text-align: end;
        margin-top: -40px;
    }
    .craftsmanship-text h4 {
        text-align: end;
        color: rgb(249, 243, 217);
        font-style: italic;
        display: inline-block;
        border-bottom: 1px solid;
        font-size: 16px;
    }
    
    
    section.craftsmanship-wrap .row {
        align-items: center;
    }
    section.how-we-use-banner > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    section.how-we-use-banner {
        margin: 30px 0;
        position: relative;
        margin-top: 70px;
        height: 220px;
        display: flex;
        align-items: center;
    }
    
    .how-we-use-text h2 {
        font-size: 32px;
        color: #f9f3d9;
        line-height: 0.708;
        text-transform: capitalize;
    }
    
    .how-we-use-text p {
        color: #f9f3d9;
        margin: 0;
        width: 82%;
        margin: 0 auto;
    }
    .how-we-use-fold {
        position: relative;
        text-align: center;
        padding: 40px 40px 20px;
    }
    
    .how-we-use-fold img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .how-we-use-fold h2 {
        font-size: 32px;
        color: rgb(249, 243, 217);
        line-height: 0.708;
        margin-bottom: 25px;
        text-transform: capitalize;
    }
    
    .how-we-use-fold li {
        font-size: 16px;
        color: rgb(249, 243, 217);
        line-height: 27px;
        margin-bottom: 20px;
    }
    
    section.how-we-use-wrap {
        padding: 20px 0 120px;
    }
    
    
    section.returns-exchanges-wrap {
        padding: 70px 0 130px;
    }
    
    .returns-exchanges-box {
        text-align: center;
        border-right: 1px solid #ded8d5;
        padding: 0 28px;
    }
    
    .returns-exchanges-box h2 {
        text-transform: capitalize;
        margin-bottom: 30px;
        font-size: 32px;
        color: #443727;
        line-height: 0.708;
    }
    
    .returns-exchanges-box li {
        font-size: 17px;
        color: rgb(68, 55, 39);
        line-height: 1.412;
        margin-bottom: 25px;
        font-weight: 500;
    }
    
    a.btn2.btn-brown {
        border-color: #443727;
        color: #443727;
        background: #fff;
    }
    
    a.btn2.btn-brown:before {
        border-color: #443727;
    }
    .bdr-right-none {
        border: unset;
    }
    
    .world-reserved-main h2 span {
        text-transform: uppercase;
    }
    .container-fluid {
    max-width: 1470px;
}
    .world-reserved-box li img {
        margin-right: 10px;
    }
    
    
    .Craftsmanship-img {
        position: relative;
    }
    
    .Craftsmanship-img h3 {
        font-family: "aston-script";
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 1.41;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .footer-links {
    }
    .product-verification-main h2 {
        font-size: 39.536px;
        color: rgb(68, 55, 39);
        font-weight: bold;
        line-height: 0.708;
    }
    
    section.product-verification-main {
        padding: 60px 0;
    }
    
    .product-verification-main {
        margin-bottom: 50px;
    }
    
    .product-verification-box {
        position: relative;
        text-align: center;
        padding: 60px 34px;
        height: 870px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .product-verification-box h3 {
        font-size: 30px;
        color: rgb(249, 243, 217);
        line-height: 1.661;
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    
    .product-verification-box p {
        font-size: 16px;
        color: rgb(249, 243, 217);
        line-height: 1.41;
    }
    
    .shape-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }
    
    img.product-box-back {
    }
    
    img.product-bo-shape {
        z-index: -1;
        width: 95%;
        height: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 20px;
    }
    
    a.btn4 {
        background: #f9f3d9;
        padding: 10px 20px;
        font-size: 17px;
        color: rgb(68, 55, 39);
        line-height: 1.647;
        border-radius: 8px;
    }
    .product-verification-box a.btn4 {
        margin-top: 20px;
    }
    
    
    
    
    .product-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        height: 100%;
    }
    
    
    img.profuct-modal-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    
    .product-mdl-center-box {
        position: relative;
        background: #f9f3d9;
        padding: 100px 90px;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        z-index: 1;
    }
    
    .product-modal-main {
        text-align: center;
        padding: 30px 10px;
        z-index: 1;
    }
    
    
    .product-mdl-center-box h2 {
        font-size: 40px;
        line-height: 1.25;
    }
    
    .product-mdl-center-box p {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .product-mdl-center-box input {
        border-width: 1px;
        border-color: rgb(68, 55, 39);
        border-style: solid;
        border-radius: 5px;
        background: unset;
        width: 100%;
        height: 60px;
        padding: 0 10px;
        font-size: 18px;
    }
    
    .modal-btn {
        margin-top: 30px;
    }
    
    .product-modal {
        height: 100vh;
    }
    img.modal-shape {
        position: absolute;
        top: 17px;
        width: 95%;
        height: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
    
    .product-mdl-center-box form {
        border-top: 1px solid #eae2ca;
        padding-top: 30px;
    }
    
    .product-modal .modal-content {
        height: 100%;
    }
    
    form#product-verification-form .row {
        justify-content: center;
    }
    
    form#product-verification-form .form-control:focus {
        border: 1px solid;
        background: unset;
    }
    
    section.Wishlist-wrap {
        padding: 60px 0 100px;
    }
    .wishlist-main p {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin: 0;
    }
    
    .wishlist-main p span {
        width: 320px;
        height: 1px;
        background: #f2f2f2;
        position: relative;
        top: 3px;
    }
    
    
    .wishlist-main {border-bottom: 1px solid #f2f2f2;padding-bottom: 25px;}   
    .news-box {
        position: relative;
        border-radius: 10px;
    }
    
    .news-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #443727d1;
        border-radius: 10px;
    }
    
    .news-text {
        position: absolute;
        top: 40%;
        left: 0;
        text-align: center;
        padding: 0 12px;
        z-index: 9;
    }
    
    .news-box img {
        border-radius: 10px;
        height: 595px;
        object-fit: cover;
    }
    
    .news-text h3 {
        font-size: 22px;
        color: rgb(249, 243, 217);
        line-height: 1.273;
        margin-bottom: 10px;
    }
    
    .news-text p {font-size: 17px;color: rgba(249, 243, 217, 0.502);line-height: 1.412;}
    
    .pt-80 {
        padding: 80px 0;
    }
    section.news-wrap .wishlist-main {
        border: unset;
    }
    .line span {
        width: 35%;
        height: 1px;
        background: #e8e8e8;
        display: block;
    }
    
    .line {
        display: flex;
        gap: 20px;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    span.active {
        background: #443727;
    }
    .social-icons ul {
        display: flex;
        gap: 5px;
    }   
    .search-box-modal {
        position: relative;
    }
    
    .search-box-modal i {
        position: absolute;
        top: 17px;
        left: 20px;
        font-size: 10px;
        color: rgb(104, 76, 65);
    }
    
    
    .detail-top-text p {
        color: rgb(68, 55, 39);
    }
    
    .detail-top-text h2 {
        margin-bottom: 20px;
    }
    .craft-main h4 {
        font-size: 22px;
        color: rgb(68, 55, 39);
        line-height: 1.273;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    
    
    .news-dtl-img a {position: absolute;top: 45%;left: 0;background: rgb(68, 55, 39);width: 52px;height: 52px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;right: 0;margin: 0 auto;}
    
    .news-dtl-img {
        position: relative;
    }
    
    .whislist-box {
        border-radius: 30px;
        background-color: rgb(231, 231, 229);
        text-align: center;
        width: 90%;
        position: relative;
        padding: 25px 0;
        margin-top: 20px;
    }
    
    img {}
    
    .whislist-box h3 {
        font-size: 18px;
        color: rgb(68, 55, 39);
        line-height: 1.552;
        text-transform: capitalize;
        margin-top: 15px;
    }
    
    .whislist-box p {
        font-size: 18px;
        color: rgb(68, 55, 39);
        line-height: 1.552;
        margin: 0;
    }
    
    .whislist-box a.heart {
        position: absolute;
        top: 10px;
        right: 20px;
        border-radius: 50%;
        background-color: rgb(68, 55, 39);
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 10px;
    }
    .whislist-box img {
        width: 66%;
        height: 350px;
        object-fit: contain;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .history-text h4 {
        font-size: 27px;
        color: rgb(249, 243, 217);
        line-height: 1.03;
        margin: 30px 0;
    }
    
    .history-text p {
        font-size: 16px;
        color: rgb(249, 243, 217);
        line-height: 1.412;
        margin-bottom: 20px;
    }
    img.history-line {
        width: auto;
        height: auto;
        position: unset;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    
    
    .history-text h5 {
        font-size: 22px;
        color: rgb(249, 243, 217);
        line-height: 1.455;
        margin-bottom: 17px;
    }
    
    .hitory-btm-text p {
        margin-bottom: 8px;
    }
    
    .hitory-btm-text {
        margin-bottom: 30px;
    }
    
    
    .history-last-text {
        position: relative;
        text-align: center;
        padding: 40px 40px 20px;
    }
    
    .history-last-text > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .history-last-text h2 {
        font-size: 22px;
        color: rgb(249, 243, 217);
        line-height: 1.455;
    }
    
    .history-last-text ul li {
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 2.059;
        margin-bottom: 20px;
    }
    
    .history-last-text ul li span {
        display: block;
    }
    
    section.history-last-wrap {
        padding-bottom: 50px;
    }
    
    .mission-box {
        position: relative;
    }
    
    .mission-box > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 15px;
    }
    
    .mission-box {
        padding: 40px 25px;
        text-align: center;
    }
    
    
    .mission-tex h2 {
        font-size: 32px;
        color: rgb(255, 255, 255);
        line-height: 0.875;
        margin-bottom: 25px;
    }
    
    .mission-tex p {
        font-size: 17px;
        color: rgb(249, 243, 217);
        line-height: 1.412;
    }
    
    section.mission-wrap {
        padding-bottom: 80px;
    }
    .modal-content.newsletter-box-modal.text-center .form-control:focus {
        border-color: rgb(249, 243, 217);
        color: rgb(249, 243, 217);
    }
    
     .world-reserved-main {
        margin-bottom: 25px;
    }   
    
.inside-the-world-slider .slick-slide {
    margin: 10px 20px;
}
        html {
    overflow-x: hidden;
}

.checkout-box{padding:30px;border-radius: 5px;background-color: rgb(250, 246, 235);}

.section-title{
    color: rgb(21, 20, 20);
    margin-bottom: 30px;
}

.form-control{
border-radius:0;
padding:12px;
}

.payment-btn{border: 1px solid #d7d1c5;padding: 10px 10px;border-radius:30px;background: unset;margin-right:10px;cursor:pointer;font-size: 14px;color: rgb(68, 55, 39);line-height: 1.174;}

.payment-btn i{
margin-right:6px;
}

.place-order{background: #443727;padding: 15px 33px;border-radius: 5px;border: unset;text-transform: capitalize;font-size: 17px;color: rgba(249, 243, 217, 0.988);line-height: 1.647;}
label.form-label {
    font-size: 18px;
    color: rgb(15, 14, 14);
    line-height: 1.212;
}

.checkout-box input, .checkout-box select {
    border-radius: 5px;
    background: unset;
    height: 45px;
    border: 1px solid #d7d1c5;
}

.checkout-box input::placeholder {
    font-size: 18px;
    color: rgb(68, 55, 39);
    line-height: 1.212;
}


.checkout-box-right h3 {
    border-bottom: 1px solid #d6d0c4;
    padding-bottom: 20px;
}

.checkout-box p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.174;
}

.checkout-box .form-check .form-check-input {
    width: 15px;
    height: 15px;
}
    .card-btn {
    border-width: 1px;
    border-color: #d6d0c4;
    border-style: solid;
    border-radius: 29px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 17px;
    color: #443727;
    line-height: 1.174;
}

.card-btn input {
    opacity: 0;
}
.card-btn label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.name-card label {font-size: 17px;color: rgb(68, 55, 39);line-height: 1.469;margin-bottom: 20px;}

.name-card p {
    border-bottom: 1px solid #d6d0c4;
    padding-bottom: 15px;
}

.form-check.form-check-label label {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.174;
}
.form-check.form-check-label label {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.174;
}

.form-check.form-check-label {
    margin-bottom: 30px;
}   
section.checkout-wrap {
    padding: 100px 0;
}
.making-text h2 {
    font-size: 32px;
    color: rgb(68, 55, 39);
    line-height: 0.624;
}

.making-text p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.471;
}

p.noted {
    margin-top: 20px;
}

.making-text {
    width: 70%;
    margin: 0 auto;
}

.making-img img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.making-img {
    text-align: center;
}

.making-img p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.174;
    margin: 30px 0;
}

.making-list-box img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 20px;
}

.making-list-box {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.making-list-box h4 {
    font-size: 30px;
    color: #443727;
    line-height: 0.624;
    margin-top: 25px;
    margin-bottom: 18px;
}

.making-list-box p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.294;
}

.making-list-box p span {
    display: block;
}
section.craft-wrap .container {
    max-width: 1600px;
}


.form-container h3 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .form-control, .form-select, .form-check-label {
      border-radius: 4px;
      font-size: 0.95rem;
    }
    .form-check-label a {
      color: #3b3224;
      text-decoration: underline;
    }
    .btn-submit {
      background-color: #3b3224;
      color: #fff;
      border: none;
      padding: 8px 25px;
      border-radius: 4px;
      font-size: 0.95rem;
    }
    .btn-submit:hover {
      background-color: #5c4c3d;
    }
    .info-card {
      color: #fff;
      padding: 30px;
      margin-bottom: 20px;
      border-width: 1px;
      border-color: #6c6152;
      border-style: solid;
      border-radius: 10px;
    }
    
    .info-card p, .info-card a {
      color: #fff;;
    }
    

    section.client-care .container-fluid > .row {
    border-radius: 20px;
    background-color: rgb(250, 246, 235);
    padding: 60px 100px;
}

.client-care-form h3 {
    font-size: 39.536px;
    color: rgb(68, 55, 39);
    font-weight: bold;
    line-height: 0.708;
    margin-bottom: 15px;
}

.client-care-form p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.235;
}

.client-care-form input, .client-care-form select, .client-care-form textarea {
    border-width: 1px;
    border-color: #e7e3d7;
    border-style: solid;
    border-radius: 10px;
    height: 62px;
    background: unset;
}

.client-care-form input::placeholder {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.529;
}
.client-care-form select {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.529;
    appearance: auto;
}

.client-care-form textarea {
    height: 157px;
    resize: none;
}

label.form-check-label {
    margin-left: 10px;
    font-size: 17px;
    color: rgb(68, 55, 39);
    font-style: italic;
    line-height: 1.471;
}

input#privacyCheck {
    height: 20px;
    width: 20px;
}
.client-info-main {
    border-radius: 10px;
    background-color: rgb(68, 55, 39);
    padding: 30px 20px;
    width: 90%;
}

.info-card h5 {
    font-size: 39.536px;
    color: rgb(250, 246, 235);
    font-weight: bold;
    line-height: 0.708;
    margin-bottom: 25px;
}

.client-info-main p {
    font-size: 17px;
    color: rgb(250, 246, 235);
    line-height: 1.529;
    margin-bottom: 20px;
}



.info-card i {
    border-width: 1px;
    border-color: rgb(255 255 255);
    border-style: solid;
    border-radius: 50%;
    box-shadow: 0px 11px 14px 0px rgba(83, 71, 65, 0.18);
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.info-card ul {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    color: rgb(250, 246, 235);
    line-height: 2.396;
}

.info-card span {
    display: block;
}

.info-card ul li {
    line-height: 30px;
}

 .accordion-button {
      background: transparent;
      box-shadow: none;
      font-weight: 600;
      padding-left: 0;
    }

    .accordion-button:not(.collapsed) {
      background: transparent;
      box-shadow: none;
    }

    .accordion-item {
      border: none;
    }

 

    .info-box {
      background: #4a3a2a;
      color: #fff;
      border-radius: 8px;
      padding: 18px;
      text-align: center;
    }

.verify-btn{padding:14px;border-radius:30px;border:none;width:100%;background-color: rgb(68, 55, 39);font-size: 17.595px;color: rgb(238, 233, 214);line-height: 1.591;display: flex;align-items: center;justify-content: center;gap: 12px;}

.verify-btn:hover{
background:#3a2c20;
}

.info-box-ecru{color:#fff;padding:18px;text-align:center;border-radius: 5px;background-color: rgb(68, 55, 39);}

.ecru-img img {
    width: 100%;
    height: 627px;
    object-fit: cover;
    border-radius: 20px;
}

.ecru-text h3 {
    font-size: 24px;
    color: #443727;
    line-height: 1.167;
    margin-bottom: 15px;
}

.ecru-text p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.412;
}


.verifyAccordion button.accordion-button {
    font-size: 19px;
    color: rgb(68, 55, 39) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.verifyAccordion .accordion-button::after{
display:none; 
}

.verifyAccordion .arrow-icon{
transition:0.3s;
}

.verifyAccordion .accordion-button:not(.collapsed) .arrow-icon{transform: rotate(-180deg);color: #443727;}

.verifyAccordion .accordion-item{
border:none;
}

.verifyAccordion .accordion-button:not(.collapsed)::before {
    display: none;
}
.info-box-ecru h5 {
    font-size: 18.63px;
    color: rgb(247, 242, 223);
    line-height: 1.503;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.info-box-ecru p {
    font-size: 16px;
    color: rgb(247, 242, 223);
    line-height: 1.75;
    margin: 0;
}
.row.ecru-list-row {
    border-top: 1px solid rgb(57 57 57 / 22%);
    padding-top: 30px;
}
.ercu-main-text-top {
    margin-bottom: 30px;
}

button.btn.btn-sm.dropdown-toggle:after {
    display: none;
}

button.btn.btn-sm.dropdown-toggle {
    display: flex;
    gap: 10px;
    padding: 0;
}
section.world-reserved .btn-main {
    margin-top: 25px;
}
.copy-right p {
    margin: 0;
}
.social-icons a:hover img {
    filter: brightness(0.5);
}

.newsletter-social a:hover img {
    filter: brightness(0.5);
}
a.btn3:hover {
    color: #443727;
    font-weight: 700;
    background: rgb(249, 243, 217);
}

section.world-reserved.all-section {
    padding-bottom: 0;
}
.accordion-body {
    padding: 0;
}

.accordion-button:focus {
    box-shadow: unset;
}

.verify-bdr-btn {
    border-width: 1px;
    border-color: rgb(68, 55, 39);
    border-style: solid;
    background: unset;
    font-size: 17.595px;
    color: rgb(68, 55, 39);
    line-height: 1.591;
    margin-top: 25px;
    padding: 14px;
    border-radius: 30px;
    width: 100%;
}
.ecru-verified1-img img {
    height: 910px;
    
}
    .cart-title {
      font-size: 30px;
      color: #443727;
      line-height: 1.601;
    }

  

    .product-img {
      width: 100%;
      border-radius: 12px;
      height: 270px;
      object-fit: cover;
    }

    .product-title {
      font-size: 17px;
      color: rgb(68, 55, 39);
      line-height: 1.174;
      margin-bottom: 10px;
    }

    .product-sub {
      font-size: 17px;
      color: rgba(21, 20, 20, 0.502);
      line-height: 1.174;
    }

    .product-desc {
      font-size: 14px;
      color: #666;
      margin-top: 10px;
    }
section.cart-wrap {
    padding: 100px 0 100px;
}
    .price {
      font-size: 18px;
      margin-top: 10px;
    }

    .remove-btn {
      width: 39px;
      height: 39px;
      border: 1px solid #ccc;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border-width: 1px;
      border-style: solid;
      border-radius: 50%;
      color: #684c41;
      font-size: 20px;
    }

    .summary-box {
      background: #4a3727;
      color: white;
      padding: 30px;
      border-radius: 10px;
    }

    .summary-title {
      font-size: 26px;
      margin-bottom: 10px;
      color: rgb(255, 255, 255);
      line-height: 1.233;
    }

    .summary-text {
      font-size: 17px;
      color: rgb(255, 255, 255);
      line-height: 1.471;
      margin-bottom: 20px;
    }

    .summary-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
      font-size: 18px;
      color: rgb(255, 255, 255);
      line-height: 1.377;
    }

    .summary-total {
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      margin-top: 20px;
      border-top: 1px solid #7e776f;
      border-bottom: 1px solid #7e776f;
      padding: 20px 0;
      margin-bottom: 30px;
      color: rgb(249, 243, 217);
    }

    .btn-outline-light {
      color: #e7ddcd;
      border-width: 1px;
      border-color: #6c604e;
      border-style: solid;
      border-radius: 5px;
      height: 50px;
      font-size: 14px;
    }

    .btn-light {
      background: #f9f3d9;
      padding: 10px 20px;
      color: rgb(68, 55, 39);
      font-size: 14px;
      height: 50px;
    }



    .last-poicy {
    border-top: 1px solid #ded8d5;
    margin-top: 30px;
    padding-top: 40px;
}

.last-poicy .returns-exchanges-box {
    border: unset;
}
.the-atelier-img {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 60px;
}

.the-atelier-main {
    margin-bottom: 50px;
}

.the-atelier-main h2 {
    color: rgb(68, 55, 39);
    line-height: 0.624;
}


section.making-wrap .container-fluid {
    padding: 0 50px;
}

section.cart-wrap .col-lg-8 {
    margin: 0;
}

section.cart-wrap .col-lg-4 {
    margin: 0;
}
.summary-box hr {
    background-color: #7e776f;
    opacity: 1;
}
.product-card select.form-select.w-auto.d-inline-block {
    width: 87px !important;
    height: 43px;
    border-width: 1px;
    border-color: rgb(214, 211, 208);
    border-style: solid;
    border-radius: 3px;
    margin-left: 10px;
}

input.form-control.qty-box.d-inline {
    width: 87px !important;
    height: 43px;
    border-width: 1px;
    border-color: rgb(214, 211, 208);
    border-style: solid;
    border-radius: 3px;
    margin-left: 10px;
}


.row.status-row span {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.412;
}

.row.status-row {
    border-top: 1px solid #0000003b;
    border-bottom: 1px solid #0000003b;
    padding: 20px 0;
    margin-bottom: 30px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: rgb(249, 243, 217);
    line-height: 1.377;
    margin-bottom: 20px;
}

p.summary-note {
    font-size: 17px;
    color: rgb(249, 243, 217);
    line-height: 1.412;
}
.summary-note-btn {
    margin-top: 80px;
}
.btn-outline-light:hover {
    background: #f9f3d9;
}

.currency-box {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  max-width: 450px;
  width: 100%;
}

.currency-box .list-group-item {
  cursor: pointer;
  border: none;
  padding: 10px 15px;
}

.currency-box .list-group-item:hover {
  background-color: #f8f8f8;
}

.currency-box input.form-control {
  border-radius: 50px;
}
.currency-modal {
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
  padding: 20px;
}

.close-top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.search-input {
  border-radius: 50px;
  padding-left: 15px;
}

.currency-list .currency {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.currency-list .currency:hover {
  background-color: #f8f8f8;
}


.inside-the-world-text h2 span {
    text-transform: uppercase;
}
  section.mlvoure-club-wrap .row {
    position: relative;
}

section.mlvoure-club-wrap .row > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.mlvoure-club-wrap {
    padding: 80px 0;
}

.mlvoure-banner-text {
    padding: 30px 0;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.mlvoure-banner-text h2 {
    color: #f9f3d9;
    line-height: 1.661;
}

.mlvoure-banner-text h2 span {
    display: block;
}

.mlvoure-banner-text h5 {
    color: #f9f3d9;
    font-size: 17px;
}

.mlvoure-banner-text p {
    font-size: 17px;
    line-height: 1.588;
    color: #f9f3d9;
}

section.mlvoure-club-wrap .container-fluid {
    padding: 0 80px;
}
.club-btn {
    display: flex;
    gap: 30px;
}

.club-btn a {
    padding: 12px 24px;
}
.benefits-banner-wrap .container-fluid {
    position: relative;
    padding: 70px 30px;
}

.benefits-banner-wrap .container-fluid > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.Luxury-banner .container-fluid {
    position: relative;
}

section.Luxury-banner .container-fluid > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.Luxury-banner {
    padding: 80px 80px;
}

.Luxury-text h2 {
    font-size: 25px;
    color: rgb(249, 243, 217);
    line-height: 1.273;
}

.Luxury-text {
    padding: 50px 20px;
}

.Luxury-text p {
    color: rgb(249, 243, 217);
}       

.club-modal{
    background: #443727;
    color:#f3e9d9;
    padding: 30px 40px;
    position:relative;
    text-align:center;
    z-index: 1;
}

/* inner border */
.club-modal::after{
}

/* decorative corners */
.corner{
    position:absolute;
    width:40px;
    height:40px;
    border:2px solid #d8c6a2;
}

.corner-tl{
    top:-2px;
    left:-2px;
    border-right:none;
    border-bottom:none;
}

.corner-tr{
    top:-2px;
    right:-2px;
    border-left:none;
    border-bottom:none;
}

.corner-bl{
    bottom:-2px;
    left:-2px;
    border-right:none;
    border-top:none;
}

.corner-br{
    bottom:-2px;
    right:-2px;
    border-left:none;
    border-top:none;
}

/* title */
.club-title{
    margin:20px 0 10px;
    font-size: 32px;
    color: rgb(249, 243, 217);
    line-height: 1.25;
}

/* text */
.club-text{
    font-size: 17px;
    color: rgb(249, 243, 217);
    line-height: 2.353;
}

/* divider */
.club-divider{
    margin:25px auto;
    width:60%;
    border-top: 1px solid rgb(255 255 255 / 6%);
}


/* close button */
div#clubModal .close-btn{
    position:absolute;
    top: 48px;
    right: 62px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color: #443727;
    background: rgb(249, 243, 217);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
div#clubModal .modal-dialog {max-width: 800px;}


div#clubModal {
    background: #ffffffbf;
}

p.club-text span {
    display: block;
}

.congratulations-modal-shape {
    position: absolute;
    top: 13px;
    left: 0;
    width: 95%;
    height: 95%;
    z-index: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
div#clubModal .cookies-btns .btn {
    padding: 10px 30px;
}
.hero{
text-align:center;
padding:60px 20px 30px;
}

.hero h2{
font-weight:600;
letter-spacing:1px;
}

.hero p{width: 60%;margin:auto;color:#6b5b4b;}

/* criteria section */

.criteria-section{background: url('../images/griteria-img.jpg') center/cover no-repeat;padding: 70px 0 0;border-radius:8px;position:relative;}

.criteria-overlay{padding:50px 30px;border-radius:8px;color:#fff;max-width:900px;margin:auto;background-color: rgb(100 83 63 / 48%);}

.criteria-overlay h4{text-align:center;margin-bottom:10px;color: rgb(247, 242, 223);line-height: 1.661;}

.criteria-overlay p{text-align:center;margin-bottom:35px;color: rgb(247, 242, 223);}

/* cards */

.criteria-card{border:none;text-align:center;padding:25px;height:100%;border-radius: 20px;background-color: rgb(250, 246, 235);}

.criteria-card h6{margin-bottom:10px;font-size: 17px;color: rgb(68, 55, 39);line-height: 1.704;border-bottom: 1px solid #d2ccc0;padding-bottom: 20px;display: flex;align-items: center;justify-content: center;gap: 10px;}

.criteria-card p{
font-size:13px;
color:#6a5a4a;
}

/* form section */

.apply-section{padding: 60px 0 0;}

.apply-section h4{font-weight: 600;letter-spacing: 1px;margin-bottom: 20px;text-transform: capitalize;font-size: 32px;color: rgba(68, 55, 39, 0.988);line-height: 0.875;}

.apply-section p{margin-bottom:40px;}

.form-control{
border-radius:4px;
padding:10px;
}

.btn-membership{
background:#3c2f23;
color:#fff;
padding:10px 30px;
border:none;
margin-top:15px;
}

.btn-membership:hover{
background:#2a2118;
}

.footer-note{margin-top:20px;color:#6a5a4a;}

.join-club-wrap .container {
    border-radius: 20px;
    background-color: rgb(250, 246, 235);
    padding: 0;
}

.join-club-wrap {
    padding: 80px 0;
}

.criteria-card p {
    font-size: 17px;
    color: rgb(68, 55, 39);
    line-height: 1.412;
    margin: 0;
}

.apply-section label {
    font-size: 17px;
    color: rgb(15, 14, 14);
    line-height: 1.174;
    margin-bottom: 10px;
}

.apply-section input {
    border-width: 1px;
    border-color: rgb(21 20 20 / 10%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 55px;
    margin-bottom: 10px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.filters {
    font-size: 14px;
    cursor: pointer;
    color: rgb(68, 55, 39);
}
.sort {
    font-size: 16px;
    color: rgb(68, 55, 39);
    line-height: 1.125;
}
.sort select {
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #00000024;
    margin-left: 10px;
    appearance: auto;
}


.mobile-menu-item a {
    padding: 0 !important;
}

.whislist-box{
}

.whislist-box img{
    width:100%;
}



.whislist-box .slick-prev,
.whislist-box .slick-next{
    opacity:0;
    transition:0.3s;
}

/* dots hide */
.whislist-box .slick-dots{
    opacity:0;
    transition:0.3s;
    bottom: -45%;
}

.prev-arrow,
.next-arrow{position:absolute;top:40%;transform:translateY(-50%);background: unset;border:none;width: 50px;height: 50px;border-radius:50%;cursor:pointer;opacity:0;transition:0.3s;border: 1px solid #553c32;padding-top: 10px;}

.prev-arrow{
left:10px;
}

.next-arrow{
right:10px;
}

/* hover par show */
.whislist-box:hover .prev-arrow,
.whislist-box:hover .next-arrow{
opacity:1;
}
.wishlist-slider .slick-dots li button:before {
    font-size: 8px;
    width: 20px;
    content: '';
    height: 2px;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
}

.wishlist-slider .slick-dots li button {
    width: 40px;
}
.wishlist-slider .prev-arrow {
    height: auto;
}

.whislist-box   .slick-arrow img {
    height: auto;
    width: auto;
}

.whislist-box .slick-arrow:hover {
    background: #553c32;
}
.whislist-box .slick-arrow:hover img {
    filter: brightness(6.5);
}

.whislist-box button.next-arrow.slick-arrow img {
    transform: rotate(180deg);
}












.thumb-slider img{width:100%;border-radius: 30px;margin-bottom:15px;cursor:pointer;height: 450px;object-position: top;object-fit: contain;}

.main-image img{
border-radius:18px;
}

.product-text{font-size: 16px;color: rgb(68, 55, 39);line-height: 1.563;}

.color-circle{
width:16px;
height:16px;
background:#d7d1c5;
display:inline-block;
border-radius:50%;
margin-left:5px;
}

.product-stl-text .price{font-weight:600;margin:10px 0;font-size: 22px;color: rgb(41, 40, 48);line-height: 1.273;}

.add-cart{width:100%;background: #443727;color:#fff;border:none;padding:14px;border-radius:6px;font-size: 18px;margin-top: 30px;}

.add-cart:hover{
background:#3a2c21;
}

/* Accordion */

section.product-detail-wrarp .accordion-item{
border:none;
border-bottom:1px solid #eee;
}

section.product-detail-wrarp .accordion-button{background:none;font-weight:500;padding:18px 0;box-shadow:none;font-size: 18px;color: rgb(22, 21, 20);line-height: 1.556;}

section.product-detail-wrarp .accordion-button:not(.collapsed){
background:none;
color:#000;
}

section.product-detail-wrarp .accordion-button i{
transition:0.3s;
}

section.product-detail-wrarp .accordion-button:not(.collapsed) i{
transform:rotate(180deg);
}

section.product-detail-wrarp .accordion-body{padding-left:0;font-size: 16px;color: rgb(22, 21, 20);line-height: 1.563;padding-bottom: 15px;}
section.product-detail-wrarp {
    padding: 100px 0;
}

.main-slider img {
    border-radius: 30px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    height: 600px;
}
.thumb-slider .slick-active {
    opacity: 1;
}

.product-stl-text h4 {
    font-size: 21px;
    color: rgb(22, 21, 20);
    line-height: 1.333;
}

p.product-text a {
    color: rgba(68, 55, 39, 0.659);
}

section.product-detail-wrarp .accordion-button i {
    position: absolute;
    top: 24px;
    right: 0;
}

section.product-detail-wrarp .accordion-button:after {
    display: none;
}
.form-check-input:checked {
    background-color: #443727;
    border-color: #443727;
}
.ecru-price {
    display: flex;
    gap: 10px;
}
.ecru-price strong {
    font-size: 16px;
    color: rgb(17, 16, 16);
    line-height: 1.75;
}


.product-thumb-img {
    border-radius: 30px;
    background-color: rgb(247, 242, 223);
    height: 177px !important;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 10px;
}

.product-thumb-img.slick-slide.slick-current.slick-active {
    border: 1px solid #000;
}

.main-slider .slick-next {
    right: 60px;
}

.main-slider .slick-prev {
    left: 40px;
    z-index: 99;
}
section.product-detail-wrarp .slick-arrow {
    opacity: 1;
    z-index: 99;
}
section.product-detail-wrarp button.next-arrow.slick-arrow img {
    transform: rotate(180deg);
}
section.product-detail-wrarp .slick-arrow:hover {
    background: #553c32;
}
section.product-detail-wrarp .slick-arrow:hover img {
    filter: brightness(6.5);
}
section.product-detail-wrarp .slick-arrow {
    opacity: 1;
    z-index: 99;
}
section.product-detail-wrarp .slick-arrow img {
    position: relative;
    top: -5px;
}
section.product-detail-wrarp .prev-arrow {
    left: 50px;
    top: 50%;
}

section.product-detail-wrarp .next-arrow {
    right: 50px;
    top: 50%;
}

.main-slider-img {
    border-radius: 30px;
    background-color: rgb(247, 242, 223);
    height: 741px;
    padding-top: 40px;
}
.whislist-box:hover .slick-dots {
    opacity: 1;
}   

.main-slider-img a {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #858585;
}


.main-slider .slick-dots li button:before {
    font-size: 8px;
    width: 20px;
    content: '';
    height: 2px;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
}

.main-slider .slick-dots li button {
    width: 40px;
}

.main-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    top: -10px;
}
.main-slider .slick-dots {
    bottom: 20px;
}
section.how-we-use-wrap .container {
    max-width: 1390px;
}
.returns-exchanges-box a.btn2.btn-brown {
    padding: 12px 30px;
}
.row.making-list-row a {
    width: 100%;
}

.row.making-list-row .col-lg-3 {
    padding: 0 8px;
}
section.making-wrap.all-section {
    padding-bottom: 40px;
}