@font-face {
  font-family: 'Gotham';
  src: url('/fonts/gothambook-webfont.eot');
  src: url('/fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothambook-webfont.woff2') format('woff2'),
       url('/fonts/gothambook-webfont.woff') format('woff'),
       url('/fonts/gothambook-webfont.ttf') format('truetype'),
       url('/fonts/gothambook-webfont.svg#gothambook') format('svg');
  font-weight: 400;
  font-style: normal;

}
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/gothammedium-webfont.eot');
  src: url('/fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothammedium-webfont.woff2') format('woff2'),
       url('/fonts/gothammedium-webfont.woff') format('woff'),
       url('/fonts/gothammedium-webfont.ttf') format('truetype'),
       url('/fonts/gothammedium-webfont.svg#gothammedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/gothambold-webfont.eot');
  src: url('/fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothambold-webfont.woff2') format('woff2'),
       url('/fonts/gothambold-webfont.woff') format('woff'),
       url('/fonts/gothambold-webfont.ttf') format('truetype'),
       url('/fonts/gothambold-webfont.svg#gothambold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/fonts/gothambold-webfont.eot');
  src: url('/fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothambold-webfont.woff2') format('woff2'),
       url('/fonts/gothambold-webfont.woff') format('woff'),
       url('/fonts/gothambold-webfont.ttf') format('truetype'),
       url('/fonts/gothambold-webfont.svg#gothambold') format('svg');
       font-weight: bold;
       font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('/fonts/gothamlight-webfont.eot');
  src: url('/fonts/gothamlight-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/gothamlight-webfont.woff2') format('woff2'),
       url('/fonts/gothamlight-webfont.woff') format('woff'),
       url('/fonts/gothamlight-webfont.ttf') format('truetype'),
       url('/fonts/gothamlight-webfont.svg#gothamlight') format('svg');
  font-weight: normal;
  font-style: normal;

}
body {
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  background: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  position: relative;
}
h1, h2, h3, h4, h5 {color: #000;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: "Gotham", times, serif;}
.image-container,.content-text-slide p,.content-text-slide span{font-family: "Gotham", times, serif !important;}
h1,h2{text-transform: uppercase;}
h2,.h2{font-weight: 500;}
.font-light{font-family: 'GothamLight', sans-serif;}
::-moz-selection {
  color: #fff;
  background: #ffba5a;
}

::selection {
  color: #fff;
  background: #ffba5a;
}

a {
  color: #000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
.text-black{color: #000!important;}
.bg-light {
  background: #f5f5f5 !important;
}

.font-medium {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

.container-fluid {
  max-width: 95%;
}
.container-footer {
  max-width: 85%;
}
address{color: #545757}
.btn {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 20px 50px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0; }
  .btn.btn-outline-black {
    color: #fff;
    background-color: #000;
    border: 2px solid #fff; }
    .btn.btn-outline-black:hover {
      border: 2px solid transparent;
      background: #fff;
      color: #000; }
  .btn.btn-outline-white {
    color: #fff;
    border: 2px solid #fff; }
    .btn.btn-outline-white:hover {
      border: 2px solid transparent;
      background: #000;
      color: #fff; }
  .btn.uppercase {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em; }
.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-border-black{
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.btn-border-black:hover{
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.underline{
  text-decoration: underline;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none; }
.btn-explore{
  color: #fff;
  border: 1px solid #969696;
}
.overlay-offer .btn-explore{
  color: #fff;
  width: 230px;
  border: 1px solid #fff;
}
.dining .btn-explore{
  width: 60%;
}
.dining img{
  margin-bottom: 1rem;
}
.modal-content .btn.btn-outline-black:hover {
  background: #919191;
}
.btn-explore:hover{
  color: #000;
  background-color: #fff;
}
.btn-white{
  color: #000;
  background-color: #fff;
  border: 2px solid transparent;
}
.btn-white:hover{
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
.btn-black{
  color: #fff;
  background-color: #000;
}
.btn-explore-black{
  color: #000;
  background-color: transparent;
}
.btn-explore-black:hover{
  color: #000;
  background-color: #000;
}
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-radius: 0;
  border-width: 2px;
}
.explore-more-arrow{
  padding: 10px 0;
}
.explore-more-arrow svg path{ -webkit-transition: .3s all ease;-o-transition: .3s all ease;transition: .3s all ease;}
.explore-more-arrow:hover svg path{ stroke: #fff; }
.explore-more-arrow svg {
  width: 38px;
  margin-left: 10px;
}
.explore-more-arrow:hover {
  color: #000;
}
.explore-more-arrow:hover svg path {
  stroke: #000;
}
.form-control:active,
.form-control:focus {
  border-color: #ffba5a;
}
.spa-text{
  color: #C2B59B;
}
.cursor-pointer{
  cursor: pointer;
}
textarea.form-control {
  height: inherit;
}
.des h2,.des .h2,.villa-content h3,.villa-content h4{
  color: #fff;
  margin-bottom: 1rem;
}
.des{
  color: #969696;
}
.des-villa{
  color: #000;
}
.des-villa ul,.des-villa ol{
  padding-left: 18px;
}
.des .d-flex p{
  text-align: left;
  padding: 1.5rem 0;
}
.text-call{
  color: #969696;
}
.des .d-flex img{
  height: 600px;
  object-fit: cover;
}
.des .d-flex .d-flex-1{
  width: 60%;
  padding-right: 10px;
}
.des .d-flex .d-flex-2{
  width: 40%;
  padding-left: 10px;
}

.site-header.scrolled .site-menu-toggle {
  position: relative;
}

.site-header.scrolled .site-logo {
  position: relative;
  z-index: 100;
}
body.menu-open {
  overflow: hidden;
}

.menu-open {
  position: relative;
}

.menu-open .site-header {
  position: fixed;
}

.menu-open .site-logo {
  position: relative;
  z-index: 100;
}
.menu-open .site-logo .logo{
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 11;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-header.scrolled {
  padding: 10px 0;
  background: #000;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.site-logo {
  text-align: center;
}

.site-logo .logo {
  width: 100px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.site-header.scrolled .logo{
  width: 65px;
}
.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #545757;
  min-height: 300px;
  overflow-y: hidden; }
  .site-navbar nav {
    text-align: left;
    background-image: url("/logo-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26%;
}
    .site-navbar nav .menu{
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
    }
      .site-navbar nav .menu li {
        margin-bottom: 1rem;
      }
      .site-navbar nav .menu li a {
        font-family: 'Gotham';
        color: #fff;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 10px;
        position: relative; }
        .site-navbar nav .menu li a:hover:before {
          width: 100%; }
      .site-navbar nav .menu li.active a {
        color: #e5e5e5;font-weight: 500; }
        .site-navbar nav .menu li.active a:before {
          width: 100%; }
    .nav-booknow a {
      background-color: #000;
      color: #fff;
      font-size: 16px;
      padding: 15px 40px;
      display: inline-block;
      text-align: center;
  }
  .nav-close{
    display: none;
  }
  .open .nav-close {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 2rem;
  }
.scrolled .nav-booknow a {
    background-color: #fff;
    color: #000;
}
.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-hero {
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  position: relative;
}

.site-hero .heading {
  font-weight: bold;
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero.inner-page {
  height: 50vh;
  min-height: 700px;
}

.site-hero.inner-page.overlay:before {
  height: 50vh;
  min-height: 700px;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.inner-page .site-hero-inner {
  height: 50vh;
  min-height: 700px;
}

.page-inside .site-hero-inner,
.page-inside {
  height: 70vh;

}

.page-inside.overlay:before {
  height: 70vh;
}

.menu-open .site-menu-toggle span {
  background: #fff;
}
.videowrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.videowrapper::before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.videowrapper #player {
position: absolute;
top: 50%;
left: 50%;
min-width: 180%;
min-height: 180%;
width: auto;
height: auto;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: -1;
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-menu-toggle {
  top: 0;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0px;
  display: flex;
  align-items: center;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.site-menu-lang {
  right: 3%;
  width: 8%;
  top: 2%;
  position: absolute;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.site-menu-lang a{
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-menu-lang span{
 width: 70%;
}
.site-menu-lang img{
 width: 30%;
 object-fit: contain;
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
  width: 80%;
  right: 0;
  margin-left: auto;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.site-menu-toggle h6{
  display: none;
}
.menu-open .site-menu-toggle h6{
  display: block;
  margin-left: 3rem;
}
.breadcrumb {
  background-color: unset;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item+.breadcrumb-item:before {
  font-family:"Ionicons";
  content: "\f125";
  padding-right: 1rem;
  color: #fff;
}
.breadcrumb-black+.breadcrumb-black:before {
  color: #000;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
}
.home-intro h1,.home-intro h2{
  color: #fff;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.home-intro p{
  margin: 0;
  color: #969696;
}
.home-intro p strong{
  color: #fff;
}
.home-intro img{
  width: 35px;
  margin: auto auto 1rem;
}
.text-cover-bottom h4{
  margin-bottom: 1rem;
}
.hr {
  border: 2px solid white;
  width: 50px;
  margin-bottom: 3rem;
}
.heading,
.testimonial-section .heading,
.slider-section .heading{
  font-size: 60px;
  font-weight: 700;
}

.slider-section {
  position: relative;
}
.cover-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-banner-bottom{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial blockquote {
  padding: 0;
}

.testimonial .author-image img {
  width: 70px;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}
.social-menu {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
}
.social-menu a {
  display: inline-block;
  padding: 0px 5px;
  margin: 0 15px;
  width: 40px;
}
.social-icon {
  box-sizing: border-box;
  border-radius: 138px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1px;
  margin-bottom: 1rem;
  transition: all 0.5s;
}
.social-icon-no-border {
  box-sizing: border-box;
  border-radius: 138px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}

.social-icon:hover {
  transform: rotate(360deg)scale(1.3);
}

.social-icon-no-border:hover {
  transform: rotate(360deg)scale(1.3);
}
.menu-special{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15%;
  color: #fff;
  text-decoration: underline;
  z-index: 3;
}
.logo-footer {
  width: 136px;
}
.fax-icon,.icon-w{
  width: 14px;
}
.arrow-down{
  width:20px;
}
.section{
  padding: 4rem 0;
}
.footer-section {
  color: #000;
  padding: 2.2rem 0;
  background-color: #f5f5f5;
}

.footer-section a {
  color: #545757
}

.footer-section a:hover {
  color: #000;
}
.footer-icon{
  font-size: 24px; color: #545757;
}
.footer-section p {
  color: #545757
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .social img {
  width: 50px;
  padding: 10px;
}
.f-subscribe{
  width: max-content;
}
.f-form{
  width: 75%;
}
.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid indigo;
  border-radius:50%;
  border-top-color:#0001;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}
.text-blur{
  opacity: 0.5;
  animation: fadeIn 2s forwards; /* Apply the fadeIn animation */
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.input-group{
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
}
.footer-newsletter {
  flex-direction:column;
}
.footer-newsletter .form-group {
  position: relative;
}
.footer-newsletter .form-control {
  background: #f5f5f5;
  border-radius: 0;
  border: 0;
  height: 100%;
  margin-left: auto;
  width: 90%;
  position: relative;
  border-radius: 0;
}
.footer-newsletter .form-span {
  position: relative;
  display: flex;
  align-items: center;
  width:100%;
  height: 56px;
}
.footer-newsletter .form-span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(99.75% 98.214%,99.75% 1.786%,0.425% 1.786%,8.05% 99%,999% 98.214%,100% 100%,7.9% 100%,0% 0%,100% 0%,100% 100%);
    background-color: #000;
}
.footer-newsletter .form-control::-webkit-input-placeholder {
  color: #515151;
  opacity: 0.8;
}

.footer-newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.footer-newsletter .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.footer-newsletter .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.link-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.cookie-container{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookies-container{
  padding-left:4rem;
}
.cookies-container label{
  font-size: 14px;
}
.custom-control-label:after {
  background-color: #515151;
}
.link-1{
  flex-basis: 20%;
  max-width: 20%;
}
.link-2{
  flex-basis: 20%;
  max-width: 20%;
}
.link-3{
  flex-basis: 25%;
  max-width: 25%;
}
.link-4{
  flex-basis: 20%;
  max-width: 20%;
}
.link-5 {
  flex-basis: 25%;
  max-width: 25%;
}
.link-6{
  flex-basis: 25%;
  max-width: 25%;
}
.link-7{
  flex-basis: 25%;
  max-width: 25%;
}
.link-8{
  flex-basis: 25%;
  max-width: 25%;
}
.link-9{
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.link-10{
  flex-basis: 36.3333333333%;
  max-width: 36.3333333333%;
}
.link-11{
  flex-basis: 30.3333333333%;
  max-width: 30.3333333333%;
}

.contact-us {
  padding: 15px 60px 15px 50px;
  color: #fff !important;
  background-color: #000;
  clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 100%, 85% 0%);
  transition: all .5s;
  display: flex;
  align-items: center;
  width: fit-content;
}
.contact-us svg{
  width: 32px;
}
.copy-right p{
  font-size: 14px;
}
.copy-right a:hover{
  color: cf2027;
}
.side-box,
.sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading,
.sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Roboto", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a>div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus,
.sidebar-search .search-input:active {
  border-color: #343a40;
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.line-height-1-2 {
  line-height: 1.2;
}

/* Mouse Animation */
.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 140px;
  z-index: 1;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
.dining h2, .dining h3{
  color: #fff;
  margin-bottom: 1rem;
}
.wedding-meeting h3, .wedding-meeting h2{
  margin-bottom: 2rem;
}
.room {
  position: relative;
  height: 100%;
  display: block;
}
.on-hover-card .card-body{
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding-left: 0;
  padding-right: 0 ;
}
.on-hover-card .card-body:hover{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.on-hover-card.room:hover .card-body{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.room .img-wrap {
  position: relative;
  overflow: hidden;
}

.room .img-wrap img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0 !important;
}

.room h3 {
  color: #fff;
  font-size: 22px;
}

.room:hover {
  box-shadow: 0px 0px 85px #FFFFFF4B;
}

.room:hover .img-wrap img,
.room:focus .img-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.letter-spacing-1 {
  letter-spacing: .1em;
}

.text-opacity-8 {
  opacity: .8;
}

.text-opacity-7 {
  opacity: .7;
}

.text-opacity-6 {
  opacity: .6;
}

.text-opacity-5 {
  opacity: .5;
}

.letter-spacing-2 {
  letter-spacing: .2em;
}

.bg-image {
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-2 {
  background-size: cover;
  background-position: center center;
}
.get_in_touch a{
  color: #969696;
}
.food-menu-tabs {
  text-align: center;
}

.food-menu-tabs .nav-tabs {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: none;
}

.food-menu-tabs .nav-tabs li {
  display: inline-block;
}

.food-menu-tabs .nav-tabs li a {
  border: none;
  background: none;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
}

.food-menu-tabs .nav-tabs li a:before {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 20px;
  height: 2px;
  background: transparent;
}

.food-menu-tabs .nav-tabs li a.active {
  border: none;
  background: none;
  color: #fff;
}

.food-menu-tabs .nav-tabs li a.active:before {
  background: #fff;
}
.MODH {
  width: 230px;
}
.custom-caption {
  font-size: 14px;
  letter-spacing: .2em;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 3;
}

.bg-image.overlay:before,.videowrapper:before{
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.videowrapper:before{
  background: rgba(0, 0, 0, 10%);
}
.videowrapper iframe {
  height:calc(100vh - 4px);
  width:calc(100vw - 4px);
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }

  .lead {
    font-size: 16px;
  }

  .bg-image.overlay {
    position: relative;
  }
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 3;
}

.bg-image.overlay:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

.facility-content h3 {
  color: #fff;
  text-transform: uppercase;
}


#facility-content .img-large {
  height: 500px;
  object-fit: cover;
}

#facility-content .img-medium {
  height: 456px;
}
.blogs-card {
  margin-bottom: 100px;
}
.blogs-card p{
  color: #fff;
}

.blogs-card:hover {
  box-shadow: 0px 0px 85px #FFFFFF4B;
}
.explore {
  font-weight: 500;
  padding-top: 25px;
  font-size: 14px;
}
.blog-detail{
  padding-top: 10rem;
}
.custom-fb-share-icon {
  width: 40px;
  cursor: pointer;
}
.share-icon {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
/* wedding-meeting */
#wedding-meeting {
  background-color: #f5f5f5;
  color: #000;
  padding: 3rem 0;
}


#wedding-meeting .breadcrumb-item+.breadcrumb-item:before,
#gallery .breadcrumb-item+.breadcrumb-item:before ,#shop .breadcrumb-item+.breadcrumb-item:before {
  color: #000;
}

.wedding-img {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  max-height: max-content;
  object-fit: cover;
}

.meeting-img {
  clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
  max-height: max-content;
  object-fit: cover;
}

.list {
  color: #000;
  font-weight: 500;
}

.list.active {
  text-decoration: underline #000;
}

.wedding-inner-text {
  margin-top: 30px;
}

.wedding-inner-img {
  width: 100%;
}

.left {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}

.right {
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
}

.owl-carousel.wedding-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.wedding-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 20px;
}

.owl-carousel.wedding-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #DBDBDB;
}

.owl-carousel.wedding-slider .owl-dots .owl-dot.active {
  background: #000000;
}

.wedding-footer {
  color: #000;
  font-weight: 500;
}
.meeting-inner-img {
  height: 548px;
  width: 100%;
}
.caption-text {
  text-align: end;
  font-size: 16px;
  position: absolute;
  color: #fff;
  bottom: 1em;
  right: 1em;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intl-tel-input {
  width: 100%;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  cursor: not-allowed !important;
}
.bg-header {
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-header h1{
 color: #fff;
 margin: 0;
}
.facility-header {
  position: absolute;
  bottom: 25%;
  left: 3%;
}
.header-full{
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.header-title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header-title h1{
  color: #fff;
}
.header-title h6{
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}
.foot-header {
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
}

.foot-header h4 {
  color: #FFFFFF;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.foot-header h4 .active {
 text-decoration: underline;
}
.clamp-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  font-size: 16px;
  color: rgb(251 251 251 / 60%);
}
.read-more {
  display: none;
}
.item-content.needs-more .read-more {
  display: block;
}
.modal-content{
  border: unset
}
.content-experience div {
  color: #000;
}
.content-experience div p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
  .layout {
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
  }

  #facility-content .mason-shop {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    height: 276px;
    width: 100%;
    margin-left: 60px;
  }

  #facility-content .mason-shop2 {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 276px;
    width: 100%;
    margin: unset;
    margin-left: -20px;
  }

  #facility-content .img-large {
    height: 319px;
  }

  #facility-content .img-medium {
    height: 256px;
  }

}


@media screen and (max-width: 779.98px) {
  #facility-content .mason-shop {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    height: 276px;
    width: 100%;
    margin-left: 160px;
  }

  #facility-content .mason-shop2 {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 276px;
    width: 100%;
    margin: unset;
    margin-left: 100px;
  }
}

@media screen and (max-width:488px) {
  .img-slider {
    height: 300px !important;
  }

  .layout {
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
  }

  #facility-content .mason-shop {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    height: 236px;
    width: 100%;
    margin: unset;
    margin-left: 35px;
  }

  #facility-content .mason-shop2 {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 236px;
    width: 100%;
    margin: unset;
    margin-left: -35px;
  }

  #facility-content .img-large {
    height: 199px;
  }
  .wedding-img,
  .meeting-img {
    clip-path: unset;
    height: 300px;
  }

  .left,
  .right {
    clip-path: unset;
    height: 400px;
  }
}

@media screen and (max-width:419px) {
  .layout {
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
  }

  #facility-content .mason-shop {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    height: 206px;
    width: 120%;
    margin: unset;
    margin-left: 5px;
  }

  #facility-content .mason-shop2 {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 206px;
    width: 120%;
    margin: unset;
    margin-left: -20px;
  }

  #facility-content .img-medium {
    height: 336px;
  }

  .wedding-img,
  .meeting-img {
    clip-path: unset;
    height: 200px;
  }

  .left,
  .right {
    clip-path: unset;
    height: 300px;
  }
}
.eat-detail-header {
  bottom: 15%;
}
.item:hover,
.card-body:hover img {
  cursor: pointer;
  box-shadow: 0 2px 34px rgba(255, 255, 255, .33);
  transition: box-shadow 0.3s ease-in-out;
}

.item .card-text {
  transform: scale3d(1, 1, 1);
  transition: padding 250ms ease, transform 250ms ease;
}

.item:hover .card-text {
  transform: scale3d(.98, .98, .98);
  transition: padding 250ms ease, transform 250ms ease;
}


#offer .item:hover,
.card-body:hover img {
  cursor: pointer;
  background: rgba(255, 255, 255, .3);
  box-shadow: 0 2px 34px rgba(35, 31, 32, .33);
  z-index: 21;
}
.download-map{
  border: 1px solid #fff;
  padding: 1rem;
  text-align: center;
}
.explore-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: background-color 0.3s;
  line-height: 1;
}

.explore-button:hover {
  background-color: #FFF;
}

.explore-button a {
  color: inherit;
  transition: color 0.3s;
}

.explore-button:hover a {
  color: #000;
}
.bg-villa-detail {
  background-color: #f5f5f5;
}
.item .card-footer .explore-button {
  opacity: 0;
  transition: opacity 0.3s;
}

.item:hover .card-footer .explore-button {
  opacity: 1;
}
.p-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 76px;
}
.villa-title{
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 58px;
}
.solid-left {
  border-left: 1px solid #444;
  padding-left: 3rem;
}
.villa-link-2{
  border: 1px solid #fff;
}
.villa-link-2 .btn{
  padding: 20px 30px;
}
.villa-link-2 .more{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  color: #fff;
  font-size: 14px;
}
.villa-link-2 .book{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  background-color: #fff;
  font-size: 14px;
}
.villa-link-2:hover .more{
  background-color: #fff;
  color: #000;
}
.villa-link-2:hover .book{
  background-color: #000;
  color: #fff;
}
.owl-villa-more{
  margin: 0 auto;
}
.owl-villa-more .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.owl-villa-more .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.owl-villa-more .owl-carousel .owl-nav .owl-next,
.owl-villa-more .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
  position: absolute;
}
.owl-villa-more .owl-carousel .owl-nav .owl-next:focus,
.owl-villa-more .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.owl-nav-end a,.owl-nav-end span,.owl-villa-more .owl-nav button.owl-prev,.owl-villa-more .owl-nav button.owl-next,.villa-prev-btn,.villa-next-btn{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2%;
  cursor: pointer;
  border: 1px solid #fff;
}
.owl-villa-more .owl-nav button.owl-prev,.owl-villa-more .owl-nav button.owl-next{
  border: 1px solid #fff;
}
.owl-villa-more .owl-nav button i,.villa-prev-btn i,.villa-next-btn i{
  color: #fff;
}
.villa-prev-btn,.villa-next-btn{
  background-color: transparent;
}
.owl-villa-more .owl-nav button:hover{
  background-color: #9696968c;
  transition: .3s all ease;
}
.owl-villa-more .card-footer{
  opacity: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.owl-villa-more .item:hover .card-footer{
  opacity: 1;
  padding: 0 1rem;
}

.owl-nav-end .prev {
  margin-right: 15px;
}
.owl-offer-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.owl-offer-detail a{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  border: 1px solid rgb(0 0 0 / 70%);
}
.owl-offer-detail a i{
  color: rgb(0 0 0 / 70%);
}
.owl-offer-detail a:hover {
  background-color: #969696;
  border: 1px solid transparent;
}
.owl-offer-detail a:hover i {
  color: #fff ;
}
.owl-offer-detail .prev {
  margin-right: 15px;
}
.owl-carousel.slide-home .owl-dots,.owl-carousel.slide-home .owl-dot:focus{
  outline: none;
}
.owl-carousel .owl-dots{
  margin-top: 1rem;
}
.owl-carousel.slide-home .owl-dot {
  position: relative;
  background: rgb(255 255 255 / 50%);
  padding: 0;
  width: 50px;
  height: 4px;
  margin: 0 5px;
  border-radius: 10px;
}
#offer .slide-home .owl-dot {
  background: rgba(70, 70, 70, 0.8);
}
#offer .footer .owl-dot {
  background: rgb(150 150 150 / 25%);
}
#activity .owl-dot{
  margin-top: 3rem;
  background: rgba(70, 70, 70, 0.8);
  width: 60px;
  height: 4px;
}
#activity .owl-dot.active {
  background: #fff;
}
.owl-carousel.slide-home .owl-dot.active, .owl-carousel.slide-home .owl-dot.active:hover {
  background: #fff;
  border: none;
}
#offer .slide-home .owl-dot.active{
  background: #fff;
}
#offer .footer .slide-home .owl-dot.active{
  background: rgba(70, 70, 70, 0.8);
}
.image-container {
  position: relative;
  overflow: hidden;
}
.text-container {
  overflow: auto;
  overflow-x: hidden;
  height: max-content;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image-container:hover .text-container {
  opacity: 1;
}
.text-show,.text-show-left {
  padding: 1rem 3rem;
}
.text-show {
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}
.image-container:hover .text-container .text-show {
  transform: translateX(0);
}
.image-container-left {
  position: relative;
  overflow: hidden;
}

.text-container-left {
  overflow: auto;
  overflow-x: hidden;
  height: 30vh;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.text-container-left ul, .text-container-left ul li, .text-container-left p{
  direction: ltr;
}
.image-container-left:hover .text-container-left {
  opacity: 1;
}
.image-container:hover .row,.image-container-left:hover .row{
  background-color: #fff;
}
.text-show-left {
  transform: translateX(120%);
  transition: transform 0.5s ease;
}
.circle-res {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.circle-res-right{
  right: -28px;
  left: 0;
  justify-content: end;
}
.circle-res-left{
  right: 0;
  justify-content: start;
  left: -28px;
}
.circle-res i {
  background-color: #000;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.image-container-left:hover .text-container-left .text-show-left {
  transform: translateX(0);
}
.complimentary{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.complimentary h4,.complimentary h3, .dining h3{
  color: #fff;
}
.complimentary img{
  margin: 0 auto;
  width: 100px;
}
.complimentary p{
  margin: 0;
}
.wrap-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.overlay-offer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  gap: 2rem;
  z-index: 2;
}

.explore-button-offer a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
  transition: background-color 0.3s;
  line-height: 1;
}

.image-container:hover .overlay-offer {
  opacity: 1;
}

.image-container-left:hover .overlay-offer {
  opacity: 1;
}
.mason-shop-clip-path {
  filter: brightness(70%);
  min-width: calc(100% + var(--s)/2);
  place-self: start;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--s)) 100%,0 100%);

}

.mason-experience-clip-path {
  filter: brightness(70%);
  min-width: calc(100% + var(--s)/2);
  place-self: end;
  clip-path: polygon(var(--s) 0,100% 0,100% 100%,0 100%);
}
.form-select,.form-select:focus{
    height: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}
.form-select-year,.form-select:focus{
  color: #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
select option:disabled {
  background-color: rgb(235, 235, 228) !important;
  color: rgb(84,84,84);
}
@media(max-width: 992px) {
  .mason-shop-clip-path {
    left: 36px;
  }

  .mason-experience-clip-path {
    left: -36px;
  }

}
@media screen and (max-width: 779.98px) {
  .mason-shop-clip-path {
    left: 36px;
  }

  .mason-experience-clip-path {
    left: -36px;
  }
}

@media screen and (max-width: 767.98px) {
  .mason-shop-clip-path {
    left: 36px;
  }

  .mason-experience-clip-path {
    left: -36px;
  }
}

@media screen and (max-width: 488px) {
  .mason-shop-clip-path {
    left: 24px;
  }

  .mason-experience-clip-path {
    left: -24px;
  }
}

@media screen and (max-width: 430px) {
  .mason-shop-clip-path {
    left: 20px;
  }

  .mason-experience-clip-path {
    left: -20px;
  }
}


@media screen and (max-width: 419px) {
  .mason-shop-clip-path {
    left: 18px;
  }

  .mason-experience-clip-path {
    left: -18px;
  }
}

.border-solid {
  border: 1px solid #e9ecef !important;
}
.btn-form {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.container-iframe {
  width: 100%;
  height: 450px;
}
.container-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media(max-width: 992px) {
  .container-iframe {
    height: 400px;
  }
}

.explore-more-btn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
}

.explore-more-btn:hover {
  color: #000;
  background-color: #fff;
}
.map iframe{
  width: 100%;
  height: 500px;
}
.calendar-prev_next a{
  position: absolute;
  top: 0;
}
.calendar-prev_next .prev{
  left: -50px;
}
.calendar-prev_next .next{
  right: -50px;
}
.calendar-slider .item {
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.calendar-slider .item a{
  color: #fff;
}
.shop-home {
  --part: 100px;
  display: flex;
  height: 95vh;
  gap: 30px;
}
.path2-wedding{
  --part: 100px;
  height: max-content;
  gap: 20px;
}
.shop-shop.with-overlay, .shop-experience.with-overlay{
  position: relative;
}
.shop-home .img,.path2-wedding .img{
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  flex: 1;
  min-width: 0;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  justify-content: center;
  padding-bottom: 3rem;
  text-align: center;
}
.shop-shop.with-overlay::before, .shop-experience.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.shop-home .shop-shop,.path-1 {
  margin-right: calc(-.5*var(--part));
  clip-path: polygon(0 0,100% 0,calc(100% - var(--part)) 100%,0 100%);
}

.shop-home .shop-experience,.path-2 {
  margin-left: calc(-.5*var(--part));
  clip-path: polygon(var(--part) 0,100% 0,100% 100%,0 100%);
}

.gallery > .image p {
  position: absolute;
  top: 90%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.gallery > .image h4 {
  position: absolute;
  top: 82%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.gallery > .image:nth-child(2) p {
  position: absolute;
  top: 90%;
  left: 60%;
  color: #fff;
}

.gallery > .image:nth-child(2) h4 {
  position: absolute;
  top: 82%;
  left: 60%;
  color: #fff;
}
.pc {
  display: block;
}

.mb {
  display: none;
}
.popup{
  background-color: #ffffff;
  width: 450px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none;
  text-align: center;
}
.popup button{
  display: block;
  margin:  0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}

.overlay-popup {
  background: rgba(0, 0, 0, 0.7);
}
.img-fluid.full-width {
  width: 100%;
  height: auto;
}

.img-fluid.full-height-hello {
  height: 100%;
  width: auto;
}
.content-award {
  background-color: #DBDBDB;
  padding: 4rem 0;
}

.content-award .head-detail h3{
  color: #000000;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.thumbnail-award {
  border: 1px solid #000000;
  padding: 0;
  width: 234px;
  height: 234px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbnail-award img {
  max-width: 80%;
  max-height: 100%;
  display: block;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.award-desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
}
.award-desc img{
  width: 45px;
  margin-top: 1.5rem;
}
.explore-btn h6{
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.5rem 3rem;
  border: 1px solid #000000;
  cursor: pointer;
}

.customNavigation span{
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: -2px 1px 10px #bdbdbd;
  top: calc(50% - 20px);
  cursor: pointer;
  color: #000;
}
.customNavigation .prev {
  left: 15px;
}
.customNavigation .next {
  right: 15px;
}
.content-concious{
  background-color: #F5F5F5;
}
.concious{
  padding-top: 2rem;
}
.concious .concious-1{
    text-align: left;
    width: 45%;
}
.concious .concious-1{
    width: 55%;
}
.concious .concious-1 p{
  padding: 0;
  padding-right: 2rem;
  padding-top: 1rem;
}
.concious .concious-2 img{
  height: auto;
  max-height: 100%;
}
.nav-list {
  list-style: none;
  justify-content: center;
  gap: 50px;
  padding: 0;
  margin: 0;
}
.nav-list a, .gallery-footer-list a  {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-weight: 500;
}

.nav-list .active,.nav-list a:hover {
  text-decoration: underline 1px;
}
.gallery-footer {
  padding: 5rem 0;
  background-color: #DBDBDB;
}

.gallery-footer-list {
  list-style: none;
  justify-content: space-evenly;
  font-weight: 500;
}

.gallery-footer-list .active {
  text-decoration: underline 1px black;
}
.image-size {
  height: 500px;
  object-fit: cover;
  margin-top: 30px;
}
.foot-header {
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
}

.foot-header h6 {
  color: #FFFFFF;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.content{
  color: #000000;
}
.spa-intro{
  text-align: center;
}
.mason-image{
  width: 302px;
  margin: 3rem;
}
.mason-spa-iamge{
  width: 570px;
  margin: 3rem;
}
.bg-beige{
  background-color: #C2B59B;
}
.text-white-h3 h3{
  color: #fff;
}
.flower-bottom-rigth{
  position: absolute;
  width: 495px;
  bottom: 0;
  right: 0;
}
.flower-top-rigth{
  position: absolute;
  width: 495px;
  top: 0;
  right: 0;
}
.flower-top-left{
  position: absolute;
  width: 495px;
  top: 0;
  left: 0;
}
.flower-bottom-left{
  position: absolute;
  width: 495px;
  bottom: 0;
  left: 0;
}
.spa-desc{
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.spa-desc h3{
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.special-offer h6{
  margin-bottom: 0;
}
.award-head h3{
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.award-head p{
  padding: 0 8rem;
  margin-bottom: 2rem;
}

.fitness-container{
  padding-top: 4rem;
  background-color: #000000;
}
.fitness-head{
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}
.fitness-head h3{
  color: #FFFFFF;
  margin: 2rem 0;
  text-transform: uppercase;
}
.fitness-head h5{
  color: #FFFFFF;
  font-weight: 400;
}
.fitness-head p{
  padding: 0 8rem;
  margin-bottom: 0;
}
.btn-sub{
  padding: 15px 40px
}
.scrollable-menu {
  height: auto;
  max-height: 170px;
  overflow-x: hidden;
}
.offer{
  width: 50%;
  float: right;
}
.read-more-popup-close {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}
.inner-read-more-popup-close img{
      display: block;
      filter: drop-shadow(1px 2px 3px rgb(0 0 0 / 0.6));
}
.inner-read-more-popup-close{
      position: absolute;
      right: -3rem;
      top: -4rem;
}

.a-line{
  text-decoration: underline;
}
.home-detail{
  background-color: #000;
  color: #fff;
  padding: 1rem 15px;
  text-align: center;
}
.home-link{
  background-color: #000;
  width: 50%;
  margin: 0 auto;
}
.gag-eat{
  gap: 15px;
  flex-wrap: nowrap;
}
.mute {
  position: absolute;
  left: 15px;
  bottom: 30px;
  width: auto;
  z-index: 3;
}
.mute i{
  font-size: 21px;
  background-color: #fff;
  color: #000;
  padding: 5px 15px;
}
ul.minus-list {
  list-style-type: none;
  padding-left: 0;
}
ul.minus-list li:before {
  content: "-";
  margin-right: 10px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.text-cover-bottom svg{
  display: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.sec-next-prev h4{
  color: #fff;
}
.owl-section-footer button:focus,button.owl-dot:focus{
  outline: none;
}
.owl-section-footer .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.owl-section-footer .owl-dot span ,.owl-villa-more .owl-dots span, #fitness .owl-dots span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background: #545757;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.owl-section-footer .owl-dot.active span, .owl-villa-more .owl-dot span, #fitness .owl-dot.active span{
  background: #fff !important;
}
.owl-villa-more .owl-dot.active span{
  background: #545757 !important;
}
.social-mb{
  display: none;
}
.sub-page h3,.sub-page p{
  font-size: 16px;
  font-weight: 400;
}
.collapsing .text-show-left,.collapsing .text-show{
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.no-photo{
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
}
.no-md-gutters {
  margin-right: 0;
  margin-left: 0;
}
.content {
  background-color: black;
}
.content-nav{
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
  text-transform: uppercase;
  align-items: center;
  gap: 2rem;
}
.content-nav h6{
  font-weight: 500;
  margin-bottom: 0;
}
.content-nav .home-line {
  width: 25px;
  margin: 0 0;
}
.content-nav .arrow-right{
  transform: rotate(-90deg);
  width: 15px;
  margin-top: 0;
}
.head-detail h3{
  color: #FFFFFF;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.head-detail p{
  text-align: center;
  letter-spacing: 0.18px;
  margin-top: 2rem;
}
.item-title{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem
}
.nl2br br{
  display: none;
}
.next-footer{
  background-color: #DBDBDB;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.next-footer h3{
  font-weight: 600;
  text-transform: uppercase;
}
.next-footer img{
  width: 65px;
  margin-top: 1rem;
}
.explore-btn h6{
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.5rem 3rem;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.contact-btn h6{
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.5rem 6rem;
  background-color: #FFFFFF;
  cursor: pointer;
}
.read-more-btn img{
  margin-left: 1rem;
  width: 13px;
}
.read-more-popup-close {
  position: absolute;
  right: -4rem;
  top: 0;
}
#read-more-popup:not(:target) {
  visibility: hidden;
  opacity: 0;
}
.spa-cotainer{
  background-color: #F5F5F5;
}
.home-owl span{
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 0.5);
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  top: 25%;
  cursor: pointer;
  border: 1px solid #fff;
  z-index: 1;
}
.home-owl .prev {
  left: 15px;
}
.home-owl .next {
  right: 15px;
}
.owl-well{
  display: none;
}
.text-offer-detail h2, .text-offer-detail h2 *{
  font-size: 1.7rem !important;
  font-weight: 500 !important;
}
.text-offer-detail h3,.text-offer-detail h4,.text-offer-detail h5,.text-offer-detail h6{
  font-weight: 500 !important;
}
.text-offer-detail *{
  font-family: "Gotham", times, serif;
}
.text-offer-detail span, .text-offer-detail p, .text-offer-detail strong{
  font-family: "Gotham", times, serif !important;
  color: #000;
}
.text-offer-detail li{
  color: #000;
}
.text-offer-detail .w-fil{
  width: fit-content;
}
.text-offer-detail .accordion button {
  background: url(/images/offer-up.png) no-repeat center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.text-offer-detail .accordion button.collapsed {
  background-image: url(/images/offer-down.png);
}
.marker ul li::marker {
  color: #000
}
.marker ul{
  margin: 0;
}
.masonshop-header p,.mason-bottom p{
  color: #000;
}
.masonshop-header h2{
  margin-bottom: 1rem;
}
.masonshop-header p:last-child{
  margin-bottom: 0;
}
.masonshop-header a{
  margin-top: 2rem;
}
.owl-shop-1 .nav-shop .prev, .owl-shop-1 .nav-shop .next {
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: rgb(2 2 2 / 51%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-shop-1 .nav-shop .prev{
  left: 3%;
}
.owl-shop-1 .nav-shop .next {
  right: 3%;
}
.hr-line-shop {
  width: 30px;
  height: 5px;
  margin: auto;
  background-color: #fff;
}
.mason-detail{
  margin-top: 20px;
}
.mason-bottom *{
  font-size: 16px !important;
}
.item-experience{
  margin-bottom: 5rem;
}
.fitness-container .des h6{
  color: #fff;
}
.hidden-item.hidden{
  display: none;
}
.btn-more-special{
  display: none;
}
.book-p{
  margin-top: -.5rem;
}
.bg-offer{
  height: 700px;
}
.share-social, .share-social:before, .share-social:after, .social-item {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.share-social {
  position: fixed;
  right: 10px;
  bottom: 15%;
  z-index: 5;
  background-color: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.share-social:before, .share-social:after {
  content: "";
  will-change: transform;
}
.share-social:before {
  background: url(/images/share-social-outline.svg) center/30px no-repeat;
  z-index: 5;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.share-social.active:before {
  background: url(/images/close-outline.svg) center/30px no-repeat;
}
.social-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-animation: 0.3s down forwards;
  animation: 0.3s down forwards;
  opacity: 0;
  will-change: animation;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.social-item:nth-child(1) {
  top: -195px;
}
.social-item:nth-child(2) {
  top: -130px;
}
.social-item:nth-child(3) {
  top: -65px;
}
.social-item.active {
  -webkit-animation: 0.48s up forwards;
          animation: 0.48s up forwards;
}
.social-item.active:nth-child(1) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.social-item.active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.social-item.no {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes up {
  50% {
    transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    transform: translateY(-130%);
  }
}

@keyframes up {
  50% {
    transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    transform: translateY(-130%);
  }
}
@-webkit-keyframes down {
  0% {
    opacity: 1;
    transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    top: 0;
  }
}
@keyframes down {
  0% {
    opacity: 1;
    transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    top: 0;
  }
}
.show--consent body::after {
  content: "";
  position: absolute;
  background-color: rgb(0 0 0 / 73%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1111;
}
@media (min-width: 2560px) {
  .text-container-left {
      height: 45vh;
  }
  .text-container {
    height: 45vh;
  }
}

@media (max-width: 2440px) {
  .text-container-left {
      height: 50vh;
  }
  .text-container {
    height: 50vh;
  }
}

@media (max-width: 1980px) {
  .text-container-left {
      height: 42vh;
  }
  .text-container {
    height: 42vh;
  }
}
@media (max-width: 1800px) {
  .text-container-left {
      height: 30vh;
  }
  .text-container {
      height: 30vh;
  }
}

@media (max-width: 1700px) {
  .text-container-left {
      height: 30vh;
  }
  .text-container {
      height: 30vh;
  }
}

@media (max-width: 1600px) {
  .text-container-left {
      height: 30vh;
  }
  .text-container {
      height: 30vh;
  }
}

@media (max-width: 1440px) {
  .text-container-left {
      height: 30vh;
  }
  .text-container {
    height: 30vh;
  }
  .shop-home {
    height: 75vh;
  }
}

@media (max-width: 1200px) {
  .text-container-left {
      height: 20vh;
  }
  .text-container {
    height: 20vh;
  }
  .flower-bottom-rigth,.flower-top-rigth,.flower-top-left,.flower-bottom-left{width: 250px !important;}
  .spa-desc{
      top: 50%;
      width: 80%;
  }
  .offer{
      width: 100%;
  }
  .f-subscribe{
    width: 25%;
   }
   .f-form{
     width: 75%;
   }
   .text-offer-detail span,.text-offer-detail p{
    font-size: 16px !important;
   }
   .item-experience{
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .image-size {
      height: 400px;
      margin-top: 30px;
  }
  .site-menu-lang {
    width: 13%;
  }
  .shop-home {
    height: 40vh;
  }
  .form-newsletter{
    flex-wrap: wrap;
  }
  .f-subscribe,.f-form{
     width: 100%;
   }
   .f-subscribe br{
    display: none;
   }
   .home-btn-contact{
    margin-left: auto;
    margin-right: auto;
   }
   .home-mail{
    margin-left: 0 !important;
   }
   .bg-header {
    height: 40vh;
    }
    .header-full {
      height: 50vh;
    }
    .header-title {
      text-align: center;
    }
    .a-wllness .btn {
      padding: 10px 30px;
    }
    .des .d-flex img {
      height: 400px;
    }
    .item-experience{
      margin-bottom: 3rem;
    }
}
@media (max-width: 1100px) {
  .text-container-left {
      height: 20vh;
  }
  .text-container {
    height: 20vh;
  }
}
@media (min-width: 992px) {
  .inner-read-more-popup-close{
      display: none;
  }
}
@media (max-width: 992px) {
  .heading,
  .testimonial-section .heading,
  .slider-section .heading {
    font-size: 40px;
  }
  .box-with-image  {
    left: 36px;
  }
  .half .image,
  .half .text {
    width: 100%;
  }
  .center-award{
      justify-content: center;
      text-align: center;
  }
  .slider-item img {
    height: 365px !important;
  }
  .image-size {
      height: 300px;
      margin-top: 30px;
  }
  .circle-slide-text .forward{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .circle-slide-text .back{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .text-container-left {
    direction: ltr;
  }
  .spa-desc{
    position: relative;
    padding: 5rem 0;
}
.story-desc{
    padding: 0 5rem;
}
.award-desc{
    align-items: center;
    padding: 0;
    margin: 1.5rem 0;
}
.mason-spa-iamge{
    width: -webkit-fill-available;
}
.inner-read-more-popup-close{
    display: none;
}
.concious{
  flex-direction: column;
}
.concious .concious-1{
  width: 100%;
}
}
@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }

  .mb {
    display: block;
  }
  #read-more-popup {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    overflow: auto;
  }
  .inner-read-more-popup-close img{
      display: block;
      filter: drop-shadow(1px 2px 3px rgb(0 0 0 / 0.6));
  }
  .inner-read-more-popup-close{
      position: absolute;
      right: -3rem;
      top: -4rem;
  }
  .mason-image{
    width: 65%;
    margin: 1.5rem 0;
  }
}
@media only screen and (device-width: 1024px) and (device-height: 1366px){
  .videowrapper {
    height: 59.6vh;
  }
  .full-height {
    height: 56vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

}
@media (max-width:834px) {
  .videowrapper {
    height: 75vh;
  }
  .text-cover-bottom span {
    display: none !important;
  }
  .text-cover-bottom svg {
    display: block;
  }
  .shop-home {
    --part: 50px;
  }
  .text-cover-bottom .btn-explore {
    border: none;
    width: 100%;
    padding: 0;
    text-align: right;
    padding-right: 15px;
    display: flex;
    justify-content: center;
  }
  .form-newsletter {
    margin-top: 1rem;
  }
  .home-mail {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .circle-res-right,.circle-res-left{
    display: none;
  }
  .text-show,.text-show-left {
    transform: translateX(0);
    transition: transform 0.5s ease;
  }
  .text-container,.text-container-left{
    height: auto;
    opacity: 1;
  }
  .btn-more-special {
    display: block;
    width: 50%;
    margin: 0 auto 2rem;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  body{
    font-size: 14px;
  }
  .home-intro h1, .home-intro h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .container-fluid {
    max-width: 100%;
  }
  .h3, h3 {
    font-size: 1.55rem;
  }
  .nav-bar .col-3{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .nav-bar .col-5{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nav-bar .col-4{
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
}
  .image-size {
    height: 250px;
    margin-top: 30px;
  }
  .site-menu-toggle{
    left: 15px;
  }
  .site-header.scrolled .site-menu-toggle.open{
    top: 15px;
  }
  .full-height {
    height: 100%;
    min-height: 80vh;
    margin-top: 7%;
  }
  .nav-list {
    flex-direction: column;
    margin: unset;
    margin-top: 40px;
  }
  .box-with-image {
    left: 36px;
  }
  .gallery-footer-list {
      flex-direction: column;
      text-align: center;
  }
  .slider-item img {
      height: 265px !important;
  }
  .award-head p,
  .fitness-head p{
      padding: 0 15px;
  }
  .inner-read-more-popup-close{
      position: absolute;
      right: 0;
      top: -3rem;
  }
  .MODH {
    width: 160px;
  }
  .image-size {
      height: auto;
      margin-top: 15px;
  }
  .gallery-content [class*="col-"]{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .h-max img{
    height: 220px;
    object-fit: cover;
  }
  .f-subscribe{
    width: 25%;
   }
   .f-form{
     width: 75%;
   }
   .content-story .des .d-flex{
    flex-wrap: wrap;
   }
   .content-story .des .d-flex-1,.content-story .des .d-flex-2,.nav-booknow a {
    width: 100%;
   }
   .des .d-flex img{
    height: auto;
   }
   .bg-header,.bg-offer,.bg-wedding,.bg-wellness{
    height: 50vh;
    background-position-x: center !important;
  }
  .header-villa{
    height: 30vh;
  }
  .bg-offer{
    height: 41vh;
  }
  .bg-wedding{
    height: 35vh;
  }
  .bg-sust{
    height: 22vh;
  }
  .header-wellness{
    height: 22vh;
  }
  .bg-shop{
    height: 25vh;
  }
  .site-navbar nav .menu {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-left: 15px;
  }
  .get_in_touch{
    margin-top: 1rem;
  }
  .site-navbar{
    width: 75%;
    overflow: hidden;
  }
  .site-header .container-fluid, .nav-booknow{
    padding-left: 0;
    padding-right: 0;
  }
  .site-logo .logo {
    width: 70px;
    margin-left: 47px;
  }
  .nav-booknow a{
    padding: 10px 15px 10px 0;
  }
  .site-header{
    padding: 0;
  }
  .site-logo {
    padding: 5px 0;
  }
  .site-header.scrolled .nav-booknow a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .mason-image{
    width: 50%;
  }
  .header-title h1 {
    font-size: 1.5rem;
  }
  .site-header.scrolled {
    padding: 0;
  }
  .site-header.scrolled .site-logo {
    padding: 8px 0;
  }
   .social-menu{
    position: relative;
    padding-left: 15px;
  }
  .owl-carousel.slide-home .owl-dot {
    width: 10px;
    height: 10px;
  }
  .btn {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px !important;
  }
  .img-slider {
    height: auto !important;
  }
  .hr-subtan{
      border-top: 1px solid #969696
  }
  .layout {
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
  }
  .clamp-text {
    display: block
  }
  .clamp-text strong{
    color: #fff;
  }
  .next-footer {
    padding: 3rem 15px;
  }
  .clamp-villa{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
  }
  .clamp-villa.active{
    -webkit-line-clamp: unset;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    transition: .6s all ease;
  }
  .villa-more{
    background: url(/images/offer-up.png) no-repeat center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: .5rem;
    transition: transform .5s;
    transform: rotate(180deg);
  }
  .villa-more.active {
    transform: rotate(1deg);
  }
  #facility-content .mason-shop {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    height: 256px;
    width: 100%;
    margin: unset;
    margin-left: 35px;
  }

  #facility-content .mason-shop2 {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 256px;
    width: 100%;
    margin: unset;
    margin-left: -35px;
  }
  #shop img {
    margin-top: 20px;
  }
  .wedding-img,.meeting-img {
    clip-path: unset;
    height: 400px;
  }
  .path-1{
    margin-bottom: 1rem;
  }
  .left,.right {
    clip-path: unset;
    height: auto;
  }

  .facility-header {
    text-align: center;
  }

  .res-bottom {
    flex-direction: column-reverse;
  }
  .shop-home {
    --part: 0;
    height: 90vh;
    flex-direction: column;
    gap: 0;
  }
  .path2-wedding{
    height: auto;
  }
  .shop-home .shop-shop,.shop-home .shop-experience {
    margin-right: 0;
    clip-path: unset
  }
  .part-2, .part-2 .container-fluid {
    padding: 0;
    max-width: 100%;
  }
  .mason-spa-iamge {
    width: 100%;
    margin: 3rem;
  }
  .text-cover-bottom h4{
    padding-left: 15px;
    margin: 0;
  }
  .text-cover-bottom h4,.text-cover-bottom svg {
    display: inline-block;
  }
  .tel-footer .icon-w{
    width: 30%;
  }
  .tel-footer .media-body{
    width: 60%;
    text-align: left;
  }
  .home-contact{
    display: flex;
    flex-direction: row-reverse;
  }
  .footer-newsletter .form-control{
      width: 100%;
      border: 1px solid #707070;
      padding: 15px;
  }
  .cookies-container {
    padding-left: 24px;
  }
  .cookies-container label {
    font-size: 14px;
    text-align: left;
  }
  .facility-header {
    left: 0;
  }
  .site-menu-lang,.special-header h1,.overlay-offer{
    display: none;
  }
  .special-header{
    background-position-x: center !important;
  }
  .pt-0-mb{
    padding-top: 0 !important;
  }
  .toggle-box,.header-title h6{
    display: none;
  }
  .toggle-box.show{
    display: block;
  }
  .gag-eat {
    gap: 0;
  }
  .image-container,.image-container-left{
    padding-bottom: 3rem;
  }
  .text-container-left {
    direction: unset;
    overflow: hidden;
  }
  .circle-res-right {
    display: flex;
    right: 0;
    left: 0;
    bottom: -12px;
    z-index: 1;
    justify-content: center;
    align-items: end;
  }
  .circle-res-left{
    display: flex;
    right: 0;
    justify-content: center;
    align-items: end;
    left: 0;
    bottom: 6%;
    z-index: 1;
  }
  .image-container:hover .row, .image-container-left:hover .row {
    background-color: transparent;
  }
  .text-show,.text-show-left {
    transform: translateX(0);
    padding: 2rem 15px;
    text-align: center;
  }
  .text-show ul,.text-show-left ul{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .content-text-slide{
    position: relative;
    background-color: #fff;
    padding-bottom: 2rem;
  }
  .content-text-slide .text-black{
    overflow: hidden;
    max-height: 25vh;
  }
  .image-container .text-container,.image-container-left .text-container-left {
    opacity: 1;
    height: auto;
  }
  .content-text-slide .btn-explore {
    color: #fff;
    border: none;
    background-color: #000;
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .content-text-slide .btn-explore:hover{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
  }
  .no-md-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .dining-link a{
    width: 100%;
  }
  .dining-mb p,.dining-mb span{
    color: #969696 !important;
  }
  .dining-mb p strong,.dining-mb strong,.dining-mb h3{
    color: #fff !important;
  }
  #eateat .h5{
    font-size: 14px !important;
  }
  .dining-mb a{
   width: 100%;
  }
  .sec-next-prev{
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
  }
  .sec-next-prev p{
    color: #000;
  }
  .sec-next-prev h4{
    color: #000;
  }
  .sec-next-prev svg path{
    stroke: #000;
  }
  .header-50{
    height: 50vh;
  }
  .header-title {
    top: 40%;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .mason-spa-iamge {
    margin: 0;
  }
  .foot-header .hr{
    margin-bottom: 2rem;
  }
  .spa-desc {
    padding: 2rem 0;
    width: 100%;
  }
  .spa-desc p{
    margin: 0;
  }
  .modal-info {
    margin: 3rem 15px;
  }
  .read-more-popup-close img{
    width: 20px;
  }
  .owl-nav-end.prev_next{
      /* position: absolute; */
      top: 0;
      justify-content: space-between;
      align-content: center;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      padding: 0 15px;
  }
  .owl-well {
    position: absolute
  }
  .owl-well span{
    width: 40px;
    height: 40px;
  }
  .foot-header h6 {
    margin-top: 1rem;
}
.foot-header {
  bottom: 0;
}
  .shop-nav-owl span{
    border: 1px solid #000;
  }
  .a-wllness a {
    display: block;
    width: 65%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .thumbnail-award {
    padding: 0 15px;
    width: 100%;
    height: auto;
    min-height: 150px;
  }
  .award-desc img {
    margin-top: 1rem;
  }
  .concious {
    flex-direction: column-reverse;
  }
  .concious .concious-1 p {
    padding: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .concious .concious-1 {
    margin-top: 1rem;
  }
  #activity .owl-dot {
    margin-top: 1.5rem;
  }
  #facility-content .img-medium {
    height: auto;
  }
  .blog-img{
    background-color: #f5f5f5;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .blog-img h3{
    color: #000 !important;
  }
  .blog-img a{
    width: 100%;
  }
  .blog-img a.btn-outline-black{
    border: none;
  }
  .blog-img a.btn-white{
    border: 1px solid #000;
  }
  .column-reverse .row{
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .column-reverse .explore-more-arrow{
    padding-left: 0;
  }
  .flex-row-reverse .pt-md-0{
    text-align: right;
  }
  .flex-row-reverse .pt-md-0 .align-items-center{
    justify-content: end;
  }
  .flex-row-reverse .align-items-center a{
    padding-right: 0;
  }
  .wedding-inner-text {
    margin-top: 0;
  }
  .reverse-text{
    display: flex;
    flex-direction: column-reverse;
  }
  .blogs-card {
    margin-bottom: 30px;
  }
  .content-blog{
    padding-top: 5rem;
  }
  .content-blog .row .row{
    margin: 0;
  }
  .blog-detail .container{
    padding: 0;
  }
  .blog-detail .row{
    margin: 0;
  }
  .blog-detail .row .col-6{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .blog-detail .row .col-6 img{
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .blog-detail .row .col-6:first-child{
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-phone{
    width: 50%;
    margin: auto;
  }
  .map iframe {
    height: 400px;
  }
  .contact-form{
    padding-bottom: 2rem;
  }
  .contact-form .form-control{
    background-color: transparent;
  }
  #owl_synsc,.nav-shop{
    display: none !important;
  }
  .social-menu a {
    margin: 0 10px;
  }
  .social-menu a:first-child{
    margin: 0;
  }
  .svg-right{
    width: 35px;
  }
  .section-wellness{
    padding-top: 0;
  }
  .nl2br br{
    display: block;
  }
  .logo-footer {
    width: 85px;
  }
  .p-truncate {
    min-height: unset;
  }
  .btn.btn-outline-black {
    border: 1px solid #000;
  }
  .room:hover {
    box-shadow: unset
  }
  .content-text-slide h2{
    font-size: 1.25rem;
  }
  .gag-eat .pl-0{
    padding-left: 15px !important;
  }
  .hr-line-shop {
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #898787;
    margin-bottom: 1rem;
  }
  .masonshop-header .btn-outline-black{
    width: 100%;
  }
  .fake-col-wrapper .item{
    margin-bottom: 20px !important;
  }
  .mason-detail{
    margin-top: 0;
  }
  .mason-bottom{
    margin-top: 20px !important;
    text-align: center;
  }
  .btn-border-black{
    width: 100%;
  }
  .wedding-detail *{
    color: #545757;
  }
  .masonshop-header h5{
    font-size: 1rem;
  }
  .bg-facility{
    height: 23vh;
  }
  #facility-content{
    padding-bottom: 0;
  }
  .bg-wards{
    background-color: #f5f5f5;
  }
  .fitness-container .des h6{
    text-align: center;
  }
  .btn.btn-book{
    border: 1px solid #969696;
  }
  .des-well,.des-well a{
    text-align: center;
    color: #fff;
  }
  .text-offer-detail h2, .text-offer-detail h2 * {
    font-size: 21px !important;
    font-weight: 500 !important;
  }
  .exp-header hr {
    border: 1px solid #fff;
  }
}
@media (max-width: 575px) {
  .h2,h2{
    font-size: 1.75rem;
  }
  .h3,h3{
    font-size: 1.45rem;
  }
  .h4,h4{
    font-size: 1.25rem;
  }
  figure {
    margin: 0;
  }
  .center-award{
      justify-content: center;
  }
  .award-desc{
      align-items: center;
      text-align: left;
      display: block;
  }
  .home-link{
    width: 80%;
  }
  .contact-us {
    margin: 0 auto;
  }
  .form-newsletter{
    flex-wrap: wrap;
  }
  .f-subscribe,.f-form{
    width: 100%;
  }
  .f-subscribe br{
    display: none;
  }
  .f-subscribe p{
    font-size: 16px;
    font-weight: 500;
  }
  .villa-top-title{
    padding-top: 5rem;
  }
  .villa-top-title h1{
    font-size: 21px;
  }
  .mb-btn{
    gap: 10px;
    margin-top: 1.5rem;
  }
  .villa-size h4{
    font-size: 16px;
  }
  .villa-size p{
    color: #bdc3c7;
  }
  .villa-size a{
      width: 100%;
      margin-top: 1.5rem;
  }
  .solid-left {
    border-left: none;
    padding-left: 15px;
    margin-top: .8rem;
  }
  .owl-villa-more{
    padding: 0 15px;
  }
  .owl-villa-more .card-footer{opacity: 1;padding: 0;}
  .owl-villa-more .card-footer a {border: none;text-align: left;padding: 0;}
  .owl-villa-more .villa-link-2 {display: none}
  .line-height-villa{
    height: auto;
    font-size: 16px;
  }
  .line-height-villa br{
    display: none;
  }
  .footer-section{
    padding-bottom: 0;
  }
  .form-newsletter{
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .mb-modh{
    background-color: #545757;
    padding: 1.5rem 15px;
  }
  .MODH {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .inner-read-more-popup-close{
    position: absolute;
    right: 0;
    top: -3rem;
  }
  .site-navbar nav .menu li a {
    padding: 5px 5px 5px 0;
    font-size: 14px;
  }
  .text-cover-bottom{
    display: flex;
    justify-content: space-between;
  }
  .text-cover-bottom h4{
   flex: 0 0 auto;
  }
  .text-cover-bottom .btn-explore {
    align-items: center;
    justify-content: end;
  }
  .clamp-3 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .clamp-3 p,.clamp-3 span{
    color: #545757 !important;
  }
  .h3sub{
    font-size: 18px;
  }
  .head-detail h3 {
    font-size: 16px;
  }
  .bg-wed{
    height: 22vh;
  }
  .header-exp{
    height: 22vh;
  }
  .exp-header {
    width: 100%;
    transform: unset;
    left: 0;
    bottom: 15px;
  }
  .exp-header hr {
    margin-bottom: 1rem;
  }
  .next-footer img {
    width: 40px;
    margin-top: 1rem;
  }
  .next-footer {
    padding: 2rem 15px;
  }
  .spa-cotainer h3{
    font-size: 21px;
  }
  .spa-desc h3 {
    margin-bottom: 1rem;
  }
  .fitness-head h3 {
    margin-top: 0;
  }
  .bg-wellness{
    height: 22vh;
  }
}
@media screen and (max-width: 535px) {
  .bg-offer {
    height: 24vh;
  }
}
@media screen and (max-width: 488px) {
  .box-with-image {
    left: 24px;
  }
}
@media screen and (max-width: 475px) {
  .h2,h2{
    font-size: 21px;
  }
  .h3,h3{
    font-size: 18px;
  }
  .h4,h4,.h5,h5{
    font-size: 16px;
  }
}
@media (max-width:430px) {
  .special-header{
    height: 32vh;
  }
  .box-with-image {
    left: 20px;
  }
  .read-more-popup-close {
    right: 0;
    top: -30px;
  }
  .videowrapper {
    height: 35vh;
  }
  .social-menu a {
    width: 35px;
  }

}
@media (max-width:414px) {
  .banner_default {
      height: 90vh;
  }
  .py-setup {
      padding-top: 2rem!important;
      padding-bottom: 2rem!important;
  }
  .full-height {
    margin-top: 20%;
  }
}
@media (max-width:390px) {
  .exp-header {
    bottom: 0;
}
}
@media (max-width:375px) {
  .content-text-slide .text-black {
    max-height: 24.5vh;
  }
}
@media screen and (max-width: 320px) {
  .image-size {
      height: 80px;
      margin-top: 30px;
  }
}
