:root {
  --three: #196a72;
  --two: #aa770a;
  --one: #c7552f;
  --brown: #52361a;
  --yellow: #d4b642;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Text, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Text, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #52361a;
  margin-bottom: 0;
  font-family: Karla;
  font-size: 16px;
  font-weight: 300;
}

strong {
  color: var(--three);
  font-weight: 600;
}

.left-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

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

.hero-link {
  color: #f8f5ea;
  line-height: 25px;
  text-decoration: none;
  transition: opacity .45s;
}

.hero-link:hover {
  opacity: .55;
}

.hero-section {
  background-color: #415d6b;
  min-height: 100vh;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.bottom-absolute-box {
  z-index: 99;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  z-index: 0;
  border-top: 5px solid var(--three);
  background-color: #fff;
  padding: 30px 50px 20px;
  position: relative;
  overflow: hidden;
}

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

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

.content-wrapper.no-padding {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.notice-text {
  font-family: Karla;
  font-size: 14px;
  line-height: 21px;
}

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

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

.primary-button {
  color: var(--two);
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-family: Karla;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.primary-button-2 {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.discount-product-para {
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.discount-product-card {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 150px 16px;
  display: flex;
}

.heading-h1 {
  font-family: Casual;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-h1.news {
  font-size: 35px;
}

.reservations-btn {
  z-index: 99999;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #da3643;
  border: 1px solid #da3643;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding: 10px 16px;
  font-family: Karla;
  font-size: 14px;
  font-weight: 400;
  transition: all .25s;
  display: inline-block;
  position: fixed;
  inset: auto 20px 20px auto;
}

.reservations-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.underline-hover {
  background-color: #f7ac5d;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.mobile-hide {
  background-color: #ffffffc4;
}

.mini-arrow {
  color: #ffffffc4;
  margin-top: 40px;
  font-size: 13px;
  right: -7px;
}

.nav-column-center {
  justify-content: center;
  width: auto;
  display: flex;
}

.navigation {
  z-index: 99999999;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation._8841 {
  z-index: 99;
}

.dropdown-link {
  color: #180c01;
  background-color: #fff;
  padding-left: 20px;
  font-family: Karla;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: var(--three);
  color: #fff;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--two);
  font-weight: 500;
}

.brand-mobile {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: none;
}

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.navbar-container {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-container._96 {
  z-index: 999999999;
  padding-left: 0;
}

.navlink {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -.2px;
  height: 90px;
  margin-right: 13px;
  padding-top: 33px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Karla;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

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

.navlink.w--current {
  color: #ffffffab;
}

.navlink.last {
  margin-right: 0;
}

.navbar-2 {
  background-color: #000;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-2.see {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.nav-menu-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  height: 90px;
  padding-top: 33px;
  padding-left: 13px;
  padding-right: 27px;
  font-family: Karla;
  font-size: 15px;
  font-weight: 300;
}

.dropdown {
  color: #fff;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.image-11 {
  display: none;
}

.nav-column {
  width: 20%;
}

.nav-column.right {
  text-align: right;
  flex: 1;
  justify-content: flex-start;
  padding-left: 30px;
  display: flex;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-end;
  padding-right: 30px;
  display: flex;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand-2:hover {
  transform: scale(1.02);
}

.btn-icon {
  color: #fff;
  align-items: center;
  width: 1rem;
  display: flex;
}

.fixed-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
}

.btn-parent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #186a72;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Karla;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 .0625rem #66f57e5e;
}

.btn-parent:hover {
  box-shadow: none;
  opacity: .47;
  color: #ebebeb;
}

.btn-parent:active {
  color: #b8b8b8;
  background-image: linear-gradient(#111112, #131415);
  box-shadow: inset 0 -1px .125rem #000, inset 0 2px .125rem -.0625rem #0a0a0a, 0 0 0 .0625rem #0000005e;
}

.btn-parent.w--current {
  background-color: #000;
}

.beer {
  color: #fff;
  align-items: center;
  width: 1rem;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 2px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.slide-img.new6 {
  background-image: url('../images/tsq4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.new3 {
  background-image: url('../images/tsq3.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

.slide-nav {
  display: none;
}

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

.overlay-2.hp {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#000000c9, #0003 40%, #000000f5);
}

.r1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.newsletter-container {
  background-image: linear-gradient(#000000d1, #000000d1);
  height: 100vh;
  display: flex;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.top {
  background-image: url('../images/nextroom03_1nextroom03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 27px 27px;
}

.close-x {
  z-index: 0;
  position: relative;
}

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

.overlay-3.darker {
  background-color: #0000007d;
}

.newsletter-box {
  z-index: 10;
  background-color: #fff;
  flex-flow: column wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 450px;
  display: flex;
  position: relative;
}

.newsletter {
  z-index: 2147483647;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0;
}

.menu-nts {
  z-index: 1;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #a0a0a0;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-family: Karla;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: filter .775s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts:hover {
  filter: invert();
}

.menu-nts.v09 {
  background-color: #960202;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-nts.v09:hover {
  filter: saturate(32%);
}

.center-content {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.close-element {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.close-contact-form {
  z-index: 1;
  background-color: #000;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.image-37 {
  margin-top: 5px;
}

.link-block {
  color: #fff;
  margin-top: 3px;
}

.image-4 {
  opacity: 1;
  filter: invert(64%);
  margin-top: 7px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.code-embed-2 {
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 17px;
}

.heading-5 {
  color: #e6dcb7;
}

.heading-6 {
  color: #dfd3a7;
  letter-spacing: 1px;
}

.text-block {
  color: #f6f0d8e8;
  font-family: Nunito, sans-serif;
}

.gold-spinner {
  z-index: 99999;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .navigation._8841 {
    background-image: linear-gradient(#000, #0000);
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 0;
  }

  .footer {
    padding-top: 70px;
  }

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

  .discount-product-card {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-h1 {
    font-size: 30px;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .nav-column-center {
    display: none;
  }

  .menu-button-2 {
    color: #fff;
    height: 90px;
    padding-top: 37px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #180c0130;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .brand-mobile {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .brand-mobile.w--current {
    margin-left: 10px;
    display: flex;
  }

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

  .navbar-container._96 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-3 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .navlink {
    color: #fff;
    text-align: right;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #0000;
  }

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

  .inline-block {
    color: #fff;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .nav-menu-2 {
    background-color: #000000c2;
    display: none;
  }

  .dropdown-toggle {
    color: #415d6b;
    text-align: right;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-11 {
    object-fit: contain;
    width: 180px;
    max-width: none;
    height: 90px;
    display: block;
  }

  .nav-column.right {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-column.left {
    text-align: right;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-right: 20px;
  }

  .gallery-image {
    width: 100%;
    min-height: 200px;
  }

  .slide-img.new3 {
    background-position: 30% 100%;
  }

  .r1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .newsletter-box {
    width: 85%;
  }

  .menu-nts {
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .heading-5 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-absolute-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding-top: 50px;
  }

  .notice {
    margin-top: 0;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .navigation {
    z-index: 9;
  }

  .navbar-container._96 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .gallery-image {
    width: 100%;
  }

  .link-block-3 {
    margin-bottom: 10px;
  }

  .slide-img.new3 {
    background-position: 40%;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }
}

@media screen and (max-width: 479px) {
  .left-bottom {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .bottom-absolute-box {
    flex-direction: column;
    padding-bottom: 18px;
  }

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

  .discount-product-para {
    margin-bottom: 30px;
  }

  .discount-product-card {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-h1 {
    font-size: 38px;
  }

  .heading-h1.news {
    margin-bottom: 19px;
    font-size: 25px;
  }

  .reservations-btn {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    bottom: 10px;
    right: 10px;
  }

  .mini-arrow {
    display: inline-block;
  }

  .brand-mobile.w--current {
    margin-left: 0;
  }

  .image-11 {
    width: 185px;
  }

  .fixed-buttons {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .btn-parent {
    padding: .5rem .7rem;
  }

  .gallery-image {
    min-height: 160px;
  }

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

  .left-arrow {
    display: none;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new6 {
    background-position: 45%;
    height: 100%;
  }

  .slide-img.new3 {
    background-position: 50%;
    height: 100%;
  }

  .slide-img.new5 {
    background-position: 40%;
    height: 100%;
  }

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

  .right-arrow {
    display: none;
  }

  .slide-content {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .overlay-2 {
    background-color: #0d13168a;
  }

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

  .newsletter-column {
    width: 100%;
  }

  .overlay-3.darker {
    background-color: #00000061;
  }

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

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

  .heading-5 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-span {
    display: block;
  }
}


