* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

button {
  outline: none;
  cursor: pointer;
}

.auto-height {
  height: auto !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.text-center {
  text-align: center !important;
}

.mr-17 {
  margin-right: 17px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.cust-padding--1 {
  padding: 80px 80px 125px 132px !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-white {
  color: #FFF !important;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575928;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575928;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575928;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575928;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #575928;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #575928;
}

.border-bottom-white {
  border-bottom: 1px #FFF solid;
}

@font-face {
  font-family: basier-regular;
  src: url("../../assets/fonts/BasierCircle/BasierCircle-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: basier-medium;
  src: url("../../assets/fonts/BasierCircle/BasierCircle-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: basier-semibold;
  src: url("../../assets/fonts/BasierCircle/BasierCircle-SemiBold.otf");
  font-display: swap;
}

@font-face {
  font-family: basier-bold;
  src: url("../../assets/fonts/BasierCircle/BasierCircle-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: calendas-regular;
  src: url("../../assets/fonts/CalendasPlus/Calendas_Plus.otf");
  font-display: swap;
}

@font-face {
  font-family: calendas-bold;
  src: url("../../assets/fonts/CalendasPlus/Calendas_Plus_Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-thin;
  src: url("../../assets/fonts/Montserrat/Montserrat-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-semibold;
  src: url("../../assets/fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-regular;
  src: url("../../assets/fonts/Montserrat/Montserrat-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-medium;
  src: url("../../assets/fonts/Montserrat/Montserrat-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-light;
  src: url("../../assets/fonts/Montserrat/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-thin;
  src: url("../../assets/fonts/Montserrat/Montserrat-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-extralight;
  src: url("../../assets/fonts/Montserrat/Montserrat-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-bold;
  src: url("../../assets/fonts/Montserrat/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: montserrat-black;
  src: url("../../assets/fonts/Montserrat/Montserrat-Black.ttf");
  font-display: swap;
}

#vidwrapper {
  width: 100%;
  background-size: 100%;
  position: relative;
}

#headerbg {
  width: 100%;
  height: 100vh;
}

.vjs-big-play-button {
  background-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  background-image: url("../../assets/img/play-btn.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 46px !important;
  background-position: 50% calc(50% - 10px) !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.vjs-big-play-button:before {
  content: "";
  display: none;
}

.vjs-big-play-button:hover {
  background-color: transparent;
  opacity: .7;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.vjs-has-started .vjs-control-bar {
  display: none !important;
}

.navbar {
  position: fixed;
  z-index: 9988;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 130px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar__child {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar--inverse {
  background-color: #575928;
  height: 90px;
  position: fixed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar--inverse #nav-icon.for-contact span {
  background-color: #fff!important;
}

.navbar--inverse .logo-wrapper {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar--inverse .logo-wrapper img {
  width: 78.656px;
  height: 70px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar--inverse .left-menu {
  margin-left: 27px;
}

.navbar--inverse .left-menu a {
  margin-right: 31px;
}

.navbar--inverse .resp--btn-ubud {
  top: 33px;
}

.navbar--second {
  background-color: #EDEDED;
}

.left-menu a, .right-menu a {
  text-decoration: none;
  font-family: basier-regular;
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
}

.left-menu a.active, .right-menu a.active {
  color: #DAA71D;
  font-family: basier-semibold;
}

.left-menu a:hover, .right-menu a:hover {
  color: #DAA71D;
}

.left-menu a {
  margin-right: 35px;
}

.right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-menu a {
  margin-left: 35px;
}

.right-menu .separator {
  height: 20px;
  margin-left: 35px;
}

.right-menu .custom-lang {
  margin-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  padding-left: 5px;
  width: 70px;
  height: 25px;
  font-size: 13px;
  font-family: basier-regular;
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
  outline: none;
}

.right-menu button {
  background-color: #DAA71D;
  border: 1px #DAA71D solid;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  font-family: basier-medium;
  margin-left: 20px;
  width: 118px;
  height: 35px;
  outline: none;
}

.right-menu .btn-ubud {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-menu .btn-ubud:hover {
  color: #DAA71D;
  background-color: #FFF;
  border-color: #FFF;
}

.logo-wrapper {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-wrapper img {
  width: 112px;
  height: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ubud {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-ubud--2 {
  width: 144px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.btn-ubud--3 {
  width: 138.6px;
  height: 49.5px;
  margin: 50px 0;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  font-family: basier-regular;
  font-size: 16px;
  color: #DAA71D;
  border: 1px #DAA71D solid;
}

.btn-more {
  color: #575928;
  font-size: 14px;
  font-family: basier-medium;
  text-transform: uppercase;
  text-align: left;
  border-color: transparent;
  padding: 0;
  margin: 60px 0 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}

.btn-more--1:hover, .btn-more--2:hover, .btn-more--3:hover, .btn-more--4:hover, .btn-more--5:hover, .btn-more--6:hover, .btn-more--7:hover, .btn-more--8:hover, .btn-more--9:hover {
  color: #DAA71D !important;
  font-family: basier-semibold;
  background-image: url("../../assets/img/chevron-right-big.svg");
  background-position: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-more--1 {
  width: 110px;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more-reversed {
  width: 150px;
  background: url("../../assets/img/chevron-left.svg") 0%/5px 11px no-repeat;
  padding-left: 20px;
  position: relative;
}

.btn-more-reversed:hover {
  background: url("../../assets/img/chevron-left.svg") 0%/5px 11px no-repeat;
}

.btn-more--2 {
  width: 125px;
  position: absolute;
  bottom: 0;
  margin: 0;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more--2.mt-50 {
  width: 137px;
}

.btn-more--3 {
  width: 123px;
  margin-top: 20px;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more--4 {
  width: 72px;
  height: 18px;
  margin-top: 26px;
  background: url("../../assets/img/icon-arrow-right.svg") 96%/15.5px 15px no-repeat;
}

.btn-more--4:hover {
  background: url("../../assets/img/icon-arrow-right.svg") 100%/15.5px 15px no-repeat;
}

.btn-more--5 {
  width: 130px;
  position: absolute;
  bottom: 80px;
  margin: 0;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more--5-reversed {
  background: url("../../assets/img/chevron-left.svg") 0%/5px 11px no-repeat;
  padding-left: 20px;
  width: auto;
}

.btn-more--5-reversed:hover {
  background: url("../../assets/img/chevron-left.svg") 0%/5px 11px no-repeat;
}

.btn-more--5-1 {
  bottom: 32px;
  left: 55px;
}

.btn-more--5-2 {
  /*right: 310px;*/
  left: 133px; /* changed cause align */
}

.btn-more--5-3 {
  bottom: 50px /* changed from -60 to 50px cuz alignment and height changed */;
}

.btn-more--5-4 {
  margin-left: -55%;
}

.btn-more--6 {
  width: 130px;
  position: absolute;
  top: 180px; /* changed from 160 to 180, align with compare */
  left: 10px;
  margin: 0;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more--7 {
  color: #FFF;
  width: 130px;
  position: absolute;
  bottom: 0;
  margin: 0;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.compare-text form .btn-more--7 {
  width: 140px;
}

.btn-more--8 {
  width: 110px;
  position: absolute;
  bottom: 0;
  margin: 0;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
}

.btn-more--9 {
  width: 110px;
  background: url("../../assets/img/chevron-right.svg") 96%/5px 11px no-repeat;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}

.swiper-room-detail, .swiper-discover--1, .swiper-discover--2 {
  height: 520px;
  width: 100%;
}

.swiper-room-detail .swiper-button-next, .swiper-discover--1 .swiper-button-next, .swiper-discover--2 .swiper-button-next {
  right: 130px;
}

.swiper-room-detail .swiper-button-prev, .swiper-discover--1 .swiper-button-prev, .swiper-discover--2 .swiper-button-prev {
  left: 130px;
}

.sw-wrapper {
  padding: 0 132.5px;
  position: relative;
}

.sw-wrapper .swiper-container {
  position: unset;
}

.swiper-offer-promo {
  height: 520px;
  width: 100%;
}

.swiper-offer-promo .swiper-button-next {
  right: 52px;
}

.swiper-offer-promo .swiper-button-prev {
  left: 52px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("../../assets/img/bullet.svg");
  border-radius: unset;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
  background-image: url("../../assets/img/bullet-active.svg");
}

.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 40px);
}

.swiper-button-next:hover {
  background-image: url("../../assets/img/icon-arrow-right.svg") !important;
}

.swiper-button-prev:hover {
  background-image: url("../../assets/img/icon-arrow-left.svg") !important;
}

.white-n-white .swiper-button-next {
  background-image: url("../../assets/img/arrow-right-white.svg");
}

.white-n-white .swiper-button-prev {
  background-image: url("../../assets/img/arrow-left-white.svg");
}

.white-n-black .swiper-button-next {
  background-image: url("../../assets/img/arrow-right-primary.svg");
}

.white-n-black .swiper-button-prev {
  background-image: url("../../assets/img/arrow-left-white.svg");
}

.black-n-white .swiper-button-next {
  background-image: url("../../assets/img/arrow-right-white.svg");
}

.black-n-white .swiper-button-prev {
  background-image: url("../../assets/img/arrow-left-primary.svg");
}

.black-n-black .swiper-button-next {
  background-image: url("../../assets/img/arrow-right-primary.svg");
}

.black-n-black .swiper-button-prev {
  background-image: url("../../assets/img/arrow-left-primary.svg");
}

.social-media-icons {
  margin-bottom: 20px;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.inputGroup {
  background-color: #FFF;
  display: block;
  margin-top: 40px;
  position: absolute;
  bottom: -10px; /* changed from 10 to -10, align with more details */
}

.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #575928;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-family: basier-medium;
  font-size: 14px;
  text-transform: uppercase;
}

.inputGroup label:after {
  width: 18px;
  height: 18px;
  content: '';
  border: 2px solid #575928;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 49.2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #575928;
  border: 1px #575928 solid;
}

.inputGroup input {
  width: 18px;
  height: 18px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 49.2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
  -webkit-transition: -webkit-all 0.3s ease-out;
  -o-transition: -o-all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.modal-dialog {
  position: relative;
  margin: 50vh auto;
  width: 100%;
  height: 0;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
  top: 51%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-body {
  position: relative;
  background-color: #000;
  padding: 0;
  border-radius: 0;
  overflow-y: hidden;
}

.modal-footer {
  text-align: center;
}

.full-swiper-holder {
  position: relative;
  height: 100%;
}

.full-swiper-holder .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.full-swiper-holder .swiper-button-next {
  background: url("../../assets/img/chevron-right-white.svg") 50% 50%/16px 30px no-repeat !important;
  right: 54px;
}

.full-swiper-holder .swiper-button-prev {
  background: url("../../assets/img/chevron-left-white.svg") 50% 50%/16px 30px no-repeat !important;
  left: 54px;
}

.full-swiper-holder .swiper-x {
  width: 50px;
  height: 50px;
  background: url("../../assets/img/icon-x.svg") center/25px 25px no-repeat !important;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 9999;
}

.full-swiper-holder .swip-img-holder {
  height: 100%;
  width: auto;
}

.full-swiper-holder .swip-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-swiper-holder .swip-img-holder--thumbs {
  height: 70px;
  width: 70px;
}

.full-swiper-holder .swip-img-holder--thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-swiper-holder .gallery-top, .full-swiper-holder .gallery-top-2 {
  height: calc(100vh - 90px);
  width: 100%;
}

.full-swiper-holder .gallery-top .swiper-slide, .full-swiper-holder .gallery-top-2 .swiper-slide {
  width: auto;
  background-color: #000;
}

.full-swiper-holder .gallery-top .swiper-slide img, .full-swiper-holder .gallery-top-2 .swiper-slide img {
  opacity: 0.4;
  width: auto;
}

.full-swiper-holder .gallery-top .swiper-slide-active img, .full-swiper-holder .gallery-top-2 .swiper-slide-active img {
  opacity: 1;
}

.full-swiper-holder .gallery-thumbs, .full-swiper-holder .gallery-thumbs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #575928;
}

.full-swiper-holder .gallery-thumbs .swiper-slide, .full-swiper-holder .gallery-thumbs-2 .swiper-slide {
  width: 70px !important;
  height: 100%;
  background-color: #000;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}

.full-swiper-holder .gallery-thumbs .swiper-slide img, .full-swiper-holder .gallery-thumbs-2 .swiper-slide img {
  opacity: 0.4;
}

.full-swiper-holder .gallery-thumbs .swiper-slide-thumb-active img, .full-swiper-holder .gallery-thumbs-2 .swiper-slide-thumb-active img {
  opacity: 1;
}

ul {
  list-style: none;
  /* Remove default bullets */
}

ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EDEDED;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.press-detail--text ul li p::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4D4D4D;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.vjs-poster {
  background-size: cover !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.pagination a {
  margin: 0 10px;
  font-size: 14px;
  color: #575928;
  font-family: basier-regular;
  text-decoration: none;
}

.pagination a:first-child {
  margin-left: 0;
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a.number {
  padding-top: 3px;
}

.pagination a.active {
  font-family: basier-bold;
  color: #DAA71D;
}

.pagination a img {
  width: 20px;
  height: 20px;
}

#nav-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  left: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1000001;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3.14px;
  width: 100%;
  background: #FFF;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
  background: #575928;
}

#nav-icon.open span:nth-child(3) {
  border-top-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
  background: #575928;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}

.nav-text {
  position: absolute;
  display: none;
  left: 80px;
  z-index: 1000001;
}

.nav-text a {
  text-decoration: none;
  color: #FFF;
  font-family: basier-medium;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.nav-text a.activated {
  color: #DAA71D;
}

.nav-text.active a {
  color: #DAA71D;
}

.sidenav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #EDEDED;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
  padding-left: 30px;
  padding-right: 30px;
}

.sidenav a {
  padding: 26px 0;
  text-decoration: none;
  font-size: 22px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-family: basier-regular;
  color: #575928;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-top: 1px #DAA71D solid;
}

.sidenav a:hover {
  color: #DAA71D;
}

.sidenav a:last-child {
  border-bottom: 1px #DAA71D solid;
}

.sidenav.activated {
  height: 100%;
  padding-top: 175px;
  z-index: 800;
}

.section {
  height: 695px;
  overflow: hidden;
}

.section__1 {
  height: 695px;
  position: relative;
  background-color: #575928;
}

.section__1 .text-wrapper {
  width: 520px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section__1 .text-wrapper--1 {
  width: 610px;
  margin-top: 30px;
  margin-left: calc(-50% + (520px / 2.3));
}

.section__1 .text-wrapper--2 {
  width: 625px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section__1 .text-wrapper--2 h2 {
  width: 550px;
  margin-left: 37.5px;
  margin-bottom: 30px;
}

.section__1 .text-wrapper--2 p {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.section__1 .text-wrapper--3 {
  width: 680px;
}

.section__1 .text-wrapper--3 .text-wrapper--1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section__1 h1 {
  font-size: 51px;
  font-family: calendas-bold;
  text-align: center;
  color: #DAA71D;
  letter-spacing: 4px;
}

span.line-2 {
  font-size: 36px;
}

.section__1 h2 {
  font-size: 38px;
  font-family: calendas-bold;
  text-align: center;
  color: #DAA71D;
  line-height: 1.3em;
  letter-spacing: 2.5px;
}

.section__1 p {
  font-size: 14px;
  font-family: basier-regular;
  color: #FFF;
  text-align: center;
  line-height: 1.5em;
}

.section__1 button.btn-ubud {
  width: 225px;
  height: 49.5px;
  border: 1px #DAA71D solid;
  background-color: transparent;
  color: #DAA71D;
  font-family: basier-regular;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: calc(50% - 112.5px);
  margin-top: 70px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 1px;
}

.section__1 button.btn-ubud:hover {
  background-color: #DAA71D;
  color: #FFF;
}

.section__1 button.btn-ubud--2 {
  width: 225px;
  height: 49.5px;
  border: 1px #DAA71D solid;
  background-color: transparent;
  color: #DAA71D;
  font-family: basier-regular;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: calc(50% - 112.5px);
  margin-top: 70px;
  outline: none;
  cursor: pointer;
}

.section__3, .section__4, .section__5, .section__6, .section__7, .section__8, .section__9 {
  background-color: #ECECEC;
}

.section__4 h2 {
  font-family: calendas-bold;
  font-size: 38px;
  color: #DAA71D;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: 2px;
}

.section__4 h2 span {
  letter-spacing: 0px;
}

.section__5 h2.impacted, .section__8 h2.impacted, .section__9 h2.impacted {
  font-family: calendas-bold;
  font-size: 38px;
  color: #DAA71D;
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.3em;
  letter-spacing: 2.5px;
}

.section__6 .texted, .section__8 .texted {
  padding: 51px 0 51px 189px !important;
}

.section__8 h2.title {
  width: 320px;
  line-height: 1.3em;
}

.section__9 .impacted {
  margin-bottom: 55px !important;
}

.section__10 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section__10 .contact-us, .section__10 .sign-up {
  height: 425px;
}

.section__10 .contact-us {
  padding-left: 155px;
  padding-right: 119.5px;
  border-right: 1px #575928 solid;
}

.section__10 .contact-us h4 {
  margin-bottom: 93px;
}

.section__10 .sign-up {
  padding-left: 120px;
  border-left: 1px #575928 solid;
}

.section__10 .sign-up form {
  width: 335px;
}

.section__10 .sign-up h4 {
  margin-bottom: 37px;
}

.section__10 h4 {
  font-family: calendas-bold;
  font-size: 24px;
  color: #DAA71D;
  width: 220px;
  line-height: 1.4em;
  letter-spacing: 1.5px;
}

.section__10 select, .section__10 input[type=text], .section__10 textarea {
  padding-bottom: 8px;
  font-family: basier-regular;
  color: #4D4D4D;
  outline: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px #575928 solid;
  width: 100%;
  margin-bottom: 24px;
  resize: none;
  border-radius: 0;
}

.section__10 textarea {
  height: 72px;
}

.section__10 select {
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("../../assets/img/chevron-down.svg") 95% 30%/15.5px 8.5px no-repeat;
}

.section__room--1 {
  background-color: #ECECEC;
  padding: 125px 50px;
}

.section__room--2 {
  background-color: #ECECEC;
  padding: 0 157.5px 125px;
}

.section__room-detail .featured, .section__compare .featured {
  margin-bottom: 24px;
}

.section__room-detail .featured div, .section__compare .featured div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__room-detail .featured div img, .section__compare .featured div img {
  width: 37px;
  height: 40px;
  margin-right: 28px;
}

.section__room-detail .featured div img.person, .section__compare .featured div img.person {
  /*height: 30px;
  width: 28px;*/
  object-fit: contain;
}

.section__room-detail .featured div p, .section__compare .featured div p {
  font-family: basier-regular;
  font-size: 14px;
  color: #4D4D4D;
}

.section__room-detail {
  padding: 80px 50px 80px 132px;
}

.section__room-detail h2 {
  font-family: calendas-bold;
  font-size: 38px;
  color: #DAA71D;
  margin-bottom: 50px;
}

.section__room-detail h4 {
  font-family: calendas-regular;
  font-size: 16px;
  color: #DAA71D;
  letter-spacing: 0.1em;
}

.section__room-detail h4 span {
  font-size: 20px;
}

.section__room-detail .re-text {
  width: 350px;
  color: #FFF;
  padding-top: 31px;
  line-height: 1.4em;
}

.section__room-detail .re-text.pb-70 {
  padding-bottom: 90px;
}

.section__room-detail .re-text p {
  font-family: basier-regular;
  font-size: 14px;
}

.section__room-detail .re-text p:first-child {
  margin-bottom: 20px;
}

.section__room-detail .re-text ul {
  font-family: basier-regular;
  font-size: 12px;
}

.section__room-detail .featured {
  padding-right: 35px; /* changed from 152px to 35px cuz col-sm-6 changed to sm-5 */
}

.section__room-detail .text-wrapper {
  width: 100%;
  min-height: 540px;
}

.section__room-detail.override-section--3 .text-wrapper {
  min-height: unset;
}

.section__room-detail .fullscreen-wrapper {
  width: 100%;
  height: 540px;
  position: relative;
}

.section__room-detail .fullscreen-wrapper.white-wiper .swiper-button-next {
  background: url("../../assets/img/chevron-right-white.svg") 0% 0%/9.299px 17.697px no-repeat !important;
  left: 35px;
}

.section__room-detail .fullscreen-wrapper.white-wiper .swiper-button-prev {
  background: url("../../assets/img/chevron-left-white.svg") 0% 0%/9.299px 17.697px no-repeat !important;
  left: 0;
}

.section__room-detail .fullscreen-wrapper.white-wiper .swiper-pagination-bullet {
  background-image: url("../../assets/img/bullet-white.svg");
}

.section__room-detail .fullscreen-wrapper.white-wiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  background-image: url("../../assets/img/bullet-white-active.svg") !important;
}

.section__room-detail .fullscreen-wrapper.primary-wiper .swiper-button-next {
  background: url("../../assets/img/chevron-right-primary.svg") 0% 0%/9.299px 17.697px no-repeat !important;
  left: 35px;
}

.section__room-detail .fullscreen-wrapper.primary-wiper .swiper-button-prev {
  background: url("../../assets/img/chevron-left-primary.svg") 0% 0%/9.299px 17.697px no-repeat !important;
  left: 0;
}

.section__room-detail .fullscreen-wrapper.primary-wiper .swiper-pagination-bullet {
  background-image: url("../../assets/img/bullet-primary.svg");
}

.section__room-detail .fullscreen-wrapper.primary-wiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  background-image: url("../../assets/img/bullet-primary-active.svg") !important;
}

.section__room-detail .fullscreen-wrapper .swiper-container {
  width: 100%;
  position: unset;
}

.section__room-detail .fullscreen-wrapper .swiper-container.full-wiper {
  height: 485px;
}

.section__room-detail .fullscreen-wrapper .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section__room-detail .fullscreen-wrapper .swiper-button-next, .section__room-detail .fullscreen-wrapper .swiper-button-prev {
  bottom: 9px !important;
  top: unset !important;
  height: 20px;
  width: 30px;
}

.section__room-detail .fullscreen-button {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 99;
}

.section__room-detail .fullscreen-button img {
  width: 102.5px;
  height: 23.95px;
}

.section__room-detail--1 {
  background-color: #ECECEC;
  padding: 125px 49.65px;
}

.section__room-detail--reverse {
  background-color: #575928;
}

.section__room-detail--reverse h2 {
  margin-bottom: 5px;
}

.section__room-detail--reverse li {
  font-family: basier-regular;
  font-size: 12px;
  line-height: 1.5em;
}

.section__room-detail--reverse .list-feature {
  padding-left: 15px;
}

.section__room-detail--reverse button.btn-ubud.mt-25 {
  width: 175.2px;
  height: 49.5px;
  color: #DAA71D;
  background-color: transparent;
  border: 1px #DAA71D solid;
  font-size: 16px;
  font-family: basier-regular;
  text-transform: uppercase;
  transition: all 0.3s;

  position: absolute;
  bottom: 0;
  left: 190px;
}

.section__room-detail--reverse button.btn-ubud.mt-25:hover {
  color: #fff;
  background-color: #DAA71D;
}

.section__room-detail--reverse button.btn-more.btn-more--5.color-white {
  bottom: 16px;
  width: 110px;
}

.section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-menu {
  bottom: 30px;
}

.section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-promo {
  bottom: 0;
  width: 120px;
}

.section__room-detail--reverse button.btn-more.btn-more--5.color-white.v2 {
  left: 0;
}

.section__compare {
  padding: 150px 50px 50px /* from 125 to 150 */;
  background-color: #ECECEC;
}

.section__compare .offers {
  width: 200px;
  text-align: center;
  margin: 70px 0 30px 0;
}

.section__compare .compare-grid:first-child {
  padding-right: 12px;
}

.section__compare .compare-grid:nth-child(2) {
  padding: 0 12px;
}

.section__compare .compare-grid:last-child {
  padding-left: 12px;
}

.section__compare h2, .section__compare h3 {
  font-family: calendas-bold;
  color: #DAA71D;
}

.section__compare h2 {
  font-size: 32px;
  height: 150px; /* changed from 100 to 150 cuz 3 line text */
  line-height: 1.3em;
  letter-spacing: 2px;
}

.section__compare h3 {
  font-size: 26px;
  margin-bottom: 32px;
  letter-spacing: 2px;
}

.section__compare p {
  font-family: basier-regular;
  font-size: 14px;
  color: #4D4D4D;
}

.section__compare p.desc {
  height: 230px;
  width: 310px;
  line-height: 1.4em;
  letter-spacing: 0.4px;
}

/*.col-md-4.compare-grid.col-sm-6.col-xs-6 p.desc {
  height:
}*/

.section__compare .card-comparsion {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 27px;
  border-bottom-left-radius: 27px;
  background-color: #FFF;
}

.section__compare .card-comparsion img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__compare .card-comparsion .txt {
  padding: 45px 56px calc(25px + 50px) 56px;
}

.section__accl {
  padding-top: 125px;
}

.section__accl .col-accl h3 {
  padding-right: 30px;
}

.section__accl h2 {
  font-size: 38px;
  font-family: calendas-bold;
  color: #DAA71D;
  margin-bottom: 72px;
  width: 475px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 3px;
}

.section__accl h3 {
  font-family: calendas-bold;
  font-size: 24px;
  color: #DAA71D;
  line-height: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.section__accl p {
  font-family: basier-regular;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.section__accl .col-accl {
  height: 129px;
}

.section__accl .browse-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*.section__accl .browse-award select {
  margin-left: 20px;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("../../assets/img/chevron-down.svg") 80% 50%/10.4px 5.5px no-repeat;
  width: 103px;
  padding: 10px 25px;
  font-family: basier-regular;
  font-size: 14px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 1px #575928 solid;
}*/

.section__accl .swiper-pagination-bullet {
  background-image: url("../../assets/img/bullet-white.svg");
}

.section__accl .swiper-pagination-bullet-active {
  background-color: transparent !important;
  background-image: url("../../assets/img/bullet-white-active.svg") !important;
}

.section__accl .swiper-button-next {
  right: 50px;
}

.section__accl .swiper-button-prev {
  left: 50px;
}

.section__accl .card-accl {
  width: 835px;
  height: 173px;
  background-color: #FFF;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 22px 50px;
  position: relative;
  margin-bottom: 25px;
}

.section__accl .vla-wrapper--3:last-child .card-accl {
  margin-bottom: 0;
}

.section__accl .swiper-accolades {
  padding-bottom: 50px;
}

.section__wrapper--1 {
  padding: 80px 75px 80px 132px;
}

.section__wrapper--1 h2 {
  font-family: calendas-bold;
  font-size: 36px;
  color: #DAA71D;
  margin: 25px 0;
  line-height: 1.3em;
  letter-spacing: 1.5px;
}

.section__wrapper--1 p {
  font-size: 14px;
  font-family: basier-regular;
  line-height: 1.5em;
  color: #4D4D4D;
  letter-spacing: 0.3px;
}

.section__wrapper--2, .section__wrapper--3 {
  padding: 124px 0;
}

.section__wrapper--4 {
  padding: 100px 80px 80px 132px;
}

.section__wrapper--4 h2, .section__wrapper--6 h2 {
  font-family: calendas-bold;
  font-size: 36px;
  color: #DAA71D;
  margin: 22px 0 50px;
  width: 250px;
  line-height: 1.3em;
  letter-spacing: 2.5px;
}

.section__wrapper--4 p, .section__wrapper--6 p {
  font-size: 14px;
  font-family: basier-regular;
  line-height: 1.5em;
  color: #4D4D4D;
}

.section__wrapper--5 {
  padding: 105px 80px 80px 132px;
}

.section__wrapper--5 h2 {
  margin-top: 0;
  width: unset;
}

.section__wrapper--6 {
  padding: 70px 80px 80px 132px;
}

.section__wrapper--6.cust-padding--1 h2 {
  margin-top: 0;
  width: 100%;
}

.section__wrapper--6 h3 {
  font-family: calendas-bold;
  font-size: 26px;
  color: #DAA71D;
  margin-top: 45px;
  margin-bottom: 15px;
}

.section__background--1 {
  height: 695px;
}

.section__background--1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section__background--primary {
  background-color: #575928;
  height: 695px;
}

.section__background--primary p {
  color: #FFF;
}

.huge-banner {
  height: 770px;
  background-color: #000;
}

.huge-banner.fullheight {
  height: 100vh!important;
}

.huge-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  opacity: .7;
}

.footer {
  width: 100%;
  background-color: #575928;
  padding: 40px 50px 13px;
}

.footer a {
  font-size: 12px;
  font-family: basier-regular;
  color: #FFF;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.footer-left img {
  width: auto;
  height: 160px;
  margin-top: 51px;
  margin-bottom: 51px;
}

.row-foot {
  margin-bottom: 19px;
}

.for-footer {
  background-color: #575928 !important;
  padding: 2px 0 !important;
  margin-bottom: 13px;
}

.foot-link a:not(:last-child) {
  margin-right: 20px;
}

.foot-link a:hover {
  color: #DAA71D;
}

.foot-link a.active {
  color: #DAA71D;
  font-family: basier-semibold;
}

.right-link {
  float: right;
  padding-right: 47px;
}

.footer-right .wrapper {
  float: right;
  width: 214px;
}

.footer-right .wrapper p {
  font-size: 12px;
  font-family: basier-regular;
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

.footer-right .wrapper .social-media-icons {
  width: 100%;
}

.footer-right .wrapper .social-media-icons a:hover .sosmed-activation .active {
  display: none;
}

.footer-right .wrapper .social-media-icons a:hover .sosmed-activation .unactive {
  display: block;
}

.footer-right .wrapper .sosmed-activation {
  float: left;
}

.footer-right .wrapper img.sosmed {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  object-fit: contain;
}

.footer-right .wrapper img.sosmed.unactive {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  object-fit: contain;
}

.footer-right .wrapper a:last-child img {
  margin-right: 0;
}

.footer-right .wrapper a:last-child img.sosmed.unactive {
  margin-right: 0;
}

.footer-right .wrapper img.hotel {
  width: auto;
  height: 120px;
  margin-top: 20px;
}

.tripadvisor-logo {
  width: 146px;
  height: 24px;
  margin-bottom: 60px;
}

.quotemark {
  width: 33px;
  height: 25px;
}

.mb-75:nth-child(3n + 0) .vla-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mb-75:nth-child(3n + 1) .vla-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vla-wrapper {
  width: 100%;
  background-color: #ECECEC;
}

.vla-wrapper--1 {
  padding: 0 50px;
  height: 470px;
}

.vla-wrapper--2 {
  padding: 0;
  height: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vla-wrapper--3 {
  width: 100%;
  background-color: #575928;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-vla {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.card-vla--mini {
  width: 348px;
}

.card-vla--mini img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 216px;
}

.card-vla .imaged {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
}

.card-vla .texted {
  padding: 51px 108px;
  position: relative;
  height: 430px;
}

.card-vla .texted-active {
  display: none;
}

.card-vla .texted-hold {
  display: block;
}

.card-vla .texted--2 {
  padding: 18px 25px 22px 22px;
}

.card-vla .texted.active {
  background-color: #575928;
  color: #FFF;
  height: 470px;
}

.card-vla .texted.active .close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 46px;
  right: 64px;
}

.card-vla .texted.active .close img {
  width: 18.5px;
  height: 20px;
}

.card-vla .texted.active .close .close-hover {
  display: none;
}

.card-vla .texted.active .close:hover .close-normal {
  display: none;
}

.card-vla .texted.active .close:hover .close-hover {
  display: block;
}

.card-vla .texted.active .texted-hold {
  display: none;
}

.card-vla .texted.active .texted-active {
  display: block;
}

.card-vla .texted.active li {
  margin-bottom: 5px;
  font-family: basier-regular;
  font-size: 12px;
}

.card-vla .texted.active h4 {
  font-family: calendas-bold;
  font-size: 16px;
  color: #DAA71D;
  margin-left: 10px;
  margin-bottom: -5px;
}

.card-vla .texted.active .list-feature {
  padding-left: 15px;
}

.card-vla .texted.active .benefit-h {
  margin-bottom: 40px;
}

.card-vla .texted.active .benefit-h img {
  width: 23px;
  height: 20px;
}

.card-vla h2 {
  font-family: calendas-bold;
  font-size: 32px;
  color: #DAA71D;
  letter-spacing: 1.5px;
  line-height: 1.3em;
}

.card-vla h3 {
  font-family: calendas-bold;
  font-size: 24px;
  color: #DAA71D;
  width: 280px;
  height: 55px;
  margin-bottom: 5px;
  line-height: 1.1em;
  letter-spacing: 1.6px;
}

.card-vla p {
  font-size: 14px;
  font-family: basier-regular;
  color: #4D4D4D;
  margin-top: 17px;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}

.card-vla p.align-60 {
  min-height: 60px; /* changed for alignment */
}

.card-vla p.detail-330 {
  width: 330px;
}

.card-vla h5 {
  font-family: calendas-regular;
  font-size: 16px;
  color: #DAA71D;
  letter-spacing: 1.4px;
}

.card-vla h5.big-valid {
  margin: 25px 0 35px;
}

.card-vla .features {
  width: calc(80% + 20px);
  height: auto;
  margin-top: 20px;
}

.our-room {
  margin-bottom: 95px;
}

.our-room p {
  font-family: calendas-regular;
  font-size: 14px;
  margin-top: 0;
  color: #DAA71D;
  text-transform: uppercase;
}

.our-room img {
  width: 98px;
  height: 16px;
}

.feat-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  float: left;
}

/* width: 107px; */
.feat-icon--small {
  width: 117px;
  height: 30px;
}

.feat-icon--small.benefit {
  width: 126px;
}

.feat-icon--small.benefit img.hover-1, .feat-icon--small.benefit img.hover-2, .feat-icon--small.club-benefit-hover img.hover-1, .feat-icon--small.club-benefit-hover img.hover-2 {
  width: 24px;
}

.feat-icon--small.benefit span img.hover-1, .feat-icon--small.benefit span img.hover-2, .feat-icon--small.club-benefit-hover span img.hover-1, .feat-icon--small.club-benefit-hover span img.hover-2 {
  width: 10px;
}

.feat-icon--medium {
  width: 110px;
  margin-left: 20px;
}

.feat-icon--large {
  width: 210px;
  padding-right: 35px;
}

.feat-icon img {
  width: 18.5px;
  height: 20px;
}

.feat-icon span {
  font-size: 11px;
  font-family: basier-regular;
  color: #4D4D4D;
  margin-left: 8px;
}

.feat-icon span img {
  width: 10px;
  height: 10px;
  margin-left: 3px;
}

.feat-icon.feat-icon--small.club-benefit-hover.hide-768 {
  width: 126px;
}

.feat-icon.feat-icon--small.club-benefit-hover.hide-768 img {
  width: 24px;
}

.feat-icon.feat-icon--small.show-768 img {
 width: 23px;
}

.section-separator {
  width: 100%;
  height: 6px;
  padding: 2px 50px;
  background-color: #ECECEC;
}

.section-separator .line {
  height: 2px;
  width: 100%;
  background-color: #DAA71D;
}

.ig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ig-box a {
  text-decoration: none;
}

.ig-box span {
  font-family: basier-regular;
  font-size: 14px;
  color: #4D4D4D;
}

.row-insta .ig-box {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.row-insta .card-insta {
  border: 1px #FFF solid;
}

.row-insta .name-insta {
  padding: 13px 29px;
}

.row-insta img.prof-pic {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 341.176px;
}

.col-card-room {
  margin-bottom: 30px;
}

.col-card-room:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.col-card-room:nth-child(odd) {
  padding-right: 13px;
}

.col-card-room:nth-child(even) {
  padding-left: 13px;
}

.card-room {
  width: 100%;
  height: 484px; /* changed from 468 to 484 */
  background-color: #FFF;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.card-room .img-wrapper {
  width: 100%;
  height: 260px;
}

.card-room .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-room--feature {
  height: 100%;
}

.card-room--title {
  padding: 28px 30px 28px 50px;
  height: 200px;
  padding-right: 0; /* new */
}

.card-room--title h2 {
  font-size: 30px; /* changed from 32 to 30 */
  font-family: calendas-bold;
  color: #DAA71D;
  line-height: 1.3em;
  letter-spacing: 2px;
}

.card-room--feature {
  padding: 33px 13px;
}

.card-compare {
  width: 100%;
  padding: 50px 0 50px 81px;
  height: 350px;
  background-color: #575928;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.card-compare h2 {
  font-size: 38px;
  font-family: calendas-bold;
  color: #DAA71D;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.card-compare p {
  font-size: 14px;
  font-family: basier-regular;
  color: #FFF;
  letter-spacing: 1px;
}

.compare-text {
  height: 100%;
  width: 20%;
  position: relative;
  float: left;
}

.minicard-holder {
  height: 100%;
  width: 75%;
  float: left;
  padding-left: 57px;
}

.minicard-compare {
  width: 189.67px;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px #DAA71D solid;
  background-color: #DAA71D;
  overflow: hidden;
  float: left;
  margin-right: 24px;
}

.minicard-compare:last-child {
  margin-right: 0;
}

.minicard-compare.empty {
  background-color: #575928;
  position: relative;
}

.minicard-compare.empty h1 {
  font-family: basier-regular;
  font-size: 50px;
  color: #DAA71D;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.minicard-compare.empty img {
  display: none;
}

.minicard-compare.empty .txt {
  display: none;
}

.minicard-compare .txt {
  padding: 15px 45px 0 30px;
}

.minicard-compare p {
  color: #575928;
  font-family: basier-regular;
  font-size: 12px;
  line-height: 1.5em;
}

.minicard-compare img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-room-detail {
  margin-top: 40px;
  margin-bottom: -10px;
}

.club-benefit {
  width: 100%;
  height: 470px;
  background-color: #575928;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 56px 75px 64px 75px;
}

.club-benefit h2 {
  font-family: calendas-bold;
  font-size: 26px;
  color: #DAA71D;
  margin-top: 10px;
  margin-left: 16px;
  letter-spacing: 2px;
}

.club-benefit li {
  margin-bottom: 5px;
  font-family: basier-regular;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.7px;
}

.club-benefit .bordered {
  border-right: 1px #DAA71D solid;
  padding-right: 40px;
}

.club-benefit .second-bordered {
  padding-left: 50px;
}

.club-benefit .list-feature {
  padding-left: 20px;
}

.club-benefit .right-benefit {
  width: 100%;
  margin-bottom: 50px;
}

.club-benefit .right-benefit:last-child {
  margin-bottom: 0;
}

.club-benefit .right-benefit h2 {
  margin-left: 0;
  margin-bottom: 30px;
}

.club-benefit .right-benefit ul {
  margin-left: 20px;
}

.benefit-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.benefit-h img {
  width: 34px;
  height: 30px;
}

.award-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.award-content {
  width: 1266px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 107.5px;
  background-color: #FFF;
}

.award-content.for-spa {
  padding: 0 82.58px;
}

.award-content.for-spa--reversed {
  background-color: transparent;
}

.award-content.accl .award-card:nth-last-child(2) {
  border-bottom: 1px #DAA71D solid !important;
}

.award-content.accl .award-card:last-child {
  border-bottom: none;
}

.award-card {
  width: 100%;
  height: 170.5px;
  padding: 30px 0;
  border-bottom: 1px #DAA71D solid;
  color: #DAA71D;
}

.award-card.for-spa {
  height: 290.3px;
  padding-top: 50px;
}

.award-card.for-spa h3 {
  font-size: 32px;
  padding-left: 80px;
}

.award-card.for-press {
  height: 226px;
}

.award-card.for-press h4 {
  width: 100%;
  margin-top: 20px;
}

.award-card.for-press .btn-more {
  margin-top: 0;
  position: absolute;
  bottom: 0;
}

.award-card.for-press .pt-20 {
  height: 145px;
}

.award-card.for-press .text-press {
  padding-left: 70px;
}

/*150px*/

.award-card.for-press .award-logo {
  width: 100%;
  height: 145.501px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

/*297.749px*/

.award-card:nth-last-child(1) {
  border-bottom: none !important; /* changed from 2 to 1 for accolades */
}

.award-card .text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.award-card h3 {
  width: 320px;
}

.spa-img {
  width: 347.751px;
  height: 191.298px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.spa-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-logo {
  width: 215px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.award-logo img {
  width: 100%!important;
  height: 100%;
  object-fit: cover;
}

.award-detail p:first-child {
  color: #DAA71D;
  margin-bottom: 10px;
}

.award-detail p:last-child {
  color: #4D4D4D;
}

.spa-detail {
  padding-left: 40px;
}

.spa-detail p {
  color: #4D4D4D;
  font-family: basier-regular;
  line-height: 1.5em;
}

.spa-slide {
  padding-top: 45px;
}

.spa-slide h4 {
  font-family: calendas-regular;
  font-size: 16px;
  color: #DAA71D;
  margin-top: 15px;
}

.spa-pack {
  margin-top: 28px;
}

.spa-pack p {
  font-size: 14px;
  font-family: basier-regular;
  color: #4D4D4D;
  margin-top: 0;
}

.mini-text {
  font-size: 12px;
  font-family: basier-regular;
  color: #4D4D4D;
  margin-top: 30px;
  padding-left: 1em;
}

.mini-text ul li::before {
  color: #4D4D4D;
}

button.wedding-package {
  width: auto;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  padding-right: 25px;
  padding-left: 0;
  font-size: 14px;
  font-family: basier-regular;
  color: #FFF;
  height: 28.5px;
  background: url("../../assets/img/icon-plus-small.svg") 96%/10px 10px no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

button.wedding-package:hover {
  font-family: basier-semibold;
  color: #DAA71D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../../assets/img/icon-plus-big.svg") 96%/10px 10px no-repeat;
}

.wedding-card-toggle .wedding-detail {
  display: none;
  width: 100%;
  height: 695px;
  background-color: #575928;
}

.wedding-card-toggle .wedding-detail .bordered {
  border-right: 1px #DAA71D solid;
  height: 462px;
}

.wedding-card-toggle .wedding-detail h3 {
  margin-top: 0;
  margin-bottom: 50px;
}

.wedding-card-toggle .wedding-includes {
  padding-left: 66.35px;
}

.wedding-card-toggle .wedding-includes li {
  margin-bottom: 5px;
  font-family: basier-regular;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5em;
}

.wedding-card-toggle .wedding-includes .list-feature {
  padding-left: 10px;
}

.wedding-card-toggle .close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}

.wedding-card-toggle .close img {
  width: 18.5px;
  height: 20px;
}

.wedding-card-toggle .close .close-hover {
  display: none;
}

.wedding-card-toggle .close:hover .close-normal {
  display: none;
}

.wedding-card-toggle .close:hover .close-hover {
  display: block;
}

.wedding-card-toggle .texted {
  padding-right: 69px;
}

.wedding-card-toggle .texted p:last-child {
  margin-top: 30px;
}

.wedding-card-toggle p {
  color: #FFF;
}

.wedding-card-toggle.active .wed1 {
  display: none;
}

.wedding-card-toggle.active .wed2 {
  display: none;
}

.wedding-card-toggle.active .wedding-detail {
  display: block;
}

.contact-us-wrapper h2 {
  text-align: center;
  font-size: 38px;
}

.left-contact {
  padding-left: 120px;
  padding-right: 115px;
}

.left-contact p,
.left-contact ul {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 22px;
}

.left-contact p.email {
  font-size: 14px;
}

.left-contact h3 {
  font-size: 32px;
  margin-bottom: 25px;
  letter-spacing: 2.2px;
}

.left-contact h3.tgu {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.left-contact ul {
    list-style: disc;
    font-family: basier-regular;
    color: #4D4D4D;
    padding-inline-start: 1rem;
}

.left-contact li {
    display: list-item;
}

.left-contact li:before {
    content: "";
}

.right-contact {
  padding-right: 120px;
}

.right-contact select, .right-contact input[type=text], .right-contact textarea {
  padding-bottom: 8px;
  font-family: basier-regular;
  color: #4D4D4D;
  outline: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px #575928 solid;
  width: 100%;
  margin-bottom: 24px;
  resize: none;
  border-radius: 0!important;
}

.right-contact textarea {
  height: 144px;
}

.right-contact select {
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("../../assets/img/dropdown.svg") 100% 30%/11.5px 6.5px no-repeat;
}

.press-detail h2 {
  width: 100%;
  margin-bottom: 100px;
  font-size: 38px;
}

.press-detail h3 {
  font-family: calendas-bold;
  font-size: 14px;
  color: #DAA71D;
}

.press-detail--text {
  padding: 125px 145px 120px 0;
}

.press-detail--text p {
  font-size: 14px;
  color: #4D4D4D;
  font-family: basier-regular;
  margin-bottom: 20px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  margin-bottom: 25px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.custom-select-enq {
  position: relative;
  font-family: Arial;
  margin-bottom: 25px;
}

.custom-select-enq select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

.select-selected.select-arrow-active {
  background-color: #575928;
  color: #FFF;
  padding-left: 10px;
  border-bottom: 2px #FFF solid;
}

.select-selected.select-arrow-active + .select-items div {
  color: #FFF;
  padding-left: 10px;
}

.select-selected.select-arrow-active + .select-items div:hover {
  color: #DAA71D;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 20px;
  height: 10px;
  background: url("../../assets/img/chevron-down.svg") 95% 30%/15.5px 8.5px no-repeat;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  background: url("../../assets/img/arrow-up.svg") 100% 30%/11.5px 6.5px no-repeat;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #4D4D4D;
  letter-spacing: 0.04em;
  padding: 8px 0;
  border-bottom: 1px #575928 solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #575928;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.row-right-h select, .row-right-h input[type=text] {
  margin-bottom: 21px;
}

.custom-enq .select-selected {
  margin-top: -7px;
}

.custom-enq-contact .select-selected:after {
  background: url("../../assets/img/dropdown.svg") 96%/15px 10.5px no-repeat;
}

.custom-enq-contact .select-selected.select-arrow-active:after {
  background: url("../../assets/img/arrow-up.svg") 96%/15px 10.5px no-repeat;
}

.custom-lang {
  margin-top: -4px;
  margin-bottom: 0;
}

.custom-lang .select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 12px;
  width: 20px;
  height: 10px;
  background: url("../../assets/img/dropdown.svg") 96%/15px 10.5px no-repeat;
}

.custom-lang .select-selected.select-arrow-active:after {
  background: url("../../assets/img/arrow-up.svg") 96%/15px 10.5px no-repeat;
}

.custom-lang .select-items {
  margin-top: 8px;
}

.custom-lang .select-selected {
  color: #FFF;
  border-bottom: none;
}

.custom-lang .select-selected.select-arrow-active {
  background-color: #FFF;
  color: #575928;
  padding-left: 10px;
  margin-left: -5px;
  border-bottom: 2px #575928 solid;
}

.custom-lang .select-selected.select-arrow-active + .select-items div {
  background-color: #FFF;
  color: #575928;
  padding-left: 10px;
}

.custom-lang .select-selected.select-arrow-active + .select-items div:hover {
  color: #DAA71D;
}

.club-benefit-hover .hover-1 {
  display: inline-block;
}

.club-benefit-hover .hover-2 {
  display: none;
}

.club-benefit-hover:hover span {
  color: #DAA71D;
  font-family: basier-semibold;
}

.club-benefit-hover:hover .hover-1 {
  display: none;
}

.club-benefit-hover:hover .hover-2 {
  display: inline-block;
}

.nav-lang {
  position: absolute;
  right: 30px;
  display: none;
}

.nav-lang .select-selected {
  width: 70px;
  padding-left: 10px;
  color: #575928;
}

.nav-lang .select-items {
  margin-top: 0;
  margin-left: -5px;
}

.nav-lang.visible {
  display: block;
}

.first-toggle {
  display: block;
}

.first-toggle.invisible {
  display: none;
}

.second-toggle {
  display: none;
}

.second-toggle.visible {
  display: block;
}

.section__accl .award-card a {
  text-decoration: none;
}

.time-op {
  font-family: basier-regular;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.time-op img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.offer-detail .btn-more {
  bottom: 0;
  position: absolute;
}

.offer-detail .btn-more--2 {
  bottom: 20px;
}


.v-error {
  color: #FF4D4D !important;
  border-color: #FF4D4D !important;
}

.v-error::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF4D4D;
  opacity: 1;
  /* Firefox */
}

.v-error:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF4D4D;
  opacity: 1;
  /* Firefox */
}

.v-error::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF4D4D;
  opacity: 1;
  /* Firefox */
}

.v-error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF4D4D;
  opacity: 1;
  /* Firefox */
}

.v-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FF4D4D;
}

.v-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FF4D4D;
}

.v-error-list {
  position: absolute;
  bottom: 0;
  right: 120px;
}

.v-error-list ul {
  list-style: none;
}

.v-error-list ul li::before {
  content: "\2022";
  color: #FF4D4D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.v-error-list label {
  color: #FF4D4D;
  font-family: basier-regular;
  font-size: 12px;
}

.override-btn--5 {
  margin-bottom: 20px;
}

.section__wrapper--2.press-w {
  padding-top: 205px;
}

.press-w .award-card.for-press {
  height: auto!important;
}

.press-w .award-card.for-press .text-press {
  height: auto!important;
}

/*vjs*/
.vjs-big-play-button {
  width: 100px !important;
  height: 100px !important;
  left: 50% !important;
  top: 50% !important;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
}
/*/vjs*/

/*prs*/
.no-pt {
  padding-top: 0!important;
}

.section__accl .award-card .award-logo a {
  height: 100%;
}
/*/prs*/

/* ========================================= */
/*                                           */
/*                                           */
/*     alright, lets begin the responsive    */
/*                -arethuza                  */
/*                                           */
/*                                           */
/* ========================================= */
.resp--btn-ubud {
  position: absolute;
  right: 30px;
  background-color: #DAA71D;
  border: 1px #DAA71D solid;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  font-family: basier-medium;
  width: 109px;
  height: 35px;
  outline: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: none;
}

.resp--btn-ubud:hover {
  color: #DAA71D;
  background-color: #FFF;
  border-color: #FFF;
}

.resp.invisible {
  display: none;
}

.col-custom-wedding {
  height: 650px;
}

.col-custom-wedding ul {
  margin: 20px 0;
}

.col-custom-wedding ul li {
  color: #FFF;
  font-family: basier-regular;
  line-height: 1.5em;
  font-size: 14px;
}

.text-wrapper.exp-detail--wrapper button.btn-ubud.mt-25 {
  left: 0;
}

.text-wrapper.exp-detail--wrapper {
  min-height: 540px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1980px) and (min-width: 1900px) {
  .section.section__2.section__resize--1 .col-md-7 {
    width: calc(58.33333333% - 20px);
  }

  .section.section__2.section__resize--1 .col-md-5 {
    width: calc(41.66666667% + 20px);
  }

  .vla-wrapper--1 {
    padding: 0 175px;
    height: 600px;
  }

  .section__wrapper--1 {
    padding: 80px 75px 80px 175px;
  }

  .btn-more--5 {
    bottom: 0;
    width: 165px;
  }

  .btn-more {
    font-size: 18px;
  }

  .btn-more--1 {
    width: 135px;
  }

  .btn-more--3 {
    width: 155px;
  }

  .btn-more--2 {
    width: 148px;
  }

  .btn-more--4 {
    width: 85px;
  }

  .card-vla h2 {
    font-size: 44px;
  }

  .feat-icon.feat-icon--small.club-benefit-hover.hide-768 img {
    width: 32px;
  }

  .feat-icon img {
    width: 29px;
    height: 32px;
  }

  .feat-icon span {
    font-size: 15px;
  }

  .feat-icon--small {
    width: 150px;
    height: 36px;
  }

  .feat-icon--large {
    width: 250px;
  }

  .feat-icon.feat-icon--small.club-benefit-hover.hide-768 {
    width: 175px;
  }

  .our-room img {
    width: 125px;
    height: 17px;
  }

  .card-vla--mini {
    width: 460px;
  }

  .vla-wrapper--2 {
    height: 560px;
  }

  .swiper-offer-promo {
    height: calc(520px + 108px);
  }

  .card-vla h3 {
    height: unset;
    font-size: 28px;
    margin-bottom: 5px;
  }

  .card-vla h5 {
    font-size: 20px;
  }

  .card-vla p {
    font-size: 18px;
  }

  .card-vla .imaged {
    height: 600px;
  }

  .btn-more--2.mt-50 {
    width: 160px;
  }

  .card-vla .texted {
    height: 500px;
  }

  .swiper-room-detail, .swiper-discover--1, .swiper-discover--2 {
    height: 650px;
  }

  .section__8 h2.title {
    width: 440px;
  }

  .section__10 .sign-up form {
    width: 495px;
  }

  .section__10 .contact-us, .section__10 .sign-up {
    height: 515px;
  }

  .section__10 .contact-us h4 {
    margin-bottom: 150px;
  }

  .section__10 h4 {
    font-size: 30px;
  }

  .section__10 select, .section__10 input[type=text], .section__10 textarea {
    font-size: 18px;
  }

  .select-items div, .select-selected {
    font-size: 18px;
  }

  .card-vla .texted.custom-wd-ac {
    height: 550px;
    padding-top: 100px!important;
  }

  .section__1 button.btn-ubud {
    width: 328px;
    margin-left: calc(50% - 164px);
    font-size: 20px;
    height: 69px;
  }

  .section__wrapper--1 p span {
    font-size: 18px!important;
  }

  .section__wrapper--1 h2 {
    font-size: 44px;
  }

  .section__4 h2 {
    font-size: 50px;
  }

  .section__5 h2.impacted, .section__8 h2.impacted, .section__9 h2.impacted {
    font-size: 50px;
  }

  .ig-box span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1980px) {
  .v-error-list--1 {
    bottom: -40px;
  }

  .v-error-list--2 {
    bottom: -10px;
  }
}

@media screen and (min-width: 1366px) {
  .feat-icon--large {
    padding-right: 0;
    padding-top: 5px;
    padding-left: 0;
  }

  .btn-more--5 {
    bottom: auto;
  }

  button.btn-more.btn-more--5.btn-more--5-3 {
    bottom: 0;
  }

  button.btn-more.btn-more--5.btn-more--5-2.color-white {
    bottom: 60px;
  }
}

@media screen and (max-width: 1920px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px 140px 51px 108px;
  }

  .feat-icon--large {
    height: 36px;
  }
}

@media screen and (max-width: 1899px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px 370px 51px 108px;
  }
}

@media screen and (max-width: 1839px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px 342px 51px 108px;
  }
}

@media screen and (max-width: 1783px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px 313px 51px 108px;
  }
}

@media screen and (max-width: 1725px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px 18% 51px 108px;
  }
}

@media screen and (max-width: 1655px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(17% - 15px) 51px 108px;
  }
}

@media screen and (max-width: 1655px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(14%) 51px 108px;
  }
}

@media screen and (max-width: 1482px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(14% - 28px) 51px 108px;
  }
}

@media screen and (max-width: 1404px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(12% - 30px) 51px 108px;
  }
}

@media screen and (min-width: 1366px) {
  .feat-icon--small {
    margin-left: 0!important;
  }
}

@media screen and (max-width: 1366px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more.btn-more--5 {
    bottom: 0;
  }

  .feat-icon.feat-icon--small:nth-child(3) {
    margin-left: 0!important;
  }

  .feat-icon--large {
    height: 30px;
  }

  .section__10 .sign-up h4 {
    margin-bottom: 41px;
  }

  .section__10 textarea {
    height: 75px;
    margin-bottom: 18px;
  }

  /*.card-vla .features {
    width: calc(80% + 40px);
  }*/
}

@media screen and (max-width: 1310px) {
  .minicard-holder {
    padding-left: 30px;
  }

  .minicard-compare {
    margin-right: 20px;
    width: 180px;
  }

  .section.section__accl.section__3.no-padding-top.auto-height.press {
    padding: 0 70px 70px;
  }

  .section .award-content {
    padding: 0 40px;
  }
}

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
/*      resolution 1250 - 1000       */
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 1250px) and (min-width: 1000px) {
  .navbar--inverse .left-menu a {
    margin-right: 20px;
  }

  .left-menu a {
    margin-right: 20px;
  }

  .right-menu a {
    margin-left: 20px;
  }

  .right-menu .separator {
    margin-left: 0;
  }

  .right-menu button {
    margin-left: 0;
  }
}

@media screen and (max-width: 1227px) {
  .minicard-compare {
    width: 170px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1190px) {
  .section__compare {
    padding: 240px 30px 50px /* 125 to 240 */;
  }
  .section__compare.auto-height.contact {
    padding-top: 210px;
  }
  .section__compare .card-comparsion {
    height: 1113.5px;
  }
  .section__compare .card-comparsion .txt {
    padding: 47px 40px;
  }
  .section__compare .compare-grid:nth-child(2) {
    padding: 0;
  }
  .section__compare .compare-grid p.desc {
    width: auto;
  }
  .section__compare h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1174px) {
  .card-compare {
    padding: 50px 0 50px 50px;
  }

  .minicard-compare {
    width: 150px;
  }
}

@media screen and (max-width: 1250px) {
  .left-menu, .right-menu {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .nav-text {
    display: block;
  }
  .resp--btn-ubud {
    display: block;
    top: 45px;
  }
  .invis {
    display: none;
  }
  .feat-icon.feat-icon--small.show-768 {
    display: inline-flex;
  }
  .feat-icon.feat-icon--small.club-benefit-hover.hide-768 {
    display: none;
  }

  .resp-celebrate {
    height: 500px;
  }
  .resp-celebrate .our-room {
    margin-bottom: 50px;
  }
  .resp-celebrate .card-vla .texted {
    height: 455px;
  }
  .resp-celebrate .card-vla .imaged {
    height: 500px;
  }
  .resp-celebrate h2.title {
    width: auto;
    height: unset;
  }
  .resp-swiper-spa {
    height: 666px;
  }
  .resp-swiper-spa .vla-wrapper--1 {
    height: 606px;
  }
  .resp-swiper-spa .vla-wrapper--1 .imaged {
    height: 606px;
  }


  .section__2 .section__wrapper--4.cust-padding--1 {
    padding: 40px 80px 125px 40px !important;
  }
  .section__2 .section__wrapper--4.cust-padding--1 .btn-more--2 {
    bottom: 50px;
  }
  .section__6 .texted, .section__8 .texted {
    padding: 51px 0 51px 80px !important;
  }
  .section__10 .contact-us {
    padding-left: 80px;
    padding-right: 50px;
  }
  .section__10 .sign-up {
    padding-left: 50px;
  }
  .section__10 .sign-up h4 {
    width: 90%;
  }
  .section__10 .sign-up .col-md-12 {
    height: unset !important;
  }
  .section__wrapper--1 {
    padding: 50px 75px 80px 50px;
  }
  .section__wrapper--4 {
    padding: 50px 75px 80px 50px;
  }
  .section__room--1 {
    padding: 125px 30px;
  }
  .section__room--1 .card-room {
    height: 570px;
  }
  .section__room--1 .card-room .img-wrapper {
    margin-bottom: 30px;
  }
  .section__room--1 .card-room--title {
    height: 140px;
    padding: 0 30px 28px 40px;
    position: relative;
  }
  .section__room--1 .card-room--title .inputGroup {
    margin-top: 0;
    position: absolute;
    bottom: -80px;
  }
  .section__room--1 .card-room--title h2 {
    font-size: 28px;
  }
  .section__room--1 .card-room--feature {
    padding: 10px 30px 0 40px;
  }
  .section__room--1 .card-room--feature .btn-more--6 {
    left: 40px;
    top: 0;
    bottom: 100px;
  }
  .section__room--2 {
    padding: 0 30px 80px;
  }
  .section__room--2 .card-compare {
    padding-left: 40px;
    height: 284px;
  }
  .section__room--2 .card-compare h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .section__room--2 .card-compare .btn-more--7 {
    width: 140px;
  }
  .section__room--2 .minicard-compare {
    margin-right: 18px;
    width: 129.3px;
  }
  .section__room--2 .minicard-compare:last-child {
    margin-right: 0;
  }
  .section__room-detail {
    padding: 50px 30px;
  }
  .section__room-detail .swiper-container-horizontal > .swiper-pagination-bullets, .section__room-detail .swiper-pagination-custom, .section__room-detail .swiper-pagination-fraction {
    left: -25px;
  }
  .section__room-detail--1 .club-benefit {
    padding: 30px 40px;
  }
  .section__room-detail--1 .club-benefit .right-benefit {
    margin-bottom: 25px;
  }
  .section__room-detail--reverse .re-text {
    width: 100%;
  }
  .section__room-detail--reverse .re-text .re-wrap {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .section__room-detail--reverse .re-text .list-feature {
    width: 50%;
    float: left;
    padding-left: 50px;
  }
  .section__room-detail--reverse .re-text .btn-ubud {
    margin-left: 40px;
  }
  .tripadvisor-logo {
    margin-bottom: 30px;
  }
  .card-vla .texted {
    padding: 50px 70px;
    padding-bottom: 0;
    height: 470px;
  }
  .card-vla .texted .btn-more--5 {
    bottom: 30px;
  }
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more.btn-more--5 {
    bottom: 30px;
  }
  .card-vla .texted .show-768 {
    display: flex; /* changed from block to flex */
  }
  .card-vla .texted .hide-768 {
    display: none;
  }
  .card-vla .texted .feat-icon--small {
    width: 125px;
  }
  .card-vla h3 {
    width: unset;
    font-size: 18px;
  }
  .card-vla h5 {
    font-size: 13px;
  }
  .card-vla .btn-more--3 {
    margin-top: 10px;
    font-size: 12px;
    width: 110px;
  }
  .card-vla .btn-more--2 {
    margin-top: 0;
    bottom: 30px;
  }
  .card-vla p {
    margin-top: 5px;
    font-size: 12px;
  }
  .swiper-room-detail .swiper-button-prev, .swiper-discover--1 .swiper-button-prev, .swiper-discover--2 .swiper-button-prev {
    left: 80px;
  }
  .swiper-room-detail .swiper-button-next, .swiper-discover--1 .swiper-button-next, .swiper-discover--2 .swiper-button-next {
    right: 80px;
  }


  button.btn-more.btn-more--6.override-btn--2 {
    left: 40px;
    height: 19px;
    top: 220px;
  }

  .section__room--1 .card-room--title .inputGroup {
    bottom: -110px;
  }

  .override-section--2 .text-wrapper.exp-detail--wrapper button.btn-ubud.mt-25 {
    margin-left: 0;
  }

  button.btn-ubud.mt-25.override-btn--3 {
    left: 0;
    margin-left: 0;
  }

  .col-md-6.col-sm-6.texted.offer-detail {
    height: 430px;
  }

  .offer-detail .btn-more {
    font-size: 12px;
    width: 93px;
  }

  .offer-detail .btn-more--2 {
    width: 115px;
  }

  .v-error-list--2 {
    bottom: 60px;
  }
}

.section.section__compare.auto-height.override-section--1 {
  padding: 160px 50px 50px;
}

.section.section__compare.auto-height.contact {
  padding: 205px 50px 80px;
}

@media screen and (max-width: 1220px) {
  .section.section__compare.auto-height.override-section--1 {
    padding: 150px 0 50px;
  }

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

  .section__10 .sign-up h4 {
    margin-bottom: 53px;
  }

  .row.row-right-h .btn-more--4 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1115px) {
  .col-md-4.col-sm-6.mb-75.override-col--1 {
    width: 50%;
  }

  .mb-75:nth-child(3n + 1) .vla-wrapper {
    justify-content: center;
  }

  .mb-75:nth-child(3n + 0) .vla-wrapper {
    justify-content: center;
  }

  .section__accl--forspa {
    padding: 0 30px;
  }
  .section__accl--forspa .award-card.for-spa {
    height: auto;
    padding: 30px 0;
  }
  .section__accl--forspa .award-card.for-spa h3 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .section__accl--forspa .award-card.for-spa .text-left {
    display: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .section__accl--forspa .award-card.for-spa .spa-detail, .section__accl--forspa .award-card.for-spa .text-left {
    padding-left: 60px;
  }
  .section__accl--forspa .spa-img {
    width: 100%;
    height: 260px;
  }
  .spa-detail p {
    font-size: 14px;
  }
  .section__accl--forspa .spa-img img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 25%;
  }
  .section__accl--forspa-2 {
    padding: 0 70px;
  }
  .section__accl--forspa-2 .section__wrapper--2 .award-content {
    padding: 0;
  }
  .section__accl--forspa-2 .section__wrapper--2 .spa-img {
    width: 100%;
    height: 258px;
  }
  .section__accl--forspa-2 .section__wrapper--2 .award-card {
    height: auto;
    padding: 30px 0;
  }
  .section__accl--forspa-2 .section__wrapper--2 .award-card .text-left {
    display: unset;
  }
  .section__accl--forspa-2 .section__wrapper--2 .award-card .text-left h3 {
    margin: 0;
    padding-left: 60px;
  }
  .section__accl--forspa-2 .section__wrapper--2 .award-card .spa-detail {
    padding-left: 60px;
  }
  .section .award-card h3 {
    width: unset;
    margin-left: 40px;
    font-size: 20px;
  }

  .press-w .award-card.for-press h3 {
    margin-left: 0;
  }


  .wedding-card-toggle .wed1 .section__wrapper--6 {
    padding: 70px 40px 45px 120px;
  }

  .wed1 .btn-more--5-2 {
    bottom: 50px;
    left: 120px;
  }
}

/*@media screen and (max-width: 1115px) and (min-width: 1024) {

}*/

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
/*      resolution 1024 - 769        */
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /*.left-menu, .right-menu {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .nav-text {
    display: block;
  }
  .resp--btn-ubud {
    display: block;
    top: 45px;
  }*/
  /*.resp-celebrate {
    height: 500px;
  }
  .resp-celebrate .our-room {
    margin-bottom: 50px;
  }
  .resp-celebrate .card-vla .texted {
    height: 455px;
  }
  .resp-celebrate .card-vla .imaged {
    height: 500px;
  }
  .resp-celebrate h2.title {
    width: auto;
    height: unset;
  }
  .resp-swiper-spa {
    height: 666px;
  }
  .resp-swiper-spa .vla-wrapper--1 {
    height: 606px;
  }
  .resp-swiper-spa .vla-wrapper--1 .imaged {
    height: 606px;
  }*/
  /*.invis {
    display: none;
  }*/

}

@media screen and (max-width: 1100px) {
  .section-wedding-card-toggle.ex-sec-1 {
    height: auto!important;
  }

  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 730px;
  }

  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600.over-img-1 .section__background--1 {
    height: 730px;
  }
}

@media screen and (min-width: 1100px) {
  .award-card.for-press .text-press {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1063px) {
  .v-error-list--1 {
    right: 50px;
  }

  .v-error-list--2 {
    bottom: 35px;
    right: 50px;
  }

  .row.row-right-h .btn-more--4 {
    margin-top: 46px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1099px) {
  .award-card.for-press .text-press {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  #nav-icon.open span:nth-child(3) {
    top: 21px;
  }

  .press-w .award-card.for-press .award-logo {
    width: 235px;
  }
}

@media screen and (max-width: 1024px) {
  /* overrides */
  .swiper-offer-promo {
    height: 550px;
    width: 100%;
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: 260px;
  }

  .section__room-detail--reverse button.btn-ubud.mt-25 {
    bottom: 50px;
    left: 0;
    margin-left: 0;
  }

  button.btn-ubud.mt-25.override-btn--3 {
    bottom: 0;
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-menu {
    bottom: 100px;
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-promo {
    bottom: 70px;
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white {
    bottom: calc(16px + 120px);
    left: 0;
  }

  .section__room-detail--reverse .re-text .re-wrap {
    margin-bottom: 100px!important;
  }

  .vla-wrapper--2 {
    height: 480px;
  }

  .card-vla--mini img {
    height: 200px;
  }

  .card-vla .texted--2 {
    padding: 28px 25px 22px 22px;
  }

  .card-vla h5.big-valid {
    margin: 25px 0 30px;
  }

  .our-room p {
    min-height: 0;
  }

  .logo-wrapper img {
    width: 140px;
    height: unset;
    margin-top: 30px;
  }

  .navbar--inverse .logo-wrapper img {
    width: 80.656px;
    height: unset;
    margin-top: 0;
  }

  #nav-icon span:nth-child(2) {
    top: 12px;
  }

  #nav-icon span:nth-child(3) {
    top: 24px;
  }

  .section__room-detail .fullscreen-wrapper .swiper-button-next, .section__room-detail .fullscreen-wrapper .swiper-button-prev {
    bottom: 7px !important;
  }

  .section__room-detail .fullscreen-button {
    bottom: 0px;
    right: 0;
  }

  .section.section__2.section-custom__room .btn-more--5 {
    bottom: 50px;
  }

  .section.section__2.section-custom__room .section__background--1 {
    height: 525px;
  }

  .section.section__2.section-custom__room .section__background--primary {
    height: 525px;
  }

  .card-vla .texted .feat-icon--small {
    width: 50%;
  }

  .feat-icon--small {
    width: 50%;
    /*padding-right: 10px;*/
  }

  .card-room .img-wrapper {
    height: 250px;
  }

  .compare-text {
    width: auto;
  }

  .minicard-holder {
    width: auto;
    float: right;
    padding-right: 40px;
  }

  .section__room--1 .card-room {
    height: calc(620px + 43px);
  }

  .section__room--1 .card-room--title {
    padding: 75px 30px 28px 40px;
  }

  .section__room--1 .card-room--title .inputGroup {
    top: 20px;
    background-color: transparent;
  }

  .section__room--1 .card-room--feature {
    padding: 70px 30px 0 40px;
  }

  .section__room--1 .card-room--feature .btn-more--6 {
    top: calc(185px + 43px);
  }

  .section__room--2 .minicard-compare {
    margin-right: 25px;
    width: 140px;
  }

  .section.section__2.section-custom__room .section__wrapper--4 {
    padding: 50px 30px 30px 30px;
  }

  .section.section__2.section-custom__room .section__wrapper--4 h2, .section__wrapper--6 h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .section__room--2 .minicard-compare:nth-child(3) {
    display: none;
  }

  .swiper-room-detail, .swiper-discover--1, .swiper-discover--2 {
    height: 590px;
  }

  .vla-wrapper--1 {
    height: 540px;
  }

  .card-vla .texted, .card-vla .imaged {
    height: 540px;
  }

  .resp-swiper-spa {
    height: 666px;
  }

  .resp-swiper-spa .vla-wrapper--1 {
    height: 606px;
  }

  .resp-swiper-spa .vla-wrapper--1 .imaged {
    height: 606px;
  }

  .section.auto-height.section__3 .vla-wrapper.vla-wrapper--1 .card-vla .col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more--5 {
    bottom: 30px;
  }

  .col-md-6.col-sm-6.texted button.btn-more.btn-more--2.mt-50 {
    bottom: 50px;
  }

  .col-md-6.col-sm-6.col-xs-12.texted.custom-wd-ac {
    padding-top: 100px!important;
  }

  .col-md-6.col-sm-6.col-xs-12.texted.custom-wd-ac h2.title {
    height: unset;
    width: auto;
  }

  .section.section__2.section-custom__room .col-md-5.col-sm-6 .section__wrapper--4.cust-padding--1, .section.section__2.section-custom__room {
    height: 525px;
  }

  .section.section__2.section-custom__room .col-md-5.col-sm-6 .section__wrapper--4.cust-padding--1 .btn-more.btn-more--2 {
    bottom: 50px;
  }

  .section__accl .card-accl {
    height: 195px;
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .section__accl .col-accl {
    min-height: 150px;
  }

  .navbar--inverse .resp--btn-ubud {
    top: 32px;
  }

  .resp--btn-ubud {
    width: 110px;
    height: 40px;
  }

  .navbar--inverse {
    height: 100px;
  }

  #nav-icon {
    width: 35px;
  }

  .nav-text {
    left: 85px;
  }

  .row.wedding-card-toggle .wed1 .section__wrapper--6, .row.wedding-card-toggle .wed2 .section__background--1 {
    height: 660px;
  }

  .section-wedding-card-toggle {
    height: auto!important;
  }

  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600 .section__background--1 {
    height: 660px;
  }

  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 760px;
  }

  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600.over-img-1 .section__background--1 {
    height: 760px;
  }

  .section__room-detail .featured div img, .section__compare .featured div img {
    width: 28px;
    height: 30px;
  }

  .section.auto-height.section__room-detail {
    height: 520px!important;
  }

  .spec-col-1, .spec-col-2, .spec-col-2 .fullscreen-wrapper {
    height: calc(540px - 120px);
  }

  .spec-col-2 .fullscreen-wrapper .swiper-container.full-wiper {
    height: calc(485px - 120px);
  }

  .section.auto-height.section__room-detail.section__room-detail--reverse.override-section--2 {
    height: auto!important;
  }

  .section.auto-height.section__room-detail.section__room-detail--reverse.override-section--3 {
    height: auto!important;
  }


  .section__compare.auto-height.contact {
    padding-top: 235px;
  }

  .section.section__compare.auto-height.override-section--1 {
    padding: 190px 50px 50px;
  }

  .col-md-6.col-sm-6.texted.offer-detail {
    height: 500px;
  }

  .offer-detail .btn-more--2 {
    bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .section__accl {
    padding: 125px 70px 80px;
    position: relative;
  }
  .section__accl .swiper-container-horizontal > .swiper-pagination-bullets, .section__accl .swiper-pagination-custom, .section__accl .swiper-pagination-fraction {
    bottom: 80px;
  }
  .section__accl .card-accl {
    padding: 22px 20px;
  }
  .section__accl .swiper-button-next, .section__accl .swiper-button-prev {
    top: calc(50% + 100px);
  }
  .section__accl .swiper-button-next {
    right: 30px;
  }
  .section__accl .swiper-button-prev {
    left: 30px;
  }
  .section__accl p {
    font-size: 13px;
  }
  .section__accl h2 {
    font-size: 32px;
  }
  .section__accl h3 {
    font-size: 22px;
  }

  /*
  for spa section should be here but moved to top @1100
  */

  /*
  compare section should be here but moved to top @1190
  */


  .section .col-accl:nth-child(2) p {
    font-size: 14px;
  }
  .section .award-content {
    padding: 0 40px;
  }
  .section .award-logo {
    width: 100%;
  }
  .section .award-card h3 {
    width: unset;
    margin-left: 40px;
    font-size: 20px;
  }
  .section .swiper-accolades {
    position: unset;
  }
  .section__wrapper--1 {
    padding: 45px 40px 80px 30px;
  }
  .section__wrapper--2, .section__wrapper--3 {
    padding: 100px 0;
  }
  .section__wrapper--4 {
    padding: 99px 30px 30px 30px;
  }
  .section__wrapper--4.section__spa-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 670px;
  }
  .section__spa-bg {
    height: 670px;
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: calc(185px + 70px);
  }

  .section__10 h4 {
    font-size: 22px;
  }
  .section__10 .contact-us {
    padding: 0 40.5px 0 30px;
  }
  .section__10 .contact-us .pl-24 {
    padding-left: 20px;
  }
  .section__10 .contact-us h4 {
    margin-bottom: 82px;
    font-size: 22px;
  }
  .section__10 .sign-up {
    padding: 0 30px 0 40px;
  }
  .section__10 .sign-up form {
    width: 100%;
  }
  .section__10 .contact-us input, .section__10 .contact-us textarea, .section__10 .contact-us .select-selected, .section__10 .contact-us .select-items div, .section__10 .sign-up input, .section__10 .sign-up textarea, .section__10 .sign-up .select-selected, .section__10 .sign-up .select-items div {
    font-size: 14px;
  }
}

@media screen and (max-width: 1020px) {
  .left-contact {
    padding-right: 30px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 991px) {
  /*press*/
  .press-detail--text {
    padding: 95px 130px;
  }

  .section__room--1 .card-room--feature {
    padding: 60px 30px 0 40px;
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: calc(185px + 15px);
  }

  .section__room-detail--1 {
    padding: 125px 30px;
  }
  .section__room-detail--1 .club-benefit {
    padding: 30px 20px;
    height: 625px;
  }
  .section__room-detail--1 .bordered {
    border: 0;
    padding-right: 0;
  }
  .section__room-detail--1 .second-bordered {
    padding-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px #DAA71D solid;
  }
  .section__room-detail--1 .right-benefit {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }

  .section__compare .compare-grid:nth-child(3) {
    padding-left: 0;
    padding-right: 12px;
    margin-top: 40px;
  }

  .section__compare .compare-grid:nth-child(2) {
    padding-left: 12px;
  }

  .col-md-6.pr-12 {
    padding-right: 0;
  }

  .col-md-6.pl-12 {
    padding-left: 0;
  }

  .foot-link.right-link {
    padding-right: 0;
  }

  .foot-link.right-link a {
    margin-right: 0;
  }

  button.btn-ubud.mt-25.override-btn--3 {
    bottom: calc(0px + 50px);
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-menu {
    bottom: calc(100px + 50px);
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-promo {
    bottom: calc(70px + 50px);
  }
}

@media screen and (max-width: 963px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(12% - 40px) 51px 108px;
  }
}

@media screen and (max-width: 960px) {
  .card-vla p.detail-330 {
    width: auto;
  }

  .section__6 .texted, .section__8 .texted {
    padding: 51px 25px 51px 80px !important;
  }
}

@media screen and (max-width: 938px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(12% - 40px) 51px 90px;
  }
}

@media screen and (max-width: 930px) {
  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 720px;
  }
  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600.over-img-1 .section__background--1 {
    height: 720px;
  }
}

@media screen and (max-width: 928px) {
  .section .press-w .award-card h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 914px) {
  .section .press-w .award-card h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section.section__2.press-d, .press-d .section__background--1 {
    height: 495px;
  }
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  .card-vla .features {
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .card-vla .features {
    width: 100%;
  }

  .press-w .award-card.for-press .award-logo {
    width: 100%;
  }

  /*235.749px*/

  .press-w .award-card h3 {
    font-size: 18px;
  }

  .press-w .award-card.for-press h4 {
    font-size: 14px;
    margin-top: 5px;
  }

  .section__accl .press-w .award-card.for-press.clearfix a {
    height: 100%;
  }

  .press-w .award-card.for-press .text-press {
    padding-left: /*120px*/ 70px;
  }

  .foot-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  }

  .foot-link div:not(:last-child) {
      margin-bottom: 15px;
  }

  .foot-link.right-link {
    padding-right: unset;
    margin-top: 15px;
    text-align: center;
  }

  .footer {
    height: auto!important;
    padding-bottom: 15px!important;
  }
}

/*@media screen and (max-width: 827px) {
  768px is changed to 827
}*/

@media screen and (max-width: 862px) {
  .col-md-6.col-sm-6.col-xs-12.texted.texted-test.texted-slide {
    padding: 51px calc(12% - 40px) 51px 80px;
  }
}

@media screen and (max-width: 852px) {
  .v-error-list--2 {
    bottom: 0;
  }

  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 780px;
  }
  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600.over-img-1 .section__background--1 {
    height: 780px;
  }
}

@media screen and (min-width: 827px) {
  .show-768 {
    display: none;
  }
}

@media screen and (max-width: 827px) {

  /*at wedding*/
  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 660px;
  }
  .section-wedding-card-toggle .col-md-7.col-sm-6.hide-600.over-img-1 .section__background--1 {
    height: 660px;
  }

  .hide-768 {
    display: none;
  }
  .show-768 {
    display: block;
  }
  .invis {
    display: none;
  }
  .press-detail--text {
    padding: 95px 130px;
  }
  .press {
    padding: 0 30px !important;
  }
  .press .press-h {
    margin-top: 70px;
  }
  .press .press-w .press-h {
    margin-top: 0;
  }
  .press .award-logo {
    width: 100% !important;
  }
  .press .award-card.for-press .pt-20 {
    padding-top: 0;
  }
  .press .award-card.for-press .text-press {
    padding: 0;
    padding-left: 30px;
  }
  .press .award-card.for-press .text-press h3 {
    margin-left: 0;
  }
  .press .award-card.for-press .spa-detail {
    padding-left: 20px;
  }
  .left-contact {
    padding: 0;
    padding-right: 40px;
    margin-bottom: 60px;
  }
  .left-contact p {
    font-size: 11px !important;
  }
  .right-contact {
    padding: 0;
  }
  .right-contact .pl-12, .right-contact .pr-12 {
    padding: 0 !important;
  }
  .wedding-card-toggle .wed1 {
    width: calc(50% - 20px);
  }
  .wedding-card-toggle .wed1 .section__wrapper--6 {
    padding: 80px 30px;
  }
  .wedding-card-toggle .wed1 .section__wrapper--6 h2 {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .wedding-card-toggle .wed1 .section__wrapper--6 .btn-more--5-2 {
    right: 0;
    left: 30px;
    bottom: 50px;
  }
  .wedding-card-toggle .wed2 {
    width: calc(50% + 20px);
  }
  .wedding-detail .btn-more--5-3 {
    bottom: 50px;
  }
  .wedding-detail .bordered {
    border: none !important;
  }
  .wedding-detail .wedding-includes {
    border-left: 1px #DAA71D solid;
  }
  .wedding-detail .section__wrapper--6 {
    padding: 50px 30px;
  }
  .section__1 .text-wrapper--3 {
    width: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 200px 155px;
  }
  .section__1 .text-wrapper--3 .text-wrapper--1 {
    margin-left: unset;
    margin-right: unset;
    display: unset;
  }
  .section__1--fixed {
    height: 870px;
  }
  .section__1--fixed h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section__4 h2 {
    font-size: 34px;
  }
  .section__5 h2.impacted, .section__8 h2.impacted, .section__9 h2.impacted {
    font-size: 34px;
  }
  .section__8 h2.title {
    width: unset;
  }

  /* contact section should be here but moved to top @1000 */

  .section__dining {
    padding-top: 25px !important;
    padding-bottom: 50px !important;
    height: 641px;
  }
  .section__background--1.section__dining-bg {
    height: 641px;
  }
  .section__dining-1 .our-room {
    margin-bottom: 45px;
  }
  .section__room--1 {
    padding: 125px 30px;
  }
  .section__room--1 .card-room {
    height: 665px;
  }
  .section__room--1 .card-room--title {
    height: 140px;
    padding: /*60px*/55px 30px 28px 40px;
    position: relative;
  }
  .section__room--1 .card-room--title h2 {
    position: relative;
    z-index: 9;
  }
  .section__room--1 .card-room--title .inputGroup {
    margin-top: 0;
    position: absolute;
    top: 10px;
  }
  .section__room--1 .card-room--feature {
    padding: /*20px*/15px 30px 0 40px;
  }
  .section__room--1 .card-room--feature .btn-more--6 {
    left: 40px;
  }
  .section__room--2 {
    padding: 0 30px 80px;
  }
  .section__room--2 .card-compare {
    padding-left: 40px;
    height: 284px;
  }
  .section__room--2 .card-compare h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .section__room--2 .card-compare .btn-more--7 {
    width: 140px;
  }
  .section__room--2 .minicard-compare {
    margin-right: 18px;
    width: 129.3px;
  }
  .section__room--2 .minicard-compare:last-child {
    margin-right: 0;
  }
  .section__room-detail {
    padding: 50px 30px;
  }
  .section__room-detail .swiper-container-horizontal > .swiper-pagination-bullets, .section__room-detail .swiper-pagination-custom, .section__room-detail .swiper-pagination-fraction {
    left: -25px;
  }

  /* big club benefit at room detail style should be here */
  /* but moved to top */

  .section__room-detail--reverse .re-text {
    width: 100%;
  }
  .section__room-detail--reverse .re-text .re-wrap {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .section__room-detail--reverse .re-text .list-feature {
    width: 50%;
    float: left;
    padding-left: 50px;
  }
  .section__room-detail--reverse .re-text .btn-ubud {
    margin-left: 40px;
  }
  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 660px;
  }
  .section .cust-padding--1 {
    padding: 50px 30px 30px 30px !important;
  }
  .section .cust-padding--1.press-detail {
    padding: 90px 30px !important;
  }
  .section .cust-padding--1.press-detail h2 {
    margin-bottom: 50px;
  }

  /* responsive accl and spa should be here, but moved to top @1000px */

  .section__wrapper--4 h2, .section__wrapper--6 h2 {
    width: 90%;
    letter-spacing: 2px;
  }
  .section-separator {
    padding: 2px 30px;
  }
  .huge-banner {
    height: 1026px!important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: calc(50% - 15px);
    width: 15px!important; /* 21 jan 2021 */
    height: 15px!important; /* 21 jan 2021 */
    background-size: 15px 15px;
  }
  .swiper-room-detail .swiper-button-next {
    right: 80px;
  }
  .swiper-room-detail .swiper-button-prev {
    left: 80px;
  }
  .swiper-discover--1 .swiper-button-next, .swiper-discover--2 .swiper-button-next {
    right: 50px;
  }
  .swiper-discover--1 .swiper-button-prev, .swiper-discover--2 .swiper-button-prev {
    left: 50px;
  }
  .swiper-discover--1 .card-vla h2, .swiper-discover--2 .card-vla h2 {
    height: unset;
  }
  .sw-wrapper {
    padding: 0 70.5px;
  }
  .swiper-offer-promo .swiper-button-next {
    right: 30px;
  }
  .swiper-offer-promo .swiper-button-prev {
    left: 30px;
  }
  .swiper-offer-promo .btn-more--3 {
    margin-top: 0;
  }
  .card-vla .texted {
    padding: 50px 60px 50px 60px !important;
  }
  .card-vla .texted .btn-more--5.btn-test {
    bottom: 0;
  }
  .card-vla .texted .btn-more--5 {
    bottom: 0;
  }
  .card-vla h2 {
    font-size: 30px;
    line-height: 1.2em;
    height: 72px;
  }
  .card-vla h5.big-valid {
    margin: 5px 0 20px;
    font-size: 14px;
  }
  .card-vla p.detail-330 {
    width: unset;
  }
  .card-vla .features {
    width: 100%;
  }
  .card-vla--mini .btn-more--3 {
    margin-top: 0;
  }
  .section__compare .col-md-4.col-sm-6.mb-75 {
    margin-bottom: 30px;
  }
  .section__compare .col-md-4.col-sm-6.mb-75:nth-child(2n + 0) .card-vla--mini {
    margin-left: 10px;
  }
  .section__compare .col-md-4.col-sm-6.mb-75:nth-child(2n + 1) .card-vla--mini {
    margin-right: 10px;
  }
  .our-room {
    margin-bottom: 95px;
  }
  .our-room p {
    font-size: 12px;
  }
  .vla-wrapper--1 {
    padding: 0 30px;
  }
  .feat-icon.show-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .left-menu, .right-menu {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .nav-text {
    display: block;
  }
  .resp--btn-ubud {
    display: block;
    top: 50px;
  }
  .right-contact .pl-24 {
    padding-right: 0!important;
  }
  .resp-celebrate {
    height: 500px;
  }
  .resp-celebrate .our-room {
    margin-bottom: 50px;
  }
  .resp-celebrate .card-vla .texted {
    height: 455px;
  }
  .resp-celebrate .card-vla .imaged {
    height: 500px;
  }
  .resp-celebrate h2.title {
    width: auto;
    height: unset;
  }

  .spec-col-1 {
    width: calc(41.66666667% - 6px);
  }
  .spec-col-2 {
    width: calc(58.33333333% + 6px);
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: 180px;
  }
}

@media screen and (min-width: 767px) {
  .show-600 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /*press*/
  .press .press-w .award-card.for-press .spa-detail .btn-more--1 {
    height: 15px;
    bottom: 0;
    top: unset;
  }

  .press-w .award-card.for-press .pt-20 {
    height: 50px;
  }


  .hide-600 {
    display: none;
  }
  .show-600 {
    display: block;
  }
  .row-insta img.prof-pic {
    height: 100%;
  }
  .nav-press {
    background-color: transparent;
  }
  .huge-banner.show-600 {
    height: 325px;
  }
  .press-detail--text {
    padding: 60px 30px;
  }
  .press-detail--text .btn-more--5-4 {
    margin-left: 0;
    bottom: 30px;
    font-size: 11px;
    width: 130px;
  }
  .press {
    padding: 0 10px !important;
  }
  .press .press-h {
    font-size: 24px;
  }
  .press .award-logo {
    height: 125px !important;
  }
  .press .award-card.for-press {
    height: 366px;
  }
  .press .award-card.for-press .text-press {
    padding-left: 0;
    height: auto;
    margin-bottom: 10px;
  }
  .press .award-card.for-press .text-press h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .press .award-card.for-press .text-press h4 {
    margin-top: 10px;
    font-size: 11px;
  }
  .press .award-card.for-press .spa-detail {
    padding-left: 0;
  }
  .press .award-card.for-press .spa-detail p {
    font-size: 11px !important;
  }
  .press .award-card.for-press .spa-detail .btn-more--1 {
    top: 0;
    font-size: 11px;
    width: 90px;
  }
  .right-contact .pl-24 {
    padding: 0 !important;
  }
  .right-contact input, .right-contact textarea, .right-contact .select-selected, .right-contact .select-items div {
    font-size: 13px;
  }
  .wedding-card-toggle .texted p:last-child {
    margin-top: 10px;
  }
  .wedding-card-toggle .wed1 {
    width: 100%;
    height: 466px;
  }
  .wedding-card-toggle .wed1 .section__background--primary {
    height: 100%;
  }
  .wedding-card-toggle .wed1 .section__background--primary h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .wedding-card-toggle .wed1 .section__background--primary h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  .wedding-card-toggle .wed1 .section__background--primary p {
    font-size: 11px;
  }
  .wedding-card-toggle .wed1 .section__background--primary .wedding-package {
    margin-right: 40%;
    font-size: 11px;
  }
  .wedding-card-toggle .wed1 .section__background--primary .btn-more--5-2 {
    font-size: 11px;
    width: 110px;
  }
  .wedding-card-toggle .wed2 {
    width: 100%;
  }
  .wed3 {
    height: 466px;
  }
  .wed3 h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .wed3 p {
    font-size: 11px;
  }
  .wed3 .btn-more--5-3 {
    bottom: 60px;
  }
  .wedding-detail {
    height: 995px !important;
  }
  .wedding-detail h3 {
    margin-bottom: 20px !important;
  }
  .wedding-detail .btn-more--5-3 {
    bottom: 50px;
  }
  .wedding-detail .bordered {
    border-bottom: 1px #DAA71D solid !important;
    margin-bottom: 30px;
    height: 342px !important;
  }
  .wedding-detail .wedding-includes {
    border-left: none;
    padding-left: 0;
    height: 500px;
  }
  .wedding-detail .wedding-includes li {
    margin-bottom: 1px;
    font-size: 11px;
  }
  .wedding-detail .section__wrapper--6.clearfix {
    height: auto !important;
  }
  .wedding-detail .section__wrapper--6.clearfix .btn-more--5-3 {
    bottom: 0;
    font-size: 11px;
    width: 110px;
  }
  #nav-icon {
    left: 10px;
  }
  .nav-text {
    left: 50px;
    margin-top: 0;
  }
  .nav-text a {
    font-size: 10px;
  }
  .navbar--inverse .resp--btn-ubud {
    top: 37px;
  }
  .resp--btn-ubud {
    right: 10px;
    width: 80px;
    height: 30px;
    font-size: 10px;
    top: 50px;
  }
  .swiper-button-next {
    background-image: url("../../assets/img/arrow-right-primary.svg") !important;
  }
  .swiper-button-prev {
    background-image: url("../../assets/img/arrow-left-primary.svg") !important;
  }
  .section__1 {
    min-height: 464px;
    height: unset;
  }
  .section__1 .text-wrapper--1 {
    width: unset;
    margin-left: unset;
  }
  .section__1 .text-wrapper--2 {
    width: unset;
    position: unset;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 100px 30px;
  }
  .section__1 .text-wrapper--2 h2 {
    width: unset;
    margin-left: 0;
  }
  .section__1 .text-wrapper--3 {
    padding: 90px 25px;
  }
  .section__1--fixed h2 {
    font-size: 30px;
  }
  .section__1--fixed p {
    font-size: 11px;
  }
  .section__2 {
    height: unset;
  }
  .section__4 h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .section__5 h2.impacted, .section__8 h2.impacted, .section__9 h2.impacted {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .section__10 h4 {
    width: 80%;
  }
  .section__10 .contact-us, .section__10 .sign-up {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section__10 .contact-us input, .section__10 .contact-us textarea, .section__10 .contact-us .select-selected, .section__10 .contact-us .select-items div, .section__10 .sign-up input, .section__10 .sign-up textarea, .section__10 .sign-up .select-selected, .section__10 .sign-up .select-items div {
    font-size: 13px;
  }
  .section__10 .contact-us {
    border-right: 0;
    border-bottom: 1px #575928 solid;
    height: auto;
    padding-bottom: 30px;
  }
  .section__10 .contact-us h4 {
    margin-bottom: 40px;
  }
  .section__10 .contact-us .pl-24.col-sm-9, .section__10 .contact-us .col-xs-6.pl-24 {
    padding-left: 0 !important;
  }
  .section__10 .sign-up {
    border-left: 0;
    border-top: 1px #575928 solid;
    height: auto;
    padding-top: 30px;
  }
  .section__accl {
    padding: 125px 35px 80px;
  }
  .section__accl .card-accl {
    height: 300px;
  }
  .section__accl .swiper-slide .vla-wrapper--3:nth-child(2), .section__accl .swiper-slide .vla-wrapper--3:nth-child(3), .section__accl .swiper-slide .vla-wrapper--3:nth-child(4) {
    display: none;
  }
  .section__accl .swiper-button-next, .section__accl .swiper-button-prev {
    top: calc(50% + 100px);
  }
  .section__accl .swiper-button-next {
    background-image: url(../../assets/img/arrow-right-white.svg) !important;
    right: 10px;
  }
  .section__accl .swiper-button-prev {
    background-image: url(../../assets/img/arrow-left-white.svg) !important;
    left: 10px;
  }
  .section__accl .award-card .text-left {
    padding-top: 0 !important;
    justify-content: unset;
  }
  .section__accl .award-card .award-detail {
    margin-left: 40px;
  }
  .section__accl.section__3 {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  .section__accl--forspa {
    padding: 0 10px;
  }
  .section__accl--forspa .spa-img {
    height: 150px;
  }
  .section__accl--forspa .award-card.for-spa {
    height: auto;
  }
  .section__accl--forspa .text-left {
    padding-top: 0 !important;
    margin-top: 10px;
  }
  .section__accl--forspa .text-left h3 {
    font-size: 14px;
  }
  .section__accl--forspa .btn-ubud--3 {
    width: 101px;
    height: 50px;
    font-size: 12px;
  }
  .section__accl--forspa .col-md-5.col-sm-8.col-xs-12.pt-20 {
    padding-top: 10px !important;
  }
  .section__accl--forspa .spa-detail p {
    line-height: 1.5em;
    font-size: 11px;
  }
  .section__accl--forspa .text-left, .section__accl--forspa .spa-detail {
    padding-left: 0 !important;
  }
  .section__accl--forspa-2 .award-wrapper {
    padding-top: 0;
  }
  .section__accl--forspa-2 .award-card {
    height: auto !important;
  }
  .section__accl--forspa-2 .award-card h3 {
    margin-top: 10px !important;
  }
  .section__accl--forspa-2 .award-card h3, .section__accl--forspa-2 .award-card .spa-detail {
    padding-left: 0 !important;
  }
  .section__accl--forspa-2 .award-card .spa-detail p {
    font-size: 14px;
  }
  .section__accl--forspa-3 .spa-slide {
    padding-top: 30px;
  }
  .section__accl--forspa-3 .resp-swiper-spa {
    height: 890px;
  }
  .section__accl--forspa-3 .vla-wrapper--1 {
    height: 850px;
    min-height: unset;
    max-height: unset;
  }
  .section__accl--forspa-3 .card-vla h2 {
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0;
  }
  .section__accl--forspa-3 .card-vla .imaged {
    height: 190px;
  }
  .section__accl--forspa-3 .card-vla .texted {
    padding: 0 40px 25px 40px !important;
  }
  .section__accl--forspa-3 .mini-text {
    margin-top: 10px;
  }
  .section__accl--forspa-3 .spa-pack {
    margin-top: 20px;
  }
  .section__accl--forspa-3 .spa-pack .row {
    margin-bottom: 10px;
  }
  .section .cust-padding--1.press-detail {
    padding-top: 0 !important;
  }
  .section .cust-padding--1.press-detail h3 {
    margin-bottom: 15px;
  }
  .section.section__2 {
    /*margin-top: 30px !important;*/
  }
  .section__resize--1 {
    /* height: 824px; */
    height: 920px;
  }
  .section__resize--1 .btn-more--1 {
    margin-top: 20px;
  }
  .section__resize--1 .col-md-5 {
    height: 549px;
  }
  .section__resize--1 .col-md-7 {
    height: 275px;
  }
  .section__wrapper--1 h2 {
    font-size: 30px;
  }
  .section__wrapper--1 p {
    font-size: 13px;
  }
  .section__wrapper--4 {
    padding-top: 58px;
  }
  .section__wrapper--4 h2 {
    font-size: 25px;
    margin: 0 0 25px;
  }
  .section__wrapper--4 p {
    font-size: 12px;
  }
  .section__wrapper--4 .btn-more--5 {
    font-size: 12px;
    width: 120px;
  }
  .section__background--1 {
    height: 275px;
  }
  .section__background--primary {
    height: 411px;
  }
  .section .btn-more-reversed {
    font-size: 11px;
  }
  .section__room-detail .col-md-5.col-sm-6 .text-wrapper {
    margin-bottom: 50px;
    padding-bottom: 100px;
  }
  .section__room-detail .col-md-5.col-sm-6 .btn-more--8 {
    bottom: 30px;
  }
  .section__room-detail--1 .club-benefit {
    height: auto;
  }
  .section__room-detail--1 .club-benefit .right-benefit {
    width: 100%;
  }
  .section__room-detail--1 .club-benefit .right-benefit:last-child {
    margin-top: 20px;
  }
  .section .card-vla .texted .btn-more--5 {
    bottom: 30px;
  }
  .section__compare {
    padding: 240px 10px 50px;
  }
  .section__compare.contact {
    padding: 125px 30px;
  }
  .section__compare h2 {
    font-size: 18px;
    height: 70px;
  }
  .section__compare h2.contact {
    font-size: 25px;
  }
  .section__compare h3 {
    font-size: 14px;
  }
  .section__compare.contact h3 {
    font-size: 18px;
  }
  .section__compare .show-600 .featured div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section__compare .show-600 .featured div img {
    margin-right: 0;
    width: 23px;
    height: 25px;
  }
  .section__compare .show-600 .featured p {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
  }
  .section__compare .btn-more--5-1 {
    font-size: 11px;
    left: 16px;
    width: 110px;
  }
  .section__compare .compare-grid:nth-child(1) {
    padding-right: 7px;
  }
  .section__compare .compare-grid:nth-child(2) {
    padding-left: 7px;
    padding-right: 0;
  }
  .section__compare .card-comparsion {
    height: 700px;
  }
  .section__compare .card-comparsion .txt {
    padding: 16px;
  }
  .section__compare .card-comparsion img {
    height: 126px;
  }
  .section__room--1 {
    padding: 60px 10px;
  }
  .section__room--1 .col-card-room {
    padding: 0;
  }
  .section__room--1 .col-card-room:nth-last-child(-n + 2) {
    margin-bottom: 30px;
  }
  .section__room--1 .col-card-room:last-child {
    margin-bottom: 0;
  }
  .section__room--1 .card-room {
    height: 600px;
  }
  .section__room--1 .card-room .btn-more--6 {
    top: 110px;
  }
  .section__room--1 .card-room .img-wrapper {
    height: 179.5px;
  }
  .section__room--1 .card-room .inputGroup {
    top: /*30px*/0px;
  }
  .section__room--1 .card-room--title {
    padding-top: /*78px*/50px;
    padding-bottom: 14px;
  }
  .section__room--1 .card-room--title h2 {
    font-size: 23px;
  }
  .section__room--2 .card-compare {
    height: auto;
    padding: 30px 15px;
    padding-bottom: 70px;
    position: relative;
  }
  .section__room--2 .card-compare .btn-more--7 {
    bottom: 25px!important;
    font-size: 14px!important;
    width: 145px!important;
    height: 20px!important;
    left: 20px;
  }
  .section__room--2 .card-compare .compare-text {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .section__room--2 .card-compare .compare-text h2 {
    font-size: 28px;
  }
  .section__room--2 .card-compare .compare-text p {
    font-size: 14px;
  }
  .section__room--2 .card-compare .compare-text .btn-more--7 {
    top: 230px;
    font-size: 11px;
    width: 115px;
    height: 20px;
  }
  .section__room--2 .card-compare .minicard-holder {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    margin-top: 32px;
  }
  .section__room--2 .card-compare .minicard-compare {
    width: 50%;
    height: 200px;
  }
  .minicard-compare:nth-child(2) {
    margin-right: 0!important;
  }
  .section__room--2 .card-compare .minicard-compare h1 {
    font-size: 45px;
  }
  .section-separator {
    padding: 2px 10px;
  }
  .resp-celebrate .card-vla .imaged {
    height: 180px;
  }
  .resp-celebrate .card-vla .texted {
    height: 284px;
    padding: 30px 40px 30px 40px !important;
  }
  .resp-celebrate .card-vla .texted .btn-more--5.btn-test {
    bottom: 30px;
  }
  .resp-celebrate .card-vla .btn-more--2 {
    margin-top: 0 !important;
    bottom: 0;
  }
  .card-vla h2 {
    font-size: 23px;
    height: unset;
    margin-bottom: 20px;
  }
  .card-vla h3 {
    font-size: 20px;
  }
  .card-vla h5 {
    font-size: 13px;
  }
  .card-vla p {
    font-size: 12px;
  }
  .card-vla .btn-more--2 {
    bottom: 30px;
  }
  .col-md-6.col-sm-6.texted button.btn-more.btn-more--2.mt-50 {
    bottom: 30px;
  }
  .card-vla .imaged {
    height: 180px;
  }
  .card-vla.card-experience .imaged {
    height: 180px;
  }
  .card-vla .texted {
    height: 284px;
    padding: 30px 40px 30px 40px !important;
  }
  .card-vla .texted .btn-more--5.btn-test {
    bottom: 30px;
  }
  .card-vla--mini {
    width: 100%;
  }
  .card-vla--mini .btn-more--3 {
    margin-top: 30px;
  }
  .section__compare .col-md-4.col-sm-6.mb-75 {
    margin-bottom: 30px;
  }
  .section__compare .col-md-4.col-sm-6.mb-75:nth-child(2n + 0) .card-vla--mini {
    margin-left: 0;
  }
  .section__compare .col-md-4.col-sm-6.mb-75:nth-child(2n + 1) .card-vla--mini {
    margin-right: 0;
  }
  .texted-test.active {
    padding-left: 15px !important;
  }
  .texted-test.active .close {
    top: 35px !important;
  }
  .vla-wrapper--1 {
    padding: 0 10px;
    min-height: 470px;
    max-height: 540px;
    height: unset;
  }
  .sw-wrapper {
    padding: 0 35.5px;
  }
  .swiper-discover--1 .swiper-button-next, .swiper-discover--2 .swiper-button-next {
    right: 22.5px;
  }
  .swiper-discover--1 .swiper-button-prev, .swiper-discover--2 .swiper-button-prev {
    left: 22.5px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: calc(50% + 20px)!important; /* 21 jan 2021 */
  }
  .swiper-room-detail .swiper-button-prev {
    left: 22.5px;
  }
  .swiper-room-detail .swiper-button-next {
    right: 22.5px;
  }
  .swiper-offer-promo .swiper-button-next {
    right: 10px;
  }
  .swiper-offer-promo .swiper-button-prev {
    left: 10px;
  }
  .swiper-offer-promo .btn-more--3 {
    margin-top: 30px;
  }
  .our-room {
    margin-bottom: 25px;
  }
  .section__wrapper--2, .section__wrapper--3 {
    padding: 50px 0;
  }
  .for-footer {
    padding: 0 10px !important;
  }
  .footer-left {
    padding-top: 40px;
  }
  .footer-left img {
    display: block;
    margin: 0 auto;
    width: 113.539px;
    height: 99.186px;
  }
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-right .social-media-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-right .social-media-icons a img {
    margin: 40px 7.5px 0 !important;
    width: 20px !important;
    height: 20px !important;
  }
  .footer-right p {
    text-align: center;
  }
  .footer-right .wrapper img.hotel {
    display: block;
    height: 99.186px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .foot-link.right-link {
    padding-right: unset;
    margin-top: 15px;
  }
  .footer {
    height: 470px;
    padding: 0;
  }
  .press-detail {
    padding: 90px 30px !important;
  }

  .section.auto-height.section__3 .section__wrapper--2 .vla-wrapper.vla-wrapper--1 .card-vla {
    padding-bottom: 30px;
  }

  .section.auto-height.section__3 .vla-wrapper.vla-wrapper--1 .card-vla .col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more--5 {
    bottom: 0;
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: 185px;
  }

  .section__accl .col-accl {
    min-height: 130px;
  }

  .btn-more--9.show-600 {
    bottom: 30px;
    /*left: 20px;*/
  }


  .spec-col-1, .spec-col-2 {
    width: 100%;
  }

  .section__room-detail .text-wrapper {
    min-height: auto;
    padding-bottom: 50px;
  }

  .section__room-detail .btn-more--8 {
    left: 20px;
    bottom: 30px;
  }

  .section.auto-height.section__room-detail {
    height: auto!important;
  }

  .spec-col-1, .spec-col-2/*, .spec-col-2 .fullscreen-wrapper*/ {
    height: auto;
  }

  .col-md-4.col-sm-6.mb-75.override-col--1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-6.col-sm-6.texted.offer-detail {
    height: 300px;
  }

  .offer-detail .btn-more {
    bottom: 30px;
  }

  .offer-detail .btn-more--2 {
    bottom: 60px;
  }

  .v-error-list--1 {
    bottom: 18px;
  }
}

@media screen and (max-width: 565px) {
  .section__1 .text-wrapper {
    width: 80%;
  }

  .section__1 .text-wrapper.text-wrapper--3 {
    width: 100%;
  }

  .section .col-accl:nth-child(2) p {
    font-size: 12px;
  }

  .award-card.clearfix {
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .huge-banner {
    height: 570px!important;
  }
  .sidenav a {
    padding: 10px 0;
    font-size: 13.12px;
  }
  .sidenav.activated {
    padding-top: 185px;
  }
  .logo-wrapper img {
    width: 100px;
    height: unset;
    margin-top: 0;
  }
  .resp--btn-ubud {
    top: 38px;
  }
  .row-insta .name-insta {
    padding: 13px 13px;
  }
  .row-insta .name-insta .ig-box img {
    margin-right: 10px!important;
  }
  .navbar {
    height: 110px;
    padding-bottom: 10px;
  }
  .navbar--inverse {
    height: 75px;
  }
  .navbar--inverse .navbar__child {
    padding-top: 10px;
  }
  .navbar__child {
    height: unset;
    padding-top: 10px;
  }
  .navbar--inverse .logo-wrapper img {
    width: 65px;
  }
  .navbar--inverse .resp--btn-ubud {
    top: 20px;
  }
  .nav-text {
    left: 60px;
    margin-top: 0;
  }
  .navbar--inverse .nav-text {
    margin-top: -3px;
  }
  .resp--btn-ubud {
    width: 90px;
    height: 35px;
  }
  .nav-lang {
    right: 10px;
  }
  .nav-lang .select-selected {
    font-size: 12px;
  }
  .nav-lang .select-selected.select-arrow-active:after {
    width: 10px;
    height: 5px;
    background-size: 10px 5px;
    top: 12px;
    right: 20px;
  }
  .nav-lang .select-selected:after {
    width: 10px;
    height: 5px;
    background-size: 10px 5px;
    top: 12px;
    right: 20px;
  }
  .nav-lang .select-items div {
    font-size: 12px;
  }
  .section__1 h1 {
    font-size: 30px;
  }
  .section__1 h2 {
    font-size: 30px;
  }
  .section__1 p {
    font-size: 14px;
  }
  .section__1 .text-wrapper {
    width: 80%;
  }
  .section__1 button.btn-ubud--2 {
    width: 101px;
    height: 34px;
    font-size: 12px;
  }
  .section__1--fixed {
    height: 780px; /* changed from 734px */
  }
  .section__1--fixed .text-wrapper {
    width: 100% !important;
  }
  .section__accl {
    padding: 60px 35px 80px;
  }
  .section__accl h2 {
    font-size: 24px;
    width: unset;
    margin-bottom: 30px;
  }
  .section__accl .col-accl.top-acc {
    height: 100px;
    min-height: unset;
  }
  .section__accl .col-accl.bot-acc {
    height: 160px;
  }
  .section__accl .col-accl.bot-acc p {
    font-size: 11px;
  }
  .section__accl .col-accl h3 {
    font-size: 16px;
  }
  .section__accl .award-card h3 {
    font-size: 14px;
  }
  .section__accl .award-card .col-xs-3.pt-20 {
    padding-top: 0 !important;
  }
  .section__accl--forspa .award-card.for-spa {
    height: auto;
  }
  .section__compare h2 {
    font-size: 16px;
  }
  .section__compare h3 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 12px;
  }
  .section__compare.contact h3 {
    font-size: 18px;
  }
  .section__wrapper--4 h2, .section__wrapper--6 h2 {
    font-size: 28px;
  }
  .section__wrapper--4 p, .section__wrapper--6 p {
    font-size: 12px;
  }
  .section__room-detail {
    padding: 80px 10px;
  }
  .section__room-detail .text-wrapper {
    padding-left: 20px;
  }
  .section__room-detail .col-md-5.col-sm-6 .btn-more--8 {
    left: 25px;
  }
  .section__room-detail h2 {
    font-size: 25px;
  }
  .section__room-detail .featured {
    padding-right: 0;
  }
  .section__room-detail .featured div img {
    width: 23px;
    height: 25px;
    margin-right: 15px;
  }
  .section__room-detail .featured div p {
    font-size: 14px;
  }
  .section__room-detail .fullscreen-wrapper {
    height: 300px;
  }
  .section__room-detail .fullscreen-wrapper .swiper-container {
    width: 100%;
    position: unset;
  }
  .section__room-detail .fullscreen-wrapper .swiper-container.full-wiper {
    height: 250px;
  }
  .section__room-detail .fullscreen-wrapper .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section__room-detail .swiper-container-horizontal > .swiper-pagination-bullets, .section__room-detail .swiper-pagination-custom, .section__room-detail .swiper-pagination-fraction {
    left: /*-15px*/0;
  }
  .section__room-detail .fullscreen-button img {
    width: 102.5px;
    height: 23.95px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-right: -20px;
  }
  .section__room-detail .btn-more--8 {
    font-size: 14px;
    width: 110px;
  }
  .section__room-detail--1 {
    padding: 50px 10px;
  }
  .section__room-detail--1 .club-benefit h2 {
    font-size: 18px;
  }
  .section__room-detail--1 .club-benefit .benefit-h img {
    width: 23px;
    height: 20px;
  }
  .section__room-detail--1 .club-benefit li {
    font-size: 11px;
  }
  .section__room-detail--1 .right-benefit h2 {
    margin-bottom: 15px;
  }
  .section__room-detail--1 .second-bordered {
    margin-top: 20px;
    padding-top: 10px;
  }
  .section__room-detail--reverse h4 {
    font-size: 14px;
  }
  .section__room-detail--reverse .re-text {
    width: 100%;
  }
  .section__room-detail--reverse .re-text p {
    font-size: 11px;
  }
  .section__room-detail--reverse .re-text .re-wrap {
    width: 100%;
    float: unset;
    margin-bottom: unset;
  }
  .section__room-detail--reverse .re-text .list-feature {
    width: 100%;
    float: unset;
    padding-left: 12px;
  }
  .section__room-detail--reverse .re-text .btn-ubud {
    margin-left: unset;
    margin-bottom: 30px;
    width: 114px;
    height: 34px;
    font-size: 12px;
  }
  .feat-icon {
    margin-bottom: 10px;
  }
  .feat-icon:nth-child(2), .feat-icon:nth-child(4) {
    /*margin-left: 20px;*/
  }
  .feat-icon:nth-child(4) {
    margin-bottom: 16px;
  }
  .section__room--1 .card-room .btn-more--6 {
    top: 140px;
  }
  .section__room--1 .card-room {
    height: 510px;
  }
  .card-vla p {
    line-height: 1.4em;
  }
  .section .cust-padding--1 {
    padding: 40px 30px 60px 30px !important;
  }
  .section .cust-padding--1 a .btn-more--2 {
    bottom: 20px;
  }
  .section__room--2 {
    padding: 0 10px 40px;
  }
  .section__room--2 .minicard-compare {
    margin-right: 10px;
  }
  .section__room--2 .minicard-compare:last-child {
    margin-right: 0;
  }
  .section__wrapper--4.section__background--primary.section__wrapper--5 {
    height: auto!important;
  }


  .section__accl .card-accl {
    height: auto;
    padding-bottom: 50px;
  }

  .section__accl .col-accl {
    height: unset;
  }

  .section__room--1 .card-room {
    height: 600px;
  }

  .section__room--1 .card-room--feature {
    padding: 10px 10px 0 40px;
  }

  .section__room--1 .card-room .btn-more--6 {
    top: 180px;
  }

  .section__room--2 .card-compare .minicard-holder {
    padding-top: 30px;
  }

  .section__background--primary {
    height: auto;
  }

  .section__1.section__room-detail-plus {
    height: 800px;
  }

  .spec-col-1, .spec-col-2 {
    width: 100%;
  }

  .section__room-detail .text-wrapper {
    min-height: auto;
    padding-bottom: 70px;
  }

  .section__room-detail .btn-more--8 {
    left: 20px;
    bottom: 30px;
  }

  .section.auto-height.section__room-detail {
    height: auto!important;
  }

  .spec-col-1, .spec-col-2/*, .spec-col-2 .fullscreen-wrapper*/ {
    height: auto;
  }

  .section.auto-height.section__3 .vla-wrapper.vla-wrapper--1 .card-vla .col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more--5 {
    bottom: 0;
  }

  .vla-wrapper--1 {
    min-height: 470px;
    max-height: 540px;
    height: unset;
  }

  .section.auto-height.section__3 .section__wrapper--2 .vla-wrapper.vla-wrapper--1 .card-vla {
    padding-bottom: 30px;
  }

  .col-md-6.col-sm-6.col-xs-12.texted.custom-wd-ac {
    padding-top: 50px!important;
  }

  button.btn-more.btn-more--6.override-btn--2 {
    top: 175px;
  }

  .section__compare {
    padding: 150px 10px 50px;
  }

  .section.section__compare.auto-height.override-section--1 {
    padding: 130px 0 50px;
  }

  .override-section--2 .text-wrapper.exp-detail--wrapper button.btn-ubud.mt-25 {
    margin-left: 20px;
    bottom: 80px;
  }


  .section__room-detail--reverse button.btn-more.btn-more--5.color-white, button.btn-ubud.mt-25.override-btn--3 {
    left: 20px;
  }

  button.btn-ubud.mt-25.override-btn--3 {
    bottom: calc(0px + 10px);
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v2 {
    left: 20px;
  }

  .section__compare.auto-height.contact {
    padding-top: 180px;
  }

  .card-vla .features {
    margin-top: 10px;
  }

  .card-vla h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .card-vla .imaged {
    height: 200px;
  }

  .card-vla .texted {
    height: 335px;
    padding: 30px 40px 0 40px !important;
  }

  .vla-wrapper--1 {
    min-height: unset;
    max-height: unset;
    height: 580px;
  }

  .huge-banner img.override-img--1 {
    object-position: 64%;
  }

  .section .award-content {
    padding: 0 20px;
  }

  .section .award-logo {
    width: calc(100% - 9px);
  }

  .section .award-card h3 {
    margin-left: 21px;
  }

  .section__accl .award-card .award-detail {
    margin-left: 21px;
  }

  .section__accl .award-card h3 {
    font-size: 18px;
  }

  .feat-icon span {
    font-size: 12px;
  }

  .section__accl p {
    font-size: 14px;
  }

  .section__accl--forspa .spa-img {
    height: 200px;
  }

  .section__accl--forspa .text-left {
    margin-top: 30px;
  }

  .section__accl--forspa .text-left h3 {
    font-size: 18px;
  }

  .section__accl--forspa .spa-detail p {
    font-size: 14px;
  }

  .navbar--inverse #nav-icon {
    top: 23px;
  }

  .section__room--1 .card-room .img-wrapper {
    height: 200px;
    margin-bottom: 20px;
  }

  .section__room--1 .card-room--title h2 {
    font-size: 24px;
  }

  .section__wrapper--2, .section__wrapper--3 {
    padding: 80px 0;
  }

  .card-vla .btn-more--3 {
    font-size: 14px;
    width: 125px;
  }

  .swiper-offer-promo {
    height: 575px;
  }

  .vla-wrapper--2 {
    height: 520px;
  }

  .section__4 h2 {
    margin-bottom: 45px;
  }

  .card-vla h3 {
    font-size: 24px;
  }

  .card-vla h5 {
    font-size: 16px;
    margin: 15px 0 20px 0;
  }

  .card-vla p {
    font-size: 14px;
  }

  .section__wrapper--2, .section__wrapper--3 {
    padding: 80px 0;
  }

  .swiper-room-detail, .swiper-discover--1, .swiper-discover--2 {
    height: 645px;
  }

  .card-vla h5.big-valid {
    margin: 15px 0 20px 0;
  }

  .section__5 h2.impacted, .section__8 h2.impacted, .section__9 h2.impacted {
    margin-bottom: 45px;
  }

  .col-md-6.col-sm-6.texted button.btn-more.btn-more--2.mt-50 {
    bottom: 0px;
  }

  .card-vla.card-experience .imaged {
    height: 200px;
  }

  .card-vla .texted {
    padding: 25px 40px 0 40px !important;
  }

  .card-vla p {
    margin-top: 15px;
  }

  .col-md-6.col-sm-6.col-xs-12.texted.custom-wd-ac {
    padding-top: 30px!important;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 60%;
    margin: 0 20%;
    bottom: 0;
  }

  .wedding-card-toggle .wed1 .section__background--primary h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .wedding-card-toggle .wed1 .section__background--primary p {
    font-size: 14px;
  }

  .wedding-card-toggle .wed1 .section__background--primary h3 {
    font-size: 24px;
    margin: 50px 0 30px;
    letter-spacing: 2.2px;
  }

  .wedding-card-toggle .wed1 .section__background--primary .wedding-package {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .wedding-card-toggle .wed1 {
    height: auto;
  }

  .wedding-card-toggle .wed1 .section__background--primary .btn-more--5-2 {
    font-size: 14px;
    width: 130px;
  }

  .row.wedding-card-toggle .wed1 .section__wrapper--6 {
    height: /*565px*/ auto;
  }

  .section__background--1, .row.wedding-card-toggle .wed2 .section__background--1, .section.section__2.section-custom__room .section__background--1 {
    height: 300px;
  }

  .wed3 {
    height: auto;
  }

  .wed3 h2 {
    margin-bottom: 20px;
  }

  .wed3 .btn-more--5-3 {
    bottom: 50px;
  }

  .section__wrapper--4 p, .section__wrapper--6 p {
    font-size: 14px;
  }

  .col-md-5.col-sm-6.wed3 .section__wrapper--6.cust-padding--1 {
    height: 540px;
  }

  .section.auto-height.section__room-detail.section__room-detail--reverse.override-section--2, .section.auto-height.section__room-detail.section__room-detail--reverse.override-section--3 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section__room-detail h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .override-section--2.section__room-detail .re-text {
    padding-top: 0;
  }

  .override-section--2 .text-wrapper {
    padding-right: 20px;
  }

  .section__room-detail--reverse.override-section--2 .re-text p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .section__room-detail--reverse.override-section--2 h4 {
    font-size: 16px;
  }

  .section__room-detail--reverse.override-section--2 h4.valid-date {
    font-size: 14px;
  }

  .section__room-detail--reverse li {
    font-size: 14px;
  }

  .section__room-detail--reverse.override-section--2 .re-text .re-wrap {
    margin-bottom: 50px!important;
  }

  .section__room-detail.override-section--2 .text-wrapper {
    padding-bottom: 145px;
  }

  .override-section--2 .text-wrapper.exp-detail--wrapper button.btn-ubud.mt-25 {
    bottom: 20px;
  }

  .override-section--2 .swiper-container-horizontal>.swiper-pagination-bullets, .override-section--2 .swiper-pagination-custom, .override-section--2 .swiper-pagination-fraction {
    bottom: 8px;
  }

  .section__room-detail.override-section--3 .re-text.pb-70 {
    padding: 0;
  }

  .section__room-detail--reverse.override-section--3 .re-text p {
    font-size: 14px;
  }

  .section__room-detail.override-section--3 .re-text p:first-child {
    margin-bottom: 0;
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-menu {
    bottom: calc(100px + 70px);
  }

  .section__room-detail--reverse button.btn-more.btn-more--5.color-white.v-promo {
    bottom: calc(70px + 60px);
  }

  .section__room-detail.override-section--3 .text-wrapper {
    padding-bottom: 135px;
  }

  button.btn-ubud.mt-25.override-btn--3 {
    bottom: calc(0px + 20px);
  }

  .section__compare h2.contact {
    font-size: 30px;
  }

  .section__compare.contact h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .left-contact p {
    font-size: 14px!important;
  }

  .left-contact h3.tgu {
    margin-top: 30px;
  }

  .right-contact input, .right-contact textarea, .right-contact .select-selected, .right-contact .select-items div {
    font-size: 14px;
  }

  button.btn-more.btn-more--3.override-btn--4 {
    bottom: 50px;
  }

  .section__accl--forspa-2 .section__wrapper--2 .spa-img {
    height: 200px;
  }

  .col-md-6.col-sm-6.col-xs-12.texted.dining-text {
    height: 365px;
  }

  .offer-detail {
    height: 335px;
  }

  .offer-detail .btn-more {
    font-size: 14px;
  }

  .offer-detail .btn-more--2 {
    width: 133px!important;
  }

}

@media screen and (max-width: 402px) {
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 0 15%;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3.5px;
  }
}

@media screen and (max-width: 360px) {
  .press-w .award-card.for-press .pt-20 {
    height: 70px;
  }

  .wedding-detail {
    height: auto !important;
  }
  .wedding-detail .bordered {
    height: auto !important;
    padding-bottom: 30px;
  }
  .wedding-detail .section__wrapper--6 {
    height: auto !important;
  }
  .wedding-card-toggle .btn-more--5-2 {
    bottom: 20px;
  }
  .wedding-card-toggle .wedding-package {
    margin-right: 0;
    width: 85%;
  }
  .wed3 .btn-more--5-3 {
    font-size: 11px;
    width: 100px;
  }

  .section__dining-1 .our-room {
    margin-bottom: 10px;
  }


  .section__room--1 .card-room--feature {
    padding: 10px 0 0 40px;
  }
  .feat-icon--small {
    padding-right: 0;
  }

  .section__compare .card-comparsion {
    height: 750px;
  }

  .card-vla.card-experience .col-md-6.col-sm-6.texted {
    height: /*380px*/335px;
  }

  .row.wedding-card-toggle .wed1 .section__wrapper--6 {
    height: 660px;
  }

  .section.section__2.section-custom__room .col-md-5.col-sm-6 .section__wrapper--4.cust-padding--1, .section.section__2.section-custom__room {
    height: auto;
  }

  .v-error-list--1 {
    right: 15px;
  }

  .v-error-list--2 {
    right: 15px;
  }
}

@media screen and (max-width: 333px) {
  .section__compare h2 {
    height: 100px;
  }
}

@media screen and (max-width: 320px) {
  .press .award-card.for-press .spa-detail .btn-more--1 {
    top: 20px;
  }
  .section__1 h1 {
    font-size: 28px;
  }
  .section__1 .text-wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .section__1 .text-wrapper.aboutw {
    padding: 0 30px;
  }
  .section__1 button.btn-ubud {
    width: 164px;
    height: 34px;
    font-size: 12px;
    margin-left: calc(50% - 82px);
  }
  .section__1--fixed {
    height: 734px;
  }
  .section__1--fixed .text-wrapper {
    width: 100% !important;
    padding-top: 20px;
  }
  .section__10 .sign-up h4 {
    width: 100%;
    font-size: 20px;
  }
  .section__accl .col-accl.top-acc {
    height: unset;
  }
  .section__accl .award-card {
    /*height: 120px;*/
  }
  .section__accl .award-card .award-logo {
    height: 60px;
  }
  .section__accl .award-card h3 {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .section__accl .award-card .award-detail {
    margin-left: 10px;
  }
  .section__accl .award-card .award-detail p {
    font-size: 11px;
  }
  .section__room--1 .feat-icon {
    margin-left: 0;
  }
  .btn-more {
    font-size: 12px;
  }
  .btn-more--1 {
    width: 110px;
  }
  .btn-more-reversed {
    width: 150px;
  }
  .btn-more--2 {
    width: 110px;
  }
  .btn-more.btn-more--2.mt-50 {
    width: 118px
  }
  .btn-more--3 {
    width: 90px;
    position: absolute;
    bottom: 90px;
  }
  .btn-more--4 {
    width: 72px;
  }
  .btn-more--5 {
    width: 115px;
  }
  .btn-more--6 {
    width: 115px;
  }
  .btn-more--7 {
    width: 130px;
  }
  .btn-more--8 {
    width: 110px;
  }
  .btn-more--9 {
    width: 110px;
  }
  .card-vla .texted {
    padding-right: 20px !important;
    height: 320px;
  }
  .card-vla h3 {
    width: unset;
    font-size: 18px;
    height: 45px;
  }
  .card-vla--mini .btn-more--3 {
    margin-top: 0;
    bottom: 20px;
  }
  .feat-icon--small {
    width: 100px;
    padding-right: 0;
  }
  .feat-icon--large {
    padding-right: 100px;
  }
  .feat-icon span {
    font-size: 9px;
  }
  .row-insta .name-insta {
    padding: 13px 10px;
  }
  .row-insta .ig-box .social-icon.mr-30 {
    margin-right: 10px !important;
  }
  .row-insta img.prof-pic {
    height: 160px;
  }

  .footer {
    height: auto;
    padding-bottom: 20px;
  }

  .section__resize--1 .col-md-5 {
    height: auto;
  }
}

/*
  maintenance
*/

.section__accl .browse-award .custom-select {
  margin-bottom: 0;
  margin-left: 20px;
}

.section__accl .browse-award .custom-select-enq {
  margin-bottom: 0;
  margin-left: 20px;
}

.section__accl .browse-award .select-selected {
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("../../assets/img/chevron-down.svg") 90% 50%/10.4px 5.5px no-repeat;
  width: 140px;
  padding: 10px 25px;
  font-family: basier-regular;
  font-size: 14px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 1px #575928 solid;
}

.section__accl .browse-award .select-selected:after {
  display: none;
}

.section__accl .browse-award .select-selected.select-arrow-active + .select-items div {
  padding-left: 26px;
}

/*.col-md-6.col-sm-6.col-xs-12.texted.texted-test .texted-hold .btn-more--5 {
  bottom: 0;
}*/

.col-md-6.col-sm-6.texted button.btn-more.btn-more--2.mt-50 {
  margin-top: 0;
  /*bottom: 10px;*/
}

#contactUsForm .custom-select .select-selected:after {
  right: 0;
}

#contactUsForm .custom-select-enq .select-selected:after {
  right: 0;
}

.right-link {
  padding-right: /*40px*/0;
}

.foot-link.right-link a {
  margin-right: 0;
}

.section__accl {
  padding-bottom: 70px;
}

.section__accl .award-logo {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.section__accl .award-wrapper {
  padding-top: 75px;
}

.select-items div, .select-selected, .right-contact select, .right-contact input[type=text], .right-contact textarea {
  border-bottom-width: 2px;
}

.section__10 select, .section__10 input[type=text], .section__10 textarea {
  border-bottom-width: 2px;
}

.vla-wrapper.vla-wrapper--2 .card-vla.card-vla--mini .btn-more.btn-more--3 {
  /*margin-top: 30px;*/
  position: absolute;
  bottom: 30px;
}

.vla-wrapper.vla-wrapper--2 .card-vla.card-vla--mini {
  position: relative;
}

a.offer-link {
  text-decoration: none;
  color: #DAA71D;
  transition: all 0.2s;
}

a.offer-link:hover {
  color: #575928;
}

/* before was 1024 */

/*
  new toggle
*/
.not-toggled {
  display: none !important;
}

.card-room--toggle {
  width: 100%;
  height: 484px; /* changed from 468 to 484 */
  background-color: #575928;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #FFF;
  padding: 50px;
}

.card-room--toggle .close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 46px;
  right: 64px;
}

.card-room--toggle .close img {
  width: 18.5px;
  height: 20px;
}

.card-room--toggle .close .close-hover {
  display: none;
}

.card-room--toggle .close:hover .close-normal {
  display: none;
}

.card-room--toggle .close:hover .close-hover {
  display: block;
}

.card-room--toggle li {
  margin-bottom: 5px;
  font-family: basier-regular;
  font-size: 12px;
}

.card-room--toggle h4 {
  font-family: calendas-bold;
  font-size: 16px;
  color: #DAA71D;
  margin-left: 10px;
  margin-bottom: -5px;
}

.card-room--toggle .list-feature {
  padding-left: 15px;
}

.card-room--toggle .benefit-h {
  margin-bottom: 40px;
}

.card-room--toggle .benefit-h img {
  width: 23px;
  height: 20px;
}

/*
  safari only
*/

_:default:not(:root:root), .navbar .first-toggle {
  margin-left: 0;
}

_:default:not(:root:root), .navbar.navbar--inverse .first-toggle {
  margin-left: 15px;
}

_:default:not(:root:root), .sf__1 {
  position: relative;
  padding-bottom: 40px;
}

_:default:not(:root:root), .sf__1 .btn-more--4 {
  position: absolute;
  bottom: 0px;
  left: 0;
}

_:default:not(:root:root), .section__compare .featured:last-child div img {
  width: 50px;
}

_:default:not(:root:root), button.btn-more.btn-more--8 {
  left: 0;
}

_:default:not(:root:root), button.btn-more.btn-more--7 {
  width: 150px;
}

@media screen and (max-width: 1220px) {
  _:default:not(:root:root), .section__10 .sign-up h4 {
    margin-bottom: 53px;
  }

  _:default:not(:root:root), .row.row-right-h .btn-more--4 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1024px) {
  _:default:not(:root:root), div#nav-icon {
    top: 40px;
  }

  _:default:not(:root:root), div.nav-text {
    top: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  _:default:not(:root:root), div#nav-icon {
    top: 50px;
  }

  _:default:not(:root:root), div.nav-text {
    top: 55px;
  }
}

@media screen and (max-width: 767px) {
  _:default:not(:root:root), #nav-icon {
    left: 10px;
    top: 50px;
    transition: all 0s;
  }

  _:default:not(:root:root), .navbar--inverse #nav-icon {
    top: 30px;
    transition: all 0s;
  }

  _:default:not(:root:root), .navbar--inverse .nav-text {
    /*left: 70px;*/
    top: 30px;

    left: 60px;
  }

  _:default:not(:root:root), .nav-text {
    /*left: 70px;
    top: 55px;*/

    left: 60px;
    top: 51px;
    display: flex;
    align-items: center;
    height: 28px;
  }

  _:default:not(:root:root), .card-vla .imaged {
    height: 180px!important;
  }

  _:default:not(:root:root), .navbar.navbar--inverse .first-toggle {
    margin-left: 20px;
  }

  _:default:not(:root:root), .section__resize--1 {
    height: 960px;
  }
}

@media screen and (max-width: 425px) {
  _:default:not(:root:root), #nav-icon {
    top: 42px;
  }

  _:default:not(:root:root), .navbar.navbar--inverse .first-toggle {
    margin-left: 10px;
  }

  _:default:not(:root:root), .navbar.navbar--1.navbar--inverse .first-toggle {
    margin-left: 15px;
  }

  _:default:not(:root:root), .navbar.navbar--2.navbar--inverse .first-toggle {
    margin-left: 5px;
  }

  _:default:not(:root:root), .nav-text {
    top: 42px
  }
}

/*
  fix spacing ig text
*/
.row-insta .name-insta .ig-box img {
  margin-right: 10px!important;
}

.custom-lines {
  width: 100%!important;;
}

@media screen and (max-width: 1250px) {
  .text-wrapper.custom-lines h1 {
    font-size: 47px
  }
}

@media screen and (max-width: 1233px) {
  .text-wrapper.custom-lines h1 {
    font-size: 46px
  }
}

@media screen and (max-width: 1211px) {
  .text-wrapper.custom-lines h1 {
    font-size: 45px
  }
}

@media screen and (max-width: 1192px) {
  .text-wrapper.custom-lines h1 {
    font-size: 44px
  }
}

@media screen and (max-width: 1172px) {
  .text-wrapper.custom-lines h1 {
    font-size: 43px
  }
}

@media screen and (max-width: 1152px) {
  .text-wrapper.custom-lines h1 {
    font-size: 42px
  }

  span.line-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1132px) {
  .text-wrapper.custom-lines h1 {
    font-size: 41px
  }
}

@media screen and (max-width: 1112px) {
  .text-wrapper.custom-lines h1 {
    font-size: 40px
  }
}

@media screen and (max-width: 1092px) {
  .text-wrapper.custom-lines h1 {
    font-size: 39px
  }
}

@media screen and (max-width: 1072px) {
  .text-wrapper.custom-lines h1 {
    font-size: 38px
  }
}

@media screen and (max-width: 1052px) {
  .text-wrapper.custom-lines h1 {
    font-size: 37px
  }
}

@media screen and (max-width: 1032px) {
  .text-wrapper.custom-lines h1 {
    font-size: 36px
  }
}

@media screen and (max-width: 1012px) {
  .text-wrapper.custom-lines h1 {
    font-size: 35px
  }
}

@media screen and (max-width: 992px) {
  .text-wrapper.custom-lines h1 {
    font-size: 34px
  }
}

@media screen and (max-width: 972px) {
  .text-wrapper.custom-lines h1 {
    font-size: 33px
  }

  span.line-2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 767px) and (max-width: 769px) {
  .huge-banner {
    height: 726px!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 952px) {
  .text-wrapper.custom-lines h1 {
    font-size: 32px
  }

  .left-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-contact {
    padding-right: 90px;
  }
}

@media screen and (max-width: 932px) {
  .text-wrapper.custom-lines h1 {
    font-size: 31px
  }
}

@media screen and (max-width: 912px) {
  .text-wrapper.custom-lines h1 {
    font-size: 30px
  }
}

@media screen and (max-width: 892px) {
  .text-wrapper.custom-lines h1 {
    font-size: 29px
  }
}

@media screen and (max-width: 872px) {
  .text-wrapper.custom-lines h1 {
    font-size: 28px
  }
}

@media screen and (max-width: 852px) {
  .text-wrapper.custom-lines h1 {
    font-size: 27px
  }
}

@media screen and (max-width: 832px) {
  .text-wrapper.custom-lines h1 {
    font-size: 26px
  }
}

@media screen and (max-width: 812px) {
  .text-wrapper.custom-lines h1 {
    font-size: 25px
  }
}

@media screen and (max-width: 792px) {
  .text-wrapper.custom-lines h1 {
    font-size: 24px
  }

  span.line-2 {
    font-size: 19px;
  }
}

@media screen and (max-width: 772px) {
  .text-wrapper.custom-lines h1 {
    font-size: 23px
  }
}

@media screen and (max-width: 752px) {
  .text-wrapper.custom-lines h1 {
    font-size: 22px
  }
}

@media screen and (max-width: 732px) {
  .text-wrapper.custom-lines h1 {
    font-size: 21px
  }
}

@media screen and (max-width: 712px) {
  .text-wrapper.custom-lines h1 {
    font-size: 20px
  }
}

@media screen and (max-width: 692px) {
  .text-wrapper.custom-lines h1 {
    font-size: 20px
  }
}

@media screen and (max-width: 672px) {
  .text-wrapper.custom-lines h1 {
    font-size: 20px
  }

  span.line-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 652px) {
  .text-wrapper.custom-lines h1 {
    font-size: 20px
  }
}

@media screen and (max-width: 632px) {
  .text-wrapper.custom-lines h1 {
    font-size: 20px
  }
}

@media screen and (max-width: 612px) {
  .text-wrapper.custom-lines h1 {
    font-size: 18px
  }
  #sModalNews .modal-body p{
    display: inline;
  }
  #sModal .modal-body p{
    display: inline;
  }
}

@media screen and (max-width: 592px) {
  .text-wrapper.custom-lines h1 {
    font-size: 18px
  }
}

@media screen and (max-width: 572px) {
  .text-wrapper.custom-lines h1 {
    font-size: 18px
  }
}

@media screen and (max-width: 552px) {
  .text-wrapper.custom-lines h1 {
    font-size: 18px
  }
}

@media screen and (max-width: 532px) {
  .text-wrapper.custom-lines h1 {
    font-size: 18px
  }
}

@media screen and (max-width: 512px) {
  .text-wrapper.custom-lines h1 {
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 485px) {
  .text-wrapper.custom-lines h1 {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 446px) {
  .text-wrapper.custom-lines h1 {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 425px) {
  .text-wrapper.custom-lines h1 {
    font-size: 17px;
  }
}

@media screen and (max-width: 387px) {
  .text-wrapper.custom-lines h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 368px) {
  .text-wrapper.custom-lines h1 {
    font-size: 15px;
  }
}

a.custom-link {
  text-decoration: none;
}

a.custom-link:hover h3 {
  color: #575928;
  transition: all 0.2s;
}

.section.section__room-detail--1.auto-height.no-padding-bottom .club-benefit {
  height: auto;
}

.navbar--new .left-menu a, .navbar--new .right-menu a, .navbar--new .custom-lang .select-selected {
  color: #575928;
}

.navbar--new .custom-lang .select-selected.select-arrow-active, .navbar--new .custom-lang .select-selected.select-arrow-active + .select-items div {
  background-color: transparent;
}

.navbar--new .second-toggle {
  display: block;
}

.navbar--new .first-toggle {
  display: none;
}

.award-content.for-spa button.btn-ubud.btn-ubud--3:hover {
  background-color: #DAA71D!important;
  color: #fff;
}

.award-card.for-spa.clearfix {
  height: auto;
}

#sModal .modal-content {
  width: 885px;
  height: 470px;
  margin: 0 auto;
}

#sModal .modal-body {
  height: 100%;
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #50562B;
  padding-left: 216px;
  padding-top: 110px;
}

#sModal .modal-body h1 {
  font-size: 40px;
  font-family: calendas-bold;
  text-align: left;
  color: #D7A533;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

#sModal .modal-body .close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#sModal .modal-body p {
  color: #fff;
  font-family: basier-regular;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

#sModal .modal-body .qt {
  font-size: 100pt;
  color: #D7A533;
  position: absolute;
  left: 132px;
  top: 103px;
  font-family: calendas-bold;
}

@media screen and (max-width: 1024px) {
  #sModal .modal-content {
    width: calc(100% - 140px);
    height: 700px;
  }

  #sModal .modal-body {
    padding-top: 235px;
    padding-left: 20%;
  }

  #sModal .modal-body .qt {
    top: 235px;
    left: 10%;
  }
}

@media screen and (max-width: 705px) {
  #sModal .modal-content {
    width: calc(100% - 22px);
    height: 470px;
  }

  #sModal .modal-body {
    padding-top: 150px;
    padding-left: 67px;
    padding-right: 24px;
  }

  #sModal .modal-body .qt {
    top: 150px;
    left: 16px;
  }

  #sModal .modal-body p {
    font-size: 11px;
  }

  #sModal .modal-body h1 {
    font-size: 26px;
  }

  #sModal .modal-body .qt {
    font-size: 65pt;
  }
}

/**/
#sModalNews .modal-content {
  width: 885px;
  height: 470px;
  margin: 0 auto;
}

#sModalNews .modal-body {
  height: 100%;
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #50562B;
  padding-left: 216px;
  padding-top: 110px;
}

#sModalNews .modal-body h1 {
  font-size: 40px;
  font-family: calendas-bold;
  text-align: left;
  color: #D7A533;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

#sModalNews .modal-body .close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#sModalNews .modal-body p {
  color: #fff;
  font-family: basier-regular;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

#sModalNews .modal-body .qt {
  font-size: 100pt;
  color: #D7A533;
  position: absolute;
  left: 132px;
  top: 103px;
  font-family: calendas-bold;
}

@media screen and (max-width: 1024px) {
  #sModalNews .modal-content {
    width: calc(100% - 140px);
    height: 700px;
  }

  #sModalNews .modal-body {
    padding-top: 235px;
    padding-left: 20%;
  }

  #sModalNews .modal-body .qt {
    top: 235px;
    left: 10%;
  }
}

@media screen and (max-width: 705px) {
  #sModalNews .modal-content {
    width: calc(100% - 22px);
    height: 470px;
  }

  #sModalNews .modal-body {
    padding-top: 150px;
    padding-left: 67px;
    padding-right: 24px;
  }

  #sModalNews .modal-body .qt {
    top: 150px;
    left: 16px;
  }

  #sModalNews .modal-body p {
    font-size: 11px;
  }

  #sModalNews .modal-body h1 {
    font-size: 26px;
  }

  #sModalNews .modal-body .qt {
    font-size: 65pt;
  }
}
