:root {
  --indian-red: #d85448;
  --logo-highlight: #d3c997;
  --logo-gold: #a9a178;
  --black: black;
  --tomato: #ee675a;
  --burntsienna: #d16a4a;
  --indian-red-2: #e45f53;
}

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

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

a {
  color: var(--indian-red);
  text-decoration: underline;
}

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

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

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

.nav-link.fixed-nav-link {
  color: #111;
}

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

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

.dropdown.fixed-dropdown {
  border: 1px solid #e3e3e3;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  box-shadow: 0 1px #e3e3e3;
}

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

.dropdown-link.w--current {
  color: #dfa25f;
}

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

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

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

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

.nav-menu.fixed-nav-menu {
  height: 72px;
}

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

.logo.fixed-nav-bar-logo {
  color: #111;
  height: 72px;
}

.yellow-text {
  color: #dfa25f;
}

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

.nav-bar.fixed-nav-bar {
  transform: translate(0, -75px);
}

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

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

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

.button.top {
  margin-top: 6px;
}

.bg-section {
  background-color: #111;
  border: 12px solid #fff;
  padding: 120px 40px;
}

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

.bg-section.huge-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#00000073, #00000073), url('../images/20618770_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.bg-section.huge-button:hover {
  border-color: var(--logo-highlight);
}

.bg-section.footer-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

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

.bg-section.page-hero-section.contact-us {
  background-image: linear-gradient(#11111180, #11111180), url('../images/126583311_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.bg-section.page-hero-section.boutique {
  background-image: linear-gradient(#11111180, #11111180), url('../images/Treasure-Moroccan-Box.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.divider {
  border-top: 1px solid var(--logo-gold);
  border-bottom: 1px solid var(--logo-gold);
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.social-link:hover {
  border-color: var(--logo-highlight);
  background-color: var(--logo-gold);
}

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

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

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

.paragraph-big.hero-text {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 20px;
}

.paragraph-big.hero-text.sub-phrase {
  font-family: Raleway, sans-serif;
  font-size: 43px;
  line-height: 38px;
}

.paragraph-big.hero-text.sub-phrase.less {
  font-size: 35px;
}

.paragraph-big.hero-text.sub-phrase.mon {
  font-family: Merriweather, serif;
  font-size: 42px;
  font-weight: 700;
}

.paragraph-big.intro-text {
  color: #777;
  text-align: center;
  width: 83.33%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.paragraph-big.intro-text.less {
  width: 74%;
  margin-bottom: 45px;
}

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

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

.hero-slider {
  height: 100%;
}

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

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

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

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

.slide-1 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/29872352_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.social-icons {
  display: flex;
}

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

.sub-header {
  color: var(--tomato);
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

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

.image--logo {
  height: 80px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.section.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
}

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

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

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

.sub-header-2 {
  color: var(--logo-gold);
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

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

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

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

.text-link {
  color: #dfa25f;
  text-decoration: underline;
  transition: color .2s;
}

.text-link:hover {
  color: #f03e5a;
  text-decoration: underline;
}

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

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

.section-header-wrapper.less {
  margin-bottom: 10px;
}

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

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

.grey-text {
  color: #777;
  margin-top: 10px;
}

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

.sub-header-3 {
  color: var(--tomato);
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

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

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

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

.footer-bottom.no-top {
  margin-top: 0;
}

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

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

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

.footer-bottom-content {
  flex-wrap: wrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  line-height: 24px;
  display: flex;
}

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

.scroll-up-button:hover {
  background-color: #63595b;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.nav-link-2.w--current {
  color: #dfa25f;
}

.text-grey {
  color: #525b73;
}

.faq-question {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.faq {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-block-heading {
  margin-bottom: 28px;
}

.faq-block-heading.no-top {
  margin-top: 0;
}

.faq-block {
  padding-top: 16px;
  padding-bottom: 48px;
}

.faq-block.no-top {
  padding-top: 0;
}

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

.faq-nav-heading {
  color: #161a25;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e6ee;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 11px;
  line-height: 20px;
}

.faq-navigation {
  background-color: #fff;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.faq-top-link {
  color: #161a25;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

.faq-nav-link {
  color: #2c3340;
  border-radius: 5px;
  padding: 12px 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.faq-nav-link:hover {
  background-color: #f5f6f8;
}

.faq-questions {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq-questions.margin-left {
  margin-left: 6%;
}

.input {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

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

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

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

.input.text-area.margin-input {
  margin-left: 15px;
  margin-right: 15px;
}

.input.reservation-input {
  flex: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

.reservation {
  z-index: 2;
  background-color: #fff;
  border: 4px solid #dfa25f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 8% 92px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.contact-block-text {
  color: #777;
  margin-top: 12px;
}

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

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

.big-icon {
  width: 64px;
}

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

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

.contact {
  z-index: 2;
  border: 4px solid var(--tomato);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 8% 92px;
  display: flex;
  position: relative;
}

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

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

.side-card.reversed {
  margin-left: 0%;
  margin-right: -14.4%;
}

.side-card._5 {
  padding: 60px 5%;
}

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

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

.grey-text-2 {
  color: #777;
}

.side-card-image {
  background-color: #e3e3e3;
  width: 65.8%;
}

.side-card-image._1 {
  background-image: url('../images/246698620_m.jpg');
  background-position: 64%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

.hero-large {
  font-size: 91px;
  line-height: 90px;
}

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

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

.button-3:hover {
  background-color: #232d41;
}

.button-3.small-button.white-hover-button {
  background-color: var(--logo-gold);
}

.button-3.small-button.white-hover-button:hover {
  color: #232d41;
  background-color: #fff;
}

.contact-card-email {
  color: #111;
  margin-top: -12px;
  margin-bottom: 12px;
  text-decoration: none;
}

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

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

.working-hours {
  background-color: #232d41;
  background-image: linear-gradient(#00000080, #00000080);
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 56px 56px;
  position: relative;
}

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

.sub-header-4.small {
  color: var(--logo-highlight);
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.red-text {
  color: #f03e5a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .wrapper.hero-bottom-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

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

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

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid #e3e3e3;
    height: auto;
  }

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

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

  .menu-button.fixed-menu-button {
    color: #111;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

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

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

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

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

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

  .paragraph-big.intro-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .hero-slider {
    height: 600px;
  }

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

  .hero-scroll {
    display: none;
  }

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

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

  .image--logo {
    height: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav-link-2 {
    color: #111;
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    box-shadow: inset 0 1px #e3e3e3, 0 1px #e3e3e3;
  }

  .nav-link-2.w--current {
    color: #dfa25f;
  }

  .faq {
    flex-wrap: wrap;
    width: 83.33%;
  }

  .sidebar {
    width: 100%;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-navigation {
    flex-flow: wrap;
  }

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-questions.margin-left {
    margin-left: 0%;
    padding-top: 64px;
  }

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

  .reservation-form {
    width: 100%;
  }

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

  .big-icon {
    width: 56px;
  }

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

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

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

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

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

  .hero-large {
    font-size: 60px;
    line-height: 60px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

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

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-bar {
    padding-right: 0;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-section.huge-button {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .paragraph-big.intro-text {
    text-align: center;
    column-count: 1;
  }

  .slider-arrow {
    display: none;
  }

  .hero-slider {
    height: 560px;
  }

  .slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

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

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .side-image-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .side-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .side-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-2 {
    height: 60px;
  }

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

  .faq {
    width: 100%;
  }

  .faq-questions.margin-left {
    padding-top: 48px;
  }

  .input.text-area.margin-input, .input.reservation-input, .input.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .reservation-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .side-card {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 40px;
    display: block;
  }

  .side-card.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .side-card-image._1, .side-card-image._2 {
    background-position: 50%;
  }

  .side-card-feature {
    flex-flow: column wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0;
  }

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

  .working-hours {
    width: 66.66%;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

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

  .menu-button {
    margin-top: 12px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .paragraph-big.hero-text {
    line-height: 23px;
  }

  .paragraph-big.hero-text.sub-phrase.less {
    font-size: 29px;
    line-height: 34px;
  }

  .paragraph-big.intro-text.less {
    width: 96%;
  }

  .hero-slider {
    height: 720px;
  }

  .hero-email {
    margin-bottom: 16px;
  }

  .slide-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .hero-scroll {
    padding-top: 9px;
  }

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

  .image--logo {
    height: 50px;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .footer-bottom.no-top {
    text-align: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .reservation {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-block {
    width: 100%;
  }

  .contact {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-card-image {
    height: 280px;
  }

  .hero-large {
    font-size: 49px;
    line-height: 54px;
  }

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

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


