/*FONTS*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding-bottom: 8px;
}
.header .navbar-brand img {
  width: 160px;
  min-width: 160px;
}
.header .navigation .container {
  max-width: 1560px !important;
}
.header .navigation .active .nav-link {
  color: #fbc85e;
}
.header .navigation .nav-link {
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header .navigation .dropdown-menu {
  border: 0;
  background: #ceb072;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.header .navigation .dropdown-menu a {
  padding: 0.5rem 0.75rem;
  color: white;
}
.header .navigation .dropdown-menu a:hover, .header .navigation .dropdown-menu a:active {
  color: #ceb072;
  background: #ffffff;
}
.header .navigation .dropdown-menu a.active {
  background: #6d553d;
}
.header.scrolled {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent)), #6d553d !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent), #6d553d !important;
}

.ftr-nav-list a.active {
  color: #fbc85e !important;
}

.top-content-wrap {
  position: relative;
  overflow: hidden;
}
.top-content-wrap::after, .top-content-wrap::before {
  display: none;
}

.top-leaf-l {
  left: -52px;
  position: absolute;
  top: -132px;
  width: 438px;
}

.top-leaf-r {
  position: absolute;
  right: -156px;
  top: -198px;
}

.top-banner-name {
  max-width: 1348px !important;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
}

.top-banner {
  min-height: 780px;
  position: relative;
}
.top-banner .top-banner-img {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  height: 600px;
  overflow: hidden;
}
.top-banner .top-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 44%;
     object-position: 0 44%;
  max-height: 560px;
}
.top-banner .booking-form {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% - 42px));
          transform: translate(-50%, calc(100% - 42px));
  width: 100%;
  max-width: 900px;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 1;
}
.top-banner .booking-form form {
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-banner .booking-form .form-wrapper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 50px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.top-banner .booking-form .form-label {
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
.top-banner .booking-form .form-control,
.top-banner .booking-form .form-control-select {
  background: #e8eded;
  border: none;
  color: #000000 !important;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 5px solid #e8eded !important;
}
.top-banner .booking-form .form-control::-webkit-input-placeholder, .top-banner .booking-form .form-control-select::-webkit-input-placeholder {
  font-size: 15px;
}
.top-banner .booking-form .form-control::-moz-placeholder, .top-banner .booking-form .form-control-select::-moz-placeholder {
  font-size: 15px;
}
.top-banner .booking-form .form-control:-ms-input-placeholder, .top-banner .booking-form .form-control-select:-ms-input-placeholder {
  font-size: 15px;
}
.top-banner .booking-form .form-control::-ms-input-placeholder, .top-banner .booking-form .form-control-select::-ms-input-placeholder {
  font-size: 15px;
}
.top-banner .booking-form .form-control::placeholder,
.top-banner .booking-form .form-control-select::placeholder {
  font-size: 15px;
}
.top-banner .booking-form .form-control-select {
  width: 100%;
}
.top-banner .booking-form .form-element {
  width: 100%;
}
.top-banner .booking-form .form-element .input-group {
  background: #e8eded;
  width: 100%;
  min-width: 105px;
}
.top-banner .booking-form .form-element .input-group-text {
  border-left: 1px solid #d1d6d6 !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.top-banner .booking-form .form-element-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.top-banner .booking-form .form-element-group {
  width: 100%;
  gap: 10px;
}
.top-banner .booking-form .promo-code-wrap .d-flex {
  gap: 10px;
}
.top-banner .booking-form .promo-code-wrap .form-element {
  max-width: 280px;
}
.top-banner .booking-form .check-group .form-element {
  min-width: 280px;
}
.top-banner .booking-form .btn-promo {
  background: rgb(159, 142, 122);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 142, 122)), to(rgb(107, 88, 69)));
  background: linear-gradient(90deg, rgb(159, 142, 122) 0%, rgb(107, 88, 69) 100%);
  min-width: 160px;
  height: 50px;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 27px;
}
.top-banner .booking-form .btn-promo:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f8e7a), color-stop(#6c5946), color-stop(#9f8e7a), to(#958470));
  background-image: linear-gradient(90deg, #9f8e7a, #6c5946, #9f8e7a, #958470);
  background-position: 100% 0;
  background-size: 300% 100%;
}

div#quickbook-widget .MbsSearchWidget .lbl {
  color: #a08f7b !important;
}

div#quickbook-widget .MbsSearchWidget .input > div {
  background: #e8eded !important;
  border: none !important;
  min-height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#quickbook-widget .MbsSearchWidget .mbs-arrow {
  top: 30px !important;
}

div#quickbook-widget .MbsSearchWidget .searchBlock button {
  background: rgb(159, 142, 122);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 142, 122)), to(rgb(107, 88, 69)));
  background: linear-gradient(90deg, rgb(159, 142, 122) 0%, rgb(107, 88, 69) 100%);
  min-width: 160px;
  height: 50px;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#quickbook-widget .MbsSearchWidget .searchBlock button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f8e7a), color-stop(#6c5946), color-stop(#9f8e7a), to(#958470));
  background-image: linear-gradient(90deg, #9f8e7a, #6c5946, #9f8e7a, #958470);
  background-position: 100% 0;
  background-size: 300% 100%;
}

.section-title {
  position: relative;
}
.section-title .title-text {
  letter-spacing: 4px;
  position: relative;
  z-index: 2;
}
.section-title .title-text-lg {
  font-size: 110px;
  margin-top: -4px;
  letter-spacing: 6px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.section-title .title-text-md {
  font-size: 70px;
  letter-spacing: 6px;
  position: relative;
  z-index: 2;
}
.section-title .title-shape {
  height: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
  max-width: 350px;
}

.content-text {
  position: relative;
  z-index: 1;
}
.content-text p {
  line-height: 1.7;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.concept-sc {
  padding-top: 300px;
  padding-bottom: 156px;
  position: relative;
}
.concept-sc .concept-leaf-t {
  left: 20%;
  position: absolute;
  top: 3.7%;
}
.concept-sc .concept-leaf-l {
  position: absolute;
  left: -4%;
  top: 19%;
}
.concept-sc .concept-leaf-r {
  position: absolute;
  right: -8%;
  top: 25%;
}
.concept-sc .container {
  max-width: 1480px !important;
}
.concept-sc .content-text {
  max-width: 805px;
}
.concept-sc .content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.concept-sc .concept-item {
  max-width: 348px;
  width: 100%;
  height: 535px;
}
.concept-sc .concept-item:nth-child(2) {
  margin-top: 80px;
}
.concept-sc .concept-item:nth-child(3) {
  margin-top: -40px;
}
.concept-sc .concept-item:nth-child(4) {
  margin-top: 32px;
}

.rooms-sc {
  padding-top: 170px;
  padding-bottom: 160px;
  position: relative;
}
.rooms-sc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61%;
  background: url("../../../images/room-pattern-bg.png");
  background-repeat: repeat;
}
.rooms-sc .container {
  position: relative;
  z-index: 1;
}
.rooms-sc .section-title .title-shape {
  max-width: 350px;
  left: 54.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -28%);
          transform: translate(-50%, -28%);
}
.rooms-sc .content-text {
  max-width: 590px;
  margin-bottom: 58px;
}
.rooms-sc .rooms-items {
  z-index: 5;
  max-width: 1350px;
}
.rooms-sc .rooms-item {
  position: relative;
}
.rooms-sc .rooms-item .rooms-item-title {
  font-size: 52px;
  letter-spacing: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.rooms-sc .rooms-item .rooms-item-wrapper {
  height: 500px;
  position: relative;
}
.rooms-sc .rooms-item .rooms-item-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.rooms-sc .rooms-item .rooms-item-wrapper img {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.rooms-sc .rooms-item .rooms-item-wrapper:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.rooms-sc .rooms-item:first-child .rooms-item-wrapper {
  padding-right: 1px;
}
.rooms-sc .rooms-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 62px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  z-index: 1;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rooms-sc .rooms-item-info {
  min-height: 230px;
}
.rooms-sc .rooms-item-info .dash-shape {
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 8px;
}
.rooms-sc .rooms-item-link {
  margin-top: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.dine-plus-rooftop {
  background: url("../../../images/dining-rooftopbar.jpg") center/cover no-repeat;
  min-height: 760px;
  position: relative;
}
.dine-plus-rooftop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.dine-plus-rooftop .section-title {
  margin-bottom: 40px;
  z-index: 1;
}
.dine-plus-rooftop .section-title .title-shape {
  z-index: 1;
  max-width: 375px;
  top: 190%;
}
.dine-plus-rooftop .section-title .title-text-lg {
  color: #391b00;
}
.dine-plus-rooftop .content-text {
  max-width: 745px;
}
.dine-plus-rooftop .content-text p {
  color: #391b00;
}
.dine-plus-rooftop .btn-plain {
  margin-top: 40px;
}

.experience-sc {
  padding: 150px 0;
  background: url("../../../images/room-pattern-bg.png");
}
.experience-sc .section-title {
  margin-bottom: 32px;
}
.experience-sc .section-title .title-shape {
  -webkit-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}
.experience-sc .content-text {
  max-width: 800px;
}
.experience-sc .exper-items {
  margin-top: 58px;
}
.experience-sc .exper-item {
  padding-right: 25px;
  padding-left: 25px;
}
.experience-sc .exper-item-wrapper {
  min-width: 500px;
  width: 500px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.experience-sc .exper-item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6503851541)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.6503851541) 100%);
}
.experience-sc .exper-item-wrapper .exper-item-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 24px;
  z-index: 1;
}
.experience-sc .exper-item-wrapper .exper-item-info p:last-child {
  margin-bottom: 0 !important;
}
.experience-sc .slick-prev,
.experience-sc .slick-next {
  width: 58px;
  height: 58px;
}
.experience-sc .slick-prev::before,
.experience-sc .slick-next::before {
  content: "";
}
.experience-sc .slick-prev::after,
.experience-sc .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 58px;
  height: 58px;
}
.experience-sc .slick-prev {
  z-index: 10;
  left: 32.5%;
}
.experience-sc .slick-prev::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../../images/icons/chevron_left.png") center/cover no-repeat;
}
.experience-sc .slick-next {
  z-index: 10;
  right: 32.5%;
}
.experience-sc .slick-next::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../../images/icons/chevron_right.png") center/cover no-repeat;
}

.promotion-sc {
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}
.promotion-sc .section-title .title-shape {
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
}
.promotion-sc .promo-leaf-l {
  position: absolute;
  left: -70px;
  top: 46px;
}
.promotion-sc .promo-leaf-r {
  position: absolute;
  right: -190px;
  top: 112px;
}
.promotion-sc .promo-items {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 280px));
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promotion-sc .promo-item {
  display: grid;
  row-gap: 20px;
}
.promotion-sc .promo-item-title {
  margin-bottom: 4px;
}
.promotion-sc .promo-item-img {
  width: 280px;
  height: 210px;
}

.gallery-sc {
  padding: 150px 0;
  position: relative;
  background-color: #e5dfda;
}
.gallery-sc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: url("../../../images/room-pattern-bg-white.png") repeat;
}
.gallery-sc .section-title .title-shape {
  -webkit-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}
.gallery-sc .gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  z-index: 3;
  margin-top: 40px;
}
.gallery-sc .gallery-item {
  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;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #e9eef1;
}
.gallery-sc .gallery-item img {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.gallery-sc .gallery-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gallery-sc .gallery-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery-sc .gallery-item:hover::after {
  opacity: 1;
}
.gallery-sc .btn-plain.btn-plain-transparent {
  z-index: 3;
}
.gallery-sc .btn-plain.btn-plain-transparent .link-text {
  color: #003a38;
}
.gallery-sc .btn-plain.btn-plain-transparent .link-shape {
  background-color: #003a38;
}
.gallery-sc .btn-plain.btn-plain-transparent .link-shape::before {
  background-color: #003a38;
}

.others-sc {
  padding: 150px 0;
}
.others-sc .section-title {
  margin-bottom: 32px;
}
.others-sc .section-title .title-shape {
  -webkit-transform: translate(-50%, -33%);
          transform: translate(-50%, -33%);
}
.others-sc .section-content {
  z-index: 3;
}
.others-sc .location-map {
  max-width: 1200px;
  overflow: hidden;
  z-index: 3;
}
.others-sc .location-map iframe {
  width: 100%;
  height: 500px;
}

.others-sc .others-info-list {
  margin-top: 14px;
  max-width: 900px;
}
.others-sc .others-info-item {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 16px;
}
.others-sc .others-info-subject {
  padding: 20px 0;
  border-bottom: 1px solid #d0c7bd;
  text-align: center;
}
.others-sc .others-info-details {
  padding: 20px 0;
  border-bottom: 1px solid #b3a595;
}
.others-sc .others-info-details p {
  margin-bottom: 4px;
}

.elixon-fits-in {
  overflow: visible;
  white-space: pre;
  -webkit-transform: scale(var(--efiScale, 1));
          transform: scale(var(--efiScale, 1));
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}

.gj-datepicker {
  margin-bottom: 0 !important;
}
.gj-datepicker button {
  opacity: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  width: 50px;
}
.gj-datepicker button:hover {
  background: none !important;
  color: transparent !important;
  opacity: 0 !important;
}

.gj-picker-bootstrap table tr td {
  border-radius: 4px;
}
.gj-picker-bootstrap table tr td.today div {
  color: #ffffff;
}

.datepicker td, .datepicker th,
.gj-picker-bootstrap table tr td div, .gj-picker-bootstrap table tr th div {
  width: 32px !important;
  height: 32px !important;
}

@media screen and (max-width: 1440px) {
  .experience-sc .slick-prev {
    left: 30.5%;
  }
  .experience-sc .slick-next {
    right: 30.5%;
  }
  .top-banner-name {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1399.98px) {
  .header .navigation .nav-link {
    font-size: 15px;
  }
  .btn--reservation {
    font-size: 14px !important;
  }
  .concept-sc .concept-item {
    height: 450px;
  }
  .rooms-sc .rooms-item-content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding: 30px;
  }
  .promotion-sc .promo-leaf-l,
  .promotion-sc .promo-leaf-r {
    width: 25%;
  }
  .promotion-sc .promo-leaf-r {
    right: -147px;
  }
  .experience-sc .slick-prev {
    left: 30%;
  }
  .experience-sc .slick-next {
    right: 30%;
  }
}
@media screen and (max-width: 1199.98px) {
  .header .navigation .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #4c3b2b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 32px;
    row-gap: 32px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header .navigation .nav-menu.show-nav-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .navigation .menu-close-btn {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header .navigation .menu-close-btn:hover {
    opacity: 0.8;
  }
  .header .navigation .nav-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
  }
  .header .navigation .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .navigation .btn-gradient {
    width: 100%;
    max-width: 260px;
  }
  .header .navigation .menu-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .header .navigation .brand-and-toggler {
    width: 100%;
  }
  .header .navigation .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .top-leaf-l {
    width: 35%;
  }
  .top-leaf-r {
    width: 52%;
    right: -144px;
    top: -179px;
  }
  .top-banner .booking-form form {
    gap: 12px;
  }
  .top-banner .booking-form .check-group .form-element {
    min-width: 240px;
  }
  .top-banner .booking-form .form-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .rooms-sc .rooms-item .rooms-item-title {
    font-size: 40px;
  }
  .concept-sc .concept-item {
    height: 400px;
  }
  .concept-sc .concept-leaf-l {
    width: 20%;
  }
  .concept-sc .concept-leaf-r {
    right: -7.4%;
    width: 24%;
  }
  .concept-sc .concept-leaf-t {
    left: 15%;
    top: 6%;
    width: 14%;
  }
  .experience-sc .slick-prev {
    left: 26.8%;
  }
  .experience-sc .slick-next {
    right: 26.8%;
  }
  .gallery-sc .gallery-item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 991.98px) {
  .top-banner {
    margin-top: 60px;
  }
  .top-banner .booking-form .btn-promo {
    margin-top: 23px;
  }
  .top-banner .booking-form .form-element-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-banner .booking-form .promo-code-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section[class$=sc] {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .top-leaf-l {
    left: -72px;
    top: -128px;
  }
  .top-leaf-r {
    right: -98px;
    top: -116px;
    width: 42%;
  }
  .section-title .title-text-lg {
    font-size: 90px;
  }
  .section-title .title-text-md {
    font-size: 50px;
  }
  .section-title .title-shape {
    max-width: 280px;
  }
  .top-banner .booking-form {
    -webkit-transform: translate(-50%, calc(100% - 170px));
            transform: translate(-50%, calc(100% - 170px));
  }
  .top-banner .booking-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-banner .booking-form .btn-promo {
    margin-right: auto;
    margin-left: auto;
  }
  .concept-sc {
    padding-top: 200px;
    padding-bottom: 130px;
  }
  .concept-sc .content-images {
    gap: 12px;
  }
  .concept-sc .concept-item {
    height: 320px;
  }
  .rooms-sc .rooms-item .rooms-item-title {
    font-size: 32px;
  }
  .rooms-sc .rooms-item .rooms-item-content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .rooms-sc .rooms-item-link {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .dine-plus-rooftop .section-title .title-shape {
    -webkit-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%);
  }
  .promotion-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -36%);
            transform: translate(-50%, -36%);
    max-width: 220px;
  }
  .promotion-sc .promo-leaf-r {
    right: -104px;
  }
  .experience-sc .slick-prev {
    left: 21.8%;
  }
  .experience-sc .slick-next {
    right: 21.8%;
  }
  .experience-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -29%);
            transform: translate(-50%, -29%);
  }
  .others-sc .others-info-subject,
  .others-sc .others-info-details {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .gallery-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -33%);
            transform: translate(-50%, -33%);
  }
}
@media screen and (max-width: 767.98px) {
  .concept-sc .concept-item {
    height: 280px;
  }
  .experience-sc .exper-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .experience-sc .exper-item-wrapper {
    width: 100%;
    min-width: 100%;
    height: 350px;
  }
  .experience-sc .exper-item-wrapper .exper-item-info {
    bottom: 12px;
    right: 12px;
    left: 12px;
  }
  .experience-sc .slick-prev {
    left: 15%;
    width: 40px;
  }
  .experience-sc .slick-next {
    right: 15%;
    width: 40px;
  }
  .others-sc .location-map iframe {
    height: 360px;
  }
  .rooms-sc .rooms-item-info {
    min-height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .header {
    height: 70px;
  }
  .header .navbar-brand img {
    width: 100px;
    min-width: 110px;
  }
  .header .navigation .dropdown-menu {
    position: relative !important;
  }
  .header .navigation .dropdown-menu a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .navigation .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .top-leaf-l {
    left: -25px;
    top: -61px;
  }
  .top-leaf-r {
    right: -55px;
    top: -68px;
    width: 42%;
  }
  .top-banner {
    margin-top: 20px;
  }
  .top-banner .top-banner-img {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
  .top-banner .booking-form {
    -webkit-transform: translate(-50%, calc(100% - 290px));
            transform: translate(-50%, calc(100% - 290px));
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .top-banner .booking-form .form-wrapper {
    padding: 28px 16px;
  }
  .top-banner .booking-form .form-element-group:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-banner .booking-form .promo-code-wrap .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-banner .booking-form .promo-code-wrap .form-element {
    max-width: 100%;
  }
  .top-banner .top-banner-name {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section[class$=sc] {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .section-title .title-text-lg {
    font-size: 70px;
  }
  .section-title .title-text-md {
    font-size: 40px;
  }
  .section-title .title-shape {
    max-width: 250px;
  }
  .concept-sc {
    padding-bottom: 100px;
  }
  .concept-sc .concept-leaf-t {
    top: 8.7%;
  }
  .concept-sc .concept-item {
    height: 280px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .concept-sc .content-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
  }
  .concept-sc .content-images .concept-item {
    width: calc(50% - 12px);
  }
  .rooms-sc .section-title .title-shape {
    max-width: 300px;
  }
  .rooms-sc .rooms-item {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .rooms-sc .rooms-item .rooms-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dine-plus-rooftop .section-title .title-shape {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .gallery-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .gallery-sc .gallery-item {
    width: calc(50% - 2px);
    height: 200px;
  }
  .promotion-sc .promo-leaf-l {
    left: -23px;
  }
  .promotion-sc .promo-leaf-r {
    right: -60px;
  }
  .promotion-sc .section-title .title-shape {
    max-width: 180px;
  }
  .promotion-sc .promo-items {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
  }
  .promotion-sc .promo-items .promo-item-img {
    width: 100%;
    height: 320px;
  }
  .promotion-sc .promo-item {
    row-gap: 16px;
  }
  .experience-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -16%);
            transform: translate(-50%, -16%);
  }
  .experience-sc .slick-prev {
    left: 3%;
    width: 40px;
  }
  .experience-sc .slick-next {
    right: 3%;
    width: 40px;
  }
  .experience-sc .exper-item {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .others-sc .others-info-item {
    grid-template-columns: 120px auto;
  }
  .others-sc .others-info-subject,
  .others-sc .others-info-details {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .header .navigation .nav-menu {
    width: 100%;
  }
  .top-banner {
    min-height: 700px;
  }
  .top-banner .top-banner-img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top-banner .booking-form {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  .top-banner .booking-form .form-element-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-banner .booking-form .btn-promo {
    min-width: 100%;
  }
  .top-banner .booking-form div#quickbook-widget .MbsSearchWidget .searchBlock {
    top: 10px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  section[class$=sc] {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .section-title .title-text-lg {
    font-size: 50px;
  }
  .section-title .title-text-md {
    font-size: 30px;
  }
  .section-title .title-shape {
    max-width: 180px;
  }
  .concept-sc {
    padding-bottom: 70px;
  }
  .concept-sc .content-images .concept-item {
    height: 200px;
  }
  .rooms-sc .section-title .title-shape {
    max-width: 320px;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
  .rooms-sc .rooms-item .rooms-item-wrapper {
    height: 400px;
  }
  .dine-plus-rooftop .section-title .title-shape {
    max-width: 190px;
  }
  .gallery-sc .section-title .title-shape {
    -webkit-transform: translate(-50%, -18%);
            transform: translate(-50%, -18%);
  }
  .gallery-sc .gallery-item {
    height: 150px;
  }
  .promotion-sc .promo-leaf-r {
    right: -33px;
  }
  .promotion-sc .section-title .title-shape {
    max-width: 146px;
    -webkit-transform: translate(-50%, -32%);
            transform: translate(-50%, -32%);
  }
  .others-sc .others-info-item {
    font-size: 14px;
    grid-template-columns: 80px auto;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
html,
body {
  height: 100%;
}

body {
  font-family: "Cormorant", serif;
  font-size: 17px;
  background: #f8f8fb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000000;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

/* custom scrollbar  */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #444444;
  height: 6px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #444444;
  height: 6px;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a,
button {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a:hover,
button:hover {
  opacity: 0.8;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  word-wrap: break-word;
}

.resize-animation-stopper * {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.topTop {
  font-size: 32px;
  line-height: 60px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}

.bg-theme {
  background-color: #a08f7b;
}

.font-cormo {
  font-family: "Cormorant", serif;
}

.font-cormo-in {
  font-family: "Cormorant Infant", serif;
}

.font-italiana {
  font-family: "Italiana", serif;
}

.text {
  font-size: 17px;
}

.text-xl {
  font-size: 22px;
}

.text-lg {
  font-size: 20px;
}

.text-base {
  font-size: 16px;
}

.text-sm {
  font-size: 16px;
}

.text-xs {
  font-size: 14px;
}

.text-black {
  color: #000000;
}

.text-flax {
  color: #e1c579;
}

.text-brown-dark {
  color: #391b00;
}

.container {
  max-width: 1304px !important;
}

.btn:hover {
  opacity: 0.9 !important;
}

.btn-gradient {
  background: rgb(248, 221, 158);
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 221, 158)), to(rgb(168, 136, 74)));
  background: linear-gradient(90deg, rgb(248, 221, 158) 0%, rgb(168, 136, 74) 100%);
  color: #3a1c00;
  width: 230px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-gradient:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1d697), color-stop(#ad8d4f), color-stop(#f1d596), to(#efd394));
  background-image: linear-gradient(90deg, #f1d697, #ad8d4f, #f1d596, #efd394);
  background-position: 100% 0;
  background-size: 300% 100%;
}

.check-availability-button a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.check-availability-button a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1d697), color-stop(#ad8d4f), color-stop(#f1d596), to(#efd394));
  background-image: linear-gradient(90deg, #f1d697, #ad8d4f, #f1d596, #efd394);
  background-position: 100% 0;
  background-size: 300% 100%;
}

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

.position-relative {
  position: relative !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.btn-plain {
  min-width: 325px;
  height: 72px;
  background-color: rgba(58, 28, 0, 0.9);
  color: #ffffff !important;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  font-size: 20px;
}
.btn-plain:hover {
  background-color: #391b00;
}
.btn-plain:hover .link-shape::before {
  -webkit-transform: translate(55px, -50%);
          transform: translate(55px, -50%);
}
.btn-plain.btn-plain-transparent {
  background-color: transparent;
  margin-top: 48px;
}
.btn-plain.btn-plain-transparent:hover {
  background-color: transparent;
}
.btn-plain.btn-plain-transparent:active {
  border: 0;
}

.link-shape {
  width: 62px;
  height: 1px;
  background-color: #ffffff;
  position: relative;
}
.link-shape::before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.rooms-item-link:hover .link-shape::before, .reservation-button:hover .link-shape::before {
  -webkit-transform: translate(55px, -50%);
          transform: translate(55px, -50%);
}

.footer {
  background-color: #6d553d;
}
.footer .footer-brand {
  width: 190px;
}
.footer .ftr-top {
  padding-top: 72px;
  padding-bottom: 52px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.footer .ftr-top-l {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.footer .ftr-top-r {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.footer .phone-info {
  margin-bottom: -6px;
}
.footer .phone-info .phone-info-text {
  font-size: 20px;
  font-family: "Cormorant Infant", serif;
}
.footer .ftr-middle {
  border-top: 3px solid #78624c;
  border-bottom: 3px solid #78624c;
  padding: 40px 0;
}
.footer .ftr-middle .ftr-nav-list {
  row-gap: 6px;
}
.footer .ftr-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer .copyright-text {
  opacity: 0.6;
}

.scrollTo {
  z-index: 999;
}

.br-sp {
  display: none;
}

.has-error .help-block {
  position: absolute;
  color: red;
}

.datepicker td, .datepicker th {
  width: 32px;
  height: 30px;
}
.datepicker th.dow {
  font-size: 17px;
}
.datepicker td.today {
  color: #fff !important;
  background: #204d74 !important;
  border-color: #122b40 !important;
}

@media screen and (max-width: 1499.99px) {
  .btn-gradient {
    width: 180px;
    height: 52px;
  }
}
@media screen and (max-width: 1399.99px) {
  .btn-gradient {
    width: 160px;
    font-size: 16px;
    height: 48px;
  }
}
@media screen and (max-width: 1199.99px) {
  .btn-gradient {
    width: 140px;
  }
}
@media screen and (max-width: 991.98px) {
  .text {
    font-size: 16px;
  }
  .text-sm {
    font-size: 14px;
  }
  .text-xs {
    font-size: 12px;
  }
  .text-xl {
    font-size: 20px;
  }
  .text-lg {
    font-size: 18px;
  }
  .text-base {
    font-size: 15px;
  }
  .footer .footer-brand {
    min-width: 120px;
    width: 120px;
  }
  .footer .ftr-top-l {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .footer .ftr-top-r {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .ftr-top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    row-gap: 32px;
  }
  .footer .ftr-top-l .location-info {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .br-sp {
    display: block;
  }
  .text {
    font-size: 15px;
  }
  .text-sm {
    font-size: 13px;
  }
  .btn-plain {
    min-width: 260px;
    height: 58px;
  }
  .footer .ftr-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .ftr-middle {
    border-bottom-width: 2px;
    border-top-width: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .ftr-middle .ftr-nav-list {
    row-gap: 4px;
  }
  .footer .ftr-bottom {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer .ftr-bottom span {
    display: block;
  }
  .footer .ftr-top-r {
    width: 100%;
  }
  .footer .ftr-top-r .btn-reservation {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 420px) {
  .footer .ftr-top {
    row-gap: 24px;
  }
  .footer .ftr-top-l, .footer .ftr-top-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}
.inner-page .container {
  max-width: 1200px !important;
  position: relative;
  z-index: 2;
}

.reservation-page .container {
  max-width: 750px !important;
}

.bg-brown {
  background: #a08f7b;
}

.content-wrap {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.content-wrap:before {
  background: url("../../../images/leaf-4.svg") no-repeat;
  background-size: 100%;
  content: "";
  height: 364px;
  position: absolute;
  width: 319px;
  left: -60px;
  top: 60px;
  z-index: 1;
}
.content-wrap:after {
  background: url("../../../images/leaf-5.svg") no-repeat;
  background-size: 100%;
  content: "";
  height: 404px;
  position: absolute;
  width: 440px;
  right: -140px;
  top: 60px;
  z-index: 1;
}

.editor-data {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
}

.dining-rooftopbar-page .content-wrap > .editor-data {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.sc-sub-banner {
  position: relative;
}
.sc-sub-banner img {
  width: 100%;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc-sub-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(37, 33, 33);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 33, 33)), color-stop(35%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(37, 33, 33) 0%, rgba(255, 255, 255, 0) 35%);
  background: rgb(37, 33, 33);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 33, 33)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(37, 33, 33) 0%, rgba(255, 255, 255, 0) 50%);
}

.sub-banner-caption {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 25px;
  position: absolute;
  width: 100%;
  padding: 1rem;
  z-index: 2;
}
.sub-banner-caption span {
  display: inline-block;
  margin-bottom: -6px;
}
.sub-banner-caption p {
  margin-bottom: 0;
}
.sub-banner-caption .sm-text {
  color: #e2c57a;
  font-size: 16px;
  margin-bottom: -4px;
}
.sub-banner-caption .big-text {
  color: #ffffff;
  font-size: 64px;
}

.room-wrap {
  margin-bottom: 60px;
}

.sc-room-list {
  padding-bottom: 60px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.sc-room-list .room-type {
  font-size: 24px;
  margin-bottom: 15px;
}
.sc-room-list .room-dt,
.sc-room-list .room-size {
  font-size: 14px;
  margin-bottom: 10px;
}
.sc-room-list .room-img {
  aspect-ratio: 1.5;
  margin-bottom: 16px;
}
.sc-room-list .room-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sc-room-amenities {
  margin-bottom: 100px;
  background: #6d553d;
  padding: 45px 45px 80px 45px;
}
.sc-room-amenities .row [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.sc-room-amenities h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.sc-room-amenities h2 span {
  position: relative;
}
.sc-room-amenities h2 span:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: -45px;
}
.sc-room-amenities li {
  color: #ffffff;
  padding: 25px 0;
  border-bottom: 1px solid #887562;
}

.sc-baby-amenities {
  margin-bottom: 100px;
  color: #3a1c00;
  background: #d0c7bd;
  padding: 45px 45px 80px 45px;
}
.sc-baby-amenities h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.sc-baby-amenities h2 span {
  position: relative;
}
.sc-baby-amenities h2 span:after {
  content: "";
  position: absolute;
  background: #3a1c00;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: -45px;
}
.sc-baby-amenities .baby-amenities-note {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.baby-amenities-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.baby-amenities-list .baby-ame-box {
  padding: 1rem 2.75rem;
}
.baby-amenities-list .baby-ame-box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.baby-amenities-list figure {
  margin-bottom: 30px;
}
.baby-amenities-list figure img {
  min-width: 65px;
}
.baby-amenities-list .ame-name {
  font-size: 20px;
  font-weight: 600;
}

.check-availability-button {
  margin-bottom: 100px;
}
.check-availability-button a {
  width: 100%;
  max-width: 408px;
  min-height: 85px;
  color: #3a1c00;
  font-size: 24px;
  text-decoration: none;
  background: rgb(248, 221, 158);
  background: linear-gradient(80deg, rgb(248, 221, 158) 0%, rgb(167, 135, 73) 90%);
  -webkit-box-shadow: 0 0.15rem 1rem rgba(58, 28, 0, 0.35) !important;
          box-shadow: 0 0.15rem 1rem rgba(58, 28, 0, 0.35) !important;
  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;
  font-weight: 600;
  letter-spacing: 1px;
}

.sc-room {
  position: relative;
  margin-top: 50px;
}
.sc-room:after {
  content: "";
  position: absolute;
  background: url("../../../images/room-pattern-bg.png") repeat;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc-room .container {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  padding-top: 100px;
  max-width: 1360px !important;
}
.sc-room h1 {
  color: #e2c57a;
  font-size: 70px;
  margin-bottom: 40px;
}
.sc-room h2 {
  font-size: 50px;
  color: #e2c57a;
}
.sc-room .dt-room-lt {
  color: #ffffff;
  min-height: 238px;
}
.sc-room .view--more-btn {
  color: #ffffff;
  font-size: 20px;
  margin: 0 !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  min-width: auto;
}
.sc-room .dt-room-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.sc-room .room-box {
  position: relative;
}
.sc-room .room-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sc-room .room-box .room-dt {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 1rem 60px;
}
.sc-room .room-box figure {
  aspect-ratio: 2.22;
  overflow: hidden;
}
.sc-room .room-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.plan-section {
  margin-bottom: 100px;
  color: #3a1c00;
  background: #d0c7bd;
  padding: 45px 45px 60px 45px;
}
.plan-section h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.plan-section h2 span {
  position: relative;
}
.plan-section h2 span:after {
  content: "";
  position: absolute;
  background: #3a1c00;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: -45px;
}
.plan-section .plan-note {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.plan-section .icon-plan {
  position: relative;
}
.plan-section .icon-plan small {
  position: absolute;
  top: 9px;
  left: 45%;
  font-size: 10px;
  font-weight: bold;
}
.plan-section .plan-list {
  font-weight: 600;
}
.plan-section .plan-list .d-flex.align-items-center {
  border-bottom: 1px solid #b4a799;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.plan-section .plan-list .d-flex.align-items-center .plan-payment {
  margin-top: 6px;
}
.plan-section .day-user-plan .plan-list .d-flex.align-items-center {
  border: 0;
  padding-bottom: 0;
}

.smooth-links a {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: calc(33.3333333333% - 2rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.smooth-links a:hover:after {
  background: #ffffff;
}
.smooth-links a:hover:before {
  border-color: #ffffff transparent transparent transparent;
}
.smooth-links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b3a595;
  height: 1px;
  width: 100%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.smooth-links a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #b3a595 transparent transparent transparent;
  margin: auto;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.smooth-links.sticky {
  position: fixed !important;
  top: 120px;
  width: 100%;
  background: #a08f7b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sc-rooftop {
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 120px;
  position: relative;
}
.sc-rooftop:after {
  content: "";
  position: absolute;
  background: #d0c7bd;
  width: 100%;
  height: 35%;
  bottom: 0;
}
.sc-rooftop .container {
  max-width: calc(960px + 1rem) !important;
  position: relative;
  z-index: 1;
}
.sc-rooftop .slick-slider {
  margin-bottom: 50px;
}
.sc-rooftop .slick-slider .slick-slide figure {
  aspect-ratio: 1.68;
  margin-bottom: 0;
}
.sc-rooftop .slick-slider .slick-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 250px;
}
.sc-rooftop .slick-slider .slick-prev {
  left: 0;
  background: url("../../../images/icons/slide-icon-prev.svg") no-repeat;
  width: 50px;
  height: 100px;
  z-index: 1;
}
.sc-rooftop .slick-slider .slick-prev:before {
  content: none;
}
.sc-rooftop .slick-slider .slick-next {
  right: 0;
  background: url("../../../images/icons/slide-icon-next.svg") no-repeat;
  width: 50px;
  height: 100px;
  z-index: 1;
}
.sc-rooftop .slick-slider .slick-next:before {
  content: none;
}
.sc-rooftop .title {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 35px;
}

#rooftop-bar:after {
  background: #6d553d;
  height: 35%;
}
#rooftop-bar .rooftopbar-detail {
  color: #ffffff;
}

.rooftopbar-timining,
.rooftopbar-charge,
.rooftopbar-capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar-menu-button {
  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;
}
.bar-menu-button a {
  background: #44270c;
  width: 100%;
  max-width: 320px;
  height: 70px;
  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: #ffffff;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
}
.bar-menu-button .icon {
  margin-right: -8px;
  margin-top: -5px;
}

#function-area:after {
  height: 50%;
}

.rooftopbar-detail {
  color: #3a1c00;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rooftopbar-detail span {
  font-size: 20px;
}
.rooftopbar-detail small {
  font-size: 12px;
}

.equipment {
  position: relative;
  border: 1px solid #a39384;
  padding: 30px;
  margin-top: 35px;
}
.equipment .equip-text {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
.equipment .equip-text span {
  font-size: 20px !important;
  font-weight: 600;
  background: #d0c7bd;
  display: inline-block;
  padding: 0 1rem;
}
.equipment .text-center {
  font-size: 16px;
}

.gallery-page .big-text {
  color: #ffffff;
  font-size: 64px;
}

.gallery-list {
  padding-bottom: 100px;
}
.gallery-list a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery-list figure {
  overflow: hidden;
  background: #e9eef1;
  margin-bottom: 0 !important;
}
.gallery-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.gallery-list .row {
  margin-left: -8px;
  margin-right: -8px;
}
.gallery-list .row [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  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;
  aspect-ratio: 1.1;
  overflow: hidden;
  margin-bottom: 1rem;
}
.gallery-list .row [class*=col-] a {
  background: #e9eef1;
  height: 100%;
  width: 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;
}

.contact-page .sub-banner-caption,
.activity-page .sub-banner-caption,
.news-page .sub-banner-caption,
.reservation-page .sub-banner-caption {
  bottom: calc(50% - 60px);
}

.contact-form {
  margin-bottom: 100px;
  color: #3a1c00;
  background: rgba(208, 199, 189, 0.75);
  padding: 45px 45px 80px 45px;
}
.contact-form h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.contact-form h2 span {
  position: relative;
}
.contact-form h2 span:after {
  content: "";
  position: absolute;
  background: #3a1c00;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: -45px;
}
.contact-form .contact-note {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.contact-form .required-field {
  border: 1px solid #b2a597;
  width: 100%;
  max-width: 230px;
  min-height: 36px;
  font-weight: 600;
  margin: 0 auto;
}
.contact-form form {
  max-width: 700px;
  margin: 2rem auto 0 auto;
}
.contact-form form .col-form-label {
  font-weight: 600;
}
.contact-form form .form-box {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form form .form-control {
  border-radius: 0;
}
.contact-form form input.form-control,
.contact-form form select.form-select {
  min-height: 64px;
  border-radius: 0;
  border: 0;
}
.contact-form form textarea {
  border: 0;
}
.contact-form .confirm-button-group {
  margin-top: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form .confirm-button-group a {
  font-size: 20px;
  font-weight: 600;
}
.contact-form .confirm-button-group button {
  width: 100%;
  max-width: 322px;
  min-height: 72px;
  border: 0;
  outline: 0;
  background: #6d553d;
  font-size: 20px;
  font-weight: 600;
}
.contact-form .contact-address {
  line-height: 2;
}

.contact_complete .contact-note {
  font-size: 62px;
}

.sc-googlemap {
  margin-bottom: 100px;
}

.activity-note {
  color: #ffffff;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.activity-list figure {
  aspect-ratio: 1.33;
}
.activity-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity-box {
  margin-bottom: 100px;
}
.activity-box figure {
  overflow: hidden;
  cursor: pointer;
}
.activity-box figure img {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.activity-box figure:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.activity-dt {
  color: #ffffff;
}
.activity-dt h2 {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.activity-dt h2:after {
  content: "";
  background: #ffffff;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 100px);
}
.activity-dt h4 {
  font-size: 24px;
}
.activity-dt .activity-info p {
  font-size: 20px;
}

.reservation-button {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.reservation-button a {
  background: rgb(106, 87, 68);
  background: -webkit-gradient(linear, left top, right top, color-stop(67%, rgb(106, 87, 68)), to(rgb(59, 29, 1)));
  background: linear-gradient(90deg, rgb(106, 87, 68) 67%, rgb(59, 29, 1) 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  max-width: 320px;
  min-height: 72px;
  width: 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;
}

.news-page .content-wrap > .container {
  position: relative !important;
  z-index: 2;
}

.news-list {
  margin-bottom: 100px;
}
.news-list ul.nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  border: 0;
}
.news-list ul.nav .nav-link {
  background: none;
  color: #c9c1b7;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.news-list ul.nav .nav-link.active, .news-list ul.nav .nav-link:hover {
  color: #ffffff;
}
.news-list ul.nav .nav-link.active span:before, .news-list ul.nav .nav-link:hover span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
.news-list ul.nav .nav-link.active span:after, .news-list ul.nav .nav-link:hover span:after {
  background: #ffffff;
  -webkit-transition: ease;
  transition: ease;
}
.news-list ul.nav .nav-link span {
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.news-list ul.nav .nav-link span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c9c1b7;
  height: 2px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.news-list .tab-content {
  color: #ffffff;
}
.news-list .tab-content figure {
  aspect-ratio: 1.32;
  margin-bottom: 20px;
}
.news-list .tab-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .tab-content .news-box {
  margin-bottom: 100px;
}
.news-list .tab-content .news-box figure {
  background-color: #BBA58E;
  overflow: hidden;
  cursor: pointer;
}
.news-list .tab-content .news-box figure:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news-list .tab-content .news-box figure img {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.news-list .tab-content .news-info {
  position: relative;
  padding-left: 50px;
}
.news-list .tab-content .news-info:after {
  content: "";
  position: absolute;
  left: 30px;
  top: -70px;
  width: 1px;
  height: calc(100% + 70px);
  background: #ffffff;
}
.news-list .tab-content .news-info .news-label {
  min-width: 120px;
  min-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 12px;
  background: #6d553d;
  color: #ffffff;
  border-radius: 25px;
}
.news-list .tab-content .news-info .news-label.news-label-gray {
  background-color: #686360;
}
.news-list .tab-content .news-info .news-label.news-label-brown {
  background-color: #A9720E;
}
.news-list .tab-content .news-info .news-label.news-label-green {
  background-color: #004E4E;
}
.news-list .tab-content .news-info h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.news-list .tab-content .news-info .viewmore-button {
  margin-top: 30px;
}
.news-list .tab-content .news-info .viewmore-button a {
  color: #ffffff;
  font-size: 20px;
}
.news-list .tab-content .news-info .viewmore-button .btn-plain {
  background: transparent !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin: 0 !important;
  height: auto !important;
}

.pagination {
  margin-bottom: 3rem;
}
.pagination a {
  color: #c2b7aa;
  font-size: 20px;
  background: none !important;
  margin: 0 8px;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0 !important;
  text-align: center;
  min-width: 50px;
  font-family: "Cormorant";
}
.pagination a:hover, .pagination a.active {
  background: none !important;
  color: #ffffff;
}
.pagination a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none !important;
  color: #ffffff;
}
.pagination a.active {
  border-color: white !important;
  color: #ffffff;
}
.pagination .page-item span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 20px;
}
.pagination .page-item.active a {
  border-color: white !important;
}
.pagination .page-item.prev,
.pagination .page-item.next {
  background: none;
  border: 0;
  color: #ffffff;
}

.reservation-page .content-wrap {
  color: #ffffff;
  padding-bottom: 60px;
}
.reservation-page figure {
  margin-bottom: 70px;
}
.reservation-page figure img {
  height: 100% !important;
}
.reservation-page .reservation-text {
  margin-bottom: 70px;
}
.reservation-page .reservation-info {
  margin-bottom: 70px;
}
.reservation-page .reservation-info span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 0;
  border-bottom: 1px solid #b3a595;
}
.reservation-page .reservation-info span.span-lt {
  min-width: 200px;
  margin-right: 10px;
}
.reservation-page .reservation-info span.span-rt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reservation-page .reservation-button {
  margin-bottom: 2rem;
}
.reservation-page .back-button {
  font-size: 20px;
  margin-bottom: 30px;
}
.reservation-page .back-button a {
  margin-top: 0 !important;
}

@media screen and (min-width: 1499.99px) {
  .sc-room-list .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sc-room-list .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sc-room-amenities {
    padding-left: 140px;
    padding-right: 140px;
  }
  .plan-section .plan-list {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .contact-page .sub-banner-caption,
  .activity-page .sub-banner-caption,
  .news-page .sub-banner-caption,
  .reservation-page .sub-banner-caption,
  .gallery-page .sub-banner-caption {
    bottom: calc(50% - 90px);
  }
  .contact-page .big-text,
  .activity-page .big-text,
  .news-page .big-text,
  .reservation-page .big-text,
  .gallery-page .big-text {
    font-size: 56px;
  }
}
@media screen and (max-width: 991.98px) {
  .content-wrap {
    padding-top: 100px;
  }
  .content-wrap::before {
    left: -105px;
    scale: 0.7;
  }
  .content-wrap::after {
    right: -137px;
    scale: 0.7;
  }
  .contact-page .big-text,
  .activity-page .big-text,
  .news-page .big-text,
  .reservation-page .big-text,
  .gallery-page .big-text {
    font-size: 48px;
  }
  .sc-sub-banner {
    height: 300px;
  }
  .sc-sub-banner > img {
    max-height: 100%;
    height: 100%;
  }
  .news-list {
    margin-bottom: 70px;
  }
  .news-list ul.nav {
    margin-bottom: 70px;
  }
  .news-list .tab-content .news-info {
    padding-left: 48px;
  }
  .news-list .tab-content .news-info h1 {
    font-size: 32px;
  }
  .news-list .tab-content .news-info::after {
    left: 20px;
  }
  .contact-form {
    margin-bottom: 70px;
  }
  .contact-form form input.form-control {
    min-height: 56px;
  }
  .activity-dt h2 {
    font-size: 36px;
  }
  .activity-box {
    margin-bottom: 70px;
  }
  .sc-rooftop {
    margin-top: -70px;
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .sc-rooftop .title {
    font-size: 36px;
  }
  .smooth-links a {
    font-size: 20px;
    white-space: nowrap;
  }
  .room-wrap {
    margin-bottom: 50px;
  }
  .sc-room-amenities {
    margin-bottom: 70px;
    padding: 45px 30px 60px;
  }
  .sc-room-amenities li {
    padding: 20px 0;
  }
  .sc-baby-amenities {
    margin-bottom: 70px;
  }
  .sc-baby-amenities h2 {
    margin-bottom: 30px;
  }
  .baby-amenities-list figure {
    margin-bottom: 20px;
  }
  .baby-amenities-list figure img {
    min-width: 50px;
    width: 50px;
  }
  .baby-amenities-list .baby-ame-box {
    padding: 1rem 1.5rem;
  }
  .check-availability-button {
    margin-bottom: 70px;
  }
  .sc-room .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sc-room .room-box .room-dt {
    padding-right: 30px;
    padding-left: 30px;
  }
  .plan-section {
    padding: 45px 30px 50px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .activity-dt .para-text {
    padding-right: 0 !important;
  }
  .activity-dt h4 br {
    display: none;
  }
}
@media screen and (max-width: 576.99px) {
  .header .navigation .nav-list {
    width: 100%;
  }
  .plan-section,
  .sc-room-amenities,
  .sc-baby-amenities,
  .check-availability-button {
    margin-bottom: 60px;
  }
  .content-wrap {
    padding-top: 80px;
  }
  .content-wrap:before {
    background-size: 100%;
    width: 40%;
  }
  .content-wrap:after {
    background-size: 100%;
    width: 50%;
    right: -60px;
  }
  .sc-sub-banner {
    height: 220px;
  }
  .sc-sub-banner:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#252121), color-stop(80%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0deg, #252121, hsla(0, 0%, 100%, 0) 80%);
  }
  .sub-banner-caption {
    bottom: 0;
  }
  .sub-banner-caption .big-text {
    font-size: 46px;
  }
  .contact-page .sub-banner-caption,
  .activity-page .sub-banner-caption,
  .news-page .sub-banner-caption,
  .reservation-page .sub-banner-caption,
  .gallery-page .sub-banner-caption {
    bottom: calc(50% - 85px);
  }
  .contact-page .big-text,
  .activity-page .big-text,
  .news-page .big-text,
  .reservation-page .big-text,
  .gallery-page .big-text {
    font-size: 40px;
  }
  .sc-room-amenities,
  .sc-baby-amenities {
    padding: 45px 1rem 2rem;
  }
  .sc-room-amenities .container,
  .sc-baby-amenities .container {
    padding: 45px 1rem 45px;
  }
  .sc-room-amenities h2,
  .sc-baby-amenities h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sc-baby-amenities .baby-ame-box {
    padding: 1rem 1rem;
    width: 50%;
    text-align: center;
  }
  .room-wrap {
    margin-bottom: 40px;
  }
  .baby-amenities-list .baby-ame-box {
    padding: 1rem 1.75rem;
  }
  .sc-room h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .sc-room h2 {
    font-size: 24px;
  }
  .sc-room .room-box .room-dt {
    padding: 1rem 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc-room .room-box .room-dt h2 {
    font-size: 30px;
  }
  .sc-room .room-box .room-dt p {
    margin-bottom: 0;
  }
  .sc-room .room-box .room-dt .view--more-btn {
    min-width: auto;
  }
  .sc-room .view--more-btn {
    font-size: 18px;
  }
  .sc-room .view--more-btn span {
    margin-right: 6px !important;
  }
  .sc-room .view--more-btn img {
    width: 30%;
    background-size: 100%;
  }
  .sc-rooftop {
    padding-bottom: 60px;
    margin-top: -50px;
    padding-top: 100px;
  }
  .sc-rooftop .slick-slider {
    margin-bottom: 20px;
  }
  .sc-rooftop .slick-slider .slick-next,
  .sc-rooftop .slick-slider .slick-prev {
    background-size: 100%;
    width: 30px;
    height: 60px;
  }
  .pagination a {
    font-size: 16px;
    margin: 0 8px;
    min-width: 40px;
  }
  .reservation-page figure {
    margin-bottom: 50px;
  }
  .reservation-page .reservation-text {
    margin-bottom: 24px;
  }
  .reservation-page .reservation-button {
    margin-bottom: 50px;
  }
  .reservation-page .reservation-info span {
    padding: 16px 0;
  }
  .reservation-page .reservation-info span.span-lt {
    min-width: 160px;
    width: 160px;
  }
  .plan-section {
    padding: 45px 1rem 2rem;
  }
  .check-in-out {
    margin-top: 0.5rem;
  }
  .check-in-out span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .plan-list div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .news-list .tab-content .news-info {
    padding-left: 44px;
  }
  .news-list .tab-content .news-info h1 {
    font-size: 28px;
  }
  .news-list .tab-content .news-box {
    margin-bottom: 60px;
  }
  .news-list ul.nav {
    margin-bottom: 50px;
    margin-left: -6%;
    margin-right: -6%;
  }
  .news-list ul.nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pagi-wrapper .pagination {
    margin-left: -6%;
    margin-right: -6%;
  }
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-form form .form-box {
    margin-bottom: 12px;
  }
  .contact-form form input.form-control {
    min-height: 52px;
  }
  .contact-form .confirm-button-group {
    margin-top: 3rem;
  }
  .contact-form .confirm-button-group button, .contact-form .confirm-button-group a {
    max-width: 100%;
    width: 100%;
  }
  .activity-box {
    margin-bottom: 50px;
  }
  .activity-box figure {
    margin-bottom: 1rem !important;
  }
  .activity-box .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .activity-box .col-md-6:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .activity-box .reservation-button a {
    max-width: 100%;
    min-height: 60px;
  }
  .activity-note {
    margin-bottom: 60px;
  }
  .activity-dt h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .activity-dt h4 {
    font-size: 20px;
  }
  .activity-info p {
    margin-bottom: 8px !important;
  }
  .smooth-links a {
    width: auto;
  }
  .sc-rooftop::after,
  #rooftop-bar::after {
    height: 50%;
  }
  #function-area:after {
    height: 64%;
  }
  .room-wrap {
    margin-bottom: 30px;
  }
  .sc-room-list {
    padding-bottom: 40px;
  }
  .sc-room-amenities {
    padding: 46px 30px 60px;
  }
  .sc-room-amenities li {
    padding: 16px 0;
  }
  .baby-amenities-list .baby-ame-box {
    padding: 1rem;
  }
  .sc-baby-amenities {
    padding: 45px 30px 40px;
    margin-bottom: 50px;
  }
  .sc-baby-amenities h2 {
    font-size: 32px;
  }
  .baby-amenities-list figure img {
    min-width: 40px;
    width: 40px;
  }
  .check-availability-button {
    margin-bottom: 50px;
    min-height: 70px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .check-availability-button a {
    font-size: 18px;
    max-width: 260px;
    min-height: 60px;
  }
  .sc-room .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .plan-section {
    padding-bottom: 40px;
  }
  .plan-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .contact-form {
    padding-bottom: 45px !important;
  }
  .contact-form .contact-note br {
    display: none;
  }
  .contact_complete .contact-note {
    font-size: 28px;
  }
  .activity-note, .sc-googlemap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  .content-wrap {
    padding-top: 60px;
  }
  .contact-page .big-text,
  .activity-page .big-text,
  .news-page .big-text,
  .reservation-page .big-text {
    font-size: 28px;
    line-height: 1.3;
  }
  .reservation-page .sub-banner-caption span {
    margin-bottom: 0;
  }
  .reservation-page .reservation-info > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reservation-page .reservation-info span {
    padding: 16px 0;
  }
  .reservation-page .reservation-info span.span-lt {
    min-width: 160px;
    width: 100%;
    padding-bottom: 6px;
  }
  .reservation-page .reservation-info span.span-rt {
    padding-top: 6px;
    border-bottom: 0;
  }
  .news-list .tab-content .news-box {
    margin-bottom: 40px;
  }
  .news-list .tab-content .news-info {
    padding-left: 36px;
  }
  .news-list .tab-content .news-info::after {
    left: 16px;
  }
  .contact-form {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-form form .form-box {
    margin-bottom: 8px;
  }
  .contact-form form input.form-control {
    min-height: 46px;
  }
  .sc-rooftop::after,
  #rooftop-bar::after {
    height: 58%;
  }
  #function-area:after {
    height: 69%;
  }
  .sc-room-amenities {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sc-room-amenities h2 {
    font-size: 24px;
  }
  .sc-room-amenities .row [class*=col-] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sc-baby-amenities {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sc-baby-amenities h2 {
    margin-bottom: 20px;
  }
  .baby-amenities-list .ame-name {
    font-size: 18px;
  }
  .sc-room .room-box .room-dt {
    padding-left: 16px;
    padding-right: 16px;
  }
  .check-availability-button {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-room .room-box {
    overflow: hidden;
  }
  .sc-room .room-box figure {
    aspect-ratio: 1.6;
  }
}