@import url(./formalize.css);
@import url(./normalize.css);
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

/* drawer */
.drawer {
  width: 425px;
  background: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 300ms;
  transform: translateX(-100%);
}
.drawer.open {
  transform: translateX(0);
  z-index: 9999999 !important;
}
.drawer-title {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 60px;
  font-size: 18px;
}
.drawer-title button {
  width: 40px;
  height: 40px;
  appearance: none;
  background: none;
}
.drawer-content {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 71px);
}
.drawer-nav {
  font-family: "Playfair Display", serif;
}
.drawer-nav a {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  padding: 8px 0;
}
.drawer-social {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.drawer-social a {
  color: #000;
  font-size: 18px;
  margin: 0 25px;
}
.drawer-btn {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 50px;
}
/* mobile bottom-bar */
.mobile-bottom-bar {
  display: none;
  height: 50px;
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.mobile-bottom-bar a {
  border-right: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mobile-bottom-bar a:first-child {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mobile-bottom-bar {
    display: flex;
  }
  #home-room-slider .owl-stage {
    left: -30px !important;
  }
}
/* header */
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 40px;
  height: 70px;
}
.header .logo-black {
  display: none;
}
.header .container-fluid {
  display: flex;
  padding: 0 45px;
  justify-content: space-between;
}
.header-menu {
  font-size: 12px;
  font-weight: 600;
}
.header-menu a {
  color: #fff;
  margin-right: 24px;
}
.header-info {
  min-width: 371px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}
.header-phone {
  margin-left: 18px;
}
.header-phone i {
  margin-right: 5px;
}
.header-rez {
  margin-left: 18px;
  margin-top: -10px;
}
.header-rez a {
  width: 125px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header-nav {
  margin-left: 18px;
  color: #fff;
  margin-top: -10px;
}
.header-nav button {
  appearance: none;
  background: none;
  color: #fff;
}
.header-nav button span {
  display: block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-bottom: 9px;
}
.header-lang:hover .header-lang-sub {
  padding-top: 15px;
  display: block;
  position: absolute;
  margin-left: -18px;
}
.header-lang-sub {
  display: none;
}
.header-lang ul {
  box-shadow: 0 10px 24px 24px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
  padding: 15px 0;
}
.header-lang ul li {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  min-width: 72px;
}
.header-lang ul a {
  color: #000;
}
.header-lang ul a:hover {
  text-decoration: underline;
}

.header-otel:hover .header-otel-sub {
  padding-top: 15px;
  display: block;
  position: absolute;
  margin-left: -18px;
}
.header-otel-sub {
  display: none;
}
.header-otel ul {
  box-shadow: 0 10px 24px 24px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: center;
  padding: 15px 0;
}
.header-otel ul li {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  min-width: 72px;
}
.header-otel ul a {
  color: #000;
}
.header-otel ul a:hover {
  text-decoration: underline;
}

.header-otel {
  margin-right: 17px;
}

/* For screens wider than 1280px */
@media (min-width: 1280px) {
  .header-otel {
    margin-left: 150px;
  }
}

/* For screens 1279px and narrower (including mobile devices) */
@media (max-width: 1279px) {
  .header-otel {
    margin-left: 10px;
  }
}


.header-white {
  background: #fff;
  box-shadow: 0 10px 24px 24px rgba(0, 0, 0, 0.16);
  padding: 0;
  position: sticky;
  top: 0;
}
.header-white .logo-white {
  display: none;
}
.header-white .logo-black {
  display: block;
}
.header-white .container-fluid {
  align-items: center;
  height: 70px;
}
.header-white .header-menu a {
  color: #000;
}
.header-white .header-info {
  color: #000;
  margin-top: 12px;
}
.header-white .header-rez a {
  border-color: #000;
  color: #000;
}
.header-white .header-nav button {
  color: #000;
}
.header-white .header-nav span {
  background: #000;
}

/* page head */
.page-head {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.page-head:before {
  content: "";
  display: block;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
  height: 1px;
  z-index: 99;
  position: absolute;
}
.page-head-bg img {
  width: 100%;
}
.page-head h1 {
  font-size: 72px;
  font-weight: 400;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  text-align: center;
}

.page-mini-head {
  padding-top: 155px;
}
.page-mini-head h1 {
  margin: 0;
  font-size: 32px;
}

/* main slider */
.main-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.main-slider #main-slider,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .item {
  height: 100%;
}
.main-slider .item img {
  height: 100%;
  object-fit: cover;
}
.main-slider-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
.main-slider-content:before {
  content: "";
  display: block;
  width: 100%;
  background: rgb(0, 133, 184);
  background: linear-gradient(
    180deg,
    rgb(0, 133, 184) 0%,
    rgba(0, 133, 184, 0) 100%
  );
  height: 200px;
  z-index: 99;
  position: absolute;
}
.main-slider-content h1 {
  font-size: 72px;
  margin: 0;
}
.main-slider-content p {
  font-size: 14px;
  max-width: 540px;
}
.main-slider-content .container {
  height: 100%;
}
.main-slider-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 0 45px 70px 45px;
}
.main-slider-social a {
  color: #fff;
  margin-right: 10px;
}
.main-slider-temperature {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

/* categories */
.categories-row {
  margin-top: 35px;
}

.home-room-slider-wrapper {
  position: relative;
}
.home-room-slider-wrapper .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 22px;
  height: 22px;
  background: #fff !important;
  display: block;
  top: -42px !important;
  font-size: 14px !important;
}
.home-room-slider-wrapper .owl-nav button.owl-prev {
  right: 30px;
}
.home-room-slider-wrapper .owl-nav button.owl-next {
  right: 0;
}

.category-box {
  position: relative;
  height: 480px;
  margin-bottom: 30px;
  overflow: hidden;
}
.category-box:hover > img {
  transform: scale(1.1);
}
.category-box img {
  transition: 300ms;
}
.category-box-head {
  height: 480px;
  background: #b6a999;
  padding: 55px 30px 40px 40px;
  margin-bottom: 30px;
}
.category-box-head-title,
.category-box-head .virtual-tour {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  font-family: "Playfair Display", serif;
  line-height: 60px;
}
.category-box-head .virtual-tour {
  font-size: 36px;
}
.category-box-head .virtual-tour img {
  margin-right: 20px;
  max-width: 45px;
  display: inline-block;
}
.category-box-head-description {
  line-height: 24px;
  color: #fff;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-box-head a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.category-box-head a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
.category-box img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
.category-box h3 {
  position: absolute;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  bottom: 38px;
}

/* page content */
.page-content {
  padding-top: 60px;
}

/* news */
.news-box {
  margin-bottom: 40px;
}
.news-box-image img {
  width: 100%;
}
.news-box-title {
  font-size: 21px;
  font-weight: 400;
  margin: 25px 0;
  line-height: 30px;
}
.news-box-title a {
  color: #000000;
}
.news-box-summary {
  font-size: 16px;
  color: #a2a3a1;
  line-height: 24px;
}
.news-box-more {
  display: flex;
  align-items: center;
  color: #868686;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.news-box-more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* gallery */
.gallery-category-tab {
  display: flex;
}
.gallery-category-tab li {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 12px;
  color: #8c8a8c;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
}
.gallery-category-tab li.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.gallery-tab-content {
  margin-top: 40px;
}
.gallery-box {
  max-height: 245px;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-box:hover img {
  transform: scale(1.1);
}
.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
}

.home-gallery-head {
  text-align: center;
  padding-top: 60px;
}
.home-gallery-head:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #b6a999;
  margin: 20px auto 30px auto;
}
.home-gallery-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: #b6a999;
  font-family: "Montserrat", sans-serif;
}
.home-gallery-head h4 {
  font-size: 32px;
  font-weight: 400;
}
.home-gallery-content img {
  width: 100%;
  height: 100%;
}
.home-gallery-content .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "left-1 center-1 right-big" "left-bottom center-2 right-big";
}
.home-gallery-content .right-big {
  grid-area: right-big;
}
.home-gallery-content .center-1 {
  grid-area: center-1;
}
.home-gallery-content .left-1 {
  grid-area: left-1;
}
.home-gallery-content .left-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "left-bottom-1 left-bottom-2";
  grid-area: left-bottom;
}
.home-gallery-content .left-bottom-1 {
  grid-area: left-bottom-1;
}
.home-gallery-content .left-bottom-2 {
  grid-area: left-bottom-2;
}
.home-gallery-content .center-2 {
  grid-area: center-2;
}

/* your experience */
.your-experiences {
  background: #b6a999;
  padding: 60px 0;
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* meeting */
.meeting-content {
  padding-left: 150px;
}
.meeting-content-title {
  font-size: 32px;
}
.meeting-content p {
  font-size: 16px;
  line-height: 24px;
  color: #a2a3a1;
  max-width: 465px;
}
.meeting-slider-wrapper {
  position: relative;
}
.meeting-slider-wrapper .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 21px) !important;
  font-size: 14px !important;
}
.meeting-slider-wrapper .owl-nav button.owl-prev {
  left: 20px;
}
.meeting-slider-wrapper .owl-nav button.owl-next {
  right: 20px;
}
.meeting-parallax {
  background: url(../img/meetingparallax.jpg);
}

.contact-form {
  padding-top: 210px;
  padding-bottom: 200px;
}
.contact-form-title {
  font-size: 32px;
  font-family: "Playfair Display", serif;
}
.contact-form input {
  height: 60px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
}
.contact-form textarea {
  height: 60px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  resize: none;
  padding-top: 17px;
}
.contact-form button {
  width: 164px;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #000;
  margin-top: 35px;
}

/* general */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: none;
  border-radius: 0;
  max-width: 316px;
  font-size: 14px;
  font-weight: 600;
}
.btn-main {
  line-height: 49px;
  border: 1px solid #707070;
  color: #000000;
}

/* content parallax */
.content-parallax {
  background-image: url(../img/contentparallax.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax 1*/
.content-parallax1 {
  background-image: url(../img/contentparallax1.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax1 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax1 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax1 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax1 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax2*/
.content-parallax2 {
  background-image: url(../img/contentparallax2.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax2 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax2 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax2 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax2 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax3*/
.content-parallax3 {
  background-image: url(../img/contentparallax3.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax3 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax3 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax3 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax3 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax4*/
.content-parallax4 {
  background-image: url(../img/contentparallax4.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax4 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax4 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax4 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax4 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax5*/
.content-parallax5 {
  background-image: url(../img/contentparallax5.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax5 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax5 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax5 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax5 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax6*/
.content-parallax6 {
  background-image: url(../img/contentparallax6.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax6 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax6 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax6 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax6 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax7*/
.content-parallax7 {
  background-image: url(../img/contentparallax7.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax7 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax7 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax7 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax7 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax8*/
.content-parallax8 {
  background-image: url(../img/contentparallax8.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax8 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax8 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax8 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax8 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax9*/
.content-parallax9 {
  background-image: url(../img/contentparallax9.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax9 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax9 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax9 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax9 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* content parallax10*/
.content-parallax10 {
  background-image: url(../img/contentparallax10.jpg);
  background-size: cover;
  height: 580px;
  margin-top: 30px;
}
.content-parallax10 h3 {
  font-size: 36px;
  color: #fff;
}
.content-parallax10 p {
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-top: 20px;
}
.content-parallax10 a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.content-parallax10 a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

.main-mini-slider {
  position: relative;
}
.main-mini-slider .owl-nav button {
  position: absolute;
  top: -30px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: none !important;
  display: block;
  font-size: 14px !important;
  color: #b6a999 !important;
}
.main-mini-slider .owl-nav button.owl-prev {
  left: calc(50% - 42px);
}
.main-mini-slider .owl-nav button.owl-next {
  left: 50%;
}
.main-mini-slider .owl-stage {
  padding: 50px 0;
}
.main-mini-slider img {
  height: 340px;
  object-fit: cover;
}

.main-mini-slider .owl-item {
  transition: 300ms;
}
.main-mini-slider .owl-item.center {
  transform: scale(1.2);
}

.main-mini-slider-box {
  position: relative;
}

.main-mini-slider-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
  opacity: 0;
  transition: 300ms;
  transform: scale(0);
}

.main-mini-slider .owl-item.center .main-mini-slider-title {
  opacity: 1;
  transform: scale(1);
}

.main-parallax {
  background-image: url(../img/mainparallax.jpg);
}

.page-welcome {
  max-width: 1000px;
  margin: 0 auto 35px auto;
}
.page-welcome h4 {
  font-size: 21px;
  line-height: 30px;
}

/* main promote */
.main-promote {
  background: url(../img/mainpromotebg.png);
  background-size: cover;
  height: 720px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-promote1 {
  background: url(../img/mainpromotebg1.jpg);
  background-size: cover;
  height: 720px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-promote2 {
  background: url(../img/mainpromotebg2.jpg);
  background-size: cover;
  height: 720px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-promote-slider {
  position: relative;
}
.main-promote-slider .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 42px) !important;
  font-size: 14px !important;
}
.main-promote-slider .owl-nav button.owl-prev {
  left: 20px;
}
.main-promote-slider .owl-nav button.owl-next {
  right: 20px;
}
.main-promote-content {
  padding-left: 130px;
  color: #fff;
}
.main-promote-content h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.main-promote-content p {
  max-width: 475px;
  margin-bottom: 15px;
  line-height: 24px;
}
.main-promote-content .more-wrapper {
  display: flex;
  align-items: flex-start;
}
.main-promote-content .more-content {
  margin-left: 25px;
  font-weight: 600;
  font-size: 14px;
}

.main-promote-content a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.main-promote-content a.more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.main-promote-content a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

/* rooms */
.rooms-page-header {
  background: url(../img/watermark.svg) no-repeat center center;
  min-height: 282px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.rooms-page-header h1 {
  font-size: 32px;
}
.rooms-page-header h1 span {
  color: #b6a999;
}
.rooms-page-header p {
  color: #a2a3a1;
  line-height: 19px;
}
.rooms-page-header .video-link-circle {
  padding: 5px;
  background: rgba(182, 169, 153, 0.3);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin: 25px auto 0 auto;
}
.rooms-page-header .video-link-circle span {
  background: rgba(182, 169, 153, 0.7);
  padding: 5px;
  display: block;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.rooms-page-header .video-link-circle a {
  background: rgb(182, 169, 153);
  display: flex;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
}
.rooms-page-header .video-link-circle a i {
  display: block;
  margin-bottom: 5px;
}

.room-detail-header-description {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  max-width: 924px;
  margin: 15px auto;
 color: #a0a0a0;
}
.room-detail-base-info {
  color: #868686;
  text-align: center;
  display: flex;
  justify-content: center;
}
.room-detail-base-info span {
  padding: 0 15px;
  display: flex;
}
.room-detail-base-info span img {
  margin-right: 5px;
}
.room-detail-reservation-btn {
  background: #bea27e;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  width: 230px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0 auto;
}
.room-detail-properties {
  display: flex;
  justify-content: center;
}
.room-detail-properties-wrapper {
  background: #f8f8f8;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.room-detail-properties-wrapper h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.room-detail-properties-wrapper .more-properties {
  color: #868686;
  border: 1px solid #868686;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  font-size: 14px;
  margin: 0 auto;
}
.room-detail-properties-wrapper .more-properties i {
  font-size: 12px;
  margin-left: 10px;
}
.room-detail-properties li {
  width: 230px;
  height: 200px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #868686;
  font-weight: 500;
  text-align: center;
  padding: 0 25px;
  margin: 0 15px;
}
.room-detail-properties li img {
  margin-bottom: 35px;
}
.room-detail-properties-list {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
}
.room-detail-properties-list li {
  width: 240px;
  margin-bottom: 15px;
  display: flex;
  padding-right: 15px;
}
.room-detail-properties-list li i {
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
  margin-top: 4px;
}
.room-detail-gallery {
  padding-top: 70px;
  position: relative;
}
.room-detail-gallery h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 400;
}
.room-detail-gallery h4 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
  white-space: nowrap;
  display: none;
}
.room-detail-gallery h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #b6a999;
  margin: 15px auto;
}
.room-detail-gallery .owl-item.center h4 {
  display: block;
}
.room-detail-gallery-wrapper {
  position: relative;
}
.room-detail-gallery .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 65px) !important;
  font-size: 14px !important;
}
.room-detail-gallery .owl-nav button.owl-prev {
  left: 20px;
}
.room-detail-gallery .owl-nav button.owl-next {
  right: 20px;
}
.room-detail-reservation {
  background: #f5f5f5;
  min-height: 580px;
}
.room-detail-reservation h5 {
  color: #bea27e;
  font-size: 36px;
}
.room-detail-reservation h4 {
  font-size: 75px;
}
.room-detail-reservation a.room-detail-reservation-btn {
  margin-top: 0;
}

.other-rooms {
  padding: 100px 85px 0 85px;
}
.other-rooms-title {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  margin-bottom: 25px;
  text-align: center;
}
.other-rooms .item a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s all;
  overflow: hidden;
}

.other-rooms .item a .other-room-image {
  width: 542px;
  height: 721px;
  background-size: cover;
  background-position: center center;
  transition: 0.3s all;
}

.other-rooms .item a:hover .other-room-image {
  transform: scale(1.1, 1.1);
}

.other-rooms-slider-wrapper {
  position: relative;
}
.other-rooms .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 21px) !important;
  font-size: 14px !important;
}
.other-rooms .owl-nav button.owl-prev {
  left: 20px;
}
.other-rooms .owl-nav button.owl-next {
  right: 20px;
}

.other-room-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px 40px;
}
.other-room-content h2 {
  font-size: 31px;
  color: white;
  margin-bottom: 10px;
}
.other-room-content span {
  font-weight: 100;
}

.service-category-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 50px;
}
.service-category-menu a {
  font-size: 18px;
  font-weight: 600;
  color: #868686;
  line-height: 37px;
  display: block;
  border-bottom: 3px solid transparent;
  padding: 0 5px;
  transition: 300ms;
}
.service-category-menu a.active {
  background: rgba(182, 169, 153, 0.1);
  color: #b6a999;
  border-color: #b6a999;
}
.service-category-menu a:hover {
  border-color: #b6a999;
}
.service-row {
  padding: 35px;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.service-row.pr-0 {
  padding-right: 0 !important;
}
.service-row.pl-0 {
  padding-left: 0 !important;
}
.service-row.center {
  background: #f4f4f4;
}
.service-content {
  padding: 0 150px;
}
.service-content h2 {
  font-size: 32px;
}
.service-content h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #b6a999;
  margin-top: 15px;
}
.service-content .video-link {
  display: flex;
  align-items: center;
  color: #868686;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.service-content .video-link i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 13px;
  color: #000;
}
.service-content a.details {
  border: 1px solid #a2a3a1;
  width: 113px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a2a3a1;
  margin-bottom: 25px;
}
.service-description {
  color: #a2a3a1;
  line-height: 24px;
  margin: 25px 0;
  max-width: 470px;
}
.service-properties {
  display: flex;
}
.service-properties li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #a2a3a1;
}
.service-properties li img {
  margin-right: 10px;
  flex-shrink: 0;
}
.service-properties li span {
  flex-shrink: 0;
}
.service-properties li span strong {
  display: block;
  font-weight: 600;
}
.service-badge-title {
  font-size: 24px;
  font-weight: 600;
  color: #b6a999;
}
.service-slider-wrapper {
  position: relative;
}
.service-slider-wrapper .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 21px) !important;
  font-size: 14px !important;
}
.service-slider-wrapper .owl-nav button.owl-prev {
  left: 20px;
}
.service-slider-wrapper .owl-nav button.owl-next {
  right: 20px;
}

/* general content */
.general-content-row {
  margin-top: 60px;
}
.general-content h2 {
  font-size: 32px;
  width: 470px;
  font-weight: 400;
  max-width: 100%;
}
.general-content p {
  color: #a2a3a1;
  margin-top: 15px;
  max-width: 470px;
}
.general-content a.more {
  min-width: 350px;
  display: flex;
  align-items: center;
  color: #868686;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}
.general-content a.more i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #868686;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
.general-content-slider {
  position: relative;
}
.general-content-slider .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8) !important;
  display: block;
  top: calc(50% - 21px) !important;
  font-size: 14px !important;
}
.general-content-slider .owl-nav button.owl-prev {
  left: 20px;
}
.general-content-slider .owl-nav button.owl-next {
  right: 20px;
}
.general-content-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.general-content-slider .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
}
.general-content-slider .owl-dots .owl-dot.active {
  background: white;
}

/* promotion video */
.promotion-video {
  background: #eeeeee;
  padding: 80px 0;
  margin-top: 80px;
}
.promotion-video a {
  display: block;
  position: relative;
}
.promotion-video i {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 37.5px);
  left: calc(50% - 37.5px);
}
.promotion-video img {
  max-width: 100%;
}
/* event promotion */
.event-promotion {
  padding-top: 180px;
  padding-bottom: 170px;
  position: relative;
}
.event-promotion.gray {
  background: #eee;
  margin-bottom: -50px;
}
.event-promotion-title {
  font-size: 36px;
}
.event-promotion-date {
  color: #a2a3a1;
  margin-bottom: 40px;
}
.event-promotion .owl-nav button {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: #fff !important;
  display: block;
  top: -105px;
  font-size: 14px !important;
}
.event-promotion .owl-nav button.owl-prev {
  right: 200px;
}
.event-promotion .owl-nav button.owl-next {
  right: 170px;
}

@media screen and (min-width: 768px) {
  .event-promotion {
    padding-left: calc((100% - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .event-promotion {
    padding-left: calc((100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .event-promotion {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .event-promotion {
    padding-left: calc((100% - 1320px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .event-promotion {
    padding-left: calc((100% - 1530px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1530px !important;
  }
}
@media screen and (max-width: 1920px) {
  .meeting-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .service-content {
    padding: 35px 75px;
  }
  .category-box {
    overflow: hidden;
  }
  .category-box-head-title,
  .category-box-head .virtual-tour {
    font-size: 36px;
  }
}
/* footer */
.footer {
  background: #101010;
  padding-top: 85px;
}
.footer-social {
  max-width: 276px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer-social a {
  font-size: 18px;
  color: #fff;
  margin: 0 5px;
}
.footer-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.footer-nav a {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}
.footer-contact {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
}
.footer-contact p {
  margin: 0 0 10px 0;
}
.footer-bottom {
  margin-top: 85px !important;
  padding-bottom: 25px;
}
.footer .copyright {
  color: #868686;
}
.footer .designer {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

/* responsive */
@media screen and (max-width: 1170px) {
  .drawer {
    width: 300px;
  }
  .drawer-title {
    padding: 10px 20px;
  }
  .drawer-content {
    padding: 20px 30px;
  }
  .header {
    background: #fff;
    box-shadow: 0 10px 24px 24px rgba(0, 0, 0, 0.16);
    padding: 0;
    position: sticky;
    top: 0;
    padding-top: 10px;
  }
  .header .logo-white {
    display: none;
  }
  .header .logo-black {
    display: block;
    height: 53px;
  }
  .header .container-fluid {
    align-items: center;
    height: 50px;
    padding: 0 15px;
  }
  .header .header-menu a {
    color: #000;
  }
  .header .header-info {
    color: #000;
    margin-top: 12px;
  }
  .header .header-nav button {
    color: #000;
  }
  .header .header-nav span {
    background: #000;
  }
  .header-menu,
  .header-phone,
  .header-rez {
    display: none;
  }
  .header-info {
    margin-left: auto;
    min-width: 0;
    margin-top: 20px;
  }
  .header-logo img {
    height: 30px;
  }
  .header .logo-white {
    display: none;
  }
  .header .logo-black {
    display: block;
  }
  .main-slider-content:before {
    height: 100%;
  }
  .main-slider-content .container {
    position: relative;
    z-index: 99;
  }
  .gallery-category-tab {
    flex-wrap: wrap;
    gap: 20px;
  }
  .gallery-category-tab li {
    margin-right: 0;
  }
  .page-head {
    height: auto;
  }
  .page-head-bg {
    /*# height: 250px;*/
  }
  .page-head-bg img {
    height: 100%;
  }
  .page-head h1 {
    font-size: 36px;
    text-align: center;
  }
  .room-detail-base-info {
    flex-wrap: wrap;
    gap: 15px;
  }
  .room-detail-properties {
    flex-wrap: wrap;
  }
  .room-detail-properties li {
    margin-bottom: 30px;
  }
  .room-detail-properties-list {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .room-detail-properties-list li {
    width: 100%;
  }
  .room-detail-reservation {
    min-height: 0;
    padding: 50px;
    text-align: center;
  }
  .room-detail-reservation h4 {
    font-size: 36px;
  }
  .room-detail-reservation-btn {
    font-size: 12px;
    height: 50px;
    margin-top: 40px !important;
  }
  .your-experiences {
    position: relative;
  }
  .your-experiences .owl-nav button {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.8) !important;
    display: block;
    top: calc(50% - 21px) !important;
    font-size: 14px !important;
    color: #000 !important;
  }
  .your-experiences .owl-nav button.owl-prev {
    left: 20px;
  }
  .your-experiences .owl-nav button.owl-next {
    right: 20px;
  }
  .service-category-menu {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
  }
  .promotion-video img {
    width: 100%;
  }
  .event-promotion {
    padding: 30px;
  }
  .main-promote-content {
    padding-left: 0;
  }
  .service-row.pr-0 {
    padding-right: 30px !important;
  }
  .service-row.pl-0 {
    padding-left: 30px !important;
  }
  .main-services {
    overflow-x: hidden;
  }
  .event-promotion .owl-nav button.owl-prev {
    right: 50px;
  }
  .event-promotion .owl-nav button.owl-next {
    right: 0;
  }
  .footer {
    padding: 30px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-menu,
  .footer-logo,
  .footer-contact {
    margin-top: 30px;
  }
  .footer-social {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .content-parallax,
  .main-parallax {
    height: auto;
    padding: 50px 0;
  }
  .main-mini-slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 667px) {
  .service-content {
    padding: 0px;
    margin-bottom: 30px;
  }
  .home-gallery-content .container {
    display: flex;
    flex-wrap: wrap;
  }
  #experience-slider {
    margin-top: 30px;
  }
  .page-head h1 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 28px;
  }
  .room-detail-gallery h4 {
    font-size: 22px;
  }
  .service-row {
    padding: 15px;
    margin: 0;
  }
  .other-rooms {
    padding: 60px 30px 0 30px;
  }
  .other-rooms .item a .other-room-image {
    width: 100%;
    max-height: 600px;
  }
}
.uk-slideshow-items .mobile-image {
  display: none;
}
.uk-slideshow-items h2 {
  font-size: 64px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 998px) {
  #main-slider {
    height: calc(100vh - 170px) !important;
    overflow: hidden;
  }
  .uk-slideshow-items .desktop-image {
    display: none;
  }
  .uk-slideshow-items .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .uk-slideshow-items h2 {
    font-size: 36px !important;
  }
}
/*# sourceMappingURL=style.css.map */
