:root {
  --gold: #ffc001;
  --black: #000;
  --white: white;
  --24-k-gold: #f5b02b;
  --biscuit: #fff1cc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  cursor: none;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

.feature-card {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 100px 70px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  z-index: 500;
  position: relative;
}

.preloader-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-bg-line {
  color: var(--gold);
  background-color: #000;
  width: 33.3333%;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.custom-cursor {
  border: 2px solid #ffc001;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.cursor-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
}

.body {
  cursor: default;
  background-color: #000;
  font-family: Alfa Slab One, sans-serif;
  font-weight: 400;
}

.hero_section {
  background-image: var(--image-795257e2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5% 5% 100px;
  display: flex;
  position: relative;
}

.h_cont {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.hcont_wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.h_image {
  width: 125px;
  height: 165px;
}

.h_head {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.h_para {
  color: #fff;
  width: 520px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.h_button {
  color: #e6ae28;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.h_button:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.dctwh {
  color: #f5b02b;
  text-align: center;
  width: 745px;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.dcg_image {
  width: 100px;
  height: 100px;
}

.dcgrid_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dc_bot_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.dcgi_txt {
  color: #f5b02b;
  font-weight: 400;
  line-height: 34px;
}

.dis_contt {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dcgi_para {
  text-align: center;
  margin-top: 10px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 30.6px;
}

.dc_top_wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.discover_section {
  background-color: #131313;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.mbc1_sno1 {
  margin-right: 0;
}

.mb2_ryt_list_cont_wrap, .mb1_ryt_list_cont_wrap1 {
  justify-content: flex-end;
  display: flex;
}

.button {
  color: #131313;
  background-color: #3898ec00;
  border: 2px solid #131313;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 20px;
  padding: 9px 40px;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.button:hover {
  border-color: var(--gold);
  color: #fff1cc;
  background-color: #000;
}

.mbc1_list {
  width: 420px;
  margin-top: 20px;
  padding-left: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  line-height: 58px;
  list-style-type: decimal;
  display: block;
}

.m_cont {
  max-width: 1300px;
}

.menu_top_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.mb_coloums {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mb1_lft_list_cont_wrap1 {
  display: flex;
}

.mbc1_list_items1 {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.m_heading {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
}

.mbc2_wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu_section {
  color: #000;
  background-color: #fff1cc;
  background-image: var(--image-i3980be16), var(--image-c7e2de7);
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 5% 280px;
}

.mbc1_design10 {
  margin-left: 20px;
  margin-right: 40px;
}

.mbc1_list_heading {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
}

.mbc1_wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mbc1_recepie11 {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 400;
}

.m_bot_wrap {
  margin-top: 20px;
}

.mbc2_list_heading {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
}

.mt_para {
  margin-top: 20px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 30.6px;
}

.mt_menu {
  color: var(--black);
  font-family: Great Vibes, cursive;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.mbc1_head {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.mbc2_list_items {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.mbc2_recepie1 {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 400;
}

.mbc2_head {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.mbc2_design {
  margin-left: 20px;
  margin-right: 40px;
}

.mb2_lft_list_cont_wrap {
  display: flex;
}

.mbc2_list {
  width: 500px;
  margin-top: 20px;
  padding-left: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  line-height: 58px;
  list-style-type: decimal;
  display: block;
}

.mbc2_sn0 {
  margin-right: 0;
}

.osl_image-copy {
  object-fit: cover;
  border-radius: 22px;
  width: 620px;
  height: 640px;
}

.osr_para {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 30.6px;
}

.osr_head {
  color: #f5b02b;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.osr_txt {
  color: var(--white);
  font-family: Great Vibes, cursive;
  font-size: 35px;
  line-height: 40px;
}

.os_lft_div-copy {
  width: 50%;
  display: none;
}

.osl_image {
  object-fit: cover;
  border-radius: 22px;
  width: 620px;
  height: 640px;
}

.os_ryt_image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  font-size: 15px;
  display: flex;
}

.our_story_section {
  background-color: #131313;
  padding: 140px 64px;
}

.os_container {
  max-width: 1200px;
  display: flex;
}

.os_lft_div {
  width: 50%;
  margin-left: 60px;
}

.contact_section {
  color: #fff;
  background-color: #212121;
  padding: 112px 64px;
}

.contact_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cg_div {
  border: 1px solid var(--gold);
  border-radius: 20px;
  margin-right: 20px;
  padding: 10px 20px;
}

.cg_div._1 {
  margin-right: 0;
}

.cg_head {
  color: var(--gold);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
}

.cg_para {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.cg_link {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.mfr_form {
  font-size: 18px;
  line-height: 27px;
}

.submit-button {
  border: 2px solid var(--gold);
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 40px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-in, background-color .1s ease-out;
}

.submit-button:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.mfr_txt_field {
  border: 2px solid var(--black);
  border-radius: 7px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gentium Book Plus, sans-serif;
}

.mfr_txt_field_3 {
  border: 2px solid var(--black);
  border-radius: 7px;
  height: 180px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gentium Book Plus, sans-serif;
}

.mfr_txt_field2 {
  border: 2px solid var(--black);
  border-radius: 7px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gentium Book Plus, sans-serif;
}

.mfr_accept {
  color: #fff;
  margin-left: 20px;
  font-family: Gentium Book Plus, sans-serif;
}

.ring_on_map {
  mix-blend-mode: difference;
  width: 450px;
  height: 400px;
  position: absolute;
  top: 450px;
}

.mfr_para {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.checkbox-label {
  margin-left: 20px;
  display: none;
}

.mfr_feel {
  color: var(--24-k-gold);
  font-family: Great Vibes, cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.mf_cont {
  justify-content: space-between;
  max-width: 1300px;
  display: flex;
}

.ring_on_map-copy {
  width: 450px;
  height: 400px;
  position: absolute;
  top: 450px;
}

.mfr_check {
  width: 20px;
  height: 20px;
}

.mf_ryt_div {
  width: 50%;
  margin-left: 0;
}

.mfl_map {
  border-radius: 22px;
  width: 620px;
  height: 690px;
}

.mapform_section {
  background-color: var(--biscuit);
  padding: 112px 64px 150px;
  position: static;
}

.mf_lft_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.mfl_map-copy {
  border-radius: 22px;
  width: 620px;
  height: 690px;
}

.mf_lft_div-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: none;
  position: relative;
}

.mfr_head {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57.6px;
}

.fcr_wrap {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.nav-logo-link {
  width: 140px;
  height: 170px;
}

.website-link {
  color: #000;
  font-size: 18px;
}

.website-link:hover {
  color: #f5b02b;
}

.emilda_link {
  color: #333;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.fcr_reserved {
  color: #333;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.frd_link1 {
  color: #f5b02b;
  margin-right: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frd_link1:hover, .frd_link1.w--current {
  color: var(--black);
}

.f_style {
  background-color: #33333380;
  height: 1.5px;
}

.ft_ryt_div {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.frd_link {
  color: #f5b02b;
  margin-right: 35px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.frd_link:hover, .frd_link.w--current {
  color: var(--black);
}

.foot_cont {
  max-width: 1200px;
}

.footer_section {
  background-color: #fff1cc;
  background-image: var(--image-i50ee7db1);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 0;
  position: static;
}

.f_top_div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.mbc1_list_items1-copy {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.mbc2_list_heading-copy {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
}

.mb1_ryt_list_cont_wrap1-copy {
  justify-content: flex-end;
  display: flex;
}

.mbc2_list_items-copy {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.mbc2_head-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.mb1_lft_list_cont_wrap1-copy {
  display: flex;
}

.mbc2_recepie1-copy {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 400;
}

.mbc1_sno1-copy {
  margin-right: 0;
}

.m_mid_wrap {
  display: none;
}

.mb2_lft_list_cont_wrap-copy {
  display: flex;
}

.mbc1_recepie11-copy {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 400;
}

.mbc1_design10-copy {
  margin-left: 20px;
  margin-right: 40px;
}

.mbc2_sn0-copy {
  margin-right: 0;
}

.mb2_ryt_list_cont_wrap-copy {
  justify-content: flex-end;
  display: flex;
}

.mbc1_list_items1-copy-copy {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.mbc2_design-copy {
  margin-left: 20px;
  margin-right: 40px;
}

.menu_section-copy {
  color: #000;
  background-color: #fff1cc;
  background-image: var(--image-i3980be16), var(--image-c7e2de7);
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin-top: 0;
  padding: 15% 5% 280px;
}

.mbc1_list-copy {
  width: 420px;
  margin-top: 20px;
  padding-left: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 58px;
  list-style-type: decimal;
  display: block;
}

.mb_coloums-copy {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.m_heading-copy {
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
}

.mbc1_list_heading-copy {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
}

.menu_top_div-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.m_mid_wrap-copy {
  display: none;
}

.mbc1_wrap-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mbc2_wrap-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.mbc1_head-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.mbc2_list_items-copy-2 {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.mt_menu-copy {
  font-family: Great Vibes, cursive;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.mbc1_list_items1-copy-2, .mbc1_list_items1-copy-3 {
  justify-content: space-between;
  list-style-type: decimal;
  display: flex;
}

.m_cont-copy {
  max-width: 1300px;
  position: static;
}

.mbc2_list-copy {
  width: 500px;
  margin-top: 20px;
  padding-left: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 58px;
  list-style-type: decimal;
  display: block;
}

.mbc2_wrap1 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.mt_para-copy {
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}

.back_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 5% auto 0% 5%;
}

.bw_image {
  width: 100%;
  height: 100%;
  padding: 5px;
  transition: opacity .2s;
}

.bw_image:hover {
  mix-blend-mode: difference;
}

.bw_link {
  border: 2px solid var(--24-k-gold);
  background-color: var(--black);
  opacity: 1;
  border-radius: 12px;
  width: 70px;
  height: 70px;
  padding: 0;
  transition: background-color .1s cubic-bezier(.25, .46, .45, .94);
}

.bw_link:hover {
  border-width: 3px;
  border-color: var(--gold);
  background-color: var(--24-k-gold);
  opacity: 1;
}

.hero-section {
  background-color: #000;
  background-image: var(--image-i52a35650);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding: 15% 0 10%;
  display: flex;
}

.hero-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hc-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.hc-subtxt {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2 {
  cursor: default;
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.gallery-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff1cc;
  background-image: var(--image-5b747c65);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 0;
}

.gallery-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.gw-head {
  color: #000;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.gw-subtxt {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.gallery-image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.g-left-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  display: grid;
}

.abt-image {
  object-fit: cover;
}

.gl-top-div {
  width: auto;
  height: 416px;
}

.gl-bot-div {
  width: 450px;
  height: 400px;
}

.g-mid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  display: grid;
}

.g-ryt-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-start end;
  width: 32%;
  display: grid;
}

.ambiance-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 100px;
  display: flex;
}

.ambiance-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.ambiance-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.ambiance-subtxt {
  color: #fff;
  text-align: center;
  max-width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ambiance-slider-wrapper {
  grid-column-gap: 1264px;
  grid-row-gap: 1264px;
  background-color: #c4c4c4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.amb-contrainer {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.ambience-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.as-slider-wrapper {
  background-color: #0000;
  width: auto;
  height: auto;
}

.as1-content {
  object-fit: fill;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 800px;
  padding: 0;
  display: flex;
}

.as1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-slider-arrow {
  display: flex;
}

.testimonial-slider-nav {
  margin-top: 0;
  font-size: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.as-mask {
  width: 100%;
  overflow: hidden;
}

.cta-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  background-image: var(--image-i12dfb701);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  display: block;
}

.cta-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.cta-txt-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-head {
  color: #fdfdfd;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.body-3 {
  color: #fdfdfd;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 46px;
  display: flex;
}

.kitchen-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff1cc;
  background-image: var(--image-i50ee7db1);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 100px 0;
}

.k-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.kc-head {
  color: #000;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.kc-txt {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.k-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.k-lft-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: 1fr 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.kl-top-div {
  height: 100%;
}

.kl-bot-div {
  width: 100%;
  height: 100%;
}

.k-ryt-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.kr-top-div, .kr-bot-div {
  width: 100%;
  height: 100%;
}

.cta-content-div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.our-values-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--biscuit);
  background-image: var(--image-i3c0aa909);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: flex;
  position: static;
}

.our-values-lft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 400;
  display: block;
  position: relative;
}

.ovl-head {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.ovl-txt {
  color: var(--24-k-gold);
  max-width: 500px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.over-values-ryt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  width: 100%;
  display: grid;
  position: relative;
}

.ovr-content-div {
  background-color: #000;
  border: 3px solid #f5b02b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.ovrd-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.download-9-1 {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.ovrd-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.body-4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.line-wrapper {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100px;
  font-weight: 400;
  display: flex;
}

.our-values-ryt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.about-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  background-image: var(--image-i560d078e);
  background-position: 100% 100%;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12% 16px 100px;
  position: relative;
}

.about-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-lft-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
  display: block;
}

.about-head {
  color: #f5b02b;
  margin-bottom: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.text-medium-normal {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-5 {
  cursor: default;
  font-family: Gentium Book Plus, sans-serif;
}

.abou-ryt-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.our-values-wrapper {
  justify-content: space-around;
  width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.founder-messge-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: flex;
}

.author-image {
  object-fit: cover;
}

.author-image.image, .author-image.image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: 250px;
}

.msg-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  display: flex;
}

.msg-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

.m-subtxt {
  color: #f5b02b;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.m-head {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.m-para {
  color: #fff;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
}

.founder-bottom-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.founder-name-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.founder-name {
  color: #fff;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.f-position {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.vectors-wrapper-12 {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 61px;
  display: flex;
}

.webflow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ecdede;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.founder-image-holder {
  width: 50%;
}

.founder-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-mission-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--biscuit);
  background-image: var(--image-5b747c65);
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  font-weight: 400;
  display: flex;
}

.our-mission-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.om-head {
  color: #212121;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.body-6 {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.about-gallery-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  display: block;
}

.ag-txt-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ag-head {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.ag-para {
  color: #fff;
  margin-top: 10px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ag-gallery-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.agg-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.ag-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--gold);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  min-height: auto;
}

.placeholder-2 {
  object-fit: cover;
  border-radius: 20px;
}

.testimonial-section {
  background-color: #fff1cc;
  background-image: var(--image-i50ee7db1);
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  display: flex;
}

.t-txt-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.tt-head {
  color: #212121;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.body-7 {
  color: #212121;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fffc;
  border: 1px solid #f5b02b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 32px;
  display: flex;
}

.content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.avatar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

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

.text-regular-semi-bold {
  color: #f5b02b;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-regular-normal {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  border: 1px #000;
  flex: 0 auto;
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1300px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  color: var(--black);
  margin-bottom: 2px;
  font-weight: 400;
}

.tagline {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.paragraph, .paragraph-2 {
  color: var(--black);
  font-weight: 400;
}

.g_button {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 200px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: none;
}

.g_button:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.ag-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 1300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 64px;
}

.c-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 150%;
}

.body-8 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.body-9 {
  cursor: default;
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.contacthero-wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  background-image: var(--image-5029b8c5);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.i-section-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.i-top-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

.i-contents {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-3 {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.action {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.i-bot-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  display: grid;
}

.i-div1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 250px;
  display: flex;
}

.column-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  display: flex;
}

.f_button {
  background-color: var(--gold);
  color: var(--black);
  border: 2px solid #e6ae28;
  border-radius: 10px;
  margin-top: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.f_button:hover {
  background-color: var(--black);
  color: var(--24-k-gold);
  border-color: #e6ae28;
}

.abt_button {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 200px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.abt_button:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.os_lft_divi {
  width: 50%;
  display: none;
}

.osl_imagei {
  object-fit: cover;
  border-radius: 22px;
  width: 620px;
  height: 640px;
}

.home-blog-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  background-image: var(--image-433b13b3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 140px 0;
  display: flex;
}

.hb-top-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: block;
}

.hbt-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hbt-head {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.action-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.hb-subtxt-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
}

.hb-txt {
  color: #fff;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.hb-bottom-div {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  display: block;
}

.hb-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

.hbg-content {
  cursor: default;
  border: 2px solid #f5b02b;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 620px;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hbg-content:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.hbg-bot-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 20px 15px;
  display: flex;
  overflow: visible;
}

.hbg-txt-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hbg-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 368px;
  display: flex;
}

.hbg-head-2 {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.hbg-bot-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.hbg-author-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.hbg-name {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.hbg-author-date-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hbg-date {
  color: #fff;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-medium-normal-2 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.home-blog-button {
  background-color: var(--24-k-gold);
  color: var(--black);
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 200px;
  margin-top: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.home-blog-button:hover {
  background-color: var(--black);
  color: var(--24-k-gold);
  border-color: #e6ae28;
}

.order-directly-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 173.02px;
  display: flex;
}

.infinite-banner {
  background-color: var(--24-k-gold);
  box-shadow: inset 1px 0 0 -20px var(--white);
  border: 1px #f5b02b;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 200%;
  height: auto;
  display: flex;
}

.ib-content-wrapper {
  background-color: var(--24-k-gold);
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.ib-txt {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-2 {
  color: #212121;
  width: 100%;
  height: 100%;
  font-family: Alfa Slab One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.ib-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: grid;
}

.ib-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 3px solid #f5b02b;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 426px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.placeholder-3 {
  object-fit: cover;
}

.content-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-3 {
  color: #f5b02b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 46px;
  display: flex;
}

.content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #f5b02b;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 50px 10px;
  display: flex;
}

.body-10 {
  background-color: var(--black);
  cursor: default;
  font-family: Gentium Book Plus, sans-serif;
}

.od-logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.hb-image-holder {
  height: 50%;
}

.home-blog-button-hidden {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 200px;
  margin-top: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: none;
}

.home-blog-button-hidden:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.bs_txt {
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.i-div-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-image.image, .blog-image.image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: 250px;
}

.author {
  object-fit: cover;
}

.author.image, .author.image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: 250px;
}

.gal-image, .kr-image, .kr-image2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.k-ryt-wrappe {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: 1.5fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.kl-image1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kl-image2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cta_button1 {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 160px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.cta_button1:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.cta_button11 {
  background-color: var(--24-k-gold);
  color: var(--black);
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 160px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.cta_button11:hover {
  background-color: var(--black);
  color: var(--gold);
  border-color: #e6ae28;
}

.ar-image {
  object-fit: cover;
  border-radius: 20px;
}

.ar-image-hidden {
  display: none;
}

.founder-image {
  border-radius: 20px;
}

.abt-gallery-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.g_button-hidden {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 200px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.g_button-hidden:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.contact-head-section {
  background-color: #000;
  background-image: var(--image-i54582eef);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding: 12% 0 10%;
  display: flex;
  position: relative;
}

.contact-head-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.contact-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.contact-subtxt {
  color: #fff;
  text-align: center;
  width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.order-now-button {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 180px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
}

.order-now-button:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.delivery-partner, .image-2 {
  width: 100px;
  height: 100px;
}

.blog-head-section {
  background-color: #000;
  background-image: var(--image-i560d078e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50vh;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.blog-head-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.blog-head {
  color: #f5b02b;
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.blog-subtxt {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.blogp-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--biscuit);
  background-image: var(--image-i4f39a512);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 140px 0;
  display: flex;
}

.hb-bottom-div-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hbg-content-copy {
  border: 2px solid var(--black);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hbg-content-copy:hover {
  transform: scale(1.02);
}

.hb-image-holder-copy {
  height: 50%;
}

.blog-image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-image-copy.image, .blog-image-copy.image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: 250px;
}

.hbg-bot-wrap-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--biscuit);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 20px 15px;
  display: flex;
  overflow: visible;
}

.hbg-txt-wrap-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hbg-head-2-copy {
  color: var(--black);
  font-family: Alfa Slab One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.hb-txt-copy {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.hbg-bot-wrap-2-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.author-copy {
  object-fit: cover;
}

.author-copy.image, .author-copy.image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  height: 250px;
}

.hbg-author-wrap-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.hbg-name-copy {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.hbg-author-date-wrap-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hbg-date-copy {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blog-head-section-copy {
  background-color: #000;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 15% 0 8%;
  display: flex;
  position: relative;
}

.blog-head-wrapper-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-head-copy {
  color: var(--white);
  text-align: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Alfa Slab One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67.2px;
}

.blog-subtxt-copy {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.image-3 {
  object-fit: cover;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}

.hbg-date1 {
  color: var(--white);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.single-blog-content-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--biscuit);
  background-image: var(--image-i50ee7db1);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: 100px 0;
  display: block;
}

.single-blog-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sbw-head-navi {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #212121;
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-5 {
  color: var(--24-k-gold);
  text-align: center;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.sbw-richtxt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-6 {
  color: #212121;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.text-7 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.content-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.placeholder {
  object-fit: cover;
}

.content-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.text-8 {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.content-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 32px;
  display: flex;
}

.figure {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  display: flex;
}

.other-quote {
  color: #212121;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.content-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
}

.text-9 {
  color: #212121;
  font-family: Alfa Slab One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.rich-text-block {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.home-blog-section-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  background-image: var(--image-5029b8c5);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 140px 0;
  display: flex;
}

.hb-top-wrapper-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.hbt-head-copy {
  color: #f5b02b;
  font-family: Alfa Slab One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.hbt-content-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-blog-button-hidden-copy {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.home-blog-button-hidden-copy:hover {
  color: #000;
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.back_wrap-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.bw_link-copy {
  border: 2px solid var(--gold);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_link-copy:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.bw_image-copy {
  width: 50px;
  height: 50px;
}

.ov-wrap {
  background-color: var(--biscuit);
  position: sticky;
  top: 5%;
  left: 0%;
  right: 0%;
}

.mw_div-copy {
  justify-content: flex-start;
  width: 200%;
  display: flex;
}

.banner_wrap {
  background-color: #4a2e2d;
  border: 1px #707070;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.banner_txt {
  color: #fff;
  margin-left: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 68px;
}

.banner_txt._1 {
  flex: none;
  margin-left: 0;
}

.toffe_yellow {
  color: #ebb20c;
}

.mt_wrapper {
  background-color: var(--black);
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
  overflow: hidden;
}

.body-11 {
  cursor: default;
}

.back_wrap-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 5% auto auto 5%;
}

.bw_link-copy-copy {
  border: 2px solid var(--gold);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_link-copy-copy:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.bw_image-copy-copy {
  width: 50px;
  height: 50px;
}

.back_wrap1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 5% auto auto 5%;
}

.bw_link1 {
  border: 2px solid var(--gold);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_link1:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.bw_image1 {
  width: 50px;
  height: 50px;
}

.back_wra {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 5% auto auto 5%;
}

.back_wra:hover {
  border: 2px #000;
}

.bw_image2 {
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
}

.bw_link2 {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_link2:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.back_wr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 5% auto auto 5%;
}

.bw_im {
  width: 50px;
  height: 50px;
}

.bw_lin {
  border: 2px solid var(--gold);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_lin:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.body-12 {
  cursor: default;
}

.back_wrap-copy523 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: none;
  position: absolute;
  inset: 10% auto auto 5%;
}

.bw_image-copy112 {
  width: 50px;
  height: 50px;
}

.bw_l {
  border: 2px solid var(--gold);
  background-color: var(--biscuit);
  opacity: 1;
  border-radius: 12px;
  padding: 5px;
}

.bw_l:hover {
  border-width: 3px;
  border-color: var(--gold);
  opacity: .68;
}

.embed_wrapper {
  width: 100%;
  padding-top: 40px;
}

.embed_insta {
  margin-bottom: 0;
}

.author-imagee {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.home-auth {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.hbg-date-copy {
  border-left: 1px solid var(--24-k-gold);
  color: #fff;
  padding-left: 10px;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.hbg-date-copy-copy {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.date, .reading-time {
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.founder-image-hidden {
  display: none;
}

.chr_field_txt_large {
  border: 2px solid #000;
  border-radius: .5625rem;
  min-height: 10rem;
  margin-bottom: 0;
}

.chr_field_txt_large:hover {
  border-width: .125rem;
}

.chr_field_txt_large:active, .chr_field_txt_large:focus {
  border-width: .125rem;
  border-color: #5f30e2;
}

.frd_link-copy {
  color: #f5b02b;
  margin-right: 35px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frd_link-copy:hover, .frd_link-copy.w--current {
  color: var(--black);
}

.nav_social_wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1.5;
  display: flex;
}

.nav_section {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nsw_link {
  width: 1.5rem;
  margin-left: .313rem;
  margin-right: .313rem;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 1.25rem;
  display: flex;
}

.nav_social_wrapper_mobile {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
}

.n_logo_wrap {
  flex: 1;
}

.nav_link {
  color: #fff9;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.nav_menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_button1-copy {
  color: #e6ae28;
  text-align: center;
  background-color: #0000;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: 160px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: none;
}

.cta_button1-copy:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

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

.delivery-partner-copy {
  width: 100px;
  height: 100px;
}

.text-3-copy {
  color: #f5b02b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.footer-nav-llink {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink:hover {
  color: var(--black);
}

.footer-nav-llink.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink._1.w--current {
  color: var(--black);
}

.logo-block {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navigation-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: #e4e4e4;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.menu {
  cursor: pointer;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.menu-bar-1 {
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.nav-section {
  z-index: 999;
  background-color: var(--biscuit);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block {
  z-index: 900;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

.link-block.w--current {
  height: 80px;
  margin-bottom: 0;
  margin-left: 0;
}

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

.ft_ryt_div-tre {
  margin-top: 10px;
  margin-bottom: 0;
}

.nav-wrap {
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  height: 100px;
  display: flex;
}

.footer-nav-llink1 {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footer-nav-llink1:hover, .footer-nav-llink1.w--current {
  color: var(--black);
}

.footer-nav-llink1._1 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.footer-nav-llink1._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy {
  color: var(--24-k-gold);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.footer-nav-llink-copy:hover, .footer-nav-llink-copy.w--current, .footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.menu-bar-2, .menu-bar-3 {
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hbg-author-date-wrap-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-nav-llink-copy._2 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-nav-llink-copy {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-copy:hover {
  color: var(--black);
}

.footer-nav-llink-copy.w--current {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
}

.footer-nav-llink-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy-copy:hover, .footer-nav-llink-copy-copy.w--current, .footer-nav-llink-copy-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy-copy:hover, .footer-nav-llink-copy-copy.w--current, .footer-nav-llink-copy-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy-copy {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footer-nav-llink-copy-copy:hover, .footer-nav-llink-copy-copy.w--current, .footer-nav-llink-copy-copy._1.w--current {
  color: var(--black);
}

.footer-nav-llink-copy-copy {
  color: var(--24-k-gold);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.footer-nav-llink-copy-copy:hover, .footer-nav-llink-copy-copy.w--current, .footer-nav-llink-copy-copy._1.w--current {
  color: var(--black);
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer-nav-llink-cop {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-cop:hover, .footer-nav-llink-cop.w--current, .footer-nav-llink-cop._1.w--current {
  color: var(--black);
}

.footer-nav-llink-menu {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-menu:hover {
  color: var(--black);
}

.footer-nav-llink-menu.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-menu._1.w--current {
  color: var(--black);
}

.footer-nav-llink-aboutus {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-aboutus:hover {
  color: var(--black);
}

.footer-nav-llink-aboutus.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-aboutus._1.w--current {
  color: var(--black);
}

.footer-nav-llink-our-gallery {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-our-gallery:hover {
  color: var(--black);
}

.footer-nav-llink-our-gallery.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-our-gallery._1.w--current {
  color: var(--black);
}

.footer-nav-llink-blogs {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-blogs:hover {
  color: var(--black);
}

.footer-nav-llink-blogs.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-blogs._1.w--current {
  color: var(--black);
}

.footer-nav-llink--order-directly {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink--order-directly:hover {
  color: var(--black);
}

.footer-nav-llink--order-directly.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink--order-directly._1.w--current {
  color: var(--black);
}

.footer-nav-llink-contact {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-contact:hover {
  color: var(--black);
}

.footer-nav-llink-contact.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-contact._1.w--current {
  color: var(--black);
}

.footer-nav-llink-home {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-home:hover {
  color: var(--black);
}

.footer-nav-llink-home.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-home._1.w--current {
  color: var(--black);
}

.mbc2_wrap-lunch-meals {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.mbc2_list_heading-lm {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 380px;
  display: flex;
}

.mbc2_head-lm {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.mbc2_list_items-lm {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: decimal;
  display: flex;
}

.mbc2_sn0-lm {
  margin-right: 0;
}

.mbc2_recepie1-lm {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 400;
  line-height: 36px;
}

.lm-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pdf_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.pdf_attachment {
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.pdf_attachment:hover {
  box-shadow: 0 4px 10px 1px #0003;
}

.pdf_txt {
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.pdf-icon {
  width: 100px;
  height: auto;
}

.mbc1_wrap-copy-copy, .mbc1_wrap-top, .mbc1_wrap-south {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.reserve-a-table-button {
  background-color: var(--black);
  color: #e6ae28;
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: auto;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.reserve-a-table-button:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.popup_ryt_wrapper {
  background-color: var(--biscuit);
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.field-label {
  color: var(--black);
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.submit-button-2 {
  background-color: #9a239f;
  border-radius: 12px;
  width: 160px;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 29px;
  padding-right: 29px;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.submit-button-2:hover {
  color: #9a239f;
  background-color: #fff;
  border: 1px solid #9a239f;
}

.success-message {
  background-color: #247605cc;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prc_head {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
}

.prc_style_div {
  background-image: var(--image-1f91a6d2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  width: 12%;
  height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #fff;
}

.error-message {
  background-color: #df7676;
  border-radius: 10px;
}

.form-div {
  flex: 1;
  width: 100%;
  max-width: none;
  padding: 0 25px 40px;
}

.text-block-3 {
  color: #000;
  text-align: center;
}

.form {
  margin-top: 20px;
}

.pr_content_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.popup_lft_wrapper {
  object-fit: fill;
  background-image: var(--image-433b13b3);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
}

.popup_close_image {
  width: 30px;
  height: 30px;
  position: static;
}

.popup_section {
  height: 100vh;
  display: flex;
}

.popup_close_wrapper {
  position: absolute;
  inset: 2.5% 2.5% auto auto;
}

.prc_txt {
  color: #000c;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.text-field-2 {
  color: var(--black);
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 5px;
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.body-13 {
  background-color: var(--black);
}

.div-block-2-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reserve-a-table-button-copy {
  background-color: var(--black);
  color: #e6ae28;
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: auto;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: none;
}

.reserve-a-table-button-copy:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.bmj-form-text-1 {
  color: #000000b3;
  background-image: var(--image-16e8b483);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  margin-bottom: .8em;
  padding-right: .5em;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.bmj-form-text-1-copy {
  color: var(--black);
  background-image: var(--image-16e8b483);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  margin-bottom: .8em;
  padding-right: .5em;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.field-label-ma {
  color: var(--black);
  background-image: var(--image-16e8b483);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  margin-bottom: 0;
  padding-right: .5em;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.bmj-from-wrap-select-1 {
  background-color: #fff;
  border: .1em solid #d4dbdf;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.bmj-form-select_field-1 {
  color: var(--black);
  background-color: #0000;
  border: .1em #d4dbdf;
  height: 46px;
  margin-bottom: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reserve-a-table-button-copy-copy {
  background-color: var(--black);
  color: #e6ae28;
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  width: auto;
  margin-top: 20px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.reserve-a-table-button-copy-copy:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.reserve-a-table-but {
  background-color: var(--black);
  color: #e6ae28;
  text-align: center;
  border: 2px solid #e6ae28;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 10px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .1s ease-out, background-color .1s ease-in;
  display: flex;
}

.reserve-a-table-but:hover {
  color: var(--black);
  background-color: #e6ae28;
  border-color: #e6ae28;
}

.ft_ryt_div-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-nav-llink-copy-copy {
  color: var(--24-k-gold);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-copy-copy:hover {
  color: var(--black);
}

.footer-nav-llink-copy-copy.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-nav-llink-copy-copy._1.w--current {
  color: var(--black);
}

.dcgi_txt-copy {
  color: #f5b02b;
  margin-top: 10px;
  font-weight: 400;
  line-height: 34px;
}

.dcgi_para-black {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 18px;
  line-height: 30.6px;
}

.workiing-hours-heading {
  color: var(--black);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.workiing-hours-heading:hover {
  color: var(--black);
}

.workiing-hours-heading.w--current {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
}

.workiing-hours-heading._1.w--current {
  color: var(--black);
}

.footer-hrs {
  color: var(--24-k-gold);
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.footer-nav-llink-original {
  color: var(--24-k-gold);
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Alfa Slab One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-llink-original:hover {
  color: var(--black);
}

.footer-nav-llink-original.w--current {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
}

.footer-nav-llink-original._1.w--current {
  color: var(--black);
}

.div-block-3 {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.d {
  border: 2px solid #000;
  border-radius: .5625rem;
  min-height: 10rem;
  margin-bottom: 0;
}

.d:hover {
  border-width: .125rem;
}

.d:active, .d:focus {
  border-width: .125rem;
  border-color: #5f30e2;
}

.text-field-3 {
  color: var(--black);
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  min-height: 110px;
  margin-bottom: 5px;
  font-family: Gentium Book Plus, sans-serif;
  font-weight: 400;
}

.prc_txt-copy {
  color: var(--white);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.field-label-ma-copy {
  color: var(--black);
  margin-bottom: 0;
  padding-right: .5em;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.text-field-6 {
  border-radius: 6px;
}

.pop-whole-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 120%;
}

.error-message-3 {
  color: #fff;
  background-color: #3d0808;
  font-size: 16px;
  line-height: 150%;
}

.div-block-14 {
  margin-bottom: 15px;
}

.success-message-3 {
  color: #fff;
  background-color: #0b4210;
  font-size: 16px;
  line-height: 150%;
}

.div-block-12 {
  z-index: 2;
  background-color: #fff;
  width: 80vw;
  height: auto;
  margin: auto;
  position: relative;
}

.pop-box {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.submit-button-3 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 38px;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-3:hover {
  color: #000;
  background-color: #fff;
}

.text-block-5 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.div-block-15 {
  width: 100%;
}

.popup {
  z-index: 2147483647;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.textarea-4 {
  border-radius: 6px;
}

.image-8 {
  z-index: 1000;
  width: 30px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.pop-up-image {
  object-fit: cover;
  width: 100%;
}

.image-9 {
  z-index: 1000;
  width: 30px;
  position: absolute;
  inset: 1% 1% auto auto;
}

.div-block-16 {
  color: #fff0;
  padding-top: 20px;
  padding-left: 70px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  position: relative;
}

.hero_section-2nd {
  background-image: linear-gradient(270deg, #000 8%, #fff0), var(--image-37f9f04f);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  display: flex;
}

.h_cont-1st {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  display: flex;
}

.hdiv1 {
  justify-content: center;
  align-items: center;
  padding-right: 140px;
  display: flex;
}

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

.circle-green {
  background-color: #004958;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  display: flex;
  transform: rotate(-20deg);
}

.h4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.h3 {
  color: var(--biscuit);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

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

.h1 {
  color: var(--gold);
  text-align: center;
  width: 100%;
  font-size: 56px;
  font-weight: 400;
  line-height: 130%;
}

.para {
  color: var(--biscuit);
  font-family: Gentium Book Plus, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

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

.h3-copy {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Dots, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 20px;
  display: grid;
}

.grid-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.para-2 {
  color: var(--biscuit);
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.image-10 {
  width: 120px;
  height: 120px;
}

.yellow-small {
  color: var(--gold);
  font-size: 18px;
}

.hd4-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.h1-bigg {
  color: var(--gold);
  text-align: center;
  width: 100%;
  margin-bottom: -10px;
  font-family: Aclonica, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 110%;
}

.h3-big {
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.txt-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.para-3 {
  color: var(--white);
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.lft-corner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gold);
  border: 2px solid #000;
  flex-flow: column;
  height: auto;
  padding: 10px;
  display: flex;
}

.lft-wrap {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 310px;
  height: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h3-big-copy {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.para-copy {
  color: var(--gold);
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 28px;
  line-height: 120%;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.para-copy:hover {
  transform: scale(.95);
}

.ryt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.p3 {
  color: var(--biscuit);
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 25px;
  line-height: 120%;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #004958;
  border-top-left-radius: 35px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  width: 45px;
}

.para-copy-copy {
  color: var(--black);
  text-align: center;
  font-family: Gentium Book Plus, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.h1-bigg-copy {
  color: var(--gold);
  text-align: center;
  width: 100%;
  margin-bottom: -10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.h3-copy-copy {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Dots, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.h3-copy-copy:hover {
  transform: scale(1.02);
}

.image-12 {
  width: 200px;
}

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

.lft-phone-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-20-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #004958;
  border-top-left-radius: 0;
  border-top-right-radius: 35px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-22 {
  background-image: var(--image-i7f8a52f9);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-13 {
  width: 100px;
}

.google {
  color: var(--gold);
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Dots, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.google:hover {
  transform: scale(1.02);
}

.image-14 {
  width: 45px;
}

@media screen and (min-width: 1280px) {
  .div-block-12 {
    border-radius: 20px;
    width: 40%;
  }

  .popup {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-12 {
    border-radius: 20px;
    width: 40%;
  }

  .popup {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    background-position: 100% 0;
    background-size: contain;
    justify-content: center;
    height: auto;
    padding-top: 20%;
    padding-bottom: 80px;
  }

  .hcont_wrap {
    width: 100%;
  }

  .h_head {
    font-size: 50px;
    line-height: 64.2px;
  }

  .dctwh {
    width: 600px;
    font-size: 36px;
    line-height: 48px;
  }

  .dcgrid_wrap {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dc_bot_wrap {
    margin-top: 40px;
  }

  .dcgi_txt {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .dis_contt {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .mbc1_list {
    width: 100%;
    font-size: 22px;
    line-height: 52px;
  }

  .m_cont {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mb_coloums {
    flex-flow: column;
  }

  .m_heading {
    text-align: center;
    font-size: 46px;
    line-height: 54px;
  }

  .menu_section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .mbc1_list_heading, .mbc1_wrap {
    width: 100%;
  }

  .m_bot_wrap {
    margin-top: 20px;
  }

  .mbc2_list_heading {
    width: 300px;
  }

  .mt_menu {
    font-size: 32px;
    line-height: 38px;
  }

  .mbc1_head, .mbc2_head {
    font-size: 28px;
    line-height: 34px;
  }

  .mbc2_list {
    width: 360px;
    font-size: 22px;
    line-height: 52px;
  }

  .mb_coloumn1 {
    padding-left: 10px;
  }

  .osl_image-copy {
    width: auto;
    height: 500px;
  }

  .osr_para {
    line-height: 29.6px;
  }

  .osr_head {
    font-size: 46px;
    line-height: 54px;
  }

  .os_lft_div-copy {
    align-items: center;
    display: none;
  }

  .osl_image {
    width: auto;
    height: 500px;
  }

  .os_ryt_image {
    margin-left: 0;
  }

  .our_story_section {
    padding: 80px 16px;
  }

  .os_lft_div {
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .contact_section {
    padding: 80px 16px;
  }

  .cg_div {
    margin-right: 10px;
  }

  .cg_head {
    font-size: 28px;
    line-height: 36.6px;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ring_on_map {
    width: 250px;
    height: 200px;
    top: 490px;
  }

  .mfr_feel {
    font-size: 32px;
    line-height: 38px;
  }

  .ring_on_map-copy {
    width: 250px;
    height: 200px;
    top: 490px;
  }

  .mf_ryt_div {
    margin-left: 20px;
  }

  .mfl_map {
    width: 380px;
    height: 500px;
  }

  .mapform_section {
    padding: 80px 16px 120px;
  }

  .mfl_map-copy {
    width: 380px;
    height: 500px;
  }

  .mfr_head {
    font-size: 46px;
    line-height: 54px;
  }

  .fcr_wrap {
    margin-bottom: 0;
  }

  .emilda_link, .fcr_reserved {
    text-align: center;
  }

  .frd_link1 {
    line-height: 28px;
  }

  .ft_ryt_div {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .frd_link {
    margin-right: 15px;
  }

  .footer_section {
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .mbc2_list_heading-copy {
    width: 300px;
  }

  .mbc2_head-copy {
    margin-bottom: 10px;
  }

  .menu_section-copy {
    padding-top: 25%;
    padding-bottom: 140px;
  }

  .mbc1_list-copy {
    width: 360px;
    font-size: 22px;
  }

  .m_heading-copy {
    text-align: center;
    font-size: 46px;
    line-height: 54px;
  }

  .mbc1_list_heading-copy {
    width: 300px;
  }

  .mbc1_head-2 {
    margin-bottom: 10px;
  }

  .mt_menu-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .m_cont-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mbc2_list-copy {
    width: 100%;
    font-size: 22px;
  }

  .back_wrap {
    top: -25%;
    left: 0%;
    right: auto;
  }

  .bw_link {
    width: 65px;
    height: 65px;
  }

  .hero-section {
    background-position: 100%;
    background-size: cover;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .hc-head {
    font-size: 50px;
    line-height: 64.2px;
  }

  .gallery-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gw-head {
    font-size: 36px;
    line-height: 48px;
  }

  .gw-subtxt {
    max-width: none;
  }

  .ambiance-section {
    display: block;
  }

  .ambiance-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .ambiance-head {
    font-size: 46px;
    line-height: 54px;
  }

  .ambiance-subtxt {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .amb-contrainer {
    max-width: none;
  }

  .as1-content {
    height: 600px;
    padding-left: 0;
  }

  .as1-image {
    max-width: none;
    margin-top: 0;
  }

  .as-mask {
    overflow: hidden;
  }

  .cta-section {
    background-position: 100%;
    background-size: contain;
  }

  .cta-content-2 {
    width: 50%;
    max-width: none;
  }

  .cta-head {
    margin-top: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .kitchen-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .k-content-wrapper {
    max-width: none;
  }

  .kc-head {
    font-size: 46px;
    line-height: 54px;
  }

  .k-image-wrapper {
    margin-top: 60px;
  }

  .cta-content-div {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-values-section {
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-values-lft {
    margin-right: 20px;
  }

  .ovl-head {
    font-size: 46px;
    line-height: 54px;
  }

  .ovl-txt {
    max-width: none;
  }

  .ovr-content-div {
    height: auto;
  }

  .ovrd-wrap {
    padding: 20px;
    display: block;
  }

  .ovrd-head {
    font-size: 22px;
    line-height: 32px;
  }

  .about-hero {
    padding-top: 25%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-content-wrapper {
    flex-direction: column;
    width: auto;
  }

  .about-lft-wrapper {
    width: auto;
  }

  .about-head {
    font-size: 50px;
    line-height: 64.2px;
  }

  .abou-ryt-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .founder-messge-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .author-image.image, .author-image.image-copy {
    width: 200px;
    height: 200px;
  }

  .m-head {
    font-size: 46px;
    line-height: 54px;
  }

  .m-para {
    font-size: 28px;
    line-height: 40px;
  }

  .founder-name {
    font-size: 17px;
  }

  .f-position {
    line-height: 26px;
  }

  .our-mission-section {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-mission-wrapper {
    width: 700px;
  }

  .om-head {
    font-size: 36px;
    line-height: 48px;
  }

  .body-6 {
    color: var(--black);
    font-family: Gentium Book Plus, sans-serif;
  }

  .about-gallery-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ag-head {
    font-size: 36px;
    line-height: 48px;
  }

  .ag-div {
    height: 240px;
  }

  .testimonial-section {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tt-head {
    font-size: 36px;
    line-height: 48px;
  }

  .body-7 {
    margin-top: 20px;
  }

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .ag-top-wrapper, .contacthero-wrap {
    width: auto;
  }

  .instagram-section {
    background-position: 100%;
    padding-left: 0;
  }

  .i-section-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-3 {
    font-size: 36px;
    line-height: 48px;
  }

  .i-bot-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .i-div1 {
    height: 200px;
  }

  .os_lft_divi {
    align-items: center;
    display: none;
  }

  .osl_imagei {
    width: auto;
    height: 500px;
  }

  .home-blog-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 100% 100%;
    padding: 100px 16px;
  }

  .hbt-head {
    font-size: 46px;
    line-height: 54px;
  }

  .hb-bottom-div {
    margin-top: 60px;
  }

  .hbg-content {
    height: auto;
  }

  .hbg-head-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .order-directly-section {
    justify-content: center;
    max-width: none;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .infinite-banner {
    margin-top: 0;
  }

  .ib-txt {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .ib-bottom-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .text-3 {
    font-size: 36px;
    line-height: 48px;
  }

  .content-wrap {
    justify-content: space-between;
    width: auto;
    height: 350px;
    padding: 20px 5px;
  }

  .od-logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .od-logo {
    width: 120px;
    height: 140px;
  }

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

  .blog-image {
    height: 200px;
  }

  .blog-image.image, .blog-image.image-copy, .author.image, .author.image-copy {
    width: 200px;
    height: 200px;
  }

  .ar-image, .ar-image-hidden {
    width: 100%;
    height: 400px;
  }

  .contact-head-section {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 16px 15%;
  }

  .contact-head {
    font-size: 50px;
    line-height: 64.2px;
  }

  .contact-subtxt {
    width: auto;
  }

  .blog-head-section {
    background-position: 100%;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-head {
    font-size: 50px;
    line-height: 64.2px;
  }

  .blog-subtxt {
    width: auto;
  }

  .blogp-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 100px 16px;
  }

  .hb-bottom-div-copy {
    margin-top: 60px;
  }

  .hbg-content-copy {
    height: auto;
  }

  .blog-image-copy {
    height: 200px;
  }

  .blog-image-copy.image, .blog-image-copy.image-copy {
    width: 200px;
    height: 200px;
  }

  .hbg-head-2-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .author-copy.image, .author-copy.image-copy {
    width: 200px;
    height: 200px;
  }

  .blog-head-section-copy {
    padding: 28% 16px 10%;
  }

  .blog-head-copy {
    width: 600px;
    font-size: 50px;
    line-height: 64.2px;
  }

  .blog-subtxt-copy {
    width: auto;
  }

  .single-blog-content-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-5 {
    font-family: Gentium Book Plus, sans-serif;
  }

  .home-blog-section-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 100% 100%;
    background-size: cover;
    padding: 100px 16px;
  }

  .hbt-head-copy {
    font-size: 46px;
    line-height: 54px;
  }

  .back_wrap-copy {
    inset: 5% auto 0% 2%;
  }

  .banner_wrap {
    justify-content: flex-start;
    width: 50%;
  }

  .banner_txt {
    flex: 0 auto;
    margin-left: 0;
    font-size: 21px;
    line-height: 48px;
    display: flex;
  }

  .banner_txt._1 {
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .mt_wrapper {
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .back_wrap-copy-copy {
    inset: 2% auto auto 2%;
  }

  .back_wrap1 {
    inset: 5% auto auto 5%;
  }

  .back_wra {
    inset: 2% auto auto 5%;
  }

  .back_wr {
    inset: 5% auto auto 5%;
  }

  .back_wrap-copy523 {
    inset: 3% auto auto 2%;
  }

  .frd_link-copy {
    margin-right: 15px;
  }

  .nav_social_wrapper {
    display: none;
  }

  .nsw_link {
    width: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lottie_menu {
    width: 4rem;
    height: 4rem;
  }

  .n_logo {
    margin-left: .5rem;
  }

  .navbar {
    margin-top: 0;
    padding-top: 0;
  }

  .nav_social_wrapper_mobile {
    border: 1px solid #fff9;
    border-radius: 20rem;
    flex: 0 auto;
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    display: flex;
  }

  .nav_link {
    border: 1px solid #fff9;
    border-radius: 5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5;
  }

  .nav_menu_button {
    padding: .5rem;
  }

  .nav_menu_button.w--open {
    background-color: #000;
    padding: .5rem;
  }

  .nav_menu {
    background-color: #000;
    margin-top: 4rem;
    padding-bottom: .25rem;
  }

  .text-3-copy {
    font-size: 36px;
    line-height: 48px;
  }

  .footer-nav-llink {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink._1 {
    font-size: 16px;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 20px;
    display: flex;
  }

  .navigation-wrap {
    z-index: 500;
    background-color: var(--biscuit);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-elements {
    flex-direction: column;
    display: flex;
  }

  .link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 60px;
    line-height: 66px;
  }

  .menu {
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-bar-1 {
    background-color: var(--black);
    height: 3px;
  }

  .nav-section {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: fixed;
  }

  .link-block {
    z-index: 10;
    width: 80px;
    margin-left: 10px;
    position: absolute;
  }

  .link-block.w--current {
    position: static;
  }

  .image-4 {
    z-index: 111111;
  }

  .ft_ryt_div-tre {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .footer-nav-llink1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-nav-llink1._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink1._1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink1._1.w--current {
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-copy {
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-bar-2, .menu-bar-3 {
    background-color: var(--black);
    height: 3px;
  }

  .footer-nav-llink-copy._2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-nav-llink-copy {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .footer-nav-llink-copy._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-copy._1 {
    font-size: 16px;
  }

  .footer-nav-llink-copy-copy {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .footer-nav-llink-copy-copy {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-nav-llink-cop {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-cop._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-menu {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-menu._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-menu._1 {
    font-size: 16px;
  }

  .footer-nav-llink-aboutus {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-aboutus._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-aboutus._1 {
    font-size: 16px;
  }

  .footer-nav-llink-our-gallery {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-our-gallery._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-our-gallery._1 {
    font-size: 16px;
  }

  .footer-nav-llink-blogs {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-blogs._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-blogs._1 {
    font-size: 16px;
  }

  .footer-nav-llink--order-directly {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink--order-directly._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink--order-directly._1 {
    font-size: 16px;
  }

  .footer-nav-llink-contact {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-contact._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-contact._1 {
    font-size: 16px;
  }

  .footer-nav-llink-home {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 2;
  }

  .footer-nav-llink-home._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-home._1 {
    font-size: 16px;
  }

  .mbc2_wrap-lunch-meals {
    width: 100%;
  }

  .mbc2_list_heading-lm {
    width: 300px;
  }

  .mbc2_head-lm {
    margin-bottom: 10px;
  }

  .lm-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pdf_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pdf_txt {
    font-size: 20px;
    line-height: 30px;
  }

  .pdf-icon {
    width: 100px;
  }

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

  .submit-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .prc_head {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .prc_style_div {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-div {
    padding: 0 10px 20px;
  }

  .form {
    margin-top: 20px;
  }

  .pr_content_wrapper {
    width: 80%;
  }

  .popup_lft_wrapper {
    background-position: 0 0;
    background-size: cover;
    width: 40%;
  }

  .popup_close_image {
    width: 28px;
    height: 28px;
  }

  .prc_txt {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .text-field-2 {
    height: 45px;
  }

  .div-block-2-copy {
    display: flex;
  }

  .reserve-a-table-button-copy {
    justify-content: center;
    align-items: center;
    height: 65px;
    font-size: 38px;
    display: flex;
  }

  .bmj-form-select_field-1 {
    height: 45px;
  }

  .ft_ryt_div-copy {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-nav-llink-copy-copy {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .footer-nav-llink-copy-copy._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-copy-copy._1 {
    font-size: 16px;
  }

  .dcgi_txt-copy {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .dcgi_para-black {
    font-size: 17px;
  }

  .workiing-hours-heading {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .workiing-hours-heading._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .workiing-hours-heading._1 {
    font-size: 16px;
  }

  .footer-hrs {
    font-size: 17px;
  }

  .footer-nav-llink-original {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .footer-nav-llink-original._2 {
    margin-left: 5px;
    margin-right: 0;
  }

  .footer-nav-llink-original._1 {
    font-size: 16px;
  }

  .div-block-3 {
    width: 90%;
  }

  .text-field-3 {
    min-height: 90px;
  }

  .prc_txt-copy {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .pop-whole-wrap {
    width: auto;
    max-width: none;
    height: auto;
  }

  .heading-3 {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
  }

  .error-message-3, .success-message-3 {
    font-size: 15px;
  }

  .div-block-12 {
    width: 80vw;
    height: auto;
  }

  .pop-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    flex-flow: column;
    padding: 30px 20px;
  }

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

  .image-8, .image-9 {
    width: 30px;
  }

  .div-block-16 {
    padding-top: 10px;
    padding-left: 30px;
  }

  .hero_section-2nd {
    background-image: linear-gradient(270deg, #fff0, #000 87%), var(--image-37f9f04f);
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h_cont-1st {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hdiv1 {
    padding-right: 120px;
  }

  .circle-green {
    width: 140px;
    height: 140px;
    margin-right: 0;
  }

  .h4 {
    font-size: 30px;
  }

  .h3 {
    text-align: center;
    font-size: 46px;
  }

  .h1 {
    font-size: 50px;
  }

  .para {
    font-size: 27px;
  }

  .h3-copy {
    text-align: center;
    font-size: 46px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .para-2 {
    font-size: 20px;
  }

  .image-10 {
    width: 100px;
    height: 100px;
  }

  .yellow-small {
    font-size: 17px;
  }

  .hd4-text {
    justify-content: center;
    align-items: center;
  }

  .h1-bigg {
    font-size: 70px;
  }

  .h3-big {
    text-align: center;
    font-size: 40px;
  }

  .location-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .para-3 {
    font-size: 22px;
  }

  .lft-wrap {
    width: 50%;
  }

  .h3-big-copy {
    text-align: center;
    font-size: 40px;
  }

  .para-copy {
    font-size: 27px;
  }

  .ryt-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p3 {
    font-size: 24px;
  }

  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-11 {
    width: 40px;
  }

  .para-copy-copy {
    font-size: 27px;
  }

  .h1-bigg-copy {
    font-size: 70px;
  }

  .h3-copy-copy {
    text-align: center;
    font-size: 46px;
  }

  .lft-phone-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-20-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .google {
    text-align: center;
    width: 180px;
    font-size: 46px;
  }

  .image-14 {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30% 16px 70px;
  }

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

  .h_head {
    text-align: center;
    width: auto;
    font-size: 40px;
    line-height: 54.2px;
  }

  .h_para {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .h_button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dctwh {
    width: auto;
    margin-top: 10px;
    font-size: 32px;
    line-height: 44px;
  }

  .dc_bot_wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dcgi_txt {
    font-size: 20px;
    line-height: 30px;
  }

  .dis_contt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dcgi_para {
    font-size: 17px;
    line-height: 29px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mbc1_list {
    width: 80%;
  }

  .m_heading {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .mbc2_wrap {
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .menu_section {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .mbc1_wrap {
    margin-top: 20px;
  }

  .mt_para {
    text-align: center;
  }

  .mt_menu {
    font-size: 30px;
    line-height: 36px;
  }

  .mbc1_head, .mbc2_head {
    font-size: 24px;
    line-height: 32px;
  }

  .mbc2_list {
    width: 500px;
  }

  .osl_image-copy {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .osr_para {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .osr_head {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .os_lft_div-copy {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .os_ryt_image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .our_story_section {
    padding-bottom: 100px;
  }

  .os_container {
    display: block;
  }

  .os_lft_div {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    display: none;
  }

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

  .cg_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .cg_para {
    text-align: center;
    width: 400px;
  }

  .mfr_form, .submit-button {
    width: 100%;
  }

  .ring_on_map {
    top: 280px;
  }

  .mfr_para {
    text-align: center;
  }

  .mfr_form_block {
    width: 100%;
  }

  .mfr_feel {
    color: var(--gold);
    font-size: 30px;
    line-height: 36px;
  }

  .mf_cont {
    flex-direction: column;
  }

  .ring_on_map-copy {
    width: 400px;
    height: 350px;
    top: 228px;
  }

  .mf_ryt_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .mfl_map {
    width: 530px;
    height: 400px;
  }

  .mf_lft_div {
    width: 100%;
    display: none;
  }

  .mfl_map-copy {
    background-color: #fff0;
    border-radius: 10px;
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

  .mf_lft_div-copy {
    width: 100%;
    display: flex;
  }

  .mfr_head {
    font-size: 40px;
    line-height: 50px;
  }

  .fcr_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emilda_link {
    margin-top: 10px;
    text-decoration: none;
  }

  .frd_link1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .ft_ryt_div {
    color: var(--24-k-gold);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
    display: flex;
  }

  .frd_link {
    margin-top: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .footer_section {
    background-position: 100% 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .f_top_div {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .mbc1_list_items1-copy {
    justify-content: space-between;
  }

  .mbc2_head-copy {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .menu_section-copy {
    padding-top: 30%;
    padding-bottom: 120px;
  }

  .mbc1_list-copy {
    width: 500px;
    line-height: 52px;
  }

  .mb_coloums-copy {
    flex-direction: column;
  }

  .m_heading-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .mbc1_list_heading-copy {
    width: 80%;
  }

  .mbc1_wrap-copy {
    margin-bottom: 30px;
  }

  .mbc1_head-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .mbc2_list_items-copy-2 {
    line-height: 52px;
  }

  .mt_menu-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .mbc1_list_items1-copy-2 {
    line-height: 52px;
  }

  .m_cont-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mbc2_list-copy {
    width: 80%;
    line-height: 52px;
  }

  .mt_para-copy {
    text-align: center;
  }

  .bw_image {
    width: 100%;
    height: 100%;
  }

  .bw_link {
    width: 60px;
    height: 60px;
  }

  .hero-section {
    background-image: var(--image-433b13b3);
    background-position: 50% 100%;
    background-size: cover;
    padding: 25% 16px 15%;
  }

  .hc-head {
    font-size: 40px;
    line-height: 54.2px;
  }

  .gallery-section {
    padding-top: 100px;
  }

  .gw-head {
    font-size: 32px;
    line-height: 44px;
  }

  .gw-subtxt {
    font-size: 17px;
    line-height: 28px;
  }

  .gallery-image-wrapper {
    max-width: none;
    display: block;
  }

  .g-left-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .abt-image.image {
    width: 100%;
    height: 300px;
  }

  .gl-top-div {
    height: 300px;
  }

  .g-mid-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .gm-bot-div {
    height: 300px;
  }

  .ambiance-head {
    font-size: 40px;
    line-height: 50px;
  }

  .ambiance-subtxt {
    font-size: 17px;
    line-height: 28px;
  }

  .as1-content {
    flex-direction: column;
    height: 350px;
    padding-top: 0;
  }

  .as1-image {
    width: 100%;
    height: auto;
  }

  .cta-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-content-2 {
    width: 100%;
    max-width: none;
  }

  .cta-head {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .body-3 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .cta-button-wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }

  .kc-head {
    font-size: 40px;
    line-height: 50px;
  }

  .kc-txt {
    font-size: 17px;
    line-height: 28px;
  }

  .k-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .k-lft-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our-values-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-weight: 400;
    display: block;
  }

  .our-values-lft {
    margin-right: 0;
  }

  .ovl-head {
    color: var(--black);
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .ovl-txt {
    color: var(--black);
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .over-values-ryt {
    margin-top: 60px;
  }

  .ovrd-wrap {
    padding: 20px 10px;
  }

  .download-9-1 {
    width: 60px;
    height: 60px;
  }

  .ovrd-head {
    font-size: 20px;
    line-height: 30px;
  }

  .body-4 {
    width: 400px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .line-wrapper {
    height: 60px;
  }

  .our-values-ryt {
    font-weight: 400;
  }

  .about-hero {
    padding-top: 30%;
    padding-bottom: 80px;
  }

  .about-content-wrapper {
    display: block;
  }

  .about-lft-wrapper {
    margin-right: 0;
  }

  .about-head {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 54.2px;
  }

  .text-medium-normal {
    text-align: center;
    margin-top: 40px;
    font-size: 17px;
    line-height: 28px;
  }

  .abou-ryt-wrapper {
    display: none;
  }

  .our-values-wrapper {
    max-width: none;
    display: block;
  }

  .founder-messge-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .author-image.image, .author-image.image-copy {
    width: 100%;
    height: 250px;
  }

  .msg-wrapper {
    align-items: center;
  }

  .msg-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .m-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .m-para {
    text-align: center;
    line-height: 38px;
  }

  .founder-bottom-wrapper {
    margin-top: 20px;
  }

  .founder-name-wrapper {
    text-align: center;
    align-items: center;
    font-weight: 400;
  }

  .founder-name {
    font-size: 16px;
    font-weight: 400;
  }

  .f-position {
    font-size: 12px;
    line-height: 24px;
  }

  .founder-image-holder {
    display: none;
  }

  .founder-div {
    flex-direction: column;
  }

  .our-mission-section {
    background-size: cover;
  }

  .our-mission-wrapper {
    width: 500px;
  }

  .om-head {
    font-size: 32px;
    line-height: 44px;
  }

  .body-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .about-gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ag-txt-wraper {
    align-items: center;
    width: 100%;
  }

  .ag-head {
    font-size: 32px;
    line-height: 44px;
  }

  .ag-para {
    font-size: 17px;
    line-height: 28px;
  }

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

  .ag-div {
    height: 220px;
  }

  .testimonial-section {
    background-position: 0 100%;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tt-head {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  .body-7 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .column {
    height: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .team-slider, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
    padding: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .g_button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    display: flex;
  }

  .ag-top-wrapper {
    flex-direction: column;
  }

  .instagram-section {
    background-position: 100% 100%;
    background-size: cover;
  }

  .i-section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .i-contents {
    flex-direction: column;
  }

  .header-3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
  }

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

  .f_button, .abt_button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .os_lft_divi {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
  }

  .osl_imagei {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .home-blog-section {
    background-position: 0 100%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hbt-content {
    flex-direction: column;
  }

  .hbt-head {
    font-size: 40px;
    line-height: 50px;
  }

  .hb-txt {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .hbg-content {
    height: auto;
  }

  .hbg-bot-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hbg-head-2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .hbg-bot-wrap-2 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  .hbg-author-wrap {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .hbg-name {
    font-size: 12px;
    line-height: 20px;
  }

  .hbg-author-date-wrap {
    justify-content: center;
  }

  .hbg-date {
    font-size: 12px;
    line-height: 20px;
  }

  .home-blog-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .order-directly-section {
    justify-content: space-around;
    padding-top: 60px;
    font-weight: 400;
  }

  .infinite-banner {
    margin-top: 0;
  }

  .ib-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-2 {
    font-size: 12px;
    line-height: 24px;
  }

  .ib-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-3 {
    font-size: 30px;
    line-height: 42px;
  }

  .content-wrap {
    height: 230px;
    padding: 20px 10px;
  }

  .od-logo-wrapper {
    margin-top: 60px;
  }

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

  .hb-image-holder {
    width: 100%;
    height: auto;
  }

  .home-blog-button-hidden {
    background-color: var(--24-k-gold);
    color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    font-weight: 400;
    display: flex;
  }

  .home-blog-button-hidden:hover {
    background-color: var(--black);
    color: var(--24-k-gold);
  }

  .bs_txt {
    text-align: center;
  }

  .blog-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-image.image, .blog-image.image-copy, .author.image, .author.image-copy {
    width: 100%;
    height: 250px;
  }

  .k-ryt-wrappe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta_button1, .cta_button11 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .ar-image-hidden {
    object-fit: fill;
    height: 300px;
    display: block;
  }

  .g_button-hidden {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .contact-head-section {
    background-position: 0 0;
    background-size: cover;
    padding: 30% 16px 20%;
  }

  .contact-head {
    font-size: 40px;
    line-height: 54.2px;
  }

  .contact-subtxt {
    font-size: 17px;
    line-height: 28px;
  }

  .order-now-button {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .delivery-partner {
    width: 60px;
    height: 60px;
  }

  .blog-head-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-head {
    font-size: 40px;
    line-height: 54.2px;
  }

  .blog-subtxt {
    font-size: 17px;
    line-height: 28px;
  }

  .blogp-section {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .hbg-content-copy {
    height: auto;
  }

  .hb-image-holder-copy {
    width: 100%;
    height: auto;
  }

  .blog-image-copy {
    height: 250px;
  }

  .blog-image-copy.image, .blog-image-copy.image-copy {
    width: 100%;
    height: 250px;
  }

  .hbg-bot-wrap-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hbg-head-2-copy {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .hb-txt-copy {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .hbg-bot-wrap-2-copy {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  .author-copy.image, .author-copy.image-copy {
    width: 100%;
    height: 250px;
  }

  .hbg-author-wrap-copy {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .hbg-name-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .hbg-author-date-wrap-copy {
    justify-content: center;
  }

  .blog-head-section-copy {
    padding: 30% 16px 15%;
  }

  .blog-head-copy {
    width: auto;
    margin-top: 10px;
    font-size: 40px;
    line-height: 54.2px;
  }

  .blog-subtxt-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .hbg-date-copy-copy, .hbg-date1 {
    font-size: 12px;
    line-height: 20px;
  }

  .single-blog-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-4 {
    font-size: 14px;
    line-height: 26px;
  }

  .text-5, .rich-text-block {
    font-size: 17px;
    line-height: 28px;
  }

  .home-blog-section-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hbt-head-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .hbt-content-copy {
    flex-direction: column;
  }

  .home-blog-button-hidden-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    font-weight: 400;
    display: none;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .bw_image-copy {
    width: 40px;
    height: 40px;
  }

  .mw_div-copy {
    flex-direction: row;
  }

  .banner_txt {
    font-size: 18px;
    line-height: 40px;
  }

  .banner_txt._1 {
    margin-left: 0;
  }

  .mt_wrapper {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .back_wrap-copy-copy {
    inset: 2% auto auto 2%;
  }

  .bw_image-copy-copy, .bw_image1 {
    width: 40px;
    height: 40px;
  }

  .back_wra {
    margin-top: 40px;
    top: 2%;
    left: 5%;
  }

  .bw_image2 {
    width: 40px;
    height: 40px;
  }

  .back_wr {
    top: 2%;
    left: 2%;
  }

  .bw_im, .bw_image-copy112 {
    width: 40px;
    height: 40px;
  }

  .hbg-date-copy, .hbg-date-copy-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .founder-image-hidden {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 550px;
    display: block;
  }

  .frd_link-copy {
    margin-top: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .cta_button1-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .delivery-partner-copy {
    width: 60px;
    height: 60px;
  }

  .text-3-copy {
    font-size: 30px;
    line-height: 42px;
  }

  .footer-nav-llink {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .logo-block {
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .navigation-wrap {
    z-index: 500;
    display: none;
  }

  .link {
    font-size: 36px;
    line-height: 40px;
  }

  .menu {
    z-index: 1000;
    margin-top: 0;
    padding-top: 18px;
    position: static;
  }

  .link-block.w--current {
    height: 80px;
  }

  .ft_ryt_div-tre {
    color: var(--24-k-gold);
    text-align: center;
    flex-direction: column;
    height: auto;
    margin-top: 30px;
    display: flex;
  }

  .nav-wrap {
    height: 100%;
  }

  .footer-nav-llink1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink1._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink1._1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink1._1.w--current {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .footer-nav-llink-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-nav-llink-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .hbg-author-date-wrap-1 {
    justify-content: center;
  }

  .footer-nav-llink-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-nav-llink-copy._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-copy._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-nav-llink-copy-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .footer-nav-llink-cop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-nav-llink-cop._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-cop._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 43px;
  }

  .footer-nav-llink-menu {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-menu._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-menu._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-aboutus {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-aboutus._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-aboutus._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-our-gallery {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-our-gallery._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-our-gallery._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-blogs {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-blogs._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-blogs._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink--order-directly {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink--order-directly._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink--order-directly._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-contact {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-contact._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-contact._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-home {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 2;
  }

  .footer-nav-llink-home._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-home._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .mbc2_head-lm {
    font-size: 24px;
    line-height: 32px;
  }

  .mbc2_list_items-lm {
    line-height: 52px;
  }

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

  .pdf_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .pdf_txt {
    font-size: 18px;
    line-height: 26px;
  }

  .pdf-icon {
    width: 80px;
  }

  .mbc1_wrap-copy-copy, .mbc1_wrap-top, .mbc1_wrap-south {
    margin-bottom: 30px;
  }

  .reserve-a-table-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .popup_ryt_wrapper {
    width: 100%;
  }

  .submit-button-2 {
    width: 60%;
  }

  .prc_head {
    font-size: 26px;
    line-height: 30px;
  }

  .prc_style_div {
    width: 30%;
  }

  .form-div {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    margin-top: 10px;
  }

  .pr_content_wrapper {
    width: 80%;
  }

  .popup_lft_wrapper {
    background-position: 50%;
    display: none;
  }

  .popup_section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup_close_wrapper {
    right: 3%;
  }

  .popup_close_wrapper.w--current {
    top: 2.5%;
  }

  .prc_txt {
    font-size: 18px;
  }

  .text-field-2 {
    height: 40px;
  }

  .body-13 {
    background-color: var(--biscuit);
  }

  .reserve-a-table-button-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 32px;
    font-weight: 400;
    display: flex;
  }

  .bmj-form-select_field-1 {
    height: 40px;
  }

  .reserve-a-table-button-copy-copy, .reserve-a-table-but {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    display: flex;
  }

  .ft_ryt_div-copy {
    color: var(--24-k-gold);
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 60%;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-nav-llink-copy-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-nav-llink-copy-copy._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-copy-copy._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .dcgi_txt-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .dcgi_para-black {
    font-size: 17px;
    line-height: 29px;
  }

  .workiing-hours-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .workiing-hours-heading._2 {
    margin-bottom: 0;
  }

  .workiing-hours-heading._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-nav-llink-original {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-nav-llink-original._2 {
    margin-bottom: 0;
  }

  .footer-nav-llink-original._1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .text-field-3 {
    height: auto;
    min-height: 100px;
  }

  .prc_txt-copy {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .error-message-3 {
    font-size: 14px;
  }

  .div-block-14 {
    margin-bottom: 15px;
  }

  .success-message-3 {
    font-size: 14px;
  }

  .div-block-12 {
    width: 80vw;
    height: auto;
  }

  .pop-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    flex-flow: column;
    padding: 30px 20px;
  }

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

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

  .popup {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }

  .image-8, .image-9 {
    width: 25px;
  }

  .div-block-16 {
    padding-top: 4px;
    padding-left: 3px;
  }

  .hero_section-2nd {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 70px 16px;
  }

  .hdiv1 {
    flex-flow: column;
    padding-right: 0;
    position: relative;
  }

  .circle-green {
    width: 130px;
    height: 130px;
  }

  .h4 {
    font-size: 28px;
  }

  .h3 {
    text-align: center;
    font-size: 40px;
  }

  .div-block-18 {
    z-index: 780;
    position: relative;
  }

  .h1 {
    text-align: center;
    width: auto;
    font-size: 40px;
  }

  .para {
    text-align: center;
    font-size: 26px;
  }

  .h3-copy {
    text-align: center;
    font-size: 40px;
  }

  .para-2 {
    text-align: center;
    font-size: 18px;
  }

  .image-10 {
    width: 90px;
    height: 90px;
  }

  .yellow-small {
    font-size: 16px;
  }

  .h1-bigg {
    text-align: center;
    width: auto;
    font-size: 65px;
  }

  .h3-big {
    text-align: center;
    font-size: 38px;
  }

  .location-wrapper {
    width: 100%;
  }

  .para-3 {
    text-align: center;
    font-size: 20px;
  }

  .lft-wrap {
    width: 50%;
  }

  .h3-big-copy {
    text-align: center;
    font-size: 38px;
  }

  .para-copy {
    text-align: center;
    font-size: 26px;
  }

  .p3 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-20 {
    border-top-left-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    width: 30px;
  }

  .para-copy-copy {
    text-align: center;
    font-size: 26px;
  }

  .h1-bigg-copy {
    text-align: center;
    width: auto;
    font-size: 65px;
  }

  .h3-copy-copy {
    text-align: center;
    font-size: 40px;
  }

  .div-block-20-copy {
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .google {
    text-align: center;
    width: 160px;
    font-size: 40px;
  }

  .image-14 {
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    background-position: 100% 7%;
    padding-top: 40%;
    padding-bottom: 40px;
  }

  .h_image {
    width: 125px;
    height: 150px;
  }

  .h_head {
    font-size: 30px;
    line-height: 48px;
  }

  .h_para {
    width: auto;
    font-size: 16px;
  }

  .dctwh {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
    line-height: 46px;
  }

  .dcg_image {
    width: 75px;
    height: 75px;
  }

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

  .dis_contt {
    padding-left: 16px;
  }

  .dcgi_para {
    font-size: 16px;
    line-height: 28px;
  }

  .mbc1_sno1 {
    font-size: 19px;
    line-height: 36px;
  }

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

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mbc1_list {
    width: 80%;
    font-size: 19px;
    line-height: 48px;
  }

  .mbc1_list_items1 {
    font-size: 16px;
  }

  .m_heading {
    font-size: 32px;
    line-height: 48px;
  }

  .menu_section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .mbc1_recepie11 {
    font-size: 19px;
    line-height: 40px;
  }

  .mt_para {
    text-align: center;
  }

  .mt_menu {
    font-size: 28px;
    line-height: 34px;
  }

  .mbc1_head {
    font-size: 22px;
    line-height: 30px;
  }

  .mbc2_recepie1 {
    font-size: 16px;
  }

  .mbc2_head {
    font-size: 22px;
    line-height: 30px;
  }

  .mbc2_list {
    width: 300px;
    font-size: 19px;
    line-height: 48px;
  }

  .osl_image-copy {
    width: 100%;
    height: 250px;
  }

  .osr_head {
    font-size: 32px;
    line-height: 48px;
  }

  .osr_txt {
    font-family: Great Vibes, cursive;
  }

  .our_story_section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cg_div {
    margin-right: 0;
  }

  .cg_head {
    font-size: 24px;
    line-height: 34.6px;
  }

  .cg_para {
    width: auto;
  }

  .cg_link {
    text-align: center;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mfr_para {
    text-align: center;
    font-size: 16px;
  }

  .mfr_feel {
    font-size: 28px;
    line-height: 34px;
  }

  .ring_on_map-copy {
    width: 240px;
    min-width: 240px;
    height: 200px;
    min-height: 200px;
    top: 232px;
  }

  .mfl_map-copy {
    border-radius: 5px;
    width: 100%;
    height: 300px;
  }

  .mfr_head {
    font-size: 32px;
    line-height: 48px;
  }

  .nav-logo-link {
    height: auto;
  }

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

  .emilda_link, .fcr_reserved {
    text-align: center;
    font-size: 14px;
  }

  .frd_link1 {
    margin-top: 5px;
  }

  .frd_link1:visited {
    color: var(--black);
  }

  .ft_ryt_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frd_link {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 15px;
  }

  .frd_link:visited {
    color: var(--black);
  }

  .footer_section {
    background-position: 0 100%;
    background-size: cover;
  }

  .f_top_div {
    padding-bottom: 20px;
  }

  .mbc2_head-copy {
    margin-bottom: 10px;
  }

  .menu_section-copy {
    padding-top: 40%;
    padding-bottom: 80px;
  }

  .mbc1_list-copy {
    width: 300px;
    font-size: 19px;
    line-height: 48px;
  }

  .m_heading-copy {
    font-size: 32px;
    line-height: 48px;
  }

  .mbc1_list_heading-copy {
    width: 100%;
  }

  .mbc2_wrap-copy {
    margin-top: 40px;
  }

  .mbc1_head-2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .mbc2_list_items-copy-2 {
    line-height: 48px;
  }

  .mt_menu-copy {
    font-size: 28px;
    line-height: 34px;
  }

  .mbc1_list_items1-copy-2 {
    line-height: 48px;
  }

  .m_cont-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mbc2_list-copy {
    width: 100%;
    font-size: 19px;
    line-height: 48px;
  }

  .mt_para-copy {
    text-align: center;
  }

  .back_wrap {
    top: -10%;
  }

  .bw_image {
    width: 100%;
    height: 100%;
  }

  .hero-section {
    background-image: var(--image-5029b8c5);
    background-position: 0 0;
    background-size: cover;
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .hc-head {
    font-size: 30px;
    line-height: 48px;
  }

  .gallery-section {
    background-image: var(--image-5b747c65);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gw-head {
    font-size: 28px;
    line-height: 40px;
  }

  .gw-subtxt {
    font-size: 16px;
  }

  .abt-image.image, .gl-top-div, .gm-bot-div {
    height: 200px;
  }

  .ambiance-head {
    font-size: 32px;
    line-height: 48px;
  }

  .ambiance-subtxt {
    font-size: 16px;
  }

  .amb-contrainer {
    max-width: none;
  }

  .as1-content {
    height: 200px;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-head {
    font-size: 28px;
    line-height: 40px;
  }

  .body-3 {
    font-size: 16px;
  }

  .kitchen-section {
    background-position: 100% 0;
  }

  .kc-head {
    font-size: 32px;
    line-height: 48px;
  }

  .kc-txt {
    font-size: 16px;
  }

  .k-image-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .k-lft-wrapper {
    grid-template-rows: 1fr 1fr;
  }

  .ovl-head {
    font-size: 32px;
    line-height: 48px;
  }

  .ovl-txt {
    font-size: 16px;
  }

  .over-values-ryt {
    grid-template-columns: auto;
    width: auto;
  }

  .ovr-content-div {
    width: auto;
    display: block;
  }

  .ovrd-wrap {
    cursor: auto;
    width: auto;
  }

  .download-9-1 {
    width: 50px;
    height: 50px;
  }

  .ovrd-head {
    width: auto;
  }

  .body-4 {
    width: auto;
    font-size: 16px;
  }

  .our-values-ryt {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .about-hero {
    padding-top: 60%;
    padding-bottom: 80px;
  }

  .about-head {
    font-size: 30px;
    line-height: 48px;
  }

  .text-medium-normal {
    font-size: 16px;
  }

  .author-image {
    width: 40px;
    height: 40px;
  }

  .author-image.image, .author-image.image-copy {
    height: 200px;
  }

  .m-head {
    font-size: 32px;
    line-height: 48px;
  }

  .m-para {
    font-size: 26px;
    line-height: 36px;
  }

  .our-mission-section {
    background-size: cover;
  }

  .om-head {
    font-size: 28px;
    line-height: 40px;
  }

  .body-6 {
    font-size: 16px;
  }

  .ag-head {
    font-size: 28px;
    line-height: 40px;
  }

  .ag-para {
    text-align: center;
    font-size: 16px;
  }

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

  .testimonial-section {
    background-position: 100% 100%;
    background-size: auto;
  }

  .tt-head {
    font-size: 28px;
    line-height: 40px;
  }

  .body-7 {
    margin-top: 10px;
    font-size: 16px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-3, .avatar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    max-width: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .instagram-section {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-3 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .abt_button {
    position: static;
  }

  .os_lft_divi {
    margin-top: 20px;
  }

  .osl_imagei {
    width: 100%;
    height: 250px;
  }

  .hbt-head {
    font-size: 32px;
    line-height: 48px;
  }

  .hb-txt {
    font-size: 16px;
    line-height: 26px;
  }

  .hb-bottom-div {
    margin-top: 50px;
  }

  .hbg-content {
    height: auto;
  }

  .hbg-bot-wrap {
    height: auto;
    padding-top: 10px;
    overflow: visible;
  }

  .home-blog-button {
    position: static;
  }

  .order-directly-section {
    justify-content: space-around;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .infinite-banner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ib-content-wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-2 {
    width: auto;
    height: auto;
    font-size: 12px;
  }

  .ib-bottom-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .content-wrap {
    height: 180px;
    padding: 10px;
  }

  .body-10 {
    cursor: default;
  }

  .od-logo-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .od-logo {
    width: 110px;
    height: 110px;
    margin-bottom: 40px;
  }

  .home-blog-button-hidden {
    position: static;
  }

  .bs_txt {
    font-family: Great Vibes, cursive;
  }

  .blog-image {
    height: 150px;
  }

  .blog-image.image, .blog-image.image-copy {
    height: 200px;
  }

  .author {
    width: 40px;
    height: 40px;
  }

  .author.image, .author.image-copy {
    height: 200px;
  }

  .k-ryt-wrappe {
    grid-template-rows: 1fr 1fr;
  }

  .ar-image {
    height: 300px;
  }

  .ar-image-hidden {
    height: 240px;
  }

  .contact-head-section {
    background-position: 100% 0;
    background-size: cover;
    margin-top: 0;
    padding-top: 50%;
    padding-bottom: 25%;
  }

  .contact-head {
    font-size: 30px;
    line-height: 48px;
  }

  .contact-subtxt {
    font-size: 16px;
  }

  .delivery-partner {
    width: 40px;
    height: 40px;
  }

  .image-2 {
    width: 60px;
    height: 60px;
  }

  .blog-head-section {
    background-position: 0 0;
    background-size: auto;
    margin-top: 75px;
  }

  .blog-head {
    font-size: 30px;
    line-height: 48px;
  }

  .blog-subtxt {
    font-size: 16px;
  }

  .blogp-section {
    background-position: 100% 0;
    background-size: cover;
    padding-bottom: 100px;
  }

  .hb-bottom-div-copy {
    margin-top: 50px;
  }

  .hbg-content-copy {
    height: auto;
  }

  .blog-image-copy {
    height: 150px;
  }

  .blog-image-copy.image, .blog-image-copy.image-copy {
    height: 200px;
  }

  .hbg-bot-wrap-copy {
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .hb-txt-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .author-copy {
    width: 40px;
    height: 40px;
  }

  .author-copy.image, .author-copy.image-copy {
    height: 200px;
  }

  .blog-head-section-copy {
    padding-top: 40%;
  }

  .blog-head-copy {
    margin-top: 20px;
    font-size: 30px;
    line-height: 48px;
  }

  .blog-subtxt-copy, .text-5, .rich-text-block {
    font-size: 16px;
  }

  .hbt-head-copy {
    font-size: 32px;
    line-height: 48px;
  }

  .home-blog-button-hidden-copy {
    position: static;
  }

  .back_wrap-copy {
    inset: 0% auto 5% -5px;
  }

  .bw_image-copy {
    width: 35px;
    height: 35px;
  }

  .banner_txt {
    font-size: 16px;
    line-height: 30px;
  }

  .mt_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .back_wrap-copy-copy {
    inset: 1% auto auto 2%;
  }

  .bw_image-copy-copy {
    width: 35px;
    height: 35px;
  }

  .back_wrap1 {
    inset: 2% auto auto 2%;
  }

  .bw_image1 {
    width: 35px;
    height: 35px;
  }

  .back_wra {
    margin-top: 20px;
    inset: 1% auto auto 5%;
  }

  .bw_image2 {
    width: 35px;
    height: 35px;
  }

  .back_wr {
    inset: 2% auto auto 2%;
  }

  .bw_im {
    width: 35px;
    height: 35px;
  }

  .back_wrap-copy523 {
    top: 2%;
    left: 5%;
  }

  .bw_image-copy112 {
    width: 35px;
    height: 35px;
  }

  .founder-image-hidden {
    height: 400px;
  }

  .frd_link-copy {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 15px;
  }

  .frd_link-copy:visited {
    color: var(--black);
  }

  .delivery-partner-copy {
    width: 40px;
    height: 40px;
  }

  .text-3-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .footer-nav-llink {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .logo-block {
    margin-bottom: 0;
  }

  .menu {
    margin-top: 0;
  }

  .nav-section {
    height: 100px;
  }

  .link-block {
    height: 80px;
  }

  .link-block.w--current {
    height: 80px;
    margin-bottom: 0;
  }

  .ft_ryt_div-tre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .nav-wrap {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .footer-nav-llink1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink1._1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.5;
  }

  .footer-nav-llink1._1.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .footer-nav-llink-copy, .footer-nav-llink-copy._1, .footer-nav-llink-copy, .footer-nav-llink-copy._1, .footer-nav-llink-copy, .footer-nav-llink-copy._1, .footer-nav-llink-copy, .footer-nav-llink-copy._1, .footer-nav-llink-copy, .footer-nav-llink-copy._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-nav-llink-copy._1, .footer-nav-llink-copy-copy, .footer-nav-llink-copy-copy._1, .footer-nav-llink-copy-copy, .footer-nav-llink-copy-copy._1, .footer-nav-llink-copy-copy, .footer-nav-llink-copy-copy._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-copy-copy._1, .footer-nav-llink-cop, .footer-nav-llink-cop._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-menu._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-aboutus {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-aboutus._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-our-gallery {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-our-gallery._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-blogs {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-blogs._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink--order-directly {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink--order-directly._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-contact {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-contact._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-home {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
  }

  .footer-nav-llink-home._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .mbc2_wrap-lunch-meals {
    margin-top: 40px;
  }

  .mbc2_list_items-lm {
    line-height: 48px;
  }

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

  .pdf_wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pdf_txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .pdf-icon {
    width: 70px;
  }

  .popup_ryt_wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .submit-button-2 {
    width: 80%;
    margin-top: 20px;
  }

  .prc_head {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .prc_style_div {
    width: 50%;
  }

  .form {
    margin-top: 0;
  }

  .pr_content_wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .popup_section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
  }

  .popup_close_wrapper {
    right: 5%;
  }

  .popup_close_wrapper.w--current {
    top: 2.5%;
  }

  .prc_txt {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .text-field-2 {
    height: 40px;
  }

  .body-13 {
    background-color: var(--biscuit);
  }

  .reserve-a-table-button-copy {
    height: 55px;
    font-size: 30px;
  }

  .bmj-form-select_field-1 {
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ft_ryt_div-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-nav-llink-copy-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-nav-llink-copy-copy._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .dcgi_para-black {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .workiing-hours-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .workiing-hours-heading._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .footer-nav-llink-original {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-nav-llink-original._1 {
    font-size: 15px;
    line-height: 28px;
  }

  .div-block-3 {
    width: 100%;
  }

  .text-field-3 {
    height: auto;
  }

  .prc_txt-copy {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .div-block-12 {
    width: 95vw;
  }

  .pop-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 30px 10px;
  }

  .popup {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    padding-top: 0;
    padding-left: 0;
  }

  .hero_section-2nd {
    background-position: 0 0, 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h_cont-1st {
    margin-bottom: 10px;
  }

  .circle-green {
    width: 120px;
    height: 120px;
  }

  .h4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .h3 {
    font-size: 32px;
  }

  .h1 {
    font-size: 30px;
  }

  .para {
    width: auto;
    font-size: 24px;
  }

  .h3-copy {
    font-size: 32px;
  }

  .para-2 {
    width: auto;
    font-size: 16px;
  }

  .image-10 {
    width: 80px;
    height: 80px;
  }

  .yellow-small {
    font-size: 14px;
  }

  .h1-bigg {
    font-size: 50px;
  }

  .h3-big {
    font-size: 30px;
  }

  .location-wrapper {
    width: 100%;
  }

  .para-3 {
    width: auto;
    font-size: 18px;
  }

  .lft-wrap {
    width: auto;
    position: static;
  }

  .h3-big-copy {
    font-size: 30px;
  }

  .para-copy {
    width: auto;
    font-size: 24px;
  }

  .ryt-wrap {
    margin-top: 20px;
    position: static;
  }

  .p3 {
    width: auto;
    font-size: 18px;
  }

  .div-block-20 {
    border-bottom-right-radius: 20px;
  }

  .para-copy-copy {
    width: auto;
    font-size: 24px;
  }

  .h1-bigg-copy {
    margin-bottom: 0;
    font-size: 50px;
  }

  .h3-copy-copy {
    font-size: 32px;
  }

  .lft-phone-wrap {
    margin-top: 20px;
    position: static;
  }

  .div-block-20-copy {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .div-block-22 {
    background-position: 50% 0;
  }

  .google {
    width: 150px;
    font-size: 32px;
  }

  .image-14 {
    width: 25px;
  }
}

#w-node-_425b546f-a403-049b-b5bb-0c4c4a97a13c-23fa8db8, #w-node-_425b546f-a403-049b-b5bb-0c4c4a97a142-23fa8db8, #w-node-_425b546f-a403-049b-b5bb-0c4c4a97a148-23fa8db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea8f59e0-37a1-4a89-8490-6e97c8bedcdf-d93bccb2, #w-node-_4d0a1195-3e95-6988-6ec3-d1ef60fb4229-d93bccb2, #w-node-b046fb6f-5d6d-0cb4-9916-c43f42890318-d93bccb2, #w-node-_8d6b544f-f87f-7c3f-7059-2e4ebd949a8c-d93bccb2, #w-node-_037e35de-ca4e-7853-c23a-8b9c129cfdad-d93bccb2 {
  place-self: center;
}

#w-node-_0fc3e585-d1f9-1c8b-90e6-99296476d563-5f09ecce, #w-node-_0fc3e585-d1f9-1c8b-90e6-99296476d56b-5f09ecce, #w-node-_0fc3e585-d1f9-1c8b-90e6-99296476d573-5f09ecce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ea8f59e0-37a1-4a89-8490-6e97c8bedcd6-d93bccb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


