:root {
  --soft-white: #eeeded;
  --bg-1: #29301f;
  --bg: #f7f7f5;
  --black: #141414;
  --light-grey: #c7c7c7;
}

body {
  background-color: var(--soft-white);
  color: #333;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero-video-section {
  background-image: linear-gradient(#00000036, #00000036);
  min-height: 100vh;
}

.background-video {
  z-index: -1;
  min-height: 100vh;
}

.navbar {
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  z-index: 99;
  float: left;
  color: var(--soft-white);
  background-image: url('../images/offcanvas.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 47px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.container {
  max-width: 1280px;
  min-height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-container {
  z-index: 1;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.nav-right {
  z-index: 99;
  float: right;
  display: inline-block;
  position: relative;
}

.book-now {
  z-index: 10;
  color: var(--soft-white);
  background-color: #171b11;
  margin-top: 10px;
  padding: 12px 25px;
  position: relative;
}

.logo-link {
  color: var(--soft-white);
  padding-left: 20px;
  text-decoration: none;
}

.logo-link.w--current {
  padding-left: 0;
}

.logo-h1 {
  border: 0 solid #000;
  border-bottom: 1px solid #757575bf;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.logo-text {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.dropdown {
  color: var(--soft-white);
}

.dropdown-toggle {
  color: var(--soft-white);
  margin-top: -12px;
  margin-right: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
}

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

.dropdown-list.w--open {
  background-color: var(--soft-white);
}

.hero-content {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-block {
  color: var(--soft-white);
  max-width: 700px;
  margin-bottom: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.hero-h1 {
  color: #eeededed;
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 88px;
}

.hero-h1.hero-h1-right {
  text-align: right;
  font-size: 77px;
}

.hero-p {
  color: #eeeded87;
  font-weight: 200;
  line-height: 23px;
}

.diveder-hero {
  background-color: #2a1710;
  max-width: 150px;
  height: 5px;
  margin-top: -54px;
  margin-bottom: 47px;
}

.hero-h1-1 {
  color: #eeeded;
  text-align: left;
  mix-blend-mode: normal;
  border-bottom: 1px solid #ffffff2e;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 77px;
  font-weight: 300;
  line-height: 77px;
}

.hero-h1-1.hero-h1-right {
  text-align: right;
}

.reservation-block {
  background-color: #29301f4d;
  order: 0;
  align-self: auto;
  width: 100%;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  bottom: 0;
}

.reservation-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #25232300;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  display: grid;
}

.reservation-item {
  color: #ececec;
  background-image: url('../images/upload.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-right: 1px solid #dadada33;
  min-height: 25px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.reservation-button {
  color: #ececec;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #dfdfdf3b;
}

.menu-block {
  z-index: 99;
  background-color: var(--bg-1);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link {
  color: #acacac;
  margin-bottom: 20px;
  padding-left: 88px;
  padding-right: 88px;
  font-family: Playfair, sans-serif;
  font-size: 48px;
  line-height: 44px;
  text-decoration: none;
  transition: all .3s;
}

.menu-link:hover {
  color: #fff;
}

.section {
  background-color: #f7f7f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container {
  min-height: 55px;
}

.home-about {
  grid-column-gap: 101px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.heading.max-width-h1 {
  max-width: 900px;
  font-size: 55px;
  line-height: 60px;
}

.button {
  color: #585858;
  background-color: #3898ec00;
  background-image: url('../images/right-arrow-xperia.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #949494;
  margin-top: 20px;
  padding-left: 26px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 400;
}

.button:hover {
  color: #646464;
  background-color: #8d846c00;
}

.div-block {
  font-weight: 100;
  line-height: 23px;
}

.image {
  mix-blend-mode: multiply;
}

.image-2 {
  opacity: .32;
  max-width: 60%;
  margin-top: -85px;
}

.div-block-copy {
  text-align: center;
  font-weight: 100;
  line-height: 23px;
}

.section-2 {
  background-color: var(--bg);
  padding-top: 0;
  padding-bottom: 100px;
}

.hotels-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.title-p {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.reservation-button-copy {
  color: #b6b6b6;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #dfdfdf3b;
  margin-top: 20px;
}

.heading-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 56px;
}

.heading-copy.max-width-h1 {
  max-width: 900px;
  font-size: 55px;
  line-height: 60px;
}

.text-block {
  color: #33333361;
  margin-bottom: 10px;
  font-weight: 500;
}

.hotels-item {
  z-index: 1;
  color: var(--soft-white);
  background-image: linear-gradient(#00000061, #00000061), url('../images/gallery_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 100;
  display: flex;
  position: relative;
}

.hotels-item-copy {
  z-index: 1;
  color: var(--soft-white);
  background-image: linear-gradient(#00000061, #00000061), url('../images/gallery_3.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 100;
  display: flex;
  position: relative;
}

.button-copy {
  color: var(--soft-white);
  background-color: #3898ec00;
  background-image: url('../images/right-arrow-xperia2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-left: 26px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
}

.button-copy:hover {
  color: var(--soft-white);
  background-color: #8d846c00;
  background-image: url('../images/right-arrow-xperia2.png');
}

.heading-2 {
  font-family: Playfair, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.link-2 {
  background-color: var(--bg-1);
  opacity: 1;
  color: #fff;
  border-radius: 15px;
  padding: 8px 16px 9px;
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  inset: 0% 0% auto;
}

.image-3 {
  margin-top: 20px;
}

.home-about-copy {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.footer {
  background-color: var(--soft-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  text-align: left;
  padding-bottom: 20px;
}

.image-4 {
  opacity: .73;
}

.div-block-4 {
  background-image: url('../images/gallery_6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/gallery_7.jpeg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/gallery_18.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block-7 {
  opacity: .92;
  color: var(--soft-white);
  mix-blend-mode: normal;
  background-image: linear-gradient(#908d7d, #908d7d);
  max-width: 400px;
  margin-bottom: 3%;
  margin-left: 3%;
  padding: 26px;
}

.heading-3 {
  color: var(--bg);
  font-family: Playfair, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.image-5 {
  opacity: .29;
  margin-top: 10px;
}

.paragraph {
  color: var(--bg);
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.footer-link {
  opacity: 1;
  color: #727272;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.text-block-2 {
  color: #333333b0;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.div-block-8 {
  border-top: 1px solid #d3d1c8;
  margin-top: 20px;
  padding-top: 10px;
}

.link-3-copy {
  float: right;
  opacity: 1;
  color: #727272cc;
  padding: 7px 0 7px 20px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.instagram {
  opacity: 1;
  color: #727272;
  background-image: url('../images/instagram.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.social-link-block {
  opacity: .71;
  margin-right: 7px;
}

.embed {
  z-index: 0;
  opacity: .38;
  transform-style: preserve-3d;
  max-width: 90%;
  margin-top: -414px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotateX(26deg)rotateY(-20deg)rotateZ(0);
}

.div-block-9 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.body {
  background-color: var(--soft-white);
}

.destination-button {
  background-color: var(--bg-1);
  color: var(--soft-white);
  background-image: url('../images/right-arrow-xperia2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px #d8d8d8;
  margin-top: 20px;
  padding: 12px 40px 12px 26px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.destination-button:hover {
  color: var(--soft-white);
  background-color: #3d3d3d;
  background-image: url('../images/right-arrow-xperia2.png');
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sub-hero-content {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.destination-h1 {
  color: #eeeded;
  text-align: center;
  mix-blend-mode: normal;
  border-bottom: 1px #ffffff2e;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 55px;
}

.destination-h1.hero-h1-right {
  text-align: right;
}

.logo-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
}

.destination-block {
  color: var(--soft-white);
  text-align: center;
  max-width: 700px;
  margin-bottom: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.destination-navbar {
  background-color: #29301f00;
  width: 100%;
  margin-top: 92px;
}

.nav-menu {
  text-align: center;
  width: 100%;
}

.sub-nav-link, .sub-nav-link.w--current {
  color: var(--soft-white);
}

.destination-text-location {
  text-align: center;
  margin-top: -50px;
  padding-bottom: 20px;
  font-size: 20px;
}

.all-inclusive {
  float: right;
  background-color: var(--bg-1);
  color: var(--soft-white);
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 14px;
  padding: 12px 30px;
  font-size: 14px;
  display: inline-block;
}

.sub-nav-bar-block {
  z-index: 1111;
  background-color: #29301f4d;
  position: static;
  top: 5%;
}

.destinaton-1 {
  background-color: var(--bg-1);
  padding-top: 100px;
  padding-bottom: 10px;
}

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

.welcome-content {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-h1 {
  color: var(--soft-white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair, sans-serif;
  font-size: 42px;
}

.welcome-p {
  opacity: .79;
  color: var(--soft-white);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.x-logo {
  width: 150px;
  margin-top: 20px;
  margin-bottom: -44px;
}

.welcome-image-2 {
  text-align: center;
}

.welcome-image-1 {
  text-align: center;
  width: auto;
  padding-bottom: 50px;
}

.discover-h1 {
  color: #333a29;
  margin-top: 0;
  margin-bottom: -12px;
  font-family: Playfair, sans-serif;
  font-size: 66px;
  font-weight: 300;
}

.welcome-image-3 {
  text-align: right;
  margin-bottom: -93px;
}

.destination-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.welcome-image-video {
  width: 80%;
}

.welcome-images {
  width: 200px;
  max-width: 100%;
}

.content-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-h2 {
  margin-top: 0;
  font-family: Playfair, sans-serif;
  font-size: 42px;
}

.content-p {
  max-width: 90%;
  font-weight: 200;
  line-height: 24px;
}

.x-logo-divider {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-logo-grey {
  width: 125px;
}

.content-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-image-block-2 {
  text-align: right;
}

.content-item-2 {
  background-color: var(--bg);
  color: #000;
  text-decoration: none;
}

.item-h2 {
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.item-p {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
}

.title-block {
  text-align: center;
}

.title-h1 {
  margin-top: 10px;
  font-family: Playfair, sans-serif;
}

.title-and {
  font-family: Sarabun, sans-serif;
  font-weight: 300;
}

.title-text {
  font-size: 18px;
  font-weight: 300;
}

.room-view-buton {
  background-color: var(--bg-1);
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 13px 40px 13px 20px;
  font-weight: 300;
}

.view-text {
  color: #7c7c7c;
  background-image: url('../images/arrow-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #b3b3b3;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 9px 40px 9px 10px;
  transition: all .35s;
  display: inline-block;
}

.view-text:hover {
  transform: translate(5px);
}

.rooms-link {
  background-color: var(--bg);
  color: #000;
  text-decoration: none;
  transition: all .35s;
}

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

.dining-bg-block {
  background-color: var(--bg-1);
  justify-content: center;
  align-items: flex-end;
  min-height: 400px;
  margin-top: -285px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dining-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.dining-item {
  background-color: var(--bg-1);
  color: #000;
  text-decoration: none;
}

.dining-h2 {
  color: var(--light-grey);
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.dining-p {
  color: var(--light-grey);
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 200;
  line-height: 22px;
}

.view-buton {
  color: #999;
  text-align: left;
  background-color: #3898ec00;
  background-image: url('../images/arrow-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #8b8b8b;
  padding-right: 40px;
}

.buton-block {
  text-align: center;
  padding-bottom: 30px;
}

.view-buton-2 {
  color: #999;
  text-align: left;
  background-color: #3898ec00;
  background-image: url('../images/arrow-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #8b8b8b;
  margin-top: 20px;
  padding: 14px 50px 14px 19px;
}

.destination-about {
  background-color: var(--bg-1);
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 0;
}

.title-h1-white {
  color: var(--soft-white);
  margin-top: 10px;
  font-family: Playfair, sans-serif;
}

.title-text-white {
  color: var(--light-grey);
  font-size: 18px;
  font-weight: 300;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-content-item {
  color: var(--light-grey);
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.about-item-image {
  text-align: right;
  margin-bottom: -260px;
}

.about-video-link-block {
  margin-bottom: -82px;
  margin-left: 60px;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.contact-item-info {
  background-color: #fff;
  margin-bottom: -2px;
  padding: 40px;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair, sans-serif;
  font-size: 32px;
}

.contact-title {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-link {
  color: #7a7a7a;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.maps {
  display: none;
}

.background-video-2 {
  min-height: 650px;
}

.destination-bg-video {
  z-index: -1;
  min-height: 100vh;
}

.bold-text {
  font-family: Sarabun, sans-serif;
  font-weight: 200;
}

.sub-hero-bg {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/top-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.rooms-list-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  min-height: 450px;
}

.rooms-info {
  margin-top: -40px;
}

.room-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  min-height: 35px;
  margin-top: 20px;
  display: grid;
}

.room-text {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  display: inline-block;
}

.room-icon {
  float: left;
}

.room-h2 {
  margin-top: 0;
  font-family: Playfair, sans-serif;
  font-size: 34px;
}

.lightbox-link {
  max-height: 400px;
  display: flex;
}

.room-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  min-height: auto;
}

.slide {
  text-align: left;
}

.rooms-list-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rooms-list-grid-2.reverse-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.destination-h2 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.sub-hero-bg-room {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/IMG_9118-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.rooms-list-grid-detail {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  min-height: 55px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rooms-info-detail {
  background-color: #fff;
  padding: 40px;
}

.rooms-info-2 {
  padding: 40px 40px 40px 0;
}

.room-features-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  min-height: 35px;
  margin-top: 20px;
  display: grid;
}

.content-p-2 {
  max-width: 99%;
  font-weight: 200;
  line-height: 24px;
}

.galler-block {
  margin-top: 20px;
}

.gallery-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  margin-top: 40px;
  display: grid;
}

.title-block-2 {
  text-align: left;
}

.other-room {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  margin-top: 40px;
  display: grid;
}

.gallery-buton {
  background-color: #3898ec00;
  border: 2px solid #d8d8d8;
  margin-top: 20px;
  padding: 12px 32px;
}

.sub-hero-bg-room-copy {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/dining-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dining-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  margin-top: 20px;
  display: grid;
}

.dining-item-2 {
  padding-top: 20px;
}

.dining-time-link {
  color: #3f3f3f;
  background-image: url('../images/clock-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom: 1px solid #979797;
  max-width: 250px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
}

.dining-time-link-2 {
  color: #3f3f3f;
  background-image: url('../images/dining-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom: 1px solid #979797;
  max-width: 250px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
}

.dining-time-link-3 {
  color: #3f3f3f;
  background-image: url('../images/phone-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom: 1px solid #979797;
  max-width: 250px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
}

.dining-list-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-p-3 {
  max-width: 90%;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 24px;
}

.dining-list-grid-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dining-list-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dining-list-grid-2.reverse-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.dining-list-grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  min-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dining-list-grid-3.reverse-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.dining-item-3 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.dining-gallery-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  margin-top: 40px;
  display: grid;
}

.sub-hero-bg-room-wellness {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/wellness-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-3 {
  max-width: 100%;
  min-height: auto;
}

.content-p-list {
  max-width: 100%;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 24px;
}

.content2-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.activities-buton-block {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 10px;
}

.calendar-buton {
  color: #5f5f5f;
  text-align: left;
  background-color: #3898ec00;
  background-image: url('../images/calendar.png');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #8b8b8b;
  padding: 12px 20px 12px 45px;
}

.gallery-grid2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-h1 {
  color: #333a29;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.gallery-lightbox {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: auto;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  position: static;
}

.sub-hero-bg-calendar {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/activity-calendar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.events-container {
  margin-bottom: 60px;
}

.special-event-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.sp-content {
  background-color: #fff;
  padding: 30px;
}

.event-h2 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 26px;
  font-weight: 400;
}

.event-location-link {
  color: #000;
  background-image: url('../images/location.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.event-p {
  margin-top: 20px;
  font-weight: 300;
}

.event-time-h1 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  position: static;
  bottom: 0;
}

.event-date {
  text-align: right;
  margin-bottom: 5px;
}

.event-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.event-content {
  background-color: #fff;
  padding: 20px 15px 15px;
}

.event-h3 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.gallery-h1-link {
  float: left;
  color: #333a29;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  font-family: Playfair, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.gallery-h1-link.active-event-link {
  border-bottom: 1px solid #111;
  font-weight: 600;
}

.link-block {
  text-align: center;
  padding-right: 20px;
  text-decoration: none;
}

.event-menu-block {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.background-video-4 {
  width: 100%;
}

.dropdown-toggle-2 {
  font-size: 18px;
}

.dropdown-link {
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
}

.dropdown-link.last-dd-link {
  border-bottom-style: none;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  padding: 16px 4px;
  box-shadow: 0 2px 8px #00000029;
}

.dropdown-2 {
  display: none;
}

.sub-hero-bg-contact {
  z-index: 1;
  background-image: linear-gradient(#00000030, #00000030), url('../images/67830-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.location-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.contact-content {
  background-color: #fff;
  background-image: url('../images/location.png');
  background-position: 98% 5%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 24px 30px 24px 40px;
}

.gallery-h2 {
  color: #333a29;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.contact-h2 {
  color: #333a29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.contact-link-2 {
  color: #5c5c5c;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.contact-link-2.last-link {
  margin-bottom: 0;
}

.contact-h1 {
  color: #333a29;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.blacnk-block {
  margin-top: 95px;
}

.hotels-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.section-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pages-nav {
  color: var(--black);
  border-right: 1px solid #afafaf;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.pages-nav.last-pages-nav {
  border-right-style: solid;
  border-right-width: 0;
}

.pages-nav-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-link-sub {
  color: #acacac;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-left: 88px;
  padding-right: 88px;
  font-family: Sarabun, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 44px;
  text-decoration: none;
  transition: all .3s;
}

.menu-link-sub:hover {
  color: #fff;
}

.sub-menu-block {
  flex-flow: column;
  display: none;
}

@media screen and (max-width: 991px) {
  .reservation-panel {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-about {
    grid-column-gap: 20px;
  }

  .home-about-copy {
    grid-column-gap: 40px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .nav-menu {
    z-index: 3;
    background-color: var(--bg-1);
    margin-top: 0;
    padding: 30px;
  }

  .menu-button {
    color: var(--bg);
    padding: 10px;
  }

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

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

  .all-inclusive {
    z-index: 1;
    margin-top: 63px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .destinaton-1 {
    padding-top: 75px;
  }

  .welcome-content {
    max-width: 500px;
  }

  .welcome-image-3 {
    margin-bottom: 0;
  }

  .destination-2 {
    padding-top: 75px;
  }

  .content-grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .item-h2 {
    padding-left: 15px;
    line-height: 26px;
  }

  .item-p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .view-buton-2 {
    padding: 8px 40px 8px 12px;
  }

  .about-item-image {
    margin-bottom: -182px;
  }

  .about-video-link-block {
    margin-top: 40px;
    margin-left: 40px;
  }

  .background-video-2 {
    min-height: 300px;
  }

  .contact-section {
    padding-top: 75px;
  }

  .rooms-list-grid {
    grid-template-columns: 1.25fr;
  }

  .slider {
    max-width: 100%;
  }

  .rooms-list-grid-2 {
    grid-template-columns: 1fr;
  }

  .rooms-list-grid-2.reverse-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch stretch;
    display: grid;
  }

  .rooms-list-grid-detail {
    grid-template-columns: 1.25fr;
  }

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

  .dining-list-grid, .dining-list-grid-copy {
    grid-template-columns: 1.25fr;
  }

  .dining-list-grid-2 {
    grid-template-columns: 1fr;
  }

  .dining-list-grid-2.reverse-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch stretch;
    display: grid;
  }

  .dining-list-grid-3 {
    grid-template-columns: 1fr;
  }

  .dining-list-grid-3.reverse-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch stretch;
    display: grid;
  }

  .gallery-grid2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .special-event-grid {
    grid-template-columns: 1fr;
  }

  .event-h2 {
    padding-left: 15px;
    line-height: 26px;
  }

  .event-list {
    grid-template-columns: 1fr;
  }

  .event-h3 {
    padding-left: 15px;
    line-height: 26px;
  }

  .gallery-h1-link {
    display: none;
  }

  .event-menu-block {
    text-align: right;
  }

  .dropdown-2 {
    display: inline-block;
  }

  .location-item {
    grid-template-columns: 1.5fr;
  }

  .hotels-grid-2 {
    grid-column-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .reservation-panel {
    grid-template-columns: 1fr;
  }

  .reservation-item {
    display: none;
  }

  .menu-link {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .home-about, .hotels-grid, .home-about-copy {
    grid-template-columns: 1fr;
  }

  .home-about-copy.reverse-flex {
    flex-flow: column-reverse;
    display: flex;
  }

  .section-3 {
    grid-template-columns: 1fr;
  }

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

  .div-block-4, .div-block-5, .div-block-6 {
    min-height: 350px;
  }

  .content-grid-1 {
    grid-template-columns: 2.25fr;
  }

  .content-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-grid-2.reverse-flex {
    flex-flow: column-reverse;
    display: flex;
  }

  .content-grid-3 {
    grid-template-columns: auto;
  }

  .dining-bg-block {
    background-color: var(--soft-white);
  }

  .dining-grid {
    grid-template-columns: 1fr;
  }

  .dining-item {
    color: #202020;
    background-color: #29301f00;
  }

  .dining-h2, .dining-p {
    color: var(--black);
  }

  .about-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dining-list-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dining-gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content2-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .activities-buton-block {
    margin-bottom: 20px;
  }

  .hotels-grid-2 {
    grid-template-columns: 1fr;
  }

  .menu-link-sub {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .discover-image {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .link {
    margin-top: 0;
    margin-left: 5px;
    font-size: 14px;
  }

  .book-now {
    margin-top: 0;
    padding: 10px 15px;
    font-size: 13px;
    display: none;
  }

  .logo-link {
    width: 90px;
  }

  .dropdown-toggle {
    margin-top: -6px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    font-size: 14px;
  }

  .hero-h1-1 {
    font-size: 55px;
    line-height: 56px;
  }

  .menu-link {
    margin-bottom: 15px;
    font-size: 38px;
  }

  .heading.max-width-h1 {
    font-size: 28px;
    line-height: 44px;
  }

  .heading-copy {
    font-size: 33px;
    line-height: 36px;
  }

  .link-3-copy {
    float: none;
    margin-top: 10px;
    padding-left: 0;
    display: block;
  }

  .icon {
    margin-right: 10px;
  }

  .destination-h1 {
    font-size: 35px;
    line-height: 36px;
  }

  .welcome-grid {
    grid-template-columns: 1fr 1fr;
  }

  .welcome-image-2, .welcome-image-1, .discover-text-block, .welcome-image-3 {
    display: none;
  }

  .content-grid-1 {
    grid-template-columns: auto;
  }

  .content-h2 {
    font-size: 28px;
  }

  .content-grid-2 {
    flex-flow: column-reverse;
    grid-template-columns: auto;
    display: flex;
  }

  .title-h1 {
    font-size: 32px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-video-link-block {
    margin-top: 100px;
    margin-left: 10px;
  }

  .slider {
    min-height: 250px;
    margin-bottom: 30px;
  }

  .room-features-item {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .room-h2 {
    font-size: 28px;
  }

  .room-image {
    height: 250px;
  }

  .destination-h2 {
    font-size: 28px;
  }

  .rooms-info-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .other-room {
    grid-template-columns: auto;
  }

  .other-room-content {
    padding: 25px;
  }

  .dining-item-2 {
    padding-top: 0;
  }

  .dining-list-grid-2.reverse-flex-dining {
    flex-flow: column-reverse;
    display: flex;
  }

  .dining-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .event-item-grid {
    grid-template-columns: 1.5fr;
  }

  .event-h3 {
    padding-left: 0;
  }

  .contact-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .contact-h2 {
    font-size: 20px;
  }

  .contact-link-2 {
    font-size: 18px;
  }

  .contact-h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .pages-nav-block {
    aspect-ratio: auto;
    min-width: 650px;
    overflow: auto;
  }

  .menu-link-sub {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

#w-node-_949d77c6-df3e-34e3-8626-a8481573963d-c701dd36, #w-node-_444ba7c2-1299-dd33-4920-9a1aadd0841b-c701dd36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_693498af-46df-c5da-8a09-7ffe910e21af-c701dd36 {
  place-self: auto;
}

#w-node-_83338036-3918-cbeb-5a31-f42ca9066172-c701dd36, #w-node-_0eeb83e4-4382-be4f-36f2-c57676d5afc5-c701dd36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_249f8019-4fb9-cc6c-9ab9-596ffeab04ac-ad3c38b5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f90aab15-b807-5159-a565-db04debdd05d-ad3c38b5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a460967f-7760-a23d-4f8f-f6172cb3a5ec-ad3c38b5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_52d13225-74f5-1ff1-c8a0-482b06f04e83-ad3c38b5 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: end;
}

#w-node-_17b02f49-1781-274f-d196-6cca2998805d-ad3c38b5 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_54520c6b-30b9-c510-b740-1a330775ffc7-ad3c38b5, #w-node-_531dbbd8-9d0a-c3b8-3e49-496d33e6b652-ad3c38b5, #w-node-_407dd4c4-9978-f515-1d74-1eebc71a7691-ad3c38b5, #w-node-_407dd4c4-9978-f515-1d74-1eebc71a7699-ad3c38b5, #w-node-_93d20fe6-0237-e41a-4adc-a6cc5f6aa07b-ad3c38b5 {
  align-self: center;
}

#w-node-dfc5a13c-b2b0-73e8-c5a3-70875523fa2e-b154fda6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f72fff-9df2-1dad-aa6d-4fa3f6546ef3-b154fda6, #w-node-edd308d7-698d-b980-31e4-0bf43654db9a-b154fda6 {
  align-self: center;
}

#w-node-_83f72fff-9df2-1dad-aa6d-4fa3f6546ef3-66475983 {
  align-self: start;
}

#w-node-d51a9562-5c22-9fbd-2478-3b1694145fd6-66475983 {
  align-self: stretch;
}

#w-node-adcda484-5f82-0673-a2df-c8b529cceb52-66475983, #w-node-f5134bb5-c4c3-bbce-874f-1a2f810816ad-66475983 {
  align-self: center;
}

#w-node-_91e5f931-1ebd-3ccb-bfd8-d962497fb5e0-438b9d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f07cf8c-205c-63ee-c6d6-faac23e02457-438b9d2b {
  align-self: start;
}

#w-node-_663dc83d-c5fa-98c8-6d50-502835b0db6d-438b9d2b {
  align-self: center;
}

#w-node-_663dc83d-c5fa-98c8-6d50-502835b0db60-438b9d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be6f7256-5f33-a7ef-29cd-53b20b69db71-438b9d2b {
  grid-area: 1 / 3 / 2 / 2;
  align-self: center;
}

#w-node-f9136263-7737-12b3-36cb-bf519854d318-438b9d2b, #w-node-dbf21355-b5ac-a414-efc8-9f2f80063bba-438b9d2b, #w-node-_2ac80dfc-807f-fce4-1b7d-a9364e430fdc-438b9d2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d988fe05-b261-2c0c-0d46-4b58f8202806-d6ffda3c, #w-node-d988fe05-b261-2c0c-0d46-4b58f820280e-d6ffda3c, #w-node-ca7cdb38-9628-4f91-b760-a669a0b4a6df-d6ffda3c, #w-node-d988fe05-b261-2c0c-0d46-4b58f8202806-3fed4c72, #w-node-d988fe05-b261-2c0c-0d46-4b58f820280e-3fed4c72, #w-node-ca7cdb38-9628-4f91-b760-a669a0b4a6df-3fed4c72, #w-node-f7041b30-846d-017b-c788-446e5348f5af-3fed4c72 {
  align-self: center;
}

#w-node-_02b91022-a031-3e0c-22de-df2bc7935790-cbdd2eaf, #w-node-beb6dc55-d0db-6cb8-3416-2ca7c39d16f5-cbdd2eaf, #w-node-fb524e47-32cd-5ca5-294f-13bc11568b46-cbdd2eaf, #w-node-_13bb9c74-33dd-9ee1-2b06-ea933f95b900-cbdd2eaf, #w-node-e06442fe-2d7f-6d87-3f11-7e4c4d3ca1b5-cbdd2eaf, #w-node-_89fab047-09de-ffc1-fec5-6c9d191ae27b-cbdd2eaf, #w-node-_9b84bc46-01fd-8ae7-1751-2e05950aaf69-cbdd2eaf, #w-node-ce7e2779-bdd6-375b-db86-2f338149a855-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7be-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7c0-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7c2-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7c4-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7c6-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7c8-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7ca-cbdd2eaf, #w-node-_1db6a2af-52a4-e0c7-baa2-e2e3df6bc7cc-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde8012415-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde8012417-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde8012419-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde801241b-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde801241d-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde801241f-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde8012421-cbdd2eaf, #w-node-_2f7f8d47-769d-9d0b-5595-3bcde8012423-cbdd2eaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c3b18d-33c8-4150-0a81-e66b0c21f6e3-0a3b25ec {
  place-self: auto;
}

#w-node-f9745583-e65e-f912-aae6-3a0c313268a2-61677947, #w-node-f9745583-e65e-f912-aae6-3a0c313268aa-61677947, #w-node-c05bfa34-d668-9f4a-5bc9-d9d8efdb116e-61677947, #w-node-de23b352-0da3-e468-93d9-82836702b40a-61677947, #w-node-_03c7d61b-4484-fbd5-4c08-6a525aebc9a2-61677947, #w-node-_60c5cc86-becd-ba7b-3e11-763f6fecc818-61677947 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-edd308d7-698d-b980-31e4-0bf43654db9a-b154fda6 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eee7aadf-9d72-4f28-fc94-a0ef5375f4a6-d6ffda3c, #w-node-f9745583-e65e-f912-aae6-3a0c313268af-61677947, #w-node-de23b352-0da3-e468-93d9-82836702b410-61677947, #w-node-_60c5cc86-becd-ba7b-3e11-763f6fecc81e-61677947 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_407dd4c4-9978-f515-1d74-1eebc71a769e-ad3c38b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f60ca48-0794-2630-aede-1ae43f0d8384-66475983 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


