:root {
  --dark-green: #022e2f;
  --light-gold: #a7a073;
  --gold: #a79369;
  --light-green-footer: #3f5141;
  --black-2: #333;
  --black: black;
  --light-grey: #ddd;
  --light-green: #e6ffdf;
  --light-yellow: #fffeed;
  --dark-grey: #575757;
  --white: white;
}

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

.body {
  background-color: var(--dark-green);
  color: var(--light-gold);
  font-family: Raleway Regular Custom, sans-serif;
}

.navbar {
  border-bottom: 1px solid var(--gold);
  background-color: var(--dark-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block {
  color: var(--gold);
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 16px;
}

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

.nav-link {
  color: var(--gold);
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Raleway SemiBold Custom, sans-serif;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--gold);
  font-family: Raleway SemiBold Custom, sans-serif;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Raleway BoldItalic Custom, sans-serif;
}

.heading.left {
  text-align: left;
}

.hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  min-height: 500px;
  max-height: 500px;
  margin-top: 40px;
  display: none;
  position: relative;
}

.image-home {
  border-radius: 7px;
  max-width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 15px -3px #00000054;
}

.image-2-copy {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-3 {
  max-width: 30%;
  position: absolute;
  inset: auto 7% 0% auto;
}

.image-3.image-home {
  right: 16%;
}

.home-hero-text {
  padding-bottom: 60px;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-home-grid {
  text-align: justify;
  padding-right: 40px;
  font-size: 16px;
  line-height: 23px;
}

.gallery-home {
  margin-bottom: 60px;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.card {
  color: #eae9e4;
  background-color: #0a1e1c;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

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

.lightbox-link-2 {
  margin-bottom: 20px;
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  min-width: 230px;
  max-width: 230px;
  min-height: 200px;
  max-height: 200px;
  display: block;
}

.div-block-6._2 {
  background-image: url('../images/Screenshot-2025-03-26-at-2.36.56-PM.png');
}

.image-5 {
  display: none;
}

.footer {
  background-color: var(--light-green-footer);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-7 {
  background-image: url('../images/thumbnail_AB23B27B-649A-47DE-B9B8-084AC0FFF51E.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.heading-3 {
  color: var(--gold);
  margin-top: 0;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.nav-link-footer {
  color: var(--gold);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Raleway SemiBold Custom, sans-serif;
  text-decoration: none;
}

.nav-link-footer.w--current {
  color: var(--gold);
}

.gallery-mobile {
  display: none;
}

.gallery-desktop {
  margin-top: 40px;
}

.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.div-block-9 {
  display: none;
  position: relative;
}

.image-about {
  background-image: url('../images/PHOTO-2024-02-05-12-39-127.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #0000000f;
  border-radius: 8px;
  width: 340px;
  height: 220px;
  position: absolute;
  top: -21px;
  box-shadow: 0 2px 8px 2px #00000014;
}

.image-about._2 {
  background-image: url('../images/PHOTO-2024-02-05-12-39-129.png');
  height: 220px;
  inset: auto -6px -14% 0%;
}

.image-about._3v {
  background-image: url('../images/PHOTO-2024-02-05-12-41-5914.png');
  height: 220px;
  inset: auto -38% -26% auto;
}

.image-about._4v {
  background-image: url('../images/PHOTO-2024-02-05-12-39-1213.png');
  background-position: 50%;
  inset: -11% -38% -11% auto;
}

.text-block-5 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}

.contact-section, .experience {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-experience {
  padding-top: 60px;
}

.exp-container-left {
  border: 1px solid var(--gold);
  border-radius: 9px;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 11px 3px #00000008;
}

.service-title {
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.service-text {
  width: 500px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
}

.service-image {
  background-image: url('../images/thumbnail_IMG_6026.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 9px 9px 0;
  width: 350px;
  box-shadow: 0 2px 15px 3px #cc909821;
}

.service-image._2 {
  background-image: url('../images/PHOTO-2024-02-05-12-39-125.jpg');
  background-position: 50%;
  border-radius: 9px 0 0 9px;
}

.service-image._3 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-593.png');
}

.service-image._4 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-594.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px 0 0 9px;
}

.experience-text-container {
  padding: 40px;
}

.exp-container-right {
  border: 1px solid var(--gold);
  border-radius: 9px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 11px 3px #00000008;
}

.exp-container-right.last {
  margin-bottom: 60px;
}

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

.div-block-8-mobile {
  flex-direction: column;
  display: none;
}

.events-section {
  padding-bottom: 60px;
}

.events-div {
  border: 1px solid var(--gold);
  border-radius: 9px;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 40px;
  box-shadow: 0 2px 11px 3px #00000008;
}

.events-div.last {
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.events-text {
  text-align: justify;
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
}

.events-title {
  text-align: left;
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.events-image {
  background-image: url('../images/thumbnail_IMG_6026.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px 9px 0 0;
  height: 250px;
  box-shadow: 0 2px 15px 3px #cc909821;
}

.events-image.e1 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-592.jpg');
}

.events-image.e3 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-5919.jpg');
}

.events-image.e4 {
  background-image: url('../images/thumbnail_B8FC4D53-D1C5-485D-89B3-3744EC895430.jpg');
}

.events-image.e5 {
  background-image: url('../images/PHOTO-2024-02-05-12-39-126.jpg');
}

.events-image.e6 {
  background-image: url('../images/PHOTO-2024-02-05-12-39-129.jpg');
}

.events-image.e7 {
  background-image: url('../images/PHOTO-2024-02-05-12-39-121.jpg');
}

.events-text-container {
  z-index: 2;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-3 {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.overlay-img {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#00000070, #00000070), url('../images/thumbnail_IMG_6262.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 9px;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-img._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/PHOTO-2024-02-05-12-39-1211.jpg');
}

.overlay-img._3 {
  background-image: linear-gradient(to bottom, null, null), url('../images/PHOTO-2024-02-05-12-41-59.jpg');
}

.slider {
  height: 500px;
}

.div-block-12 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-594.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  background-image: url('../images/E09BF37D-BE52-4EFB-A2D2-959B9C2B0127.JPG');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-15 {
  background-image: url('../images/IMG_9606.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-16 {
  background-image: url('../images/PHOTO-2024-02-05-12-41-5918.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
}

.div-block-17 {
  background-image: url('../images/B60A02F7-8747-4288-9C1C-235E058E67E5.JPG');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 8px;
  height: 600px;
  box-shadow: 0 2px 10px #00000021;
}

.div-block-18 {
  background-color: #ddd;
  background-image: url('../images/Ilias-Private-Chef.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  height: 100px;
}

.submit-button {
  background-color: var(--gold);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100px;
  margin-top: 20px;
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.section {
  background-color: var(--dark-green);
}

.div-block-20 {
  background-image: url('../images/8665305_envelope_email_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.div-block-21 {
  color: #333;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: var(--gold);
  margin-left: 10px;
}

.div-block-20-copy {
  background-image: url('../images/3669395_call_ic_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.div-block-20-copy-copy {
  background-image: url('../images/7417372_instagram_social-media_instagram-black_social_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.div-connect {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  background-color: var(--gold);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 40px;
  font-family: Raleway Bold Custom, sans-serif;
}

.div-block-16-copy {
  background-image: url('../images/PHOTO-2024-02-05-12-41-5911.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
}

.div-block-13-copy {
  background-image: url('../images/PHOTO-2024-02-05-12-41-5913.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-12-copy {
  background-image: url('../images/PHOTO-2024-02-05-12-39-127.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

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

.text-home-grid-copy {
  text-align: justify;
  margin-top: 60px;
  font-size: 15px;
  line-height: 23px;
}

.heading-home {
  color: var(--light-gold);
  text-align: center;
  font-family: Raleway Bold Custom, sans-serif;
}

.heading-left {
  color: var(--gold);
  text-align: left;
  font-family: Greatvibes Custom, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

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

.mask {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
}

.body-green {
  background-color: var(--light-green);
  font-family: Raleway Regular Custom, sans-serif;
}

.body-yellow {
  background-color: var(--light-yellow);
}

.body-dark {
  background-color: var(--dark-grey);
  color: var(--white);
  font-family: Raleway Regular Custom, sans-serif;
}

.exp-container-left-white {
  border: 1px solid #fff;
  border-radius: 9px;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 11px 3px #00000008;
}

.exp-container-right-white {
  border: 1px solid #fffffffa;
  border-radius: 9px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 11px 3px #00000008;
}

.div-block-23-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.button-2-copy {
  background-color: var(--dark-grey);
  background-color: var(--dark-grey);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 40px;
}

.navbar-yellow {
  background-color: var(--light-yellow);
  border-bottom: 1px solid #00000030;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-green {
  background-color: var(--light-green);
  border-bottom: 1px solid #00000030;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-dark {
  background-color: var(--dark-grey);
  border-bottom: 1px solid #00000030;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-copy {
  color: var(--white);
}

.body-dark-green {
  background-color: var(--dark-green);
  color: var(--light-gold);
}

.navbar-dark-copy {
  background-color: var(--dark-green);
  border-bottom: 1px solid #00000030;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2-copy {
  background-color: var(--dark-grey);
  border-radius: 8px;
  padding: 15px 40px;
}

.text-block-copy {
  color: var(--white);
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 16px;
}

.nav-link-copy {
  color: var(--white);
  text-transform: uppercase;
  font-family: Raleway SemiBold Custom, sans-serif;
  text-decoration: none;
}

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

.button-2-copy-copy-copy {
  background-color: var(--light-grey);
  color: var(--black-2);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 40px;
}

.div-block-12-copy-copy {
  background-image: url('../images/thumbnail_image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slider-copy {
  background-color: var(--gold);
  height: 500px;
}

.text-block-copy-copy, .logo-gold {
  color: var(--gold);
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 16px;
}

.button-2-copy-copy-copy {
  background-color: var(--gold);
  color: #000;
  border-style: none;
  border-radius: 8px;
  padding: 15px 40px;
}

.nav-link-copy-copy {
  color: var(--light-gold);
  text-transform: uppercase;
  font-family: Raleway SemiBold Custom, sans-serif;
  text-decoration: none;
}

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

.heading-home-copy {
  color: var(--gold);
  text-align: center;
  font-family: Raleway Bold Custom, sans-serif;
}

.mask-yellow {
  background-image: linear-gradient(#00000069, #00000069), url('../images/4af95b9d-a682-45c3-baaa-331e2cc96e24.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
}

.heading-home-copy-dark {
  color: var(--white);
  text-align: center;
  font-family: Raleway Bold Custom, sans-serif;
}

.body-green-copy {
  background-color: #12372a;
  font-family: Raleway Regular Custom, sans-serif;
}

.heading-4-homepage {
  text-align: center;
  font-family: Greatvibes Custom, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.div-block-15-copy {
  background-image: url('../images/PHOTO-2024-02-14-10-51-48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.div-block-15-copy-copy {
  background-image: url('../images/PHOTO-2024-02-14-10-51-58.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.text-field-2 {
  border: 1px solid var(--gold);
  background-color: var(--dark-green);
}

.text-field-2::placeholder {
  background-color: var(--gold);
}

.div-block-24 {
  align-self: flex-start;
}

.image-6 {
  border-radius: 9px;
}

.field-label, .field-label-2 {
  margin-top: 20px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.tab-link-tab-1 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 80px;
  max-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--light-gold);
  text-align: center;
  align-self: center;
  max-height: 80px;
  font-family: Raleway Bold Custom, sans-serif;
}

.div-block-25 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.menu-food {
  text-align: center;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 18px;
}

.rich-text-block {
  text-align: center;
  margin-top: 20px;
}

.tabs {
  margin-bottom: 100px;
}

.menu-title {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 26px;
}

.title-dish-bold {
  font-family: Raleway Bold Custom, sans-serif;
  font-size: 16px;
}

.menu-food-copy {
  text-align: center;
  padding-top: 40px;
  font-family: Raleway Italic Custom, sans-serif;
  line-height: 18px;
}

.title-tab, .text-block-7, .text-block-8 {
  text-transform: none;
}

.menu-food-course {
  text-align: center;
  padding-top: 40px;
  line-height: 20px;
}

.text-span, .text-span-2 {
  font-family: Raleway Italic Custom, sans-serif;
  font-size: 12px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 60px;
}

.div-block-26 {
  background-image: url('../images/thumbnail_image3.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

.div-block-26._2-strip {
  background-image: url('../images/thumbnail_IMG_0045.jpg');
}

.div-block-26._3-strip {
  background-image: url('../images/thumbnail_IMG_3434.jpg');
}

.div-block-26._5-strip {
  background-image: url('../images/thumbnail_83559FD5-848A-4F34-8B2F-78439418F4D6.jpg');
}

.cooking-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-home-grid-copy {
  text-align: justify;
  margin-top: 0;
  padding-right: 40px;
  font-size: 16px;
  line-height: 23px;
}

.heading-7, .text-block-10 {
  text-align: center;
}

.div-block-27 {
  margin-top: 30px;
}

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

.text-home-grid-copy-copy {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  line-height: 23px;
}

.div-block-28 {
  margin-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.div-block-28.top-container {
  margin-top: 80px;
  display: none;
}

.image-cooking-lessons {
  border-radius: 9px;
  max-width: 100%;
  display: none;
}

.grid-lessons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.text-block-11 {
  text-transform: none;
}

.div-block-29 {
  background-image: url('../images/thumbnail_FEA70084-0DB0-44DB-ABC6-962D53572489.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 300px;
  max-height: 300px;
}

.text-block-12 {
  text-transform: none;
}

.image-services {
  border-radius: 9px;
}

.text-services-grid {
  text-align: justify;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.menu-food-2 {
  text-align: center;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 18px;
  display: none;
}

.div-block-28-2 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.div-block-28-copy2 {
  margin-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: none;
}

.text-experience-page {
  text-align: justify;
  margin-top: 40px;
  padding-right: 0;
  font-size: 15px;
  line-height: 23px;
}

.gallery-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1div-block-6-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  min-width: 230px;
  max-width: 230px;
  min-height: 200px;
  max-height: 200px;
  display: none;
  overflow: hidden;
}

.lightbox-link-3 {
  background-image: url('../images/Screenshot-2025-03-26-at-2.30.52-PM.png');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }

  .card {
    height: 50vw;
  }

  .gallery-mobile {
    margin-top: 40px;
    display: block;
  }

  .gallery-desktop {
    display: none;
  }

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

  .image-about {
    left: -32px;
    right: -32px;
  }

  .image-about._2 {
    bottom: 16%;
  }

  .image-about._3v {
    right: -57%;
  }

  .image-about._4v {
    right: -70%;
  }

  .grid-experience {
    padding-top: 0;
    padding-bottom: 0;
  }

  .exp-container-left {
    margin-bottom: 60px;
  }

  .service-text {
    width: 100%;
  }

  .service-image {
    width: 100%;
    margin-left: 20px;
  }

  .service-image._2 {
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
  }

  .service-image._3 {
    width: 100%;
  }

  .service-image._4 {
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
  }

  .experience-text-container {
    padding: 20px;
  }

  .exp-container-right {
    margin-bottom: 60px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .events-section {
    padding-top: 0;
  }

  .events-div.last {
    margin-top: 30px;
  }

  .events-text {
    width: 100%;
  }

  .events-image {
    height: 200px;
  }

  .events-image.e1 {
    background-image: url('../images/PHOTO-2024-02-05-12-41-59.jpg');
  }

  .events-image.e3 {
    background-image: url('../images/PHOTO-2024-02-05-12-41-5919.jpg');
  }

  .events-image.e4 {
    background-image: url('../images/thumbnail_B8FC4D53-D1C5-485D-89B3-3744EC895430.jpg');
  }

  .events-image.e5 {
    background-image: url('../images/PHOTO-2024-02-05-12-39-124.jpg');
  }

  .events-image.e6 {
    background-image: url('../images/PHOTO-2024-02-05-12-39-129.jpg');
  }

  .events-image.e7 {
    background-image: url('../images/PHOTO-2024-02-05-12-39-121.jpg');
  }

  .grid-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    box-shadow: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .text-home-grid-copy {
    margin-top: 60px;
    padding-right: 0;
  }

  .exp-container-left-white, .exp-container-right-white {
    margin-bottom: 60px;
  }

  .nav-link-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }

  .nav-menu-copy {
    background-color: #fff;
  }

  .nav-link-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }

  .nav-link-copy-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }

  .tab-link-tab-1 {
    min-height: 80px;
    max-height: 80px;
  }

  .text-home-grid-copy {
    margin-top: 0;
  }

  .text-experience-page {
    margin-top: 60px;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .text-home-grid {
    padding-right: 0;
  }

  .gallery-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .card {
    height: 300px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

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

  .about-us {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 60px;
    display: none;
    position: static;
  }

  .image-about {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .image-about._2, .image-about._3v {
    align-self: flex-end;
  }

  .contact-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .experience {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-experience {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .exp-container-left {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }

  .service-text {
    width: 100%;
  }

  .service-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
    height: 200px;
    margin-top: 40px;
    margin-left: 0;
  }

  .service-image._2 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    height: 200px;
    margin-right: 0;
  }

  .service-image._3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
  }

  .service-image._4 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 9px;
    margin-right: 0;
  }

  .exp-container-right {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .exp-container-right.last {
    margin-bottom: 60px;
  }

  .div-block-8-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .events-section {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .events-div.last {
    width: auto;
  }

  .events-text {
    width: 100%;
  }

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

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

  .slider {
    height: 400px;
  }

  .div-block-17 {
    box-shadow: none;
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    height: 400px;
  }

  .div-block-18 {
    height: 280px;
  }

  .heading-left {
    line-height: 60px;
  }

  .exp-container-left-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }

  .exp-container-right-white {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .slider-copy {
    height: 400px;
  }

  .div-block-24 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    margin-top: 40px;
  }

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

  .tab-link-tab-1 {
    min-height: 100px;
    max-height: 100px;
    font-size: 13px;
  }

  .menus-section, .cooking-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-home-grid-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-home-grid-copy-copy, .div-block-28 {
    padding-right: 0;
  }

  .div-block-28.top-container {
    margin-top: 60px;
  }

  .image-cooking-lessons {
    margin-top: 40px;
  }

  .grid-lessons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .image-services {
    margin-top: 40px;
  }

  .text-services-grid, .div-block-28-2, .div-block-28-copy2 {
    padding-right: 0;
  }

  .container {
    padding-left: 20px;
  }

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

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

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 0;
  }

  .image-home {
    max-width: 60%;
  }

  .image-2-copy.image-home {
    inset: auto 0% 0%;
  }

  .image-3.image-home {
    inset: 48% 0% 0% auto;
  }

  .div-block-4 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .card {
    height: 100vw;
  }

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

  .lightbox-link-2 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-6 {
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-6._2 {
    min-width: 100%;
    max-width: 100%;
  }

  .footer-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

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

  .nav-link-footer, .nav-link-footer.w--current {
    margin-bottom: 0;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
  }

  .about-us {
    padding-top: 60px;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .image-about {
    width: 100%;
    height: 140px;
  }

  .image-about._2, .image-about._3v {
    height: 140px;
  }

  .experience {
    padding-bottom: 0;
  }

  .grid-experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-text, .service-image, .service-image._2, .service-image._3 {
    width: 100%;
  }

  .service-image._4 {
    width: 100%;
    height: 200px;
  }

  .exp-container-right.last {
    margin-bottom: 0;
  }

  .div-block-8-mobile {
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .events-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .events-div {
    margin-bottom: 0;
  }

  .events-div.last {
    width: auto;
    margin-top: 30px;
  }

  .events-text, .events-image {
    width: 100%;
  }

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

  .slider {
    height: 380px;
  }

  .div-block-12, .div-block-13, .div-block-15, .div-block-16 {
    background-size: cover;
  }

  .div-block-17 {
    box-shadow: none;
  }

  .div-block-18 {
    height: 220px;
  }

  .submit-button {
    margin-top: 20px;
  }

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

  .div-block-13-copy, .div-block-12-copy {
    background-size: cover;
  }

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

  .heading-left {
    margin-top: 0;
    font-size: 50px;
  }

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

  .div-block-12-copy-copy {
    background-size: cover;
  }

  .slider-copy {
    height: 380px;
  }

  .heading-home-copy, .heading-home-copy-dark {
    margin-top: 0;
  }

  .heading-4-homepage {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-15-copy, .div-block-15-copy-copy {
    background-size: cover;
  }

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

  .field-label, .field-label-2 {
    margin-top: 20px;
  }

  .tabs-menu {
    min-height: auto;
    max-height: none;
    display: block;
  }

  .tab-link-tab-1 {
    border-top: 1px solid var(--light-gold);
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .tab-link-tab-1.w--current {
    min-width: 100%;
    max-width: 100%;
  }

  .menus-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-lessons {
    grid-row-gap: 30px;
  }

  .gallery-wrapper {
    grid-row-gap: 10px;
  }

  ._1div-block-6-copy {
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    min-width: 100%;
    max-width: 180px;
  }

  .lightbox-link-4 {
    min-width: 100%;
    max-width: 100%;
  }
}

#w-node-_6d7c53d4-25e6-b2fb-4c6a-097e8b5da475-dfd2cc5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ee8-df5c4ee5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_89140ae9-44fc-e1b7-5522-0651df5c4eec-df5c4ee5, #w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ef3-df5c4ee5, #w-node-bbdd8780-b820-468c-de1f-6df0a75c8902-c345b3b5, #w-node-cfc93ad5-b080-a27d-17d6-eed8abaf840f-c345b3b5, #w-node-_6fc35fad-f4f5-d614-efe2-9b0d651d2232-c345b3b5, #w-node-_6d7c53d4-25e6-b2fb-4c6a-097e8b5da475-d7849201, #w-node-_6d7c53d4-25e6-b2fb-4c6a-097e8b5da475-8795f3cc, #w-node-_6d7c53d4-25e6-b2fb-4c6a-097e8b5da475-889c8613, #w-node-_6d7c53d4-25e6-b2fb-4c6a-097e8b5da475-b7c7b31c, #w-node-cc87df19-7ab8-29f3-feb8-436c58680807-de8596ae, #w-node-_3ea6adf9-00ea-c435-58f3-4c9a625a1671-de8596ae, #w-node-_93591994-75b6-6389-b25d-a188e353f3a0-de8596ae, #w-node-e0f6a7cb-5b53-5efc-5047-6d599d99c863-de8596ae, #w-node-b46c3a8f-688c-4294-b4ef-1a0e26c3b1e2-590320cf, #w-node-_07915f6a-5be3-3bf0-1e79-715e9335c153-590320cf, #w-node-b46c3a8f-688c-4294-b4ef-1a0e26c3b1f0-590320cf, #w-node-_4ad1f671-c69e-b783-88db-7789047c75d2-20f0f0f6, #w-node-_4ad1f671-c69e-b783-88db-7789047c75db-20f0f0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ad1f671-c69e-b783-88db-7789047c75e0-20f0f0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ee8-df5c4ee5 {
    align-self: start;
  }

  #w-node-_99b161a3-b535-e037-15d6-72593f21c765-df5c4ee5, #w-node-_3cae8e13-5963-0d89-67e2-9106f5092749-df5c4ee5, #w-node-_58d9d3e3-6fd2-c2ee-5f16-defed69383be-df5c4ee5, #w-node-a1cad2e6-6001-8f0f-15f9-e278c1915a7c-df5c4ee5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ef3-df5c4ee5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ee8-df5c4ee5 {
    justify-self: center;
  }

  #w-node-_4467632e-ff39-4225-57ee-584a8e01bcee-df5c4ee5, #w-node-_4467632e-ff39-4225-57ee-584a8e01bcf2-df5c4ee5 {
    justify-self: end;
  }

  #w-node-_99b161a3-b535-e037-15d6-72593f21c765-df5c4ee5, #w-node-_3cae8e13-5963-0d89-67e2-9106f5092749-df5c4ee5, #w-node-_58d9d3e3-6fd2-c2ee-5f16-defed69383be-df5c4ee5, #w-node-a1cad2e6-6001-8f0f-15f9-e278c1915a7c-df5c4ee5 {
    justify-self: center;
  }

  #w-node-_89140ae9-44fc-e1b7-5522-0651df5c4ef3-df5c4ee5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Raleway Italic Custom';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Light Custom';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Bold Custom';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway SemiBold Custom';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway BoldItalic Custom';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Regular Custom';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes Custom';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}