:root {
  --body: #999;
  --title: white;
  --blue-color: #0e76bc;
  --white: #fff;
  --primary: white;
  --bg: #212121;
  --body-2: #d9d9d9;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 80px;
  --brand-bg: #9999991a;
  --black: #000;
}

body {
  color: var(--body);
  background-color: #0a0b0a;
  background-image: url("https://cdn.prod.website-files.com/68f16bac26d2ba7c774b1be1/68f16bae26d2ba7c774b1cbd_page-bg.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  grid-column-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

li {
  margin-bottom: 15px;
}

blockquote {
  color: var(--body);
  text-align: center;
  border-left: 0 #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  font-size: 20px;
  line-height: 160%;
}

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

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

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

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

.center-line {
  background-color: #000;
  width: 28px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.container-large {
  width: 100%;
  max-width: 83.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-right {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 1.02938rem;
  padding-bottom: 1.02938rem;
}

.top-line {
  background-color: #000;
  width: 28px;
  height: 1px;
}

.nav-button {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #161716;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.nav-button:hover {
  border-color: #ffffff80;
}

.nav-button.desktop {
  background-color: var(--blue-color);
}

.nav-button.mobile {
  display: none;
}

.nav-button.home {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff3;
  border-radius: 20px;
  padding: .6875rem 1.25rem;
  font-size: .65625rem;
  transition: all .3s;
}

.nav-button.home:hover {
  background-color: #fff3;
}

.nav-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff40;
  border-radius: 30px;
  align-items: center;
  padding-left: 4.345rem;
  padding-right: 4.29563rem;
  display: flex;
}

.brand.footer-logo-wrapper {
  width: 100%;
  max-width: 100%;
}

.brand.mobile {
  display: none;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottom-line {
  background-color: #000;
  width: 28px;
  height: 1px;
}

.button-text-wrap {
  position: relative;
  overflow: hidden;
}

.button-text-wrap.padding-bottom {
  flex: none;
}

.button-text {
  color: #fff;
  font-size: .75rem;
}

.button-text.hover {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  position: absolute;
  top: auto;
}

.button-text.hover.nav-button-text {
  font-size: .65625rem;
  line-height: 1.4;
}

.button-text.hover.discover-link {
  font-size: .875rem;
}

.button-text.hover.culinary-text {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.button-text.hover.text-mini {
  font-family: Inter, sans-serif;
}

.button-text.hero-button {
  font-family: Inter, sans-serif;
  font-size: .75rem;
}

.button-text.hero-button.hover {
  font-size: .65625rem;
}

.button-text.discover-link {
  font-size: .875rem;
  line-height: 1.4;
  text-decoration: underline;
}

.button-text.culinary-text {
  font-family: Inter, sans-serif;
  line-height: 1.1;
}

.button-text.text-mini {
  font-size: .5625rem;
  line-height: 1;
}

.button-text.nav-btton-text {
  font-family: Inter, sans-serif;
  font-size: .65625rem;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper.margin-bottom {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  margin-bottom: 3rem;
}

.footer-brand, .footer-brand.max-width-medium, .footer-brand.max-width-medium {
  width: 100%;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.ft-bottom-link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.footer-label {
  color: var(--title);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
}

.footer-label.heading-text {
  font-size: .75rem;
}

.footer-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-left.margin-horizontal {
  margin-left: 12.1875rem;
  margin-right: 12.1875rem;
}

.footer-links {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.footer-links:hover {
  color: var(--primary);
}

.ft-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.ft-address {
  width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
}

.ft-address.text-size-xxsmall {
  font-size: .75rem;
}

.footer-social {
  grid-column-gap: 10px;
  align-self: center;
  display: flex;
}

.ft-social {
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.ft-social:hover {
  background-color: var(--bg);
  border-color: #ffffff80;
}

.ft-button {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.ft-button:hover {
  border-color: #ffffff80;
  font-size: .75rem;
}

.ft-button._02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff3;
  border-color: #fff;
  flex-flow: row;
}

.button-outer {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-outer.center {
  justify-content: center;
  align-items: center;
}

.primary-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0e76bc;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.primary-button:hover {
  border-color: #ffffff80;
}

.primary-button.hover {
  transition: color .3s, background-color .3s, border-color .3s;
}

.primary-button.hover:hover {
  color: #fff;
  background-color: #ffffff0d;
}

.primary-button.internal-services-button, .primary-button.brand-button {
  background-color: #fff3;
  border-color: #fff0;
  border-radius: 20px;
}

.primary-button.outline {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #fff3;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.primary-button.outline:hover {
  border-color: #ffffff80;
}

.primary-button.outline.culinary-button {
  background-color: #fff3;
  border-radius: 20px;
  padding: .625rem 1.5rem;
  font-family: Outfit, sans-serif;
}

.primary-button.is-bg-transparent {
  background-color: #fff3;
  border-color: #fff0;
  border-radius: 20px;
  padding: .75rem 1.375rem;
}

.section-img {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.section-img.margin-top {
  margin-top: 1.875rem;
}

.section-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: sticky;
  top: .5rem;
}

.faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-title {
  text-align: center;
  margin-bottom: 1.29313rem;
  font-family: Outfit, sans-serif;
  line-height: 1.4;
}

.section-title.center {
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.595rem;
  line-height: 1.4;
}

.section-title.space {
  margin-bottom: 40px;
  font-size: 1.595rem;
}

.section-title.photo-gallary, .section-title.faq-heading, .section-title.faq-heading {
  font-size: 1.59375rem;
}

.faq-wrapper {
  grid-column-gap: 2.8125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: #000;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.faq-right {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.faq-info {
  border: 1px solid #fff3;
  width: 100%;
  padding: 1rem 1.5rem;
  transition: border-color .3s, background-color .3s;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.ans-box {
  padding-top: 10px;
  padding-right: 35px;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-text {
  color: var(--body-2);
  width: 100%;
  margin-bottom: 0;
}

.ans-text.faq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  font-weight: 200;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
}

.que-text.faq-label {
  font-size: .875rem;
}

.instagram {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.instagram-wrap {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.instagram-img {
  background-color: var(--bg);
  width: 100%;
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  min-height: 206px;
  max-height: 206px;
}

.insta-button {
  grid-column-gap: 10px;
  background-color: var(--blue-color);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.insta-button:hover {
  border-color: #ffffff80;
}

.insta-button.text-size-mini {
  background-color: #fff3;
  border-radius: 20px;
}

.insta-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.insta-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
}

.insta-link {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.insta-link:hover {
  color: var(--body);
}

.booking {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.booking-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-none {
  display: none;
}

.left-arrow {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  transition: border-color .3s;
  display: flex;
  inset: auto auto 0% 580px;
}

.left-arrow:hover {
  border-color: #fff;
}

.left-arrow.review, .left-arrow.stress-free-left, .left-arrow.stress-free-left {
  background-color: var(--blue-color);
  inset: -75px 41px auto auto;
}

.right-arrow {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  transition: border-color .3s;
  display: flex;
  inset: auto auto 0% 624px;
}

.right-arrow:hover {
  border-color: #fff;
}

.right-arrow.review, .right-arrow.stress-free-right, .right-arrow.stress-free-right {
  background-color: var(--blue-color);
  inset: -75px 0% auto auto;
}

.features {
  background-color: #0000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  transition: opacity .2s ease-in;
  overflow: hidden;
}

.features-wrapper {
  grid-column-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-title {
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.3;
}

.features-left {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22%;
  display: flex;
}

.features-left.margin-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.features-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.features-block {
  z-index: 1;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000a8, #000000a8);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: .948125rem;
  padding-left: 1.875rem;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-block:hover {
  background-color: #fff3;
}

.features-block.card-1 {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#000000a8, #000000a8);
  border-radius: 0;
  justify-content: flex-end;
  position: absolute;
  inset: 0%;
}

.features-block.card-2 {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#000000a6, #000000a6);
  border-radius: 0;
  justify-content: flex-end;
  transition: all 1s, all 1s;
  position: absolute;
  inset: 0%;
}

.features-block.card-2:hover {
  background-image: linear-gradient(#0000008c, #0000008c);
}

.features-block.card-3 {
  z-index: 1;
  background-image: linear-gradient(#000000a6, #000000a6);
  justify-content: flex-end;
  transition: all 1s;
  position: absolute;
  inset: 0%;
}

.features-block.card-3:hover {
  background-image: linear-gradient(#0000008c, #0000008c);
}

.features-heading {
  color: var(--title);
  font-family: Inter, sans-serif;
  font-size: 1.03188rem;
  line-height: 1.4;
}

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

.hero-overly {
  grid-row-gap: 215px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-container {
  width: 100%;
  max-width: 1336px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.hero-text {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.hero-text.is-medium {
  font-size: .875rem;
  line-height: 1.4;
}

.hero-data {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-top {
  grid-column-gap: 2.225rem;
  grid-row-gap: 2.225rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 7.9375rem;
  display: flex;
  overflow: hidden;
}

.hero-link {
  color: #fff;
  text-transform: uppercase;
  text-underline-offset: 2px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.hero-link:hover {
  border-color: #ffffff80;
}

.overflow-hidden {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-family: Outfit, sans-serif;
  line-height: 1.4;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reserve-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.reserve-data {
  grid-column-gap: 1.84375rem;
  grid-row-gap: 1.84375rem;
  flex-flow: column;
  width: 100%;
  max-width: 568px;
  display: flex;
}

.reserve-title {
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
}

.reserve-title.booking-lable {
  margin-bottom: 0;
  font-size: 1.5626rem;
}

.reserve-title.booking-lable.mobile {
  display: none;
}

.reserve-img {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.feature-card-content-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.feature-text {
  color: var(--white);
  font-size: .875rem;
  font-weight: 200;
}

.footer-logo-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.button-group.footer-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.3;
}

.text-size-regular.text-weight-bold {
  font-weight: 700;
  display: block;
}

.text-size-regular.text-weight-bold.text-color-secondary {
  text-wrap: balance;
}

.heading-style-h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 4.6875rem;
  font-weight: 800;
  line-height: 1;
}

.heading-style-h1.is-left {
  line-height: 1;
}

.text-size-tiny {
  color: var(--white);
  text-transform: uppercase;
  font-size: .65625rem;
  font-weight: 600;
  line-height: 1.4;
}

.feature-card-wrapper {
  min-width: 21.25rem;
  min-height: 17.5rem;
  padding: 3rem 2.5rem;
  position: relative;
}

.feature-card-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3, .image-4, .image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.booking-table-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--brand-bg);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.text-size-xxsmall {
  font-size: .75rem;
  text-decoration: none;
  transition: all .5s;
}

.text-size-xxsmall:hover {
  color: var(--white);
}

.hero-component-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-images-component-wrap {
  background-color: var(--bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-hero-section {
  flex-flow: column;
  height: 100vh;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: inline-block;
}

.dropdown-toggle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.4rem 0;
  transition: all 1s;
  display: flex;
}

.dropdown-toggle.services {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: row;
}

.icon {
  color: #fff;
  margin: 0;
  position: static;
}

.dropdown-list {
  background-color: #fff3;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.dropdown-link {
  color: var(--white);
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .65625rem;
  font-weight: 600;
  line-height: 1.4;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--black);
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link.w--current {
  color: var(--black);
}

.dropdown-link-wrapper {
  flex-flow: column;
  align-items: center;
  padding: .5rem 2rem;
  display: flex;
}

.section-stress-free {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.stress-free-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.stress-free-image-wrapper {
  width: 100%;
}

.stress-free-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--brand-bg);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.heading-style-h6 {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.4;
}

.text-size-small {
  text-align: center;
  font-size: .875rem;
  line-height: 1.4;
}

.text-size-small.is-right {
  text-align: right;
}

.text-size-small.is-center {
  text-align: center;
}

.text-size-small.is-left {
  text-align: left;
}

.section-excellence {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-excellence.mobile {
  display: none;
}

.excellence-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.excellence-heading-wrraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.excellence-heading-wrraper.margin-bottom.margin-custom {
  margin-bottom: 2.5rem;
}

.excellence-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.excellence-data-wrapper {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  flex-flow: column;
  display: flex;
}

.excellence-data-wrapper.text-alline-right {
  text-align: right;
  text-align: right;
  justify-content: center;
  align-items: flex-start;
}

.heading-style-h5 {
  color: var(--white);
  font-size: .9375rem;
  line-height: 1.4;
}

.heading-style-h5.text-size-allcap {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-style-h5.text-size-allcap.is-left {
  text-align: left;
  text-align: left;
}

.section-our-process-steps {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.process-step-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.process-step-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.process-step-card-wrapper {
  min-height: 28rem;
}

.process-step-card-wrapper.bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.process-step-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand-bg);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.process-count {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 4.8125rem;
  font-weight: 500;
  line-height: 1.4;
}

.process-count.is-regular {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
}

.nav-dropdown_links-wrap {
  grid-column-gap: 1.9375rem;
  grid-row-gap: 1.9375rem;
  display: flex;
}

.section-stress-free-mobile {
  background-color: var(--bg);
  flex-flow: row;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: none;
  overflow: hidden;
}

.stress-free-content-wrapper-mobile {
  width: 100%;
  overflow: hidden;
}

.stress-free-heading-wrapper-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stress-free-slider {
  background-color: #0000;
  height: auto;
}

.stress-free-mask {
  min-width: 623px;
  max-width: 623px;
  overflow: visible;
}

.stress-free-slide {
  margin-right: 50px;
}

.stress-free-block {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.stress-free-img--wrapper {
  background-color: #000;
  min-width: 170px;
  max-width: 170px;
}

.atress-free-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stress-free-slide-data-wrapper {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ikonik-wc924h, .ikonik-k9rqu {
  color: #fff;
}

.stress-free-main-image-wrapper.padding-bottom-strees-image-wrapper {
  padding-bottom: 0;
}

.cxellence-grid-wrapper {
  display: none;
}

.cross-x {
  color: #0775cc;
}

.list-item {
  font-size: .87rem;
}

.testimonial_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.icon-embed {
  color: var(--white);
}

.testimonial-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-heading-wrapper.padding-bottom {
  padding-bottom: 2.5rem;
}

.global-image {
  width: 100%;
}

.faq-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.booking-title-wrap {
  display: none;
}

.header-title_wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.sub-title-text {
  color: var(--primary);
  font-size: 1rem;
  line-height: 1.2;
}

.cross-x-link {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .button-text.hover, .button-text.hover.text-mini, .button-text.hover, .button-text.hover.text-mini, .button-text.hover.text-mini {
    font-family: Inter, sans-serif;
  }

  .story-right {
    background-color: #383838;
  }

  .services-list-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.services {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container-large-2 {
    max-width: 68rem;
  }

  .h1 {
    font-size: 70px;
  }

  .body-detail {
    color: var(--body-2);
  }

  .h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
  }

  .process-wrap {
    width: 100%;
    max-width: none;
  }

  .heading-large {
    color: var(--primary);
    margin-bottom: 0;
    font-family: Outfit, sans-serif;
    font-size: 34px;
    line-height: 1.4;
  }

  .plain_text {
    color: var(--body-2);
  }

  .process-heading-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .section-our-process {
    background-image: none;
    min-height: auto;
    padding: 2.5rem 0%;
  }

  .our-process-data-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    display: block;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 1px solid #ffffff40;
    border-radius: 30px;
  }

  .story-inner.is-height-large {
    width: 100%;
  }

  .story-right {
    background-image: linear-gradient(#000, #000);
  }

  .overflow-hidden {
    background-image: none;
    border-radius: .25rem;
    padding: .5rem;
  }

  .services-list-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .collection-item {
    margin-bottom: 0;
    display: block;
  }

  .section-hero {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-style-h2.text-gradient {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    line-height: 1.4;
  }

  .service-item-description {
    color: var(--title);
    font-size: 16px;
  }

  .section.services {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-box-footer {
    padding-bottom: 0;
  }

  .container-large-2 {
    max-width: 70rem;
  }

  .section-text-box {
    grid-template-columns: 2.5fr;
  }

  .section-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .section-intro {
    background-image: linear-gradient(#2e2e2eb0, #2e2e2eb0), url("https://cdn.prod.website-files.com/68f16bac26d2ba7c774b1be1/68f16bae26d2ba7c774b1d52_about-hero-img-01.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .text-block-2 {
    color: var(--body-2);
  }

  .intro-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    display: flex;
  }

  .process-static-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h1 {
    font-family: Outfit, sans-serif;
    font-size: 50px;
  }

  .body-detail {
    color: var(--body-2);
  }

  .h4 {
    color: var(--primary);
    margin-bottom: 0;
  }

  .process-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .heading-large {
    color: var(--title);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Outfit, sans-serif;
    font-size: 43px;
    line-height: 1.4;
  }

  .plain_text {
    color: var(--body-2);
  }

  .process-heading-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .section-our-process {
    min-height: auto;
    padding: 2.5rem 0%;
  }

  .bold-text {
    font-family: Outfit, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
  }

  .business-intro-heading {
    margin-bottom: 0;
    font-family: Outfit, sans-serif;
    font-size: 38px;
    line-height: 1.4;
  }

  .business-intro-text {
    color: var(--body-2);
  }

  .bold-text-2 {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
  }

  .paragraph {
    color: var(--body-2);
  }

  .our-process-data-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-process-data-wrapper.padding-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 1400px;
  }

  .story-inner.is-height-large {
    justify-content: space-between;
  }

  .features-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .hero-container {
    max-width: 1400px;
  }

  .hero-title {
    font-weight: 700;
  }

  .services-list-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-large-2 {
    max-width: 80rem;
  }

  .intro-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 4.6875rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .volunteer-cards {
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-size: auto;
  }

  h1 {
    font-size: 44px;
  }

  blockquote {
    font-size: 18px;
  }

  .center-line {
    background-color: #fff;
  }

  .container-large {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-right {
    grid-column-gap: 15px;
    order: -9999;
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    padding: 0;
  }

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

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-line {
    background-color: #fff;
  }

  .nav-button.desktop, .nav-button.home {
    display: none;
  }

  .nav-button.mobile {
    margin-top: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    display: none;
  }

  .nav-button.desktop, .nav-button.home {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0a0b0a;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1.5rem;
    display: flex;
    inset: 5rem 0% auto;
  }

  .link-text.hover {
    display: none;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .bottom-line {
    background-color: #fff;
  }

  .button-text-wrap {
    justify-content: center;
    align-items: center;
  }

  .menu-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
  }

  .page-title {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .page-title.space {
    padding-top: 50px;
  }

  .heading {
    color: var(--body);
    white-space: normal;
    font-size: 90px;
    line-height: 100%;
  }

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

  .title-info {
    max-width: 70%;
    position: static;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .footer-wrapper.margin-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 2rem;
  }

  .footer-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    width: auto;
    max-width: none;
  }

  .footer-left.margin-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-data {
    max-width: 52%;
  }

  .footer-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .ft-button {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .body-color-02 {
    grid-row-gap: 80px;
    padding: 15px;
  }

  .bg-color, .title-color, .body-color {
    padding: 15px;
  }

  .style-wrap {
    grid-row-gap: 80px;
  }

  .style-inner {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
  }

  .richtext-outer {
    max-width: none;
  }

  .font-style {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 80px;
  }

  .style-left {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: none;
    display: grid;
  }

  .button-outer {
    margin-top: 0;
  }

  .button-outer.center {
    margin-top: 30px;
  }

  .changelog-section {
    padding-bottom: 200px;
  }

  .license-outer {
    grid-column-gap: 40px;
  }

  .coming-soon-wrap {
    grid-row-gap: 80px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-img, .section-img, .contact-left {
    max-width: none;
  }

  .contact-heading {
    margin-bottom: 35px;
  }

  .form-wrapper {
    grid-row-gap: 34px;
  }

  .locations {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .location-wrapper {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .location-img {
    min-height: 320px;
    max-height: 320px;
  }

  .location-data {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-title.space {
    margin-bottom: 35px;
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq-img {
    max-width: none;
    position: static;
  }

  .faq-right {
    max-width: none;
  }

  .faq-info {
    padding: 1rem;
  }

  .ans-box {
    padding-top: 0;
    padding-right: 0;
  }

  .instagram {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .instagram-wrap {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-image {
    min-height: 230px;
    max-height: 230px;
  }

  .location-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .location-image {
    max-width: none;
    min-height: 450px;
  }

  .location-right {
    max-width: none;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-row-gap: 35px;
  }

  .post-block {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-bottom: 35px;
  }

  .post-img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .post-image {
    min-height: 500px;
    max-height: 500px;
  }

  .post-right {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .post-data {
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    max-width: none;
  }

  .post-info {
    grid-row-gap: 30px;
    max-width: none;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-info-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .post-heading {
    text-align: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .post-data-info {
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .post-line {
    display: none;
  }

  .post-main-info {
    justify-content: center;
    align-items: center;
  }

  .post-author {
    justify-content: flex-start;
    align-items: center;
  }

  .pa-title {
    display: none;
  }

  .post-details {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .post-details-images {
    grid-column-gap: 30px;
  }

  .pd-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .our-chef {
    margin-bottom: var(--tablet);
  }

  .chef-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .chef-image {
    min-height: 400px;
    max-height: 400px;
  }

  .chef-bottom {
    margin-top: 12px;
    padding-top: 12px;
  }

  .chef-name {
    font-size: 24px;
  }

  .experience {
    margin-bottom: var(--tablet);
  }

  .experience-img {
    width: 100%;
    min-width: auto;
    max-width: 50%;
    min-height: 400px;
  }

  .experience-img.mobile {
    display: none;
  }

  .experience-wrapper {
    grid-column-gap: 30px;
  }

  .experience-block {
    grid-row-gap: 40px;
    max-width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gallery-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .gallery-image.small, .gallery-image.big, .gallery-image.small, .gallery-image.big {
    min-height: 250px;
    max-height: 250px;
  }

  .gallery-img.bottom {
    max-width: 55%;
  }

  .gallery-block {
    grid-row-gap: 30px;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .gallery-heading {
    margin-bottom: 8px;
  }

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

  .gallery-box {
    grid-row-gap: 30px;
    max-width: 45%;
    padding: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .booking {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .booking-top {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .booking-title {
    margin-bottom: 30px;
  }

  .booking-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .booking-img {
    min-height: 700px;
  }

  .booking-right {
    padding: 40px;
  }

  .booking-bottom {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .booking-wrapper {
    grid-column-gap: 40px;
  }

  .booking-data {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .category-img {
    min-height: 280px;
    max-height: 280px;
  }

  .category-data {
    padding: 25px;
  }

  .category-title {
    font-size: 20px;
  }

  .menu-wrapper {
    grid-row-gap: 80px;
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .menu-wrap.reverse {
    flex-flow: column-reverse;
  }

  .menu-img {
    max-width: none;
    min-height: 650px;
  }

  .menu-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .blog-block {
    padding: 20px;
  }

  .blog-image {
    min-height: 150px;
    max-height: 150px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-info {
    grid-column-gap: 8px;
    font-size: 12px;
  }

  .story-wrapper {
    margin-bottom: var(--tablet);
    height: 700px;
  }

  .story-container {
    max-width: none;
  }

  .story-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: auto;
    padding: 1rem;
  }

  .story-inner.is-height-large {
    min-height: 70vh;
  }

  .story-title {
    text-align: center;
  }

  .story-right {
    max-width: none;
  }

  .story-img {
    display: none;
  }

  .story-bottom {
    display: block;
  }

  .story-img-02 {
    display: none;
  }

  .story-data {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story-button {
    border-radius: 20px;
  }

  .our-history {
    margin-bottom: var(--tablet);
  }

  .history-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .history-left {
    grid-row-gap: 40px;
    max-width: none;
  }

  .history-title {
    margin-bottom: 20px;
  }

  .history-text {
    grid-row-gap: 10px;
  }

  .history-right {
    max-width: none;
  }

  .history-center {
    max-width: none;
    min-height: 750px;
  }

  .history-img {
    display: none;
  }

  .stats {
    margin-bottom: var(--tablet);
  }

  .stats-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .stats-title {
    font-size: 24px;
  }

  .stats-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .journey {
    margin-bottom: var(--tablet);
  }

  .journey-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .journey-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .journey-title {
    margin-bottom: 10px;
  }

  .journey-bottom {
    grid-row-gap: 40px;
  }

  .journey-data {
    grid-row-gap: 20px;
  }

  .journey-slider {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 70px;
    position: static;
    overflow: visible;
  }

  .journey-slide {
    margin-left: 20px;
    margin-right: 10px;
  }

  .left-arrow {
    inset: auto 42px 0% 0%;
  }

  .left-arrow.review, .left-arrow.stress-free-left, .left-arrow.review, .left-arrow.stress-free-left {
    top: -70px;
  }

  .right-arrow {
    inset: auto 0% 0% 42px;
  }

  .right-arrow.review, .right-arrow.stress-free-right, .right-arrow.review, .right-arrow.stress-free-right {
    top: -70px;
  }

  .culinary-chef-s {
    margin-bottom: var(--tablet);
  }

  .cc-wrapper {
    grid-row-gap: 30px;
    background-color: #0000;
    flex-flow: column;
    display: flex;
  }

  .cc-wrap {
    max-width: none;
  }

  .cc-image {
    min-height: 280px;
    max-height: 280px;
  }

  .cc-data {
    padding: 20px;
  }

  .cc-left {
    max-width: none;
    position: static;
  }

  .cc-title {
    margin-bottom: 10px;
  }

  .cc-box {
    display: none;
  }

  .features {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .features-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .features-block {
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .about-image {
    max-width: none;
    min-height: 750px;
  }

  .about-left {
    grid-row-gap: 0px;
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .about-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .about-img-wrap {
    max-width: none;
    min-height: 650px;
    display: none;
  }

  .about-data {
    justify-content: flex-start;
    align-items: center;
  }

  .about-data.margin-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .hero {
    height: 750px;
    margin-bottom: 2.5rem;
  }

  .hero-images {
    grid-template-columns: 1fr;
    display: block;
  }

  .hero-img.mobile {
    display: none;
  }

  .hero-container {
    max-width: none;
  }

  .hero-wrapper {
    grid-row-gap: 1rem;
  }

  .hero-title {
    font-size: 80px;
  }

  .hero-text {
    max-width: 100%;
  }

  .overflow-hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .review-slider {
    overflow: visible;
  }

  .review-slide {
    margin-right: 30px;
  }

  .review-block {
    grid-column-gap: 20px;
  }

  .review-wrap {
    overflow: visible;
  }

  .reserve-data {
    max-width: none;
  }

  .reserve-inner {
    padding: 40px;
  }

  .reserve-heading {
    max-width: 80%;
  }

  .reserve-sub-title {
    margin-bottom: 10px;
  }

  .about-us-main-title {
    align-self: auto;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .services-main-data-wrapper {
    min-height: 20rem;
  }

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

  .heading-style-h2 {
    letter-spacing: -.1rem;
    font-size: 34px;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-content {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 85vh;
    padding: 0 2.5rem;
  }

  .section.services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-item-image-box {
    width: 100%;
    overflow: hidden;
  }

  .service-item-number-box {
    display: none;
  }

  .section-wide {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reviews-content-wrapper {
    padding-left: 0;
  }

  .reviews-grid.padding-bottom.padding-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .reviews-image-wrapper.padding-left.is-custome-padding {
    flex-flow: row;
    padding-left: 0;
    display: flex;
  }

  .intro-content-wrapper {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .process-static-wrapper {
    width: 50%;
  }

  .body-detail {
    color: var(--body-2);
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .h4 {
    color: var(--title);
    font-family: Outfit, sans-serif;
    font-size: 22px;
  }

  .heading-large {
    color: var(--title);
    font-family: Outfit, sans-serif;
    font-size: 34px;
    line-height: 1.4;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .plain_text {
    color: var(--body-2);
    font-family: Outfit, sans-serif;
  }

  .section-our-process {
    background-image: none;
    min-height: auto;
    padding: 2.5rem 0;
  }

  .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .service-desc-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 90%;
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 80px;
  }

  .culinary-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-services {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-heading-wrapper.padding-bottom {
    padding-bottom: 2.5rem;
  }

  .services-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .services-text-wrapper {
    width: 100%;
  }

  .location-heading-text-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .booking-table-wrapper {
    padding: 1.5rem;
  }

  .hero-component-image.mobile {
    display: none;
  }

  .hero-images-component-wrap {
    grid-template-columns: 1fr;
    display: block;
  }

  .services-hero-section {
    height: 750px;
  }

  .section-internal-services {
    flex-flow: column;
    display: block;
  }

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

  .internal-services-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .dropdown {
    width: 50%;
    padding: 0;
  }

  .dropdown-toggle {
    padding: .5rem;
  }

  .dropdown-list {
    z-index: 10;
    background-color: #fff0;
    inset: 1.5rem 0% auto;
  }

  .dropdown-list.w--open {
    background-color: #000;
    width: 100%;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .dropdown-link {
    color: var(--body);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link:hover {
    color: var(--white);
    background-color: #fff0;
  }

  .dropdown-link.w--current {
    color: var(--body);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .section-stress-free {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .stress-free-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .stress-free-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    padding: 1.5rem;
  }

  .image-8 {
    width: 100%;
  }

  .heading-style-h6 {
    text-align: center;
  }

  .text-size-small {
    text-align: left;
  }

  .text-size-small.is-right, .text-size-small.is-left {
    text-align: left;
  }

  .text-size-small.is-center {
    text-align: center;
  }

  .text-size-small.is-right, .text-size-small.is-left {
    text-align: left;
  }

  .section-excellence {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .excellence-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .excellence-heading-wrraper.margin-bottom.margin-custom {
    margin-bottom: 1.5rem;
  }

  .excellence-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .image-9 {
    width: 100%;
  }

  .excellence-data-wrapper.text-alline-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    width: auto;
  }

  .section-volunteer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .volunteer-heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 80%;
    margin-bottom: 1.5rem;
  }

  .volunteer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .volunteer-card-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .volunteer-card-wrapper.is-second {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .volunteer-card-image-wrapper {
    width: 100%;
  }

  .volunteer-card-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .volunteer-card-content-wrapper.text-aline-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-10 {
    width: 100%;
  }

  .section-our-process-steps {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .process-step-heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

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

  .process-step-card-wrapper {
    min-height: 24rem;
  }

  .process-step-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 100%;
    padding: 1.5rem;
  }

  .section-2 {
    transition: all 1s;
  }

  .nav-dropdown_links-wrap, .nav-dropdown_links-wrap-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .volunteer-main-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-stress-free-mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .stress-free-content-wrapper-mobile, .stress-free-slider {
    overflow: visible;
  }

  .stress-free-slide {
    margin-right: 30px;
  }

  .stress-free-block {
    grid-column-gap: 20px;
  }

  .exellence-dropdown-list, .faq-info-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-mask {
    width: auto;
  }

  .brands-slide {
    width: 20rem;
  }

  .slide-image {
    object-fit: fill;
  }

  .testimonial_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonial-heading-wrapper.padding-bottom {
    padding-bottom: 2.5rem;
  }

  .service-img, .serice-card-img {
    width: 100%;
  }

  .form-img-wrap {
    max-width: none;
  }

  .event-form-img {
    position: static;
  }

  .form-img-content {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: auto;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

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

  li {
    margin-bottom: 10px;
  }

  blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .nav-right {
    justify-content: space-between;
    width: 100%;
  }

  .navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-button.home {
    display: block;
  }

  .brand.mobile {
    display: flex;
  }

  .brand.desktop {
    display: none;
  }

  .navbar-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .button-text.hover.hero-button {
    font-size: .75rem;
  }

  .page-title {
    padding-bottom: 40px;
  }

  .page-title.space {
    padding-top: 40px;
  }

  .heading {
    font-size: 70px;
    line-height: 100%;
  }

  .title-info {
    max-width: none;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .footer-wrapper.margin-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 1.5rem;
  }

  .footer-bottom {
    flex-flow: wrap;
    margin-top: 1rem;
  }

  .footer-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
    display: grid;
  }

  .footer-left.margin-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .footer-data {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .footer-right {
    flex-flow: column;
    justify-content: center;
  }

  .bg-color {
    grid-row-gap: 100px;
    font-size: 16px;
  }

  .style-outer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
  }

  .style-wrap {
    grid-row-gap: 60px;
  }

  .style-inner {
    font-size: 14px;
  }

  .style-inner.small {
    text-align: center;
    text-align: center;
  }

  .style-data {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .richtext-outer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .font-style {
    padding-bottom: 60px;
  }

  .style-left {
    grid-row-gap: 30px;
    flex-flow: wrap;
    display: flex;
  }

  .button-outer {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .primary-button.is-bg-transparent {
    text-align: center;
    text-align: center;
    align-self: auto;
    display: block;
  }

  .changelog-section {
    text-align: center;
  }

  .license-outer {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

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

  .licensing-outer {
    grid-row-gap: 60px;
  }

  .single-text {
    text-align: center;
  }

  .info-outer {
    grid-row-gap: 40px;
  }

  .coming-soon-wrap {
    grid-row-gap: 60px;
  }

  .coming-soon-top {
    grid-row-gap: 10px;
  }

  .utility-page-content {
    max-width: 80%;
  }

  .password-top {
    grid-row-gap: 30px;
  }

  .password-wrap {
    grid-row-gap: 80px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .contact-img {
    min-height: 380px;
  }

  .contact-bottom {
    margin-top: 30px;
  }

  .form-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .locations {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .faq {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-title {
    text-align: center;
  }

  .section-title.space {
    text-align: center;
    text-align: center;
    margin-bottom: 25px;
  }

  .faq-img {
    display: none;
  }

  .faq-info {
    padding: 1rem;
  }

  .ans-box {
    padding-top: 0;
    padding-right: 0;
  }

  .que {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .instagram {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .instagram-image {
    min-height: 170px;
    max-height: 170px;
  }

  .insta-top {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .insta-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .insta-link {
    font-size: 16px;
    line-height: 150%;
  }

  .location-wrap {
    grid-row-gap: 20px;
  }

  .location-image {
    min-height: 330px;
  }

  .location-right {
    grid-row-gap: 50px;
  }

  .location-top-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .post-image {
    min-height: 360px;
    max-height: 360px;
  }

  .post-title {
    text-align: center;
  }

  .post-info {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .pagination {
    justify-content: center;
    align-items: stretch;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .post-heading {
    font-size: 32px;
  }

  .post-details-data {
    text-align: center;
  }

  .post-details-images {
    grid-column-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .our-chef {
    margin-bottom: var(--landscape-mobile);
  }

  .chef-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .chef-image {
    min-height: 290px;
    max-height: 290px;
  }

  .chef-bottom {
    margin-top: 10px;
    padding-top: 10px;
  }

  .chef-name {
    font-size: 22px;
  }

  .chef-data {
    margin-top: 12px;
  }

  .experience {
    margin-bottom: var(--landscape-mobile);
  }

  .experience-img {
    max-width: none;
    min-height: 500px;
  }

  .experience-wrapper {
    flex-flow: column;
  }

  .experience-block {
    max-width: none;
    padding-bottom: 0;
  }

  .experience-bottom {
    grid-row-gap: 35px;
  }

  .gallery {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .gallery-image {
    min-height: 380px;
    max-height: 380px;
  }

  .gallery-image.small, .gallery-image.big, .gallery-image.small, .gallery-image.big {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .gallery-img.bottom, .gallery-box {
    max-width: 50%;
  }

  .author-img {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .author-image {
    min-height: 70px;
    max-height: 70px;
  }

  .booking {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .booking-top {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .booking-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .reception-wrap {
    grid-row-gap: 14px;
  }

  .booking-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .booking-img {
    min-height: 470px;
  }

  .booking-right {
    padding: 30px;
  }

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

  .booking-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .booking-left {
    max-width: none;
  }

  .booking-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .booking-data {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .category {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .category-data {
    justify-content: flex-end;
    align-items: center;
    padding: 1.25rem;
  }

  .menu-wrapper {
    grid-row-gap: 60px;
  }

  .menu-img {
    min-height: 500px;
  }

  .menu-heading-wrap {
    grid-column-gap: 10px;
  }

  .menu-block {
    grid-column-gap: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .item-image {
    min-height: 60px;
    max-height: 60px;
  }

  .menu-info {
    font-size: 16px;
  }

  .trending-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .blog-block {
    grid-row-gap: 10px;
  }

  .blog-image {
    min-height: 350px;
    max-height: 350px;
  }

  .blog-title {
    text-align: center;
    font-size: 18px;
  }

  .blog-info {
    justify-content: center;
    align-items: center;
  }

  .story-wrapper {
    margin-bottom: var(--landscape-mobile);
    height: 554px;
  }

  .story-inner {
    padding-bottom: 30px;
  }

  .story-inner.is-height-large {
    min-height: 40vh;
    padding-bottom: 1rem;
  }

  .story-title {
    font-size: 80px;
  }

  .story-button {
    border-radius: 20px;
  }

  .our-history {
    margin-bottom: var(--landscape-mobile);
  }

  .history-left {
    justify-content: flex-start;
    align-items: center;
  }

  .history-title {
    text-align: center;
  }

  .history-center {
    min-height: 500px;
  }

  .stats {
    margin-bottom: var(--landscape-mobile);
  }

  .stats-title {
    font-size: 20px;
  }

  .stats-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .stats-info {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .journey {
    margin-bottom: var(--landscape-mobile);
  }

  .journey-wrapper {
    grid-row-gap: 30px;
  }

  .journey-left {
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
  }

  .journey-data {
    grid-row-gap: 15px;
  }

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

  .left-arrow.review {
    inset: auto 42px 0% 0%;
  }

  .left-arrow.stress-free-left {
    background-color: var(--bg);
    margin-left: 0;
    inset: auto 42px 0% 0%;
  }

  .left-arrow.stress-free-left:hover {
    border-color: #fff0;
  }

  .right-arrow.review {
    inset: auto 0% 0% 42px;
  }

  .right-arrow.stress-free-right {
    background-color: var(--bg);
    margin-right: 0;
    inset: auto 0% 0% 42px;
  }

  .right-arrow.stress-free-right:hover {
    border-color: #fff0;
  }

  .culinary-chef-s {
    margin-bottom: var(--landscape-mobile);
  }

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

  .cc-image {
    min-height: 300px;
    max-height: 300px;
  }

  .cc-data {
    justify-content: flex-end;
    align-items: center;
  }

  .cc-left {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .features {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .features-wrapper {
    grid-row-gap: 0px;
  }

  .features-left.margin-bottom {
    margin-bottom: 1.5rem;
  }

  .features-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .features-block {
    grid-row-gap: 20px;
    padding: 1.5rem;
  }

  .about {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-image {
    min-height: 550px;
  }

  .about-img-wrap {
    min-height: 500px;
  }

  .about-data {
    grid-row-gap: 30px;
    max-width: none;
  }

  .hero {
    height: 650px;
    margin-bottom: 0;
  }

  .hero-wrapper {
    grid-row-gap: 1rem;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 150%;
  }

  .hero-text.is-medium.is-left {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .hero-data {
    grid-column-gap: .4375rem;
    grid-row-gap: .4375rem;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-top {
    grid-column-gap: .8125rem;
    grid-row-gap: .8125rem;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-top.is-left {
    justify-content: center;
    align-items: center;
  }

  .overflow-hidden {
    width: 100%;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-slider {
    padding-bottom: 60px;
  }

  .review-mask {
    min-width: auto;
    max-width: none;
  }

  .review-block {
    flex-flow: column;
  }

  .review-right {
    grid-row-gap: 20px;
  }

  .review-quote {
    margin-bottom: 8px;
  }

  .reserve-right {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .reserve-title {
    margin-bottom: 30px;
  }

  .reserve-title.booking-lable.desktop {
    display: none;
  }

  .reserve-title.booking-lable.mobile {
    display: block;
  }

  .reserve-img {
    min-height: 470px;
    display: none;
  }

  .reserve-inner {
    padding: 30px;
  }

  .reserve-heading {
    max-width: none;
    font-size: 28px;
  }

  .about-us-main-title, .feature-card-content-wrapper {
    text-align: center;
  }

  .footer-logo-links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-group {
    align-items: center;
  }

  .button-group.footer-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

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

  .text-box-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2 {
    font-size: 28px;
  }

  .section.services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-box-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .section-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-section-main-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-header {
    justify-content: center;
    align-items: center;
  }

  .section-intro {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .reviews-lower-content-wrapper {
    padding-left: 0;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .text-size-medium.text-weight-bold {
    text-align: left;
    text-align: left;
    display: flex;
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .reviews-heading-wrapper {
    padding-left: 0;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .intro-content-wrapper {
    max-width: 100%;
    padding: 1rem 0;
  }

  .h4 {
    text-align: center;
  }

  .section-our-process {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .service-desc-wrap {
    max-width: 100%;
  }

  .heading-style-h1 {
    font-size: 60px;
  }

  .heading-style-h1.is-left {
    text-align: center;
    text-align: center;
  }

  .text-grouo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-services {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .services-heading-wrapper.padding-bottom {
    padding-bottom: 1.5rem;
  }

  .services-lower-data-wrapper {
    text-align: left;
  }

  .location-heading-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .booking-table-wrapper {
    padding: 1rem;
  }

  .services-hero-section {
    height: 650px;
  }

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

  .internal-services-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-stress-free {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-stress-free.desktop {
    display: none;
  }

  .stress-free-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .stress-free-image-wrapper {
    order: 9999;
  }

  .stress-free-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small {
    text-align: left;
    margin-bottom: 0;
  }

  .text-size-small.is-justify {
    text-align: justify;
    text-align: justify;
  }

  .section-excellence {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-excellence.desktop {
    display: none;
  }

  .section-excellence.mobile {
    display: block;
  }

  .excellence-heading-wrraper.margin-bottom.margin-custom {
    margin-bottom: 1rem;
  }

  .excellence-data-wrapper.text-alline-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .section-volunteer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none;
  }

  .volunteer-heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .volunteer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .volunteer-card-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .volunteer-card-wrapper.is-second {
    padding: 1rem;
  }

  .volunteer-card-content-wrapper, .volunteer-card-content-wrapper.text-aline-right, .volunteer-card-content-wrapper.text-aline-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-our-process-steps {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .process-step-heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .process-step-grid {
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .process-step-card-wrapper {
    flex: none;
    width: 100%;
    min-height: 22rem;
  }

  .process-step-card-wrapper.bottom {
    display: block;
  }

  .process-step-card {
    height: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .section-stress-free-mobile {
    background-color: #000;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block;
  }

  .stress-free-heading-wrapper-mobile.padding-bottom-stress-free {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .stress-free-slider {
    padding-bottom: 3rem;
  }

  .stress-free-mask {
    min-width: auto;
    max-width: none;
  }

  .stress-free-slide {
    height: 100%;
  }

  .stress-free-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    height: 100%;
  }

  .stress-free-img--wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
  }

  .atress-free-slide-image {
    object-fit: cover;
    max-height: 20rem;
    overflow: clip;
  }

  .stress-free-slide-data-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 1rem;
  }

  .stress-free-main-heading-wrapper {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    flex-flow: column;
    display: flex;
  }

  .stress-free-main-heading-wrapper.padding-bottom-stress-main-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1rem;
  }

  .image-11 {
    width: 100%;
  }

  .exellence-main-heading-mobile {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .exellence-main-heading-mobile.padding-down {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 1.5rem;
  }

  .exellence-dropdown-wrapper {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    flex-flow: column;
    display: flex;
  }

  .exellence-dropdown-list {
    border-radius: 30px;
    flex-flow: column;
    padding: 1.5rem 1rem;
    display: flex;
  }

  .faq-info-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .form-fiels-wrapper.padding-top {
    padding-top: 2.3125rem;
  }

  .nav-hamburger {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cxellence-grid-wrapper {
    padding: 1.25rem;
    display: none;
  }

  .execclence-imag-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .exec-image-wrapper, .image-12, .image-13, .image-14, .image-15 {
    width: 100%;
  }

  .brands-slider {
    background-color: #000;
    margin-top: 2.5rem;
    padding: 0;
  }

  .brands-slide {
    width: auto;
    min-width: 34.5rem;
  }

  .testimonial_section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .testimonial-heading-wrapper.padding-bottom {
    padding-bottom: 1.5rem;
  }

  .faq-title, .gallery-title {
    margin-bottom: 1.5rem;
  }

  .booking-title-wrap {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2, .div-block-4, .div-block-5, .heading-3, .paragraph-2, .heading-4, .paragraph-3, .heading-5, .heading-6, .heading-7, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .heading-8, .paragraph-4, .heading-9, .paragraph-5, .heading-10, .heading-11, .paragraph-6 {
    text-align: center;
  }

  .heading-12 {
    text-align: center;
    width: 100%;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    text-align: center;
  }

  .heading-13, .heading-14, .heading-15 {
    width: 100%;
  }

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

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

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

  .form-img-content {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-size: auto;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .center-line {
    width: 24px;
  }

  .container-large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .top-line, .bottom-line {
    width: 24px;
  }

  .button-text {
    font-size: .5rem;
    line-height: 1.4;
  }

  .heading {
    font-size: 48px;
    line-height: 100%;
  }

  .title-info {
    font-size: 14px;
    line-height: 150%;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .footer-wrapper.margin-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer-bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .footer-label {
    margin-bottom: 12px;
  }

  .footer-left {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-left.margin-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer-data {
    grid-column-gap: 20px;
  }

  .ft-info {
    grid-row-gap: 14px;
  }

  .footer-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .body-color-02 {
    grid-row-gap: 40px;
    margin-left: 0;
  }

  .bg-color {
    grid-row-gap: 40px;
  }

  .style-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .body-color {
    margin-left: 0;
    margin-right: 0;
  }

  .richtext-format {
    margin-bottom: 25px;
  }

  .style-wrap {
    grid-row-gap: 40px;
  }

  .style-inner.small, .style-data {
    justify-content: center;
    align-items: center;
  }

  .font-style {
    padding-bottom: 40px;
  }

  .button-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .button-block {
    margin-top: 40px;
    padding-top: 40px;
  }

  .primary-button.is-bg-transparent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .changelog-section {
    padding-bottom: 150px;
  }

  .license-outer {
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .licensing-wrap {
    grid-row-gap: 40px;
  }

  .license-link {
    word-break: break-all;
  }

  .licensing-outer {
    grid-row-gap: 40px;
  }

  .single-text {
    text-align: center;
  }

  .data-list {
    grid-row-gap: 10px;
  }

  .coming-soon-wrap {
    grid-row-gap: 30px;
  }

  .coming-soon-img {
    max-width: 200px;
  }

  .utility-page-content {
    max-width: 90%;
  }

  .error-text {
    grid-row-gap: 30px;
  }

  .password-top {
    grid-row-gap: 25px;
  }

  .password-wrap {
    grid-row-gap: 60px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-img {
    max-width: none;
    min-height: 200px;
  }

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

  .contact-bottom {
    flex-flow: column;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .location-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .location-img {
    min-height: 350px;
    max-height: 350px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-title.space {
    margin-bottom: 20px;
  }

  .faq-wrapper {
    grid-row-gap: 20px;
  }

  .faq-info {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ans-box {
    padding-right: 0;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-text {
    font-size: 16px;
    line-height: 150%;
  }

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

  .instagram-image {
    min-height: 100%;
    max-height: none;
  }

  .insta-top {
    margin-bottom: 20px;
  }

  .insta-icon {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .instagram-icon {
    width: 16px;
    height: 16px;
  }

  .location-image {
    min-height: 208px;
  }

  .location-right {
    grid-row-gap: 40px;
  }

  .location-linear {
    min-width: 60px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .post-title {
    font-size: 20px;
    line-height: 140%;
  }

  .post-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-heading {
    font-size: 28px;
  }

  .post-data-info {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .post-line {
    display: block;
  }

  .post-details-images {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pd-image {
    height: auto;
    min-height: 200px;
    max-height: 200px;
  }

  .our-chef {
    margin-bottom: var(--portrait-mobile);
  }

  .chef-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .chef-image {
    min-height: 320px;
    max-height: none;
  }

  .experience {
    margin-bottom: var(--portrait-mobile);
  }

  .experience-img {
    max-width: none;
    min-height: auto;
  }

  .experience-block {
    grid-row-gap: 35px;
    padding-top: 1.5rem;
  }

  .experience-bottom {
    grid-row-gap: 30px;
  }

  .experience-heading {
    font-size: 16px;
  }

  .gallery-top.mobile {
    display: none;
  }

  .gallery-image {
    min-height: 300px;
    max-height: 300px;
  }

  .gallery-image.small, .gallery-image.big, .gallery-image.small, .gallery-image.big {
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }

  .gallery-img.bottom {
    max-width: none;
  }

  .gallery-data {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gallery-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-heading {
    margin-bottom: 6px;
  }

  .gallery-center {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .gallery-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .gallery-box {
    max-width: none;
    padding: 30px 20px;
  }

  .author-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .author-image {
    min-height: 60px;
    max-height: 60px;
  }

  .booking-title {
    text-align: center;
  }

  .booking-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-img {
    min-height: 306px;
  }

  .booking-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .booking-data {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
  }

  .booking-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .booking-sub-title {
    margin-bottom: 2px;
  }

  .booking-top-info {
    text-align: center;
  }

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

  .category-img {
    min-height: 260px;
    max-height: 260px;
  }

  .category-data {
    padding: 20px;
  }

  .category-title {
    font-size: 18px;
  }

  .menu-img {
    min-height: 370px;
  }

  .menu-list {
    grid-row-gap: 30px;
  }

  .menu-block {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .item-image {
    min-height: 50px;
    max-height: 50px;
  }

  .menu-info {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .menu-data {
    line-height: 140%;
  }

  .trending-heading {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .blog-image {
    min-height: 180px;
    max-height: 180px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-info {
    justify-content: center;
    align-items: center;
  }

  .story-wrapper {
    margin-bottom: var(--portrait-mobile);
  }

  .story-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .story-inner.is-height-large {
    min-height: 40vh;
  }

  .story-title {
    font-size: 52px;
  }

  .story-data {
    justify-content: space-between;
    align-items: stretch;
  }

  .our-history {
    margin-bottom: var(--portrait-mobile);
  }

  .history-left {
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .history-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .history-center {
    min-height: auto;
  }

  .stats {
    margin-bottom: var(--portrait-mobile);
  }

  .stats-title:hover {
    filter: none;
  }

  .stats-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stats-info {
    margin-bottom: 4px;
    font-size: 34px;
  }

  .journey {
    margin-bottom: var(--portrait-mobile);
  }

  .journey-title {
    text-align: center;
  }

  .journey-icon {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .journey-slider {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .journey-mask {
    width: 100%;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .journey-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .journey-box {
    grid-row-gap: 10px;
  }

  .journey-image {
    min-height: 335px;
    max-height: 335px;
  }

  .journey-heading {
    margin-bottom: 4px;
  }

  .left-arrow.stress-free-left {
    color: var(--primary);
    min-width: auto;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    margin-right: auto;
    transition-property: all;
  }

  .left-arrow.stress-free-left:hover {
    background-color: var(--primary);
    color: var(--bg);
  }

  .right-arrow.stress-free-right {
    color: var(--primary);
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    margin-left: auto;
    transition-property: all;
  }

  .right-arrow.stress-free-right:hover {
    background-color: var(--primary);
    color: var(--bg);
  }

  .culinary-chef-s {
    margin-bottom: var(--portrait-mobile);
  }

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

  .cc-image {
    min-height: 335px;
    max-height: 335px;
  }

  .features-right {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .features-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .features-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .about-image {
    min-height: auto;
  }

  .about-img-wrap {
    min-height: 370px;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 12px;
    font-size: 52px;
    line-height: 100%;
  }

  .hero-text.is-medium.is-left {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .hero-data {
    align-items: stretch;
  }

  .hero-top {
    justify-content: center;
    align-items: center;
  }

  .hero-top.is-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
  }

  .overflow-hidden {
    width: 100%;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .review-img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .review-image {
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }

  .gallery-slider {
    background-color: #0000;
    height: auto;
    padding-bottom: 52px;
    display: block;
  }

  .gallery-left {
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    transition: border-color .3s;
    display: flex;
    inset: auto 38px 0% 0%;
  }

  .gallery-left:hover {
    border-color: #fff;
  }

  .gallery-right {
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    transition: border-color .3s;
    display: flex;
    inset: auto 0% 0% 38px;
  }

  .gallery-right:hover {
    border-color: #fff;
  }

  .reserve-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reserve-title {
    text-align: center;
  }

  .reserve-img {
    min-height: 322px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reserve-inner {
    padding: 20px;
  }

  .reserve-heading {
    font-size: 24px;
  }

  .reserve-sub-title {
    font-size: 14px;
  }

  .page-hero-title {
    max-width: 100%;
    font-size: 36px;
  }

  .page-hero-text {
    max-width: 90%;
  }

  .about-us-main-title {
    text-align: center;
    font-size: 30px;
  }

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

  .service-item {
    margin-bottom: 1vh;
    top: 9vh;
  }

  .service-item.five {
    z-index: 2;
    z-index: 2;
    margin-bottom: 2vh;
    top: 4vh;
  }

  .service-item-text-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h2 {
    letter-spacing: -.05rem;
    font-size: 22px;
  }

  .service-item-description {
    font-weight: 300;
  }

  .service-item-content {
    height: auto;
    min-height: auto;
    max-height: 90vh;
    padding: 2rem 1rem;
  }

  .services-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-item-image-box {
    aspect-ratio: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .reviews-lower-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h2-2 {
    font-size: 1.8rem;
  }

  .padding-section-medium {
    padding-bottom: 0;
  }

  .reviews-heading-wrapper {
    padding-top: 0;
  }

  .reviews-lower-data-grid {
    grid-template-columns: 1fr;
  }

  .reviews-heading {
    margin-bottom: 1rem;
  }

  .services-items-grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .intro-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .process-static-wrapper {
    width: 100%;
  }

  .business-intro-main-heading {
    font-size: 24px;
  }

  .heading-style-h1 {
    margin-bottom: 12px;
    font-size: 45px;
    line-height: 100%;
  }

  .heading-style-h1.is-left {
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .text-size-tiny {
    font-weight: 500;
  }

  .services-upper-content-wrapper.margin-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .services-upper-text {
    text-align: center;
  }

  .services-lower-heading-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .lower-text-label, .services-lower-text {
    text-align: center;
  }

  .services-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-card-wrapper {
    min-width: auto;
  }

  .booking-table-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-internal-services {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .internal-services-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dropdown {
    width: 100%;
    overflow: visible;
  }

  .dropdown-link:hover, .dropdown-link.w--current {
    color: var(--body);
  }

  .dropdown-link-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-stress-free {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-stress-free.desktop {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .stress-free-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stress-free-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    line-height: 1.3;
  }

  .text-size-small, .text-size-small.is-center, .text-size-small.is-justify, .text-size-small.is-center, .text-size-small.is-justify {
    text-align: center;
  }

  .section-excellence {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-excellence.desktop, .section-excellence.mobile, .section-excellence.desktop, .section-excellence.mobile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .excellence-heading-wrraper.margin-bottom.margin-custom {
    margin-bottom: 1rem;
  }

  .excellence-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .excellence-data-wrapper.text-alline-right {
    text-align: left;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-style-h5.text-size-allcap {
    text-align: center;
    text-align: center;
  }

  .section-volunteer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .volunteer-heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .volunteer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .volunteer-card-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .volunteer-card-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .volunteer-card-content-wrapper.text-aline-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 0;
  }

  .section-our-process-steps {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .process-step-heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .process-step-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
    overflow: auto;
  }

  .process-step-card-wrapper {
    flex: none;
    width: 100%;
    min-height: 20rem;
  }

  .process-step-card-wrapper.bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .process-step-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 100%;
    padding: 1rem;
  }

  .process-step-para {
    width: 100%;
  }

  .stress-free-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .stress-free-img--wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
    overflow: clip;
  }

  .atress-free-slide-image {
    object-position: 50% 50%;
    height: 100%;
    min-height: 18rem;
    max-height: 18rem;
    overflow: visible;
  }

  .ikonik-wc924h, .ikonik-k9rqu {
    color: inherit;
  }

  .stress-free-main-heading-wrapper.padding-bottom-stress-main-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .exellence-dropdown-list {
    border-radius: 1rem;
    padding: 1rem;
  }

  .faq-info-copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-fiels-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-fiels-wrapper.padding-top {
    padding-top: 1.5rem;
  }

  .brands-slider {
    width: 100%;
    margin-right: 0;
    padding: .6rem;
  }

  .slider-mask {
    width: 100%;
  }

  .brands-slide {
    width: 100%;
    min-width: 20rem;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-image {
    object-fit: cover;
    width: 100%;
    padding-left: 0;
  }

  .location-sub-heading-wrapper {
    text-align: center;
  }

  .list-item-2 {
    text-align: left;
  }

  .form-img-content {
    padding: 20px;
  }
}

#w-node-fb22cb3d-d1da-b72b-dc43-84d1b1cc99fd-adf81a32 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-fb22cb3d-d1da-b72b-dc43-84d1b1cc99fd-adf81a32 {
    justify-self: auto;
  }
}
