@font-face {
  font-family: Tropika Island Script Casual;
  src: url('../fonts/tropika-island-script-casual.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-khaki: #af9c64;
  --black: #202020;
  --dark: #161616;
  --gray: #a0a0a0;
  --gold: #dec991;
}

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

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

p {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.skill-slider-progress {
  background-color: #f83f5a;
  width: 50%;
  height: 100%;
}

.social-icon-box {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-link {
  color: var(--dark-khaki);
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
  padding-right: 12px;
  font-family: poppin;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.d-75-card-wrapper {
  background-color: var(--black);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 340px;
  height: 380px;
  margin: 5px;
  display: flex;
  position: relative;
}

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

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

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

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.small-tile {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1000px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.grid-wrapper.about-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr);
  display: block;
}

.hero-slider {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

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

.reservation-form {
  z-index: 10;
  color: #302627;
  width: 100%;
  max-width: 33em;
  position: relative;
}

.home-3-menu-link {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 34em;
  padding: 4em 0 5em;
  text-decoration: none;
  transition: opacity .825s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-menu-link:hover {
  opacity: .5;
}

.error-message {
  background-color: #ecbdc5;
  border: 1px solid #bd7d88;
  border-radius: .2em;
  margin-top: 1em;
  padding: 1.7em;
  font-weight: 500;
}

.home-3-menu-gradient {
  z-index: 10;
  background-image: linear-gradient(#30262700, #241c1dbf 50%, #000000f2);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-container {
  z-index: 10;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.booking-column-1 {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/fish2.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 100px 5.9em;
  display: flex;
  position: sticky;
  top: 0;
}

.booking {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-3-menu-button {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  bottom: -4em;
}

.about-2.section-spacing {
  background-color: #000;
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/68b205e0951cd6e71a5aa4a8_safe.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
  padding: 100px 50px 50px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-icon-background {
  z-index: 5;
  background-color: #e7e7e7;
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border-bottom: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

.form {
  width: 100%;
}

.pp2 {
  z-index: 20;
  opacity: .8;
  color: #000;
  margin-bottom: 30px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.gradient-bottom-absolute-bg {
  z-index: 2;
  background-image: linear-gradient(#f3eeef00, #f9f7f787 53%, #fff);
  height: 40em;
  position: absolute;
  inset: auto 0% 0%;
}

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

.home-3-menu-title {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.sticky-gradients {
  z-index: 1;
  background-color: #e2d6d8;
  background-image: radial-gradient(circle, #ffffff80, #ffffff03), radial-gradient(circle at 50% 0, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, #85696c, #ffffff03 58%), radial-gradient(circle at 0 0, #ccb1b4 46%, #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-gradients.dark33 {
  background-color: #000;
  background-image: radial-gradient(circle, #00000080, #ffffff03), linear-gradient(124deg, #ffffff03 20%, #5c5c5c80 37%, #ffffff03 83%), radial-gradient(circle at 0 0, #000 46%, #000);
  margin-top: 0;
}

.form-title {
  color: #161616;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 30px;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.booking-image-size {
  z-index: 10;
  width: 100%;
  height: 45em;
  margin-top: 30px;
  position: relative;
}

.home-3-menu {
  margin-top: 50px;
}

.cover-image-2 {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax {
  background-image: url('../images/Replace_Below_menus_AU8I3788BB.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.title-top {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.title-top.white {
  color: #000;
}

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

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

.field-label {
  z-index: 10;
  color: #302627;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.field-label.in-area {
  top: 1.8em;
}

.text-field {
  color: #161616;
  text-align: left;
  background-color: #fff;
  border: 1px solid #54545429;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 7em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.text-field:hover {
  border-color: #85696c;
}

.text-field:focus {
  background-color: #f5f0f1;
  border-color: #85696c;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.text-field.is-area {
  height: 150px;
}

.body-display {
  color: #b8b5b0;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.body-spacing {
  color: #fff;
  padding-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.center-body {
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

.body-display.cc23 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  padding-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

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

.success-message {
  color: #fff;
  background-color: #1d6161;
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 30.1em;
  padding-bottom: 3.6em;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4em;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.submit-form-button {
  background-color: var(--dark);
  letter-spacing: .3em;
  text-transform: uppercase;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: .2em;
  margin-top: 0;
  padding: 1.3em 2em 1.3em 4.1em;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-form-button:hover {
  background-color: #727272;
}

.submit-form-button:focus, .submit-form-button:focus-visible, .submit-form-button[data-wf-focus-visible] {
  background-color: #5a8626;
}

.padding-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  top: 118px;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.slide-img.new0 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/Replace_AU8I3758.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.nbew4 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I3833.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.new3 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/3_AU8I4146.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.new03 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I4114.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.oxtail {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/ADD_AU8I5841.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.food {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/5_AU8I3683.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img._7 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/Replace_AU8I3708A-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.absolute-block-for-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.stacked-heading {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.booking-column-2 {
  z-index: 5;
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 100px 6.8em;
  display: flex;
  position: relative;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  display: grid;
}

.span-bold {
  font-weight: 700;
}

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

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

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

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.image-animation-trigger.in-menu {
  position: absolute;
  inset: 0%;
}

.form-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.form-item.is-area {
  align-items: flex-start;
}

.line-fill {
  color: #f3f0ea;
  background-color: #d80102;
  width: 40%;
  height: 100%;
}

.section-4 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-4.pp3 {
  margin-top: 0;
  overflow: visible;
}

.section-4.is-home-hero-2 {
  z-index: 20;
  background-color: #302627;
  overflow: visible;
}

.section-4.menus {
  background-color: #000;
  overflow: visible;
}

.animation-color-bg {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.animation-color-bg.in-menu {
  background-color: #f3eeef;
}

.home-3-menu-icon {
  z-index: 10;
  filter: invert();
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
  top: -1.6em;
}

.sticky-100vh-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 0;
}

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

.home-3-menu-item {
  display: flex;
}

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

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

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

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

.footer-social-link.whatsapp.last {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 0;
  transition-property: opacity;
}

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

.nav-flex-2 {
  z-index: 1000;
  background-color: #00000063;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 10px 4em;
  display: flex;
  position: static;
  top: 0;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1.5em;
  font-family: Mulish, sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.nav-link-3:hover {
  opacity: 1;
}

.nav-link-3.w--current {
  opacity: 1;
  border-bottom-color: #fff;
}

.nav-flex-3 {
  justify-content: space-between;
  width: 100%;
  min-height: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.nav-contact-link {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-contact-link:hover {
  opacity: .7;
}

.nav-menu-3 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.main-nav {
  align-items: stretch;
  display: flex;
}

.brand-3 {
  opacity: 1;
  color: #fff;
  align-items: center;
  padding: .5em 0;
  transition: opacity .2s;
  display: flex;
}

.brand-3:hover {
  opacity: .8;
}

.subnav {
  align-items: center;
  display: flex;
}

.nav-link-title {
  letter-spacing: .5px;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000005e;
  position: fixed;
  inset: 0% 0% auto;
}

.parallax3 {
  background-image: url('../images/AU8I4164.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 22px;
}

.p_m.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.none.type-color {
  color: #cecece;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.icon-star-filled {
  filter: saturate(196%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/AU8I3843.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 134px 50px 123px;
  display: flex;
  position: relative;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero.roof {
  background-color: #000;
  padding-top: 100px;
}

.shape {
  background-color: #000;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  position: relative;
}

.image-shape {
  background-image: url('../images/AU8I3738.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.section-6 {
  background-color: #fff;
  padding: 50px;
}

.features-description {
  margin-top: 11px;
  margin-bottom: 18px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

.wrapper-full {
  max-width: 1000px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.features-text-wrapper {
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  max-width: 50%;
  padding: 0 45px 0 0;
  display: flex;
}

.features-text-wrapper.right {
  padding-left: 45px;
  padding-right: 0;
}

.row-content {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row-content.reverse-on-tab {
  align-items: stretch;
}

.card-wrapper {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  min-width: 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.features-image {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.heading-9 {
  color: #e22b2b;
  text-transform: none;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.m3 {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/6920b2be9f8133b20d7e2f2c_68b1f02d127981978e17f057_4_Code-red.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 257px 41px 30px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.gallery-lightbox-2.long {
  height: auto;
}

.events {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/Asset-22x.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 400px;
  padding: 100px 50px 212px;
}

.thanks {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/AU8I3858.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
  position: relative;
}

.div-block-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

._8596 {
  z-index: 1;
  border: 1px solid var(--gray);
  background-color: var(--dark);
  color: #fff;
  text-transform: uppercase;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: .6em 1.1em;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

._8596:hover {
  background-color: #545454;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #4c4037;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4.resy {
  z-index: 999;
  background-color: #ff462d;
  border-radius: 6px;
  align-self: center;
  margin-top: 35px;
  margin-right: 0;
  padding: .7rem 1rem .7rem 1.2rem;
  font-weight: 700;
  position: static;
  inset: auto 0 17px auto;
}

.button-label {
  z-index: 10;
  position: relative;
}

.image-23 {
  margin-left: 7px;
}

.wine-features-section-white {
  z-index: 6;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/lobster-leg.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 50px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1100px;
}

.features-card-white {
  border-left: 1px #d7b56e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.features-heading-white {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 25px;
}

.features-paragraph-white {
  font-weight: 300;
}

.btn-parent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f9f9f9;
  background-image: linear-gradient(#171717, #131415);
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Mulish, sans-serif;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
  box-shadow: inset 0 -1px .0625rem #000000c7, inset 0 2px .125rem -.0625rem #46464640, 0 0 0 .0625rem #0000005e;
}

.btn-parent:hover {
  opacity: .87;
  color: #ebebeb;
  box-shadow: inset 0 -1px .125rem #0000005e, inset 0 2px .125rem 0 #1a1a1a, 0 0 0 .0625rem #0000005e;
}

.btn-parent:active {
  color: #b8b8b8;
  background-image: linear-gradient(#111112, #131415);
  box-shadow: inset 0 -1px .125rem #000, inset 0 2px .125rem -.0625rem #0a0a0a, 0 0 0 .0625rem #0000005e;
}

.btn-parent.flip {
  filter: invert();
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.btn-text {
  text-shadow: 0 0 .25rem #000;
  line-height: 1.4;
}

.btn-icon {
  align-items: center;
  width: .625rem;
  display: flex;
}

.red {
  color: #f05c5c;
}

.html-embed-5 {
  height: 450px;
}

.sub-footer {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000de, #000000de), url('../images/calamari.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px;
  display: flex;
}

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

.text-span-25 {
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 600;
  display: block;
}

.link-5 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.image-39 {
  opacity: .72;
  margin-top: 15px;
}

.parallax4 {
  background-image: url('../images/AU8I3858.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.link-6 {
  color: #e63535;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-2.new-class, .heading-2._12 {
  color: #9b2929;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tropika Island Script Casual, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.content-section {
  background-color: #180c01;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.double._01 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 71px 50px 78px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.content-section.double.seafood-wed {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/Asset-34x.png'), url('../images/Asset-44x.png'), url('../images/Asset-224x.png'), url('../images/Asset-14x.png'), url('../images/Asset-94x.png'), url('../images/Asset-54x.png'), url('../images/Asset-84x.png'), url('../images/Asset-74x.png');
  background-position: 0 0, 50% 30%, 100% 0, 50% 60%, 50% 45%, 50% 90%, 50% 14%, 0 100%, 50% 75%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 250px, 200px, 150px, 150px, 150px, 300px, 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 71px 50px 78px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-items: start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.menu-items.top2 {
  margin-top: 8px;
}

.menu-items.top2.short {
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-items.top2.centered {
  grid-row-gap: 10px;
  text-align: center;
  grid-template-columns: 1fr;
  place-items: stretch center;
}

.menu-items.top2.centered.left-cc {
  grid-row-gap: 0px;
  place-items: stretch start;
}

.menu-items.top2.centered._1-co {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-10 {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 700;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: #000;
  text-transform: capitalize;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.info-title.menu.left {
  text-align: left;
}

.menu-box {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box.last {
  margin-bottom: 0;
}

.menu-box.high {
  border: 1px solid #000;
  border-radius: 5px;
  width: auto;
  margin-bottom: 0;
  padding: 23px;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.menu {
  color: #000000d9;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.infotext.menu.cc {
  text-align: center;
  margin-bottom: 5px;
  line-height: 25px;
}

.infotext.menu.cc.down-space {
  margin-bottom: 32px;
}

.infotext.menu.cc._85 {
  color: #000000d9;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.menu-banner.top0 {
  margin-top: 30px;
}

.div-block-64 {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 4px;
}

.image-40 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.allday {
  z-index: 10;
  background-image: linear-gradient(#0006, #0006), url('../images/All-Day_Menu-on-top__AU8I5930.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 300px 41px 30px;
  display: flex;
  position: relative;
}

.drinks-menu {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/AU8I4114.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 300px 41px 30px;
  display: flex;
  position: relative;
}

.seafd {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/AU8I4164.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 300px 41px 30px;
  display: flex;
  position: relative;
}

.text-span-13 {
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-4 {
  text-transform: uppercase;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-box-2 {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 69px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box-2.high {
  border: 1px solid #000;
  border-radius: 5px;
  width: auto;
  margin-bottom: 0;
  padding: 23px;
}

.div-block-65 {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 4px;
}

.div-block-65.sw {
  min-width: 600px;
}

.div-block-66 {
  z-index: 20;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: 110px 0% auto;
}

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

.fridya {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 37px;
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.fridya.white {
  color: #000;
}

.text-span-26 {
  color: #a31414;
  font-weight: 700;
}

.text-span-27 {
  color: #a52e2e;
  font-weight: 600;
}

.happy-hour {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/AU8I3718.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 300px 41px 30px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    place-items: center stretch;
    width: auto;
    position: static;
  }

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

  .body-display {
    color: #b8b5b0;
    font-size: 18px;
  }

  .body-display.center-body, .body-display.cc23 {
    padding-top: 10px;
  }

  .line-fill {
    background-color: #ceaa72;
  }
}

@media screen and (max-width: 991px) {
  .d-75-card-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .grid-wrapper.about-2 {
    grid-template-columns: minmax(50px, 1fr) minmax(auto, 1000px) minmax(50px, 1fr);
  }

  .menu-container {
    width: 100%;
  }

  .booking-column-1 {
    padding: 50px;
  }

  .booking {
    align-items: center;
  }

  .about-2.section-spacing {
    padding: 80px 30px;
  }

  .list-item {
    grid-template-rows: auto;
    min-height: 130px;
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .booking-image-size {
    height: 40em;
  }

  .parallax {
    background-attachment: scroll;
    height: 400px;
  }

  .body-display {
    font-size: 16px;
  }

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

  .padding-inner {
    padding: 80px 50px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .stacked-heading {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .half-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .booking-column-2 {
    justify-content: center;
    padding: 50px;
  }

  .medium-stacked-intro {
    max-width: 700px;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .sticky-100vh-block {
    padding-bottom: 50px;
  }

  .home-3-menu-list {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .menu-button-4 {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

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

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link-3 {
    white-space: nowrap;
    border-bottom-width: 2px;
    min-height: 3.2em;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2.2em;
  }

  .nav-flex-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .nav-contact-link {
    font-size: 11px;
  }

  .nav-contact-link.hide {
    display: none;
  }

  .nav-menu-3 {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.7em 4em;
  }

  .menu-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
  }

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

  .parallax3 {
    background-attachment: scroll;
    height: 400px;
  }

  .p_m {
    text-align: left;
  }

  .pat6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I3843.jpg');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 80px 50px;
  }

  .c-testimonials-gird {
    grid-column-gap: 0em;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    margin-bottom: 0;
  }

  .grid-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-hero.roof {
    padding-top: 50px;
  }

  .shape {
    height: 140vh;
  }

  .image-shape {
    background-attachment: scroll;
  }

  .features-description {
    text-align: center;
  }

  .features-text-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }

  .features-text-wrapper.right {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .row-content {
    flex-direction: column;
    justify-content: center;
  }

  .row-content.reverse-on-tab {
    flex-direction: column-reverse;
    align-items: center;
  }

  .row-content.reverse-on-tab.flip2 {
    flex-flow: wrap;
  }

  .card-wrapper.flip {
    margin-top: 50px;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .gallery-lightbox-2 {
    height: 13em;
  }

  .events {
    padding-bottom: 170px;
  }

  .thanks {
    padding-left: 54px;
    padding-right: 54px;
  }

  .button-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wine-features-section-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .features-card-white {
    width: 100%;
    padding-right: 0;
  }

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

  .parallax4 {
    background-attachment: scroll;
    height: 400px;
  }

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

  .content-section {
    max-width: 100%;
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.double._01, .content-section.double.seafood-wed {
    padding: 50px;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-items.top2.short {
    grid-template-columns: 1fr 1fr;
  }

  .allday, .drinks-menu, .seafd {
    padding-left: 54px;
    padding-right: 54px;
  }

  .div-block-65.sw {
    min-width: 100%;
  }

  .div-block-66 {
    top: 138px;
  }

  .happy-hour {
    padding-left: 54px;
    padding-right: 54px;
  }
}

@media screen and (max-width: 767px) {
  .small-tile {
    text-align: left;
  }

  .grid-wrapper, .grid-wrapper.about-2 {
    grid-template-columns: minmax(30px, 1fr) minmax(auto, 1000px) minmax(30px, 1fr);
  }

  .reservation-form {
    max-width: none;
  }

  .booking-column-1 {
    border-radius: .2em;
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 50px 30px;
    position: relative;
  }

  .booking {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .home-3-menu-button {
    bottom: -.1em;
  }

  .about-2.section-spacing {
    padding-bottom: 53px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .form, .pp2 {
    text-align: center;
  }

  .form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .booking-image-size {
    height: 45em;
  }

  .parallax {
    height: 300px;
  }

  .title-top {
    font-size: 30px;
  }

  .hero-1 {
    padding-top: 15em;
  }

  .submit-form-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2em;
    padding-right: 1.2em;
  }

  .padding-inner {
    padding: 50px 30px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 0 30px 50px;
  }

  .gallery-lightbox {
    height: 150px;
  }

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

  .menu-button-4 {
    padding-top: .4em;
    padding-bottom: .4em;
  }

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

  .nav-link-3 {
    margin-right: 1.8em;
  }

  .nav-flex-3 {
    min-height: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-contact-link {
    font-size: 10px;
  }

  .parallax3 {
    height: 300px;
  }

  .p_m {
    text-align: left;
  }

  .p_m.review {
    font-size: 15px;
  }

  .p_m.footer-text {
    color: #f5f5f5db;
    font-size: 14px;
  }

  .pat6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .revi {
    text-align: left;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shape {
    height: 80vh;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

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

  .m3 {
    height: 300px;
    padding-top: 164px;
    padding-left: 38px;
    padding-right: 38px;
  }

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

  .gallery-lightbox-2, .gallery-lightbox-2.long {
    height: 150px;
  }

  .events {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thanks {
    height: 300px;
    padding-top: 164px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .button-4 {
    font-size: 9px;
  }

  .wine-features-section-white {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .features-card-white {
    justify-content: center;
    align-items: center;
  }

  .features-heading-white {
    text-align: center;
    margin-bottom: 0;
  }

  .features-paragraph-white {
    text-align: center;
    font-size: 14px;
  }

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

  .link-4 {
    display: block;
  }

  .parallax4 {
    height: 300px;
  }

  .heading-2._12 {
    font-size: 25px;
  }

  .content-section.double._01 {
    padding: 30px;
  }

  .content-section.double.seafood-wed {
    background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/pngtree-watercolor-snapper-fish-clip-art-png-image_10145487.png'), url('../images/Asset-34x.png'), url('../images/Asset-224x.png'), url('../images/Asset-14x.png'), url('../images/Asset-94x.png'), url('../images/Asset-54x.png'), url('../images/Asset-84x.png'), url('../images/Asset-74x.png');
    background-position: 0 0, 50% 1%, 50% 30%, 50% 60%, 50% 45%, 50% 90%, 50% 14%, 0 100%, 50% 75%;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 150px, 200px, 200px, 150px, 150px, 150px, 200px, 150px;
    padding: 30px;
  }

  .menu-items {
    grid-template-columns: 1fr;
    place-items: stretch center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-items.top2 {
    place-items: stretch center;
  }

  .menu-items.top2.short {
    grid-template-columns: 1fr;
  }

  .menu-items.top2.centered.left-cc {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .info-title.menu {
    text-align: center;
    text-align: center;
  }

  .info-title.menu.left {
    text-align: left;
  }

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

  .allday, .drinks-menu, .seafd {
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    place-items: start;
  }

  .div-block-66 {
    flex-flow: wrap;
    padding-top: 11px;
    padding-bottom: 11px;
    top: 117px;
  }

  .fridya {
    font-size: 30px;
  }

  .happy-hour {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 479px) {
  .d-75-card-wrapper {
    width: 300px;
    height: 300px;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .small-tile {
    text-align: center;
    margin-bottom: 13px;
    font-size: 25px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    width: 100%;
    max-height: 100%;
  }

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

  .slide-content {
    height: 100%;
  }

  .home-3-menu-link {
    min-height: 300px;
    padding: 12px 12px 3px;
  }

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

  .home-3-menu-button {
    width: 100%;
    height: 5em;
  }

  .about-2.section-spacing {
    padding-top: 52px;
  }

  .list-item {
    grid-template-columns: 4fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .gallery-thumbnail {
    object-fit: cover;
  }

  .pp2 {
    font-size: 14px;
  }

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

  .home-3-menu-title {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .form-title {
    font-size: 30px;
  }

  .home-3-menu {
    width: 100%;
    margin-top: 30px;
  }

  .cover-image-2 {
    object-position: 50% 70%;
    max-width: none;
  }

  .field-label {
    left: 1.2em;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .body-display {
    font-size: 15px;
    line-height: 1.5em;
  }

  .body-display.body-spacing {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .body-display.center-body, .body-display.cc23 {
    font-size: 14px;
    line-height: 1.5em;
  }

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

  .hero-1 {
    height: 95vh;
    padding-top: 0;
  }

  .submit-form-button {
    background-position: 7%;
    width: 100%;
    margin-top: .8em;
    padding: 1.6em 1.5em;
    font-size: 1em;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new0, .slide-img.nbew4 {
    height: 100%;
  }

  .slide-img.new3 {
    background-position: 0 0, 55%;
    height: 100%;
  }

  .slide-img.new03 {
    background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I4124.jpg');
    height: 100%;
  }

  .slide-img.oxtail {
    height: 100%;
  }

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

  .slide-img._7 {
    background-position: 0 0, 20%;
    height: 100%;
  }

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

  .stacked-heading {
    grid-row-gap: 15px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

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

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .sticky-100vh-block {
    padding-bottom: 0;
  }

  .home-3-menu-list {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .menu-button-4 {
    margin-right: .5em;
  }

  .nav-flex-2 {
    padding: 0 5vw;
  }

  .nav-link-3 {
    min-height: 3em;
  }

  .nav-flex-3 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .burger-icon {
    margin-right: .5em;
  }

  .nav-contact-link {
    display: none;
  }

  .main-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3.9em;
    padding-left: 20px;
    padding-right: 0;
  }

  .brand-3 {
    font-size: .8em;
  }

  .menu-title {
    font-size: 13px;
  }

  .nav-link-title {
    font-weight: 600;
  }

  .p_m.review {
    text-align: center;
    letter-spacing: .1px;
    font-size: 14px;
  }

  .p_m.footer-text {
    text-align: center;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

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

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    text-align: center;
  }

  .grid-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .features-text-wrapper {
    align-items: center;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-text-wrapper.right {
    padding-top: 6px;
  }

  .card-wrapper.flip {
    margin-top: 0;
  }

  .card-wrapper.middle {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .features-image-wrapper {
    min-width: 100%;
  }

  .heading-9 {
    font-size: 22px;
  }

  .m3 {
    height: auto;
    padding: 155px 30px 36px;
  }

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

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

  .events {
    padding-bottom: 147px;
  }

  .thanks {
    height: auto;
    padding: 0 30px;
  }

  .div-block-63 {
    z-index: 5;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-color: #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    margin-bottom: 0;
    padding: 10px;
    display: grid;
    position: fixed;
    inset: auto 0% 0%;
  }

  ._8596 {
    border-color: var(--gray);
    min-width: 0;
    padding-left: .6em;
    padding-right: .6em;
    font-size: 11.5px;
  }

  .button-4 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .button-4.resy {
    letter-spacing: 2px;
    padding: .7rem .8rem;
    font-size: 10px;
  }

  .button-label {
    font-size: 11px;
  }

  .image-23 {
    width: 30px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    place-items: start stretch;
  }

  .features-card-white {
    padding-right: 0;
  }

  .btn-parent.flip {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 13px;
  }

  .html-embed-5 {
    height: 280px;
  }

  .sub-footer {
    padding-bottom: 76px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-2.new-class {
    margin-bottom: 4px;
    font-size: 25px;
    font-weight: 400;
    line-height: 45px;
  }

  .heading-2._12 {
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 45px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.double._01, .content-section.double.seafood-wed {
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .menu-items {
    justify-items: center;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    text-align: center;
    font-size: 15px;
  }

  .menu-box {
    margin-bottom: 0;
  }

  .menu-box.high {
    padding: 15px;
  }

  .infotext.menu {
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .div-block-64 {
    margin-bottom: 0;
  }

  .image-40 {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .allday, .drinks-menu {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .seafd {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    place-items: start;
  }

  .menu-box-2 {
    margin-bottom: 39px;
  }

  .menu-box-2.high {
    padding: 15px;
  }

  .div-block-65.sw {
    margin-bottom: 25px;
  }

  .div-block-66 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 13px 5px;
    top: 94px;
  }

  .fridya {
    font-size: 20px;
    line-height: 35px;
  }

  .happy-hour {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#w-node-_2aa18bf5-40bc-4bd4-8d02-ab72ab15b03f-f3290bbf, #w-node-cd85dc24-6416-dd9b-3581-63a6284dec56-f3290bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec57-f3290bbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec58-f3290bbf {
  align-self: start;
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec59-f3290bbf {
  justify-self: center;
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec5b-f3290bbf {
  align-self: start;
}

#w-node-_14c3a7a6-a77b-450e-971f-efbc6dcf8278-f3290bbf, #w-node-cd85dc24-6416-dd9b-3581-63a6284dec60-f3290bbf, #w-node-b071ea32-c37f-a3ae-d59c-2e734e279273-f3290bbf, #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-f3290bbf, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-f3290bbf, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-f3290bbf, #w-node-a6356674-163f-9f18-e480-53bf124ea944-f3290bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d7d7a5b-7cf2-d952-e511-22f66b9b6d34-b23a2929 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ce4c9cb-a0a5-e273-27f9-f79d8a3669ad-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca4bfc81-053c-e6a8-f536-f8fec98f0acc-b23a2929 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_036ccda4-6ce4-d24b-858f-edc0b364b169-b23a2929, #w-node-_928e344a-41d5-f23d-afd6-1d957af4a66c-b23a2929, #w-node-_5405a812-678c-f309-a92f-840942400e99-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cd17569-f07f-162e-2ce8-c3adeb763642-b23a2929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b87c74f8-bb59-824e-6a9e-f1913567e1d0-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48b1f9d8-22aa-c9c1-dc21-9898645f5a53-b23a2929 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_86138240-01de-b118-4bfb-71d7e2cd8a53-b23a2929, #w-node-_415806c8-fc04-5005-871b-74596a62c1f4-b23a2929, #w-node-df678401-fed6-4172-c3d1-7d1b5879b0ad-b23a2929, #w-node-_57040abb-ef43-d10f-9971-9399da3bdf27-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e97630a-2f3f-5292-8af0-34e124c865cd-b23a2929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd1566f1-a42c-fc89-f49a-169a3eeda183-b23a2929, #w-node-_755a5e8e-d7d9-6c59-6341-9ab2bd79e231-b23a2929, #w-node-_614c3f62-cbe8-57c4-6819-d38ac01a953b-b23a2929, #w-node-d0fe079d-1b13-dd13-9bab-6be023a380e9-b23a2929, #w-node-_6bf9b420-ba43-6007-589a-aa2a6bb53647-b23a2929, #w-node-_2f256197-0b70-2430-e666-c4d65725a2dc-b23a2929, #w-node-_05b2f23d-3146-0530-7546-a6bc03581f98-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ab4e2b-5ccb-55ac-68a6-2ca10719f762-b23a2929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c20e623-088c-023b-4bd0-19a2a96dcfee-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cb3cea1-3f39-9bae-0a78-39a1a85a6ca7-b23a2929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaf5983-226a-cca0-f8bd-56e365254f0a-b23a2929, #w-node-_4c1d0b22-474e-df41-b6c4-c916df3bf5ad-b23a2929, #w-node-_1639bd2d-9e19-893a-e5b1-96927ebdff31-b23a2929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6e53b01-bd97-782c-dc30-26838d159881-b23a2929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7dee137-cb0a-e970-f3c3-fe395edcf43c-5dc74ea2, #w-node-b7dee137-cb0a-e970-f3c3-fe395edcf43f-5dc74ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd85dc24-6416-dd9b-3581-63a6284dec57-f3290bbf {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d746-f3290bbf, #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d75b-f3290bbf, #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d770-f3290bbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-f3290bbf, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-f3290bbf, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-f3290bbf, #w-node-_6d7d7a5b-7cf2-d952-e511-22f66b9b6d34-b23a2929, #w-node-ca4bfc81-053c-e6a8-f536-f8fec98f0acc-b23a2929, #w-node-_4cd17569-f07f-162e-2ce8-c3adeb763642-b23a2929, #w-node-_48b1f9d8-22aa-c9c1-dc21-9898645f5a53-b23a2929, #w-node-_5e97630a-2f3f-5292-8af0-34e124c865cd-b23a2929, #w-node-a0ab4e2b-5ccb-55ac-68a6-2ca10719f762-b23a2929, #w-node-_5cb3cea1-3f39-9bae-0a78-39a1a85a6ca7-b23a2929, #w-node-b6e53b01-bd97-782c-dc30-26838d159881-b23a2929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce1c57c8-2c55-1379-9a4e-c8b090d2baa2-16079b80 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d746-f3290bbf {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-f3290bbf, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-f3290bbf, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-f3290bbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tropika Island Script Casual';
  src: url('../fonts/tropika-island-script-casual.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}