@charset "UTF-8";
/*
Theme Name: EquatorVillage
Theme URI: https://equatorvillage.com/blog/
Author: Vishwa LiyanaArachchi
Author URI: Vishwa LiyanaArachchi
Description: Equator Village Blog
Version: 1.1004
License: GNU General Public License v3 or later
License URI: 
Tags: equatorvillage, blog, scss, custom
Text Domain: equatorvillage
*/
/*---------------------------- [table of contents] ------------------
 0. vendors
 1. variables
 2. typography
 3. mixin
 3. starter base
 4. Commons
    4.1 header
    4.2 footer
 5. page templates

-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rock+Salt&display=swap");
.font-inter {
  font-family: "Inter", sans-serif;
}

@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-BlackItalic.eot");
  src:
    url("./fonts/lyon/LyonDisplay-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-BlackItalic.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-BlackItalic.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-Black.eot");
  src:
    url("./fonts/lyon/LyonDisplay-Black.eot?#iefix") format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-Black.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-Black.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-BoldItalic.eot");
  src:
    url("./fonts/lyon/LyonDisplay-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-BoldItalic.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-BoldItalic.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-MediumItalic.eot");
  src:
    url("./fonts/lyon/LyonDisplay-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-MediumItalic.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-MediumItalic.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-Bold.eot");
  src: url("./fonts/lyon/LyonDisplay-Bold.eot?#iefix")
    format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-LightItalic.eot");
  src:
    url("./fonts/lyon/LyonDisplay-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-LightItalic.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-LightItalic.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lyon Display";
  src: url("./fonts/lyon/LyonDisplay-RegularItalic.eot");
  src:
    url("./fonts/lyon/LyonDisplay-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/lyon/LyonDisplay-RegularItalic.woff2") format("woff2"),
    url("./fonts/lyon/LyonDisplay-RegularItalic.woff") format("woff"),
    url("./fonts/lyon/LyonDisplay-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.font-lyon {
  font-family: "Lyon Display";
}

.font-25 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 32px;
}

.font-18 {
  font-size: 18px;
  font-family: "Lyon Display";
  letter-spacing: 2.61px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
}

.font-15 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.5;
}
.font-15-gold {
  font-size: 15px;
  line-height: 28px;
  color: #ad894c !important;
}
.font-15-gold a {
  color: #ad894c;
}
.font-15-gold a:hover {
  color: #000000;
}

.font-17 {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .font-17 {
    font-size: 16px;
  }
}

h1 {
  font-size: 25px;
  font-family: "Lyon Display";
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4.8px;
  }
}

h2 {
  font-size: 22px;
  font-family: "Lyon Display";
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.main-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Lyon Display";
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .main-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4.8px;
  }
}
.main-secondary-title {
  font-size: 22px;
  font-family: "Lyon Display";
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .main-secondary-title {
    font-size: 28px;
  }
}

.main-para {
  font-size: 15px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  padding-bottom: 20px;
}
.main-para:last-child {
  padding-bottom: unset;
}
@media screen and (min-width: 1200px) {
  .main-para {
    font-size: 16px;
  }
}

.font-28-35-40 {
  font-size: 22px;
  letter-spacing: 3px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 400;
  font-family: "Lyon Display";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .font-28-35-40 {
    color: #ffffff;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .font-28-35-40 {
    font-size: 40px;
    line-height: 45px;
  }
}

.font-28-35-35 {
  font-size: 28px;
  letter-spacing: 2px;
  color: #000000;
  opacity: 1;
  font-weight: 400;
  font-family: "Lyon Display";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .font-28-35-35 {
    color: #ffffff;
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .font-28-35-35 {
    font-size: 40px;
    line-height: 55px;
  }
}

.font-16-18 {
  font-size: 16px;
  letter-spacing: 2.29px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .font-16-18 {
    font-size: 18px;
    color: #ffffff;
  }
}

.font-21 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Lyon Display";
}

.font-24 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Lyon Display";
}

.insta-text {
  font-size: 18px;
  letter-spacing: 3.77px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
  font-family: "Lyon Display";
}

html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
  background-color: #ffffff !important;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}

html.lenis {
  height: 100%;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  cursor: grab;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #000000;
}

body::-webkit-scrollbar-thumb {
  background: #ad894c;
  outline: 1px solid #ad894c;
  border-radius: 20px;
  cursor: grab;
}

#menu-mobile-menu::-webkit-scrollbar {
  width: 2px;
  background: transparent;
  cursor: grab;
}

#menu-mobile-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
  background-color: #000000;
}

#menu-mobile-menu::-webkit-scrollbar-thumb {
  background: #999;
  outline: 1px solid #999;
  border-radius: 20px;
  cursor: grab;
}

img,
picture {
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  text-decoration: unset;
  color: #000000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: unset;
}

@media screen and (min-width: 1200px) {
  main {
    padding-top: unset;
  }
}

@media screen and (min-width: 1900px) {
  .plyr--video {
    height: 100vh;
  }
}

html.overflow-none.lenis-scrolling {
  overflow: hidden !important;
}

.overflow-none {
  overflow: hidden !important;
  pointer-events: none !important;
  height: 100%;
}

.main-padd-x {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .main-padd-x {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .main-padd-x {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.sec-padding {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .sec-padding {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1500px) {
  .sec-padding {
    padding: 80px;
  }
}

.txt-black-link {
  color: #000000;
}
.txt-black-link:hover {
  color: #ad894c;
}

.txt-gold {
  color: #ad894c;
}
.txt-gold-link {
  color: #ad894c;
}
.txt-gold-link:hover {
  color: #000000;
}
.txt-gold-underline {
  color: #ad894c;
  border-bottom: 2px solid #ad894c;
}
.txt-gold-underline:hover {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.bg-f6f6f6 {
  background-color: #f6f6f6;
}

.txt-black {
  color: #000000;
}

.txt-white {
  color: #ffffff;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: unset;
}
.owl-carousel .owl-nav button {
  border-radius: 50%;
}
.owl-carousel .owl-nav button:hover {
  background: unset !important;
  filter: invert(15%);
}
.owl-carousel .owl-nav button.disabled {
  visibility: hidden;
}
.owl-carousel .owl-nav button svg {
  box-shadow: 10px 0 50px -20px #888;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.owl-carousel .owl-nav button svg:hover {
  filter: unset;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav button svg {
    filter: unset;
  }
  .owl-carousel .owl-nav button svg:hover {
    filter: invert(15%);
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -22px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-right: -22px;
  }
}

.owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px !important;
  background: #ffffff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border: 2px solid #ad894c;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  background: #ad894c !important;
}
.owl-dots .owl-dot:hover span {
  background: #ad894c !important;
}

.fancybox__caption {
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.fancybox__infobar {
  display: none;
}

.dnso-main-title-sec-secondary p {
  font-size: 15px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  padding-bottom: 20px;
}
.dnso-main-title-sec-secondary p:last-child {
  padding-bottom: unset;
}
@media screen and (min-width: 1200px) {
  .dnso-main-title-sec-secondary p {
    font-size: 16px;
  }
}

#room-guest-wrapper {
  display: none;
}

.plyr__poster {
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #ad894c !important;
  box-shadow: unset;
  background: unset !important;
}

.suites-pb-added .dnso-suites-sec-wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 550px) {
  .suites-pb-added .dnso-suites-sec-wrapper {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .suites-pb-added .dnso-suites-sec-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .suites-pb-added .dnso-suites-sec-wrapper {
    padding-bottom: 60px;
  }
}

#sbi_load .sbi_btn_text {
  font-size: 15px;
  letter-spacing: 0px;
  color: #ad894c;
  text-transform: uppercase;
  opacity: 1;
  border-bottom: 2px solid #ad894c;
  text-align: center;
  padding-bottom: 2px;
  transition: all 0.5s linear;
  background-color: unset;
}
#sbi_load .sbi-loadmore-icon {
  display: none;
}
#sbi_load .sbi_load_btn {
  background: unset !important;
}
#sbi_load .sbi_load_btn:hover {
  background: unset !important;
  box-shadow: unset !important;
}
#sbi_load .sbi_load_btn:hover .sbi_btn_text {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.dnso-acco-cat .dnso-listing-sec ul {
  margin-left: 13px;
}
.dnso-acco-cat .dnso-listing-sec ul li {
  list-style: disc;
  padding-left: 5px;
}

.page-template-T04_2-spa-inner .dnso-acco-cat .dnso-listing-sec ul {
  margin-left: 13px;
}
.page-template-T04_2-spa-inner .dnso-acco-cat .dnso-listing-sec ul li {
  list-style: none;
  padding-left: 5px;
}

.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.22) !important;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.start,
.end {
  background-color: #ad894c !important;
}

#IWSfrContainer .IWSfrOverall img {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  #adultd_count_id_wrap,
  #child_count_id_wrap {
    width: 50% !important;
  }
}
.font-inter-new {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  text-transform: none;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.8;
}

.book-now-white {
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 30px;
  width: auto;
  background: #ffffff;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 0.5s linear;
  border: unset;
  align-items: center;
}
.book-now-white:hover {
  background-color: #ad894c;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .book-now-white {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .book-now-white {
    font-size: 14px;
  }
}

.book-now-black {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  width: 100%;
  background: #ad894c;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 0.5s linear;
  border: unset;
  border: 2px solid #ad894c;
}
.book-now-black:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
@media only screen and (min-width: 768px) {
  .book-now-black {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .book-now-black {
    font-size: 14px;
    border: 1px solid #ad894c;
  }
  .book-now-black:hover {
    border: 1px solid #000000;
  }
}

.btn-border-black {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #000000;
  transition: all 0.5s linear;
  text-align: center;
  display: inline-block;
}
.btn-border-black:hover {
  border: 2px solid #ad894c;
  background-color: #ad894c;
  color: #ffffff;
}
@media only screen and (max-width: 1025px) {
  .btn-border-black {
    font-size: 14px;
    border: 1px solid #000000;
  }
  .btn-border-black:hover {
    border: 1px solid #ad894c;
  }
}

.btn-border-white {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.5s linear;
  text-align: center;
  display: inline-block;
}
.btn-border-white:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
}
@media only screen and (max-width: 1025px) {
  .btn-border-white {
    font-size: 14px;
    border: 1px solid #ffffff;
  }
  .btn-border-white:hover {
    border: 1px solid #ffffff;
  }
}

.btn-white-bg {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  background-color: transparent;
  transition: all 0.5s linear;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-white-bg:hover {
  background-color: #ad894c;
  color: #ffffff;
  border: 1px solid #ad894c;
}
@media only screen and (max-width: 1025px) {
  .btn-white-bg {
    font-size: 14px;
    padding: 10px 35px;
  }
}

.btn-gold-underline {
  font-size: 15px;
  letter-spacing: 0px;
  color: #ad894c;
  text-transform: uppercase;
  opacity: 1;
  border-bottom: 2px solid #ad894c;
  text-align: center;
  padding-bottom: 2px;
  transition: all 0.5s linear;
  margin: 0 auto;
  width: max-content;
}
.btn-gold-underline:hover {
  color: #000000;
  border-bottom: 2px solid #000000;
}
@media only screen and (max-width: 1025px) {
  .btn-gold-underline {
    font-size: 14px;
    border-bottom: 1px solid #ad894c;
  }
  .btn-gold-underline:hover {
    border-bottom: 1px solid #ad894c;
  }
}

@media screen and (max-width: 768px) {
  section.beachclubbanner
    .dnso-inner-banner-sec-wrapper-content.bottom
    a.btn-white-bg {
    border: 1px solid #000 !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.rtl #book-comp {
    right: unset;
    left: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  body.rtl #book-comp {
    left: 80px;
  }
}
body.rtl #book-comp .closs_ibe {
  right: unset;
  left: 20px;
}
body.rtl #book-comp input.startDate {
  background-position: 5% center;
}
body.rtl #book-comp label,
body.rtl #book-comp .cal {
  text-align: right;
}
body.rtl header .dinso-header-upper .ham-wrapper .menu-panel.open {
  right: 0;
}
body.rtl header .dinso-header-upper .ham-wrapper .menu-panel {
  right: -1000px;
}
body.rtl header .dinso-header-upper .ham-wrapper .menu-panel-content ul li a {
  padding-left: 25px;
  padding-right: unset;
}
body.rtl
  header
  .dinso-header-upper
  .ham-wrapper
  .menu-panel-content
  ul
  li.menu-item-has-children
  #subitems-arrow {
  left: 25px;
  right: unset;
}
body.rtl #scrollToTop {
  right: unset;
  left: 20px;
}
body.rtl
  header
  .dinso-header-upper
  .language-dropdown
  .nice-select
  .list
  .option {
  text-align: right;
}
body.rtl header .dinso-header-upper .language-dropdown .nice-select {
  padding-left: 30px;
}
body.rtl header .dinso-header-upper .language-dropdown .nice-select::after {
  right: unset;
  left: 12px;
}
body.rtl #book-comp .comp-dates h3 {
  text-align: right;
}
body.rtl footer .dnso-upper-footer-item-inner-item .content .rtl-lft p {
  direction: ltr;
  text-align: end;
}
body.rtl .dnso-contact-sec .dnso-listing-sec .soc-sec {
  justify-content: center !important;
}
@media only screen and (min-width: 1200px) {
  body.rtl .dnso-contact-sec .dnso-listing-sec .soc-sec {
    justify-content: flex-start !important;
  }
}
body.rtl header .dinso-header .dnso-menu-items .main-menu-item:first-child {
  padding-right: unset;
}
body.rtl header .dinso-header .dnso-menu-items .main-menu-item:last-child {
  padding-right: 20px;
}
body.rtl .dnso-breadcrumb-sec ul li:first-child {
  padding-left: 15px;
  padding-right: unset;
}
body.rtl .dnso-breadcrumb-sec ul li:last-child {
  padding-left: unset;
  padding-right: 15px;
  border-left: unset;
}
body.rtl .dnso-breadcrumb-sec ul li {
  border-left: 1px solid #6d6f72;
  border-right: unset;
}
body.rtl footer .dnso-bottom-footer-item p.copyrights {
  direction: ltr;
}
body.rtl .dnso-villa-listing-wrapper-item-content h3 {
  text-align: right !important;
}
body.rtl .text-start {
  text-align: right !important;
}
body.rtl .dnso-inner-booking-widget-sec .booking-form input.startDate {
  padding-right: 8px;
  padding-left: 35px;
  background-position: calc(0% + 7px) center;
  direction: ltr;
  text-align: right;
}
body.rtl .dnso-inner-booking-widget-sec .booking-form .nice-select {
  padding-left: 30px;
  padding-right: 18px;
  text-align: right !important;
}
body.rtl .dnso-inner-booking-widget-sec .booking-form .nice-select::after {
  right: unset;
  left: 12px;
}
body.rtl .dnso-inner-booking-widget-sec .booking-form .nice-select .list {
  left: unset;
  right: 0;
}
body.rtl
  header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item::after {
  right: unset;
  left: -25px;
}
body.rtl .ac .ac-trigger {
  text-align: right;
  padding: 8px 8px 8px 32px;
}
body.rtl .ac .ac-trigger::after {
  right: unset;
  left: 10px;
}
body.rtl .ac-text {
  text-align: right !important;
}
@media only screen and (min-width: 768px) {
  body.rtl .ac-text {
    padding-right: unset !important;
    padding-left: 35px !important;
  }
}
body.rtl .owl-carousel {
  direction: ltr !important;
}
body.rtl .room-guest #room-guest-wrapper {
  left: unset;
  right: 0;
}
body.rtl .default-page p {
  text-align: right;
}
body.rtl .default-page ul {
  padding-right: 35px;
}
body.rtl #reserve-now-hebrew .nice-select::after {
  left: 12px;
  right: unset;
}
body.rtl #reserve-now-hebrew .response-field-checkboxes {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl #reserve-now-hebrew .response-field-checkboxes .help-block {
  bottom: 2px !important;
}
body.rtl .newsletter form .input-group .help-block {
  right: 0;
  left: unset;
}
body.rtl .newsletter form .nice-select::after {
  left: 12px;
  right: unset;
}
body.rtl .newsletter form .nice-select .list {
  left: unset;
  right: 0;
}
body.rtl .modal form .checkbox-inline input {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl .accordion-container .ac-trigger span {
  padding-right: unset;
  margin-left: 30px;
  display: block;
}
body.rtl #reserve-now-hebrew .nice-select .list {
  left: unset;
  right: 0;
}
body.rtl #inquiryFormModal .nice-select::after {
  right: unset;
  left: 12px;
}
body.rtl #inquiryFormModal .nice-select .list {
  left: unset;
  right: 0;
}
body.rtl #contact-us-hebrew .nice-select::after {
  left: 12px;
  right: unset;
}
body.rtl #contact-us-hebrew .nice-select .list {
  left: unset;
  right: 0;
}
body.rtl
  #contact-us-hebrew
  #gdpr_compliance_id_wrap
  label.checkbox-inline
  input {
  margin-left: 10px;
  margin-right: unset;
}
body.rtl .dnso-contact-form-sec-wrapper form .input-group .help-block {
  right: 0;
}
body.rtl .dnso-room-overview-wrapper-item ul {
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  body.rtl .dnso-room-overview-wrapper-item ul {
    justify-content: flex-start;
  }
}
body.rtl .dnso-offer-listing-sec .language-dropdown .nice-select .list {
  right: 0;
  left: unset;
}
body.rtl .dnso-inner-booking-widget-sec .booking-form label {
  text-align: right;
}
body.rtl .dnso-contact-sec .dnso-listing-sec {
  text-align: center !important;
  justify-content: center !important;
}
@media only screen and (min-width: 1200px) {
  body.rtl .dnso-contact-sec .dnso-listing-sec {
    text-align: right !important;
    justify-content: flex-end !important;
  }
}
body.rtl .dnso-contact-sec .dnso-listing-sec h3 {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  body.rtl .dnso-contact-sec .dnso-listing-sec h3 {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  body.rtl .dnso-listing-sec-item-contact {
    text-align: right;
  }
}
body.rtl #newsletter-ar .form-control {
  height: auto;
}
@media only screen and (min-width: 1200px) {
  body.rtl #contact-us-ar .input-group {
    padding-bottom: 2rem !important;
  }
  body.rtl #contact-us-ar .input-group .help-block {
    bottom: 0;
  }
}
body.rtl #contact-us-hebrew .response-field-dropdown::after,
body.rtl #contact-us-ar .response-field-dropdown::after {
  right: unset;
  left: 20px;
}
@media only screen and (min-width: 1200px) {
  body.rtl #contact-us-ar .response-field-dropdown .help-block {
    bottom: -20px !important;
  }
}
body.rtl .dnso-directions-sec .time-wrapper span {
  padding-right: 10px;
  padding-left: unset;
}
body.rtl
  .dnso-offer-listing-sec
  .dnso-tab-sec
  nav
  .nav-tabs
  .nav-link:last-child {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl
  .dnso-offer-listing-sec
  .dnso-tab-sec
  nav
  .nav-tabs
  .nav-link:first-child {
  margin-right: unset;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #f6f6f6;
  box-shadow: 10px 0 50px -2px #888;
  transition: all 0.5 ease-in;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  header {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  header {
    background-color: unset;
    position: fixed;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7058661111) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 9;
    transition: all 0.1s ease-out;
    box-shadow: unset;
  }
}
header .dinso-header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  header .dinso-header {
    padding-top: 15px;
    padding-bottom: unset;
  }
  header .dinso-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f6f6f6;
    transition: all 0.5s ease-in;
    /* keep header above the menu/backdrop by default */
    z-index: 8;
    box-shadow: 0px 7px 15px 8px rgba(0, 0, 0, 0.1);
  }
  header .dinso-header.fixed .ham-wrapper .hamburger-icon span {
    background-color: #000000 !important;
  }
  header .dinso-header.fixed .ham-wrapper .close-text {
    color: #000000 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1025px) {
  header .dinso-header.fixed .ham-wrapper .close-text {
    color: #000000 !important;
  }
}
@media screen and (min-width: 1200px) {
  header .dinso-header.fixed .ham-wrapper .close-text span {
    transition: none !important;
    color: #000 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1025px) {
  header .dinso-header.fixed .ham-wrapper .close-text span {
    color: #000000 !important;
  }
}
@media screen and (min-width: 1200px) {
  header .dinso-header.fixed .logo .desktop-logo {
    display: none;
  }
  header .dinso-header.fixed .logo .mobile-logo {
    display: block;
  }
  header .dinso-header.fixed .language-dropdown .nice-select {
    color: #000000;
    padding-left: unset;
  }
  header .dinso-header.fixed .language-dropdown .nice-select::after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
  }
  header .dinso-header.fixed .book-now-white {
    background-color: #ad894c;
    color: #ffffff;
    border: 2px solid #ad894c;
  }
  header .dinso-header.fixed .book-now-white:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000 !important;
    transition: all 0.5s linear;
  }
  header .dinso-header.fixed .dnso-menu-items {
    border-top: 1px solid #000000;
    border-bottom: unset;
  }
  header .dinso-header.fixed .dnso-menu-items .main-menu-item a {
    color: #000000;
  }
  header .dinso-header.fixed .dnso-menu-items .main-menu-item a::after {
    background: #627059;
  }
}
@media screen and (max-width: 667px) {
  header .dinso-header {
    padding: 0 !important;
  }
}
header .dinso-header-upper {
  display: flex;
  width: 100%;
}
header .dinso-header-upper .ham-wrapper {
  margin: 0;
  width: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  /* The container div for the hamburger icon */
}
header .dinso-header-upper .ham-wrapper .hamburger-icon {
  display: block;
  min-width: 30px;
  min-height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 99999;
  /* The three lines of the hamburger icon */
}
@media screen and (min-width: 1900px) {
  header .dinso-header-upper .ham-wrapper .hamburger-icon {
    min-width: 40px;
  }
}
header .dinso-header-upper .ham-wrapper .hamburger-icon span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 20px;
  background-color: #000000 !important;
  position: absolute;
  transition: 0.5s ease-in-out;
  z-index: 99999;
  /* Positioning the three lines of the hamburger icon */
}
@media screen and (min-width: 1900px) {
  header .dinso-header-upper .ham-wrapper .hamburger-icon span {
    width: 40px;
  }
}
header .dinso-header-upper .ham-wrapper .hamburger-icon span:nth-child(1) {
  top: 0;
}
header .dinso-header-upper .ham-wrapper .hamburger-icon span:nth-child(2) {
  top: 10px;
}
header .dinso-header-upper .ham-wrapper .hamburger-icon span:nth-child(3) {
  top: 20px;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .ham-wrapper .hamburger-icon span {
    background-color: #ffffff !important;
  }
}
header .dinso-header-upper .ham-wrapper .hamburger-icon.open span {
  transition: 0.5s ease-in-out;
}
header .dinso-header-upper .ham-wrapper .hamburger-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
header .dinso-header-upper .ham-wrapper .hamburger-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 10px;
  opacity: 0;
}
header .dinso-header-upper .ham-wrapper .hamburger-icon.open span:nth-child(3) {
  transform: rotate(135deg);
  top: 10px;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .ham-wrapper .hamburger-icon.open span {
    background-color: #000000 !important;
  }
}
header .dinso-header-upper .ham-wrapper .close-text {
  z-index: 999999;
  font-size: 13px;
  text-transform: uppercase;
  transition: 1s;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .ham-wrapper .close-text {
    color: #ffffff;
  }
}
@media screen and (min-width: 1900px) {
  header .dinso-header-upper .ham-wrapper .close-text {
    font-size: 18px;
  }
}
header .dinso-header-upper .ham-wrapper .close-text span {
  transition: all 1s ease-in 0.3s;
}
@media screen and (max-width: 1025px) {
  header .dinso-header-upper .ham-wrapper .close-text span {
    color: #000000 !important;
  }
}
@media screen and (max-width: 1025px) {
  header .dinso-header-upper .ham-wrapper .close-text {
    color: #000000 !important;
  }
}
header .dinso-header-upper .logo {
  position: relative;
  z-index: 9;
  flex: 1;
  display: flex;
  justify-content: center;
  flex: 1 1 33.3%;
  max-width: 33.3%;
}
header .dinso-header-upper .logo img {
  height: 45px;
}
@media screen and (min-width: 1900px) {
  header .dinso-header-upper .logo img {
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .logo img.mobile-logo {
    display: none;
  }
}
header .dinso-header-upper .logo img.desktop-logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .logo img.desktop-logo {
    display: block;
  }
}
header .dinso-header-upper .language-dropdown {
  flex: 1 1 33.3%;
  max-width: 33.3%;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
  pointer-events: all;
}
header .dinso-header-upper .language-dropdown .nice-select {
  border: unset;
  background: transparent;
  font-size: 15px;
  letter-spacing: 2.17px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Inter", sans-serif !important;
  padding-right: 23px;
  border: unset;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .language-dropdown .nice-select {
    color: #ffffff;
  }
}
@media screen and (min-width: 1900px) {
  header .dinso-header-upper .language-dropdown .nice-select {
    font-size: 18px;
  }
}
header .dinso-header-upper .language-dropdown .nice-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 7px;
  width: 7px;
  top: 20px;
}
@media screen and (min-width: 1200px) {
  header .dinso-header-upper .language-dropdown .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
header .dinso-header-upper .language-dropdown .nice-select .list {
  background-color: #f6f6f6 !important;
  min-width: 80px;
  border-radius: 5px;
  box-shadow: 10px 0 50px -2px #888;
}
header .dinso-header-upper .language-dropdown .nice-select .list .option {
  line-height: 30px;
  padding: 10px;
  color: #000000;
  position: relative;
}
header
  .dinso-header-upper
  .language-dropdown
  .nice-select
  .list
  .option:last-child::after {
  content: unset;
}
header
  .dinso-header-upper
  .language-dropdown
  .nice-select
  .list
  .option::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #ad894c;
  position: absolute;
  bottom: 0;
}
header
  .dinso-header-upper
  .language-dropdown
  .nice-select
  .list
  .option:last-child {
  border-bottom: unset;
}
header .dinso-header-upper .language-dropdown .nice-select .list .option:hover {
  background-color: #ffffff;
  transition: all 0.5s linear;
}
header .dinso-header-upper .button-wrapper {
  flex: 1 1 33.3%;
  max-width: 33.3%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  header .dinso-header-upper .button-wrapper button {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1900px) {
  header .dinso-header-upper .button-wrapper button {
    font-size: 18px;
    padding: 10px 40px;
  }
}
header .dinso-header .dnso-menu-items {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0 30px;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  header .dinso-header .dnso-menu-items {
    padding: 0 50px;
  }
}
header .dinso-header .dnso-menu-items .main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .dinso-header .dnso-menu-items .main-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1900px) {
  header .dinso-header .dnso-menu-items .main-menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
header .dinso-header .dnso-menu-items .main-menu-item:last-child {
  padding-right: unset;
}
header .dinso-header .dnso-menu-items .main-menu-item a {
  font-size: 15px;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  text-shadow: 0.3px 0.3px;
  font-family: "Lyon Display";
  height: 100%;
}
header .dinso-header .dnso-menu-items .main-menu-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #ffffff;
  transition: width 0.3s;
}
@media screen and (min-width: 1900px) {
  header .dinso-header .dnso-menu-items .main-menu-item a {
    font-size: 20px;
  }
}
header .dinso-header .dnso-menu-items .main-menu-item a:hover::after {
  width: 100%;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  a[aria-current="page"]::after {
  width: 100%;
}
header .dinso-header .dnso-menu-items .main-menu-item .sub-menu-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1000px;
  background-color: #f6f6f6;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.17);
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper.column-2
  .sub-menu-wrapper-item {
  flex: 1 1 calc(50% - 25px);
  max-width: calc(50% - 25px);
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper.column-2
  .sub-menu-wrapper-item:last-child
  h6 {
  visibility: hidden;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper.column-3
  .sub-menu-wrapper-item {
  flex: 1 1 calc(33.3% - 35px);
  max-width: calc(33.3% - 35px);
}
header .dinso-header .dnso-menu-items .main-menu-item .sub-menu-wrapper-item {
  position: relative;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item:first-child {
  padding: unset;
}
header .dinso-header .dnso-menu-items .main-menu-item .sub-menu-wrapper-item a {
  height: auto;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li:last-child {
  padding-bottom: unset;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  a {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
  height: auto;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #627059;
  transition: width 0.3s;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  a:hover {
  font-weight: 400;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  ul
  li
  a:hover::after {
  width: 100%;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  border-right: 2px solid #e6e6e6;
  height: 100%;
  width: 2px;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item:last-child::after {
  content: unset;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  a
  h6 {
  font-size: 17px;
  text-align: left;
  font-family: "Lyon Display";
  letter-spacing: 2.46px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.5;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #627059;
  transition: width 0.3s;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item
  .sub-menu-wrapper-item
  a:hover::after {
  width: 100%;
}
header .dinso-header .dnso-menu-items .main-menu-item:hover .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item:hover
  .sub-menu-wrapper-item {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item:hover
  .sub-menu-wrapper
  a {
  width: fit-content;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item:hover
  .sub-menu-wrapper
  a[href="#"] {
  visibility: hidden;
  pointer-events: none;
}
header
  .dinso-header
  .dnso-menu-items
  .main-menu-item:hover
  .sub-menu-wrapper
  a[href="#"]:hover::after {
  width: 0 !important;
}
header .dinso-header .dnso-menu-items .main-menu-item:hover a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  transition: width 0.3s;
}
header .dinso-header .dnso-menu-items .main-menu-item:hover a:hover::after {
  width: 100%;
}
header .menu-panel {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #f6f6f6;
  height: 100vh;
  overflow: hidden;
  left: -1000px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  header .menu-panel {
    width: 420px;
    box-shadow: 10px 0 50px -2px #888;
  }
}
@media screen and (min-width: 1900px) {
  header .menu-panel {
    width: 550px;
  }
}
header .menu-panel.open {
  left: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
  z-index: 999999;
}
@media screen and (max-width: 1025px) {
  header .menu-panel.open {
    padding: 0 0 30px 0 !important;
  }
}
header .menu-panel.open .main-padd-x {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1025px) {
  header .menu-panel.open .main-padd-x {
    padding: 0 30px !important;
  }
}
header .menu-panel-content {
  padding-bottom: 20px;
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  header .menu-panel-content {
    padding-bottom: 40px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1900px) {
  header .menu-panel-content {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1025px) {
  header .menu-panel-content {
    height: 85vh !important;
  }
}
header .menu-panel-content ul#menu-mobile-menu {
  max-height: 90vh;
  overflow-y: auto;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  header .menu-panel-content ul#menu-mobile-menu {
    max-height: 80vh;
  }
}
header .menu-panel-content ul li {
  list-style: none;
  padding-bottom: 10px;
  display: -webkit-box;
}
header .menu-panel-content ul li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  position: relative;
  animation: change-height-reverse 1s ease-in-out;
}
header .menu-panel-content ul li.menu-item-has-children #subitems-arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 15px;
  fill: #939a72;
  background-image: url("../assets/images/header/top-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 1s ease-in-out;
  transform: rotate(180deg);
  cursor: pointer;
}
header .menu-panel-content ul li.menu-item-has-children .rotate {
  transform: rotate(360deg) !important;
}
header .menu-panel-content ul li.menu-item-has-children li a {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  text-transform: none;
}
header .menu-panel-content ul li.menu-item-has-children .sub-menu {
  padding-left: 7px !important;
  width: 100%;
  position: relative;
  max-height: 0;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
header .menu-panel-content ul li.menu-item-has-children .sub-menu.active {
  max-height: 250px;
  padding: 10px 0;
  transition: all 0.8s ease-in-out;
}
header .menu-panel-content ul li.menu-item-has-children .sub-menu li {
  padding-left: unset !important;
  padding-bottom: unset !important;
  padding: 15px 0;
}
header .menu-panel-content ul li.menu-item-has-children .sub-menu li a {
  font-size: 15px;
}
header .menu-panel-content ul li.menu-item-has-children .sub-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #627059;
  transition: width 0.3s;
}
header
  .menu-panel-content
  ul
  li.menu-item-has-children
  .sub-menu
  li
  a:hover::after {
  width: 100%;
}
header
  .menu-panel-content
  ul
  li.menu-item-has-children
  .sub-menu
  li:first-child {
  padding-top: 5px !important;
}
header .menu-panel-content ul li:last-child {
  padding-bottom: unset;
}
header .menu-panel-content ul li a {
  color: #000000;
  font-family: "Lyon Display";
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.88px;
  transition: all 0.5s ease-in;
  width: fit-content;
  display: inline-block;
  padding-right: 25px;
}
header .menu-panel-content ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #627059;
  transition: width 0.3s;
}
@media screen and (min-width: 1900px) {
  header .menu-panel-content ul li a {
    font-size: 20px;
    letter-spacing: 1.95px;
  }
}
header .menu-panel-content ul li a:hover {
  padding-left: 5px;
}
header .menu-panel-content ul li a:hover::after {
  width: 100%;
}
header .menu-panel-content ul li a[aria-current="page"]::after {
  width: 100%;
}
header .menu-panel-content-bottom h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 5px;
}
@media screen and (min-width: 1900px) {
  header .menu-panel-content-bottom h6 {
    font-size: 15px;
  }
}
header .menu-panel-content-bottom h6 a {
  color: #000000;
  display: inline-block;
}
header .menu-panel-content-bottom h6 a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.3s;
}
header .menu-panel-content-bottom h6 a:hover::after {
  width: 100%;
}
header.no-banner .dinso-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f6f6f6;
  transition: all 0.5s ease-in;
  z-index: 8;
  box-shadow: 0px 7px 15px 8px rgba(0, 0, 0, 0.1);
}
header.no-banner
  .dinso-header
  .dinso-header-upper
  .ham-wrapper
  .hamburger-icon
  span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 20px;
  background-color: #000000 !important;
  position: absolute;
  transition: 0.5s ease-in-out;
  z-index: 99999;
}
header.no-banner .dinso-header .dinso-header-upper .ham-wrapper .close-text {
  color: #000;
}
header.no-banner
  .dinso-header
  .dinso-header-upper
  .ham-wrapper
  .dropdown.subsite-dropdown
  button {
  color: #000 !important;
}
@media screen and (min-width: 1200px) {
  header.no-banner .dinso-header .dinso-header-upper .logo img {
    filter: invert(1);
  }
}
header.no-banner .dinso-header .book-now-white {
  background-color: #ad894c;
  color: #ffffff;
  border: 2px solid #ad894c;
}
header.no-banner .dinso-header .dnso-menu-items {
  border-top: 1px solid #000000;
  border-bottom: unset;
}
header.no-banner .dinso-header .dnso-menu-items .main-menu-item a {
  color: #000000 !important;
}
header.no-banner .dinso-header.fixed .dinso-header-upper .logo img {
  filter: invert(0);
}
header.no-banner .dinso-header .dnso-menu-items .main-menu-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #000000;
  transition: width 0.3s;
}

body.no-banner main {
  padding-top: 130px;
}
@media screen and (max-width: 1200px) {
  body.no-banner main {
    padding-top: 100px !important;
  }
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 5px;
  border: none;
  outline: none;
  background-color: #ffffff;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 10px 0 50px -2px #888;
  animation: icon 1s ease-in-out;
}
#scrollToTop:hover {
  animation: icon 1s ease-in-out infinite;
}

@-webkit-keyframes icon {
  0% {
    bottom: 8px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 8px;
  }
  75% {
    bottom: 15px;
  }
  100% {
    bottom: 8px;
  }
}
@keyframes icon {
  0% {
    bottom: 8px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 8px;
  }
  75% {
    bottom: 15px;
  }
  100% {
    bottom: 8px;
  }
}
.dropdown.subsite-dropdown {
  padding-left: 50px;
}
.dropdown.subsite-dropdown button {
  background-color: transparent;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: none !important;
}
.dropdown.subsite-dropdown button:focus {
  border: none !important;
  box-shadow: none !important;
}
.dropdown.subsite-dropdown .dropdown-menu {
  display: none;
  min-width: 20rem;
}
.dropdown.subsite-dropdown .dropdown-menu.show-menu {
  display: block;
  transform: translate(0, 40px) !important;
  padding: 0 !important;
  width: max-content;
}
.dropdown.subsite-dropdown .dropdown-menu.show-menu li a {
  padding: 5px 10px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  text-align: center;
}
.dropdown.subsite-dropdown .dropdown-menu.show-menu li a.active {
  background-color: #ad894c !important;
  color: #fff !important;
}
.dropdown.subsite-dropdown.open button {
  color: #000 !important;
}

.dinso-header.fixed .dropdown.subsite-dropdown button {
  color: #000 !important;
}

@media only screen and (max-width: 1025px) {
  .desktop_el {
    display: none !important;
  }
}

.tab_mobile_el {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .tab_mobile_el {
    display: block !important;
  }
}

.padding-top--30 {
  padding-top: 30px;
}
@media screen and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px !important;
  }
}

.padding-bottom--30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px !important;
  }
}

.padding-top--100 {
  padding-top: 100px;
}
@media screen and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 100px !important;
  }
}

.mobilepropertylist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist {
    padding: 30px !important;
  }
}
.mobilepropertylist .dropdown.subsite-dropdown-mobile {
  padding-left: 10px !important;
}
.mobilepropertylist .dropdown.subsite-dropdown-mobile button {
  background-color: transparent;
  color: #000 !important;
  border: 0 !important;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.mobilepropertylist .dropdown.subsite-dropdown-mobile button:focus,
.mobilepropertylist .dropdown.subsite-dropdown-mobile button:active,
.mobilepropertylist .dropdown.subsite-dropdown-mobile button:focus-visible {
  border: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist .dropdown.subsite-dropdown-mobile button {
    font-size: 13px !important;
  }
}
.mobilepropertylist .dropdown.subsite-dropdown-mobile .dropdown-menu.show-menu {
  display: block;
  transform: translate(0, 40px) !important;
  padding: 0 !important;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist
    .dropdown.subsite-dropdown-mobile
    .dropdown-menu.show-menu {
    transform: translate(-12px, 40px) !important;
  }
}
.mobilepropertylist
  .dropdown.subsite-dropdown-mobile
  .dropdown-menu.show-menu
  li
  a {
  padding: 5px 10px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.mobilepropertylist
  .dropdown.subsite-dropdown-mobile
  .dropdown-menu.show-menu
  li
  a.active {
  background-color: #ad894c !important;
  color: #fff !important;
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist
    .dropdown.subsite-dropdown-mobile
    .dropdown-menu.show-menu
    li
    a {
    font-size: 12px !important;
  }
}
.mobilepropertylist .lftwrap {
  display: flex;
}
.mobilepropertylist .hamburger-icon {
  display: block;
  min-width: 30px;
  min-height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 99999;
  /* The three lines of the hamburger icon */
}
@media screen and (min-width: 1900px) {
  .mobilepropertylist .hamburger-icon {
    min-width: 40px;
  }
}
.mobilepropertylist .hamburger-icon span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 20px;
  background-color: #000000 !important;
  position: absolute;
  transition: 0.5s ease-in-out;
  z-index: 99999;
  /* Positioning the three lines of the hamburger icon */
}
@media screen and (min-width: 1900px) {
  .mobilepropertylist .hamburger-icon span {
    width: 40px;
  }
}
.mobilepropertylist .hamburger-icon span:nth-child(1) {
  top: 0;
}
.mobilepropertylist .hamburger-icon span:nth-child(2) {
  top: 10px;
}
.mobilepropertylist .hamburger-icon span:nth-child(3) {
  top: 20px;
}
.mobilepropertylist .hamburger-icon.open span {
  transition: 0.5s ease-in-out;
}
.mobilepropertylist .hamburger-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.mobilepropertylist .hamburger-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 10px;
  opacity: 0;
}
.mobilepropertylist .hamburger-icon.open span:nth-child(3) {
  transform: rotate(135deg);
  top: 10px;
}
@media screen and (min-width: 1200px) {
  .mobilepropertylist .hamburger-icon.open span {
    background-color: #000000 !important;
  }
}
.mobilepropertylist .close-text {
  z-index: 999999;
  font-size: 13px;
  text-transform: uppercase;
  transition: 1s;
  color: #000;
}
@media screen and (min-width: 1900px) {
  .mobilepropertylist .close-text {
    font-size: 18px;
  }
}
.mobilepropertylist .close-text span {
  transition: all 1s ease-in 0.3s;
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist .close-text span {
    color: #000000 !important;
  }
}
@media screen and (max-width: 1025px) {
  .mobilepropertylist .close-text {
    color: #000000 !important;
  }
}

@media screen and (max-width: 667px) {
  .mobile-text-center {
    text-align: center !important;
  }
}
.lftwrap {
  position: relative;
  z-index: 100000;
}

.hamburger-icon {
  position: relative;
  z-index: 100001;
  pointer-events: auto;
}

.mobilepropertylist {
  position: relative;
  z-index: 100000;
}

.menu-panel.open {
  z-index: 9999;
}

.menu-panel-content {
  position: relative;
  z-index: 9998;
}

.font-weight--bold {
  font-weight: 700;
}

.padding-top--50 {
  padding-top: 50px !important;
}

.padding-bottom--10 {
  padding-bottom: 10px !important;
}
.padding-bottom--30 {
  padding-bottom: 30px !important;
}
.padding-bottom--50 {
  padding-bottom: 50px !important;
}

.width--70 {
  width: 70%;
}
@media screen and (max-width: 1025px) {
  .width--70 {
    width: 90% !important;
  }
}

.bg-contact {
  background-color: #f4f4f4;
  padding: 20px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ad894c;
}

.text-white {
  color: #fff !important;
}

@media screen and (min-width: 1200px) {
  .mobile-booknow {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-booknow {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .mobile-booknow .book-now-white {
    background-color: #ad894c;
    border-bottom: 2px solid #ad894c;
    color: #fff !important;
  }
}
@media screen and (max-width: 1025px) {
  .page-template-templatesT05-offer-listing-php .nice-select,
  .page-template-T06-gallery .nice-select {
    width: 50%;
    margin: auto;
    border: 1px solid #000 !important;
    padding: 0 15px !important;
    border-radius: 0 !important;
  }
  .page-template-templatesT05-offer-listing-php .nice-select ul,
  .page-template-T06-gallery .nice-select ul {
    border: 1px solid #000;
    border-radius: 0 !important;
  }
  .page-template-templatesT05-offer-listing-php .nice-select li,
  .page-template-templatesT05-offer-listing-php .nice-select span,
  .page-template-T06-gallery .nice-select li,
  .page-template-T06-gallery .nice-select span {
    font-size: 16px !important;
  }
  .tab-padding-top--0 {
    padding-top: 0 !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-width--45 {
    width: 45% !important;
  }
  .tab-width--90 {
    width: 90% !important;
    margin: auto;
  }
  .tab-width--100 {
    width: 100% !important;
  }
  .tab-flex-wrap {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 667px) {
  .page-template-templatesT05-offer-listing-php .nice-select,
  .page-template-T06-gallery .nice-select {
    width: 100% !important;
    margin: unset !important;
    border: 1px solid #000 !important;
    padding: 0 15px !important;
    border-radius: 0 !important;
  }
  .page-template-templatesT05-offer-listing-php .nice-select ul,
  .page-template-T06-gallery .nice-select ul {
    border: 1px solid #000;
    border-radius: 0 !important;
  }
  .page-template-templatesT05-offer-listing-php .nice-select li,
  .page-template-templatesT05-offer-listing-php .nice-select span,
  .page-template-T06-gallery .nice-select li,
  .page-template-T06-gallery .nice-select span {
    font-size: 16px !important;
  }
  .mobile-btn-bg-gold {
    background-color: #ad894c;
    color: #fff;
  }
  .mobile-btn-bg-gold:hover {
    background-color: transparent;
    border: 1px solid #ad894c;
    color: #000;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--10 {
    padding-bottom: 10px !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-d-flex {
    display: flex !important;
  }
  .mobile-justify-content-center {
    justify-content: center !important;
  }
  .mobile-width--100 {
    width: 100% !important;
  }
  .mobile-font-12,
  .mobile-font-12 a {
    font-size: 12px !important;
    text-align: center;
    padding-bottom: 15px !important;
  }
}
#book-comp {
  width: 90%;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #ffffff;
  padding: 50px 20px 20px 20px;
  pointer-events: all;
  border-radius: 4px;
  box-shadow: 0px 0px 25px 31px rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
}
@media screen and (min-width: 500px) {
  #book-comp {
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  #book-comp {
    right: 40px;
    top: 65px;
    transform: unset;
    left: unset;
  }
}
@media only screen and (min-width: 1500px) {
  #book-comp {
    right: 80px;
  }
}
@media screen and (min-width: 1900px) {
  #book-comp {
    width: 450px;
  }
}
#book-comp .startDate {
  font-size: 14px;
}
#book-comp .cal {
  text-align: left;
}
#book-comp .closs_ibe {
  cursor: pointer;
  display: block;
  width: 20px;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 20px;
}
#book-comp .comp-dates {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  #book-comp .comp-dates {
    display: block;
    text-align: left;
  }
}
#book-comp .comp-dates h3 {
  letter-spacing: 3.63px;
  padding-top: 5px;
  padding-bottom: 15px;
}
#book-comp .comp-dates label {
  font-size: 14px;
  padding-bottom: 5px;
  text-align: left;
  font-weight: 500;
}
#book-comp .comp-dates input {
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
}
#book-comp .comp-dates input:focus {
  box-shadow: unset;
  outline: unset;
}
#book-comp .comp-dates input.startDate {
  background-image: url(./images/header/calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
  background-size: 2rem;
  padding-right: 25px;
  height: 40px;
  padding-left: 1.5rem;
}
#book-comp .comp-dates .nice-select::after {
  border-bottom: 3px solid #707070;
  border-right: 3px solid #707070;
  width: 8.5px;
  height: 8.5px;
}

.room-guest {
  position: relative;
}
.room-guest .input-div {
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 9px;
}
.room-guest .input-div i {
  font-size: 13px;
  color: #707070;
}
.room-guest .input-div p,
.room-guest .input-div span {
  font-size: 14px;
  text-align: left;
}
.room-guest .input-div .arrow-icon {
  transition: transform 0.3s ease;
}
.room-guest .input-div.rotate .arrow-icon {
  transform: rotate(-180deg);
}
.room-guest #room-guest-wrapper {
  position: absolute;
  left: 0;
  width: 75%;
  top: 70px;
  background: #ffffff;
  padding: 10px;
  z-index: 9;
  border-radius: 4px;
  border: 1px solid #707070;
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (min-width: 1200px) {
  .room-guest #room-guest-wrapper {
    max-height: unset;
    overflow-y: unset;
  }
}
.room-guest #room-guest-wrapper .container {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .room-guest #room-guest-wrapper .qty-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.room-guest #room-guest-wrapper .qty-container .qty-item {
  display: flex;
  align-items: center;
}
.room-guest #room-guest-wrapper .qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #707070;
  max-width: 80px;
  pointer-events: none;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-minus,
.room-guest #room-guest-wrapper .qty-container .qty-btn-plus {
  padding: 5px;
  font-size: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-minus svg,
.room-guest #room-guest-wrapper .qty-container .qty-btn-plus svg {
  width: 20px;
  height: 20px;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-plus {
  margin-left: -1px;
  background-color: transparent;
  border: unset;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-plus:focus {
  box-shadow: unset;
  border: unset;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-minus {
  margin-right: -1px;
  background-color: transparent;
  border: unset;
}
.room-guest #room-guest-wrapper .qty-container .qty-btn-minus:focus {
  box-shadow: unset;
  border: unset;
}
.room-guest #room-guest-wrapper .book-now-black {
  width: 115px;
  font-size: 14px;
  margin-left: auto;
  cursor: pointer;
}

.propertydetails {
  position: relative;
  height: 75px;
}
.propertydetails select {
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 9px;
  background-color: transparent;
}
.propertydetails select p,
.propertydetails select span,
.propertydetails select option {
  font-size: 14px;
  text-align: left;
}
.propertydetails select .arrow-icon {
  transition: transform 0.3s ease;
}
.propertydetails select.rotate .arrow-icon {
  transform: rotate(-180deg);
}
.propertydetails .nice-select.property.select-drop.w-100.open ul.list {
  width: 100%;
}
.propertydetails #room-guest-wrapper {
  position: absolute;
  left: 0;
  width: 75%;
  top: 70px;
  background: #ffffff;
  padding: 10px;
  z-index: 9;
  border-radius: 4px;
  border: 1px solid #707070;
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (min-width: 1200px) {
  .propertydetails #room-guest-wrapper {
    max-height: unset;
    overflow-y: unset;
  }
}
.propertydetails #room-guest-wrapper .container {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .propertydetails #room-guest-wrapper .qty-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.propertydetails #room-guest-wrapper .qty-container .qty-item {
  display: flex;
  align-items: center;
}
.propertydetails #room-guest-wrapper .qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #707070;
  max-width: 80px;
  pointer-events: none;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-minus,
.propertydetails #room-guest-wrapper .qty-container .qty-btn-plus {
  padding: 5px;
  font-size: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-minus svg,
.propertydetails #room-guest-wrapper .qty-container .qty-btn-plus svg {
  width: 20px;
  height: 20px;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-plus {
  margin-left: -1px;
  background-color: transparent;
  border: unset;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-plus:focus {
  box-shadow: unset;
  border: unset;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-minus {
  margin-right: -1px;
  background-color: transparent;
  border: unset;
}
.propertydetails #room-guest-wrapper .qty-container .qty-btn-minus:focus {
  box-shadow: unset;
  border: unset;
}
.propertydetails #room-guest-wrapper .book-now-black {
  width: 115px;
  font-size: 14px;
  margin-left: auto;
  cursor: pointer;
}

form#booking-widget .calendar > .days-grid > .day.today {
  color: #ad894c !important;
}

footer {
  background-image: url(./images/footer/footer-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding-top: 90px;
  }
}
footer .dnso-upper-footer {
  word-wrap: anywhere;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .dnso-upper-footer-item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  footer .dnso-upper-footer-item {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  footer .dnso-upper-footer-item-inner-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  footer .dnso-upper-footer-item-inner-item {
    flex: 1 1 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
  }
}
footer .dnso-upper-footer-item-inner-item .content {
  padding-bottom: 30px;
}
footer .dnso-upper-footer-item-inner-item .content h3.font-18 {
  padding-bottom: 20px;
}
footer .dnso-upper-footer-item-inner-item .content h6 {
  margin-top: 10px;
}
footer .dnso-upper-footer-item-inner-item .content h6:first-child {
  margin-top: unset;
}
@media only screen and (min-width: 1200px) {
  footer .dnso-upper-footer-item-inner-item .content p,
  footer .dnso-upper-footer-item-inner-item .content a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-upper-footer-item-inner-item .content p,
  footer .dnso-upper-footer-item-inner-item .content a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  footer .dnso-upper-footer-item-inner-item .content.mb-tb {
    margin-bottom: 20px;
  }
}
footer
  .dnso-upper-footer-item-inner-item
  .content
  .font-15-gold
  a.text-underline {
  text-decoration: underline;
}
footer .dnso-upper-footer-item-inner-item .content .font-15-gold a:hover {
  color: #000000;
  transition: all 0.5s linear;
}
footer .dnso-upper-footer-item-inner-item .content .soc-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .dnso-upper-footer-item-inner-item .content .soc-sec-item svg {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  footer .dnso-upper-footer-item-inner-item .content .soc-sec-item svg {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-upper-footer-item-inner-item .content .soc-sec-item svg {
    width: 40px;
    height: 40px;
  }
}
footer .dnso-upper-footer-item-inner-item .content .soc-sec-item svg:hover {
  filter: invert(59%) sepia(23%) saturate(843%) hue-rotate(359deg)
    brightness(90%) contrast(87%);
  transition: all 0.5s linear;
}
@media screen and (max-width: 667px) {
  footer .dnso-upper-footer-item-inner-item .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer .dnso-upper-footer-item-inner-item .content ul li {
  padding-bottom: 10px;
  display: -webkit-box;
}
@media screen and (max-width: 667px) {
  footer .dnso-upper-footer-item-inner-item .content ul li {
    width: 45%;
  }
}
footer .dnso-upper-footer-item-inner-item .content ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1200px) {
  footer .dnso-upper-footer-item-inner-item .content ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-upper-footer-item-inner-item .content ul li a {
    font-size: 15px;
  }
}
footer .dnso-upper-footer-item-inner-item .content ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: #627059;
  transition: width 0.3s;
}
footer .dnso-upper-footer-item-inner-item .content ul li a:hover {
  color: #000000;
  padding-left: 5px;
}
footer .dnso-upper-footer-item-inner-item .content ul li a:hover::after {
  width: 100%;
}
footer .dnso-upper-footer-item-inner-item .content .downloadable-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer
  .dnso-upper-footer-item-inner-item
  .content
  .downloadable-formats-item
  img {
  height: 50px;
}
@media only screen and (min-width: 1200px) {
  footer
    .dnso-upper-footer-item-inner-item
    .content
    .downloadable-formats-item
    img {
    height: 40px;
  }
}
@media only screen and (min-width: 1900px) {
  footer
    .dnso-upper-footer-item-inner-item
    .content
    .downloadable-formats-item
    img {
    height: 50px;
  }
}
footer .dnso-upper-footer-item-inner-item .content img.vignette-logo {
  width: 140px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  footer .dnso-upper-footer-item-inner-item .content img.vignette-logo {
    width: 250px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-upper-footer-item-inner-item .content img.vignette-logo {
    width: 300px;
  }
}
footer .dnso-bottom-footer {
  gap: 20px;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .dnso-bottom-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: center;
  }
}
footer .dnso-bottom-footer-item {
  flex: 1 1 100%;
  max-width: 100%;
}
footer .dnso-bottom-footer-item p.txt-normal {
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  footer .dnso-bottom-footer-item p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-bottom-footer-item p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .dnso-bottom-footer-item p a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1900px) {
  footer .dnso-bottom-footer-item p a {
    font-size: 12px;
  }
}

.dnso-breadcrumb-sec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
}
@media screen and (max-width: 667px) {
  .dnso-breadcrumb-sec ul {
    row-gap: 7px !important;
    justify-content: center !important;
  }
}
.dnso-breadcrumb-sec ul li {
  border-right: 1px solid #6d6f72;
  padding: 0 15px;
  color: #6d6f72;
  font-size: 15px;
  letter-spacing: 0px;
}
@media screen and (max-width: 667px) {
  .dnso-breadcrumb-sec ul li {
    font-size: 13px !important;
  }
}
.dnso-breadcrumb-sec ul li:first-child {
  padding-left: unset;
}
.dnso-breadcrumb-sec ul li:last-child {
  padding-right: unset;
  border-right: unset;
}
.dnso-breadcrumb-sec ul li a {
  color: #6d6f72;
  font-size: 15px;
  letter-spacing: 0px;
}
.dnso-breadcrumb-sec ul li a:hover {
  color: #000000;
}
@media screen and (max-width: 667px) {
  .dnso-breadcrumb-sec ul li a {
    font-size: 13px !important;
  }
}
.dnso-breadcrumb-sec ul li.active a {
  color: #000000;
}

.dnso-inner-booking-widget-sec .booking-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .dnso-inner-booking-widget-sec .booking-form {
    flex-direction: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .dnso-inner-booking-widget-sec .booking-form {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .dnso-inner-booking-widget-sec .booking-form-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-inner-booking-widget-sec .booking-form-item {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
.dnso-inner-booking-widget-sec .booking-form-item input {
  padding: 8px;
}
@media only screen and (min-width: 1200px) {
  .dnso-inner-booking-widget-sec .booking-form-item.number {
    flex: 1 1 calc(16.6% - 20px);
    max-width: calc(16.6% - 20px);
  }
}
.dnso-inner-booking-widget-sec .booking-form h3 {
  letter-spacing: 3.63px;
}
.dnso-inner-booking-widget-sec .booking-form label {
  font-size: 14px;
  padding-bottom: 2px;
  text-align: left;
  color: #6d6f72;
  font-weight: unset;
}
.dnso-inner-booking-widget-sec .booking-form input {
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
}
.dnso-inner-booking-widget-sec .booking-form input:focus {
  box-shadow: unset;
  outline: unset;
}
.dnso-inner-booking-widget-sec .booking-form input.startDate {
  background-image: url(./images/header/calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
  background-size: 1.8rem;
  padding-right: 25px;
  color: #6d6f72;
  height: 42px;
}
.dnso-inner-booking-widget-sec .booking-form .book-now-wid-btn-inner {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .dnso-inner-booking-widget-sec .booking-form .book-now-wid-btn-inner {
    display: block;
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dnso-inner-booking-widget-sec .booking-form .book-now-wid-btn-inner {
    margin-top: 28px !important;
  }
}
.dnso-inner-booking-widget-sec .booking-form .nice-select {
  color: #6d6f72;
}
.dnso-inner-booking-widget-sec .booking-form .nice-select::after {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 8px;
  height: 8px;
}

/* Nice Select dropdown scrollable for ALL devices */
.nice-select .list {
  max-height: 200px; /* adjust as needed (150–300px typical) */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 8 !important;
  width: 100%;
  overflow-y: scroll !important;
}

/* Optional: smoother look */
.nice-select .list::-webkit-scrollbar {
  width: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.dnso-hm-banner-vid {
  position: relative;
}
@media screen and (min-width: 1900px) {
  .dnso-hm-banner-vid .emeslider-wrapper {
    height: 100vh;
  }
}
.dnso-hm-banner-vid .emeslider-wrapper .eme-slider-wrap-full-screen {
  position: relative;
}
@media screen and (min-width: 1900px) {
  .dnso-hm-banner-vid .emeslider-wrapper .eme-slider-wrap-full-screen {
    height: 100vh;
  }
}
.dnso-hm-banner-vid
  .emeslider-wrapper
  .eme-slider-wrap-full-screen
  .dnso__emeslider_oflow_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .dnso-hm-banner-vid
    .emeslider-wrapper
    .eme-slider-wrap-full-screen
    .dnso__emeslider_oflow_logo {
    top: 55%;
    transform: translate(-50%, -55%);
  }
}
.dnso-hm-banner-vid .dnso-hm-banner-vid-bt-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
}
#eme-slider-v2 video {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  #eme-slider-v2 video {
    height: 100vh;
  }
}
#eme-slider-v2 img {
  height: 100vh;
  object-fit: cover;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #ffffff;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

#multi-items-slider {
  padding: 20px 0;
}
#multi-items-slider .multi-items-slider-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#multi-items-slider .multi-items-slider-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #multi-items-slider .multi-items-slider-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  #multi-items-slider .multi-items-slider-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-slider .multi-items-slider-item img {
    height: 650px;
  }
}
#multi-items-slider .multi-items-slider-item-content {
  padding: 30px;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
  #multi-items-slider .multi-items-slider-item-content {
    justify-content: flex-start !important;
  }
}
#multi-items-slider .multi-items-slider-item-content .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
  align-items: center;
}
#multi-items-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .btn-gold-underline {
  margin: unset;
}
#multi-items-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  transition: all 3s ease-in-out;
}
#multi-items-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}
#multi-items-slider .owl-nav {
  top: 35%;
}
@media screen and (min-width: 768px) {
  #multi-items-slider .owl-nav {
    top: 36%;
  }
}
@media screen and (min-width: 1200px) {
  #multi-items-slider .owl-nav {
    top: 39%;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-slider .owl-nav {
    top: 41%;
  }
}

#multi-items-slider .item {
  height: 100%;
  width: 100%;
  /* Set a fixed height for the items, adjust as needed */
}

#multi-items-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

#multi-items-slider .owl-item {
  display: flex;
  flex: 0 0 auto;
}

#multi-items-offer-slider {
  padding: 20px 0;
}
#multi-items-offer-slider .multi-items-slider-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 667px) {
  #multi-items-offer-slider .multi-items-slider-item {
    height: auto !important;
  }
}
#multi-items-offer-slider .multi-items-slider-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #multi-items-offer-slider .multi-items-slider-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-offer-slider .multi-items-slider-item img {
    height: 550px;
  }
}
#multi-items-offer-slider .multi-items-slider-item-content {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#multi-items-offer-slider .multi-items-slider-item-content h3 {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
#multi-items-offer-slider .multi-items-slider-item-content h6 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  padding-bottom: 25px;
}
#multi-items-offer-slider .owl-nav {
  top: 185px;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #multi-items-offer-slider .owl-nav {
    top: 212px;
  }
}
@media screen and (min-width: 1200px) {
  #multi-items-offer-slider .owl-nav {
    top: 274px;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-offer-slider .owl-nav {
    top: 280px;
  }
}

#multi-items-offer-slider .item {
  height: 100%;
  width: 100%;
  /* Set a fixed height for the items, adjust as needed */
}

#multi-items-offer-slider .owl-stage {
  display: flex;
  align-items: stretch;
  margin: auto;
}

#multi-items-offer-slider .owl-item {
  display: flex;
  flex: 0 0 auto;
}

#multi-items-experiences-slider {
  padding: 20px 0;
}
#multi-items-experiences-slider .multi-items-slider-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}
#multi-items-experiences-slider .multi-items-slider-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #multi-items-experiences-slider .multi-items-slider-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  #multi-items-experiences-slider .multi-items-slider-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-experiences-slider .multi-items-slider-item img {
    height: 650px;
  }
}
#multi-items-experiences-slider .multi-items-slider-item-content {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
  #multi-items-experiences-slider .multi-items-slider-item-content {
    justify-content: flex-start !important;
  }
}
#multi-items-experiences-slider .multi-items-slider-item-content h3 {
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 667px) {
  #multi-items-experiences-slider .multi-items-slider-item-content h3 {
    max-width: max-content;
  }
}
#multi-items-experiences-slider .multi-items-slider-item-content .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
  align-items: center;
}
#multi-items-experiences-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .btn-gold-underline {
  margin: unset;
}
#multi-items-experiences-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  transition: all 3s ease-in-out;
}
#multi-items-experiences-slider
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}
#multi-items-experiences-slider .owl-nav {
  top: 185px;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #multi-items-experiences-slider .owl-nav {
    top: 212px;
  }
}
@media screen and (min-width: 1200px) {
  #multi-items-experiences-slider .owl-nav {
    top: 274px;
  }
}
@media screen and (min-width: 1900px) {
  #multi-items-experiences-slider .owl-nav {
    top: 345px;
  }
}

#multi-items-experiences-slider .item {
  height: 100%;
  /* Set a fixed height for the items, adjust as needed */
}

#multi-items-experiences-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

#multi-items-experiences-slider .owl-item {
  display: flex;
  flex: 0 0 auto;
}

#multi-items-comments-slider .owl-item {
  overflow-y: hidden;
}
#multi-items-comments-slider .owl-item p {
  max-height: 88px;
}
#multi-items-comments-slider .owl-dots {
  margin-top: 25px;
}

#multi-items-awards-slider .owl-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  margin: auto;
}

#dnso-suites-sliders .owl-nav,
#dnso-suites-slider .owl-nav {
  top: 185px;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #dnso-suites-sliders .owl-nav,
  #dnso-suites-slider .owl-nav {
    top: 212px;
  }
}
@media screen and (min-width: 1200px) {
  #dnso-suites-sliders .owl-nav,
  #dnso-suites-slider .owl-nav {
    top: 274px;
  }
}
@media screen and (min-width: 1900px) {
  #dnso-suites-sliders .owl-nav,
  #dnso-suites-slider .owl-nav {
    top: 290px;
  }
}

.dnso-suites-sec-wrapper {
  background-color: #f6f6f6;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper {
    background-color: unset;
    background-image: url(./images/home/suites-sec/desk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    gap: 50px;
    padding: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-suites-sec-wrapper {
    padding: 80px;
  }
}
.dnso-suites-sec-wrapper.no-bg {
  background-image: unset;
  padding-top: 200px;
}
.dnso-suites-sec-wrapper.no-bg #dnso-suites-sliders .owl-dots {
  top: -40%;
  text-align: center;
}
.dnso-suites-sec-wrapper.no-bg #dnso-suites-sliders .owl-dots .owl-dot {
  padding-right: unset;
}
@media screen and (max-width: 1025px) {
  .dnso-suites-sec-wrapper.no-bg {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper.no-bg {
    padding-top: 80px;
  }
  .dnso-suites-sec-wrapper.no-bg #dnso-suites-sliders .owl-dots {
    top: -20%;
  }
  .dnso-suites-sec-wrapper.no-bg #dnso-suites-sliders {
    max-width: 60vw;
    margin: 0 auto;
  }
}
.dnso-suites-sec-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item:first-child {
    flex: 1 1 calc(40% - 75px);
    max-width: calc(40% - 75px);
  }
}
.dnso-suites-sec-wrapper-item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item-content {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item:last-child {
    flex: 1 1 calc(60% - 75px);
    max-width: calc(60% - 75px);
  }
}
.dnso-suites-sec-wrapper-item #dnso-suites-slider {
  position: relative;
}
.dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-item img {
    height: 600px;
  }
}
.dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots {
  position: absolute;
  height: 90px;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots {
    position: relative;
    height: auto !important;
    flex-direction: column;
  }
}
.dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots .owl-dot {
  font-family: "Lyon Display";
  font-weight: 400;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  padding-right: 30px;
}
@media screen and (max-width: 667px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots .owl-dot {
    padding-right: 0 !important;
  }
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-slider
  .owl-dots
  .owl-dot:last-child {
  padding-right: unset;
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-slider
  .owl-dots
  .owl-dot
  button::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #627059;
  transition: width 0.5s;
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-slider
  .owl-dots
  .owl-dot.active
  button::after {
  width: 100%;
}
.dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots .owl-dot button {
  background: transparent;
  border: unset;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots .owl-dot button {
    font-size: 15px;
  }
}
.dnso-suites-sec-wrapper-item #dnso-suites-sliders {
  position: relative;
}
.dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-item img {
    height: 600px;
  }
}
.dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-dots {
  position: absolute;
  height: 90px;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  top: -20%;
}
.dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-dots .owl-dot {
  font-family: "Lyon Display";
  font-weight: 400;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  padding-right: 30px;
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-sliders
  .owl-dots
  .owl-dot:last-child {
  padding-right: unset;
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-sliders
  .owl-dots
  .owl-dot
  button::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #627059;
  transition: width 0.5s;
}
.dnso-suites-sec-wrapper-item
  #dnso-suites-sliders
  .owl-dots
  .owl-dot.active
  button::after {
  width: 100%;
}
.dnso-suites-sec-wrapper-item #dnso-suites-sliders .owl-dots .owl-dot button {
  background: transparent;
  border: unset;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dnso-suites-sec-wrapper-item .btn-white-bg {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper-item .btn-white-bg {
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item .btn-white-bg {
    bottom: 50px;
  }
}
.dnso-suites-sec-wrapper-item .btn-border-black {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper-item .btn-border-black {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper-item .btn-border-black {
    margin-top: unset;
  }
}
.dnso-suites-sec-wrapper #dnso-suites-sliders {
  position: relative;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .owl-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .owl-item img {
    height: 600px;
  }
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots {
  position: absolute;
  height: 90px;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot {
  font-family: "Lyon Display";
  font-weight: 400;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  padding-right: 30px;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot:last-child {
  padding-right: unset;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot button::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #627059;
  transition: width 0.5s;
}
.dnso-suites-sec-wrapper
  #dnso-suites-sliders
  .owl-dots
  .owl-dot.active
  button::after {
  width: 100%;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot button {
  background: transparent;
  border: unset;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dnso-suites-sec-wrapper .btn-white-bg {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper .btn-white-bg {
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper .btn-white-bg {
    bottom: 50px;
  }
}
.dnso-suites-sec-wrapper .btn-border-black {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .dnso-suites-sec-wrapper .btn-border-black {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-suites-sec-wrapper .btn-border-black {
    margin-top: unset;
  }
}
@media screen and (max-width: 667px) {
  .dnso-suites-sec-wrapper .btn-border-black {
    margin-top: auto !important;
  }
}

.dnso-villas-slider {
  position: relative;
}
.dnso-villas-slider .owl-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-slider .owl-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-villas-slider .owl-item img {
    height: 600px;
  }
}
.dnso-villas-slider .owl-nav {
  position: absolute;
  top: 160px;
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-nav {
    top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-slider .owl-nav {
    top: 250px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-villas-slider .owl-nav {
    top: 300px;
  }
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
  }
}
.dnso-villas-slider .owl-dots .owl-dot {
  font-family: "Lyon Display";
  font-weight: 400;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  pointer-events: none;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots .owl-dot {
    color: #ffffff;
  }
}
.dnso-villas-slider .owl-dots .owl-dot:last-child {
  padding-right: unset;
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots .owl-dot span {
    background: transparent !important;
  }
}
.dnso-villas-slider .owl-dots .owl-dot.active button {
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots .owl-dot.active button {
    border-bottom: 2px solid #ffffff;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots .owl-dot.active span {
    background: #ffffff !important;
  }
}
@media screen and (min-width: 768px) {
  .dnso-villas-slider .owl-dots .owl-dot span {
    border: 2px solid #ffffff;
  }
}
.dnso-villas-slider .owl-dots .owl-dot button {
  background: transparent;
  border: unset;
  font-size: 20px;
}

@media screen and (max-width: 1025px) and (min-width: 667px) {
  .tab-fix-villas .dnso-suites-sec-wrapper-item a {
    margin-top: 0 !important;
  }
  .tab-fix-villas .dnso-suites-sec-wrapper-item #dnso-suites-slider .owl-dots {
    position: relative;
    height: auto;
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .tab-fix-villas
    .dnso-suites-sec-wrapper-item
    #dnso-suites-slider
    .owl-dots
    .owl-dot {
    padding: 0 10px !important;
    width: 33% !important;
  }
  .tab-wrapsec .dnso-suites-sec-wrapper.no-bg {
    padding-top: 160px;
  }
  .tab-wrapsec .dnso-suites-sec-wrapper.no-bg .owl-dots {
    top: -30%;
    height: auto;
  }
}
.dnso-slider-sec.bg-ash {
  background: #f6f6f6;
}

.accordion,
.accordion-container {
  max-width: 900px;
  display: block !important;
  margin: 0 auto;
}
.accordion h3,
.accordion-container h3 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 500;
}
.accordion-button,
.accordion .ac-trigger,
.accordion-container-button,
.accordion-container .ac-trigger {
  font-size: 17px !important;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
  font-weight: 500 !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-left: unset !important;
  font-family: "Inter", sans-serif !important;
  background-color: unset !important;
}
.accordion-button span,
.accordion .ac-trigger span,
.accordion-container-button span,
.accordion-container .ac-trigger span {
  padding-right: 10px;
}
.accordion-button::after,
.accordion .ac-trigger::after,
.accordion-container-button::after,
.accordion-container .ac-trigger::after {
  width: 20px !important;
  height: 20px !important;
  background-size: 20px !important;
}
.accordion-button:not(.collapsed),
.accordion .ac-trigger:not(.collapsed),
.accordion-container-button:not(.collapsed),
.accordion-container .ac-trigger:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: unset;
  outline: unset;
}
.accordion-button:not(.collapsed)::after,
.accordion .ac-trigger:not(.collapsed)::after,
.accordion-container-button:not(.collapsed)::after,
.accordion-container .ac-trigger:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus,
.accordion .ac-trigger:focus,
.accordion-container-button:focus,
.accordion-container .ac-trigger:focus {
  box-shadow: unset;
}
.accordion-body,
.accordion .ac-text,
.accordion-container-body,
.accordion-container .ac-text {
  padding-left: unset !important;
  padding-top: unset !important;
  text-align: left !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
  font-family: "Inter", sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .accordion-body,
  .accordion .ac-text,
  .accordion-container-body,
  .accordion-container .ac-text {
    padding-right: 35px !important;
  }
}
.accordion .ac .ac-trigger::after,
.accordion-container .ac .ac-trigger::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  position: absolute;
  top: 38px;
}
.accordion .ac.is-active > .ac-header .ac-trigger::after,
.accordion-container .ac.is-active > .ac-header .ac-trigger::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  position: absolute;
  top: 15px;
}
.accordion .ac,
.accordion-container .ac {
  margin-top: unset;
  background-color: unset !important;
}
.accordion .ac-trigger[aria-expanded="true"]::after,
.accordion-container .ac-trigger[aria-expanded="true"]::after {
  rotate: 180deg;
}
.accordion .js-enabled,
.accordion-container .js-enabled {
  border: unset !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion .js-enabled:last-child,
.accordion-container .js-enabled:last-child {
  border-bottom: unset !important;
}
.accordion-item:first-child .accordion-button,
.accordion-container-item:first-child .accordion-button {
  padding-top: unset;
}

.ac .ac-panel .ac-text.main-para {
  font-size: 15px !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  padding-bottom: 20px;
}
.ac .ac-panel .ac-text.main-para:last-child {
  padding-bottom: unset;
}
@media screen and (min-width: 1200px) {
  .ac .ac-panel .ac-text.main-para {
    font-size: 16px;
  }
}

.wrapper--70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--70 {
    width: 90%;
  }
}

.padding-top--50 {
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px !important;
  }
}
.padding-top--100 {
  padding-top: 100px;
}
@media screen and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px !important;
  }
}

.padding-bottom--50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px !important;
  }
}
.padding-bottom--100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1200px) {
  .dnso-main-title-sec {
    max-width: 1230px;
    display: block;
    margin: 0 auto;
  }
  .dnso-main-title-sec-secondary {
    max-width: 980px;
    display: block;
    margin: 0 auto;
  }
}

.dnso-inner-banner-sec-wrapper {
  position: relative;
}
.dnso-inner-banner-sec-wrapper .linear {
  display: none;
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec-wrapper .linear {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7058661111) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.dnso-inner-banner-sec-wrapper img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec-wrapper img {
    height: auto;
  }
}
.dnso-inner-banner-sec-wrapper-content {
  background: #f6f6f6;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec-wrapper-content {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dnso-inner-banner-sec-wrapper-content.top {
    top: 10%;
    transform: translateX(-50%);
  }
}
.dnso-inner-banner-sec-wrapper-content a {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
.dnso-inner-banner-sec-wrapper-content.bottom {
  width: 90%;
}
.dnso-inner-banner-sec-wrapper .copo-hm-banner-text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Lyon Display Trial";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px; /* 137.5% */
  letter-spacing: 2px;
}
.dnso-inner-banner-sec.center-text .dnso-inner-banner-sec-wrapper-content {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec.center-text .dnso-inner-banner-sec-wrapper-content {
    background: transparent;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content.top {
    top: 20%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) and (min-width: 667px) {
  .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content.top {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content.bottom {
    bottom: 5%;
    transform: translateX(-50%);
    top: unset;
  }
}
@media screen and (max-width: 667px) {
  .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content
    img {
    width: 100%;
    object-fit: contain;
    height: 100px !important;
  }
}
.dnso-inner-banner-sec.center-text
  .dnso-inner-banner-sec-wrapper-content:after {
  content: "";
  height: 1px;
  background-color: #9b9b9b;
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  align-content: center;
  bottom: -30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content:after {
    content: unset;
  }
}

.dnso-slider-sec:before {
  content: "";
  height: 1px;
  background-color: #9b9b9b;
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  align-content: center;
  top: -30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .dnso-slider-sec:before {
    content: unset;
  }
}

.dnso-parallax-sec {
  position: relative;
}
.dnso-parallax-sec:before {
  content: "";
  height: 1px;
  background-color: #9b9b9b;
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  align-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .dnso-parallax-sec:before {
    content: unset;
  }
}
.dnso-parallax-sec-parallax {
  /* please use 1920*1080 image */
  background-image: url(./images/home/parallax-bg-new2.jpg);
  min-height: 100vh;
  background-position: center 0;
  /* Initial position, aligned with the top of the div */
  background-repeat: no-repeat;
  background-size: 150%;
}
@media screen and (min-width: 1200px) {
  .dnso-parallax-sec-content {
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    padding-left: unset;
    padding-bottom: unset;
  }
  .dnso-parallax-sec-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .dnso-parallax-sec-content-wrapper-item {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dnso-parallax-sec-content-wrapper-item .dnso-main-title-sec-secondary {
    max-width: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .dnso-parallax-sec-content-wrapper-item .dnso-main-title-sec-secondary h2 {
    max-width: 300px;
    display: block;
    margin: auto;
  }
  .dnso-parallax-sec-content-wrapper-item .dnso-main-title-sec-secondary p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .dnso-parallax-sec-content-wrapper-item
    .dnso-main-title-sec-secondary
    p:last-child {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .dnso-parallax-sec-content-wrapper-item .dnso-main-title-sec-secondary p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-parallax-sec-content-wrapper-item
    .dnso-main-title-sec-secondary
    .btn-border-black {
    margin: 0 auto;
  }
}
.dnso-parallax-sec-content-wrapper-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-parallax-sec-content-wrapper-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-parallax-sec-content-wrapper-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-parallax-sec-content-wrapper-item img {
    height: 600px;
  }
}

.page-template-T01_Koh-chang-home .dnso-parallax-sec-parallax {
  background-image: url(https://d7c9xa3xeliqa.cloudfront.net/sites/2/2026/06/Journey-to-Wellness.jpg);
  min-height: 100vh;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 150%;
}

.dnso-insta-sec:before {
  content: "";
  height: 1px;
  background-color: #9b9b9b;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  align-content: center;
  top: -30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .dnso-insta-sec:before {
    top: -50px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-insta-sec:before {
    top: -80px;
  }
}
.dnso-insta-sec h4 {
  max-width: 680px;
  display: block;
  margin: 0 auto;
}
.dnso-insta-sec .insta-text {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dnso-insta-sec .insta-text {
    display: block;
  }
}
.dnso-insta-sec .insta-text:hover {
  transition: all 0.5s linear;
  color: #ad894c;
}
.dnso-insta-sec .insta-text:hover img {
  filter: invert(59%) sepia(23%) saturate(843%) hue-rotate(359deg)
    brightness(90%) contrast(87%);
  transition: all 0.5s linear;
}
.dnso-insta-sec .insta-text img {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .dnso-insta-sec .insta-text img {
    display: block;
    margin: auto;
  }
}

.dnso-reviews-sec.bg-ash {
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 600px) {
  .dnso-reviews-sec.bg-ash {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-reviews-sec {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: center;
  }
}
.dnso-reviews-sec-item p {
  max-width: 575px;
  display: block;
  margin: 0 auto;
}
.dnso-reviews-sec #IWSfrContainer {
  display: flex;
  background: transparent;
  border: unset;
  width: 100% !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .dnso-reviews-sec #IWSfrContainer {
    gap: 50px;
  }
}
.dnso-reviews-sec #IWSfrContainer .IWSfrContentContainer {
  position: relative;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrContentContainer::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  border: 1px solid #ad894c;
  height: 75%;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrLink {
  position: relative;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrLink a {
  background-color: transparent !important;
  border: unset !important;
  color: #000000 !important;
  text-transform: none !important;
  border-bottom: 2px solid #ad894c !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrOverall {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrOverall .IWSfrOutOf {
  padding-left: 10px;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrOverall .IWSfrOutOf span {
  font-family: "Inter", sans-serif;
}
.dnso-reviews-sec #IWSfrContainer .IWSfrOverall .IWSfrCount {
  font-family: "Inter", sans-serif;
}

.corp-hm.villa-listing {
  background-color: unset;
  background-image: url(./images/home/suites-sec/desk-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.corp-hm .dnso-villa-listing-wrapper {
  display: flex;
  gap: 50px;
}
.corp-hm .dnso-villa-listing-wrapper-item {
  flex: 1 1 calc(50% - 25px);
  max-width: calc(50% - 25px);
}

.gap-10 {
  gap: 20rem;
}
@media screen and (max-width: 1025px) {
  .gap-10 {
    gap: 10px !important;
  }
}

.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots {
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots {
    gap: 10px !important;
  }
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot {
  padding: 0 8px;
}
.dnso-suites-sec-wrapper #dnso-suites-sliders .owl-dots .owl-dot button {
  font-size: 16px !important;
  letter-spacing: 2px;
}

@media screen and (max-width: 1025px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .amenities {
    gap: 60px !important;
  }
}
@media screen and (max-width: 667px) {
  .dnso-suites-sec-wrapper #dnso-suites-sliders .amenities {
    flex-direction: column;
    gap: 25px !important;
  }
  .dnso-suites-sec-wrapper #dnso-suites-sliders .amenities .font-inter-new {
    padding-top: 0 !important;
  }
}

section.corp-hm.villa-listing.sec-padding .multi-items-slider-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.corp-hm.villa-listing.sec-padding .multi-items-slider-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  section.corp-hm.villa-listing.sec-padding .multi-items-slider-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  section.corp-hm.villa-listing.sec-padding .multi-items-slider-item img {
    height: 650px;
  }
}
section.corp-hm.villa-listing.sec-padding
  .multi-items-slider-item
  .padding-bottom--30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  section.corp-hm.villa-listing.sec-padding
    .multi-items-slider-item
    .padding-bottom--30 {
    padding-bottom: 20px !important;
  }
}
section.corp-hm.villa-listing.sec-padding .multi-items-slider-item .width--85 {
  width: 85%;
}
@media screen and (max-width: 1025px) {
  section.corp-hm.villa-listing.sec-padding
    .multi-items-slider-item
    .width--85 {
    width: 90% !important;
  }
}

@media screen and (max-width: 667px) {
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.top img {
    filter: invert(1);
  }
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.bottom {
    margin: auto;
  }
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.bottom h2 {
    color: #000 !important;
  }
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

@media screen and (max-width: 768px) {
  .home .beachclubsection .dnso-inner-banner-sec-wrapper-content.top img {
    filter: invert(1);
    object-fit: contain;
    height: 200px;
  }
  .home
    .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content:after {
    display: none !important;
  }
}
.post-type-archive-thingstodo
  .dnso-inner-banner-sec.center-text
  .dnso-inner-banner-sec-wrapper-content:after,
.page-template-T05_1-wedding
  .dnso-inner-banner-sec.center-text
  .dnso-inner-banner-sec-wrapper-content:after,
.page-template-templatesT03-spa-listing-php
  .dnso-inner-banner-sec.center-text
  .dnso-inner-banner-sec-wrapper-content:after {
  display: none;
}

.dnso-villas-sec-wrapper {
  background-color: #f6f6f6;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .dnso-villas-sec-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper {
    background-color: unset;
    background-image: url(./images/home/suites-sec/desk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    gap: 50px;
    padding: 60px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-villas-sec-wrapper {
    padding: 80px;
  }
}
.dnso-villas-sec-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item {
    padding-bottom: 60px;
  }
}
.dnso-villas-sec-wrapper-item .dnso-villas-slider h3 {
  font-size: 20px;
  font-family: "Lyon Display";
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item:first-child {
    flex: 1 1 calc(40% - 75px);
    max-width: calc(40% - 75px);
  }
}
.dnso-villas-sec-wrapper-item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item-content {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item:last-child {
    flex: 1 1 calc(60% - 75px);
    max-width: calc(60% - 75px);
  }
}
.dnso-villas-sec-wrapper-item .btn-white-bg {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .dnso-villas-sec-wrapper-item .btn-white-bg {
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item .btn-white-bg {
    bottom: 50px;
  }
}
.dnso-villas-sec-wrapper-item .btn-border-black {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item .btn-border-black {
    margin-top: unset;
  }
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties .separator {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties .separator .line {
  height: 2px;
  flex: 1;
  width: 50px;
  background-color: #707070;
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties .separator h3 {
  padding: 0 10px;
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 450px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul {
    display: flex;
    row-gap: 20px;
    column-gap: 50px;
    flex-wrap: wrap;
    align-items: center;
  }
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul.no-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul.no-flex li {
    flex: unset;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul {
    justify-content: flex-start;
  }
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li svg {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 450px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li {
    flex: unset;
    max-width: unset;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 1200px) {
  .dnso-villas-sec-wrapper-item .dnso-villas-amenties-list ul li span {
    width: 80%;
  }
}
.dnso-villas-sec.reverse .dnso-villas-sec-wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .dnso-villas-sec.reverse .dnso-villas-sec-wrapper {
    flex-direction: row-reverse;
    background-image: unset;
  }
}

section#BeachclubDetails {
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
}
section#BeachclubDetails .dnso-villas-sec-wrapper {
  background-image: none !important;
}
section#BeachclubDetails
  .dnso-villas-sec-wrapper
  .dnso-villas-sec-wrapper-item:first-child.flexitemImage {
  flex: auto !important;
  max-width: max-content !important;
}

.dnso-villa-listing-wrapper {
  display: grid;
  gap: 50px 30px;
}
@media screen and (min-width: 768px) {
  .dnso-villa-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.dnso-villa-listing-wrapper-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .dnso-villa-listing-wrapper-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.dnso-villa-listing-wrapper-item picture img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-villa-listing-wrapper-item picture img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villa-listing-wrapper-item picture img {
    height: 500px;
  }
}
.dnso-villa-listing-wrapper-item-content {
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  align-items: stretch;
  padding-top: 20px;
}
.dnso-villa-listing-wrapper-item-content h3 {
  text-align: left !important;
}
@media screen and (max-width: 667px) {
  .dnso-villa-listing-wrapper-item-content h3 {
    text-align: center !important;
  }
}
.dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 450px) {
  .dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature {
    display: flex;
    row-gap: 20px;
    column-gap: 50px;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 450px) {
  .dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature-item {
    flex: 1 1 calc(50% - 25px);
    max-width: 1 1 calc(50% - 25px);
  }
}
.dnso-villa-listing-wrapper-item-content
  .dnso-villa-listing-feature-item
  picture {
  flex: 1;
}
.dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature-item h4 {
  font-size: 17px;
}
@media screen and (max-width: 667px) {
  .dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature-item h4 {
    text-align: center;
  }
}
.dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature-item p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
}
@media screen and (max-width: 667px) {
  .dnso-villa-listing-wrapper-item-content .dnso-villa-listing-feature-item p {
    text-align: center;
  }
}
.dnso-villa-listing-wrapper-item-content .dnso-villa-listing-button {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 450px) {
  .dnso-villa-listing-wrapper-item-content .dnso-villa-listing-button {
    display: flex;
    row-gap: 20px;
    column-gap: 50px;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dnso-villa-listing-wrapper-item-content
  .dnso-villa-listing-button
  .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  transition: all 3s ease-in-out;
  width: fit-content;
}
.dnso-villa-listing-wrapper-item-content
  .dnso-villa-listing-button
  .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}

.dnso-quote-sec {
  max-width: 950px;
  display: block;
  margin: 0 auto;
}

.dnso-villa-cat-experiences-sec {
  background-color: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .dnso-villa-cat-experiences-sec {
    background-color: unset;
  }
}
.dnso-villa-cat-experiences-sec .dnso-parallax-sec-content {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dnso-villa-cat-experiences-sec .dnso-parallax-sec-content {
    background-image: url(./images/home/suites-sec/desk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10%;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-villa-cat-experiences-sec .dnso-parallax-sec-content {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-villa-cat-experiences-sec .dnso-parallax-sec-content-wrapper.desk-flex {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 667px) {
  .mobile-text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview {
    background-color: unset;
    background-image: url(./images/home/suites-sec/desk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview-wrapper {
    display: flex;
    gap: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dnso-room-overview-wrapper-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview-wrapper-item:first-child {
    flex: 1 1 calc(40% - 30px);
    max-width: calc(40% - 30px);
  }
  .dnso-room-overview-wrapper-item:last-child {
    flex: 1 1 calc(60% - 30px);
    max-width: calc(60% - 30px);
  }
  .dnso-room-overview-wrapper-item h2,
  .dnso-room-overview-wrapper-item p {
    text-align: start !important;
  }
}
.dnso-room-overview-wrapper-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .dnso-room-overview-wrapper-item ul {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview-wrapper-item ul {
    justify-content: flex-start;
  }
}
.dnso-room-overview-wrapper-item ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dnso-room-overview-wrapper-item ul li a:hover {
  color: unset;
}
.dnso-room-overview-wrapper-item ul li a img {
  width: 40px;
  height: auto;
}
.dnso-room-overview-wrapper-item .owl-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-room-overview-wrapper-item .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview-wrapper-item .owl-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-room-overview-wrapper-item .owl-item img {
    height: 600px;
  }
}
.dnso-room-overview ul.justify-space-between {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .dnso-room-overview ul.justify-space-between {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dnso-room-overview ul.justify-space-between li {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  gap: 8px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .dnso-room-overview ul.justify-space-between li {
    flex: 1 1 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.dnso-room-overview ul.justify-space-between li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.dnso-acco-cat h6 {
  font-size: 18px;
  font-family: "Lyon Display";
  letter-spacing: 2.61px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
}

.dnso-amenties-sec-wrapper {
  display: flex;
  justify-content: center;
}
.dnso-amenties-sec-wrapper ul {
  display: grid;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 450px) {
  .dnso-amenties-sec-wrapper ul {
    display: flex;
    row-gap: 20px;
    column-gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
.dnso-amenties-sec-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dnso-amenties-sec-wrapper ul li img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .dnso-amenties-sec-wrapper ul li {
    flex: 1 1 calc(33.3% - 35px);
    max-width: calc(33.3% - 35px);
  }
}
@media screen and (min-width: 1024px) {
  .dnso-amenties-sec-wrapper ul li {
    flex: 1 1 calc(25% - 50px);
    max-width: calc(25% - 50px);
  }
}

.dnso-villa-cat-experiences-sec .dnso-parallax-sec-content-wrapper {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .btn-border-white.m-black {
    color: #000000;
    border: 2px solid #000000;
  }
  .btn-border-white.m-black:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color: #ffffff;
  }
}

.dnso-inner-gallery-sec #sync1 .item img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 667px) {
  .dnso-inner-gallery-sec #sync1 .item img {
    height: 350px !important;
  }
}
.dnso-inner-gallery-sec #sync2 .item {
  cursor: pointer;
}
.dnso-inner-gallery-sec #sync2 .item h1 {
  font-size: 18px;
}
.dnso-inner-gallery-sec #sync2 .current .item {
  opacity: 0.4;
}
.dnso-inner-gallery-sec #sync1 {
  width: 100%;
}
.dnso-inner-gallery-sec #sync2 {
  width: 100%;
  margin-top: 10px;
}
.dnso-inner-gallery-sec .owl-theme {
  /*default owl-theme theme reset .disabled:hover links */
}
.dnso-inner-gallery-sec .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.dnso-inner-gallery-sec .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
.dnso-inner-gallery-sec #sync1.owl-theme {
  position: relative;
}
.dnso-inner-gallery-sec #sync1.owl-theme .owl-next,
.dnso-inner-gallery-sec #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.dnso-inner-gallery-sec #sync1.owl-theme .owl-prev {
  left: 10px;
}
.dnso-inner-gallery-sec #sync1.owl-theme .owl-next {
  right: 10px;
}
.dnso-inner-gallery-sec #sync2 .owl-stage {
  margin: auto !important;
}

.padding-top--50 {
  padding-top: 50px;
}

.padding-bottom--50 {
  padding-bottom: 50px;
}

.dnso-inner-gallery-sec #sync2 .item {
  height: 100px !important;
}
@media screen and (max-width: 667px) {
  .dnso-inner-gallery-sec #sync2 .item {
    height: 50px !important;
  }
}
.dnso-inner-gallery-sec #sync2 .item img {
  height: 100%;
  object-fit: cover;
}

.dnso-listing-sec {
  display: grid;
  gap: 20px;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .dnso-listing-sec {
    display: flex;
    flex-wrap: wrap;
  }
  .dnso-listing-sec.SPA {
    justify-content: center;
  }
  .dnso-listing-sec.contact {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-listing-sec {
    padding-left: 10%;
    padding-right: 10%;
    column-gap: 50px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dnso-listing-sec-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .dnso-listing-sec-item {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
.dnso-listing-sec-item ul li {
  padding-bottom: 15px;
}
.dnso-listing-sec-item ul li:last-child {
  padding-bottom: unset;
}
.dnso-listing-sec-item ul li a:hover {
  color: #ad894c !important;
}
@media screen and (min-width: 768px) {
  .dnso-listing-sec-item-SPA {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-listing-sec-item-SPA {
    flex: 1 1 calc(33.3% - 34px);
    max-width: calc(33.3% - 34px);
  }
}
.dnso-listing-sec-item-SPA h3 {
  text-align: left;
}
.dnso-listing-sec-item-SPA ul {
  text-align: left;
  margin-left: 13px;
  list-style-type: none;
}
.dnso-listing-sec-item-SPA ul li {
  padding-bottom: 15px;
  list-style: none;
  padding-left: 5px;
}
.dnso-listing-sec-item-SPA ul li:last-child {
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .dnso-listing-sec-item-contact {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-listing-sec-item-contact {
    flex: 1 1 calc(33.3% - 34px);
    max-width: calc(33.3% - 34px);
  }
}
.dnso-listing-sec-item-contact ul li {
  padding-bottom: 15px;
}
.dnso-listing-sec-item-contact ul li:last-child {
  padding-bottom: unset;
}

.spa-inner-flex-sec {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .spa-inner-flex-sec {
    gap: 50px;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .spa-inner-flex-sec-item:first-child {
    flex: 1 1 calc(40% - 25px);
    max-width: calc(40% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .spa-inner-flex-sec-item:last-child {
    flex: 1 1 calc(60% - 25px);
    max-width: calc(60% - 25px);
  }
}
.spa-inner-flex-sec-item-content {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .spa-inner-flex-sec-item-content {
    max-width: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.spa-inner-flex-sec-item-content .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .spa-inner-flex-sec-item-content .download-btn {
    display: block;
    margin: 0 auto;
  }
}
.spa-inner-flex-sec-item-content .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}
.spa-inner-flex-sec-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .spa-inner-flex-sec-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .spa-inner-flex-sec-item img {
    height: 500px;
  }
}
@media screen and (min-width: 1900px) {
  .spa-inner-flex-sec-item img {
    height: 600px;
  }
}

.spa-inner-faq {
  background-color: #f6f6f6;
}
.spa-inner-faq .accordion-button,
.spa-inner-faq .accordion-body {
  background-color: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .spa-inner-faq .accordion-button,
  .spa-inner-faq .accordion-body {
    background-color: unset;
  }
}
.spa-inner-faq .accordion-item {
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .spa-inner-faq {
    background-color: unset;
    background-image: url(./images/home/suites-sec/desk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.no-bt-sec .dnso-villa-listing-button {
  display: none;
}

.dnso-acco-cat .dnso-pdf-sec {
  padding-top: 50px;
}

.dnso-listing-sec.SPA {
  display: block;
}
.dnso-listing-sec-SPA {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .dnso-listing-sec-SPA {
    width: 85%;
  }
}
.dnso-listing-sec-item-SPA {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dnso-listing-sec-item-SPA ul li a:hover {
  color: #ad894c !important;
}

.dnso-offer-listing-sec .nice-select {
  font-size: 18px;
  border: unset;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Lyon Display";
  padding-left: unset;
}
@media screen and (min-width: 1200px) {
  .dnso-offer-listing-sec .nice-select {
    font-size: 20px;
  }
}
.dnso-offer-listing-sec .nice-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 10px;
  width: 10px;
  top: 40%;
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-link {
  font-size: 20px;
  border: unset;
  letter-spacing: 2.9px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Lyon Display";
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-tabs {
  border-bottom: unset;
  display: flex;
  justify-content: center;
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-tabs .nav-link {
  margin: 0 20px 30px !important;
  padding: 0;
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-tabs .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #627059;
  transition: width 0.3s;
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-tabs .nav-link:last-child {
  margin-right: unset;
}
.dnso-offer-listing-sec .dnso-tab-sec nav .nav-tabs .nav-link.active::after {
  width: 100%;
}
.dnso-offer-listing-sec .offer-sec-wrapper {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .dnso-offer-listing-sec .offer-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.dnso-offer-listing-sec .offer-sec-wrapper-item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dnso-offer-listing-sec .offer-sec-wrapper-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-offer-listing-sec .offer-sec-wrapper-item {
    flex: 1 1 calc(33.3% - 25px);
    max-width: calc(33.3% - 25px);
  }
}
.dnso-offer-listing-sec .offer-sec-wrapper-item img {
  height: 350px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-offer-listing-sec .offer-sec-wrapper-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-offer-listing-sec .offer-sec-wrapper-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-offer-listing-sec .offer-sec-wrapper-item img {
    height: 500px;
  }
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: stretch;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  padding-bottom: 25px;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
  align-items: center;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .btn-gold-underline {
  margin: unset;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  transition: all 3s ease-in-out;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}
.dnso-offer-listing-sec
  .offer-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn
  svg {
  width: 10px;
  height: 9px;
}

.dnso-gallery-sec {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .dnso-gallery-sec {
    display: flex;
    flex-wrap: wrap;
  }
}
.dnso-gallery-sec-item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .dnso-gallery-sec-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-gallery-sec-item {
    flex: 1 1 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
  }
}
.dnso-gallery-sec-item img {
  transition: all 0.4s ease-in;
  height: 100%;
  object-fit: cover;
}
.dnso-gallery-sec-item img:hover {
  transform: scale(1.05);
}
.dnso-gallery-sec-item.video-item {
  position: relative;
}
.dnso-gallery-sec-item.video-item video {
  width: 100%;
}
.dnso-gallery-sec-item.video-item svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.dnso-gallery-sec-item.video-item .overlay {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  top: 0;
  left: 0;
}

.dnso-pdf-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .dnso-pdf-sec-wrapper {
    max-width: 980px;
    display: flex;
    margin: 0 auto;
  }
}
.dnso-pdf-sec-wrapper-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.dnso-pdf-sec-wrapper-item a {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  white-space: nowrap;
}
.dnso-pdf-sec-wrapper-item a:hover {
  color: #1a1719;
  text-decoration: underline;
}
.dnso-pdf-sec-wrapper-item a svg {
  width: 10px;
  height: 10px;
}

.dnso-listing-grid-sec-wrapper {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .dnso-listing-grid-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.dnso-listing-grid-sec-wrapper-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .dnso-listing-grid-sec-wrapper-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.dnso-listing-grid-sec-wrapper-item .multi-items-slider-item-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  align-items: stretch;
}
.dnso-listing-grid-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-gold-underline {
  margin: unset;
  margin-right: auto;
}
.dnso-listing-grid-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .dnso-listing-grid-sec-wrapper-item
    .multi-items-slider-item-content
    .btn-wrapper {
    justify-content: unset;
  }
}
.dnso-listing-grid-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .btn-gold-underline {
  margin: unset;
}
.dnso-listing-grid-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  transition: all 3s ease-in-out;
}
.dnso-listing-grid-sec-wrapper-item
  .multi-items-slider-item-content
  .btn-wrapper
  .download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}
.dnso-listing-grid-sec-wrapper-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-listing-grid-sec-wrapper-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-listing-grid-sec-wrapper-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-listing-grid-sec-wrapper-item img {
    height: 500px;
  }
}

.dnso-spa-listing-explore-more-sec {
  background-color: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .dnso-spa-listing-explore-more-sec {
    margin-right: 10%;
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-spa-listing-explore-more-sec .dnso-parallax-sec-content {
    position: relative;
    background-color: #f6f6f6;
  }
}

.page-template-T03-dining-listing
  .dnso-offer-listing-sec
  .dnso-pdf-sec
  .dnso-pdf-sec-wrapper {
  gap: 20px !important;
}

.dnso-things-to-do-grid .dnso-offer-listing-sec h3 {
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}

.dnso-things-to-do-inner-experiences .dnso-villa-listing-button {
  padding-top: unset !important;
}
.dnso-things-to-do-inner-experiences .btn-border-black {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dnso-things-to-do-inner-experiences .btn-border-black {
    margin-top: 60px !important;
  }
}

#dnso-full-width-banner .owl-prev {
  margin-left: 10px;
}
#dnso-full-width-banner .owl-next {
  margin-right: 10px;
}

.dnso-wedding-info-sec .dnso-villas-sec-wrapper {
  background-color: unset;
  background-image: unset;
}

.dnso-dining-experiense-sec .dnso-villas-sec-wrapper {
  background: unset;
  background-image: unset;
}

.page-template-T03-dining-listing .dnso-dining-inner-sec .dnso-pdf-sec {
  padding-top: 60px;
}
.page-template-T03-dining-listing
  .dnso-dining-inner-sec
  .dnso-pdf-sec
  .dnso-pdf-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px !important;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .page-template-T03-dining-listing
    .dnso-dining-inner-sec
    .dnso-pdf-sec
    .dnso-pdf-sec-wrapper {
    max-width: 980px;
    display: block;
    margin: 0 auto;
  }
}
.page-template-T03-dining-listing
  .dnso-dining-inner-sec
  .dnso-pdf-sec
  .dnso-pdf-sec-wrapper-item {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.page-template-T03-dining-listing
  .dnso-dining-inner-sec
  .dnso-pdf-sec
  .dnso-pdf-sec-wrapper-item
  a {
  white-space: nowrap;
}
.page-template-T03-dining-listing
  .dnso-dining-inner-sec
  .dnso-pdf-sec
  .dnso-pdf-sec-wrapper-item
  a
  svg {
  width: 10px;
  height: 10px;
}

.modal .modal-dialog {
  max-width: unset;
}
.modal .modal-header {
  border-bottom: unset;
  padding-top: 30px;
  padding-right: 30px;
}
.modal .modal-header .btn-close {
  opacity: 1;
  font-size: 20px;
}
.modal .modal-header .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.modal .modal-body {
  padding: 50px;
  padding-top: unset;
}
.modal form #message_id_wrap #message {
  min-height: 177px;
}
.modal form textarea {
  height: unset !important;
}
.modal form .form-control {
  padding: 11px;
  border: 1px solid #707070;
  color: #000000;
  height: 45px;
  background: #fff;
}
.modal form .form-control:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.modal form .form-group {
  position: relative;
}
.modal form .checkbox-inline {
  margin-top: 20px;
}
.modal form .checkbox-inline input {
  margin-right: 10px;
}
.modal form .dfb-form-group {
  padding-bottom: 20px;
}
.modal form .response-field-email {
  padding-bottom: 1rem !important;
}
.modal form label {
  font-size: 16px;
  color: #6d6f72;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.modal form .response-field-dropdown {
  width: 100%;
}
.modal
  form
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.modal
  form
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 5px !important;
}
.modal form #email_id_wrap .help-block {
  position: absolute;
  bottom: -4px;
  color: #dc3545;
}
.modal form .input-group {
  position: relative;
}
.modal form .input-group .help-block {
  position: absolute;
  bottom: -20px;
  color: #dc3545;
}
.modal form .nice-select {
  border: 1px solid #707070;
  color: #000000;
  display: flex;
  align-items: center;
  width: 100%;
}
.modal form .nice-select:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.modal form .nice-select:after {
  width: 8px;
  height: 8px;
}
.modal form #gdpr_compliance_id_wrap {
  padding-top: 20px;
}
.modal form #gdpr_compliance_id_wrap label {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
}
.modal form #gdpr_compliance_id_wrap label.checkbox-inline {
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.modal form #gdpr_compliance_id_wrap label.checkbox-inline input {
  margin-right: 10px;
}
.modal
  form
  #gdpr_compliance_id_wrap
  label.checkbox-inline
  input[type="checkbox"] {
  accent-color: #ad894c;
  cursor: pointer;
  border: unset;
}
.modal form #gdpr_compliance_id_wrap p {
  font-size: 17px;
  padding-bottom: 10px;
}
.modal form .recapture,
.modal form .is_required {
  font-size: 13px;
}
.modal form input[type="checkbox"] {
  accent-color: #ad894c;
  cursor: pointer;
  border: unset;
}
.modal form a {
  color: #000000;
}
.modal form a:hover {
  color: #ad894c;
}
.modal form .is_required {
  padding-top: 20px;
}
.modal form .fb-submit-row {
  padding-top: 30px;
}
.modal form .fb-submit-row button {
  padding: 10px 50px;
  background-color: #000000 !important;
  color: #ffffff;
  cursor: pointer;
  border: unset;
  font-size: 19px;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  .modal form .fb-submit-row button {
    width: 100%;
  }
}
.modal form .fb-submit-row button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

@media only screen and (min-width: 1200px) {
  #adultd_count_id_wrap,
  #child_count_id_wrap {
    width: 50% !important;
  }
}

.dnso-news-grid-sec h3 {
  text-transform: none;
}
.dnso-news-grid-sec p.date {
  color: #6d6f72;
  font-size: 16px;
}

.dnso-news-inner-sec {
  text-align: left !important;
}
@media screen and (min-width: 1200px) {
  .dnso-news-inner-sec {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dnso-news-inner-sec h1 {
  text-transform: none !important;
}
.dnso-news-inner-sec p.date {
  color: #6d6f72;
  font-size: 16px;
}
.dnso-news-inner-sec .image-grid {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .dnso-news-inner-sec .image-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .dnso-news-inner-sec .image-grid-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .dnso-news-inner-sec .image-grid-item {
    flex: 1 1 calc(33.3% - 13px);
    max-width: calc(33.3% - 13px);
  }
}
.dnso-news-inner-sec .image-grid-item img {
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dnso-news-inner-sec .image-grid-item img {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-news-inner-sec .image-grid-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-news-inner-sec .image-grid-item img {
    height: 500px;
  }
}
.dnso-news-inner-sec .written-by {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.dnso-news-inner-sec .written-by-item p {
  color: #6d6f72;
  font-size: 16px;
}
.dnso-news-inner-sec .written-by-item:last-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.dnso-news-inner-sec .written-by-item:last-child svg {
  height: 30px;
  width: 30px;
}
.dnso-news-inner-sec .written-by-item:last-child svg:hover {
  filter: invert(59%) sepia(23%) saturate(843%) hue-rotate(359deg)
    brightness(90%) contrast(87%);
  transition: all 0.5s linear;
}

.dnso-directions-sec .time-wrapper {
  display: flex;
  align-items: center;
}
.dnso-directions-sec .time-wrapper svg {
  width: 35px;
  height: 35px;
}
.dnso-directions-sec .time-wrapper span {
  font-size: 15px;
  color: #6d6f72;
  font-weight: 400;
  padding-left: 10px;
}
.dnso-directions-sec .time-sec {
  gap: 10px;
  color: #6d6f72;
  font-size: 16px;
  align-items: center;
}
.dnso-directions-sec .time-sec img {
  width: 30px;
}

.dnso-villas-sec-wrapper a.download-btn {
  background-color: #eeebeb;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #1a1719;
  opacity: 1;
  border-radius: 5px;
  white-space: nowrap;
}
.dnso-villas-sec-wrapper a.download-btn:hover {
  color: #1a1719;
  text-decoration: underline;
}

.dnso-villas-amenties.d-xl-block {
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.dnso-villas-amenties.d-xl-block .dnso-villas-amenties-list {
  width: 100%;
}

.dnso-contact-sec .dnso-listing-sec {
  text-align: left !important;
  justify-content: flex-start !important;
  gap: 50px !important;
}
.dnso-contact-sec .dnso-listing-sec h3 {
  text-align: left;
}
.dnso-contact-sec .dnso-listing-sec ul {
  justify-content: flex-start !important;
}
.dnso-contact-sec .dnso-listing-sec ul li {
  padding-bottom: 5px;
}
.dnso-contact-sec .dnso-listing-sec ul li:last-child {
  padding-bottom: unset;
}
.dnso-contact-sec .dnso-listing-sec ul li a {
  color: #000000;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .dnso-contact-sec .dnso-listing-sec ul li a {
    word-break: normal;
  }
}
.dnso-contact-sec .dnso-listing-sec ul li a:hover {
  color: #ad894c;
}
.dnso-contact-sec .dnso-listing-sec ul li a.map {
  text-decoration: underline;
}
.dnso-contact-sec .dnso-listing-sec ul li a.map:hover {
  color: #ad894c;
}
.dnso-contact-sec .dnso-listing-sec ul li a svg {
  height: 40px;
  width: 40px;
}
.dnso-contact-sec .dnso-listing-sec .soc-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.dnso-contact-sec .dnso-listing-sec .soc-sec svg {
  width: 40px;
  height: 40px;
}
.dnso-contact-sec .dnso-listing-sec .soc-sec svg:hover {
  filter: invert(59%) sepia(23%) saturate(843%) hue-rotate(359deg)
    brightness(90%) contrast(87%);
  transition: all 0.5s linear;
}

.direction-btn-sec {
  background-color: #f6f6f6;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnso-contact-map-sec iframe {
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 768px) {
  .dnso-contact-map-sec iframe {
    height: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .dnso-contact-map-sec iframe {
    height: 600px;
  }
}
@media screen and (min-width: 1900px) {
  .dnso-contact-map-sec iframe {
    height: 620px;
  }
}

.dnso-contact-form-sec {
  margin-top: -10px;
}
@media screen and (min-width: 1200px) {
  .dnso-contact-form-sec-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dnso-contact-form-sec-wrapper form #message_id_wrap #message {
  min-height: 177px;
}
.dnso-contact-form-sec-wrapper form .form-control {
  border: 1px solid #707070;
  color: #000000;
}
.dnso-contact-form-sec-wrapper form .form-control:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.dnso-contact-form-sec-wrapper form .form-group {
  position: relative;
}
@media screen and (max-width: 768px) {
  .dnso-contact-form-sec-wrapper form .form-group {
    width: 100%;
  }
}
.dnso-contact-form-sec-wrapper form .response-field-email {
  padding-bottom: 1rem !important;
}
.dnso-contact-form-sec-wrapper form label {
  font-size: 16px;
  color: #6d6f72;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.dnso-contact-form-sec-wrapper form .response-field-dropdown {
  width: 100%;
  position: relative;
}
.dnso-contact-form-sec-wrapper form .response-field-dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25%;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}
.dnso-contact-form-sec-wrapper
  form
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.dnso-contact-form-sec-wrapper
  form
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem !important;
}
.dnso-contact-form-sec-wrapper form #email_id_wrap .help-block {
  position: absolute;
  bottom: -10px;
  color: #dc3545;
}
.dnso-contact-form-sec-wrapper form .input-group {
  position: relative;
}
.dnso-contact-form-sec-wrapper form .input-group .help-block {
  position: absolute;
  bottom: -17px;
  color: #dc3545;
  left: 0;
}
.dnso-contact-form-sec-wrapper form .input-group .response-field-checkboxes {
  position: absolute;
  bottom: 0;
  color: #dc3545;
}
.dnso-contact-form-sec-wrapper
  form
  .input-group
  .response-field-checkboxes
  .help-block {
  bottom: -4px !important;
}
.dnso-contact-form-sec-wrapper form .response-field-checkboxes .help-block {
  bottom: -4px !important;
}
.dnso-contact-form-sec-wrapper form .recapture {
  font-size: 14px !important;
}
.dnso-contact-form-sec-wrapper form .recapture a {
  font-size: 14px !important;
  text-decoration: underline;
}
.dnso-contact-form-sec-wrapper form .nice-select {
  border: 1px solid #707070;
  color: #000000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
}
.dnso-contact-form-sec-wrapper form .nice-select:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.dnso-contact-form-sec-wrapper form .nice-select:after {
  width: 8px;
  height: 8px;
}
.dnso-contact-form-sec-wrapper form #gdpr_compliance_id_wrap {
  padding-top: 20px;
}
.dnso-contact-form-sec-wrapper form #gdpr_compliance_id_wrap label {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
}
.dnso-contact-form-sec-wrapper
  form
  #gdpr_compliance_id_wrap
  label.checkbox-inline {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .dnso-contact-form-sec-wrapper
    form
    #gdpr_compliance_id_wrap
    label.checkbox-inline {
    font-size: 15px;
  }
}
.dnso-contact-form-sec-wrapper
  form
  #gdpr_compliance_id_wrap
  label.checkbox-inline
  input {
  margin-right: 10px;
}
.dnso-contact-form-sec-wrapper
  form
  #gdpr_compliance_id_wrap
  label.checkbox-inline
  input[type="checkbox"] {
  accent-color: #ad894c;
  cursor: pointer;
  border: unset;
}
.dnso-contact-form-sec-wrapper form #gdpr_compliance_id_wrap p {
  font-size: 17px;
  padding-bottom: 10px;
}
@media screen and (max-width: 667px) {
  .dnso-contact-form-sec-wrapper form #gdpr_compliance_id_wrap p {
    font-size: 15px;
  }
}
.dnso-contact-form-sec-wrapper
  form
  #gdpr_compliance_id_wrap
  .response-field-checkboxes
  .help-block {
  bottom: 8px !important;
}
.dnso-contact-form-sec-wrapper form .recapture {
  font-size: 17px;
}
@media screen and (max-width: 667px) {
  .dnso-contact-form-sec-wrapper form .recapture {
    font-size: 15px;
  }
}
.dnso-contact-form-sec-wrapper form a {
  color: #000000;
}
.dnso-contact-form-sec-wrapper form a:hover {
  color: #ad894c;
}
.dnso-contact-form-sec-wrapper form .is_required {
  padding-top: 20px;
}
.dnso-contact-form-sec-wrapper form .fb-submit-row {
  padding-top: 30px;
}
.dnso-contact-form-sec-wrapper form .fb-submit-row button {
  padding: 10px 50px;
  background-color: #000000 !important;
  color: #ffffff;
  cursor: pointer;
  border: unset;
  font-size: 19px;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  .dnso-contact-form-sec-wrapper form .fb-submit-row button {
    width: 100%;
  }
}
.dnso-contact-form-sec-wrapper form .fb-submit-row button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

#gdpr-compliance #email_id_wrap .help-block,
#gdpr-compliance-hebrew #email_id_wrap .help-block,
#gdpr-compliance-chinese #email_id_wrap .help-block {
  position: absolute;
  bottom: -20px;
  color: #dc3545;
}
#gdpr-compliance .dfb-form-group,
#gdpr-compliance-hebrew .dfb-form-group,
#gdpr-compliance-chinese .dfb-form-group {
  padding-bottom: 20px;
}
#gdpr-compliance .input-group,
#gdpr-compliance-hebrew .input-group,
#gdpr-compliance-chinese .input-group {
  position: relative;
}
#gdpr-compliance .input-group .help-block,
#gdpr-compliance-hebrew .input-group .help-block,
#gdpr-compliance-chinese .input-group .help-block {
  position: absolute;
  bottom: -18px;
  color: #dc3545;
}
#gdpr-compliance .input-group .response-field-checkboxes,
#gdpr-compliance-hebrew .input-group .response-field-checkboxes,
#gdpr-compliance-chinese .input-group .response-field-checkboxes {
  position: absolute;
  bottom: 0;
  color: #dc3545;
}
#gdpr-compliance .input-group .response-field-checkboxes .help-block,
#gdpr-compliance-hebrew .input-group .response-field-checkboxes .help-block,
#gdpr-compliance-chinese .input-group .response-field-checkboxes .help-block {
  bottom: -4px !important;
}
#gdpr-compliance .fb-submit-row,
#gdpr-compliance-hebrew .fb-submit-row,
#gdpr-compliance-chinese .fb-submit-row {
  padding-top: 20px;
}
#gdpr-compliance .fb-submit-row button,
#gdpr-compliance-hebrew .fb-submit-row button,
#gdpr-compliance-chinese .fb-submit-row button {
  padding: 10px 50px;
  background-color: #000000 !important;
  color: #ffffff;
  cursor: pointer;
  border: unset;
  font-size: 19px;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  #gdpr-compliance .fb-submit-row button,
  #gdpr-compliance-hebrew .fb-submit-row button,
  #gdpr-compliance-chinese .fb-submit-row button {
    width: 100%;
  }
}
#gdpr-compliance .fb-submit-row button:hover,
#gdpr-compliance-hebrew .fb-submit-row button:hover,
#gdpr-compliance-chinese .fb-submit-row button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
#gdpr-compliance .form-control,
#gdpr-compliance-hebrew .form-control,
#gdpr-compliance-chinese .form-control {
  border: 1px solid #707070 !important;
  color: #000000 !important;
  border-radius: 4px !important;
}
#gdpr-compliance .form-control:focus,
#gdpr-compliance-hebrew .form-control:focus,
#gdpr-compliance-chinese .form-control:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
#gdpr-compliance .recapture a,
#gdpr-compliance-hebrew .recapture a,
#gdpr-compliance-chinese .recapture a {
  text-decoration: underline !important;
}

div#form_title_id_wrap,
div#phone_no_id_wrap,
div#last_name_id_wrap,
div#firstName_id_wrap,
div#message_id_wrap {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .default-page {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.default-page p {
  text-align: left;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .default-page p {
    font-size: 18px;
  }
}
.default-page h2 {
  font-size: 24px;
  font-family: "Lyon Display";
  text-align: left !important;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 1.63px;
  color: #000000;
  padding: 10px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .default-page h2 {
    font-size: 26px;
  }
}
.default-page h3 {
  font-size: 23px;
  font-family: "Lyon Display";
  text-align: left !important;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 3.63px;
  color: #000000;
  padding: 10px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .default-page h3 {
    font-size: 25px;
  }
}
.default-page h4 {
  font-size: 22px;
  font-family: "Lyon Display";
  text-align: left !important;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 3.63px;
  color: #000000;
  padding: 10px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .default-page h4 {
    font-size: 24px;
  }
}
.default-page h5 {
  font-size: 21px;
  font-family: "Lyon Display";
  text-align: left !important;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 3.63px;
  color: #000000;
  padding: 10px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .default-page h5 {
    font-size: 23px;
  }
}
.default-page h6 {
  font-size: 20px;
  font-family: "Lyon Display";
  text-align: left !important;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 3.63px;
  color: #000000;
  padding: 10px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .default-page h6 {
    font-size: 22px;
  }
}
.default-page a {
  color: #000000;
}
.default-page a:hover {
  color: #ad894c;
}
.default-page ul {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.default-page li {
  padding-left: 12px;
  list-style: disc;
  padding-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .default-page li {
    font-size: 15px !important;
  }
}
.default-page li .a {
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .default-page li .a {
    font-size: 15px !important;
  }
}
.default-page li:last-child {
  padding-bottom: unset;
}
.default-page .sitemap ul {
  padding-bottom: unset;
}

@media only screen and (min-width: 1200px) {
  .newsletter form {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.newsletter form #message_id_wrap #message {
  min-height: 177px;
}
.newsletter form .form-control {
  padding: 11px;
  border: 1px solid #707070;
  color: #000000;
}
.newsletter form .form-control:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.newsletter form .form-group {
  position: relative;
  padding-bottom: 15px;
}
.newsletter form .response-field-email {
  padding-bottom: 1rem !important;
}
.newsletter form .recapture a {
  text-decoration: underline;
}
.newsletter form label {
  font-size: 16px;
  color: #6d6f72;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.newsletter form .response-field-dropdown {
  width: 100%;
}
.newsletter
  form
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.newsletter
  form
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem !important;
}
.newsletter form #email_id_wrap .help-block {
  position: absolute;
  bottom: -4px;
  color: #dc3545;
}
.newsletter form .input-group {
  position: relative;
}
.newsletter form .input-group .help-block {
  position: absolute;
  bottom: -20px;
  color: #dc3545;
  left: 0;
}
.newsletter form .nice-select {
  border: 1px solid #707070;
  color: #000000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
}
.newsletter form .nice-select:focus {
  border: 2px solid #707070;
  box-shadow: unset;
  outline: unset;
}
.newsletter form .nice-select:after {
  width: 8px;
  height: 8px;
}
.newsletter form #gdpr_compliance_id_wrap {
  padding-top: 20px;
}
.newsletter form #gdpr_compliance_id_wrap label {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
}
.newsletter form #gdpr_compliance_id_wrap label.checkbox-inline {
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.newsletter form #gdpr_compliance_id_wrap label.checkbox-inline input {
  margin-right: 10px;
}
.newsletter
  form
  #gdpr_compliance_id_wrap
  label.checkbox-inline
  input[type="checkbox"] {
  accent-color: #ad894c;
  cursor: pointer;
  border: unset;
}
.newsletter form #gdpr_compliance_id_wrap p {
  font-size: 17px;
  padding-bottom: 10px;
}
.newsletter form .recapture {
  font-size: 17px;
}
.newsletter form a {
  color: #000000;
}
.newsletter form a:hover {
  color: #ad894c;
}
.newsletter form .is_required {
  padding-top: 20px;
}
.newsletter form .fb-submit-row {
  padding-top: 30px;
}
.newsletter form .fb-submit-row button {
  padding: 10px 50px;
  background-color: #000000 !important;
  color: #ffffff;
  cursor: pointer;
  border: unset;
  font-size: 19px;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 450px) {
  .newsletter form .fb-submit-row button {
    width: 100%;
  }
}
.newsletter form .fb-submit-row button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.bg-color-gray {
  background-color: #f6f6f6;
}

section#partyDetails {
  padding-top: 0 !important;
}
section#partyDetails .blockparty {
  width: 33%;
}
@media screen and (max-width: 1025px) {
  section#partyDetails .blockparty {
    width: 100%;
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1025px) {
  section#partyDetails .blockparty h3.font-21.pb-4.text-center {
    padding-bottom: 10px !important;
  }
}

.beachclubbanner .dnso-inner-banner-sec-wrapper-content {
  top: 55%;
}
.beachclubbanner .dnso-inner-banner-sec-wrapper-content.bottom {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#event-slider #multi-items-slider .multi-items-slider-item-content,
#experienceslider #multi-items-slider .multi-items-slider-item-content {
  max-width: max-content;
}

section#BeachclubDetails {
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
}
section#BeachclubDetails .dnso-villas-sec-wrapper {
  background-image: none !important;
}
section#BeachclubDetails
  .dnso-villas-sec-wrapper
  .dnso-villas-sec-wrapper-item.flexitemImage {
  flex: auto !important;
  max-width: max-content !important;
}
section#BeachclubDetails
  .dnso-villas-sec-wrapper
  .dnso-villas-sec-wrapper-item-content
  img {
  width: 260px;
  height: 175px;
}

@media screen and (max-width: 1025px) {
  .tab-flex-column {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .tab-text-black {
    color: #000 !important;
  }
  .tab-width-100 {
    width: 100% !important;
  }
  .page-template-T05-beach-club
    .dnso-inner-banner-sec.center-text
    .dnso-inner-banner-sec-wrapper-content:after,
  .page-template-T05-beach-club .dnso-slider-sec:before {
    display: none !important;
  }
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.bottom,
  section.beachclubbanner .dnso-inner-banner-sec-wrapper-content.bottom {
    margin: auto;
  }
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.bottom h2,
  section.beachclubbanner .dnso-inner-banner-sec-wrapper-content.bottom h2 {
    color: #000 !important;
  }
  section.beachclubsection .dnso-inner-banner-sec-wrapper-content.bottom p,
  section.beachclubbanner .dnso-inner-banner-sec-wrapper-content.bottom p {
    padding-bottom: 20px !important;
  }
}
/*# sourceMappingURL=style.min.css.map */
