:root {
  --gainsboro: #e3e3e3;
  --dark-grey: #777;
  --black: #111;
  --color-2: #f03e5a;
  --dark: #232d41;
  --color-1: #dfa25f;
  --white: white;
  --light-grey: #fafafa;
  --silver: #bbb;
  --red: #c92c25;
  --yellow: #fbe44d;
  --orange: orange;
}

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

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

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

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

h1 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

h6 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 12px;
  padding-left: 8.33px;
  font-size: 13px;
  line-height: 16px;
}

.body {
  color: #111;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.section {
  color: #111;
  text-align: center;
  background-color: #fff;
  padding: 77px 56px 0;
  position: relative;
}

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

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

.section.no-paddings {
  padding: 0;
}

.section.pattern-section {
  background-color: #000;
  padding-top: 69px;
  padding-bottom: 69px;
}

.section.pattern-section.hidden {
  display: none;
}

.section.pattern-section.black {
  background-image: none;
}

.section.hidden {
  display: none;
}

.section.black-text {
  background-color: #000;
}

.section.black {
  background-color: #000;
  padding-bottom: 53px;
}

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

.wrapper.hero-bottom-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.button {
  color: #fff;
  background-color: #c92c25;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: orange;
}

.button.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button.ghost-button {
  transition: box-shadow .2s;
}

.button.hero-button {
  width: 154px;
  margin: 33px;
  padding: 13px;
}

.button.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.subscribe-button:hover {
  background-color: var(--color-2);
}

.button.small-button.nav-bar-button {
  margin-left: 20px;
}

.button.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button.full-width-button:hover {
  background-color: #111111c2;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 20px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--dark);
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  background-attachment: fixed;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #ddd;
}

.ghost-button:hover {
  background-color: var(--color-1);
  box-shadow: inset 0 0 0 2px var(--color-1);
  color: #fff;
}

.ghost-bg-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  transition: box-shadow .2s, background-color .2s, color .2s;
  box-shadow: inset 0 0 0 2px #fff;
}

.ghost-bg-button:hover {
  color: var(--black);
  background-color: #fff;
}

.white-button {
  color: var(--black);
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.white-button:hover {
  background-color: var(--dark);
  color: #fff;
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  color: #111;
  background-color: #111111bf;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -75px);
}

.bg-section {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.bg-section.hero-section {
  height: 100vh;
  padding: 0;
  position: relative;
}

.bg-section.cta-section {
  color: #fff;
  background-image: linear-gradient(#11111173, #11111173), url('../images/Gallery-2_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-section.footer-section {
  background-color: #000;
  background-image: none;
  background-size: auto;
  border-color: #000;
  padding: 0;
  position: relative;
}

.bg-section._404-section {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Pizza-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-section.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.bg-section.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-section.page-hero-section.contact-hero {
  background-image: linear-gradient(#1111118c, #1111118c), url('../images/OUTDOOR-PIUC.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
}

.bg-section.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/image_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  padding-top: 119px;
  padding-bottom: 119px;
}

.bg-section.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.page-hero-section.about-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/dinning-area-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111194, #11111194), url('../images/Interior-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-style: none;
  padding-top: 143px;
  padding-bottom: 143px;
}

.bg-section.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.gallery-section {
  background-color: #000;
  border-width: 14px;
  border-color: #000;
  padding: 0;
}

.bg-section.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.bg-section.huge-button:hover {
  border-color: #c92c25;
}

.bg-section.huge-button.hidden {
  display: none;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:visited {
  color: #c92c25;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #fff;
}

.nav-link.w--current:visited {
  color: #c92c25;
}

.nav-link.fixed-nav-link, .nav-link.fixed-nav-link:focus {
  color: #fff;
}

.nav-link.fixed-nav-link:visited {
  color: #c92c25;
}

.nav-link.fixed-nav-link.w--current, .nav-link.fixed-nav-link.w--current:focus {
  color: #fff;
}

.nav-link.fixed-nav-link.w--current:visited {
  color: #c92c25;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo.w--current {
  margin-left: auto;
  margin-right: auto;
}

.logo.fixed-nav-bar-logo {
  color: var(--black);
  height: 72px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 54px;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
  margin-left: 0;
  padding-right: 15px;
}

.slide-content {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--color-1);
  background-color: #c92c25;
}

.social-link.hero-link {
  border-color: #fff9;
}

.social-link.hero-link:hover {
  background-color: orange;
  border-color: orange;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.grey-text {
  color: var(--dark-grey);
  text-align: left;
}

.grey-text.left-alignment {
  color: var(--white);
  text-align: left;
  font-size: 18px;
}

.grey-text.white {
  color: #fff;
  font-size: 18px;
}

.text-link {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.text-link:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.social-icons.hero-icons {
  float: right;
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: -4px;
}

.contact-form-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 66.66%;
  padding-bottom: 8px;
  display: flex;
}

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

.contact-card-map {
  width: auto;
  height: 100%;
  margin-bottom: 33px;
  margin-left: 6px;
}

.input {
  border: 1px solid var(--gainsboro);
  background-color: var(--light-grey);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid var(--color-1);
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  border-color: var(--dark-grey);
  margin-left: 15px;
  margin-right: 15px;
}

.input.password-input {
  text-align: center;
  margin-top: 14px;
}

.input.call-back-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input {
  background-color: #fff;
  border-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input.reservation-input {
  border-color: var(--dark-grey);
  flex: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

.input.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
}

.input.reservation-input._33 {
  flex-grow: 1;
  flex-basis: 25%;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.input.small-input {
  height: 40px;
  margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 20px;
}

.input.small-margin {
  margin-bottom: 16px;
}

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

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 14px;
  padding-right: 0;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-post {
  border-bottom: 1px solid #ffffff40;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  opacity: .6;
  margin-top: -6px;
  font-size: 13px;
}

.footer-bottom-base {
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  font-size: 11px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  margin-bottom: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-image {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-decoration: none;
  display: flex;
}

.post-card {
  color: var(--black);
  background-color: #fff;
  flex: 1;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card:hover {
  text-decoration: none;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: var(--black);
  text-decoration: none;
}

.post-card-header-link:hover {
  text-decoration: underline;
}

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

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 270px;
  display: flex;
}

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content h2 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content blockquote {
  width: 83.33%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content h4 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content h6 {
  width: 66.66%;
  margin: 48px auto 16px;
  display: block;
}

.post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ol {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content a {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.post-content a:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.post {
  background-color: #fff;
  max-width: 970px;
  margin-top: -128px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 96px;
  display: block;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-hero-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  transition: border .2s;
  display: none;
}

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

.slide-2 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Pizza-4.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.scroll-up-button {
  float: right;
  background-color: #c92c25;
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  left: 15px;
}

.scroll-up-button:hover {
  background-color: #0000;
  border: .5px solid #fff;
}

.dropdown.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown.fixed-dropdown.w--open {
  color: #fff;
  background-color: #111111bf;
  border-color: #0000;
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.dropdown-link:hover {
  text-decoration: underline;
}

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

.call-back {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.call-back-button {
  z-index: 1000;
  background-color: var(--color-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 24px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 8px 16px #2223;
}

.call-back-popup {
  z-index: 3000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  max-width: 570px;
  padding: 60px 64px 64px;
  position: relative;
  transform: scale(.9);
  box-shadow: 0 10px 30px #26384833;
}

.form {
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.call-back-icon {
  margin-bottom: 8px;
}

.popup-overlay {
  z-index: 2000;
  background-color: #224765b3;
  position: fixed;
  inset: 0;
}

.call-back-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-popup-button {
  opacity: .3;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-button:hover {
  opacity: 1;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-2);
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 10000;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0;
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.features {
  flex-wrap: wrap;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.photo-hover {
  background-color: #232d4199;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.slide-image {
  position: absolute;
  inset: 0;
}

.slide-image._1 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/brooke-lark-261793.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-image._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Interior-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.sub-header.big {
  color: #c92c25;
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0;
}

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

.footer-bottom {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: static;
}

.badge {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.banner-badge {
  background-color: #0000;
  border: 1px solid #fff;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-category {
  background-color: var(--color-1);
  margin: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.badge.menu-item-badge {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-new-badge {
  float: left;
  background-color: var(--color-2);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-item-tooltip {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-left: 7px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.footer-link-badge {
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  opacity: .6;
  margin-right: 4px;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  padding-left: 7px;
  text-decoration: none;
}

.footer-bottom-text.link:hover {
  text-decoration: none;
}

.frame {
  z-index: 0;
  border: 1px none var(--gainsboro);
  margin: 12px;
  position: absolute;
  inset: 0;
}

.frame.white-frame {
  border-color: #fff;
}

.subscribe {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 144px;
  display: flex;
  position: relative;
}

.subscribe-header {
  z-index: 1;
  padding-bottom: 20px;
  position: relative;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  color: var(--dark-grey);
  column-count: 2;
  column-gap: 2em;
  width: 83.33%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.menu-list-item {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.menu-list-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.menu-info {
  flex: 1;
  align-items: flex-start;
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  margin-right: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-name.small {
  text-transform: none;
  font-size: 15px;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-price.small {
  font-size: 15px;
}

.menu-dots-line {
  border-bottom: 1px dotted var(--silver);
  flex: 1;
  height: 20px;
}

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

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

.menu-more {
  float: left;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.menu-numbers {
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.menu-numbers-divider {
  color: var(--silver);
  padding-left: 4px;
  padding-right: 4px;
}

.menu-ingredients {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
}

.menu-list {
  flex-wrap: wrap;
  display: flex;
}

.menu-list.margin {
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.subscribe-badge {
  z-index: 1;
  background-color: var(--color-2);
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 40px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.menu-grid-card {
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
}

.menu-grid-image {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.menu {
  flex-wrap: wrap;
  display: flex;
}

.menu.margin {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.divider.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-text {
  background-color: #fff;
  border-left: 4px solid orange;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px 16px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner {
  color: #fff;
  background-color: #c92c25;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-banner-content.hidden {
  display: none;
}

.feature-image {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 45px;
  justify-content: center;
  align-items: center;
  min-height: 344px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 56px 40px;
  display: flex;
}

.feature-image._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Gallery-9_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.feature-image._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Pizza-Home-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.feature-image-header {
  margin-bottom: 8px;
}

.working-hours {
  background-color: #c92c25;
  background-image: url('../images/footer-background.jpg');
  background-size: 200px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 36px 56px;
  position: relative;
}

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

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

.opening-hours-cell {
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

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

.opening-hours-time.red-text {
  color: #fff;
}

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

.contact-card-info {
  border: 1px solid var(--gainsboro);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 17px 28px;
  display: flex;
}

.contact-card-email {
  color: var(--black);
  margin-top: -12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.banner-header {
  margin-top: 6px;
  margin-bottom: 0;
}

.yellow-text {
  color: var(--color-1);
}

.side-card-feature {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-image {
  background-color: var(--gainsboro);
  width: 65.8%;
}

.side-card-image._1 {
  background-image: url('../images/Interior-4.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-card-image._2 {
  background-image: url('../images/image_5.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-card {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card.reversed {
  background-color: #000;
  margin-left: 0%;
  margin-right: -14.4%;
  padding-left: 4%;
  padding-right: 4%;
}

.side-card.black {
  background-color: #000;
}

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-card-header {
  margin-bottom: 8px;
}

.side-card-header.white {
  color: #fff;
}

.post-card-info {
  justify-content: center;
  align-items: center;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  display: flex;
  position: relative;
}

.post-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.page-hero-header {
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin: 96px auto;
  display: block;
}

.reservation {
  z-index: 2;
  background-color: #fff0;
  border: 4px #c92c25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 37px;
  display: flex;
  position: relative;
}

.reservation-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 8px;
  display: flex;
}

.menu-grid-item {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-date {
  color: var(--silver);
  margin-top: -8px;
}

.footer-email {
  color: var(--color-2);
  margin-top: -12px;
  margin-bottom: 4px;
  text-decoration: none;
}

.footer-email:hover {
  text-decoration: underline;
}

.footer-bottom-divider {
  opacity: .3;
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 7px;
  margin-right: 8px;
}

.big-icon {
  width: 64px;
}

.big-icon.contact-block-icon {
  margin-bottom: 16px;
}

.side-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-image-content {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding: 24px 15px;
  display: flex;
}

.side-image {
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.contact-blocks {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-block {
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 4%;
  display: flex;
  box-shadow: 0 0 0 1px #ffffff4f;
}

.contact-block-text {
  color: var(--dark-grey);
  margin-top: 12px;
}

.contact-block-text.link {
  text-decoration: none;
}

.contact-block-text.link:hover {
  text-decoration: underline;
}

.contact-block-text.white {
  color: #fff;
}

.contact-block-link {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.contact-block-link:hover {
  text-decoration: underline;
}

.contact-block-link.white {
  color: #fff;
}

.menu-list-card {
  flex: 1;
  display: flex;
}

.gallery-image {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 5px;
  display: flex;
  position: relative;
}

.video-wrapper {
  width: 770px;
  max-height: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon {
  background-color: #000000b3;
  background-image: url('../images/zoom-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.zoom-icon.small {
  background-size: 16px;
  border-width: 1px;
  width: 40px;
  height: 40px;
}

.hero-phone {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.hero-phone:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.footer-bottom-content {
  color: var(--white);
  text-align: center;
  flex-flow: row;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 41px;
  margin-right: 41px;
  padding-left: 141px;
  padding-right: 141px;
  line-height: 24px;
  display: block;
}

.menu-small-grid-item {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  align-items: center;
  margin-bottom: 24px;
  padding: 52px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.licence-item-content {
  z-index: 1;
  flex: 1;
  padding-bottom: 16px;
  padding-left: 40px;
  position: relative;
}

.licence-item-image {
  z-index: 1;
  width: 170px;
  position: relative;
}

.licence-item-dot {
  background-color: var(--gainsboro);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.licence-contact-text {
  color: var(--dark-grey);
  width: 66.66%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.book-fixed {
  z-index: 100;
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  width: 240px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 40px;
  transform: translate(0, 100%);
}

.book-fixed-form {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  margin-bottom: 0;
  padding: 20px;
}

.book-fixed-header {
  color: #fff;
  background-color: #c92c25;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.book-fixed-icon {
  width: 24px;
  margin-right: 10px;
}

.book-fixed-arrow-wrapper {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.book-fixed-arrow {
  transform: rotate(-180deg);
}

.first-letter {
  float: left;
  color: var(--color-1);
  margin-top: 15px;
  margin-left: 16.66%;
  margin-right: 8px;
  font-size: 56px;
  line-height: 32px;
}

.tooltip-trigger {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.tooltip {
  z-index: 10;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  opacity: 0;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
  transform: translate(0, 6px);
}

.tooltip-arrow {
  box-shadow: 1px 1px 0 0 var(--gainsboro);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.footer-instagram-photos {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 8px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 6px;
  display: flex;
  position: relative;
}

.full-width {
  width: 100%;
}

.slide-3 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/Apple-Pie.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.paragraph {
  padding-bottom: 0;
}

.html-embed {
  margin-bottom: -41px;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-2 {
  margin-right: -76px;
  padding-right: 0;
}

.image {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  border-radius: 1800px;
}

.div-block {
  width: 300px;
}

.paragraph-2 {
  color: var(--dark-grey);
  font-size: 13px;
}

.heading {
  font-family: Karla, sans-serif;
  font-size: 17px;
}

.bold-text {
  margin-top: 0;
  padding-top: 0;
}

.text-block-2 {
  margin-bottom: 15px;
}

.bold-text-2 {
  margin-bottom: 20px;
}

.text-block-3 {
  margin-bottom: 15px;
}

.text-block-4 {
  margin-top: -11px;
}

.text-block-5 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bold-text-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-6 {
  margin-bottom: 1px;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-91 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: auto;
  margin-left: 18px;
  display: flex;
}

.logo-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.link-2 {
  color: #faf5e1;
  margin-right: 15px;
  font-size: 22px;
  text-decoration: none;
  transition: all .475s;
}

.link-2:hover {
  color: var(--red);
}

.image-26 {
  width: 20px;
  margin-right: 15px;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #d72027;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #bf0000e6;
  transform: translate(0, -2px);
}

.button-3.getquote {
  background-color: #d72027e6;
  height: auto;
  padding: 10px 24px;
}

.button-3.getquote:hover {
  background-color: #d72027;
}

.div-block-81 {
  align-self: center;
  align-items: center;
  display: none;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-2 {
  width: auto;
  margin-top: -6px;
  text-decoration: none;
}

.logo-2.w--current {
  width: 27%;
  text-decoration: none;
}

.navbar-2 {
  z-index: 100;
  background-color: #0000;
  border: 12px solid #fff;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 130px;
  padding: 27.2rem 0 .5rem;
  display: flex;
  position: fixed;
}

.nav-link-2 {
  color: #faf5e1;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: all .425s;
  display: flex;
}

.nav-link-2:hover {
  color: #dd1e35;
}

.nav-link-2:active, .nav-link-2:focus {
  color: var(--color-2);
}

.nav-link-2:visited {
  color: var(--white);
}

.nav-link-2.w--current {
  color: var(--white);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
}

.nav-link-2.w--current:visited {
  color: var(--color-2);
}

.footer-social-block {
  display: inline-block;
}

.brisk-white-2 {
  width: 200px;
  height: auto;
  min-height: auto;
}

.div-block-108 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.display-horizontal-space-btw {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-link-block-social {
  margin-right: 2.1875em;
  transition: transform .45s;
  transform: translate(0);
}

.footer-link-block-social:hover {
  transform: translate(0, -5px);
}

.footer-link-block-social.d {
  margin-right: .7875em;
  font-size: 12px;
  line-height: 20px;
}

.container-90 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 25px;
}

.div-block-109 {
  overflow: hidden;
}

.image-27 {
  font-size: 10px;
  line-height: 10px;
}

.div-block-96 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.service-details-banner-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 115%;
}

.image-22 {
  opacity: 1;
  width: 300px;
  margin-bottom: 30px;
}

.primary-button-3 {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: .28em;
  text-transform: uppercase;
  background-color: #dd1e35;
  border: 1px solid #934b4b00;
  min-width: auto;
  min-height: auto;
  padding: 1.2rem 1.5em;
  font-size: 1.125rem;
  line-height: 180%;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.primary-button-3:hover {
  background-color: #d3bf76;
}

.primary-button-3.w--current:hover {
  background-color: #b07b6a;
  border-color: #b07b6a;
}

.button-text-5 {
  color: #fff;
  letter-spacing: .16rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
  position: static;
  overflow: hidden;
}

.button-arrow {
  object-fit: cover;
  min-width: 1.06em;
  position: absolute;
}

.button-in-hero {
  width: auto;
  height: auto;
  margin-bottom: 26px;
  display: flex;
}

.div-block-110 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.image-28 {
  opacity: 1;
  width: 300px;
  margin-bottom: 30px;
}

.heading-16 {
  color: #eee;
  text-align: center;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-16.mb-50 {
  margin-bottom: 50px;
}

.image-29 {
  opacity: 1;
  width: 300px;
  margin-bottom: 30px;
}

.link-3 {
  color: var(--color-2);
  font-size: 20px;
  text-decoration: none;
}

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

.link-4.white {
  color: #fff;
}

.container-7 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  width: 83%;
  max-width: 1540px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2px;
  display: flex;
  position: static;
}

.image-25 {
  width: 100vw;
}

.image-25.space-down {
  width: 100%;
  padding-top: 357px;
  padding-left: 0;
  padding-right: 0;
}

.menu-cms-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dotted-stroke {
  opacity: .6;
  border-bottom: 1px dashed #000;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.div-block-106 {
  border-bottom: 1px solid #00000045;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-100 {
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding-top: 69px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-103 {
  justify-content: flex-end;
  display: flex;
}

.small-text-2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
}

.small-text-2.bold {
  text-transform: uppercase;
  background-color: #f3eeef00;
  font-weight: 700;
}

.small-text-2.smaller {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
}

.small-text-2.smaller.main-subtitle {
  color: #d13737;
  letter-spacing: 2px;
  margin-top: 19px;
}

.small-text-2.smaller.lower-case {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 16px;
}

.small-text-2.smaller.lower-case.space-right {
  margin-right: 5px;
}

.small-text-2.smaller.bigger {
  width: auto;
  font-weight: 700;
}

.stroke {
  background-color: #000;
  width: 27px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.narrow-container {
  flex-direction: column;
  justify-content: center;
  width: 80vw;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dish-category {
  border-bottom: 2px #302627;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 58px;
  display: block;
}

.dish-category.hidden {
  display: none;
}

.div-block-105 {
  display: flex;
}

.paragraph-3 {
  max-width: 420px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-3.small {
  text-align: center;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-3.small.align-left {
  text-align: left;
  max-width: none;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-3.small.align-left._50 {
  width: 55%;
  font-size: 16px;
}

.columns-13 {
  width: 100%;
  margin-bottom: 0;
}

.columns-13.hidden {
  display: none;
}

.menu-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.space-down {
  background-color: #e2d6d8a3;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 11px;
}

.tabs.hidden {
  display: block;
}

.stroke-container {
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.stroke-container.left-alignment {
  flex-direction: column;
  justify-content: flex-start;
}

.stroke-container.left-alignment.hidden {
  display: none;
}

.menu-tab-link-2 {
  opacity: 1;
  color: #060a13;
  background-color: #fff;
  border: 2px #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-tab-link-2.w--current {
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  background-color: #dd1e35;
  border: 2px #fff;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.div-block-101 {
  text-align: right;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.div-block-102 {
  text-align: right;
  width: 45%;
}

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

.container-9 {
  z-index: 10;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-9.hidden {
  display: none;
}

.bold-text-30 {
  font-weight: 800;
  line-height: 1.2;
}

.wrapper-2 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.wrapper-2.horizontal {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: visible;
}

.italic-text-2 {
  letter-spacing: .6px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.heading-25 {
  letter-spacing: -.02em;
}

.heading-25.menu-3-title {
  letter-spacing: 0;
  margin-top: .8em;
  margin-bottom: 0;
  font-size: 7.4em;
  line-height: .6em;
}

.heading-25.menu-3-title.hidden {
  display: none;
}

.image-24 {
  width: 100vw;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  position: relative;
  top: -19px;
}

.bold-text-31 {
  color: #d13737;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  line-height: 1.1;
}

.columns-15 {
  width: 100%;
}

.subtitle-all-caps-2 {
  color: #dd1e35;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
}

.paragraph-large {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5em;
}

.paragraph-large.white {
  color: #fff;
  margin-bottom: 0;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 70px;
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
}

.title-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-img-bg {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left-arrow-testimonials {
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 0%;
}

.left-arrow-testimonials:hover {
  color: #961719;
}

.mask-testimonials {
  width: 100%;
}

.base-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.name-client {
  font-size: 18px;
  font-weight: 600;
}

.name-client.white {
  color: #fff;
}

.section-2 {
  padding: 150px 40px 6px;
  position: relative;
}

.hidden {
  display: none;
}

.info-client-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.review-wrapper {
  width: 100%;
  max-width: 1300px;
  height: 400px;
  display: flex;
  position: relative;
}

.slide-review {
  background-color: #faf5e1;
  padding: 47px 30px;
}

.right-arrow-testimonials {
  color: #1c1c1c;
  width: 40px;
  height: 40px;
  font-size: 22px;
  transition: color .3s;
  inset: auto auto -30% 8%;
}

.right-arrow-testimonials:hover {
  color: #961719;
}

.heading-18 {
  font-weight: 600;
}

.section-11 {
  position: relative;
}

.section-11.overflow-hidden {
  background-image: linear-gradient(#0000 62%, #000), linear-gradient(#000, #0e0d0c00 28%), url('../images/Slide-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.success-message {
  color: #151515;
  background-color: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 1em;
}

.contact-info-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.text-span-2 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.online-reservation-2 {
  background-color: #dd1e35;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3em 2em;
  display: flex;
}

.form-input-field-2 {
  color: #000;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Icon.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffffe6;
  height: 100%;
  margin-bottom: 1em;
  padding: 6px 12px 6px 49px;
}

.form-input-field-2::placeholder {
  color: #fff6;
}

.form-input-field-2._2 {
  background-color: #0000;
  background-image: url('../images/Icon-1.svg');
  border-color: #ffffffe6;
  height: 100%;
  padding-left: 51px;
}

.form-input-field-2._3 {
  background-color: #0000;
  background-image: url('../images/Icon-2.svg');
  border-color: #ffffffe6;
  height: 100%;
  margin-bottom: 1.3em;
}

.form-input-field-2.textarea-field {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #ffffffe6;
  min-height: 80px;
  padding: 1em;
}

.section-heading-container-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 5em;
  display: flex;
}

.section-heading-container-center.small-margins {
  margin-bottom: 1em;
}

.grid-reservation-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.3fr;
  margin: 0;
}

.form-2 {
  width: 100%;
}

.content-panel-2 {
  color: #545454;
  text-align: center;
  justify-content: space-between;
  line-height: 1.5;
}

.link-block {
  text-decoration: none;
}

.link-block.my-20 {
  margin-top: 20px;
}

.form-button-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-12 {
  color: #e9e9e9;
}

.subheading {
  color: #8fa2a0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.subheading.black {
  color: #dd1e35;
  margin-bottom: 10px;
  font-size: 17px;
}

.reservation-contact-2 {
  color: #060a13;
  background-color: #111006ed;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding: 3em 1.4em;
  display: flex;
}

.fade-in-move-on-scroll {
  margin-bottom: 10px;
}

.contact-section-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-2 {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0c0c0c;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
}

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

.container-8 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.8em 2em 4em;
  display: block;
}

.container-8.hero-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 0;
  display: flex;
  position: relative;
}

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

.text-block-11 {
  color: #eee;
}

.heading-19 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.logo-wrapper-3 {
  flex-direction: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.brisk-white-3 {
  width: 150px;
  height: auto;
  min-height: auto;
}

.information-holder {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 21px;
  display: grid;
}

.contact-section-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.section-gradient-top-color-2 {
  z-index: 2;
  background-image: linear-gradient(0deg, #111006ed 9%, #15151533);
  position: absolute;
  inset: 0%;
}

.link {
  text-decoration: none;
}

.online-text-2 {
  color: #060a13;
  letter-spacing: 2.4px;
  text-transform: none;
  font-size: 14.4px;
}

.black-text {
  color: #000;
}

.error-message {
  color: #151515;
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.contact-info-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-111 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.map {
  height: 240px;
  margin-bottom: 19px;
}

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

.image-30 {
  margin-bottom: 41px;
}

.button-cta-2 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #d81e05;
  background-color: #d81e05;
  border: 2px solid #d81e05;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.button-cta-2:hover {
  color: #fafafa;
  text-transform: capitalize;
  background-color: #d81e05;
}

.div-block-78 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-left: 23px;
  display: flex;
}

.container-91 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container-91.flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  box-shadow: none;
  color: #fff;
  background-color: #060a13;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  border: 1px #403939;
  border-radius: .2rem;
  width: 260px;
  height: auto;
  padding: 20px;
  right: -100%;
}

.navbar-3 {
  color: #fff;
  background-color: #24202000;
  background-image: none;
  border-bottom: 1px #ffffff14;
  align-items: center;
  height: auto;
  padding: 22px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #fff;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link-2:hover {
  background-color: #5f1212;
}

.dropdown-link-2.other {
  background-color: #dd1e35;
}

.dropdown-link-2.other:hover {
  background-color: #5f1212;
}

.nav-menu-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.link-for-dropdown {
  color: #fff;
  text-decoration: none;
}

.link-for-dropdown:hover {
  color: #d81e05;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-3 {
  color: #fafafa;
  text-align: center;
  border: 1px solid #fafafa;
  border-radius: 200px;
  margin: 0;
  padding: 9px 16px;
  font-size: 18px;
  font-weight: 400;
  transition: all .45s;
}

.nav-link-3:hover {
  color: #e6e6e6;
}

.div-block-114 {
  display: flex;
}

.logo-3 {
  width: 27%;
  margin-top: -6px;
  text-decoration: none;
}

.logo-3.w--current {
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.dropdown-icon-2 {
  color: #d81e05;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: border-color .2s cubic-bezier(.19, 1, .22, 1);
}

.nav-link-4:hover {
  border-bottom-color: #d81e05;
}

.nav-link-4.w--current {
  color: #fff;
  border-bottom-color: #d81e05;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: .75rem 30px .75rem 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.div {
  width: 70%;
  height: 50%;
}

.div.less {
  height: auto;
  overflow: scroll;
}

.primary-button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #1c1c1c;
  border: 1px solid #000;
  margin-bottom: 13px;
  padding: 16px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-4:hover {
  opacity: 1;
  color: #1c1c1c;
  background-color: #a39161;
  border-color: #fff;
}

.primary-button-4.full-w {
  justify-content: center;
  width: 100%;
  display: flex;
}

.primary-button-4.full-w:hover {
  background-color: #fcba30;
}

.text-field-contact {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact::placeholder {
  color: #000;
}

.modal {
  z-index: 2147483647;
  color: #000;
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 26px 146px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.modal-close {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-button-holder-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block-5 {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.form-block-5.outline-outside {
  background-color: #fff;
  border: 8px solid #d81e05;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 18px;
  padding-bottom: 15px;
  display: flex;
}

.left-alignment {
  text-align: center;
}

.left-alignment.smaller-text {
  letter-spacing: 1px;
  margin-bottom: 32px;
  font-size: 32px;
}

.information-holder-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 21px;
  display: grid;
}

.image-84 {
  margin-bottom: 9px;
}

.div-block-115 {
  margin-top: 35px;
}

.div-block-116 {
  text-align: center;
  width: 70%;
}

.base-container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.subtitle-all-caps {
  color: #dd1e35;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.div-block-117 {
  border-bottom: .5px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

.info-client-wrap-2 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-11 {
  font-weight: 600;
}

.heading-11.white-text {
  color: #fff;
}

.section-12 {
  padding: 80px 40px;
  position: relative;
}

.section-12.black-background {
  background-color: #000;
}

.section-12.black-background.photo {
  background-image: url('../images/Pizza-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-wrapper-2 {
  background-color: #00000075;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
  position: relative;
}

.header-social-text {
  color: #ffffffd1;
  letter-spacing: 4.48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 240%;
}

.container-11 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-10 {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/Home-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: none;
  height: 100%;
  padding-bottom: 26px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-118 {
  border-bottom: 2px solid #dd1e35;
  width: 80%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.text-block-29.smaller-text {
  font-size: 24px;
  line-height: 32px;
}

.text-block-29.secondary-text {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.header-social-link {
  color: #ffffffb3;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.header-social-link:hover {
  color: #fff;
}

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

.div-block-120 {
  z-index: 1;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-4 {
  height: 100vh;
}

.swiper-slide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 21px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.subtitle-all-caps-3 {
  color: #dd1e35;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.swiper-pagination {
  margin-top: 1px;
  padding: 0 20px;
}

.image-42 {
  width: 500px;
  max-width: none;
}

.title-wrapper-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper.myswiper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-5 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-5.black-background {
  background-color: #060a13;
  padding-top: 104px;
  padding-bottom: 104px;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-left: 0;
  padding-bottom: 56px;
  padding-left: 0;
  display: flex;
}

.section-13 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-13.black-background {
  background-color: #060a13;
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.title-wrapper-center-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-all-caps-4 {
  color: #dd1e35;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.heading-26 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  line-height: 32px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
}

.div-block-121 {
  margin-bottom: 29px;
}

.grid-4 {
  grid-template-rows: auto;
  padding-top: 31px;
  padding-bottom: 31px;
}

.div-block-122 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
}

.section-14 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-14.black-background {
  background-color: #060a13;
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-14.black-background.d {
  padding-bottom: 0;
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
}

.grid-3 {
  background-color: #222;
  border-radius: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.paragraph-5 {
  color: #fff;
  width: 100%;
}

.div-block-124 {
  padding: 0;
}

.section-15 {
  position: relative;
}

.section-15.overflow-hidden {
  background-image: none;
  overflow: hidden;
}

.online-reservation {
  background-color: #dd1e35;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2em;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.8em 2em 4em;
  display: block;
}

.container.hero-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link-5 {
  text-decoration: none;
}

.text-block-7 {
  color: #e9e9e9;
}

.information-holder-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 21px;
  display: grid;
}

.grid-reservation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.3fr;
  margin: 12px 20px;
}

.heading-10 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.button-4 {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0c0c0c;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, color .35s;
  display: flex;
}

.button-4:hover {
  color: #151515;
  background-color: #fff;
}

.list-item, .white {
  color: #fff;
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

html.w-mod-js [data-ix="page-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="show-book-fixed-on-load"] {
  width: 240px;
  transform: translate(0, 120%);
}

@media screen and (min-width: 1280px) {
  .button-3.getquote {
    height: 100%;
    padding: 15px 31px;
  }

  .nav-menu-2 {
    text-align: center;
    align-self: center;
    position: static;
  }

  .logo-2 {
    width: 25%;
  }

  .display-horizontal-space-btw {
    align-items: center;
    width: 100%;
  }

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

  .service-details-banner-heading-3 {
    padding-left: 14%;
    padding-right: 14%;
  }

  .subtitle-all-caps-2 {
    margin-bottom: 10px;
  }

  .slider-testimonials {
    margin-bottom: 75px;
  }

  .title-wrapper-center {
    width: 62%;
  }

  .review-img-bg {
    width: 58%;
  }

  .base-container {
    justify-content: flex-start;
    align-items: center;
  }

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

  .review-wrapper {
    grid-template-rows: auto;
    width: 100%;
    display: flex;
  }

  .slide-review {
    padding: 30px 50px 40px;
  }

  .subheading, .button-2 {
    font-size: 17px;
  }

  .flex-center-text {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .online-text-2 {
    font-size: 17px;
  }

  .black-text {
    font-size: 40px;
  }

  .div-block-78 {
    margin-left: 49px;
  }

  .container-91.flex {
    max-width: none;
  }

  .logo-3 {
    width: 25%;
  }

  .nav-link-4 {
    text-align: center;
  }

  .base-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .subtitle-all-caps {
    margin-bottom: 10px;
  }

  .section-12 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .review-wrapper-2 {
    grid-template-rows: auto;
    width: 100%;
    display: flex;
  }

  .subtitle-all-caps-3 {
    margin-bottom: 10px;
  }

  .title-wrapper-center-2, .title-wrapper-center-3 {
    width: 62%;
  }

  .subtitle-all-caps-4 {
    margin-bottom: 10px;
  }

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

@media screen and (min-width: 1440px) {
  .logo-2 {
    width: 25%;
  }

  .small-text-2 {
    padding-bottom: 0;
    font-size: 28px;
  }

  .small-text-2.smaller {
    font-size: 18px;
  }

  .paragraph-3 {
    max-width: 500px;
    font-size: 20px;
  }

  .paragraph-3.small {
    max-width: 240px;
    font-size: 18px;
  }

  .menu-wrapper-2 {
    padding-top: 30px;
  }

  .bold-text-30 {
    font-weight: 500;
  }

  .base-container {
    justify-content: flex-start;
    align-items: center;
  }

  .form-input-field-2 {
    background-image: url('../images/people.svg');
  }

  .form-input-field-2._2 {
    background-image: url('../images/Icon.svg');
  }

  .subheading, .button-2 {
    font-size: 18px;
  }

  .container-8 {
    max-width: 1350px;
  }

  .logo-3 {
    width: 25%;
  }

  .base-container-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    max-width: 1350px;
  }

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

@media screen and (min-width: 1920px) {
  .logo-2 {
    width: 20%;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
  }

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

  .service-details-banner-heading-3 {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .dotted-stroke {
    min-width: 50px;
  }

  .paragraph-3 {
    max-width: 600px;
  }

  .review-img-bg {
    width: 56%;
  }

  .base-container {
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    padding-top: 130px;
  }

  .logo-3 {
    width: 20%;
  }

  .base-container-2 {
    justify-content: center;
    align-items: center;
  }

  .section-12 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

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

  .section.pattern-section, .section.pattern-section.no-bottom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.pattern-section.no-top-padding {
    padding-top: 47px;
  }

  .wrapper.hero-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    display: flex;
    left: 0;
    right: 0;
  }

  .wrapper.slide-wrapper {
    min-height: 600px;
  }

  .button.white-button.arrow-button {
    display: none;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .button-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

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

  .bg-section.hero-section {
    height: auto;
  }

  .bg-section.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .bg-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .bg-section.page-hero-section.menu-hero {
    padding-left: 3px;
    padding-right: 3px;
  }

  .nav-link {
    box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
    color: var(--black);
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }

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

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    height: auto;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .slide-content {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .social-icons.hero-icons {
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    padding-left: 32px;
    padding-right: 40px;
  }

  .contact-form {
    width: 100%;
  }

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

  .contact-card-map {
    height: 440px;
  }

  .contact-card {
    margin-bottom: 56px;
  }

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

  .footer-column {
    width: 50%;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-posts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    margin-bottom: 32px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    padding-bottom: 48px;
  }

  .post-dark-bg {
    inset: 0;
  }

  .post {
    box-shadow: none;
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-hero-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

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

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

  .menu-button.fixed-menu-button {
    color: var(--black);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .scroll-up-button {
    display: none;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .features {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .footer-bottom {
    padding-left: 4%;
    padding-right: 4%;
  }

  .badge.menu-item-category {
    margin: 12px;
  }

  .subscribe {
    width: 83.33%;
    max-width: none;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.intro-text {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-list-item {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-name, .menu-price {
    font-size: 15px;
  }

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

  .menu-list {
    justify-content: center;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .cta-content {
    margin-bottom: 24px;
  }

  .feature-text {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feature-banner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-image {
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .side-card-feature {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }

  .side-card.reversed {
    margin-right: -16.66%;
  }

  .post-card-info {
    width: 50%;
    min-height: 440px;
  }

  .page-hero-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .reservation {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0;
  }

  .reservation-form {
    width: 100%;
  }

  .menu-grid-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-icon {
    width: 56px;
  }

  .side-image-content {
    width: 42%;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-blocks {
    flex-wrap: wrap;
  }

  .contact-block {
    flex: 0 auto;
    width: 50%;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .zoom-icon {
    display: none;
  }

  .hero-scroll {
    display: flex;
  }

  .menu-small-grid-item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-items, .licence-contact-text {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .html-embed-3.hidden {
    display: none;
  }

  .image-26 {
    width: 6%;
  }

  .button-3.getquote {
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .icon-8 {
    color: #fff;
    font-size: 50px;
    line-height: 40px;
  }

  .nav-menu-2 {
    background-color: #000;
    height: auto;
    padding-bottom: 0;
  }

  .nav-link-2 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .footer-social-block {
    padding-top: 0;
  }

  .menu-button-2.w--open, .menu-button-2.w--open:focus-visible, .menu-button-2.w--open[data-wf-focus-visible] {
    background-color: #33303000;
  }

  .container-90 {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .service-details-banner-heading-3 {
    font-size: 2.5rem;
  }

  .image-22 {
    width: 220px;
  }

  .primary-button-3 {
    padding: 1em 1.5em;
  }

  .container-7 {
    width: auto;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-cms-2 {
    min-height: auto;
  }

  .dotted-stroke {
    min-width: auto;
  }

  .div-block-106 {
    padding-bottom: 9px;
  }

  .column-24 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-100 {
    margin-top: 1px;
  }

  .div-block-103 {
    justify-content: flex-end;
  }

  .small-text-2 {
    font-size: 20px;
  }

  .small-text-2.smaller {
    font-size: 14px;
  }

  .small-text-2.smaller.main-subtitle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .small-text-2.smaller.lower-case {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .small-text-2.smaller.bigger {
    margin-bottom: 5px;
  }

  .stroke {
    background-color: #000;
  }

  .narrow-container {
    width: auto;
    max-width: none;
  }

  .dish-category {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 37px;
    padding-bottom: 7px;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .paragraph-3.small.align-left {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-3.small.align-left._50 {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .menu-wrapper-2 {
    padding-top: 60px;
  }

  .space-down {
    margin-top: 14px;
    margin-bottom: 19px;
  }

  .stroke-container {
    display: block;
  }

  .stroke-container.left-alignment {
    margin-bottom: 0;
  }

  .container-9 {
    flex-direction: column;
    width: auto;
    max-width: none;
    display: flex;
  }

  .wrapper-2 {
    align-self: auto;
  }

  .heading-25.menu-3-title {
    font-size: 5.5em;
  }

  .bold-text-31 {
    font-size: 14px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .title-wrapper-center {
    margin-bottom: 0;
  }

  .left-arrow-testimonials {
    bottom: -20%;
  }

  .base-container {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 40px 30px;
  }

  .review-wrapper {
    height: 340px;
  }

  .slide-review {
    padding-top: 9px;
    padding-bottom: 0;
  }

  .right-arrow-testimonials {
    bottom: -20%;
    left: 16%;
  }

  .online-reservation-2 {
    margin-bottom: 20px;
    padding: 2em;
  }

  .form-input-field-2, .form-input-field-2._2 {
    padding-left: 30px;
    padding-right: 0;
  }

  .grid-reservation-2 {
    grid-template-columns: 2.5fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .subheading {
    font-size: 14px;
  }

  .reservation-contact-2 {
    padding: 2em 1em;
  }

  .button-2 {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .container-8 {
    padding-top: 7.3em;
  }

  .information-holder {
    grid-column-gap: 5px;
  }

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

  .contact-info-item {
    margin-bottom: 16px;
  }

  .div-block-113 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar-menu-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .div-block-78 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .menu-button-3.w--open {
    background-color: #ffb61e00;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .navbar-3 {
    padding-right: 0;
  }

  .dropdown-link-2 {
    text-align: center;
    place-items: start stretch;
    width: 100%;
    padding: 0 20px;
  }

  .dropdown-link-2:hover {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #000000fa;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-link-list.navigation {
    text-align: center;
  }

  .dropdown-icon-2 {
    inset: auto 0% auto auto;
  }

  .nav-link-4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3em;
  }

  .dropdown-toggle {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
  }

  .primary-button-4 {
    margin-bottom: 0;
    display: block;
  }

  .modal {
    padding-top: 48px;
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .information-holder-2 {
    grid-column-gap: 5px;
  }

  .image-84 {
    max-width: 35%;
  }

  .base-container-2 {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-12 {
    padding: 40px 20px;
  }

  .container-11 {
    width: auto;
  }

  .swiper-slide {
    margin-bottom: 2rem;
  }

  .title-wrapper-center-2 {
    margin-bottom: 29px;
  }

  .section-5.black-background, .section-13.black-background {
    padding-top: 62px;
    padding-bottom: 0;
  }

  .title-wrapper-center-3 {
    margin-bottom: 29px;
  }

  .section-14.black-background {
    padding-top: 62px;
    padding-bottom: 0;
  }

  .section-14.black-background.d {
    padding-left: 26px;
    padding-right: 26px;
  }

  .online-reservation {
    padding: 2em 1em;
  }

  .container {
    padding-top: 7.3em;
  }

  .information-holder-3 {
    grid-column-gap: 5px;
  }

  .grid-reservation {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-4 {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .wrapper.slide-wrapper {
    min-height: 400px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-section.hero-section {
    border-style: solid;
    border-width: 12px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .bg-section.page-hero-section.contact-hero {
    border-style: solid;
    border-width: 12px;
    padding-top: 110px;
  }

  .bg-section.page-hero-section.menu-hero {
    border-style: solid;
    border-width: 12px;
  }

  .bg-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .social-icons.hero-icons {
    justify-content: flex-end;
    align-items: center;
    width: 40%;
  }

  .contact-form-wrapper {
    flex-direction: row;
    padding-right: 32px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .input.text-area.margin-input, .input.reservation-input, .input.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-column {
    height: 100%;
    margin-bottom: 14px;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  .post-card {
    flex-direction: column-reverse;
  }

  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    display: none;
  }

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .call-back-button {
    margin: 16px;
  }

  .call-back-wrapper {
    padding: 16px;
  }

  .features {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-big.intro-text {
    text-align: center;
    column-count: 1;
  }

  .menu-list-item {
    width: 100%;
  }

  .menu-list.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-bottom: 24px;
  }

  .cta-content {
    width: auto;
  }

  .feature-text {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-image._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .working-hours {
    width: auto;
  }

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

  .side-card-feature {
    flex-flow: column wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .side-card-image._1 {
    background-position: 50%;
    height: 300px;
  }

  .side-card-image._2 {
    background-position: 50%;
  }

  .side-card {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 28px;
    padding-bottom: 28px;
    display: block;
  }

  .side-card.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .post-card-info {
    width: 100%;
    min-height: auto;
  }

  .page-hero-header {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .reservation-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-grid-item {
    width: 50%;
  }

  .side-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-image-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .side-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-image {
    width: 20%;
  }

  .hero-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-scroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-bottom-content {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-small-grid-item {
    width: 50%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 36px;
  }

  .licence-contact-text {
    width: 100%;
    margin-top: 16px;
  }

  .image-26 {
    margin-right: 9px;
  }

  .button-3.getquote {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-2 {
    width: 45%;
  }

  .logo-2.w--current {
    width: 40%;
  }

  .footer-social-block {
    padding-top: 0;
  }

  .footer-link-block-social {
    margin-right: 1em;
  }

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

  .service-details-banner-heading-3 {
    font-size: 2rem;
  }

  .primary-button-3 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-text-5 {
    font-size: .7rem;
  }

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

  .image-25.space-down {
    padding-top: 137px;
  }

  .menu-cms-2 {
    padding-bottom: 3em;
  }

  .tabs-menu-2 {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-100 {
    height: 200px;
  }

  .small-text-2 {
    font-size: 24px;
  }

  .small-text-2.smaller.main-subtitle {
    margin-bottom: 1px;
    font-size: 11px;
  }

  .narrow-container {
    width: 94vw;
  }

  .dish-category {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .paragraph-3 {
    max-width: none;
  }

  .paragraph-3.small.align-left {
    max-width: 400px;
  }

  .menu-wrapper-2 {
    padding-top: 30px;
  }

  .tabs {
    padding-top: 50px;
  }

  .tabs.hidden {
    padding-top: 0;
  }

  .menu-tab-link-2 {
    margin-bottom: 9px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-2.horizontal {
    flex-direction: row;
  }

  .heading-25.menu-3-title {
    width: 100%;
    margin-top: .6em;
    font-size: 5.5em;
  }

  .bold-text-31 {
    font-size: 12px;
  }

  .subtitle-all-caps-2 {
    text-align: center;
  }

  .paragraph-large {
    font-size: 14px;
  }

  .slider-testimonials {
    width: 90%;
    margin: 195px auto 68px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-wrapper-center {
    margin-bottom: 0;
  }

  .review-img-bg {
    object-position: 50% 80%;
    width: 100%;
    height: 60%;
  }

  .left-arrow-testimonials {
    font-size: 24px;
    inset: auto 18% -20% auto;
  }

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

  .review-wrapper {
    height: 450px;
  }

  .slide-review {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .right-arrow-testimonials {
    font-size: 24px;
    inset: auto 0% -20% auto;
  }

  .grid-reservation-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .subheading {
    font-size: 13px;
  }

  .container-8 {
    padding: 4.9em 2em 2em;
  }

  .black-text {
    text-align: center;
    font-size: 27px;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .logo-3 {
    width: 45%;
  }

  .logo-3.w--current {
    width: 40%;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .div.less {
    width: 85%;
  }

  .modal {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .form-block-5.outline-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .image-84 {
    max-width: 40%;
  }

  .subtitle-all-caps {
    text-align: center;
  }

  .section-12 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .subtitle-all-caps-3 {
    text-align: center;
  }

  .title-wrapper-center-2, .title-wrapper-center-3 {
    margin-bottom: 0;
  }

  .subtitle-all-caps-4 {
    text-align: center;
  }

  .container {
    padding: 4.9em 2em 2em;
  }

  .grid-reservation {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

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

  .section.pattern-section {
    padding: 24px 20px 54px;
  }

  .section.pattern-section.no-bottom-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .bg-section.cta-section {
    padding-bottom: 23px;
  }

  .bg-section.page-hero-section.contact-hero {
    padding-top: 127px;
  }

  .bg-section.page-hero-section.menu-hero {
    padding-top: 138px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    flex-direction: column;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.hero-icons {
    width: auto;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .contact-form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.call-back-input {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .input.subscribe-input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 24px;
  }

  .contact-card {
    width: auto;
    margin-top: 24px;
    position: relative;
    bottom: 0;
  }

  .footer-column {
    width: 100%;
  }

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-card-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 97vh;
  }

  .scroll-up-button {
    display: none;
  }

  .call-back-popup {
    padding: 40px;
  }

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

  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer-bottom {
    height: auto;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .menu-list-image {
    margin-right: 16px;
  }

  .subscribe-badge {
    margin: 20px;
  }

  .section-description {
    line-height: 24px;
  }

  .cta-content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-text {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-banner {
    width: 100%;
  }

  .feature-image-header {
    margin-top: 0;
  }

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

  .side-card-image {
    height: 280px;
  }

  .side-card-image._1, .side-card-image._2 {
    height: 150px;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-card-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .page-hero-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reservation {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-grid-item {
    width: 100%;
  }

  .contact-block {
    width: 100%;
    padding: 43px;
  }

  .hero-phone {
    margin-bottom: 16px;
  }

  .hero-scroll {
    padding-top: 9px;
    display: flex;
  }

  .footer-bottom-content {
    margin-left: 1px;
    margin-right: 1px;
  }

  .menu-small-grid-item {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .licence-item-content {
    text-align: center;
    padding-top: 16px;
    padding-left: 0;
  }

  .first-letter {
    margin-left: 0;
  }

  .html-embed-3.hidden {
    width: 200px;
    height: 100px;
    display: none;
  }

  .logo-wrapper-2 {
    width: 130px;
  }

  .image-26 {
    margin-right: 13px;
    display: none;
  }

  .nav-menu-2 {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .logo-2 {
    width: 70%;
  }

  .logo-2.w--current {
    width: 55%;
  }

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

  .nav-link-2 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link-2:hover {
    color: var(--color-2);
  }

  .brisk-white-2 {
    width: 140px;
  }

  .footer-link-block-social {
    margin-right: .8em;
  }

  .menu-button-2 {
    padding: 0;
  }

  .container-90 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-details-banner-heading-3 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.5rem;
  }

  .image-22 {
    width: 170px;
  }

  .container-7 {
    width: 100%;
    max-width: none;
    padding: 25px 12px 10px;
  }

  .image-25.space-down {
    padding-top: 98px;
  }

  .div-block-100 {
    height: 140px;
    padding-top: 37px;
  }

  .div-block-103 {
    justify-content: flex-end;
    width: auto;
    display: flex;
  }

  .small-text-2 {
    font-size: 20px;
  }

  .small-text-2.smaller {
    letter-spacing: 0;
    font-size: 12px;
  }

  .small-text-2.smaller.main-subtitle {
    margin-bottom: 13px;
  }

  .narrow-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dish-category {
    margin-top: 0;
    padding-bottom: 0;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .paragraph-3.small.align-left {
    font-size: 11px;
  }

  .paragraph-3.small.align-left._50 {
    width: 50%;
    max-width: none;
  }

  .columns-13 {
    width: 100%;
    margin-bottom: 28px;
  }

  .menu-wrapper-2 {
    padding-top: 40px;
  }

  .tabs {
    padding-top: 10px;
  }

  .stroke-container {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .stroke-container.left-alignment {
    margin-bottom: 5px;
  }

  .menu-tab-link-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-102 {
    width: 50%;
  }

  .container-9 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .wrapper-2.horizontal {
    padding-right: 9px;
  }

  .heading-25.menu-3-title {
    font-size: 4em;
  }

  .image-24 {
    padding-bottom: 88px;
  }

  .bold-text-31 {
    font-size: 12px;
  }

  .slider-testimonials {
    margin-top: 135px;
    margin-bottom: 23px;
  }

  .title-wrapper-center {
    width: 100%;
  }

  .review-img-bg {
    height: 40%;
  }

  .left-arrow-testimonials {
    bottom: -15%;
    right: 63%;
  }

  .base-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-client-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .slide-review {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow-testimonials {
    bottom: -15%;
    right: 24%;
  }

  .online-reservation-2 {
    padding: 1.1em;
  }

  .form-input-field-2, .form-input-field-2._2 {
    padding-left: 45px;
  }

  .section-heading-container-center {
    margin-bottom: 2em;
  }

  .section-heading-container-center.small-margins {
    margin-bottom: .3em;
  }

  .grid-reservation-2 {
    grid-template-rows: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .subheading {
    text-align: center;
    align-self: center;
  }

  .fade-in-move-on-scroll {
    margin-bottom: 0;
  }

  .container-8 {
    padding-top: 2.4em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container-8.hero-container {
    padding: .4em 0 0;
    display: block;
  }

  .heading-19 {
    font-size: 30px;
  }

  .information-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .online-text-2 {
    font-size: 12px;
  }

  .online-text-2.mb-20 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .black-text {
    text-align: center;
    font-size: 26px;
  }

  .map {
    height: 150px;
  }

  .div-block-112 {
    display: flex;
  }

  .div-block-113 {
    flex-flow: column;
    width: auto;
    height: 100%;
  }

  .div-block-78 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .menu-button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-3 {
    align-self: stretch;
    max-height: 95svh;
  }

  .dropdown-link-list.navigation {
    overflow: auto;
  }

  .logo-3 {
    width: 70%;
  }

  .logo-3.w--current {
    width: 55%;
  }

  .div.less {
    width: 95%;
    height: 90%;
  }

  .primary-button-4 {
    padding: 12px 7px;
  }

  .text-field-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .modal {
    padding-top: 33px;
    display: none;
  }

  .form-button-holder-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .form-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5.outline-outside {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: scroll;
  }

  .left-alignment {
    line-height: .9em;
  }

  .left-alignment.smaller-text {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .image-84 {
    max-width: 55%;
    margin-top: 16px;
  }

  .base-container-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-client-wrap-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .heading-11.white-text {
    font-size: 24px;
    line-height: 28px;
  }

  .section-12.black-background {
    padding-top: 65px;
  }

  .text-block-29 {
    font-size: 34px;
  }

  .text-block-29.smaller-text {
    font-size: 16px;
  }

  .text-block-29.secondary-text {
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-119 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .title-wrapper-center-2 {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-13.black-background {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .title-wrapper-center-3 {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

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

  .grid-3 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container {
    padding-top: 2.4em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .container.hero-container {
    padding: .4em .6em 0;
    display: block;
  }

  .information-holder-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-reservation {
    grid-template-rows: auto;
  }
}

#w-node-b7442f26-aaf2-f964-8ac0-98b345b24213-7708a625 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b7442f26-aaf2-f964-8ac0-98b345b24214-7708a625 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-b7442f26-aaf2-f964-8ac0-98b345b2421a-7708a625 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b7442f26-aaf2-f964-8ac0-98b345b2421b-7708a625, #w-node-b7442f26-aaf2-f964-8ac0-98b345b2421c-7708a625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e73-7708a625 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center start;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e8c-7708a625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e8e-7708a625, #w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e90-7708a625 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e92-7708a625 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e98-7708a625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e9a-7708a625, #w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e9c-7708a625 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693e9e-7708a625 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693ea2-7708a625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693ea4-7708a625, #w-node-_0338465c-cf98-d7fe-ab9a-a2587e693ea6-7708a625 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0338465c-cf98-d7fe-ab9a-a2587e693eaa-7708a625 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_62c148df-dd6b-0294-5af5-0f0613919aba-7708a625, #w-node-_62c148df-dd6b-0294-5af5-0f0613919ad3-7708a625, #w-node-_9fd5d54a-fcb1-b9f8-aaca-0028913d83a6-913d83a0, #w-node-_9fd5d54a-fcb1-b9f8-aaca-0028913d83c0-913d83a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#NOM-ET-PR-NOM.w-node-e6f4a51b-a57c-f630-5386-483dcd073d14-cd073d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#ADRESSE-EMAIL.w-node-e6f4a51b-a57c-f630-5386-483dcd073d17-cd073d08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-f9a6c230-b9be-704f-098d-fe5f69193191-6919317f, #w-node-f9a6c230-b9be-704f-098d-fe5f69193195-6919317f, #w-node-f9a6c230-b9be-704f-098d-fe5f69193199-6919317f, #w-node-f9a6c230-b9be-704f-098d-fe5f6919319d-6919317f, #w-node-f9a6c230-b9be-704f-098d-fe5f691931a1-6919317f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7442f26-aaf2-f964-8ac0-98b345b24213-7708a625 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


