@font-face {
  font-family: Gentlemens Script;
  src: url('../fonts/Gentlemens-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green1: #1b646d;
  --gold1: #a08a28;
  --gold2: #f0db78;
  --body: #0c3c42;
  --green3: #cee1e3;
  --beige: #fffcf5;
  --green2: #25848c;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  align-items: stretch;
  min-height: 100vh;
  padding: 10px;
  font-family: Glacial;
  font-weight: 400;
  display: flex;
  position: relative;
}

.col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #1a646d;
  background-image: linear-gradient(#1a646dfa, #1a646dfa), url('../images/Asset-44x.png');
  background-position: 0 0, -300px 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.col._2 {
  background-color: #26848d;
  background-image: linear-gradient(#26848dfa, #26848dfa), url('../images/plam.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  text-decoration: none;
  position: relative;
}

.heading-wrapper-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #ffffff12;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: filter .35s;
  display: flex;
}

.subtext {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}

.subtext.black {
  color: #fff;
}

.heading-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  text-align: center;
  background-color: #ffffff12;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: filter .35s;
  display: flex;
}

.div-block {
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #fdd789;
  min-width: 125px;
  padding: 8px 13px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.div-block:hover {
  background-color: #27848d;
}

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

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2 {
  color: #1b646d;
  background-color: #fff;
  background-image: linear-gradient(#27848c3d, #27848c3d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.centered {
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.centered.black {
  color: #fff;
}

.text-span {
  color: var(--green1);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-2 {
  color: var(--gold1);
  -webkit-text-stroke-width: 1px;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
}

.heading {
  color: var(--gold2);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 20px;
}

.hero-section {
  z-index: 999;
  background-color: #000;
  min-height: 100vh;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.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-color: var(--gold1);
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 36%;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-app-symbol.png');
  background-size: 16px;
  border-style: none;
  border-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.facebook:hover {
  opacity: .55;
  background-color: #0000;
}

.hero-slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

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

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new2 {
  background-image: url('../images/AU8I3875.jpg');
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/AU8I4056.jpg');
}

.slide-img.new5 {
  background-image: url('../images/AU8I3992.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new4 {
  background-image: url('../images/AU8I3924.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.hero-link {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: var(--green3);
}

.social-box {
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

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

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

.overlay {
  background-color: #0d131691;
  position: absolute;
  inset: 0%;
}

.overlay.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 25%, #0000), linear-gradient(#0000, #0000 55%, #000000fa);
}

.on-load-5._4545 {
  margin-top: 10px;
}

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

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

.hero-container {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-container.p {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 28px;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav_container {
  background-color: var(--green1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.04em;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: var(--body);
  text-align: center;
  cursor: pointer;
  background-color: #ffd789;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .7em 1em .6em;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.button_label {
  white-space: pre;
}

.margin_top-auto {
  margin-top: auto !important;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.margin-top_none {
  margin-top: 0;
}

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

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #c0ea88;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #aee465;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #182928;
  border-radius: .75rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.card-link {
  opacity: 1;
  color: #fdf9f2;
  background-color: #182928e6;
  background-image: linear-gradient(#fdf9f21a, #0000);
  border: 0 solid #fdf9f233;
  border-radius: .75rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #fdf9f233, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.card-link:hover {
  opacity: 1;
  color: #fdf9f2;
  background-color: #182928e6;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #fdf9f233, 0 4px 6px #0000001a, 0 2px #0000000d;
}

.card-link.is-inverse {
  color: #182928;
  background-color: #fdf9f2;
  border-color: #0000;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: lowercase;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fdf9f2;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav_logo-icon {
  align-self: stretch;
  display: flex;
}

.mega-nav_dropdown-list-wrapper {
  color: #fdf9f2;
  background-color: #182928;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fdf9f2;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #f9f8f599;
}

.icon-3 {
  color: #c0ea88;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-3.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.nav_dropdown-menu {
  position: static;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  color: #ffd789;
  text-transform: uppercase;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
}

.nav_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.nav {
  z-index: 9999;
  color: #fdf9f2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr minmax(300px, 300px);
  margin-top: 150px;
  margin-bottom: 150px;
  margin-right: 5px;
}

.grid._85 {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--green1);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 50px;
}

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

.paragraph-2.non-pad {
  margin-bottom: 0;
}

.link-block {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  background-color: #ab8d69;
  border-color: #ab8d69;
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.btn2 {
  color: #321611;
  border-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block.btn2:hover {
  background-color: #0000;
  border-color: #0000;
}

.toph {
  z-index: 8;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 35px auto 0;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-18 {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  width: 1px;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.text-block.btn2 {
  color: #321611;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  transition: text-shadow .3s;
}

.text-block.btn2:hover {
  text-shadow: 0 28px #ccc, 0 14px #ccc;
}

.image-8 {
  position: relative;
  left: 60px;
}

.div-block-7 {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-7 {
  z-index: 10;
  position: relative;
  right: 60px;
}

.paragraph-3 {
  color: var(--body);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-3.cc4 {
  text-align: center;
}

.section-2 {
  background-color: var(--beige);
  background-image: linear-gradient(#fffcf5f2, #fffcf5f2), url('../images/clipart1.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 50px;
  display: flex;
}

.text-span-9 {
  color: #816c0b;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.text-span-10 {
  color: var(--gold1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.grey-text-2 {
  color: #777;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.grey-text-2.h1 {
  color: var(--body);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.image-5 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.heading-13 {
  color: var(--green1);
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-13.hourst {
  color: #642e24;
  margin: 0 auto 15px;
  padding-left: 0;
  font-size: 30px;
}

.text-span-11 {
  color: #be1b1b;
  font-weight: 700;
}

.section-3 {
  border-top: 5px solid var(--gold1);
  border-bottom: 5px solid var(--gold1);
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/AU8I3888.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 199px 50px;
}

.section-3.bronx {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I3875.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-9 {
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

.paragraph-4 {
  color: #fff;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 20px;
}

.text-span-6 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
  line-height: 35px;
}

.text-span-5 {
  font-size: 10px;
  line-height: 0;
}

.text-span-12 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-4 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 10px;
}

.image-9 {
  filter: hue-rotate(37deg);
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 30px;
}

.paragraph-5._63 {
  margin-bottom: 0;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.aspect-ratio {
  flex-direction: column;
  position: relative;
}

.aspect-ratio._3-1 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/AU8I3875.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 167px;
  padding-bottom: 167px;
  display: flex;
}

.aspect-ratio.bronx2 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/AU8I4012.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 167px;
  padding-bottom: 167px;
  display: flex;
}

.heading-9.h6 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-9.h6.green-300 {
  margin-bottom: 2px;
  font-weight: 700;
}

.heading-9.h5 {
  margin-bottom: 8px;
  line-height: 1.55em;
}

.text-span-13 {
  color: #975d16;
  letter-spacing: 5px;
  font-size: 12px;
}

.text-span-13.white {
  color: #fff;
}

.food-menu-item {
  outline-offset: -1px;
  color: var(--body);
  background-color: #0000;
  border-radius: 8px;
  outline: 1px solid #a08a282b;
  justify-content: space-between;
  margin: 0;
  padding: 15px 15px 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.food-menu-item.cc2 {
  justify-content: center;
  align-items: center;
  padding-top: 13px;
}

.food-menu-title-content {
  flex-direction: column;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.food-menu-title-content.cc3 {
  margin-right: 0;
}

.tabs {
  background-color: var(--beige);
  background-image: linear-gradient(#fffcf5f7, #fffcf5f7), url('../images/clip4.png'), url('../images/clip3.png'), url('../images/clip1.png');
  background-position: 0 0, -10% 15%, 110% 0, 50% 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 300px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 25px 50px 50px;
  display: flex;
}

.link-block-2 {
  margin: 12px;
}

.div-block-43 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.food-menu-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: grid;
}

.food-menu-item-wrapper.cc5 {
  justify-items: center;
  width: auto;
}

.tab-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 24px;
  display: flex;
}

.heading-14 {
  color: var(--gold1);
  margin-top: 0;
  padding-left: 3px;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-14.after {
  margin-top: 50px;
  padding-left: 3px;
}

.heading-14.after.cc6, .heading-14.cc3 {
  text-align: center;
}

.heading-14.cc3._5 {
  margin-top: 20px;
}

.paragraph-10 {
  margin-bottom: 6px;
}

.paragraph-10._18px {
  font-size: 14px;
}

.tab-content {
  overflow: visible;
}

.text-span-14 {
  color: #642e24;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span-14.white2 {
  color: #e7e7e7;
  font-size: 35px;
}

.food-menu-pricing {
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title {
  margin-bottom: 25px;
}

.title.center3 {
  text-align: center;
  margin-bottom: 0;
}

.tab-link {
  border: 1px solid var(--body);
  color: var(--body);
  background-color: #0000;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 13px 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.tab-link.w--current {
  background-color: var(--body);
  color: var(--beige);
}

.text-span-15 {
  color: var(--body);
}

.text-span-16 {
  color: var(--gold1);
}

.veg {
  color: #11812f;
}

.div-block-44 {
  background-color: var(--beige);
  text-align: center;
  padding-top: 80px;
}

.grey-text {
  margin-top: 2px;
  margin-bottom: 15px;
  line-height: 25px;
}

.contact-card {
  background-color: #fff;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.contact-card-email {
  color: var(--body);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.contact-card-info {
  text-align: center;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 40px 28px 48px;
  display: flex;
}

.opening-hours-cell {
  color: #fff;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.red-text {
  color: #a22e2e;
  margin-bottom: 15px;
  font-size: 16px;
}

.frame {
  z-index: 0;
  border: 1px solid #e3e3e3;
  margin: 12px;
  position: absolute;
  inset: 0;
}

.frame.white-frame {
  outline-offset: 0px;
  border-style: none;
  outline: 13px solid #fff;
  box-shadow: 0 1px 2px #0003;
}

.html-embed-2 {
  width: 50%;
  height: 100%;
}

.big-icon {
  filter: brightness(200%) hue-rotate(155deg);
  margin-bottom: 14px;
}

.opening-hours-time {
  text-transform: none;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 0;
}

.working-hours-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: relative;
}

.divider {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

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

.heading-11 {
  color: #642e24;
  font-size: 35px;
}

.menu-dots-line {
  border-bottom: 1px dotted #bbb;
  flex: 1;
  height: 20px;
}

.menu-dots-line.hours {
  border-bottom-color: #fff6;
}

.link-3 {
  color: var(--body);
  text-decoration: none;
}

.sub-header-2 {
  color: #919191;
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-2.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header-2.small.kkas {
  color: #fff;
}

.working-hours {
  background-color: var(--body);
  background-image: linear-gradient(#0c3c42d1, #0c3c42d1), url('../images/smaller.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 50px;
  position: relative;
  box-shadow: 0 2px 2px #0000001f;
}

.coontact {
  text-align: center;
  background-color: #fff;
  padding: 100px 56px;
  position: relative;
}

.coontact.pattern-section {
  background-color: var(--beige);
  color: var(--body);
  background-image: linear-gradient(#fffcf5e3, #fffcf5e3), url('../images/clipart1.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding: 80px 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

.top-margin {
  position: relative;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.footer-box {
  text-align: center;
  width: 100%;
  max-width: 345px;
  margin-bottom: 14px;
}

.notice-link {
  color: #ffffffdb;
  font-weight: 200;
  text-decoration: none;
  transition: color .2s;
}

.notice-link:hover {
  opacity: .85;
  color: #69707b;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.notice-text {
  color: #ffffffdb;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2 {
  z-index: 0;
  background-color: var(--body);
  padding: 12px 25px 20px;
  position: relative;
  overflow: hidden;
}

.notice {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 13px;
}

.gallery {
  background-color: var(--body);
  text-align: center;
  background-image: linear-gradient(#0c3c42f7, #0c3c42f7), url('../images/clip2.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 18px auto 0;
}

.lightbox-link {
  border-bottom-style: none;
  height: 220px;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
  overflow: hidden;
}

.lightbox-link:hover {
  transform: scale(.95);
}

.lightbox-link.long {
  height: auto;
}

.lightbox-thumb {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
  transition: transform .5s;
}

.lightbox-thumb:hover {
  transform: scale(1.2);
}

.parallax {
  background-image: url('../images/AU8I4030.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  padding: 229px 50px;
}

.tabs-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/Rectangle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 68px;
  padding-right: 68px;
  font-size: 16px;
  line-height: 32px;
}

.subtitle.margin-bottom-40px {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

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

.section.hero-section {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content-block {
  background-color: var(--beige);
  color: var(--body);
  background-image: linear-gradient(#fffcf5e6, #fffcf5e6), url('../images/clipart1.png');
  background-position: 0 0, 250px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  align-items: center;
  padding-top: 34px;
  padding-left: 10%;
  padding-right: 55px;
  display: flex;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  font-weight: 700;
  line-height: .8;
}

.heading-15.h1 {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
}

.heading-15.h1.text-white.margin-bottom-40px {
  color: var(--body);
  margin-bottom: 0;
  font-family: ltc-nicholas-cochin-pro, sans-serif;
  font-size: 55px;
  line-height: 62px;
}

.video {
  z-index: 1;
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #56748280;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #56748280;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  background-color: #ecbb9c;
}

.button-2.button-pink {
  color: #fff;
  background-color: #ecbb9c;
  border-color: #ecbb9c;
  transition: all .2s;
}

.button-2.button-pink:hover {
  background-color: #0000;
}

._2-grids {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2-grids._0-gap {
  grid-column-gap: 0px;
}

._2-grids._0-gap._100 {
  grid-row-gap: 0px;
  min-height: 100%;
}

.italic-text {
  display: inline-block;
}

.hero-video-block {
  background-color: #333;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-1 {
  border: 1px solid var(--body);
  background-color: var(--body);
  color: var(--beige);
  border-radius: 5px;
  padding: 9px 13px 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.button-1:hover {
  opacity: .5;
}

.button-1.w--current {
  background-color: var(--body);
  color: var(--beige);
}

.button2 {
  border: 1px solid var(--body);
  color: var(--body);
  background-color: #0000;
  border-radius: 5px;
  padding: 9px 13px 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.button2:hover {
  opacity: .5;
}

.button2.w--current {
  background-color: var(--body);
  color: var(--beige);
}

.mini {
  color: var(--green1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 50px;
}

.mini.white {
  color: var(--beige);
}

.mini.non-pad {
  margin-bottom: 0;
}

.text-span-17 {
  color: var(--gold1);
}

.parallax-bronx {
  background-image: url('../images/AU8I3947.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  padding: 229px 50px;
}

.hero-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--beige);
  align-items: stretch;
  height: 90vh;
  padding: 15px;
  display: flex;
  position: relative;
}

.col-2 {
  color: #fff;
  background-image: linear-gradient(#0000, #00000080), url('../images/AU8I3947.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.col-2._2 {
  background-color: #9b9b9b;
  background-image: linear-gradient(#0000, #00000080), url('../images/AU8I3963.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  position: relative;
}

.heading-wrapper-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.heading-wrapper-3:hover {
  background-color: #e7e4db;
}

.subtext-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.subtext-2.black {
  color: #fff;
  line-height: 22px;
}

.heading-wrapper-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--body);
  color: #000;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: filter .35s;
  display: flex;
}

.text-block-2 {
  margin-top: 9px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.top-fixed {
  background-color: var(--body);
  background-image: linear-gradient(#0c3c42d1, #0c3c42d1), url('../images/smaller.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 28px 50px 20px;
  position: relative;
  box-shadow: 0 2px 2px #0000001f;
}

._1hea {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gentlemens Script, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .heading-wrapper-1 {
    padding: 30px;
  }

  .flex-block-2 {
    width: 100%;
  }

  .social-box.left {
    justify-content: center;
    align-items: center;
  }

  .hero-container {
    width: 70%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .nav_menu {
    background-color: var(--body);
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: var(--gold2);
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

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

  .nav_mobile-menu-button.w--open:hover {
    color: #c0ea88;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav {
    height: auto;
  }

  .grid {
    grid-template-columns: minmax(100px, 100px) 1fr minmax(100px, 100px);
  }

  .grid._85 {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .toph {
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .image-8 {
    display: none;
  }

  .div-block-7 {
    margin-bottom: 30px;
  }

  .image-7 {
    display: none;
    top: 336px;
    right: 39px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .section-2 {
    padding: 50px;
  }

  .grey-text-2.h1 {
    font-size: 15px;
  }

  .section-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/AU8I3888.jpg');
    background-attachment: scroll, scroll;
    height: 500px;
    padding: 100px;
    display: none;
  }

  .text-span-6 {
    font-size: 25px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .aspect-ratio._3-1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I3875.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 127px 30px;
  }

  .aspect-ratio.bronx2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I3875.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .heading-9.h6 {
    text-transform: uppercase;
  }

  .heading-9.h6.green-300 {
    font-size: 14px;
  }

  .heading-9.h5 {
    font-size: 16px;
    line-height: 1.22em;
  }

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

  .food-menu-item-wrapper {
    margin-top: 15px;
  }

  .tab-links {
    margin-top: 10px;
  }

  .heading-14 {
    margin-bottom: 0;
    padding-left: 5px;
  }

  .heading-14.after {
    padding-left: 3px;
  }

  .paragraph-10 {
    font-size: 15px;
  }

  .section-8 {
    padding-bottom: 0;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-44 {
    padding-top: 50px;
  }

  .grey-text {
    font-size: 15px;
  }

  .contact-card {
    align-items: stretch;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card-email {
    font-size: 15px;
  }

  .contact-card-info {
    padding-left: 8%;
    padding-right: 8%;
  }

  .html-embed-2 {
    align-self: stretch;
    width: 100%;
    height: 350px;
  }

  .big-icon {
    width: 56px;
  }

  .contact {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-dots-line {
    height: 19px;
  }

  .link-3 {
    font-size: 15px;
  }

  .sub-header-2 {
    font-size: 34px;
  }

  .working-hours {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .coontact {
    padding: 80px 8px;
    overflow: hidden;
  }

  .coontact.pattern-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .footer-2 {
    padding-top: 10px;
  }

  .parallax {
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 500px;
    padding: 100px;
  }

  .g {
    color: var(--green3);
  }

  .title-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section.hero-section {
    height: 100%;
  }

  .hero-content-block {
    padding: 160px 50px 100px;
  }

  .video {
    height: 100%;
  }

  ._2-grids {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-video-block {
    aspect-ratio: 2 / 3;
  }

  .button-1, .button2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .parallax-bronx {
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 500px;
    padding: 100px;
  }

  .heading-wrapper-3 {
    padding: 30px;
  }

  .top-fixed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .col {
    width: 100%;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button {
    font-size: 14px;
  }

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

  .nav_left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .paragraph_large.margin-bottom_none {
    font-size: 1rem;
  }

  .nav_right {
    grid-row-gap: 0rem;
    flex: 0 auto;
  }

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

  .toph {
    border-bottom-style: none;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 22px;
  }

  .section-2 {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span-9 {
    font-size: 15px;
  }

  .div-block-17 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .grey-text-2.h1 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-13 {
    margin-bottom: 9px;
  }

  .section-3 {
    height: auto;
    padding: 75px 49px;
  }

  .text-span-6 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-5 {
    margin-bottom: 10px;
  }

  .aspect-ratio._3-1 {
    height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .aspect-ratio.bronx2 {
    height: 300px;
  }

  .heading-9.h5 {
    font-size: 15px;
  }

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

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-10 {
    font-size: 15px;
  }

  .title.center3 {
    margin-bottom: 0;
  }

  .tab-link {
    flex: none;
  }

  .grey-text {
    font-size: 15px;
  }

  .contact-card {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .contact-card-email {
    font-size: 15px;
  }

  .contact-card-info {
    margin-right: 0;
  }

  .opening-hours-cell {
    font-size: 15px;
  }

  .contact {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .link-3 {
    font-size: 15px;
  }

  .working-hours {
    width: 100%;
  }

  .coontact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .notice-link, .notice-text {
    font-size: 13px;
  }

  .footer-2 {
    padding-top: 14px;
  }

  .notice {
    margin-top: 0;
  }

  .gallery {
    padding: 50px 30px;
  }

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

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

  .lightbox-thumb {
    width: 100%;
  }

  .parallax {
    height: auto;
    padding: 190px 0;
  }

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

  .hero-content-block {
    padding-top: 137px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-15.h1 {
    font-size: 70px;
    line-height: 1;
  }

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

  .button-1, .button2 {
    flex: none;
  }

  .mini {
    margin-bottom: 10px;
  }

  .parallax-bronx {
    height: auto;
    padding: 190px 0;
  }

  .hero-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .col-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    padding-bottom: 0;
  }

  .top-fixed {
    width: 100%;
  }

  ._1hea {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 12px;
  }

  .heading-wrapper-1, .heading-wrapper-2 {
    padding: 20px;
  }

  .hero-section {
    min-height: 700px;
  }

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

  .left-arrow {
    display: none;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new2, .slide-img.new3, .slide-img.new5, .slide-img.new4 {
    height: 100%;
  }

  .right-arrow {
    display: none;
  }

  .slide-content-2 {
    height: 100%;
  }

  .hero-container.p {
    min-height: 700px;
  }

  .slide-nav {
    display: none;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .button {
    border-top-width: 2px;
    border-top-color: var(--gold1);
    white-space: nowrap;
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.margin-top_none {
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .grid {
    grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
  }

  .toph {
    box-shadow: none;
    padding: 0;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3 {
    width: 100%;
    padding: 47px 30px;
  }

  .text-span-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .food-menu-item {
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .food-menu-item.cc2 {
    padding-top: 8px;
  }

  .food-menu-title-content {
    margin-right: 5px;
  }

  .tabs {
    width: 100%;
    max-width: none;
  }

  .div-block-43 {
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .food-menu-item-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-14 {
    font-size: 38px;
    font-weight: 500;
  }

  .heading-14.after {
    font-size: 38px;
  }

  .paragraph-10._18px {
    font-size: 13px;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .div-block-44 {
    padding-top: 80px;
  }

  .contact-card {
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }

  .contact-card-info {
    padding: 30px;
  }

  .working-hours {
    width: 100%;
    padding-left: 41px;
    padding-right: 41px;
  }

  .coontact.pattern-section {
    padding-top: 80px;
  }

  .wrapper {
    margin-top: 16px;
  }

  .footer-box {
    margin-bottom: 7px;
  }

  .content-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .notice-text {
    line-height: 19px;
  }

  .footer-2 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .notice {
    margin-bottom: 0;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .lightbox-link {
    height: 150px;
    margin-top: 0;
  }

  .parallax {
    width: 100%;
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .title-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section {
    overflow: hidden;
  }

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

  .hero-content-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 131px 30px 120px;
  }

  .heading-15.h1 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .heading-15.h1.text-white.margin-bottom-40px {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

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

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .mini {
    margin-bottom: 0;
    font-size: 50px;
  }

  .parallax-bronx {
    width: 100%;
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    padding: 12px;
  }

  .col-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .heading-wrapper-3, .heading-wrapper-4 {
    padding: 20px;
  }

  .text-block-2 {
    margin-top: -26px;
  }

  .top-fixed {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._1hea {
    line-height: 40px;
  }

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

#w-node-b5e6b7fd-c8d3-eb8c-6f75-967cc3d2e51e-9dc1b0e4, #w-node-b5e6b7fd-c8d3-eb8c-6f75-967cc3d2e52b-9dc1b0e4, #w-node-d1e4c337-b142-0a1a-5d36-5b21374ef2f5-9dc1b0e4, #w-node-d0e11799-d4dd-2c84-6b5e-532e81aaa0e1-9dc1b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e5033a-fc56-073e-82d0-5f783d10d7b8-9dc1b0e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80098fb1-80b8-ceef-014b-99524a7014a0-9dc1b0e4, #w-node-_04432137-fdf2-84b2-431e-d64dbc47dc68-9dc1b0e4, #w-node-_23b672bc-6ee7-7b66-9023-33373fec41db-9dc1b0e4, #w-node-b59d78b8-f610-7b21-4248-a762a5031064-9dc1b0e4, #w-node-a0959090-2aaa-649a-1f43-2f450b1291e5-9dc1b0e4, #w-node-_31c46498-a434-dedf-fb45-ff5ec375de2e-9dc1b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4dc64f3-5885-cecf-aea5-88f0236fedaa-9dc1b0e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_046e3570-d109-fe2a-d837-e99f99ee4e8e-9dc1b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b47a3706-faf3-b8b7-b113-2e5827a51e5a-9dc1b0e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66b9d227-9b91-3d2f-1642-c478bb64b822-9dc1b0e4, #w-node-_235aead0-29cc-f30d-0b40-cbbb25f4f15b-9dc1b0e4, #w-node-_2b868048-bfc1-0863-6d56-274b1f1faf3c-9dc1b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13308366-a17c-c486-8c77-30fc6a4e4a28-9dc1b0e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cec695e3-ba62-dcad-98c2-7b45852ea46f-9dc1b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca0e9f73-9c4d-67b4-d36d-9075fcd76df4-9dc1b0e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b3ec39b-5756-aaa9-757c-822277f52564-9dc1b0e4, #w-node-a8882f98-9b7c-d1a5-a377-c2cf6ca0249c-9dc1b0e4, #w-node-_97528cf6-02c5-d2ec-5e7b-e384642e5270-9dc1b0e4, #w-node-ff89556e-46f4-4af1-3f1d-f460e9fe16fe-9dc1b0e4, #w-node-_6aedb0cc-5b58-59ab-854d-06b5054b99a8-9dc1b0e4, #w-node-b5e6b7fd-c8d3-eb8c-6f75-967cc3d2e51e-d7e131f5, #w-node-b5e6b7fd-c8d3-eb8c-6f75-967cc3d2e52b-d7e131f5, #w-node-_307f3429-a730-c13e-88c4-dfe27aaf28fa-d7e131f5, #w-node-_443058a7-6d84-c1d7-8165-0679d24867a7-d7e131f5, #w-node-d1e4c337-b142-0a1a-5d36-5b21374ef2f5-d7e131f5, #w-node-d0e11799-d4dd-2c84-6b5e-532e81aaa0e1-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e5033a-fc56-073e-82d0-5f783d10d7b8-d7e131f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80098fb1-80b8-ceef-014b-99524a7014a0-d7e131f5, #w-node-_04432137-fdf2-84b2-431e-d64dbc47dc68-d7e131f5, #w-node-_23b672bc-6ee7-7b66-9023-33373fec41db-d7e131f5, #w-node-b59d78b8-f610-7b21-4248-a762a5031064-d7e131f5, #w-node-a0959090-2aaa-649a-1f43-2f450b1291e5-d7e131f5, #w-node-_31c46498-a434-dedf-fb45-ff5ec375de2e-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4dc64f3-5885-cecf-aea5-88f0236fedaa-d7e131f5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_046e3570-d109-fe2a-d837-e99f99ee4e8e-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b47a3706-faf3-b8b7-b113-2e5827a51e5a-d7e131f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66b9d227-9b91-3d2f-1642-c478bb64b822-d7e131f5, #w-node-_235aead0-29cc-f30d-0b40-cbbb25f4f15b-d7e131f5, #w-node-_2b868048-bfc1-0863-6d56-274b1f1faf3c-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13308366-a17c-c486-8c77-30fc6a4e4a28-d7e131f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cec695e3-ba62-dcad-98c2-7b45852ea46f-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca0e9f73-9c4d-67b4-d36d-9075fcd76df4-d7e131f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b3ec39b-5756-aaa9-757c-822277f52564-d7e131f5, #w-node-a8882f98-9b7c-d1a5-a377-c2cf6ca0249c-d7e131f5, #w-node-_97528cf6-02c5-d2ec-5e7b-e384642e5270-d7e131f5, #w-node-ff89556e-46f4-4af1-3f1d-f460e9fe16fe-d7e131f5, #w-node-_6aedb0cc-5b58-59ab-854d-06b5054b99a8-d7e131f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_44544f9b-926a-81f8-f69f-c34a41dc82f1-9dc1b0e4, #w-node-_44544f9b-926a-81f8-f69f-c34a41dc82f1-d7e131f5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4dc64f3-5885-cecf-aea5-88f0236fedaa-9dc1b0e4, #w-node-_13308366-a17c-c486-8c77-30fc6a4e4a28-9dc1b0e4, #w-node-ca0e9f73-9c4d-67b4-d36d-9075fcd76df4-9dc1b0e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6aedb0cc-5b58-59ab-854d-06b5054b99a8-9dc1b0e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c4dc64f3-5885-cecf-aea5-88f0236fedaa-d7e131f5, #w-node-_13308366-a17c-c486-8c77-30fc6a4e4a28-d7e131f5, #w-node-ca0e9f73-9c4d-67b4-d36d-9075fcd76df4-d7e131f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6aedb0cc-5b58-59ab-854d-06b5054b99a8-d7e131f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gentlemens Script';
  src: url('../fonts/Gentlemens-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}