@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.nav {
  z-index: 100;
  background-image: linear-gradient(#000c, #0000);
  height: 10rem;
  font-family: Open Sans, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.nav.hide {
  display: none;
}

.nav__link {
  color: #fff;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav__link:hover {
  color: #fff;
}

.nav__link:active, .nav__link:focus {
  color: #fed58e;
}

.nav__link.w--current {
  color: #fcbb4a;
}

.nav__link.w--current:hover {
  color: #fff;
}

.nav__link.w--current:active {
  color: #fed58e;
}

.nav__link.nav__link--dropdown {
  color: #192a3d;
  white-space: nowrap;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.nav__link.nav__link--dropdown:hover {
  color: #587576;
}

.nav__link.nav__link--parent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.nav__dropdown {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-width: 12rem;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  top: 90%;
  left: 50%;
  box-shadow: 0 8px 20px #363e4f0d, 0 1px 2px #363e4f1c;
}

.nav__link-text {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

.nav__js-embed {
  display: none;
}

.nav__brand {
  height: 100%;
  max-height: 6rem;
  padding: 1rem .5rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav__brand:hover {
  opacity: .75;
}

.nav__brand:active {
  opacity: .55;
}

.nav__link-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.nav__link-wrapper.nav__link-wrapper--right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  margin-right: 0;
}

.nav__css-embed {
  display: none;
}

.nav__bg {
  background-color: #0b0d0fbf;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.nav__toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav__link-group {
  color: #192a3d;
  cursor: default;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.nav__link-group.btn {
  color: #192a3d;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.nav__link-group.btn:hover {
  color: #fff;
  background-color: #587576;
}

.nav__logo {
  filter: invert();
  object-fit: contain;
  width: 4rem;
  height: 100%;
}

.nav__container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 6rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__toggle-icon {
  height: 100%;
}

.inf-hotels-tab-link {
  color: var(--black);
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  padding: 3px 0;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s;
}

.inf-hotels-tab-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: #192a3d;
}

.inf-hotels-tab-link.w--current {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ddd0;
  border-bottom: 2px solid #192a3d;
  flex-flow: column;
  font-weight: 700;
}

.inf-btn-primary {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: all .5s;
}

.inf-btn-primary:hover {
  background-color: var(--black);
  color: var(--white);
}

.inf-btn-primary.text-white {
  border-style: none;
  margin-top: 14px;
  padding: 10px 20px;
}

.inf-btn-primary.text-white._w-150px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  font-size: 17px;
  display: flex;
}

.inf-btn-primary.btn {
  border-style: solid;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 160px;
  margin-top: 0;
  display: flex;
}

.inf-btn-primary.btn.hide {
  display: none;
}

.inf-btn-primary.t-12px {
  margin-top: 12px;
}

.inf-hotels-tabs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.inf-hotels-tab-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inf-container {
  width: 100%;
  max-width: 1280px;
}

.inf-container._w-100 {
  max-width: 100%;
}

.inf-tab-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inf-tab-left.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.inf-heading-h2 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.inf-heading-h2._w-1280px {
  color: var(--black);
  text-transform: capitalize;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inf-heading-h2._w-1280px.hide {
  display: none;
}

.inf-tab-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inf-tab-wrapper.gap-20px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.infa-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.infa-image._w-500px {
  height: 500px;
}

.infa-image.br-0px {
  border-radius: 0;
}

.inf-hotels-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inf-hotels-wrapper.b-120px {
  padding-bottom: 120px;
}

.inf-hotels-wrapper.b-0px {
  padding-bottom: 0;
}

.inf-hotels-wrapper.bg-color {
  background-color: #f2f5f7;
}

.inf-hotels-tab-contents {
  margin-top: 14px;
}

.inf-tab-right {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 80vh;
  display: flex;
  position: relative;
}

.inf-tab-right.hide {
  display: none;
}

.inf-heading-h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.5;
}

.inf-heading-h3.text-white {
  color: var(--white);
  margin-bottom: 4px;
}

.inf-heading-h3.hide {
  display: none;
}

.inf-hotels-tabs {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.inf-hotels-tabs.hide {
  display: none;
}

.inf-section {
  padding-left: 20px;
  padding-right: 20px;
}

.inf-section.bg-color {
  background-color: #f2f5f7;
}

.inf-section.contact-bg {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.inf-section.hide {
  display: none;
}

.inf-section.bg-img {
  background-image: linear-gradient(#fff0, #0009), url('../images/s-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inf-section.bg-gray {
  background-color: #f2f5f7;
}

.inf-section.dine-bg {
  background-image: linear-gradient(#fff0, #000c), url('../images/d-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inf-section.stay-bg {
  background-image: linear-gradient(#fff0, #000c), url('../images/s-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inf-section.p-0px {
  padding-left: 0;
  padding-right: 0;
}

.inf-section.t-b-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inf-est-right-paragraph {
  text-align: justify;
  line-height: 1.5;
  text-decoration: none;
}

.inf-est-right-paragraph.b-12px {
  margin-bottom: 12px;
}

.inf-est-right-paragraph.text-white {
  color: #fff;
}

.inf-est-right-paragraph.text-white.center {
  text-align: center;
}

.inf-est-right-paragraph.bold {
  font-weight: 700;
}

.inf-est-right-paragraph.t-medium {
  color: var(--black);
  border-bottom: 1px solid #0000;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .5s;
}

.inf-est-right-paragraph.t-medium:hover {
  border-bottom-color: var(--black);
}

.inf-est-right-paragraph.t-medium.hide {
  display: none;
}

.inf-est-right-paragraph.center {
  text-align: center;
}

.inf-est-right-paragraph.hide {
  display: none;
}

.slide-nav-2 {
  height: 50px;
  margin-bottom: -60px;
}

.slider {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #ddd0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.left-arrow-2 {
  color: #192a3d;
  width: 50px;
  height: 50px;
  margin-bottom: -60px;
  inset: auto 5% 0% auto;
}

.slide {
  border-radius: 4px;
  width: 100%;
  max-width: 610px;
  margin-right: 30px;
}

.right-arrow-2 {
  color: #192a3d;
  width: 50px;
  height: 50px;
  margin-bottom: -60px;
  inset: auto 0% 0% auto;
}

.inf-stay {
  color: #fff;
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/dining-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  max-width: 610px;
  height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
}

.inf-stay.img-1 {
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/s-2.jpg');
}

.inf-stay.img-3 {
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/dining-3.png');
}

.inf-stay.img-2 {
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/dining-2.png');
}

.div-block-copy {
  color: #fff;
  background-image: linear-gradient(#fff0, #000c), url('../images/section-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  height: 600px;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-copy.act-img-3 {
  background-image: linear-gradient(#fff0, #000c), url('../images/dining-1.png');
}

.div-block-copy.act-img-1 {
  background-image: linear-gradient(#fff0, #000c), url('../images/act-img.png');
}

.div-block-copy.act-img-2 {
  background-image: linear-gradient(#fff0, #000c), url('../images/stay-img.png');
}

.div-block-copy.act-img-4 {
  background-image: linear-gradient(#fff0, #000c), url('../images/dining-3.png');
}

.inf-est-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 20px;
  display: grid;
}

.inf-est-wrapper.b-0px {
  padding-bottom: 20px;
}

.inf-est-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.inf-est-right._w-500px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 600px;
}

.inf-contact-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.inf-text-span {
  display: inline-block;
}

.inf-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.inf-footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.inf-feature-paragraph {
  color: #000;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.inf-feature-title {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.inf-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  display: flex;
}

.inf-heading-h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.inf-feature-content {
  flex-direction: column;
  align-items: center;
}

.inf-feature-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.slide-nav {
  color: #192a3d;
}

.inf-stay-left-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.inf-gallery {
  margin-top: 40px;
}

.inf-gallery.b-80px {
  padding-bottom: 80px;
}

.inf-gallery.t-80px {
  padding-top: 80px;
}

.inf-gallery._1-b-80px {
  padding-bottom: 80px;
}

.inf-gallery.b-40px {
  border-bottom: 1px solid var(--black);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.inf-gallery.b-40px.b-r {
  border-bottom-style: none;
  padding-bottom: 0;
}

.inf-gallery.b-40px.b-0px {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inf-stay-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inf-stay-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.inf-stay-wrapper.gx1 {
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.inf-stay-wrapper.divider {
  border-top: 1px solid #192a3d80;
  margin-top: 80px;
}

.inf-stay-wrapper.flex {
  display: flex;
}

.inf-sliders {
  background-color: #ddd0;
}

.inf-sliders.hide {
  display: none;
}

.inf-slide {
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin-right: 10px;
}

.inf-contact-grid-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.inf-contact-grid-title {
  color: var(--black);
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.inf-contact-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.inf-contact-grid-icon {
  width: 30px;
  height: 30px;
}

.inf-contact-grid-icon._26px {
  width: 26px;
  height: 26px;
}

.inf-contact-grid-paragraph {
  color: var(--black);
  letter-spacing: normal;
  margin-bottom: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.inf-contact-content-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 0;
  display: grid;
}

.inf-social-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inf-family {
  width: 100%;
  height: 500px;
}

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

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

.inf-stays.gx1 {
  grid-template-rows: auto;
}

.inf-stay-1 {
  color: #fff;
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/dining-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  max-width: 610px;
  height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
}

.inf-stay-1.img-1 {
  background-image: linear-gradient(#fff0 20%, #000), url('../images/s-2.jpg');
  max-width: 100%;
}

.inf-stay-1.img-3 {
  background-image: linear-gradient(#fff0 20%, #000000b3), url('../images/dining-3.png');
}

.inf-stay-1.img-2 {
  background-image: linear-gradient(#fff0 20%, #000), url('../images/s-3.jpg');
  max-width: 100%;
}

.inf-stay-1.img-3 {
  background-image: linear-gradient(#fff0 20%, #000), url('../images/s-4.jpg');
  max-width: 100%;
}

.inf-stay-1.img-4 {
  background-image: linear-gradient(#fff0 20%, #000), url('../images/s-5.jpg');
  max-width: 100%;
}

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

.nav__link-text-copy {
  white-space: nowrap;
  text-decoration: none;
}

.inf-hero-banner {
  width: 100%;
  height: 100%;
}

.hero-plax__img--base-layer {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
}

.hero-plax__img--base-layer.bg-overwhite {
  background-color: #ffffff80;
}

.inf-hero-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inf-hero-wrapper-2.left {
  color: var(--black);
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
}

.inf-heading-h1-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
}

.inf-heading-h1-2.home {
  color: #587576;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.inf-heading-h1-2.home-para {
  color: #587576;
  letter-spacing: .4px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
}

.inf-heading-h1-2.shop {
  color: var(--white);
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

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

.banner-content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  z-index: 99999;
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: 0;
  border-bottom: 1px solid #fff0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  color: var(--black);
  margin-left: 20px;
}

.button-primary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #32343a00;
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  transition: all .5s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.utility-page-wrap {
  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;
}

.image {
  width: 150px;
}

.body {
  color: var(--black);
}

.inf-vr-line {
  background-color: var(--black);
  width: 2px;
  height: 80%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.inf-est-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.hero-video {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-video.mellow {
  background-image: url('../images/inda-cafe.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.hero-video.hide {
  display: none;
}

.hero-video.tickety {
  background-image: url('../images/tickety-boo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-video.inda-cafe {
  background-image: url('../images/inda-cafe1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.hero-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
}

.inf-hero-video {
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.play-btn.hide {
  display: none;
}

.btn-width {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-para-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 0;
  display: flex;
}

.hero-para-wrapper.b-40px {
  padding-bottom: 40px;
}

.email {
  color: var(--black);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav__svg-embed {
    margin-left: .25rem;
  }

  .nav {
    height: 8rem;
  }

  .nav__link {
    letter-spacing: .04rem;
    text-transform: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .nav__link:hover, .nav__link:active, .nav__link:focus {
    color: #fff;
  }

  .nav__link.nav__link--dropdown {
    color: #fff;
    letter-spacing: .08rem;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
  }

  .nav__link.nav__link--dropdown:hover, .nav__link.nav__link--dropdown:active {
    color: #fff;
  }

  .nav__dropdown {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .nav__link-text {
    letter-spacing: .08rem;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
  }

  .nav__link-text.w--current {
    text-transform: uppercase;
  }

  .nav__brand.w--current {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: 0% auto auto 0%;
  }

  .nav__link-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav__link-wrapper.nav__link-wrapper--right {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .nav__bg {
    background-color: #0b0d0fe6;
    border-radius: 0;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
  }

  .nav__toggle {
    z-index: 101;
    display: flex;
  }

  .nav__link-group {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav__link-group.btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav__logo {
    width: auto;
    height: 3rem;
  }

  .nav__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 4rem;
    padding-bottom: 4rem;
    position: absolute;
  }

  .inf-btn-primary {
    margin-top: 18px;
  }

  .inf-btn-primary.btn {
    right: 2%;
  }

  .inf-tab-wrapper {
    grid-template-columns: 1.25fr;
  }

  .inf-tab-right {
    height: 100%;
  }

  .inf-heading-h3 {
    margin-bottom: 4px;
  }

  .inf-est-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .inf-hero-wrapper {
    height: 300px;
  }

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

  .inf-gallery.t-80px {
    padding-top: 60px;
  }

  .inf-gallery._1-b-80px {
    padding-bottom: 60px;
  }

  .inf-stay-wrapper {
    grid-template-columns: 1fr;
  }

  .inf-stay-wrapper.divider {
    margin-top: 60px;
  }

  .inf-contact-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inf-contact-content-grid {
    grid-template-columns: .75fr 1fr;
  }

  .inf-stays {
    grid-template-columns: 1fr;
  }

  .hero-plax__img--base-layer {
    justify-content: flex-end;
    height: 80vh;
    padding-bottom: 100px;
  }

  .inf-heading-h1-2 {
    font-size: 3.25rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    border: 1px solid #000;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .hero-video {
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .inf-hotels-tab-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .inf-heading-h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.4;
  }

  .inf-tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .inf-heading-h3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .left-arrow-2 {
    right: 8%;
  }

  .inf-stay {
    padding: 20px;
  }

  .inf-est-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inf-text-span {
    display: inline;
  }

  .inf-footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .inf-feature-title, .inf-contact-grid-title {
    font-size: 1.125rem;
  }

  .inf-contact-content-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .inf-social-links {
    grid-template-columns: 1fr;
  }

  .inf-stay-1 {
    padding: 20px;
  }

  .inf-heading-h1-2 {
    font-size: 2.25rem;
  }

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

  .inf-heading-h1-2.home-para {
    font-size: 22px;
  }

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

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

  .nav-link {
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .inf-vr-line.hide {
    display: none;
  }

  .inf-est-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .inf-btn-primary.btn {
    max-width: 140px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    bottom: 4%;
    right: 3%;
  }

  .inf-hotels-tab-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .inf-heading-h2 {
    font-size: 26px;
  }

  .inf-hotels-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inf-est-right-paragraph.center {
    line-height: 1.4;
  }

  .left-arrow-2 {
    right: 15%;
  }

  .div-block-copy {
    height: 500px;
    padding: 20px;
  }

  .inf-est-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inf-footer-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .inf-hero-wrapper {
    height: 250px;
  }

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

  .inf-gallery.t-80px {
    padding-top: 40px;
  }

  .inf-gallery._1-b-80px {
    padding-bottom: 40px;
  }

  .inf-stay-wrapper.divider {
    margin-top: 40px;
  }

  .inf-contact-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inf-heading-h1-2.home {
    font-size: 26px;
  }

  .inf-heading-h1-2.home-para {
    font-size: 18px;
  }

  .inf-heading-h1-2.shop {
    font-size: 26px;
  }

  .text-span {
    display: inline;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-video {
    height: 40vh;
  }
}

#w-node-_645be80f-9d82-844b-5f1c-c62b8787ccf4-ccd32404, #w-node-ed77cd83-152b-d66a-d39f-e70c2cbd9bff-ccd32404, #w-node-_71b5dae1-3193-0a8d-faaf-cd427d1dafd7-ccd32404, #w-node-_7a30e15b-6411-63d4-d173-3ac42bf24776-ccd32404, #w-node-_7a30e15b-6411-63d4-d173-3ac42bf24787-ccd32404, #w-node-_7a30e15b-6411-63d4-d173-3ac42bf24798-ccd32404, #w-node-d7ed74b1-2863-134f-2040-ac6e09289681-ccd32404, #w-node-ac29bc4d-3a14-947f-db25-7783dac80cae-ccd32404, #w-node-ac29bc4d-3a14-947f-db25-7783dac80cb9-ccd32404, #w-node-cb444f75-57db-53d9-fa2e-51e41545caf4-ccd32404, #w-node-cb444f75-57db-53d9-fa2e-51e41545caff-ccd32404, #w-node-cb444f75-57db-53d9-fa2e-51e41545cb0a-ccd32404, #w-node-e1d51386-1df0-9b14-a30a-593fcb197129-ccd32404, #w-node-c9f549df-70c2-db71-adb1-42ed914295e6-60790aaa, #w-node-c9f549df-70c2-db71-adb1-42ed914295f7-60790aaa, #w-node-c9f549df-70c2-db71-adb1-42ed91429608-60790aaa, #w-node-c9f549df-70c2-db71-adb1-42ed91429653-60790aaa, #w-node-c9f549df-70c2-db71-adb1-42ed91429664-60790aaa, #w-node-e1a7b582-d5d5-0c11-1e8e-9feefcb8a589-33757661, #w-node-e1a7b582-d5d5-0c11-1e8e-9feefcb8a5cb-33757661 {
  order: 9999;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}