@font-face {
  font-family: Rigatoni;
  src: url('../fonts/RigatoniVF.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kritik;
  src: url('../fonts/Kritik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kritik;
  src: url('../fonts/Kritik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kritik;
  src: url('../fonts/Kritik-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --green2: #7d7e46;
  --grey: #847270;
  --text: #d5cdba;
  --green: #373c28;
  --orange: #803e25;
  --green3: #5b5c18;
  --dim-grey: #5b554b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--green2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kritik, Arial, sans-serif;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.story-section {
  text-align: justify;
  background-image: url('../images/Asset-3.svg'), url('../images/Asset-34x-100.jpg');
  background-position: 50% 30%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 1000px, contain;
  background-attachment: scroll, scroll;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 85px;
  overflow: hidden;
}

.resipes-section {
  background-image: url('../images/triple.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 670px;
  padding-top: 255px;
  overflow: hidden;
}

.menu-section {
  background-image: url('../images/HAVELI-FLORAL-PATTERN3.png');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

.spices-section {
  background-image: url('../images/frontpage-menu.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 670px;
  padding-top: 255px;
  display: block;
  overflow: hidden;
}

.delight-section {
  display: block;
  overflow: hidden;
}

.welcome-section {
  z-index: 10;
  background-image: linear-gradient(350deg, #000000e6, #0000), url('../images/merge9.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.order-section {
  background-color: #292929;
  border: 0 solid #000;
  border-top-style: none;
  padding-top: 30px;
  padding-bottom: 80px;
  transition: background-color .3s, all .5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.contacts-section {
  text-align: left;
  background-color: #1c1c1c;
  border-top-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
}

.wide-conteiner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.welcome-text {
  color: #fffcfc;
}

.welcome-text-1 {
  color: #bf985c;
  text-align: center;
  padding-top: 43%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 57px;
  line-height: 57px;
}

.menu {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
  display: flex;
}

.menu._3rd {
  letter-spacing: 18px;
  margin-left: 0;
  margin-right: -17px;
  font-size: 30px;
}

.spacer {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
}

.welcome-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.top-navbar {
  background-color: #0000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-nav-link {
  float: right;
  color: #929292;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.top-nav-link:hover {
  color: #fff;
}

.top-nav-link.w--current {
  color: #b66a00;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.top-nav-link._1 {
  color: #000;
  display: none;
}

.logo-text {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin-top: -1px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}

.logo-text._1 {
  color: #000;
  border-bottom-color: #000;
}

.gold-text {
  color: #bf985c;
  text-align: center;
}

.top-menu-conteiner {
  max-width: 1200px;
  margin-bottom: 11px;
  padding-bottom: 0;
  display: inline-block;
}

.down-arrow {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25px;
  height: 25px;
  margin: 0 auto -91.191px;
  transition: all .5s;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.story-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gold-header {
  color: var(--grey);
  text-align: center;
  letter-spacing: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Blackletra gothiks book;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.black-header {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -21px;
}

.link-1 {
  color: #bf985c;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #bf985c;
  width: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.story-image {
  text-align: left;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.story-column-1 {
  padding-top: 44px;
}

.whate-header {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -10px;
  font-size: 36px;
  font-weight: 700;
}

.menu-column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-column-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-1 {
  text-align: center;
  background-image: none;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: block;
}

.image-2 {
  text-align: center;
  padding: 20px 0;
}

.image-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-column-2 {
  margin-top: 0;
  padding-top: 20px;
}

.link-2 {
  color: #bf985c;
  text-align: center;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: 180px;
  margin: 30px auto 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.delight-column-1 {
  padding-top: 16px;
  padding-bottom: 0;
}

.delight-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.link-3 {
  color: #bf985c;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #bf985c;
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.delight-image {
  text-align: center;
}

.order-header {
  color: #fff;
  text-align: center;
}

.order-form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.order-labal {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 300;
}

.order-chekbox {
  color: #fff;
}

.order-button {
  color: #bf985c;
  background-color: #0000;
  border: 1px solid #bf985c;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .2s;
  display: block;
}

.order-button:hover {
  color: #000;
  background-color: #bf985c;
}

.success-message {
  border-radius: 7px;
  padding-bottom: 56px;
}

.success-text {
  padding-bottom: 10px;
  font-size: 17px;
}

.top-arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}

.contact-taile {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  display: none;
}

.contact-row {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.contact-text-1 {
  color: #fff;
  font-size: 14px;
}

.phone-text-1 {
  color: #fff;
  text-align: right;
}

.map {
  max-width: 800px;
  margin: 20px auto 0;
  padding-top: 0;
  display: block;
}

.contact-header {
  color: #bf985c;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 14px;
}

.nop-navbar2 {
  color: #000;
  background-color: #fff;
  border-bottom-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-1 {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: var(--grey);
  letter-spacing: 1px;
  margin-top: 33px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Kritik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.p-left {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
}

.paragraph.p-right {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.paragraph.gallery {
  color: var(--grey);
  text-align: center;
  letter-spacing: 1px;
  margin-top: -14px;
  margin-bottom: 36px;
  padding-left: 213px;
  padding-right: 213px;
  line-height: 23px;
}

.paragraph.cc {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
}

.paragraph.pp1 {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 1px;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.gold-header-copy {
  color: #d5cdba;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.paragraph-2 {
  color: #847270;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.paragraph-2._3 {
  text-align: right;
}

.gold-header-copy-copy {
  color: #847270;
  text-align: center;
  letter-spacing: 18px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Blackletra;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.slide {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/5ea0b8281bf6a5651039c7fc_BAR-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: linear-gradient(#00000030, #00000030), url('../images/5ea0b8661bf6a53c2b39c8c9_RESTAURANT-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.columns {
  flex-direction: row;
  display: flex;
}

.columns._2 {
  flex-direction: row-reverse;
}

.column {
  background-image: url('../images/67a6599f7aebae285e286009_standard-dinner-entree-feb-2025.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column._2 {
  background-image: url('../images/Screenshot-2025-03-18-at-6.06.23-PM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

._2col {
  flex-direction: row-reverse;
  height: 400px;
  display: flex;
}

._2col._2 {
  flex-direction: row-reverse;
}

.slide-3 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/5ea0beec0f854b81407caef6_BAR-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section {
  z-index: 12;
  position: relative;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.gold-header-copy-copy {
  color: #d5cdba;
  text-align: right;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 30px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.button-2 {
  text-align: right;
  background-color: #0000;
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  font-family: Blackletra;
  display: inline;
}

.map-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.image-6 {
  object-fit: contain;
  background-color: #0000;
  background-image: url('../images/HAVELI-FLORAL-PATTERN3.png'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  background-color: #bf985c;
  background-image: url('../images/HAVELI-FLORAL-PATTERN3_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  background-color: #0000;
  background-image: linear-gradient(#0009, #0009), url('../images/5ea0c657e45901928141080d_iStock-162244500-2-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/Asset-3.svg'), url('../images/Asset-34x-100.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  padding-top: 29px;
  padding-bottom: 40px;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.heading {
  color: #1e4653;
  text-transform: uppercase;
  font-family: Blackletra gothiks book;
  font-size: 50px;
}

.paragraph-3 {
  color: #1e4653;
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: Blackletra gothiks book;
  font-size: 25px;
  font-weight: 400;
}

.text-block {
  color: #725d5b;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 11px;
  font-family: Mont;
  font-weight: 400;
}

.paragraph-3-copy {
  color: #1e4653;
  margin: 0;
  font-family: Blackletra gothiks book;
  font-size: 25px;
}

.image-8 {
  text-align: left;
  margin: 50px auto 41px;
  padding-top: 0;
  display: block;
}

.heading-copy {
  color: #1e4653;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Blackletra;
  font-size: 60px;
}

.column-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 112px;
  padding-right: 112px;
}

.div-block-6 {
  background-image: url('../images/BAR-2.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: visible;
}

.image-9 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5ea0beec0f854b81407caef6_BAR-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(to top, #00000091, #ffffff47), url('../images/RESTAURANT-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BAR-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-7 {
  background-image: url('../images/Asset-34x-100.jpg');
  background-position: 50%;
  background-size: contain;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
  display: block;
}

.text-block-2 {
  color: #847270;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 212px;
  padding-right: 212px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.slide-nav {
  font-size: 8px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2 . Area"
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-right: 0;
  padding-left: 50px;
  display: grid;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  object-fit: contain;
  width: 100%;
  height: 250px;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
}

.text-block-7 {
  color: #303030;
  letter-spacing: 1px;
  margin-left: 8px;
  font-family: Blackletra;
  font-size: 15px;
  display: inline-block;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-4 {
  color: #000;
  background-color: #3898ec00;
  margin-right: 19px;
  padding-left: 0;
  padding-right: 0;
}

.button-4.small-icon {
  color: #292929;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  position: relative;
  top: 0;
}

.menu-button {
  z-index: 500;
  float: left;
  width: 141px;
  margin-left: 0;
  padding-top: 19px;
  padding-bottom: 0;
  position: relative;
}

.menu-button.w--open {
  background-color: #0000;
}

.nav-link {
  color: var(--grey);
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  align-content: space-around;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Blackletra gothiks book;
  font-size: 35px;
  font-weight: 400;
  transition: color .3s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  text-align: center;
  width: 100%;
}

.nav-link.w--current {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Mont;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: -26px;
  left: 48px;
}

.div-block-10 {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 6px;
}

.div-block-14 {
  text-align: left;
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 22px;
}

.div-block-16 {
  margin-right: -129px;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  background-color: #3898ec00;
  margin-right: 15px;
  padding: 7px 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.button-3.en {
  color: #bf985c;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-13 {
  text-align: left;
  margin-top: 47px;
  padding-left: 22px;
}

.background-video-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 334px;
  max-width: 100%;
  margin-top: -27px;
  overflow: hidden;
}

.div-block-11 {
  background-color: #bf985c;
  width: 50px;
  height: 3px;
  margin-bottom: 0;
  margin-left: 0;
}

.text-block-6 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-family: Blackletra;
  display: inline-block;
}

.div-block-12 {
  background-color: #bf985c;
  width: 25px;
  height: 2px;
  margin-left: 14px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.navbar {
  background-color: #b3afaf00;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  opacity: 0;
  background-color: #0000;
  width: 100%;
  display: inline;
  overflow: visible;
  transform: translate(0, 50px);
}

.div-block-32 {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 7px;
}

.button-5 {
  float: right;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: url('../images/Asset-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  height: 47px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 32px;
  font-family: Blackletra gothiks book;
  font-size: 20px;
  font-weight: 500;
  line-height: 11px;
  transition: opacity .5s;
  display: inline-block;
  overflow: visible;
}

.button-5:hover {
  opacity: .5;
  background-color: #debeb600;
  background-image: url('../images/Asset-4.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.image {
  width: 280px;
  margin-top: 0;
  position: relative;
  transform: translate(0, 300px);
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #000000d6;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-top: 0;
  display: block;
  transform: translate(0, 70px);
}

.link-block {
  opacity: 0;
  background-image: url('../images/Big-Fish-Poke-Blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 59px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  background-color: #debeb6;
  width: 2px;
  height: 50px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  background-image: linear-gradient(#00000052, #00000052);
  height: 100vh;
  padding-top: 0;
}

.text-block-4 {
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
}

.div-block-35 {
  background-image: url('../images/gps-point.png');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.div-block-36 {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-left: 55px;
  margin-right: 17px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.text-block-5 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-right: 26px;
  padding-top: 2px;
  font-size: 12px;
}

.div-block-37 {
  background-color: #7c3737;
}

.section-2 {
  height: 100vh;
}

.image-12 {
  opacity: 1;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-39 {
  text-align: center;
  width: auto;
  margin-top: 24px;
}

.text-block-3 {
  letter-spacing: 1px;
  text-transform: capitalize;
  width: auto;
  margin-bottom: -44px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 12px;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 900px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.spacer-copy {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
}

.spacer-copy-copy {
  margin: 0 auto 31px;
  padding-left: 0;
  display: block;
}

.image-13 {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav-2 {
  font-size: 8px;
}

.column-3 {
  background-color: #474127;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 115px;
  display: flex;
}

.center {
  float: right;
  color: var(--grey);
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: url('../images/Asset-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  height: 50px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 32px;
  font-family: Blackletra gothiks book;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .5s;
  display: block;
  overflow: visible;
}

.center:hover {
  opacity: .64;
  color: var(--grey);
  background-color: #debeb600;
  background-image: url('../images/Asset-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-2 {
  z-index: 9;
  letter-spacing: 20px;
  font-family: Blackletra gothiks book;
  font-size: 50px;
  position: absolute;
}

.mask {
  width: 100%;
}

.left {
  float: right;
  color: var(--grey);
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: url('../images/Asset-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  height: 50px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 32px;
  font-family: Blackletra gothiks book;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .5s;
  display: block;
  overflow: visible;
}

.left:hover {
  opacity: .64;
  color: var(--grey);
  background-color: #debeb600;
  background-image: url('../images/Asset-8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-4 {
  background-color: #803e25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 115px;
  display: flex;
}

.div-block-42 {
  height: 400px;
}

.columns-2 {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 47px 0 39px;
}

.div-block-43 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px 0 0;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-left: 0;
  font-family: Mont;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.text-block-9 {
  color: #645741;
  font-family: Mont;
  font-size: 16px;
  font-weight: 700;
}

.image-15 {
  margin-bottom: 23px;
}

.div-block-44 {
  padding: 0 20px;
}

.heading-3 {
  color: var(--text);
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kritik, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.days {
  color: #d5cdba;
  letter-spacing: 1px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.columns-3 {
  margin-top: 23px;
}

.image-16 {
  opacity: .87;
  filter: sepia();
}

.link-block-2 {
  padding-left: 8px;
}

.press {
  color: #fcfcfc;
  letter-spacing: 1px;
  margin-top: 41px;
  font-family: Mont;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-45 {
  padding: 0 20px 0 151px;
}

.hours {
  color: #fcfcfc;
  letter-spacing: 1px;
  font-family: Mont;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.copy {
  color: var(--text);
  letter-spacing: 1px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-46 {
  border-top: 1px solid #dbdbdb;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 12px;
}

.column-5 {
  padding-left: 0;
}

.div-block-47 {
  background-color: #1f1f1f;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-48 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 30px;
}

.mobile {
  float: right;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: url('../images/Asset-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #fff;
  height: 47px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 32px;
  font-family: Blackletra gothiks book;
  font-size: 20px;
  font-weight: 500;
  line-height: 11px;
  display: none;
  overflow: visible;
}

.mobile:hover {
  background-color: #debeb600;
  background-image: url('../images/Asset-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-9 {
  padding-left: 112px;
  padding-right: 112px;
}

.columns-4 {
  background-image: url('../images/centre-line.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.mask-2 {
  width: 100%;
}

.image-17 {
  width: 200px;
  height: 200px;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .5fr .25fr .25fr .5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fontawesome-icon._1x {
  font-family: Fontawesome5free solid;
  font-size: 13px;
  font-weight: 400;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._2 {
  background-image: url('../images/included.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/kettlebell-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/hero-img.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/gym-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/included-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/gym-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/5ea0b8281bf6a5651039c7fc_BAR-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1-copy {
  background-image: url('../images/BAR-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img.gg4 {
  background-image: url('../images/DESSERTS-IMAGE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img.g77 {
  background-image: url('../images/5ea71123bdb25036d7d342a2_thai-chicken-green-curry-on-dark-background-copy-s-7RCATWU-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-overlay {
  opacity: 0;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.basketweave-block {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.basketweave-block._2, .basketweave-block.hide {
  display: none;
}

.feature1-content {
  padding-right: 0;
}

.decoline {
  background-color: #ad7722;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.decoline.center.part {
  margin-bottom: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.menuswrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
}

.gallery7 {
  border-radius: 0;
  width: 220px;
  height: 220px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.grid-img5 {
  background-image: url('../images/F91I7009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.gallery2 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.grid-img2 {
  background-image: url('../images/5ebc8040ed6cfd37e314b00b_CURRY-IMAGE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.heading-4 {
  font-size: 25px;
}

.heading-4.center {
  text-align: center;
}

.gallery8, .gallery4 {
  border-radius: 0;
  width: 220px;
  height: 220px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.grid-img7 {
  background-image: url('../images/11-hanover-Gallery2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.div-block-49 {
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-49.below {
  margin-top: 20px;
}

.gallery5 {
  border-radius: 0;
  width: 220px;
  height: 220px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.gallery1 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.grid-img3 {
  background-image: url('../images/0ae45ba30d40f25a9f2bcc69c3b3efa3_thumb_1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.gallery6 {
  border-radius: 0;
  width: 220px;
  height: 220px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.gallery3 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.grid-img6 {
  background-image: url('../images/tomi2018_0504_11Hanover-131M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.grid-img4 {
  background-image: url('../images/11-HanoverDeseerts_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.grid-img8 {
  background-image: url('../images/F91I6941.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.g4, .g5 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.g55 {
  background-image: url('../images/5ea71363bd08a378011d4649_indian-dhal-spicy-curry-in-bowl-spices-herbs-rusti-QTHRV7D-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.g6 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.gg6 {
  background-image: url('../images/5ea7116a29f0b1542083a0ce_thai-green-chicken-curry-with-mix-of-white-and-wil-PMKS59Q-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.g7, .g8 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.g88 {
  background-image: url('../images/5ea7110b9633764bd8a939cf_indian-spicy-chicken-with-vegetables-PZ4BCG8-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.g9 {
  border-radius: 0;
  width: 300px;
  height: 300px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.g99 {
  background-image: url('../images/indian-chana-masala-spicy-chickpea-curry-with-carr-KZSA56T-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.rser {
  background-color: #0000;
  background-image: linear-gradient(#0009, #0009), url('../images/5ea0c657e45901928141080d_iStock-162244500-2-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.link-4 {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link-4:hover {
  opacity: .5;
}

.link-5 {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link-5:hover {
  opacity: .5;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link-7:hover {
  opacity: .5;
}

.link-8 {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link-8:hover {
  opacity: .5;
}

.link-9 {
  color: #fff;
  text-decoration: none;
  transition: opacity .5s;
}

.link-9:hover {
  opacity: .5;
}

.image-19 {
  display: none;
}

.finest, .exde {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fixed {
  color: #d5cdba;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 200px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.link-10 {
  color: #fcfcfc;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-11 {
  color: #fcfcfc;
  text-decoration: none;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.link-13, .link-14, .link-15 {
  color: #fcfcfc;
  text-decoration: none;
}

.section-4 {
  z-index: 12;
  background-image: url('../images/kindpng_5470500-2.png'), url('../images/OLIVE-GREEN-LEATHER-BACKGROUND_1-1.webp');
  background-position: 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto, 550px;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-4.flip-tree {
  border-top: 3px solid var(--green);
  background-image: url('../images/kindpng_5470500.png'), url('../images/OLIVE-GREEN-LEATHER-BACKGROUND_1-1.webp');
  background-position: 0 0, 0%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-50 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  text-transform: uppercase;
  font-weight: 400;
}

.section-5 {
  z-index: 12;
  border-top: 3px solid var(--orange);
  background-image: linear-gradient(#00000045, #00000045), url('../images/67781696acf64ae08bd466a2_f3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.bite {
  color: #fffbf1;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
  display: flex;
}

.bite._3rd {
  letter-spacing: 18px;
  margin-left: 0;
  margin-right: -17px;
  font-size: 30px;
}

.bite.light {
  color: #d5cdba;
}

.bite.dark {
  z-index: 5;
  color: #d5cdba;
  background-color: #1d2015c9;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-51 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1em;
}

.div-block-17._0 {
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-52 {
  z-index: 20;
  background-color: #efeeea;
  background-image: linear-gradient(to bottom, var(--green), var(--green)), url('../images/Asset-4_1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-right: 0 solid #f6eddd00;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-top: 74px;
  padding-bottom: 40px;
  padding-right: 0%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.underline {
  background-color: #f6eddd;
  width: 0%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 8px;
}

.underline._3 {
  background-color: #373c28;
  margin-left: auto;
  margin-right: auto;
}

.text-block-13 {
  color: #b2934c;
  text-align: right;
  letter-spacing: 10px;
  margin-bottom: 25vh;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 1em;
  position: relative;
  top: 33px;
}

.div-block-15 {
  text-align: right;
  width: auto;
  margin-top: -10vh;
}

.div-block-53 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 350px;
  display: flex;
}

.button-6 {
  color: var(--text);
  letter-spacing: 2px;
  background-color: #3898ec00;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1em;
}

.button-6._2 {
  color: #252b57;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
}

.button-6._2:hover {
  background-color: #102210;
}

.text-block-14 {
  color: #f6edde;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 1em;
}

.link-block-3 {
  color: #ffebce;
  text-align: center;
  width: 220px;
  text-decoration: none;
}

.link-block-3.asd {
  width: auto;
}

.menu-button-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  width: 200px;
  height: 75px;
  padding-left: 3px;
  display: flex;
}

.text-block-15 {
  z-index: 4;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.text-block-15:hover {
  letter-spacing: 1px;
}

.navbar-2 {
  z-index: 20;
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.zxc {
  justify-content: center;
}

.hamburger-top {
  background-color: #f6edde;
  border-radius: 20px;
  width: 60px;
  height: 2px;
}

.book-button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 12px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .525s;
  display: flex;
}

.book-button:hover {
  background-color: var(--green);
}

.div-block-54 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding-top: 8px;
  padding-right: 0;
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 75px;
  display: flex;
}

.hamburger-bottom {
  background-color: #f6edde;
  border-radius: 20px;
  width: 60px;
  height: 2px;
  transform: translate(0, 5px);
}

.image-20 {
  margin-bottom: 20px;
}

.div-block-56 {
  background-color: #efeeea;
  background-image: linear-gradient(#efeeeaf0, #efeeeaf0), url('../images/Asset-4_1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.heading-5 {
  color: var(--green2);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.title {
  color: var(--green3);
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
}

.description {
  color: var(--green);
  letter-spacing: .5px;
  margin-top: 0;
  font-weight: 400;
}

.item {
  margin-bottom: 20px;
}

.menu-holder {
  text-align: center;
}

.image-21 {
  margin-bottom: 30px;
}

.section-6 {
  z-index: 12;
  background-image: linear-gradient(#00000045, #00000045), url('../images/dawson126.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.section-7 {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #92703e;
  background-image: linear-gradient(#71563082, #71563082), url('../images/Asset-4_2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-22 {
  border-radius: 3px;
  margin-top: 30px;
}

._123 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-3 {
  z-index: 12;
  position: relative;
}

.html-embed-3 {
  z-index: 2;
  height: 500px;
  position: relative;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

._33-percent-column.contact-details {
  color: #d3d3d3;
  text-align: center;
  border-right: 1px #d3d3d3;
  padding: 20px 10px;
}

.paragraph-10 {
  color: #d5cdba;
  font-size: 15px;
  line-height: 27px;
}

.grey {
  filter: brightness(200%) sepia();
  width: 40px;
}

.icons {
  z-index: 12;
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/kindpng_5470500-2_1.png'), url('../images/OLIVE-GREEN-LEATHER-BACKGROUND_1-1.webp');
  background-position: 0 0, 100% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, 500px;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.link-16 {
  color: #d5cdba;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s;
}

.link-16:hover {
  color: #ffffff9e;
}

.c2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 59px;
  display: flex;
}

.title-detail {
  color: #d5cdba;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 10px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.contact-details {
  border-top: 1px #d3d3d3;
  border-bottom: 1px #d3d3d3;
  justify-content: space-between;
  margin-top: 41px;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-wrapper.contact-details.lsls {
  width: 100%;
  max-width: 1000px;
}

.flex-wrapper.contact-details.gallery {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-dining {
  z-index: 12;
  background-image: linear-gradient(#00000045, #00000045), url('../images/merge3.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.c3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 100px;
  display: flex;
}

.flip-cc {
  z-index: 12;
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/kindpng_5470500.png'), url('../images/OLIVE-GREEN-LEATHER-BACKGROUND_1.jpg');
  background-position: 0 0, 100% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, 500px;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.vip {
  z-index: 12;
  background-image: linear-gradient(#00000045, #00000045), url('../images/merge2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.pp {
  z-index: 12;
  background-image: linear-gradient(#00000045, #00000045), url('../images/merge1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.cocktail {
  z-index: 12;
  background-image: linear-gradient(#00000045, #00000045), url('../images/merge9.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .9em 2em;
  font-size: 11px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._01 {
  color: #d5cdba;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #d5cdba;
  border-radius: 0;
  max-width: none;
  height: 40px;
  padding: 0 1em;
  font-family: Kritik, Arial, sans-serif;
  font-size: 12px;
}

.tabs-nav-item-underline._01.w--current {
  opacity: .56;
  color: var(--orange);
  background-color: #fff;
  border: 1px solid #fff;
}

.emoji {
  font-size: 18px;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-menu-underline-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: 1.4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 1.2em;
  display: flex;
}

.gallery-background {
  z-index: 3;
  background-color: #b9ad9780;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-wrap {
  z-index: 1;
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.tabs {
  margin-top: 50px;
}

.tabs-nav-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.is-1st {
  border-radius: 0;
}

.gallery-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.dropdown {
  color: #000;
}

.dropdown-toggle {
  color: #286150;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-size: 16px;
  display: flex;
}

.dropdown-arrow {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  position: static;
}

.dropdown-list.w--open {
  background-color: #efeeea;
}

.dropdown-link {
  color: #4c4c10;
  text-align: center;
  text-transform: uppercase;
  background-color: #efeeea;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--green2);
  color: #fff;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: #286150;
  background-color: #e8e6dd;
}

.g-btn {
  color: var(--text);
  letter-spacing: 2px;
  background-color: #3898ec00;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Rigatoni, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1em;
}

.g-btn._2 {
  color: #252b57;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 600;
}

.g-btn._2:hover {
  background-color: #102210;
}

.directions {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .525s;
  display: flex;
}

.directions:hover {
  background-color: var(--green);
}

.menu-btns {
  color: #f1efeb;
  text-align: center;
  letter-spacing: 1px;
  background-color: #16181187;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .525s;
  display: flex;
}

.menu-btns:hover {
  background-color: var(--green);
}

.div-block-57 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-span-2 {
  color: #d5cdba;
  font-size: 12px;
  font-weight: 400;
}

.form-field {
  z-index: 5;
  color: #1b243a;
  background-color: #0000;
  border: 0 solid #0000;
  border-bottom: 1px solid #12042c26;
  min-height: 4em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-top-width: 0;
  border-bottom-color: #12042c;
  border-left-width: 0;
  border-right-width: 0;
}

.form-field:active {
  border-color: #0000 #0000 #12042c;
}

.form-field:focus {
  background-color: #0000;
  border-top-width: 0;
  border-bottom-color: #12042c;
  border-left-width: 0;
  border-right-width: 0;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-bottom-color: #12042c;
}

.form-field::placeholder {
  color: #12042c80;
  font-size: .9em;
}

.form-field.is-text-area {
  min-height: 8em;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
}

.form-field.on-dark-bg {
  color: #d5cdba;
  text-transform: uppercase;
  border-bottom-color: #ffffff40;
  font-family: Kritik, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form-field.on-dark-bg:hover {
  border-bottom-color: #fff;
}

.form-field.on-dark-bg::placeholder {
  color: #d5cdba;
}

.form-success-message-1 {
  color: #fff;
  background-color: #ddd0;
  width: 100%;
  padding: 10em 3em;
}

.form-success-title {
  color: #fff;
  text-align: center;
  margin-bottom: .3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2em;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.checkbox {
  cursor: pointer;
  border-width: 2px;
  border-color: #330b7e80;
  border-radius: 50%;
  flex: none;
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0;
  transition: border-width .2s, background-color .2s, border-color .2s;
}

.checkbox:hover {
  border-width: 4px;
  border-color: #330b7e;
}

.checkbox.w--redirected-checked {
  background-color: #330b7e;
  background-size: 1.1em;
  border-color: #330b7e;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  background-color: #12042c26;
  border-color: #12042c;
}

.checkbox.on-dark-bg {
  border-style: solid;
  border-color: var(--green2);
  width: 1.5em;
  height: 1.5em;
}

.checkbox.on-dark-bg:hover {
  border-color: var(--green2);
}

.checkbox.on-dark-bg.w--redirected-checked {
  filter: invert();
  background-color: #3f2283;
  background-image: url('../images/done_FILL0_wght700_GRAD0_opsz48.svg');
  background-size: 1em;
  border-color: #838383;
}

.form-submit-button {
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #330b7e;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 5px;
  margin-top: 1em;
  margin-right: auto;
  padding: 1.5em 6.2em 1.5em 3em;
  font-size: 1em;
  font-weight: 500;
  transition: padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.form-submit-button:hover {
  background-color: #12042c;
  padding-left: 4em;
  padding-right: 7.5em;
}

.form-submit-button.on-dark-bg {
  background-color: var(--green2);
  color: #fff;
  background-image: none;
  border-radius: 0;
  height: 40px;
  padding: 0 12px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form-submit-button.on-dark-bg:hover {
  background-color: var(--orange);
}

.checkbox-label {
  color: #d5cdba;
  font-family: Kritik, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form {
  z-index: 10;
  background-color: #0000;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form.on-dark-bg {
  color: #fff;
  width: 480px;
  margin-top: 30px;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.orange {
  z-index: 12;
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/kindpng_5470500.png'), url('../images/OLIVE-GREEN-LEATHER-BACKGROUND_1.jpg');
  background-position: 0 0, 100% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, 500px;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bold-text {
  font-weight: 600;
}

.footer {
  z-index: 12;
  background-color: #7e5b2f;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.new {
  color: var(--text);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.text-span-3 {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 13px;
  line-height: 25px;
}

.links {
  color: var(--text);
  letter-spacing: 1px;
  margin-top: 41px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.social-box {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container.p {
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  padding-top: 0;
  padding-bottom: 50px;
}

.icon {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.right-arrow-3 {
  z-index: 99;
}

.right-arrow-3.hide {
  display: none;
}

.left-arrow-3 {
  z-index: 99;
}

.left-arrow-3.hide {
  display: none;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.hero-section {
  z-index: 10;
  background-color: #000;
  min-height: 100vh;
  padding-top: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide-nav-3 {
  color: #fff;
  font-size: 10px;
  display: none;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: #ab8d69;
}

.on-load-5._4545 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.overlay {
  background-color: #0d131691;
  position: absolute;
  inset: 0%;
}

.overlay.hp {
  z-index: 98;
  background-color: #0d13162e;
}

.slide-img {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new4, .slide-img.new5 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: linear-gradient(#0000, #00000080), url('../images/merge9.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.scre {
  background-image: url('../images/dawson126.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-img.new2 {
  background-image: url('../images/677816968943ade246bdb307_f5.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-img.ss1 {
  background-image: linear-gradient(#0000, #00000080), url('../images/merge2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.ss2 {
  background-image: linear-gradient(#0000, #00000080), url('../images/BAM00242.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.slide-img.food-new {
  background-image: linear-gradient(#00000029, #0000009e), url('../images/Oxtails-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.new-drinjk {
  background-image: linear-gradient(#00000029, #0000009e), url('../images/BAM00668.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
  background-color: #0000;
}

.slide-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-1 {
  color: #d5cdba;
  margin-top: 23px;
  font-size: 15px;
  line-height: 27px;
}

.newsletter-grid {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Kritik, Arial, sans-serif;
}

.text-span-4 {
  font-size: 20px;
}

.newsletter-form-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-title-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-form {
  z-index: 10;
  border-bottom: 1px solid #12042c26;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.form-error-paragraph-2 {
  color: #191c1f;
  font-weight: 300;
  line-height: 1.6;
}

.form-success-message-2 {
  color: #fff;
  background-color: #3d1091;
  width: 100%;
  padding: 10em 3em;
}

.form-success-message-2.is-newsletter {
  background-color: #343e4b;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 300;
}

.newsletter-block {
  width: 100%;
  padding: 0;
  transition: border-color .2s;
  position: relative;
}

.newsletter-block:hover {
  border-color: #12042c0f;
}

.text-field-3 {
  color: #959595;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field-3:hover, .text-field-3:focus {
  border-color: #3da4ff;
}

.text-field-3.email {
  color: #272727;
  background-image: url('../images/Email-1_1Email (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 10px;
  font-family: Kritik, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-3.email::placeholder {
  color: #00000085;
}

.contact-us-card-description {
  color: #161616;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.contact-us-card-description.newp {
  color: #fff;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 20px;
}

.contact-us-card-description.txt {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 23px;
  margin-bottom: 20px;
}

.newsletter-text-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.newsletter-submit-button {
  z-index: 6;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border: 1px solid #b2934c;
  padding: .9em 3.6em .9em 2.3em;
  font-size: 14px;
  font-weight: 400;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  position: relative;
}

.newsletter-submit-button:hover {
  opacity: .7;
  background-position: 89%;
}

.form-success-title-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}

.code-embed-2 {
  font-size: 15px;
  font-weight: 300;
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-from-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="move-from-right"], html.w-mod-js [data-ix="move-from-right-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="move-from-left-2"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .story-section {
    background-position: 50%, 50%;
    background-size: cover, cover;
  }

  .resipes-section, .spices-section {
    height: 560px;
  }

  .welcome-section {
    background-image: linear-gradient(350deg, #0000007a, #0000), url('../images/indian_.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .wide-conteiner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .welcome-text-1 {
    padding-top: 65%;
  }

  .menu {
    letter-spacing: 15px;
    margin-top: 16px;
    line-height: 70px;
  }

  .top-nav-link {
    background-color: #000;
  }

  .top-nav-link._1 {
    color: #fff;
  }

  .down-arrow {
    margin-bottom: -91px;
  }

  .story-image {
    height: 400px;
  }

  .story-column-1 {
    margin-top: -10px;
    padding-top: 0;
  }

  .menu-column-2 {
    padding-top: 1px;
  }

  .link-2 {
    margin-top: 16px;
    padding-bottom: 17px;
  }

  .nop-navbar2 {
    display: none;
  }

  .top-menu-icon {
    color: #fff;
  }

  .top-menu-button.w--open, .nav-menu-1 {
    background-color: #000;
  }

  .paragraph {
    padding-left: 57px;
    padding-right: 57px;
  }

  .paragraph.gallery {
    padding-left: 47px;
    padding-right: 47px;
  }

  .slider {
    height: 60vh;
  }

  .div-block-4 {
    background-image: linear-gradient(#0009, #0009), url('../images/iStock-162244500-2-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .div-block-5 {
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .column-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body {
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-7 {
    padding-bottom: 30px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-16 {
    margin-right: 18px;
  }

  .div-block-31 {
    margin-left: 0;
  }

  .nav-menu {
    opacity: 1;
  }

  .image {
    position: relative;
    right: 54px;
  }

  .div-block-40 {
    max-width: 100%;
  }

  .heading-2 {
    margin-top: 0;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-4 {
    text-align: left;
    margin-right: 0;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-align: left;
    margin-top: 23px;
  }

  .days {
    text-align: left;
    padding-right: 0;
  }

  .columns-3 {
    flex-direction: row;
    justify-content: space-around;
    width: 48%;
    margin-top: 12px;
    display: flex;
  }

  .press {
    margin-top: 12px;
  }

  .div-block-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .hours {
    margin-left: -38px;
  }

  .div-block-46 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-5 {
    padding-right: 0;
  }

  .div-block-47 {
    background-position: 50%;
    background-size: cover;
  }

  .column-6 {
    padding-right: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    padding-top: 34px;
    padding-left: 0;
  }

  .column-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .basketweave-grid {
    grid-template-rows: minmax(100px, 1fr) .5fr .5fr .5fr minmax(100px, 1fr) minmax(100px, 1fr);
    width: 100%;
  }

  .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .wrap.menuswrap {
    text-align: center;
    flex-direction: column;
    width: auto;
  }

  .gallery2, .gallery1, .gallery3, .g4, .g5, .g6, .g7, .g8, .g9 {
    width: 200px;
    height: 200px;
  }

  .rser {
    background-image: linear-gradient(#0009, #0009), url('../images/iStock-162244500-2-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fixed {
    margin-left: -38px;
  }

  .bite {
    letter-spacing: 15px;
    margin-top: 16px;
    line-height: 70px;
  }

  .html-embed-3 {
    height: 400px;
  }

  .c2 {
    background-attachment: scroll;
    padding-left: 50px;
    padding-right: 50px;
  }

  .flex-wrapper.contact-details.lsls, .flex-wrapper.contact-details.gallery {
    margin-top: 0;
  }

  .c3 {
    background-attachment: scroll;
    padding-left: 50px;
    padding-right: 50px;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .gallery-sec {
    background-attachment: scroll;
    padding-left: 50px;
    padding-right: 50px;
  }

  .dropdown {
    width: 100%;
    height: 60px;
  }

  .dropdown-toggle {
    width: 100%;
    height: 60px;
    padding-top: 14px;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #edece6;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field::placeholder, .form-submit-button {
    font-size: 1.1em;
  }

  .footer {
    background-position: 50%;
    background-size: cover;
  }

  .new {
    text-align: left;
    margin-right: 0;
  }

  .links {
    margin-top: 12px;
  }

  .page {
    display: block;
  }

  .hero-container {
    width: 70%;
  }

  .hero-section {
    min-height: 120vh;
  }

  .on-load-5._4545 {
    margin-top: 0;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form, .newsletter-block {
    width: auto;
  }

  .contact-us-card-description {
    text-align: center;
  }

  .contact-us-card-description.newp {
    align-self: center;
  }

  .contact-us-card-description.txt {
    align-self: center;
    width: auto;
  }

  .newsletter-text-2 {
    text-align: center;
    max-width: none;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .welcome-section {
    background-image: linear-gradient(#00000063, #00000063), url('../images/indian_.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .wide-conteiner {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 476px;
    display: flex;
  }

  .welcome-text-1 {
    padding-top: 76%;
    display: none;
  }

  .menu {
    letter-spacing: 5px;
    margin-top: 0;
    line-height: 55px;
    display: flex;
  }

  .spacer {
    margin-left: 25px;
    padding-left: 20px;
  }

  .down-arrow {
    margin-bottom: -130px;
  }

  .gold-header {
    font-size: 40px;
    line-height: 45px;
  }

  .link-2 {
    font-size: 15px;
  }

  .paragraph {
    line-height: 24px;
  }

  .paragraph.p-left {
    text-align: center;
    margin-top: 22px;
  }

  .paragraph.p-right {
    text-align: center;
  }

  .paragraph.gallery {
    margin-top: 0;
  }

  .paragraph.cc {
    text-align: center;
    margin-top: 22px;
  }

  .paragraph.pp1 {
    text-align: center;
  }

  .gold-header-copy {
    text-align: center;
    margin-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 15px;
  }

  .slide-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/RESTAURANT-1.jpg');
    background-attachment: scroll, scroll;
  }

  .columns {
    flex-direction: column;
    height: auto;
  }

  .column {
    background-image: linear-gradient(#00000085, #00000085), url('../images/CURRY-IMAGE.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 300px;
  }

  .column._2 {
    background-image: linear-gradient(#00000085, #00000085), url('../images/DESSERTS-IMAGE.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  ._2col {
    flex-direction: column;
    height: auto;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    align-items: center;
  }

  .gold-header-copy-copy {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-5 {
    background-image: url('../images/Asset-3.svg'), url('../images/Asset-34x-100.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: cover, contain;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-7 {
    display: none;
  }

  .image-7.g1 {
    width: 50%;
    max-width: 80%;
    display: block;
  }

  .heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .paragraph-3 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .paragraph-3-copy {
    font-size: 20px;
  }

  .heading-copy {
    font-size: 30px;
  }

  .column-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body {
    background-position: 50%;
  }

  .text-block-2 {
    text-align: center;
    font-size: 12px;
  }

  .nav-link {
    font-size: 30px;
  }

  .text-block-8 {
    display: none;
  }

  .div-block-33 {
    grid-auto-flow: row;
  }

  .text-block-4, .div-block-36, .text-block-5 {
    display: none;
  }

  .image-12 {
    margin-top: -91px;
  }

  .spacer-copy {
    margin-left: 10px;
    margin-right: 25px;
    padding-left: 0;
  }

  .spacer-copy-copy {
    margin-bottom: 0;
  }

  .column-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .column-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-3 {
    width: 70%;
  }

  .hours {
    margin-left: -16px;
  }

  .div-block-46 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-9 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .basketweave-grid {
    grid-template: "." minmax(100px, 1fr)
                   "." .5fr
                   "." .5fr
                   "." .5fr
                   "." minmax(100px, 1fr)
                   / 1fr 1.5fr 1fr 1fr 1fr 1.5fr;
  }

  .grid-img._1, .grid-img._1-copy, .grid-img.gg4, .grid-img.g77 {
    background-position: 50%;
    background-size: cover;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery2 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .gallery1 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gallery3 {
    width: 100%;
    height: 300px;
  }

  .g4, .g5 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .g6 {
    width: 100%;
    height: 300px;
  }

  .g7, .g8 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .g9 {
    width: 100%;
    height: 300px;
  }

  .finest {
    justify-content: center;
    align-items: center;
  }

  .exde {
    align-items: center;
  }

  .fixed {
    width: auto;
    margin-left: -16px;
  }

  .bite {
    margin-top: 0;
    font-size: 50px;
    line-height: 55px;
    display: flex;
  }

  .text-block-14 {
    font-size: 13px;
  }

  .link-block-3 {
    width: auto;
  }

  .menu-wrapper {
    width: 150px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .book-button {
    width: 130px;
  }

  .div-block-55 {
    width: 150px;
  }

  .html-embed-3 {
    height: 300px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-lightbox {
    height: 150px;
  }

  .gallery-lightbox.is-1st {
    height: 180px;
  }

  .directions, .menu-btns {
    width: 130px;
  }

  .form-field::placeholder {
    font-size: 1em;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .hero-container.p {
    min-height: 0;
  }

  .hero-link {
    font-size: 14px;
  }

  .on-load-5._4545 {
    margin-top: 0;
  }

  .text-span-4 {
    line-height: 20px;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-card-description {
    text-align: center;
  }

  .contact-us-card-description.txt {
    width: auto;
  }

  .newsletter-submit-button {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .story-section {
    background-position: 50%, 50%;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .welcome-section {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/indian_.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .wide-conteiner {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 247px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu {
    width: 100%;
    margin-top: 10px;
    font-size: 25px;
    line-height: 45px;
    display: block;
  }

  .menu._2nd {
    margin-top: 38px;
  }

  .menu._3rd {
    margin-top: 0;
    margin-bottom: 27px;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 31px;
    font-size: 25px;
    line-height: 30px;
  }

  .down-arrow {
    margin-bottom: -102px;
  }

  .gold-header {
    text-align: center;
    letter-spacing: 16px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.gallery {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/RESTAURANT-1.jpg');
    background-attachment: scroll, scroll;
  }

  .slider {
    height: 300px;
  }

  .columns, ._2col {
    flex-direction: column;
  }

  .div-block-4 {
    height: 300px;
  }

  .div-block-5 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-7.g1 {
    width: 60%;
    max-width: none;
  }

  .body {
    background-position: 50%;
  }

  .slider-2 {
    height: 300px;
  }

  .text-block-2 {
    text-align: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-button {
    flex: 1;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-8 {
    font-size: 11px;
    display: none;
    top: -18px;
    left: 38px;
  }

  .div-block-10 {
    width: 30px;
    height: 1px;
  }

  .div-block-31 {
    position: relative;
    top: -49px;
  }

  .background-video-2 {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-32 {
    width: 30px;
    height: 1px;
  }

  .button-5 {
    background-position: 50%;
    border-width: 1px;
    margin-top: 12px;
    padding: 7px 15px;
    font-size: 0;
    display: none;
  }

  .link-block {
    width: 130px;
    margin-top: 20px;
  }

  .background-video {
    height: 100%;
  }

  .text-block-4 {
    font-size: 3vw;
    display: none;
  }

  .div-block-35 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 9px;
  }

  .div-block-36 {
    display: none;
  }

  .text-block-5 {
    margin-right: 7px;
    font-size: 3vw;
    display: none;
  }

  .div-block-37 {
    height: auto;
  }

  .section-2 {
    height: 100%;
  }

  .image-12 {
    margin-top: -121px;
  }

  .text-block-3 {
    width: 140px;
    font-size: 11px;
  }

  .div-block-40 {
    margin-top: -12px;
  }

  .image-13 {
    margin: 1px 0 0;
    padding: 0;
    display: block;
  }

  .div-block-41 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-3 {
    padding: 45px 25px;
  }

  .center {
    background-position: 50%;
    border-width: 1px;
    margin-top: 12px;
    padding: 18px 15px 7px;
    font-size: 20px;
  }

  .heading-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left {
    background-position: 50%;
    border-width: 1px;
    margin-top: 12px;
    padding: 18px 15px 7px;
    font-size: 20px;
  }

  .column-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .days {
    font-size: 14px;
  }

  .columns-3 {
    width: 100%;
  }

  .press {
    font-size: 14px;
  }

  .hours {
    margin-left: -26px;
    font-size: 14px;
  }

  .copy {
    font-size: 14px;
  }

  .div-block-46 {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile {
    color: #fff;
    text-align: center;
    background-image: url('../images/Asset-4.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 1px;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 15px 7px;
    font-family: Blackletra gothiks book;
    font-size: 20px;
    display: block;
  }

  .mobile:hover {
    background-image: url('../images/Asset-4.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .basketweave-grid {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: ".";
  }

  .basketweave-block._2 {
    display: none;
  }

  .basketweave-block.last {
    display: block;
  }

  .gallery2, .div-block-49, .gallery1, .gallery3, .g4, .g5, .g6, .g7, .g8, .g9 {
    width: 100%;
  }

  .rser {
    height: 600px;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    display: block;
  }

  .fixed {
    margin-left: -26px;
    font-size: 14px;
  }

  .bite {
    letter-spacing: 10px;
    width: 100%;
    margin-top: 120px;
    font-size: 35px;
    line-height: 45px;
    display: block;
  }

  .bite._2nd {
    margin-top: 38px;
  }

  .bite._3rd {
    margin-top: 0;
    margin-bottom: 27px;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 31px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-52 {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .text-block-13 {
    margin-bottom: 22vh;
    font-size: 40px;
    top: 49px;
  }

  .div-block-15 {
    margin-top: -9vh;
    margin-bottom: 50px;
  }

  .div-block-53 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-6 {
    font-size: 4vw;
  }

  .button-6._2 {
    font-size: 11px;
  }

  .text-block-14 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .text-block-15 {
    border: 0 solid #0000;
    border-radius: 6px;
  }

  .navbar-2 {
    margin-top: 10px;
  }

  .navbar-2.zxc {
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 9px 0%;
  }

  .div-block-54 {
    display: flex;
  }

  .div-block-54._3 {
    display: none;
  }

  .div-block-54._3.al {
    height: auto;
    display: block;
  }

  .image-20 {
    margin-bottom: 0;
  }

  .c2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flex-wrapper.contact-details {
    margin-top: 10px;
  }

  .flex-wrapper.contact-details.lsls, .flex-wrapper.contact-details.gallery {
    margin-top: 0;
  }

  .c3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item-underline._01 {
    min-width: 200px;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: column;
    padding: .8em 1em 1em;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .g-btn {
    font-size: 4vw;
  }

  .g-btn._2 {
    font-size: 11px;
  }

  .form-field {
    width: 100%;
    margin-bottom: 1em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-submit-button {
    background-position: 88%;
    width: 100%;
    padding-left: 1em;
    padding-right: 3.5em;
  }

  .form-submit-button:hover {
    padding-left: 1em;
    padding-right: 5em;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .links {
    font-size: 14px;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .hero-container.p {
    justify-content: center;
    align-items: center;
    width: 87%;
    min-height: auto;
    padding-bottom: 20px;
  }

  .icon {
    margin-right: 10px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .hero-section {
    min-height: 100vh;
  }

  .slide-nav-3 {
    display: none;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new4, .slide-img.new5, .slide-img.new3 {
    height: 100%;
  }

  .slide-img.scre {
    background-position: 50%;
    height: 100%;
  }

  .slide-img.new2, .slide-img.ss1 {
    height: 100%;
  }

  .slide-img.ss2 {
    background-position: 0 0, 50% 100%;
    height: 100%;
  }

  .slide-img.food-new, .slide-img.new-drinjk {
    height: 100%;
  }

  .hero-slider-2 {
    margin-top: 0;
    position: static;
  }

  .slide-content-2 {
    height: 100%;
  }

  .image-23 {
    max-width: 90%;
  }

  .text-span-4 {
    font-size: 18px;
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
  }

  .newsletter-title-block {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .form-success-message-2.is-newsletter {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }

  .contact-us-card-description {
    text-align: center;
  }

  .contact-us-card-description.txt {
    font-size: 14px;
  }

  .newsletter-text-2 {
    font-size: 30px;
  }

  .newsletter-submit-button {
    width: 100%;
  }

  .form-success-title-2 {
    font-size: 14px;
  }
}

#w-node-_5f6f1ea6-cdc3-86f0-5abf-2072053b109a-68183d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52eef930-ee3e-85d0-9d93-e721a6e412ae-f7155124 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_023f4963-3307-bfaf-7c50-e6abd909fa36-f7155124, #w-node-f86034a4-81de-ca89-a384-d623fef8e5c0-f7155124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b187aefc-e0eb-1434-b84a-5fedd7f05531-f7155124 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52eef930-ee3e-85d0-9d93-e721a6e412b5-f7155124, #w-node-_879d929d-b427-6253-b6f0-00c0e332ee9d-f7155124, #w-node-_36bbdac5-04f9-a068-baf1-e759912f405c-f7155124, #w-node-c9a863b0-81ae-d042-0fcd-18183e6492f0-f7155124, #w-node-_0da74e94-27d9-47fe-0cc9-8c042f150581-f7155124, #w-node-_29597e66-e0fd-71fb-643c-4e29fed11746-f7155124, #w-node-_7731917f-10b8-3778-ca68-3bbd1c21f7c4-f7155124, #w-node-d4c573cd-76db-686b-b1cf-a92fc0163bb8-f7155124, #w-node-_1b5903b0-1768-268a-d311-71d83be810bc-f7155124, #w-node-ce24a2f6-a6ed-a1f5-6782-d9287f0adc2c-f7155124, #w-node-_59f16178-14ea-5027-0f82-59f673525d87-f7155124, #w-node-be1a8c02-b7e9-0903-77fc-5644445da271-f7155124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Rigatoni';
  src: url('../fonts/RigatoniVF.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kritik';
  src: url('../fonts/Kritik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kritik';
  src: url('../fonts/Kritik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kritik';
  src: url('../fonts/Kritik-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}