/*---------------------------------------------"
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;
  margin-bottom: 1.5rem;
}

.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;
}
a:hover {
  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;
  }
}

.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: 16px;
  border: 2px solid #9B6C27;
  background: transparent;
}

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border: 2px solid #9B6C27;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
}
.cus-btn.light {
  background-color: #FAFAFA;
  color: #9B6C27;
}
.cus-btn.light:hover {
  background-color: #9B6C27;
  color: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
.cus-btn.dark {
  background-color: #9B6C27;
  color: #FAFAFA;
}
.cus-btn:disabled {
  background: gray;
}

.hero-banner-1 .cus-btn-2 {
  float: inline-start;
}

.cus-btn-2 {
  padding: 8px 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  background: transparent;
  border-radius: 0px;
  border: 2px solid #9B6C27;
  color: #2C2D2F;
}
.cus-btn-2:disabled {
  background: gray;
}
@media (max-width: 450px) {
  .cus-btn-2 {
    padding: 8px 32px;
  }
}
.cus-btn-2:hover {
  color: #9B6C27;
}

.cus-btn-2-primary {
  padding: 8px 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  border-radius: 0px;
  border: 2px solid #9B6C27;
  background: #9B6C27;
  color:white;
  transition: all 0.3s;
}
@media (max-width: 450px) {
  .cus-btn-2-primary {
    padding: 8px 32px;
  }
}
.cus-btn-2-primary:hover {
  background: transparent;
  color: #2C2D2F;
}

.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;
  }
}

/*-------------------------
  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 div {
  margin-bottom: clamp(24px, 1.66vw, 48px);
  position: relative;
}
footer .content .contact div:last-child {
  margin-bottom: 0;
}
footer .content .contact div span,
footer .content .contact div a {
  font-weight: 400;
  font-size: clamp(18px, 1.094vw, 24px);
  line-height: 140%;
  color: #1B1C1E;

  gap: clamp(12px, 0.83vw, 20px);
}
footer .content .contact div span i,
footer .content .contact div a i {
  font-size: clamp(24px, 1.66vw, 48px);
  color: #AFB1B6;
}
footer .content .contact div span:hover,
footer .content .contact div a:hover {
  color: #9B6C27;
}
footer .content .contact div span:hover i,
footer .content .contact div 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);
}
footer .content .social-icons li i:hover {
  color: #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.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-top: 0px;
  position: relative;
}
.hero-banner-1 .content {
  padding: 11.875vw 3.333vw 7.031vw 3.333vw;
  width: fit-content;
}
@media (max-width: 767px) {
  .hero-banner-1 .content {
    padding: 178px 64px 0;
  }
}
@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(50px, 5.469vw, 150px);
  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;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .title {
    font-size: 50px;
  }
}
.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;
  justify-content: 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);
  align-items: center;
}
.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%;
}

.hero-banner-1 .content .image {
  padding: 1rem 3rem;
}

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

div.admin {
  background: white;
}

.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;
  }
}

.border-box 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);
}

.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(30px, 3vw, 45px);
  line-height: 120%;
  font-family: "Cormorant Garamond", serif;
  color: #1B1C1E;
  margin-bottom: clamp(22px, 1.66vw, 48px);
}
.text-justify {
  text-align: justify !important;
}
.about .about-content .description {
  color: #797D86;
  margin-bottom: clamp(32px, 3.33vw, 84px);
  text-align: justify;
}
/* @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;
}

.weekly-meals-box {
  width: 80vw;
  max-width: 100%;
}

@media (max-width: 550px) {
  .weekly-meals-box {
    width: 100%;
  }
}

.weeklySlider {
  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;
}
.weeklySlider .meal {
  padding: 24px 24px 48px;
  text-align: center;
}
.weeklySlider .meal h6 {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #1B1C1E;
  margin-bottom: 16px;
}
.weeklySlider .meal p {
  height: 77px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
  color: #797D86;
}

.weeklySlider .meal img {
  margin-top: 2rem;
}


.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 {
  width: 400px;
  position: relative;
  padding-top: 7.604vw;
  display: grid;
  place-items: center;
  transition: all 0.5s ease-in-out, max-width 1ms;
}
@media (max-width: 1199px) {
  .chefs .chef-block {
    margin-bottom: 32px;
    padding-top: 146px;
  }
}
@media (max-width: 430px) {
  .chefs .chef-block {
    max-width: 90vw;
  }
}
.chefs .chef-block .img-block {
  transform: translateY(-30px);
  width: 70%;
  position: absolute;
  z-index: 15;
  top: 0;
  padding: 0;
  border: 2px solid #9B6C27;
  border-radius: 50%;
}
.chefs .chef-block .img-block 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);
  border: 8px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-position: 0 20%;
  object-fit: cover;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .chefs .chef-block .img-block {
    transform: translateY(0px);
  }
}
@media (max-width: 350px) {
  .chefs .chef-block .img-block {
    transform: translateY(60px);
  }
}
.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 {
  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;
  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: 36px;
  line-height: 110%;
  color: #1B1C1E;
}
.contact .form-block button {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact .form-block {
    margin-bottom: 48px;
  }
}

.menu .menu-block {
  position: relative;
  cursor: pointer;
  min-height: clamp(120px, 8.438vw, 240px);
  display: grid;
  align-content: center;
}
.menu .menu-block h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(36px, 2.448vw, 64px);
  line-height: 110%;
  color: #1B1C1E;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0;
}
.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;
}
.menu .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 {
  display: block;
}
.menu .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 {
  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 {
  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 {
  font-weight: 700;
  font-size: clamp(36px, 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 {
  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 {
  margin-bottom: 0;
  border: none;
}
.menu .menu-item .menu-detail-block .menu-list .number {
  color: #797D86;
}
.menu .menu-item .menu-detail-block .menu-list .dishes-item {
  width: 100%;
}
.menu .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 {
  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 {
  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 {
  margin-bottom: 0;
}
.menu .fix-height {
  min-height: 882px;
}

.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 {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: -10;
  overflow-y: auto;
}

.booking-popup .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  margin: 10px 20vw;
}

.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: 850px) {
  .booking-popup .border-box .content .booking-form2 {
    padding: 0 32px;
  }
  .booking-popup .container {
    width: 75vw;
    margin: 10px 12.5vw;
  }
}
@media (max-width: 550px) {
  .booking-popup .border-box .content .booking-form2 {
    padding: 0 16px;
  }
  .booking-popup .container {
    width: 95vw;
    margin: 10px 2.5vw;
  }
}

.table-responsive-1 {
	max-height: 1000px; 
	overflow-y: scroll;
}

.dropdown-menu {
	max-height: 300px; 
	overflow-y: scroll;
}

.table-responsive-1 > table > thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
  }

.nav-link {
  color: #9B6C27;
}

#account-submit:disabled {
  background: gray;
}

.wings {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(30px, 2vw, 45px);
  line-height: 100%;
  color: #1B1C1E;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 16px);
  margin-bottom: clamp(32px, 2.5vw, 64px);
}



.wings::after {
  content: "";
  background: url(../media/shape/set-right.png) no-repeat;
  background-size: cover;
  width: clamp(20px, 1.5vw, 50px);
  height: clamp(10px, 0.75vw, 25px);
}

.wings::before {
  content: "";
  background: url(../media/shape/set-left.png) no-repeat;
  background-size: cover;
  width: clamp(20px, 1.5vw, 50px);
  height: clamp(10px, 0.75vw, 25px);
}

.brown-text {
  font-weight: 700;
  font-size: clamp(30px, 1.502vw, 50px);
  line-height: 140%;
  font-family: "Cormorant Garamond", serif;
  color: #9B6C27;
  margin-bottom: 0;
}

.meal-btn {
  position: absolute;
  right: 20px;
  left: 20px;
  padding: 3px 3px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border: 2px solid #9B6C27;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  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);
}
.meal-btn.meal-order {
  bottom: -20px;
}
.meal-btn.meal-info {
  top: 12px;
}
.meal-btn.light {
  background-color: #FAFAFA;
  color: #9B6C27;
}
.meal-btn.light:hover {
  background-color: #9B6C27;
  color: #FAFAFA;
  transition: all 0.5s ease-in-out;
}
.meal-btn.dark {
  background-color: #9B6C27;
  color: #FAFAFA;
}
.meal-btn:disabled {
  background: gray;
}

.review-btn {
  position: absolute;
  right: 100px;
  left: 100px;
  bottom: -10px;
  padding: 3px 3px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border: 2px solid #9B6C27;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
  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);
}


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

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
