﻿/*---------------------------------------------"
Template Name: The Kitchen
Template URL: https://uiparadox.co.uk/templates/thekitchen
Description: The Kitchen - Restaurant Html Template                                           
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");

@font-face {
    font-family: "Lato";
    src: url("./fonts/lato/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Lato";
    src: url("./fonts/lato/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Lato";
    src: url("./fonts/lato/Lato-Semibold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Lato";
    src: url("./fonts/lato/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Lato";
    src: url("./fonts/lato/Lato-Heavy.ttf") format("truetype");
    font-weight: 800;
}
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

    ul.list-style li::marker,
    ol.list-style li::marker {
        color: #9B6C27;
    }

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

section:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.form-group {
    position: relative;
}

.form-selector,
.form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #AFB1B6;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    position: relative;
    margin-bottom: clamp(12px, 1.25vw, 32px);
    color: #797D86;
    width: 100%;
}

    .form-selector:focus,
    .form-control:focus {
        outline: 0;
        box-shadow: none;
        background: transparent;
    }

    .form-selector::placeholder,
    .form-control::placeholder {
        color: #797D86;
        opacity: 1;
    }

textarea {
    height: 100px;
}

.input-group button {
    background: transparent;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
    color: #0D0D0D;
}

label.error {
    color: #bc0f0f;
    margin-top: 10px;
}

.has-search {
    text-align: center;
    position: relative;
}

    .has-search button {
        border: 0;
        background: transparent;
    }

    .has-search .form-control {
        padding-right: 32px;
        width: 597px;
    }

    .has-search .form-control-search {
        position: absolute;
        right: 18px;
        z-index: 2;
        display: block;
        font-weight: 400;
        font-size: 24px;
        padding-top: 16px;
        text-align: center;
        color: #797D86;
    }

.alert-message {
    display: none;
}

.pagination-cus {
    display: inline-flex;
}

    .pagination-cus li {
        margin-right: 10px;
    }

        .pagination-cus li i {
            font-size: 60px;
            color: #0D0D0D;
        }

        .pagination-cus li a {
            display: block;
        }

        .pagination-cus li .link {
            background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
            backdrop-filter: blur(2.5px);
            border-radius: 10px;
            padding: 10px 20px;
            text-align: center;
            color: #0D0D0D;
        }

            .pagination-cus li .link.active {
                color: #9B6C27;
            }

            .pagination-cus li .link:hover {
                color: #9B6C27;
            }

/*-------------------------
    Typography
-------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato";
    color: #0D0D0D;
    background-color: #FAFAFA;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.03em;
    font-size: clamp(14px, 0.833vw, 22px);
}

@media (max-width: 1199px) {
    body {
        font-size: clamp(14px, 1.563vw, 18px);
    }
}

@media (max-width: 991px) {
    body {
        font-size: clamp(13.5px, 1.778vw, 16px);
    }
}

@media (max-width: 767px) {
    body {
        font-size: clamp(13px, 2.286vw, 14px);
    }
}

@media (max-width: 575px) {
    body {
        font-size: clamp(11px, 3.59vw, 14px);
    }
}

body.dark {
    background: #0D0D0D;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0 0 20px 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #1B1C1E;
}

p {
    margin: 0 0 16px 0;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.03em;
    font-size: clamp(14px, 0.833vw, 22px);
    color: #797D86;
}

@media (max-width: 1199px) {
    p {
        font-size: clamp(14px, 1.563vw, 18px);
    }
}

@media (max-width: 991px) {
    p {
        font-size: clamp(13.5px, 1.778vw, 16px);
    }
}

@media (max-width: 767px) {
    p {
        font-size: clamp(13px, 2.286vw, 14px);
    }
}

@media (max-width: 575px) {
    p {
        font-size: clamp(11px, 3.59vw, 14px);
    }
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
    transition: all 0.5s ease-in-out;
}

    a:hover {
        transition: all 0.5s ease-in-out;
        color: #9B6C27;
    }

b,
strong {
    font-family: "Lato";
}

/* ------------------------------------------------------------- *
 * Custom scrollbar style
/* ------------------------------------------------------------- */
.tt-custom-scrollbar {
    overflow-y: auto;
}

/* Works on Firefox */
.tt-custom-scrollbar,
.tt-sliding-sidebar-inner,
.tt-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #555 #2a2a2a;
}

select {
    scrollbar-width: thin;
    scrollbar-color: #666 #2a2a2a;
}

/* Works on Chrome, Edge, and Safari */
.tt-custom-scrollbar::-webkit-scrollbar,
.tt-sliding-sidebar-inner::-webkit-scrollbar,
.tt-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

select::-webkit-scrollbar {
    width: 10px;
}

.tt-custom-scrollbar::-webkit-scrollbar-track,
.tt-sliding-sidebar-inner::-webkit-scrollbar-track,
.tt-sidebar::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.tt-custom-scrollbar::-webkit-scrollbar-thumb,
.tt-sliding-sidebar-inner::-webkit-scrollbar-thumb,
.tt-sidebar::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 50px;
}

select::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 50px;
}

/* ------------------------------------------------------------- *
 * Smooth Scrollbar
 * Source: https://github.com/idiotWu/smooth-scrollbar/
/* ------------------------------------------------------------- */
/* Hide default scrollbar */
body:not(.is-mobile).ui-smooth-scroll {
    overflow: hidden;
}

    /* Scroll content (added if <body> contain class "ui-smooth-scroll". Disabled on mobile devices!) */
    body:not(.is-mobile).ui-smooth-scroll #scroll-container {
        width: auto;
        height: 100vh;
        overflow: auto;
        margin: 0;
    }

/* Styling scrollbar */
.scrollbar-track {
    background: transparent !important;
    z-index: 99999 !important;
}

    .scrollbar-track:hover {
        /*background: rgba(222, 222, 222, 0.1) !important;*/
    }

.scrollbar-thumb {
    background: #DDD !important;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

.scrollbar-track:hover .scrollbar-thumb {
    opacity: 0.5;
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
    margin-bottom: 250px;
}

.mt-150 {
    margin-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-150 {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-150 {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .mt-150 {
        margin-top: 80px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-100 {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-100 {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .mt-100 {
        margin-top: 50px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}

.mb-96 {
    margin-bottom: 96px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-96 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-96 {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .mb-96 {
        margin-bottom: 32px;
    }
}

.ms-80 {
    margin-left: 80px;
    margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ms-80 {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ms-80 {
        margin-left: 48px;
        margin-right: 48px;
    }
}

@media (max-width: 767px) {
    .ms-80 {
        margin-left: 32px;
        margin-right: 32px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-80 {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 32px;
    }
}

.mt-64 {
    margin-top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-64 {
        margin-top: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-64 {
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    .mt-64 {
        margin-top: 32px;
    }
}

.mb-64 {
    margin-bottom: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-64 {
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-64 {
        margin-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 32px;
    }
}

.mt-48 {
    margin-top: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-48 {
        margin-top: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-48 {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .mt-48 {
        margin-top: 24px;
    }
}

.mb-48 {
    margin-bottom: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-48 {
        margin-bottom: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-48 {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 24px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-40 {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 21px;
    }
}

.mb-32 {
    margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-32 {
        margin-bottom: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-32 {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .mb-32 {
        margin-bottom: 18px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-24 {
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-24 {
        margin-bottom: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-24 {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 12px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mb-16 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-16 {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .mb-16 {
        margin-bottom: 10px;
    }
}

.m-12 {
    margin: 12px 0;
}

.ms-15 {
    margin: 0 15px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.ml-30 {
    margin-left: 30px;
}

.space-mar {
    margin-top: -50px;
}

.spacer-mar {
    margin-top: -24px;
}

@media (max-width: 1199px) {
    .spacer-mar {
        margin: 0;
    }
}

.sec-pt {
    padding-top: 235px;
}

.pt-144 {
    padding-top: clamp(90px, 7.5vw, 200px);
}

@media (max-width: 992px) {
    .pt-144 {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    .pt-144 {
        padding-top: 64px;
    }
}

@media (max-width: 490px) {
    .pt-144 {
        padding-top: 48px;
    }
}

.pb-144 {
    padding-bottom: clamp(90px, 7.5vw, 200px);
}

@media (max-width: 992px) {
    .pb-144 {
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .pb-144 {
        padding-bottom: 64px;
    }
}

@media (max-width: 490px) {
    .pb-144 {
        padding-bottom: 48px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 992px) {
    .pt-80 {
        padding-top: 60px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pt-72 {
    padding-top: clamp(45px, 3.75vw, 100px);
}

@media (max-width: 992px) {
    .pt-72 {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .pt-72 {
        padding-top: 32px;
    }
}

@media (max-width: 490px) {
    .pt-72 {
        padding-top: 24px;
    }
}

.pb-72 {
    padding-bottom: clamp(45px, 3.75vw, 100px);
}

@media (max-width: 992px) {
    .pb-72 {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .pb-72 {
        padding-bottom: 32px;
    }
}

@media (max-width: 490px) {
    .pb-72 {
        padding-bottom: 24px;
    }
}

.pt-62 {
    padding-top: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-62 {
        padding-top: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-62 {
        padding-top: 42px;
    }
}

@media (max-width: 767px) {
    .pt-62 {
        padding-top: 32px;
    }
}

@media (max-width: 490px) {
    .pt-62 {
        padding-top: 22px;
    }
}

.pb-62 {
    padding-bottom: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-62 {
        padding-bottom: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-62 {
        padding-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .pb-62 {
        padding-bottom: 32px;
    }
}

@media (max-width: 490px) {
    .pb-62 {
        padding-bottom: 22px;
    }
}

.p-62 {
    padding: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-62 {
        padding: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-62 {
        padding: 42px;
    }
}

@media (max-width: 767px) {
    .p-62 {
        padding: 32px;
    }
}

@media (max-width: 490px) {
    .p-62 {
        padding: 22px;
    }
}

.p-55 {
    padding: 55px 0;
}

.pt-50 {
    padding-top: 50px;
}

.p-50 {
    padding: 50px 0;
}

.p-34 {
    padding: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-34 {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-34 {
        padding: 18px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.p-16 {
    padding: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-16 {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-16 {
        padding: 13px;
    }
}

@media (max-width: 767px) {
    .p-16 {
        padding: 10px;
    }
}

@media (max-width: 490px) {
    .p-16 {
        padding: 10px;
    }
}

.p-30 {
    padding: 30px;
}

.pt-30 {
    padding: 30px 0;
}

.p-20 {
    padding: 20px;
}

.ps-20 {
    padding: 0 20px;
}

.ps-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.pt-12 {
    padding: 12px 0;
}

.p-12 {
    padding: 12px;
}

.p-10 {
    padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
    color: #9B6C27 !important;
}

.bg-primary {
    background-color: #9B6C27 !important;
}

.color-white-1 {
    color: #FAFAFA !important;
}

.bg-white-1 {
    background-color: #FAFAFA !important;
}

.color-white-2 {
    color: #F0F2F4 !important;
}

.bg-white-2 {
    background-color: #F0F2F4 !important;
}

.color-dark-1 {
    color: #0D0D0D !important;
}

.bg-dark-1 {
    background-color: #0D0D0D !important;
}

.color-dark-2 {
    color: #1B1C1E !important;
}

.bg-dark-2 {
    background-color: #1B1C1E !important;
}

.color-dark-3 {
    color: #2C2D2F;
}

.bg-dark-3 {
    background-color: #2C2D2F;
}

.color-dark-gray {
    color: #797D86;
}

.bg-dark-gray {
    background-color: #797D86;
}

.color-medium-gray {
    color: #AFB1B6;
}

.bg-medium-gray {
    background-color: #AFB1B6;
}

.color-light-gray {
    color: #D6D8DB;
}

.bg-light-gray {
    background-color: #D6D8DB;
}

.fs-47 {
    font-size: 47px;
}

@media (max-width: 1250px) {
    .fs-47 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .fs-47 {
        font-size: 28px;
    }
}

@media (max-width: 490px) {
    .fs-47 {
        font-size: 23px;
    }
}

.fs-36 {
    font-size: 36px;
}

@media (max-width: 1200px) {
    .fs-36 {
        font-size: 26px;
    }
}

@media (max-width: 490px) {
    .fs-36 {
        font-size: 18px;
    }
}

.fs-27 {
    font-size: 27px;
}

@media (max-width: 992px) {
    .fs-27 {
        font-size: 21px;
    }
}

@media (max-width: 580px) {
    .fs-27 {
        font-size: 18px;
    }
}

.fs-21 {
    font-size: 21px;
}

@media (max-width: 490px) {
    .fs-21 {
        font-size: 16px;
    }
}

.fs-16 {
    font-size: 16px;
}

@media (max-width: 490px) {
    .fs-16 {
        font-size: 14px;
    }
}

.fs-12 {
    font-size: 12px;
}

@media (max-width: 490px) {
    .fs-12 {
        font-size: 12px;
    }
}

.font-sec {
    font-family: "Cormorant Garamond", serif;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.lh-100 {
    line-height: 100%;
}

.lh-110 {
    line-height: 110%;
}

.lh-120 {
    line-height: 120%;
}

.lh-130 {
    line-height: 130%;
}

.lh-140 {
    line-height: 140%;
}

.lh-150 {
    line-height: 150%;
}

.lh-160 {
    line-height: 160%;
}

.ls-1 {
    letter-spacing: -0.01em;
}

.ls-0 {
    letter-spacing: 0em;
}

.ls-2 {
    letter-spacing: -0.02em;
}

.ls-3 {
    letter-spacing: -0.03em;
}

.ls-4 {
    letter-spacing: -0.04em;
}

.border-box {
    padding: clamp(10px, 0.833vw, 40px);
    border: 2px solid #9B6C27;
    background: transparent;
}

    .border-box.box-v2 {
        padding: clamp(12px, 1.25vw, 48px);
    }

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
    cursor: pointer;
    position: relative;
    padding: clamp(8px, 0.625vw, 24px) clamp(24px, 1.667vw, 48px);
    font-size: clamp(16px, 1.094vw, 32px);
    line-height: 140%;
    border: 2px solid #9B6C27;
    border-radius: 0;
    background: transparent;
    font-weight: 600;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    color: #9B6C27;
    z-index: 2;
}

    .cus-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 80px;
        height: 80px;
        border-radius: inherit;
        scale: 0;
        z-index: -1;
        background: #9B6C27;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 50%;
    }

    .cus-btn:hover {
        color: #FAFAFA;
    }

        .cus-btn:hover::before {
            scale: 3;
        }

button.close {
    margin-top: 25px;
    margin-bottom: 25px;
}

.close {
    text-align: end;
    font-size: 32px;
    color: #1B1C1E;
    background: none;
    border: none;
    box-shadow: none;
}

    .close:hover {
        color: #9B6C27;
    }

.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: block;
    width: 150px;
    height: 150px;
    line-height: 50px;
    font-size: 100px;
    padding: 20px 0;
    background: #9B6C27;
    color: #F0F2F4;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .back-to-top.show {
        opacity: 1;
    }

@media (max-width: 490px) {
    .back-to-top {
        right: -20px;
        bottom: -20px;
    }
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

    .pagination #border-pagination {
        display: flex;
        gap: 8px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

        .pagination #border-pagination li {
            display: inline;
        }

            .pagination #border-pagination li span {
                color: #797D86;
                transition: all 0.5s ease-in-out;
            }

            .pagination #border-pagination li a {
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                color: #1B1C1E;
                width: clamp(36px, 2.5vw, 64px);
                height: clamp(36px, 2.5vw, 64px);
                border-radius: 0;
                background: transparent;
                float: left;
                transition: all 0.5s ease-in-out;
                font-family: "Lato";
                border: 1px solid #9B6C27;
                font-size: clamp(16px, 0.938vw, 22px);
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 21.6px */
            }

@media (max-width: 399px) {
    .pagination #border-pagination li a {
        font-size: 14px;
    }
}

.pagination #border-pagination li a svg path {
    fill: #1B1C1E;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a.active {
    background-color: #9B6C27;
    color: #F0F2F4;
}

.pagination #border-pagination li a:hover {
    background-color: #9B6C27;
    color: #F0F2F4;
}

.pagination #border-pagination li:hover span {
    color: #F0F2F4;
    transition: all 0.5s ease-in-out;
}

.wrapper-dropdown {
    padding: 12px 16px;
    border-radius: 0;
    border-bottom: 1px solid #AFB1B6;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .wrapper-dropdown .selected-display {
        font-weight: 400;
        color: #797D86;
    }

    .wrapper-dropdown::before {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -2px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #fff transparent;
    }

    .wrapper-dropdown .topbar-dropdown {
        width: 100%;
        background: #F0F2F4;
        transition: 0.3s;
        position: absolute;
        top: 104%;
        left: 0px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 99;
        border-radius: 0 0 4px 4px;
        box-shadow: inherit;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

        .wrapper-dropdown .topbar-dropdown li {
            padding: 4px 16px;
            line-height: 30px;
            border-radius: 0;
            overflow: hidden;
            font-size: clamp(14px, 0.781vw, 18px);  15px 
            font-family: "Lato";
            color: #2C2D2F;
            font-style: normal;
            font-weight: 400;
        }

            .wrapper-dropdown .topbar-dropdown li:last-child {
                border-bottom: none;
            }

            .wrapper-dropdown .topbar-dropdown li:hover {
                background-color: #AFB1B6;
                color: #0D0D0D;
            }

    .wrapper-dropdown.active .topbar-dropdown {
        opacity: 1;
        visibility: visible;
        border-radius: 5px;
    }

    .wrapper-dropdown .scrollable-menu {
        height: auto;
        max-height: 200px;
        overflow-x: hidden;
    }

    .wrapper-dropdown .arrow {
        float: right;
        rotate: 180deg;
    }

    .wrapper-dropdown svg {
        transition: all 0.3s;
    }

    .wrapper-dropdown .rotated {
        transform: rotate(-180deg);
    }



/*-------------------------
  Headings
-------------------------*/
.heading_1 {
    text-align: center;
}

    .heading_1 h2 {
        font-family: "Cormorant Garamond", serif;
        font-weight: 700;
        font-size: clamp(48px, 3.177vw, 84px);
        line-height: 120%;
        color: #1B1C1E;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(16px, 1.25vw, 32px);
        margin-bottom: clamp(32px, 2.5vw, 64px);
    }

@media (max-width: 767px) {
    .heading_1 h2 {
        font-size: 36px;
    }
}

.heading_1 h2.mb-32 {
    margin-bottom: clamp(24px, 1.66vw, 42px);
}

.heading_1 h2::before {
    content: url("../media/shape/set-left.png");
    content: "";
    background: url("../media/shape/set-left.png") no-repeat;
    background-size: cover;
    width: clamp(60px, 4.167vw, 100px);
    height: clamp(30px, 2.083vw, 50px);
}

@media (max-width: 767px) {
    .heading_1 h2::before {
        width: 40px;
        height: 20px;
    }
}

.heading_1 h2::after {
    content: "";
    background: url("../media/shape/set-right.png") no-repeat;
    background-size: cover;
    width: clamp(60px, 4.167vw, 100px);
    height: clamp(30px, 2.083vw, 50px);
}

@media (max-width: 767px) {
    .heading_1 h2::after {
        width: 40px;
        height: 20px;
    }
}

/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FAFAFA;
    z-index: 9999999;
    display: grid;
    align-content: center;
    justify-content: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

    #preloader .spinner {
        position: relative;
        width: 56px;
        height: 56px;
        margin: 0 auto;
    }

        #preloader .spinner div {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 13px solid rgba(155, 108, 39, 0.196);
            position: absolute;
            top: 0;
            left: 0;
            animation: spinner-g7vlvwmd 0.65s linear infinite;
            z-index: 0;
        }

            #preloader .spinner div::before {
                content: "";
                height: 13px;
                width: 13px;
                border-radius: 50%;
                background: #9B6C27;
                position: absolute;
                top: 50%;
                animation: spinner-h1vps1md 1.3s infinite reverse steps(1);
                transform: translate(calc(2 * var(--translate-2)), calc(var(--translate) * 1%));
                z-index: 1;
            }

            #preloader .spinner div:nth-of-type(1) {
                --translate: -50;
                --translate-2: calc(56px / 8);
            }

                #preloader .spinner div:nth-of-type(1)::before {
                    right: 0;
                }

            #preloader .spinner div:nth-of-type(2) {
                --translate: 50;
                --translate-2: calc(-56px / 8);
                animation-delay: 0.65s;
                animation-direction: reverse;
                transform: translate(21.5px, 0);
            }

                #preloader .spinner div:nth-of-type(2)::before {
                    left: 0;
                    transform: translate(-14px, -50%);
                    animation-direction: normal;
                }

@keyframes spinner-h1vps1md {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-g7vlvwmd {
    from {
        transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(0deg);
    }

    to {
        transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(360deg);
    }
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 999;
    background: rgba(244, 244, 244, 0.66);
}

    .header nav {
        padding: 24px 64px 23px;
    }

@media (max-width: 575px) {
    .header nav {
        padding: 24px 24px 23px;
    }
}

.header nav .navbar-brand {
    width: 183px;
}

.header nav .navbar-nav .menu-item a {
    font-size: 21px;
    line-height: 140%;
    color: #2C2D2F;
    padding: 12px 0;
    margin-right: 32px;
}

@media (max-width: 991px) {
    .header nav .navbar-nav .menu-item a {
        padding: 8px 0px;
        color: #1B1C1E;
    }
}

.header nav .navbar-nav .menu-item a:hover {
    color: #9B6C27;
}

.header nav .navbar-nav .menu-item a.active {
    color: #9B6C27;
}

.header nav .navbar-nav .phone {
    font-size: 21px;
    line-height: 140%;
    color: #2C2D2F;
    padding: 12px 0;
    margin-right: 32px;
}

    .header nav .navbar-nav .phone:hover {
        color: #9B6C27;
    }

    .header nav .navbar-nav .phone i {
        font-size: 21px;
        line-height: 140%;
        color: #9B6C27;
        margin-right: 8px;
    }

.header .navbar-toggler {
    color: #9B6C27;
    border: none;
    outline: 0;
    padding: 10px;
    font-size: 24px;
}

    .header .navbar-toggler:focus {
        box-shadow: none;
        color: #9B6C27;
    }

.header .navbar-expand-lg,
.header .navbar-collapse {
    justify-content: center;
}

@media (max-width: 992px) {
    .header .navbar-expand-lg,
    .header .navbar-collapse {
        justify-content: center;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .header .navbar-collapse {
        background: #F0F2F4;
        border-radius: 10px;
        padding: 15px 24px;
        z-index: 9999;
        position: absolute;
        top: 60px;
        right: 73px;
        width: 275px;
        box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .header .navbar-collapse {
        right: 24px;
    }
}

footer {
    background-color: #F0F2F4;
}

    footer .content {
        padding: clamp(54px, 4.531vw, 110px) 0 0;
    }

        footer .content .detail .since {
            margin: clamp(18px, 1.25vw, 32px) 0 clamp(24px, 1.66vw, 48px);
        }

            footer .content .detail .since span {
                font-weight: 400;
                font-size: clamp(18px, 1.094vw, 24px);
                line-height: 140%;
                color: #1B1C1E;
                margin-right: clamp(18px, 1.094vw, 24px);
            }

                footer .content .detail .since span:last-child {
                    margin-right: 0;
                }

        footer .content .detail p {
            color: #797D86;
            width: 95%;
            margin: clamp(32px, 2.5vw, 64px) 0;
        }

@media (max-width: 1199px) {
    footer .content .detail p {
        width: 95%;
    }
}

@media (max-width: 492px) {
    footer .content .detail p {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    footer .content .border-box {
        margin-bottom: 48px;
    }
}

footer .content .border-box .timing {
    background-color: #FAFAFA;
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding: clamp(16px, 1.25vw, 32px);
}

    footer .content .border-box .timing h2 {
        font-weight: 700;
        font-size: clamp(24px, 1.875vw, 48px);
        line-height: 110%;
        text-align: center;
        font-family: "Cormorant Garamond", serif;
        color: #1B1C1E;
    }

    footer .content .border-box .timing .line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        footer .content .border-box .timing .line::before {
            content: "";
            width: 100%;
            border: 1px dashed #AFB1B6;
            transform: matrix(1, 0, 0, 1, 0, 0);
            position: absolute;
            left: 0;
            top: calc(80% - 1px);
        }

        footer .content .border-box .timing .line h5 {
            font-weight: 400;
            font-size: clamp(18px, 1.094vw, 24px);
            line-height: 140%;
            color: #1B1C1E;
            margin: 0;
            background-color: #FAFAFA;
            position: relative;
            z-index: 50;
            padding-right: 16px;
        }

@media (max-width: 492px) {
    footer .content .border-box .timing .line h5 {
        font-size: 18px;
        padding-right: 8px;
    }
}

footer .content .border-box .timing .line p {
    font-weight: 700;
    font-size: clamp(18px, 1.094vw, 24px);
    line-height: 140%;
    color: #9B6C27;
    background-color: #FAFAFA;
    margin: 0;
    position: relative;
    z-index: 50;
    padding-left: 16px;
}

@media (max-width: 492px) {
    footer .content .border-box .timing .line p {
        font-size: 18px;
        padding-left: 8px;
    }
}

footer .content .contact ul {
    list-style: none;
    padding-left: 0;
}

    footer .content .contact ul li {
        margin-bottom: clamp(24px, 1.66vw, 48px);
        position: relative;
    }

        footer .content .contact ul li:last-child {
            margin-bottom: 0;
        }

        footer .content .contact ul li span,
        footer .content .contact ul li a {
            font-weight: 400;
            font-size: clamp(18px, 1.094vw, 24px);
            line-height: 140%;
            color: #1B1C1E;
            display: flex;
            gap: clamp(12px, 0.83vw, 20px);
            align-items: flex-start;
            transition: all 0.5s ease-in-out;
        }

            footer .content .contact ul li span i,
            footer .content .contact ul li a i {
                font-size: clamp(24px, 1.66vw, 48px);
                color: #AFB1B6;
                transition: all 0.5s ease-in-out;
            }

            footer .content .contact ul li span:hover,
            footer .content .contact ul li a:hover {
                color: #9B6C27;
                transition: all 0.5s ease-in-out;
            }

                footer .content .contact ul li span:hover i,
                footer .content .contact ul li a:hover i {
                    color: #9B6C27;
                }

footer .content .social-icons {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(24px, 1.66vw, 48px);
}

@media (max-width: 1199px) {
    footer .content .social-icons {
        margin-bottom: 64px;
    }
}

footer .content .social-icons li i {
    color: #AFB1B6;
    font-size: clamp(20px, 1.25vw, 30px);
    transition: all 0.5s ease-in-out;
}

    footer .content .social-icons li i svg {
        width: clamp(20px, 1.25vw, 30px);
        height: clamp(20px, 1.25vw, 30px);
        transition: all 0.5s ease-in-out;
    }

        footer .content .social-icons li i svg path {
            fill: #AFB1B6;
            transition: all 0.5s ease-in-out;
        }

    footer .content .social-icons li i:hover {
        transition: all 0.5s ease-in-out;
        color: #9B6C27;
    }

        footer .content .social-icons li i:hover svg path {
            transition: all 0.5s ease-in-out;
            fill: #9B6C27;
        }

footer .footer-bottom {
    background-color: #F0F2F4;
}

    footer .footer-bottom p {
        text-align: center;
        padding: clamp(24px, 1.66vw, 48px) 0;
        font-size: clamp(13px, 0.83vw, 20px);
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #797D86;
        margin-bottom: 0;
    }

.hero-banner-1 {
    background: url(../media/banner/bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    margin-top: 0px;
    position: relative;
}

    .hero-banner-1 .content {
        padding: 11.875vw 0 7.031vw 3.333vw;
        width: fit-content;
    }

@media (max-width: 767px) {
    .hero-banner-1 .content {
        padding: 178px 0 0 64px;
    }
}

@media (max-width: 575px) {
    .hero-banner-1 .content {
        padding: 150px 24px 0;
    }
}

@media (max-width: 492px) {
    .hero-banner-1 .content {
        padding: 150px 20px 0;
    }
}

.hero-banner-1 .content .subtitle {
    font-weight: 400;
    font-size: clamp(28px, 2.083vw, 60px);
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #2C2D2F;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .hero-banner-1 .content .subtitle {
        font-size: 28px;
    }
}

.hero-banner-1 .content .title {
    font-weight: 700;
    font-size: clamp(40px, 3.0vw, 75px);
    line-height: 100%;
    letter-spacing: -0.03em;
    font-family: "Cormorant Garamond", serif;
    color: #9B6C27;
    width: fit-content;
    margin-bottom: clamp(22px, 1.66vw, 48px);
    position: relative;
}


.hero-banner-1 .content .title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 86%;
    background-color: #D6D8DB;
}

@media (max-width: 900px) {
    .hero-banner-1 .content .title::before {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .hero-banner-1 .content .title::before {
        width: 86%;
    }
}

.hero-banner-1 .content .title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 86%;
    bottom: 0;
    left: 0;
    background-color: #D6D8DB;
}

@media (max-width: 900px) {
    .hero-banner-1 .content .title::after {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .hero-banner-1 .content .title::after {
        width: 86%;
    }
}

.hero-banner-1 .content p {
    font-weight: 500;
    font-size: clamp(14px, 0.938vw, 24px);
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #797D86;
    margin: 0 0 clamp(32px, 2.5vw, 64px) 4px;
}

.hero-banner-1 .content .stars {
    display: flex;
    align-items: center;
    gap: clamp(7px, 0.521vw, 14px);
}

    .hero-banner-1 .content .stars i {
        margin-bottom: clamp(42px, 3.33vw, 84px);
        color: #9B6C27;
        font-size: clamp(14px, 1.406vw, 32px);
    }

.hero-banner-1 .content .ingredients-box {
    width: fit-content;
}

    .hero-banner-1 .content .ingredients-box .ingredients-head {
        display: flex;
        justify-content: space-between;
        margin-bottom: 13px;
    }

        .hero-banner-1 .content .ingredients-box .ingredients-head .box-title h6 {
            font-weight: 700;
            font-size: clamp(18px, 1.302vw, 32px);
            line-height: 140%;
            font-family: "Cormorant Garamond", serif;
            color: #2C2D2F;
            border-bottom: 2px solid #9B6C27;
            margin-bottom: 0;
        }

    .hero-banner-1 .content .ingredients-box .ingredients-list {
        background: rgba(246, 246, 246, 0.6);
        padding: clamp(10px, 0.729vw, 22px) clamp(18px, 1.25vw, 32px);
        list-style: none;
    }

        .hero-banner-1 .content .ingredients-box .ingredients-list li {
            color: #797D86;
            font-weight: 500;
            font-size: clamp(14px, 0.938vw, 22px);
            line-height: 140%;
        }

.page-start-banner {
    background: url(../media/banner/banner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 0px;
    height: clamp(350px, 26.563vw, 600px);
    padding-top: 5%;
    align-content: center;
    display: grid;
}

@media (max-width: 492px) {
    .page-start-banner {
        height: 300px;
    }
}

.page-start-banner .title {
    font-weight: 700;
    font-size: clamp(60px, 5.469vw, 130px);
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1B1C1E;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-start-banner .title {
        font-size: 60px;
    }
}

@media (max-width: 492px) {
    .page-start-banner .title {
        font-size: 50px;
    }
}

.achievements .achievement-box {
    margin-bottom: 64px;
}

    .achievements .achievement-box h5 {
        font-family: "Cormorant Garamond", serif;
        font-weight: 700;
        font-size: clamp(64px, 4.167vw, 100px);
        line-height: 110%;
        text-align: center;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
        color: #9B6C27;
    }

    .achievements .achievement-box p {
        font-weight: 400;
        font-size: clamp(18px, 1.094vw, 24px);
        line-height: 140%;
        text-align: center;
        color: #797D86;
    }

.achievements .video {
    border-radius: 25px;
}

    .achievements .video .img-box {
        border-radius: 25px;
        position: relative;
        width: 100%;
        height: 448px;
    }

@media (max-width: 767px) {
    .achievements .video .img-box {
        height: 350px;
    }
}

@media (max-width: 492px) {
    .achievements .video .img-box {
        height: 250px;
    }
}

.achievements .video .img-box .detail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.achievements .video .img-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

    .achievements .video .img-box .overlay .play-btn {
        color: white;
        font-size: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        border: 2px solid white;
        width: 75px;
        height: 75px;
        padding: 10px 24px;
        text-align: center;
        border-radius: 50px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        display: grid;
        align-content: center;
    }

.achievements .video .video-box {
    display: none;
    border-radius: 25px;
}

    .achievements .video .video-box video {
        width: 100%;
        height: 448px;
        object-fit: cover;
    }

@media (max-width: 767px) {
    .achievements .video .video-box video {
        height: 350px;
    }
}

@media (max-width: 492px) {
    .achievements .video .video-box video {
        height: 250px;
    }
}

.about .since {
    font-weight: 400;
    font-size: clamp(30px, 2.448vw, 64px);
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #1B1C1E;
    text-align: center;
    padding: 10px 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: #9B6C27;
    margin-bottom: clamp(22px, 1.66vw, 48px);
}

@media (max-width: 992px) {
    .about .about-content {
        margin-bottom: 48px;
    }
}

.about .about-content .about-title {
    font-weight: 700;
    font-size: clamp(42px, 3.177vw, 84px);
    line-height: 120%;
    font-family: "Cormorant Garamond", serif;
    color: #1B1C1E;
    margin-bottom: clamp(22px, 1.66vw, 48px);
}

.about .about-content .description {
    color: #797D86;
    margin-bottom: clamp(32px, 3.33vw, 84px);
}

@media (max-width: 992px) {
    .about .about-content .description br {
        display: none;
    }
}

.about .about-content .mission h5 {
    font-weight: 700;
    font-size: clamp(24px, 1.875vw, 48px);
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    color: #1B1C1E;
    margin-bottom: clamp(14px, 0.833vw, 22px);
}

.about .about-content .mission p {
    color: #797D86;
    margin-bottom: clamp(32px, 3.33vw, 84px);
}

@media (max-width: 992px) {
    .about .about-content .mission p br {
        display: none;
    }
}

.about img {
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.reviews .review-box {
    position: relative;
}

    .reviews .review-box .reviewSlider {
        box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        position: relative;
    }

        .reviews .review-box .reviewSlider::after {
            content: url("../media/shape/quote.png");
            position: absolute;
            bottom: 24px;
            right: 40px;
        }

        .reviews .review-box .reviewSlider .review {
            padding: 24px 24px 67px;
            text-align: center;
        }

            .reviews .review-box .reviewSlider .review h6 {
                font-weight: 700;
                font-size: 21px;
                line-height: 140%;
                color: #1B1C1E;
                margin-bottom: 16px;
            }

            .reviews .review-box .reviewSlider .review p {
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                letter-spacing: 0.03em;
                color: #797D86;
            }

    .reviews .review-box .slick-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        gap: 24px;
        bottom: -50px;
        list-style-type: none;
    }

        .reviews .review-box .slick-dots li {
            margin: 0;
            width: 5px;
            height: 5px;
        }

        .reviews .review-box .slick-dots button {
            display: block;
            width: 8px;
            height: 8px;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: #797D86;
            text-indent: -9999px;
        }

            .reviews .review-box .slick-dots button::before {
                width: auto;
                height: auto;
            }

        .reviews .review-box .slick-dots li.slick-active button {
            background-color: #9B6C27;
        }

.chefs .chef-block {
    position: relative;
    padding-top: 7.604vw;
    display: grid;
    place-items: center;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1199px) {
    .chefs .chef-block {
        margin-bottom: 32px;
        padding-top: 146px;
    }
}

.chefs .chef-block .img-block {
    position: absolute;
    z-index: 15;
    top: 0;
    padding: 0 16px;
}

    .chefs .chef-block .img-block img {
        margin: 0 auto;
    }

.chefs .chef-block .border-box {
    position: relative;
    width: 100%;
    height: 273px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .chefs .chef-block .border-box .content-box {
        transition: all 0.5s ease-in-out;
        inset: 16px;
        position: absolute;
        bottom: 16px;
        z-index: 10;
        padding: 16px;
        background: #FAFAFA;
        overflow: hidden;
        height: 235px;
        padding-top: 155px;
        text-align: center;
        box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        transition: height 0.6s linear 0s;
    }

        .chefs .chef-block .border-box .content-box .name {
            font-weight: 700;
            font-size: 21px;
            line-height: 140%;
            color: #1B1C1E;
            margin-bottom: 8px;
        }

        .chefs .chef-block .border-box .content-box .specialty {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            letter-spacing: 0.03em;
            margin-bottom: 0;
            color: #797D86;
            margin-bottom: 24px;
        }

        .chefs .chef-block .border-box .content-box .social-icons {
            display: flex;
            justify-content: center;
            gap: clamp(24px, 1.66vw, 42px);
            align-items: center;
            list-style: none;
            padding-left: 0;
            opacity: 0;
            margin: 24px 0 24px;
            transition: all 0.5s ease-in-out;
        }

            .chefs .chef-block .border-box .content-box .social-icons li i {
                color: #797D86;
                font-size: 32px;
            }

                .chefs .chef-block .border-box .content-box .social-icons li i:hover {
                    color: #9B6C27;
                }

.chefs .chef-block:hover .border-box {
    overflow: visible;
    transition: all 0.5s ease-in-out;
}

    .chefs .chef-block:hover .border-box .content-box {
        bottom: -42px;
        height: auto;
        overflow: visible;
        transition: all 0.6s linear 0s;
    }

        .chefs .chef-block:hover .border-box .content-box .social-icons {
            opacity: 1;
            transition: all 0.5s ease-in-out;
        }

.chefs .chef-block:not(:hover) .content-box {
    transition: height 0.6s linear 0s;
}

.gallery .img-block {
    overflow: hidden;
}

    .gallery .img-block img {
        -webkit-transition: all 0.6s linear 0s;
        transition: all 0.6s linear 0s;
    }

    .gallery .img-block:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.6s linear 0s;
        transition: all 0.6s linear 0s;
    }

.gallery .slick-slide {
    margin: 0 15px;
}

@media (max-width: 1199px) {
    .contact .border-box {
        margin-bottom: 30px;
    }
}

.contact .border-box .contact-link-box {
    text-align: center;
    padding: 48px 0;
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

    .contact .border-box .contact-link-box a,
    .contact .border-box .contact-link-box span {
        font-weight: 400;
        font-size: 21px;
        line-height: 140%;
        color: #797D86;
    }

        .contact .border-box .contact-link-box a:hover,
        .contact .border-box .contact-link-box span:hover {
            color: #9B6C27;
        }

        .contact .border-box .contact-link-box a i,
        .contact .border-box .contact-link-box span i {
            margin-right: 8px;
        }

.contact .form-block h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    color: #1B1C1E;
}

.contact .form-block button {
    margin: 0 auto;
}

.contact iframe {
    width: 100% !important;
}

@media (max-width: 991px) {
    .contact .form-block {
        margin-bottom: 48px;
    }
}

.blogs .blog-block {
    position: relative;
    padding-top: 7.604vw;
    display: grid;
    place-items: center;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1199px) {
    .blogs .blog-block {
        margin-bottom: 32px;
        padding-top: 146px;
    }
}

.blogs .blog-block .img-block {
    position: absolute;
    z-index: 15;
    top: 0;
    padding: 0 16px;
}

    .blogs .blog-block .img-block img {
        margin: 0 auto;
    }

.blogs .blog-block .border-box {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .blogs .blog-block .border-box .content-box {
        transition: all 0.5s ease-in-out;
        inset: 16px;
        position: absolute;
        bottom: 16px;
        z-index: 10;
        padding: 16px;
        background: #FAFAFA;
        overflow: hidden;
        height: 272px;
        padding-top: 155px;
        text-align: center;
        box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-in-out;
    }

        .blogs .blog-block .border-box .content-box .name {
            font-weight: 700;
            font-size: 21px;
            line-height: 140%;
            color: #1B1C1E;
            margin-bottom: 8px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .blogs .blog-block .border-box .content-box .name:hover {
                color: #9B6C27;
            }

        .blogs .blog-block .border-box .content-box .specialty {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            letter-spacing: 0.03em;
            margin-bottom: 0;
            color: #797D86;
            margin-bottom: 24px;
        }

        .blogs .blog-block .border-box .content-box .social-icons {
            display: flex;
            justify-content: center;
            gap: clamp(24px, 1.66vw, 42px);
            align-items: center;
            list-style: none;
            padding-left: 0;
            opacity: 0;
            margin: 24px 0 24px;
            transition: all 0.5s ease-in-out;
        }

            .blogs .blog-block .border-box .content-box .social-icons li a {
                display: flex;
                align-items: center;
                gap: clamp(4px, 0.417vw, 8px);
            }

                .blogs .blog-block .border-box .content-box .social-icons li a i {
                    color: #797D86;
                    font-size: 21px;
                }

                    .blogs .blog-block .border-box .content-box .social-icons li a i:hover {
                        color: #9B6C27;
                    }

.blogs .blog-block:hover .border-box {
    overflow: visible;
}

    .blogs .blog-block:hover .border-box .content-box {
        bottom: -42px;
        height: auto;
        overflow: visible;
    }

        .blogs .blog-block:hover .border-box .content-box .social-icons {
            opacity: 1;
        }

.blog-detail-wrapper .qoutes {
    background: #F0F2F4;
    padding: clamp(16px, 1.25vw, 32px);
    border-left: 2px solid #9B6C27;
}

.blog-detail-wrapper .review-area .review-block {
    display: flex;
    align-items: flex-start;
    gap: clamp(8px, 0.83vw, 18px);
}

    .blog-detail-wrapper .review-area .review-block.block-2 {
        padding-left: clamp(32px, 4.3vw, 120px);
    }

    .blog-detail-wrapper .review-area .review-block .image-box {
        display: flex;
        flex-shrink: 0;
    }

        .blog-detail-wrapper .review-area .review-block .image-box img {
            border-radius: 50%;
            width: clamp(40px, 3.33vw, 140px);
            height: clamp(40px, 3.33vw, 140px);
        }

    .blog-detail-wrapper .review-area .review-block .text-box .reply-btn {
        color: #0D0D0D;
        transition: all 0.5s ease-in-out;
    }

        .blog-detail-wrapper .review-area .review-block .text-box .reply-btn:hover {
            color: #9B6C27;
        }

.blog-detail-wrapper .blog-tags-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(8px, 0.83vw, 18px);
}

    .blog-detail-wrapper .blog-tags-wrapper .blog-tags {
        padding: 8px 12px;
        border: 1px solid #797D86;
        color: #797D86;
        border-radius: 8px;
        background: transparent;
        transition: all 0.5s ease-in-out;
    }

        .blog-detail-wrapper .blog-tags-wrapper .blog-tags:hover {
            background: #9B6C27;
            color: #FAFAFA;
            border: 1px solid #9B6C27;
        }

.social-icons-container {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.83vw, 18px);
}

    .social-icons-container .blog-icons {
        width: clamp(26px, 1.667vw, 64px);
        height: clamp(26px, 1.667vw, 64px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #797D86;
        background: transparent;
        transition: all 0.5s ease-in-out;
    }

        .social-icons-container .blog-icons svg {
            width: clamp(12px, 0.833vw, 32px);
            height: clamp(12px, 0.833vw, 32px);
        }

            .social-icons-container .blog-icons svg path {
                transition: all 0.5s ease-in-out;
            }

        .social-icons-container .blog-icons:hover {
            background: #9B6C27;
            border: 1px solid #9B6C27;
        }

            .social-icons-container .blog-icons:hover svg path {
                fill: #FAFAFA;
            }


.menu .container .row div .border-box{
    margin-bottom: 10px;
}

.menu .menu-block {
    position: relative;
    cursor: pointer;
    display: grid;
    align-content: center;
    transition: all 0.5s ease-in-out;
}

    .menu .menu-block h3 {
        text-align: center;
        font-weight: 700;
        font-size: clamp(22px, 2.448vw, 24px);
        line-height: 110%;
        color: #1B1C1E;
        font-family: "Cormorant Garamond", serif;
        margin-bottom: 0;
    }

.menu .menu-item,
.menu-detail-popup .menu-item {
    display: none;
    position: relative;
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

    .menu .menu-item.menu1,
    .menu-detail-popup .menu-item.menu1 {
        display: block;
    }

    .menu .menu-item .menu-detail-block,
    .menu-detail-popup .menu-item .menu-detail-block {
        padding: 0 clamp(14px, 1.25vw, 32px) clamp(80px, 6.667vw, 150px) clamp(12px, 1.12vw, 24px);
    }

        .menu .menu-item .menu-detail-block::before,
        .menu-detail-popup .menu-item .menu-detail-block::before {
            content: "";
            background: url("../media/shape/object-left.png") no-repeat;
            background-size: cover;
            width: clamp(64px, 5.208vw, 130px);
            height: clamp(64px, 5.208vw, 130px);
            position: absolute;
            top: clamp(10px, 0.833vw, 22px);
            left: clamp(10px, 0.833vw, 22px);
        }

        .menu .menu-item .menu-detail-block::after,
        .menu-detail-popup .menu-item .menu-detail-block::after {
            content: "";
            background: url("../media/shape/object-right.png") no-repeat;
            background-size: cover;
            width: clamp(64px, 5.208vw, 130px);
            height: clamp(64px, 5.208vw, 130px);
            position: absolute;
            bottom: clamp(4px, 0.313vw, 10px);
            right: clamp(10px, 0.833vw, 22px);
        }

        .menu .menu-item .menu-detail-block .title,
        .menu-detail-popup .menu-item .menu-detail-block .title {
            font-weight: 700;
            font-size: clamp(26px, 2.448vw, 64px);
            line-height: 110%;
            color: #1B1C1E;
            text-align: center;
            padding: clamp(32px, 2.604vw, 64px) 0;
            margin-bottom: 0;
        }

        .menu .menu-item .menu-detail-block .menu-list,
        .menu-detail-popup .menu-item .menu-detail-block .menu-list {
            border-bottom: 1px solid #9B6C27;
            margin-bottom: clamp(12px, 0.833vw, 22px);
            display: flex;
            align-items: center;
            width: 100%;
            gap: 12px;
            padding-bottom: clamp(12px, 0.833vw, 22px);
        }

            .menu .menu-item .menu-detail-block .menu-list:last-child,
            .menu-detail-popup .menu-item .menu-detail-block .menu-list:last-child {
                margin-bottom: 0;
                border: none;
            }

            .menu .menu-item .menu-detail-block .menu-list .number,
            .menu-detail-popup .menu-item .menu-detail-block .menu-list .number {
                color: #797D86;
            }

            .menu .menu-item .menu-detail-block .menu-list .dishes-item,
            .menu-detail-popup .menu-item .menu-detail-block .menu-list .dishes-item {
                width: 100%;
            }

                .menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row,
                .menu-detail-popup .menu-item .menu-detail-block .menu-list .dishes-item .upper-row {
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: clamp(5px, 0.417vw, 10px);
                }

                    .menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .name,
                    .menu-detail-popup .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .name {
                        font-weight: 400;
                        font-size: clamp(18px, 1.094vw, 24px);
                        line-height: 140%;
                        color: #1B1C1E;
                        margin-bottom: 0px;
                    }

                    .menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .price,
                    .menu-detail-popup .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .price {
                        font-weight: 700;
                        font-size: clamp(18px, 1.094vw, 24px);
                        line-height: 140%;
                        color: #9B6C27;
                        margin-bottom: 0;
                    }

                .menu .menu-item .menu-detail-block .menu-list .dishes-item p,
                .menu-detail-popup .menu-item .menu-detail-block .menu-list .dishes-item p {
                    margin-bottom: 0;
                }

.menu .fix-height,
.menu-detail-popup .fix-height {
    min-height: 882px;
}

.menu-detail-popup {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.6s;
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    place-content: center;
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
    #menuDetail {
        position: relative;
    }

        #menuDetail > div {
            display: none;
        }

    

        .menu-detail-popup.show {
            transform: scale(1);
            opacity: 1;
            z-index: 999;
        }

        .menu-detail-popup > .container {
            width: 100vw;
            display: flex;
            flex-direction: column;
        }

            .menu-detail-popup > .container > .row > .border-box {
                background-color: #FAFAFA;
                overflow-y: auto;
                max-height: 90vh;
            }


        .menu-detail-popup .border-box .content .booking-form2 {
            padding: 0;
        }



    .menu .container .row div .border-box {
        margin-bottom: 30px;
    }

    .menu .menu-block {
        min-height: clamp(120px, 8.438vw, 240px);
    }

        .menu .menu-block h3::before {
            content: "";
            background: url("../media/shape/object-left.png") no-repeat;
            background-size: cover;
            width: clamp(64px, 5.208vw, 130px);
            height: clamp(64px, 5.208vw, 130px);
            position: absolute;
            top: clamp(10px, 0.833vw, 22px);
            left: clamp(10px, 0.833vw, 22px);
        }

        .menu .menu-block h3::after {
            content: "";
            background: url("../media/shape/object-right.png") no-repeat;
            background-size: cover;
            width: clamp(64px, 5.208vw, 130px);
            height: clamp(64px, 5.208vw, 130px);
            position: absolute;
            bottom: clamp(4px, 0.313vw, 10px);
            right: clamp(10px, 0.833vw, 22px);
        }

        .menu .menu-block:hover {
            box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease-in-out;
        }

    body.no-scroll {
        overflow: hidden;
    }

    .menu .menu-item,
    .menu-detail-popup .menu-item {
        display: block;
    }
}




.popular-deals .deal-block-2 {
    position: relative;
    padding: 106px 0 0 106px;
}

    .popular-deals .deal-block-2 img {
        box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    .popular-deals .deal-block-2 .content {
        width: 65%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 16px;
        border: 2px solid #9B6C27;
        background: transparent;
    }

@media (max-width: 492px) {
    .popular-deals .deal-block-2 .content {
        width: 88%;
    }
}

.popular-deals .deal-block-2 .content .detail-block {
    padding: 24px;
    background-color: #FAFAFA;
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

    .popular-deals .deal-block-2 .content .detail-block .title {
        font-weight: 700;
        font-size: 21px;
        line-height: 140%;
        color: #1B1C1E;
        margin-bottom: 16px;
    }

    .popular-deals .deal-block-2 .content .detail-block .detail {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #797D86;
        margin-bottom: 48px;
    }

    .popular-deals .deal-block-2 .content .detail-block .price {
        text-align: end;
    }

        .popular-deals .deal-block-2 .content .detail-block .price .old-price {
            font-weight: 400;
            font-size: 27px;
            line-height: 130%;
            letter-spacing: -0.02em;
            text-decoration-line: line-through;
            color: #AFB1B6;
            margin: 0 8px 0 0;
        }

        .popular-deals .deal-block-2 .content .detail-block .price .new-price {
            font-weight: 700;
            font-size: 36px;
            line-height: 120%;
            text-align: right;
            letter-spacing: -0.03em;
            color: #9B6C27;
        }

@media (max-width: 992px) {
    .book-table .border-box {
        margin-bottom: 32px;
    }
}

.book-table .border-box .content {
    padding: 38px 0;
    box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 492px) {
    .book-table .border-box .content .heading_1 h2::before {
        display: none;
    }
}

@media (max-width: 492px) {
    .book-table .border-box .content .heading_1 h2::after {
        display: none;
    }
}

.book-table .border-box .content .booking-form {
    padding: 0 97px;
}

@media (max-width: 767px) {
    .book-table .border-box .content .booking-form {
        padding: 0 32px;
    }
}

@media (max-width: 492px) {
    .book-table .border-box .content .booking-form {
        padding: 0 16px;
    }
}

.booking-popup {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.6s;
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    background: rgba(255, 255, 255, 0.9);
}

    .booking-popup.show {
        transform: scale(1);
        opacity: 1;
        z-index: 999;
    }

    .booking-popup .border-box {
        padding: 16px;
        border: 2px solid #9B6C27;
        background: transparent;
    }

        .booking-popup .border-box .content {
            background-color: #FAFAFA;
            box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
            padding: clamp(14px, 1.25vw, 32px);
        }

            .booking-popup .border-box .content .booking-form2 {
                padding: 0 clamp(48px, 5.3vw, 132px);
            }

@media (max-width: 767px) {
    .booking-popup .border-box .content .booking-form2 {
        padding: 0 32px;
    }
}

@media (max-width: 492px) {
    .booking-popup .border-box .content .booking-form2 {
        padding: 0 16px;
    }
}

/*# sourceMappingURL=app.css.map */


#menuDetail .border-box {
    transition: transform 350ms ease;
}

@media (max-width: 991.98px) {
    #menuDetail .border-box {
        position: relative !important;
        transform: none !important;
    }
}


.drink-group {
    border: 0.5px solid #9B6C27;
    padding: 10px 12px;
    margin-bottom: 12px;
}

    .drink-group summary {
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }

        .drink-group summary div::-webkit-details-marker {
            display: none;
        }

        .drink-group summary div::before {
            content: "▸";
            margin-right: 10px;
            transform: translateY(-1px);
        }

    .drink-group[open] summary div::before {
        content: "▾";
    }

    .drink-group .hint {
        font-size: 12px;
        opacity: 0.8;
        margin-left: 10px;
    }

    .drink-group .price, .hint {
        color: #9B6C27;
    }

.drink-item {
    display: block;
    padding: 10px 2px;
    border-top: 1px dashed rgba(255,255,255,0.12);
    margin-top: 10px;
    margin-left: 22px;
}

    .drink-item .row1 {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .drink-item .desc {
        margin: 6px 0 0;
        font-size: 13px;
        opacity: .85;
    }