@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: #5d4d1c;
  --black: #202020;
  --dark-blue: #10173a;
  --blue: #152064;
  --gold: #dec991;
  --gray: #a0a0a0;
  --dark: #161616;
}

.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: lowercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: trajan-pro-3, 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: 25em;
  padding: 4em 0 1em;
  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(180deg, #30262700, #241c1dbf 50%, var(--dark-blue));
  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/Asset-12.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  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;
  display: flex;
  position: absolute;
}

.about-2.section-spacing {
  background-image: linear-gradient(180deg, black, var(--dark-blue));
  padding: 100px 50px;
}

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

.form-icon-background {
  z-index: 5;
  background-color: #e7e8f0;
  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 {
  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: var(--dark-blue);
  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: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 18px;
  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: var(--blue);
  letter-spacing: .5px;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-family: trajan-pro-3, 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: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-2.center {
  object-position: 50% 50%;
}

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

.title-top {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.title-top.white {
  color: var(--blue);
}

.title-top.gold {
  text-transform: lowercase;
  text-shadow: none;
  font-family: trajan-pro-3, sans-serif;
}

.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: var(--blue);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: .8em;
  font-weight: 700;
  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;
  margin-bottom: 13px;
  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;
  margin-bottom: 20px;
  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(--blue);
  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: trajan-pro-3, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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;
}

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

.slide-img.new0 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/pgiftcards.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/pmenus02.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/fromtop.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/Papatzul-108.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.taco {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/g3.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: 20px;
  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(180deg, #020202, var(--dark-blue));
  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;
}

.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-image: linear-gradient(180deg, black, var(--dark-blue) 59%, var(--dark-blue));
  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 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;
}

.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/Papatzul-79.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, .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;
  line-height: 22px;
}

.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/background.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: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: trajan-pro-3, 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: var(--dark-blue);
  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/p_aboutus.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 {
  color: var(--dark-blue);
  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;
  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: var(--blue);
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.m3 {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/fromtop.jpg');
  background-position: 0 0, 50% 0;
  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: #22209b80;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-wrap-2 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  outline-color: var(--gold);
  outline-offset: 0px;
  background-color: #15206414;
  border-radius: 0;
  outline-width: 3px;
  outline-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  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(#ffffffeb, #ffffffeb), url('../images/papa1.png'), url('../images/Asset-22x.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, no-repeat, repeat-x;
  background-size: auto, auto, 400px;
  padding: 100px 50px 212px;
}

.thanks {
  z-index: 10;
  border-bottom: 2px solid var(--gold);
  background-image: linear-gradient(#00000082, #00000082), url('../images/Papatzul-200.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;
}

.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(#fffffff2, #fffffff2), url('../images/Asset-12.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 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;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.features-heading-white {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.features-paragraph-white {
  color: var(--blue);
  font-weight: 300;
}

.btn-parent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, var(--dark-blue), var(--blue));
  color: #f9f9f9;
  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 {
  background-color: #252d5c;
  background-image: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Mulish, sans-serif;
  font-weight: 500;
  box-shadow: inset 0 -1px .0625rem #000000c7, inset 0 2px .125rem -.0625rem #46464640;
}

.btn-parent.flip.invert {
  color: var(--dark-blue);
  background-color: #fff;
}

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

.btn-text.none {
  text-shadow: none;
}

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

.html-embed-5 {
  border-bottom: 2px solid var(--gold);
  height: 450px;
}

.sub-footer {
  background-color: var(--blue);
  text-align: center;
  background-image: linear-gradient(#10163aed, #10163aed), url('../images/1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px;
  display: flex;
}

.link-4 {
  color: var(--gold);
  text-decoration: none;
}

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

.link-5 {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

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

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

.link-6 {
  color: var(--gold);
  font-weight: 400;
  text-decoration: none;
}

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

.heading-2.new-class {
  color: var(--blue);
  text-align: center;
  letter-spacing: -2px;
  text-transform: lowercase;
  text-shadow: -2px 2px #ffeeb6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.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 {
  border-bottom: 2px solid var(--gold);
  background-color: #eee7e0;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/papa1.png'), url('../images/papa2.png');
  background-position: 0 0, 108% 1%, -7% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 300px, 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  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;
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.info-title.menu1 {
  color: var(--blue);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.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 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

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

.title-text.menu2 {
  color: var(--blue);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.title-text.menu.cc._85 {
  color: var(--dark-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  line-height: 22px;
}

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

.allday {
  z-index: 10;
  background-image: linear-gradient(#0006, #0006), url('../images/Papatzul-87.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: 350px 41px 30px;
  display: flex;
  position: relative;
}

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

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

.text-span-27 {
  color: #c92323;
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 400;
}

.image-41 {
  opacity: .75;
  margin-bottom: -34px;
}

.resy-widget {
  z-index: 99999;
  display: block;
  position: fixed;
  inset: auto auto 1% 1%;
}

.addon {
  color: var(--dark-khaki);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.kel-wrap-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
}

.kel-wrap-4 {
  margin-left: 0;
  margin-right: 0;
}

.kel-pic-1 {
  transition: filter .325s;
}

.kel-pic-1:hover {
  filter: invert(47%);
}

.kel-pic-1.non {
  filter: none;
  border-radius: 2px;
  transition-property: opacity;
}

.kel-pic-1.non:hover {
  opacity: .63;
}

.brunch {
  z-index: 10;
  background-image: linear-gradient(#0000 46%, #000000b8), url('../images/Papatzul-163.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 350px 41px 30px;
  display: flex;
  position: relative;
}

.drinks {
  z-index: 10;
  background-image: linear-gradient(#0000 46%, #000000b8), url('../images/pmenus02.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: 350px 41px 30px;
  display: flex;
  position: relative;
}

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

.party {
  z-index: 10;
  background-image: linear-gradient(#0006, #0006), url('../images/Papatzul-72.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: 350px 41px 30px;
  display: flex;
  position: relative;
}

.text-span-29 {
  display: block;
}

.bold-text-6 {
  text-transform: lowercase;
  font-family: trajan-pro-3, sans-serif;
  font-weight: 600;
}

.text-span-30 {
  font-size: 30px;
}

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

  .about-2.section-spacing {
    background-image: linear-gradient(#10173ade, #10173ade), url('../images/Asset-3.svg'), url('../images/vector-2.svg');
    background-position: 0 0, -10%, 50% -100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 300px, contain;
  }

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

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

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

  .gallery-wrap-2 {
    max-width: 1500px;
  }

  .content-section.double._01 {
    background-image: linear-gradient(to bottom, null, null), url('../images/papa1.png'), url('../images/papa2.png');
    background-position: 0 0, 108% 1%, 1% 100%;
  }
}

@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: 50px 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 1fr;
  }

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

  .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: 0;
    margin-bottom: 0;
    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-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4.2em 4em 1.7em;
  }

  .menu-title {
    color: #fff;
    font-family: Mulish, sans-serif;
    font-size: 13px;
    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 {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/papa1.png'), url('../images/papa2.png');
    background-position: 0 0, 108% 1%, -7% 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 300px, 150px;
    padding: 50px;
  }

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

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

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

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

  .kel-wrap-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: minmax(0, 150px) minmax(0, 150px) minmax(0, 150px) minmax(0, 200px);
  }

  .brunch, .drinks, .happy, .party {
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-span-29 {
    display: inline;
  }
}

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

  .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: 0;
    padding: 50px 30px;
    position: relative;
  }

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

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

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

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

  .form {
    text-align: center;
  }

  .pp2 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

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

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

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

  .parallax {
    height: 300px;
  }

  .title-top, .title-top.gold {
    font-size: 40px;
  }

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

  .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: 50px 30px;
  }

  .gallery-lightbox {
    height: 150px;
  }

  .home-3-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

  .parallax3 {
    height: 300px;
  }

  .p_m {
    text-align: left;
  }

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

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

  .pat6 {
    padding: 50px 30px;
  }

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

  .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-description {
    font-size: 14px;
    line-height: 22px;
  }

  .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: 200px;
  }

  .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;
    line-height: 22px;
  }

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

  .link-4 {
    display: block;
  }

  .parallax4 {
    height: 300px;
  }

  .content-section.double._01 {
    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;
  }

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

  .allday {
    padding-left: 38px;
    padding-right: 38px;
  }

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

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .brunch, .drinks, .happy {
    background-position: 0 0, 50%;
    padding-left: 38px;
    padding-right: 38px;
  }

  .party {
    padding-left: 38px;
    padding-right: 38px;
  }

  .text-span-29 {
    display: block;
  }
}

@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: 250px;
    padding: 12px 12px 3px;
  }

  .home-3-menu-gradient {
    background-image: linear-gradient(180deg, #30262700, #241c1dbf 50%, var(--dark-blue));
  }

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

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

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

  .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: .5px;
    font-size: 18px;
  }

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

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

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

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

  .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: 0;
    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 {
    height: 100%;
  }

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

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

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

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

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

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

  .section-4.menus {
    background-image: linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
  }

  .home-3-menu-icon {
    top: -2.8em;
  }

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

  .home-3-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: stretch stretch;
  }

  .menu-button-4 {
    margin-right: .5em;
    padding-top: .3em;
    padding-bottom: .3em;
  }

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

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

  .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: 3.9em 0 .7em 20px;
  }

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

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

  .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: 20px;
  }

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

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

  .events {
    padding-bottom: 147px;
  }

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

  .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: 25px;
    grid-row-gap: 25px;
    place-items: start stretch;
  }

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

  .features-heading-white {
    margin-top: 0;
  }

  .btn-parent.flip {
    filter: none;
    background-color: #252d5c;
    background-image: none;
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 13px;
  }

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

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

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

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

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

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

  .content-section.double._01 {
    background-image: linear-gradient(to bottom, null, null), url('../images/papa1.png'), url('../images/papa2.png');
    background-size: auto, 200px, 150px;
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 26px;
  }

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

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

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

  .title-text.menu2, .title-text.menu {
    text-align: center;
    font-size: 14px;
  }

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

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

  .resy-widget {
    bottom: 0%;
  }

  .kel-wrap-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .kel-wrap-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .brunch {
    background-image: linear-gradient(#0000 46%, #000000b8), url('../images/Papatzul-198.jpg');
    height: auto;
    padding-top: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .drinks, .happy {
    height: auto;
    padding-top: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec56-80465dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec58-80465dd3, #w-node-cd85dc24-6416-dd9b-3581-63a6284dec5b-80465dd3 {
  align-self: start;
}

#w-node-_14c3a7a6-a77b-450e-971f-efbc6dcf8278-80465dd3, #w-node-d9d7694c-c3eb-00fa-4b3b-c3a36aefbdea-80465dd3, #w-node-cd85dc24-6416-dd9b-3581-63a6284dec60-80465dd3, #w-node-b071ea32-c37f-a3ae-d59c-2e734e279273-80465dd3, #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d746-80465dd3, #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-80465dd3, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-80465dd3, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-80465dd3, #w-node-_4a21a7db-7cd8-8b87-e42d-5e1da7ebb241-80465dd3, #w-node-_1cd24301-d1e3-f7ca-0b44-588759903d82-80465dd3, #w-node-a6356674-163f-9f18-e480-53bf124ea944-80465dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_1ce4c9cb-a0a5-e273-27f9-f79d8a3669ad-80465e38, #w-node-_0b09b92f-73cc-020e-75d5-dff5f05ebefa-80465e38, #w-node-_3f2049c1-0da5-9b87-a7a9-bad22dcafbf6-80465e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e9681c4-4405-ecb5-6a2f-1de3bf1ab149-80465e38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89c64fe3-432a-4235-7a3b-8371b62e3af7-80465e38, #w-node-_466ec338-da07-51f8-2247-e5403968dd1b-80465e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31254838-d681-5e72-e4a9-69ca20a4bd14-80465e38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_86718d44-dde4-d2d9-276e-f20ff98157e8-80465e38, #w-node-_94e3663b-16a4-7f29-cd02-23eb90e3f7e8-80465e38, #w-node-_05d521fa-39dd-c404-cd92-8cc259091403-80465e38, #w-node-_97d99913-2d91-a1fc-0b8b-e1186813763f-80465e38, #w-node-_1fcbb768-615f-2b67-593f-8f5a216b2130-80465e38, #w-node-dbea8995-b42b-c4cd-3bfb-a11cdf78b089-80465e38, #w-node-_6c856645-d52a-8b2f-8f59-120d7c2ef45a-80465e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50c3ba46-ef60-24cf-ca0d-d5d7be1cd2c1-80465e38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d4194b42-e294-3c28-4990-bf877d808f85-80465e38, #w-node-_3aa670c4-1f70-4c4e-f404-340cfee47b2a-80465e38, #w-node-d4d4b297-30fb-9b1f-6e99-44ffe358e1e2-80465e38, #w-node-_08db496a-00b1-36f2-7d9c-ee150b843207-80465e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

  #w-node-_1cd24301-d1e3-f7ca-0b44-588759903d82-80465dd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

  #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-80465dd3, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-80465dd3, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-80465dd3, #w-node-_4a21a7db-7cd8-8b87-e42d-5e1da7ebb241-80465dd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cd24301-d1e3-f7ca-0b44-588759903d82-80465dd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d7d7a5b-7cf2-d952-e511-22f66b9b6d34-80465e38, #w-node-_7e9681c4-4405-ecb5-6a2f-1de3bf1ab149-80465e38, #w-node-_31254838-d681-5e72-e4a9-69ca20a4bd14-80465e38, #w-node-_50c3ba46-ef60-24cf-ca0d-d5d7be1cd2c1-80465e38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

  #w-node-cd85dc24-6416-dd9b-3581-63a6284decca-80465dd3, #w-node-_4ccd25ac-dfb9-bd75-e942-10dd0a2103b0-80465dd3, #w-node-_83cdb769-8ace-70c1-52d7-dbcbe2c34be2-80465dd3, #w-node-_4a21a7db-7cd8-8b87-e42d-5e1da7ebb241-80465dd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cd24301-d1e3-f7ca-0b44-588759903d82-80465dd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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