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

:root {
  --antique-white: #e8dbc8;
  --dark-khaki: #beae79;
  --olive: #917e37;
  --light-grey: #d6d6d6f0;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

strong {
  font-weight: 600;
}

.copyright-div {
  z-index: 3;
  opacity: 1;
  color: #ffffffd9;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 10px;
}

.slider-s {
  z-index: 1;
  object-fit: cover;
  height: 100%;
}

._1 {
  background-color: #fff;
  background-image: url('../images/slide_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.popular-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 19px;
}

.popular-text.last, .popular-text._45454 {
  color: var(--antique-white);
  margin-top: 19px;
  margin-bottom: 33px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hero {
  z-index: 5;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 507px 13%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.copyright-text {
  color: var(--antique-white);
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.left-arrow {
  z-index: 5;
  display: none;
}

.slide-nav {
  font-size: 9px;
  display: block;
}

.nav {
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  margin: 0 0% 100px;
  padding: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.right-arrow {
  z-index: 5;
  display: none;
}

.brand {
  float: none;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  font-weight: 100;
  line-height: 28px;
  display: flex;
}

.overlay {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#16151bd1, #16151bd1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link {
  opacity: 1;
  color: var(--antique-white);
  text-decoration: none;
  transition: opacity .5s;
}

.link:hover {
  opacity: .47;
}

.brand-div {
  display: inline-block;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-2 {
  color: var(--antique-white);
  text-decoration: none;
}

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

._2 {
  background-color: #fff;
  background-image: url('../images/slide_9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._5 {
  background-color: #fff;
  background-image: url('../images/slide_7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._6 {
  background-color: #fff;
  background-image: url('../images/slide_10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  color: var(--dark-khaki);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Brilon, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.menu-nts {
  z-index: 1;
  border: 1px solid var(--olive);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-family: Brilon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts._01010 {
  color: #fff;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.menu-nts.party {
  margin-left: 0;
  transition: all .5s;
}

.menu-nts.party:hover {
  background-color: var(--olive);
}

.menu-nts.mm1 {
  margin: 5px;
}

.menu-nts.mm1.w--current {
  background-color: #72601d;
}

.menu-nts.mm1.last {
  margin-right: 0;
}

.menu-nts.mm2 {
  margin-left: 0;
  margin-right: 0;
}

.menu-nts.st {
  text-transform: lowercase;
  background-color: #1a6124;
}

.text-lbutton-layout-3-blog {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Brilon, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.text-lbutton-layout-3-blog.mm4 {
  letter-spacing: .5px;
  text-transform: lowercase;
  font-size: 14px;
}

.text-lbutton-layout-3-blog.aa {
  text-transform: lowercase;
}

.wrapper-color-loink {
  z-index: -1;
  background-color: var(--olive);
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
}

.div-block {
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.section-tab-menu {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 80px 50px 79px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.menu-box.last {
  margin-bottom: 41px;
}

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

.menu-box._73731 {
  margin-top: 52px;
  margin-bottom: 0;
}

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

.menu-box._0000 {
  margin-top: 52px;
  margin-bottom: 50px;
}

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

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

.menu-items.top2 {
  margin-top: 0;
}

.menu-items.alone {
  grid-row-gap: 10px;
  justify-items: start;
}

.menu-items.center {
  text-align: center;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.menu-items.center-alone {
  place-items: center;
}

.menu-item.high {
  border: 2px solid var(--olive);
  color: #fff;
  border-radius: 0;
  padding: 12px 20px;
}

.menu-item.center-high {
  border: 2px solid var(--olive);
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 13px;
}

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

.infotext.top {
  color: #dad6cb;
  text-align: center;
  text-transform: none;
  margin: 6px 50px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.top._018263 {
  text-transform: capitalize;
  margin-bottom: 7px;
}

.infotext.top.a {
  color: #dad6cb;
  margin-bottom: 0;
}

.infotext.menu {
  color: #d3d0cb;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.menu.hi2 {
  color: #fff;
}

.infotext.up {
  color: var(--antique-white);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.c {
  color: #dad6cb;
  text-align: center;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.bb {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.ccss {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.ccss.hi2 {
  color: #fff;
}

.infotext.newm {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.infotext.newm.hi2 {
  color: #fff;
}

.infotext.classic {
  color: var(--antique-white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.bold {
  color: var(--antique-white);
  text-align: center;
  text-transform: none;
  margin: 6px 50px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.heading-2.title01 {
  color: var(--dark-khaki);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-2.title01._7a7 {
  margin-top: 0;
}

.heading-2._12 {
  color: var(--dark-khaki);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Brilon, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.heading-2._7s77s {
  color: var(--dark-khaki);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-2._7s77s._7a7 {
  margin-top: 0;
}

.heading-2.ka {
  color: var(--dark-khaki);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.tabs-men {
  width: 100%;
}

.tab-menu {
  z-index: 5;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  top: 80px;
}

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

.info-title.menu {
  color: #dad6cb;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Brilon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.info-title.menu.hi1 {
  color: #fff;
}

.info-title.happy {
  color: var(--dark-khaki);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.info-title._0992 {
  color: #dad6cb;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Brilon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.tab-first-men {
  border-right: 1px #424242;
  flex: 0 auto;
  width: 100%;
}

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

.menu-banner._010192 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-banner._0p {
  text-align: center;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 250px;
  margin-right: 5px;
  padding: 15px 20px;
  transition: background-color .2s ease-in-out;
}

.first-tab:hover {
  background-color: #fff;
}

.first-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #464646;
  font-size: 12px;
  transition-duration: .4s;
}

.text-span-3 {
  color: var(--olive);
  font-weight: 600;
}

.text-span-4 {
  color: #395f40;
  font-weight: 600;
}

.text-span-5 {
  color: var(--dark-khaki);
  text-transform: lowercase;
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

.other {
  z-index: 3;
  opacity: 1;
  color: #ffffffd9;
  text-align: center;
  margin-top: 59px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: static;
  inset: auto 0% 10px;
}

.image-4 {
  margin-top: 50px;
  margin-bottom: 0;
}

._83838h {
  margin-top: 31px;
  margin-bottom: 50px;
}

._83838h._0a8sh {
  margin-bottom: 35px;
}

._83838h._828 {
  margin-bottom: 55px;
}

._88383 {
  margin-top: 31px;
  margin-bottom: 31px;
}

._88383.a {
  margin-bottom: 0;
}

._828191 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 170px 50px 100px;
  display: flex;
}

.fix {
  font-size: 22px;
}

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

.lunncha {
  margin-top: 0;
  margin-bottom: 50px;
}

.qr2 {
  align-items: flex-start;
  display: flex;
}

.text-span-10 {
  font-size: 12px;
}

.menu-links {
  color: #c5c5c5;
  margin-bottom: 15px;
}

.yellow-link {
  margin-top: 50px;
}

.hamburger-button {
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  width: 50px;
  height: 60px;
  padding: 15px 10px 10px;
  position: relative;
  overflow: hidden;
}

.menu-head {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.samnio-logo-text {
  color: #fff;
  text-transform: none;
  margin-top: 5px;
  margin-left: 8px;
  font-size: 24px;
  font-weight: 100;
}

.samnio-logo-text:hover {
  text-transform: none;
  text-decoration: none;
}

.simple-menu-button-lt-2 {
  float: none;
  background-color: #0000;
  width: 50px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.simple-menu-button-lt-2.w--open {
  background-color: #0000;
  width: 50px;
}

.menu-logo-wrapper {
  flex: 1;
}

.nav-menu {
  color: #e1c893;
  background-color: #000;
  background-image: linear-gradient(#000, #000), url('../images/dawson40.webp');
  background-position: 0 0, 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: block;
}

.menu-paragraph {
  color: #c5c5c5;
  text-align: left;
  max-width: 300px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.menu-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: flex;
}

.navbar-layout-3 {
  background-color: #004d91e6;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-layout-3.search {
  z-index: 88888888;
  opacity: .97;
  background-color: #090b0a;
  border-bottom: 0 #f0f0f0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 100px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.first-section-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.second-section-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.brand-2 {
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.brand-2:hover {
  opacity: 1;
  text-decoration: none;
}

.brand-2.w--current {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.menu-section-container {
  border-left: 1px solid #e1c893;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 150px;
  padding-left: 20px;
  display: flex;
}

.hamburger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.image {
  opacity: 1;
}

.hamburger-wrapper {
  flex: 0 auto;
  display: flex;
}

.intro-hero {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.intro-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.samnio-logo.ivnert {
  filter: brightness(200%) grayscale();
}

.welcome-head {
  color: #fff;
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

.hero-paragraph {
  color: var(--light-grey);
  margin-top: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.arrow {
  color: var(--dark-khaki);
  font-size: 25px;
  line-height: 30px;
}

.about {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(#0f0b0bf7, #0f0b0bf7), url('../images/Asset-1.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.main-hero-head {
  color: var(--olive);
  text-align: center;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Brilon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.main-hero-head._0 {
  color: var(--dark-khaki);
  margin-bottom: -14px;
}

.main-paragraph-white {
  color: var(--antique-white);
  text-align: center;
  max-width: 1000px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.main-paragraph-white.mmx {
  text-align: center;
}

.preview-link {
  color: var(--antique-white);
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Brilon, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.preview-link:hover {
  color: #d1b06b91;
  text-decoration: none;
}

.parallax {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-background {
  z-index: 3;
  background-image: url('../images/dawson114.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
}

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

.home-hero {
  z-index: 5;
  opacity: 1;
  background-color: #000;
  position: sticky;
  top: 0;
}

.menus {
  z-index: 10;
  background-image: linear-gradient(#00000061, #00000061), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 50px 100px;
  display: flex;
  position: relative;
}

.wine-wrapper {
  width: 95%;
  height: auto;
}

.wine-wrapper.d {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-top: 25px;
  display: flex;
}

.wine-link-wrapper {
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-decoration: none;
}

.wine-link-wrapper:hover {
  text-decoration: none;
}

.wine-card-wrapper {
  background-color: #000000ab;
  border: 2px solid #0000;
  border-radius: 0;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  transition: all .75s;
  display: flex;
}

.wine-card-wrapper:hover {
  filter: sepia();
  border-style: solid;
  border-color: #d7b56e;
}

.wine-card-heading {
  color: var(--olive);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Brilon, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.menu-parallax {
  z-index: 2;
  background-image: url('../images/dawson105.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
}

.features-card {
  background-color: #0c0c0c;
  border: 1px #d9eeff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 1px 1px 3px #154a6817;
}

.features-icon-wrapper {
  background-color: #0000;
  border-radius: 100%;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.features-icon-image {
  width: 25px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  right: 0;
}

.features-heading {
  color: var(--olive);
  margin-bottom: 7px;
  font-family: Brilon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.features-paragraph {
  color: var(--antique-white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  width: 900px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  margin-bottom: 0;
}

.icons-wrapper-layout-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.single-icon-wrapper {
  border: 1px #f1f1f1;
  border-right-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
}

.icon-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.div-block-61 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 25px;
  display: flex;
}

.hours {
  color: #141414;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.paragraph-3 {
  color: var(--antique-white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-3.nye {
  margin-right: 30px;
}

.parallax-c3 {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-wrapper {
  border-right: 1px solid #979797;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.successfully-sent-message {
  color: #d7b56e;
  background-color: #0e0e0e;
  border-radius: 4px;
}

.contact-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 200px;
  display: flex;
}

.submit-button {
  color: var(--antique-white);
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 19px;
  padding-left: 0;
  font-family: Brilon, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.contact-info {
  color: var(--antique-white);
  max-width: 600px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.facebook {
  background-color: var(--olive);
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.facebook:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.logo-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 19px;
}

.contacts-container {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(#16151bd1, #16151bd1), url('../images/slide_4.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.success-message-text {
  color: var(--dark-khaki);
  font-family: Open Sans, sans-serif;
}

.email-field {
  background-color: #0000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  margin-bottom: 35px;
  padding: 30px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.twitter {
  background-color: var(--olive);
  background-image: url('../images/Insta-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.twitter:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.message-field {
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  border-top-color: #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.name-field {
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-left: 1px #000;
  border-right: 1px solid #0000;
  margin-bottom: 20px;
  padding: 30px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.name-field:focus {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.name-field._001 {
  color: #fff;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
}

.name-field.sjks, .name-field._00 {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
}

.form-block-left-side {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.logo-contact-page {
  margin-bottom: 10px;
}

.about-us-right-block-layout-2 {
  background-image: linear-gradient(#16151bde, #16151bde), url('../images/dawson120.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-us-heading-layout-2 {
  color: #383838;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.about-us-heading-layout-2._0a00as {
  text-align: center;
}

.icons-wrapper-layout-3 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100px;
  margin-top: 40px;
  display: flex;
}

.about-us-left-block-layout-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 90px;
  display: flex;
}

.about-us-left-block-layout-2.pp {
  background-image: linear-gradient(to right, #fff, #fffc);
  padding-left: 54px;
  padding-right: 54px;
}

.about-us-left-block-layout-2._0909 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.about-us-left-block-layout-2.rr {
  background-image: linear-gradient(to right, #fffffff0, #fffc);
}

.about-us-left-block-layout-2._0000 {
  background-image: linear-gradient(to right, #fff, #fffc);
  width: 100%;
  padding-top: 123px;
  padding-bottom: 75px;
}

.about-us-text-wrapper-layout-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 30px;
  display: flex;
}

.icon-text-layout-2-black {
  color: #333;
  margin-top: 10px;
  font-size: 12px;
}

.pparties {
  z-index: 5;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.single-icon-wrapper-2 {
  border: 1px #f1f1f1;
  border-right-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
}

.about-us-paragraph-layout-2 {
  color: #131313;
  text-align: left;
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.link-3 {
  color: #7e6c28;
  font-family: Brilon, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-field-3 {
  color: #959595;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field-3:hover, .text-field-3:focus {
  border-color: #3da4ff;
}

.text-field-3.name {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  background-image: url('../images/Name_1Name.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field-3.message {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  height: 120px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
}

.text-field-3._50 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-color: #fff0;
  background-image: url('../images/Name_1Name.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  width: 95%;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field-3.email {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  background-image: url('../images/Email-1_1Email (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.text-field-3.date {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  background-image: url('../images/603f2af8e5788c12a5ae56f2_Name_1603f2af8e5788c12a5ae56f2_Name.webp');
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.text-field-3.mobile {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  background-image: url('../images/Mobile-1_1Mobile (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.checkmark {
  margin-bottom: 20px;
}

.success-message-2 {
  background-color: #0000;
}

.submit {
  text-transform: uppercase;
  background-color: #b6230b;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #002d62;
}

.div-block-39 {
  justify-content: flex-start;
  display: flex;
}

.div-block-62 {
  flex-direction: row;
  display: flex;
}

.para {
  z-index: 10;
  background-image: url('../images/nyc1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  position: relative;
}

.para1 {
  z-index: 10;
  background-image: url('../images/dawson173.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative;
}

.paara2 {
  z-index: 10;
  background-image: url('../images/dawson94.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative;
}

.para4 {
  z-index: 10;
  background-image: url('../images/dawson184.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative;
}

.par5 {
  z-index: 10;
  background-image: url('../images/dawson18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative;
}

.gallery {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(#00000078, #00000078), url('../images/Asset-2.svg'), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 1% 1%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 150px, contain;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.portfolio-row {
  max-width: 1000px;
  margin: 16px auto;
}

.portfolio-col {
  padding-left: 0;
  padding-right: 0;
}

.potfolio-photo-block {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 14px;
  display: inline-block;
}

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

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

.lightbox-thumb {
  width: 100%;
  transition: transform .5s;
}

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

.lightbox-thumb.longer {
  object-fit: cover;
  width: 100%;
  height: 436px;
}

.reservations {
  z-index: 5;
  background-color: #000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.reservations.hide0 {
  display: block;
}

.link-4 {
  color: #726123;
  font-weight: 400;
  text-decoration: none;
}

.text-span-11 {
  color: var(--dark-khaki);
  font-family: Brilon, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.html-embed {
  border: 3px solid var(--olive);
  border-radius: 0;
  width: 60%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.ont {
  color: var(--dark-khaki);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Brilon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.ont._0 {
  margin-bottom: 0;
}

.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.sub._0a0a {
  margin-top: -12px;
}

.sub1 {
  color: var(--dark-khaki);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.sub1._0 {
  margin-bottom: -14px;
}

.par6 {
  z-index: 10;
  background-image: url('../images/dawson187.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  position: relative;
}

._001 {
  color: #131313;
  text-align: left;
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

._001._88 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
}

._00a {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 36px;
  display: flex;
}

.left {
  background-image: linear-gradient(#16151be0, #16151be0), url('../images/dawson110.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-link:active {
  text-decoration: none;
}

.footer-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  background-color: #030303;
  border-top: 1px #0c0c0c;
  margin-bottom: 0;
  padding: 40px 12px 0;
}

.footer-link {
  color: var(--antique-white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-col {
  flex: 1;
  padding: 20px 15px;
}

.footer-title {
  color: var(--dark-khaki);
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 1px solid #ffffff14;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Brilon, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-black {
  z-index: 10;
  background-color: #000;
  padding: 0 0 40px;
  position: relative;
}

.slide {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.onen {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson187.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dos {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson186.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tres {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson168.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cuatro {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson36.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/dawson11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

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

.none.type-color {
  color: var(--antique-white);
  margin-top: 0;
  font-family: Brilon, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

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

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

.c-testimonial-trustpilot-wrapper {
  margin-top: 1em;
}

.p_m {
  color: var(--antique-white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #e8dbc8db;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.p_m.no-wrap {
  white-space: nowrap;
}

.p_m.rese {
  color: var(--olive);
}

.revi {
  color: var(--dark-khaki);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Brilon, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c-footer-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-figma {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-left: .25em;
  margin-right: .25em;
}

.c-footer-after {
  width: 100%;
}

.c-footer-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 26px;
}

.c-webflow {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-left: .25em;
  margin-right: .25em;
}

.by-bennui {
  color: #24201c;
  text-decoration: none;
}

.c-footer-reserve-table {
  color: var(--olive);
  text-decoration: none;
  transition: all .5s;
}

.c-footer-reserve-table:hover {
  color: #7f573c;
}

.c-footer-grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-footer-info-wrapper {
  justify-content: flex-start;
  margin-top: 6px;
  display: flex;
}

.c-footer-after-legal-nav {
  margin-right: 2em;
}

.c-footer-after-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-footer-after-grid {
  grid-template-rows: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.c-bennui-website-li {
  color: #a36f4d;
  text-decoration: none;
}

.c-footer {
  z-index: 5;
  background-color: #000;
  position: relative;
}

.c-info-right-label {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.name {
  color: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.c-footer-after-made-with-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-right-info {
  margin-left: 1em;
}

.c-footer-g-maps {
  color: var(--olive);
  text-decoration: none;
  transition: all .5s;
}

.c-footer-g-maps:hover {
  color: #7f573c;
}

.sub-footer {
  background-color: #002d62;
  border-top: 1px solid #ebebeb;
  margin-top: 80px;
  padding: 30px 30px 20px;
}

.sub-footer.home11 {
  z-index: 7;
  background-color: #000;
  border-top-width: 4px;
  margin-top: 0;
  position: relative;
}

.container-4 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.image-21 {
  opacity: .79;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}

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

.foot1 {
  opacity: 1;
  color: var(--antique-white);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.red {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .4s;
}

.red:hover {
  opacity: .69;
}

.sticky-logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1.4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-button-hide {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.nav_logo-img {
  position: static;
}

.menu_link {
  text-decoration: none;
}

.menu_link.arrow-dropdown {
  z-index: 0;
  flex-wrap: nowrap;
  margin-left: 3.5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu_link.arrow-dropdown._1st {
  margin-left: 0;
}

.section {
  background-color: #191d23;
}

.section.nav-bar {
  z-index: 100;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #191d2300;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.container {
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container.nav-bar {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-left: 8em;
  padding-right: 8em;
  display: block;
  position: relative;
}

.container.menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  height: 100%;
  padding-top: 5em;
  padding-left: 11.5em;
  display: flex;
}

.logo-sticky {
  opacity: 1;
  flex: none;
  align-self: auto;
  width: 4em;
  display: none;
  position: static;
  inset: 0%;
}

.nav_logo.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.menu-p-hide {
  color: var(--antique-white);
  letter-spacing: .1em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-p-hide.first {
  padding-left: 0;
  font-size: .8em;
}

.mobile-text {
  display: none;
}

.button-hide {
  color: #fff;
  letter-spacing: .1em;
  font-size: .8em;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu_p {
  color: var(--antique-white);
  letter-spacing: .1em;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  position: static;
  top: 15px;
}

.menu_p.first {
  padding-left: 0;
  font-size: .8em;
}

.arrow-button {
  width: 1.2em;
  padding-left: .5em;
  display: none;
}

.grid_item {
  width: 100%;
  padding: 1em;
  display: flex;
}

.grid_item.nav-menu-right {
  z-index: 0;
  justify-content: flex-end;
  align-items: baseline;
  width: 40%;
  padding: 2em 0 1em;
  display: flex;
  position: static;
}

.grid_item.nav-logo {
  justify-content: center;
  align-items: center;
  width: 13%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.grid_item.nav-menu-left {
  align-items: flex-start;
  width: 40%;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid_item.menu-mobile, .grid_item.mobile-menu-phone {
  display: none;
}

.grid_item.menu {
  flex-direction: column;
  width: 100%;
  padding-top: 5em;
  padding-left: 0;
}

.grid_item.phone-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 3em;
  padding-left: 0;
  display: flex;
}

.grid_item.menu-copy {
  justify-content: space-between;
  padding: 2em 0;
  display: flex;
}

.grid_item.menu-up-links {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.text-button {
  color: #fff;
  letter-spacing: .1em;
  font-size: .8em;
}

.button_menu {
  background-color: #a78463;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 3em;
  margin-left: 3.5em;
  text-decoration: none;
  display: flex;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid.nav-bar {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.grid.menu {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.image-23 {
  width: 1.2em;
  padding-left: .52em;
}

.div-block-16 {
  opacity: 1;
  background-color: #0c0c0e;
  border-bottom: 1px solid #1b2027;
  height: 6em;
  display: block;
  position: absolute;
  inset: 0%;
}

.overlay-screen {
  z-index: 150;
  background-color: #191d23c9;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.adress-wrapper-menu {
  padding-right: 8em;
}

.menu-close-real {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 11.5em;
  height: 11.5em;
  margin-right: -5.5em;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.menu-interior-link {
  text-decoration: none;
}

.menu-link {
  text-decoration: none;
  position: relative;
}

.in-curand {
  color: #969696;
  font-size: 10em;
  line-height: .6;
  position: absolute;
  inset: 0% 0% 0% 6%;
}

.address-p-big-menu {
  z-index: 3;
  color: #c49e7b;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: .5em;
  font-size: 1em;
  position: relative;
}

.spacer-3-3em {
  height: 3.3em;
}

.siv-studio {
  text-decoration: none;
}

.lottie-menu-close {
  width: 11.1em;
  height: 11.1em;
  margin-left: -.5%;
  position: absolute;
}

.address-menu {
  z-index: 3;
  text-align: left;
  letter-spacing: .05em;
  font-size: .8em;
  position: relative;
}

.menu-heading {
  font-size: 5em;
  line-height: 1.2;
}

.menu-heading.progres {
  opacity: .05;
  display: block;
}

.text-span-12 {
  color: #fff;
  letter-spacing: .1em;
}

.overlay-skew {
  z-index: 0;
  opacity: 1;
  background-color: #181d23;
  position: absolute;
  inset: 0%;
}

.menu-open {
  z-index: 200;
  color: #181d23;
  background-color: #181d2300;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-copy {
  z-index: 3;
  text-align: left;
  font-size: .83em;
  position: relative;
}

.footer-copy.right {
  color: #8e8e8e;
  text-align: right;
  letter-spacing: .1em;
  font-size: .7em;
}

.footer-copy.left {
  color: #8e8e8e;
  letter-spacing: .1em;
  font-size: .7em;
}

.menu-close {
  background-color: #a7846300;
  border: 1px solid #c49e7b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 11em;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.text-span-13 {
  color: var(--olive);
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

.text-span-14 {
  color: var(--olive);
  font-family: Open Sans, sans-serif;
}

.text-span-15 {
  color: var(--olive);
  text-transform: lowercase;
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

._001-nav-btn-wrap {
  z-index: 101;
  margin-top: 15px;
  padding: 0;
}

._001-nav-btn-wrap.w--open {
  background-color: #0000;
}

.yellow {
  color: #fec483;
}

.off-other-column {
  grid-column-gap: 0px;
  grid-row-gap: 72px;
  border-left: 1px solid #ffffff4d;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 180px;
  padding-left: 90px;
  display: grid;
}

.connect-text {
  color: var(--dark-khaki);
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Brilon, sans-serif;
  font-size: 15px;
  line-height: 14px;
}

.brand-3 {
  z-index: 101;
  color: #1a1a1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.social-wrap {
  align-items: center;
  display: flex;
}

.small-link {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.huge-link {
  opacity: 1;
  color: var(--antique-white);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 40px;
  line-height: 76px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.huge-link:hover {
  color: var(--olive);
}

.huge-link._1, .huge-link._2 {
  background-color: #0000;
  background-image: none;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.hamburger-middle {
  background-color: var(--dark-khaki);
  color: var(--olive);
  width: 100%;
  height: 1px;
}

.off-main-linka {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 116px;
  display: flex;
}

.hamburger-wrapper-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 20px;
  display: flex;
}

.hamburger-top {
  background-color: var(--dark-khaki);
  width: 100%;
  height: 1px;
}

.big-overlay {
  background-color: #1a1a1f;
  background-image: linear-gradient(#0006, #0006), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.social-icon {
  opacity: .7;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 24px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.fb {
  background-image: url('../images/Facebook-icon.svg');
}

.social-icon.dribbble {
  background-image: url('../images/Dribble-icon.svg');
}

.social-icon.insta {
  background-image: url('../images/Insta-icon.svg');
}

.hamburger-bottom {
  background-color: var(--dark-khaki);
  width: 100%;
  height: 1px;
}

.white {
  color: #fff;
}

.white.op70 {
  opacity: 1;
  color: var(--antique-white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.connect-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._001-nav-container {
  width: 90%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.hover-line {
  background-color: #fec483;
  width: 100%;
  height: 16px;
  position: absolute;
  top: auto;
  bottom: auto;
}

._001-nav {
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-16 {
  color: var(--olive);
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

.text-span-17 {
  color: var(--olive);
  font-weight: 400;
}

.link-5 {
  color: var(--dark-khaki);
  text-decoration: none;
}

.backh {
  height: .5px;
}

.over {
  background-color: #1a1a1f;
  background-image: linear-gradient(#0006, #0006), url('../images/Paper-Texture_DarkBlue-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

._01010102 {
  opacity: 1;
  color: var(--antique-white);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2px;
  padding-bottom: 0;
  font-family: Brilon, sans-serif;
  font-size: 30px;
  line-height: 76px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._01010102:hover {
  color: var(--olive);
}

._01010102._1, ._01010102._2 {
  background-color: #0000;
  background-image: none;
}

.cinco {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-decoration: none;
}

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

.c5 {
  background-color: #000000ab;
  border: 2px solid #0000;
  border-radius: 0;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  transition: all .75s;
  display: flex;
}

.c5:hover {
  filter: sepia();
  border-style: solid;
  border-color: #d7b56e;
}

._0a0a0 {
  color: var(--antique-white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

._0a0a0.review {
  color: #e8dbc8db;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

._0a0a0.no-wrap {
  white-space: nowrap;
}

._0a0a0.rese {
  color: var(--olive);
}

.m1 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson154.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.m1.dd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson158.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.m1.llll {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson153.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.m1.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/super-bowl-tile-2023.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.m2 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson61.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.m3 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson162.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.m4 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson70.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.link-6 {
  color: var(--antique-white);
  text-decoration: none;
}

.menu-6abs {
  z-index: 6;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
  position: sticky;
  top: 66px;
}

.m2-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.text-span-20 {
  color: #a88d26;
  font-family: Brilon, sans-serif;
  font-weight: 400;
}

.m6 {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/slide_8.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.ms {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson40.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.text-span-21 {
  color: #6f612d;
  font-weight: 600;
}

.text-span-22 {
  color: red;
  font-weight: 400;
}

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

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

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

.link-block-6._00 {
  margin-left: 15px;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

.modal__close {
  opacity: .8;
  filter: contrast(200%) invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 32px;
  left: auto;
  right: 41px;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: none;
}

.brunch {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson149.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.brunch.dd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson125.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

._83838h-copy {
  margin-top: 0;
  margin-bottom: 50px;
}

._83838h-copy._0a8sh {
  margin-bottom: 35px;
}

._83838h-copy._828 {
  margin-bottom: 55px;
}

.bold-text-2 {
  color: #ac0b0b;
  font-weight: 600;
}

.sp {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/super-bowl-tile-2023.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.text-span-23 {
  text-transform: lowercase;
}

.text-span-24 {
  color: #db4c4c;
  font-weight: 400;
}

.foot2 {
  opacity: 1;
  color: #dad6cb;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.link-7 {
  color: var(--light-grey);
  text-decoration: none;
}

.link-8 {
  color: #5a4b12;
  font-weight: 400;
  text-decoration: none;
}

.link-9 {
  color: var(--antique-white);
  text-decoration: none;
}

.veg {
  color: #71db98;
}

.bold-text-3 {
  font-weight: 600;
}

.html-embed-5 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.text-block {
  color: #fff;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.text-span-26 {
  color: var(--antique-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.div-block-48 {
  text-align: center;
  align-self: stretch;
  text-decoration: none;
  transition: opacity .4s;
}

.div-block-48:hover {
  opacity: .5;
}

.div-block-48.bar {
  margin-top: 0;
  text-decoration: none;
  transition: opacity .5s;
}

.div-block-48.bar:hover {
  opacity: .51;
}

.div-block-49 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

._2-2 {
  filter: grayscale() brightness(200%);
}

.footer-sec {
  z-index: 9;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 20px;
  display: flex;
  position: relative;
}

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

.text-span-2.white {
  color: #af9c64;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

.title {
  margin-bottom: 25px;
}

.title._12121 {
  margin-bottom: 5px;
}

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

.text-span.white2 {
  color: var(--dark-khaki);
  text-transform: capitalize;
  font-family: Brilon, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

.fall {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span-27 {
  font-style: italic;
  font-weight: 400;
}

.html-embed-6 {
  z-index: 2147483647;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.text-span-28 {
  color: #dad6cb;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-30 {
  opacity: .85;
  margin-bottom: 30px;
}

.bold-text-4 {
  color: #ec3535;
}

.bold-text-5 {
  color: #ee5050;
}

.brunch-cover {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson186.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.brunch-cover.dd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson158.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.brunch-cover.llll {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson153.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.brunch-cover.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/super-bowl-tile-2023.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-span-29 {
  color: var(--dark-khaki);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.cover-brunch {
  z-index: 10;
  background-image: linear-gradient(#0a0713a3, #0a0713a3), url('../images/dawson153.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 173px 101px 115px;
  display: flex;
  position: relative;
}

.cover-brunch.dd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson158.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cover-brunch.llll {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dawson153.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cover-brunch.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/super-bowl-tile-2023.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.lucnh-imagen, .brunch-imagen, .dinner-imagen, .cocktail-imagen, .spirits-imagen, .cafe-imagen {
  margin-bottom: 0;
}

.italic-text {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .popular-text {
    font-size: 16px;
  }

  .hero {
    justify-content: flex-start;
    padding: 602px 0;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .menu-nts._01010 {
    margin-top: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .menu-nts.mm1 {
    margin: 4px;
  }

  .text-lbutton-layout-3-blog {
    text-transform: lowercase;
    font-size: 20px;
  }

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

  .section-tab-menu {
    padding-top: 50px;
  }

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

  .infotext.c, .infotext.classic {
    margin-bottom: 10px;
  }

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

  .tab-menu {
    flex-direction: row;
  }

  ._828191 {
    padding-top: 137px;
    padding-bottom: 70px;
  }

  .qr2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-wrapper {
    padding: 0;
  }

  .navbar-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-layout-3.search {
    padding-left: 10px;
    padding-right: 10px;
  }

  .first-section-wrapper, .second-section-wrapper {
    width: 100%;
  }

  .brand-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-section-container {
    margin-right: 30px;
  }

  .intro-hero {
    width: 100%;
  }

  .welcome-head {
    text-align: center;
  }

  .about {
    padding: 50px;
  }

  .main-paragraph-white {
    width: auto;
  }

  .home-hero {
    width: 100%;
    position: relative;
  }

  .menus {
    padding: 50px;
  }

  .wine-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wine-wrapper.d {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .wine-link-wrapper {
    width: auto;
  }

  .wine-card-wrapper {
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .features-card {
    margin-bottom: 10px;
  }

  .features-heading, .features-paragraph {
    text-align: left;
  }

  .icons-wrapper-layout-2 {
    justify-content: center;
  }

  .div-block-61 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-61.ll {
    margin-left: 0;
  }

  .hours {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .form-wrapper {
    border-right-width: 0;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }

  .contact-text-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    padding-right: 0;
  }

  .contacts-container {
    flex-direction: column-reverse;
    padding: 50px;
  }

  .name-field._001 {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .name-field.sjks {
    margin-left: 0;
  }

  .contact-social-wrapper {
    justify-content: center;
    align-items: center;
  }

  .about-us-right-block-layout-2 {
    width: 100%;
    padding: 50px;
  }

  .icons-wrapper-layout-3 {
    justify-content: center;
  }

  .about-us-left-block-layout-2 {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-left-block-layout-2.pp, .about-us-left-block-layout-2.rr {
    padding: 50px;
  }

  .about-us-left-block-layout-2._0000 {
    padding: 113px 50px 50px;
  }

  .about-us-text-wrapper-layout-2 {
    align-items: center;
    padding: 0;
  }

  .pparties {
    flex-direction: column;
    height: auto;
  }

  .about-us-paragraph-layout-2.lkasa {
    text-align: center;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: flex-start;
  }

  .para, .para1, .paara2, .para4, .par5 {
    background-attachment: scroll;
    height: 400px;
  }

  .gallery {
    padding: 50px;
  }

  .portfolio-row {
    margin-top: 16px;
  }

  .lightbox-thumb.longer {
    height: 387px;
  }

  .reservations {
    flex-direction: column;
    height: auto;
  }

  .html-embed {
    width: 100%;
  }

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

  ._001.a, ._001._88 {
    text-align: center;
  }

  ._00a {
    align-items: center;
    padding: 0;
  }

  .left {
    width: 100%;
    padding: 50px;
  }

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

  .footer-logo-wrapper {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-black {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide {
    width: 100%;
  }

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

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

  .p_m {
    text-align: left;
  }

  .c-footer-contact {
    text-align: center;
  }

  .c-footer-grid-wrapper {
    width: 100%;
  }

  .c-left-info {
    text-align: center;
  }

  .c-footer-grid {
    flex-flow: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .c-footer-after-legal-nav {
    margin-right: 2em;
  }

  .c-footer-after-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .c-footer-anfahrt, .c-footer--ffnungszeiten {
    text-align: center;
  }

  .c-container {
    align-items: center;
  }

  .c-container.footer-after {
    align-items: stretch;
  }

  .c-container.footer {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-footer-after-legal-wrapper {
    display: flex;
  }

  .sub-footer {
    margin-top: 0;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-logo-wrapper {
    display: none;
  }

  .nav_logo-img {
    width: 7em;
  }

  .container.nav-bar {
    padding-top: 5em;
  }

  .container.menu {
    padding-top: 18.7em;
  }

  .image-22 {
    height: 2.5em;
  }

  .menu-box-2 {
    position: relative;
  }

  .mobile-text {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .open-mobile {
    z-index: 1;
    border: 1px solid #c49e7b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .close-menu-mob {
    z-index: 1;
    border: 1px solid #c49e7b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    padding-right: 0;
    font-size: 1vw;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .line-2 {
    background-color: #fff;
    width: 3em;
    height: 2px;
    margin-top: 1em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1vw;
    position: absolute;
  }

  .close-icon {
    width: 4em;
    height: 4em;
    padding-bottom: .7em;
    font-size: 1vw;
    position: static;
    inset: 0%;
  }

  .phone-wrapper-menu {
    border: 1px solid #c49e7b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    padding: 0;
    font-size: 1vw;
    display: flex;
  }

  .line-1 {
    background-color: #fff;
    width: 3em;
    height: 2px;
    margin-bottom: 1em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1vw;
    position: absolute;
  }

  .grid_item.nav-menu-right {
    display: none;
  }

  .grid_item.nav-logo {
    align-items: center;
    width: 70%;
  }

  .grid_item.nav-menu-left {
    display: none;
  }

  .grid_item.menu-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 15%;
    padding-left: 3.6em;
    display: flex;
    position: relative;
  }

  .grid_item.mobile-menu-phone {
    justify-content: center;
    align-items: center;
    width: 15%;
    display: flex;
  }

  .grid_item.phone-menu {
    flex-direction: column;
    padding-top: 3em;
    font-size: 2vw;
  }

  .grid_item.menu-copy {
    font-size: 1vw;
  }

  .grid_item.menu-up-links {
    display: none;
  }

  .grid.nav-bar {
    align-items: flex-start;
  }

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

  .overlay-screen {
    z-index: 100;
  }

  .adress-wrapper-menu {
    font-size: 1.7vw;
  }

  .in-curand {
    line-height: .7;
    left: 6%;
  }

  .menu-heading {
    font-size: 5em;
    font-weight: 300;
    line-height: 1.5;
  }

  .overlay-skew {
    z-index: 0;
  }

  .menu-open {
    z-index: 100;
    width: 80%;
    display: none;
  }

  .footer-copy.right, .footer-copy.left {
    font-size: 1.2em;
  }

  .menu-close {
    display: none;
  }

  .huge-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .huge-link._1 {
    margin-bottom: 10px;
  }

  .hamburger-wrapper-2 {
    width: 40px;
  }

  .hover-line {
    height: 8px;
  }

  ._01010102 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 48px;
  }

  ._01010102._1 {
    margin-bottom: 10px;
  }

  .dawson {
    width: 100%;
  }

  .c5 {
    align-items: center;
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .m1, .m2, .m3, .m4 {
    height: 500px;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    top: 63px;
  }

  .m6, .ms {
    height: 500px;
  }

  ._99 {
    align-items: center;
    padding: 0;
  }

  .brunch, .sp {
    height: 500px;
  }

  .html-embed-5 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .brunch-cover, .cover-brunch {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .copyright-div {
    flex: 1;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 15px;
    display: none;
    position: static;
  }

  .slider-s {
    object-fit: cover;
    height: 100%;
  }

  .popular-text {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding: 83px 5%;
  }

  .copyright-text {
    font-size: 13px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .menu-nts._01010 {
    min-width: 0;
  }

  .menu-nts.mm1.last {
    margin-right: 4px;
  }

  .text-lbutton-layout-3-blog {
    font-size: 18px;
  }

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

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

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

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

  .menu-item.high {
    padding-left: 0;
    padding-right: 0;
  }

  .infotext.menu, .infotext.bb, .infotext.ccss, .infotext.newm {
    text-align: center;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

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

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .other {
    flex: 1;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 15px;
    display: flex;
    position: static;
  }

  ._83838h {
    margin-top: 13px;
  }

  ._828191 {
    padding-top: 116px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-links {
    font-size: 14px;
    line-height: 16px;
  }

  .yellow-link {
    margin-top: 0;
    font-size: 16px;
  }

  .menu-head {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu, .menu-wrapper {
    height: auto;
  }

  .navbar-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .first-section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }

  .second-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 20px;
  }

  .brand-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .menu-section-container {
    border-left-style: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .welcome-head {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .main-hero-head {
    font-size: 35px;
    line-height: 50px;
  }

  .main-hero-head._0 {
    margin-bottom: 10px;
  }

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

  .wine-wrapper.d {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .wine-link-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .wine-card-wrapper {
    align-items: center;
    min-height: auto;
    margin-right: 0;
  }

  .div-block-61 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hours {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .hours._00 {
    margin-bottom: 23px;
  }

  .hours.kk {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .paragraph-3.nye {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-text-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info {
    margin-top: 14px;
  }

  .contacts-container {
    height: auto;
  }

  .twitter {
    margin-right: 0;
  }

  .form-block-left-side {
    width: 100%;
  }

  .contact-social-wrapper {
    justify-content: center;
  }

  .about-us-right-block-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-heading-layout-2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .about-us-left-block-layout-2 {
    padding: 111px 45px;
  }

  .about-us-left-block-layout-2.pp, .about-us-left-block-layout-2.rr, .about-us-left-block-layout-2._0000 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-text-wrapper-layout-2 {
    padding: 0;
  }

  .div-block-41, .text-field-3._50 {
    width: 100%;
  }

  .div-block-39 {
    flex-direction: column;
    width: 100%;
  }

  .para, .para1, .paara2, .para4, .par5 {
    height: 300px;
  }

  .gallery {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Asset-2.svg'), url('../images/Paper-Texture_DarkBlue-2_1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 150px, contain;
    background-attachment: scroll, scroll, scroll;
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-row {
    margin-top: 18px;
  }

  .portfolio-col {
    padding-right: 0%;
  }

  .lightbox-thumb, .lightbox-thumb.long, .lightbox-thumb.longer {
    width: 100%;
  }

  .html-embed {
    height: 300px;
  }

  .ont {
    text-align: center;
    font-size: 35px;
    line-height: 50px;
  }

  .sub1 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
  }

  .par6 {
    height: 300px;
  }

  ._00a {
    padding: 0;
  }

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

  .footer-logo-container {
    align-items: center;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-col {
    flex: 0 0 50%;
  }

  .footer-black {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide {
    object-fit: cover;
  }

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

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

  .p_m {
    text-align: left;
  }

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

  .revi {
    text-align: left;
  }

  .c-footer-contact {
    width: 100%;
  }

  .c-footer-contact._0a0, .c-info-left-label.lala {
    text-align: center;
  }

  .c-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .c-footer-info-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .c-footer-after-grid {
    grid-template-columns: auto;
  }

  .c-footer-anfahrt, .c-footer--ffnungszeiten {
    text-align: center;
    width: 100%;
  }

  .name {
    text-align: center;
  }

  .c-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container.footer {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub-footer {
    margin-top: 67px;
  }

  .container-4 {
    height: auto;
  }

  .menu-open {
    display: none;
  }

  .off-other-column {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

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

  .huge-link {
    margin-top: 0;
  }

  .off-canvas-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  .off-main-linka {
    padding-top: 80px;
  }

  .white.op70 {
    text-align: left;
  }

  ._01010102 {
    margin-top: 0;
    font-size: 30px;
  }

  .c5 {
    align-items: center;
    margin-right: 0;
  }

  ._0a0a0 {
    text-align: center;
  }

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

  .m1, .m2, .m3, .m4 {
    height: 300px;
  }

  .menu-6abs {
    top: 61px;
  }

  .m6, .ms {
    height: 300px;
  }

  ._99 {
    padding: 0;
  }

  .modal__body {
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 30px;
    right: 33px;
  }

  .brunch {
    height: 300px;
    padding-left: 28px;
    padding-right: 28px;
  }

  ._83838h-copy {
    margin-top: 13px;
  }

  .sp {
    height: 300px;
  }

  .html-embed-5 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin: 0;
  }

  .div-block-49 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-span.white2 {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 50px;
  }

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

  .brunch-cover, .cover-brunch {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .copyright-div {
    flex: none;
    margin-top: 0;
  }

  .popular-text {
    max-width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
  }

  .popular-text.last {
    margin-bottom: 31px;
    font-size: 14px;
  }

  .popular-text._45454 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 30px;
  }

  .nav {
    margin-top: -90px;
    margin-bottom: 50px;
  }

  .overlay {
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .brand-div {
    margin-top: 89px;
  }

  .image-2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 20px;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .menu-nts._01010 {
    padding: 11px 9px;
  }

  .menu-nts.mm1 {
    height: auto;
    margin: 5px;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 400;
  }

  .menu-nts.mm1.last {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-lbutton-layout-3-blog {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .text-lbutton-layout-3-blog.mm4 {
    letter-spacing: .1px;
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

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

  .heading-tab-fourth {
    width: auto;
  }

  .section-tab-menu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 50px;
  }

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

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

  .menu-box.top {
    margin-top: 37px;
  }

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

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.menu, .infotext.up, .infotext.c, .infotext.bb, .infotext.ccss {
    text-align: center;
    font-size: 14px;
  }

  .infotext.newm {
    text-align: center;
    font-size: 12px;
  }

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

  .infotext.bold {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

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

  .heading-2.title01 {
    letter-spacing: 1px;
    font-size: 25px;
  }

  .heading-2._12 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .heading-2._7s77s {
    font-size: 22px;
  }

  .heading-2.ka {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

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

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

  .info-title.happy, .info-title._0992 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .other {
    flex: none;
    margin-top: 0;
  }

  .image-4 {
    margin-top: 42px;
    margin-bottom: 57px;
  }

  ._83838h {
    margin-top: 9px;
    margin-bottom: 42px;
  }

  ._88383 {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  ._828191 {
    justify-content: flex-start;
  }

  .fix {
    font-size: 22px;
  }

  .lunncha {
    margin-top: 42px;
    margin-bottom: 57px;
  }

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

  .nav-menu {
    height: auto;
  }

  .navbar-layout-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .first-section-wrapper {
    padding-left: 0;
  }

  .brand-2 {
    padding-top: 0;
  }

  .intro-hero {
    height: auto;
    padding-top: 234px;
    padding-bottom: 235px;
  }

  .intro-container {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container.mmm {
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-head {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-paragraph {
    text-align: center;
  }

  .main-hero-head._0 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .main-paragraph-white {
    font-size: 15px;
    line-height: 24px;
  }

  .preview-link {
    font-size: 16px;
  }

  .home-hero {
    position: static;
  }

  .wine-wrapper.d {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-top: 7px;
  }

  .wine-link-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .wine-card-wrapper {
    border-width: 1px;
    min-width: auto;
    height: auto;
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    display: flex;
  }

  .features-card {
    margin-bottom: 10px;
  }

  .icons-wrapper-layout-2 {
    width: 90%;
  }

  .single-icon-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .hours {
    justify-content: center;
    align-items: center;
  }

  .hours.kk {
    margin-right: 0;
  }

  .image-6 {
    margin-bottom: 8px;
    margin-right: 0;
  }

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

  .form-wrapper {
    width: 100%;
  }

  .contact-text-wrapper {
    align-items: center;
    padding-left: 0;
  }

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

  .about-us-right-block-layout-2 {
    z-index: 10;
  }

  .about-us-heading-layout-2 {
    text-align: left;
    font-size: 30px;
  }

  .icons-wrapper-layout-3 {
    width: 90%;
  }

  .about-us-left-block-layout-2 {
    height: auto;
    padding: 0 30px;
  }

  .about-us-text-wrapper-layout-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .single-icon-wrapper-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-field-3._50 {
    width: 100%;
  }

  .div-block-39 {
    flex-direction: column;
  }

  .gallery {
    background-image: linear-gradient(to bottom, null, null), url('../images/Asset-2.svg'), url('../images/Paper-Texture_DarkBlue-2_1.webp');
    background-size: auto, 100px, contain;
  }

  .portfolio-row {
    margin-top: 22px;
  }

  .potfolio-photo-block {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    margin-top: 0;
  }

  .ont {
    font-size: 30px;
  }

  .sub {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .sub._0a0a {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .sub1 {
    font-size: 30px;
  }

  ._001.a, ._001._88 {
    margin-bottom: 12px;
  }

  ._00a {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .left {
    height: auto;
  }

  .footer-col {
    flex-basis: 100%;
    padding-left: 40px;
  }

  .slide {
    height: auto;
  }

  .c-testimonials-grid-wrapper, .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .c-left-info {
    margin-right: 1em;
  }

  .c-footer-grid {
    grid-column-gap: 1em;
  }

  .c-footer-info-wrapper {
    flex-wrap: nowrap;
  }

  .c-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer-after-made-with-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .c-right-info {
    margin-left: 0;
  }

  .sub-footer {
    margin-top: 34px;
  }

  .container-4 {
    height: auto;
  }

  .sticky-logo-wrapper {
    align-items: center;
    display: none;
  }

  .nav_logo-img {
    width: 12em;
  }

  .section.nav-bar {
    position: fixed;
  }

  .container.menu {
    padding-left: 10.8em;
  }

  .logo-sticky {
    margin-top: -16px;
  }

  .nav_logo {
    z-index: 11;
    position: relative;
  }

  .nav_logo.w--current {
    display: flex;
  }

  .menu-box-2 {
    position: relative;
  }

  .mobile-text {
    z-index: 10;
    justify-content: center;
    align-items: center;
    height: 15em;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .open-mobile {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.4vw;
  }

  .close-menu-mob {
    font-size: 1.4vw;
    display: flex;
    top: 0%;
    left: 0%;
  }

  .line-2 {
    width: 5em;
    height: 1px;
    margin-top: 0;
    position: static;
  }

  .phone-wrapper-menu {
    font-size: 1.4vw;
  }

  .line-1 {
    width: 5em;
    height: 1px;
    margin-bottom: 0;
    position: static;
  }

  .text-mobile-menu {
    color: #fff;
    font-size: 4em;
  }

  .spacer-mobile-absolute {
    height: 7px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .grid_item.nav-logo {
    width: 50%;
  }

  .grid_item.menu-mobile {
    justify-content: flex-start;
    width: 15%;
    padding-top: 3em;
    padding-left: 1em;
  }

  .grid_item.mobile-menu-phone {
    justify-content: flex-end;
    padding-top: 3em;
  }

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

  .grid_item.phone-menu {
    border-bottom: 1px #282f38;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .grid_item.menu-copy {
    border-top: 1px solid #282f38;
    padding-top: 3em;
  }

  .grid {
    font-size: 1vw;
  }

  .grid.menu {
    align-items: flex-end;
    height: 100vh;
  }

  .div-block-16 {
    height: 16em;
    display: block;
  }

  .overlay-screen {
    display: none;
  }

  .adress-wrapper-menu {
    padding-right: 0;
    font-size: 4vw;
  }

  .div-block-8 {
    font-size: 1.6vw;
  }

  .in-curand {
    font-size: 20em;
    inset: -14% 0% 0% 6%;
  }

  .menu-heading {
    font-size: 8em;
    font-weight: 300;
    line-height: 1.4;
  }

  .menu-open {
    width: 100%;
    display: none;
  }

  .huge-link, ._01010102 {
    margin-top: 0;
  }

  .cinco {
    width: 95%;
  }

  .c5 {
    min-width: auto;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  ._0a0a0.review {
    text-align: left;
  }

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

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

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

  .m1.new {
    height: 340px;
    padding-top: 158px;
  }

  .m2, .m3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m4 {
    padding-top: 184px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-6abs {
    padding: 0 13px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    top: 66px;
  }

  .m2-2 {
    font-size: 14px;
  }

  .m6, .ms {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._99 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .link-block-6._00 {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    top: 16px;
    right: 20px;
  }

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

  ._83838h-copy {
    margin-top: 9px;
    margin-bottom: 42px;
  }

  .sp {
    background-image: linear-gradient(#00000080, #00000080), url('../images/i_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 179px 30px 0;
  }

  .html-embed-5 {
    margin-bottom: 0;
    margin-left: -4px;
    padding-right: 0;
  }

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

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .div-block-49 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-direction: column;
  }

  .footer-sec {
    padding-bottom: 21px;
  }

  .title._12121 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span.white2 {
    letter-spacing: 1px;
    text-transform: lowercase;
    line-height: 35px;
  }

  .brunch-cover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brunch-cover.new {
    height: 340px;
    padding-top: 158px;
  }

  .text-span-29 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
  }

  .cover-brunch {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cover-brunch.new {
    height: 340px;
    padding-top: 158px;
  }
}

#w-node-_4f9782c1-d2e3-ee6e-f561-0e1a5d77e194-707d8115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39e5-b35e39c7 {
  justify-self: center;
}

#w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39f4-b35e39c7 {
  justify-self: end;
}

#w-node-d78567e8-aef8-75a1-88fb-e8a4b35e3a0b-b35e39c7 {
  justify-self: center;
}

#w-node-f8e55aa7-1799-3702-5044-d10b704fee44-52478e5f, #w-node-_4985042e-84ba-f2e6-1a2a-09a7d9c5ca0f-52478e5f, #w-node-e2cba6f8-55f0-3c22-cb9e-c0deef9f4d05-52478e5f, #w-node-_6aca1a6d-7735-3fa9-1817-50a9e19dba99-52478e5f, #w-node-_9ee69f7a-67bb-1b9d-3edf-73b12bf75fae-52478e5f, #w-node-_9ee69f7a-67bb-1b9d-3edf-73b12bf75fb3-52478e5f, #w-node-_9ee69f7a-67bb-1b9d-3edf-73b12bf75fb8-52478e5f, #w-node-_9ee69f7a-67bb-1b9d-3edf-73b12bf75fc2-52478e5f, #w-node-_47c2d801-c8f8-756d-126f-5ce4ae2f9c7e-52478e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39d2-b35e39c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39e5-b35e39c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39f4-b35e39c7, #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e3a0b-b35e39c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39d2-b35e39c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39e5-b35e39c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e39f4-b35e39c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: auto;
  }

  #w-node-d78567e8-aef8-75a1-88fb-e8a4b35e3a0b-b35e39c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_7770b35a-d0f5-20a0-9373-22410ee96eae-c4b974f7, #w-node-_7770b35a-d0f5-20a0-9373-22410ee96ec5-c4b974f7, #w-node-_7770b35a-d0f5-20a0-9373-22410ee96edc-c4b974f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7770b35a-d0f5-20a0-9373-22410ee96eae-c4b974f7 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }
}


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