@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
@font-face {
  font-family: The Seasons Bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/The-Seasons-Bold.ttf");
}
.room-slide-content-sub-container {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  transform: translate(0px, 0px);
  width: 100%;
  height: 100%;
  max-height: 80px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.room-slide-content-sub-container .scroll-button {
  color: #fff;
  font-family: gotham-book;
  font-weight: 325;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.room-slide-content-sub-container .scroll-button span {
  border-bottom: solid 1px #fff;
}
.characteristics-section__grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "characteristics " " highlights " "cta_container";
  height: 100%;
  justify-items: center;
  align-items: center;
}
.characteristics__cta-container {
  grid-area: cta_container;
  margin-top: 3rem;
}
.highlights-container {
  display: flex;
  flex-direction: column;
  grid-area: highlights;
}
.highlights-container h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: cormorantgaramond;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #6e6865;
  text-align: center;
}
.highlights-container ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 0;
}
.highlights-container ul li {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #6e6865;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.highlights-container ul li a.room-plan-button {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #6fafbe;
  border-bottom: solid 1px #6fafbe;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.highlights-container ul li i {
  margin-right: 1rem;
  display: inline-block;
  width: 50px;
  height: 40px;
  background-size: cover;
  background-position: center;
}
.feature-icon__p {
  max-width: none;
  text-align: center;
  font-size: 13px;
}
.features-section {
  padding: 0 15px;
  max-width: 100vw;
  overflow-x: hidden;
}
.characteristics-content-container {
  grid-area: characteristics;
}
.tripadvisor-room-section {
  width: 100%;
  height: auto;
}
.room-grid-card-container {
  display: none;
}
.set-to-uppercase {
  text-transform: uppercase !important;
  color: #6eafbf !important;
  border-bottom: 1px solid #6eafbf;
  text-decoration: none !important;
  font-size: 15px !important;
}
.grid-values-included-section {
  display: none;
  padding: 0;
  list-style: none;
}
.grid-values-included-section li {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
.grid-values-included-section li i {
  padding: 0 1rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.booking-us-section .booking-us__img-mobil {
  object-fit: cover;
  height: 200px;
  width: 100%;
  margin-bottom: 1rem;
}
.btn-discover:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6eafbf;
  transition: background-color 0.3s;
}
.btn-discover {
  box-sizing: border-box;
  width: fit-content;
  height: 100%;
  max-height: 30px;
  margin: 0;
  padding: 2px 8px;
  font-family: gotham-book;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  color: #6eafbf;
  border: solid 1px #6eafbf;
  cursor: pointer;
}
.btn-discover__slide {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.btn-discover__secondary,
.btn-discover__secondary:hover {
  color: #6eafbf;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #6eafbf;
  cursor: pointer;
  letter-spacing: 1.25px;
  padding: 1rem 2rem;
}
.btn-discover__secondary-white,
.btn-discover__secondary-white:hover {
  color: #fff;
  background-color: transparent;
  text-decoration-color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1.25px;
  line-height: 2.33;
}
.btn-discover-contrast:hover {
  color: #6eafbf;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s;
}
.btn-discover-contrast {
  box-sizing: border-box;
  width: fit-content;
  height: 100%;
  max-height: 30px;
  margin: 0;
  padding: 2px 8px;
  font-family: gotham-book;
  text-transform: uppercase;
  text-align: center;
  background-color: #6eafbf;
  color: #fff;
  border: solid 1px #6eafbf;
  cursor: pointer;
}
.btn-discover-contrast__slide {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.btn-discover-contrast__secondary,
.btn-discover-contrast__secondary:hover {
  color: #6eafbf;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #6eafbf;
  cursor: pointer;
  letter-spacing: 1.25px;
  padding: 1rem 2rem;
}
.btn-discover-contrast__secondary-white,
.btn-discover-contrast__secondary-white:hover {
  color: #fff;
  background-color: transparent;
  text-decoration-color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1.25px;
  line-height: 2.33;
}
.dropdown-booking {
  position: relative;
  display: inline-block;
}
.dropdown-booking-content {
  display: none;
  position: absolute;
  background-color: #f6f7f9;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-booking-content button {
  color: #6fa9b8;
  text-decoration: none;
  display: block;
  width: 100%;
}
.dropdown-booking-content button:hover {
  background-color: #6fa9b8;
  color: #fff;
}
.show-dropdown {
  display: block;
}
.room-buttons-container {
  padding-bottom: 2rem;
}
.room-plans-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-plan-content {
  display: none;
  transition: display 0.3s linear;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  overflow: auto;
  box-shadow: none;
  z-index: 1;
}
.dropdown-plan-content a {
  color: #6e6865;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.dropdown-plan-content > a:not(:last-child) {
  border-bottom: solid 1px #6e6865;
}
.room-plans-dropdown a:hover {
  color: #6fafbe;
}
.show-plan {
  display: block;
}
.plan-drop-btn {
  max-width: 230px;
  min-width: 170px;
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #6fafbe;
  border: none;
  border-bottom: solid 1px #6fafbe;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.plan-drop-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icons/alt_down_select.svg");
  background-repeat: no-repeat;
  background-position: right 0.25rem top 50%;
  background-size: 0.85rem auto;
  z-index: 1;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}
.plan-drop-btn.rotated::after {
  transform: rotate(180deg);
}
.namastay-select {
  max-width: 230px;
  min-width: 160px;
  border: solid 1px #6fa9b8;
  color: #fff;
  font-family: gotham-book;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  background-color: #6fa9b8;
  font-weight: 325;
  padding: 2px 8px;
  height: 30px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icons/alt_down_select_white.svg");
  background-repeat: no-repeat;
  background-position: right 0.25rem top 50%;
  background-size: 0.85rem auto;
}
.namastay-select:hover {
  color: #6fa9b8;
  background-color: transparent;
  background-image: url("../images/icons/alt_down_select.svg");
  border: solid 1px #6fa9b8;
}
.room-image {
  height: 255px;
  width: 100%;
  object-fit: cover;
}
.room-highlight {
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
}
.room-title {
  font-family: CheddarJack;
  color: #6fa9b8;
  font-size: 55px;
}
.highlight-icons-container {
  font-family: gotham-book;
  font-size: 10px;
  text-align: center;
  color: #6e6865;
}
.icon-favorites-rooms-out {
  max-width: 200px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  filter: brightness(0) invert(1);
}
.flex-card__image-container {
  text-align: center;
}
.room-slider-out {
  position: relative;
  height: 255px;
}
.room-slider-out .room-slider-hover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.room-slider-out:hover .room-slider-hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.room-slider-out-gradient {
  background: linear-gradient(180deg, #000 0%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 60%;
}
@media only screen and (max-width: 575px) {
  .flex-card__actions {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 991px) {
  div.splide__arrows {
    display: none;
  }
}
@media only screen and (min-width: 810px) {
  .another-door-slide-sub-container__description {
    max-height: 220px;
    height: 220px;
  }
  .another-door-slide-btn-container {
    margin-top: 0px;
  }
  .another-door-card-title {
    height: 83px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-card__content {
    height: auto;
    padding: 0 2rem;
    flex: 1 1 170px;
  }
  .flex-card__content h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 1rem;
    font-family: gotham-book;
    color: #6e6865;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .room-slide-content-sub-container {
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    transform: translate(0px, 0px);
    max-height: 80px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    left: initial;
  }
  .room-slide-content-sub-container__img {
    order: 3;
  }
}
@media only screen and (min-width: 991px) {
  .special-villa-container {
    max-width: 60%;
    margin: auto;
  }
  .flex-card__content {
    height: auto;
    padding: 0 2rem;
    flex: 1 1 170px;
  }
  .flex-card__content h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 1rem;
    font-family: gotham-book;
    color: #6e6865;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .set-to-uppercase {
    font-size: 15px;
  }
  .values-included-section .grid-list-included-section {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, fr);
    grid-template-areas: " value1 value2" "value3 value4" "value5 value6 " " value7 value8 ";
    list-style: none;
    column-gap: 2rem;
    padding: 0;
  }
  .values-included-section .grid-list-included-section li {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
    width: 100%;
  }
  .values-included-section .grid-list-included-section li i {
    padding: 0 1rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }
  .value1 {
    grid-area: value1;
  }
  .value2 {
    grid-area: value2;
  }
  .value3 {
    grid-area: value3;
  }
  .value4 {
    grid-area: value4;
  }
  .value4 {
    grid-area: value4;
  }
  .value5 {
    grid-area: value5;
  }
  .value6 {
    grid-area: value6;
  }
  .value7 {
    grid-area: value7;
  }
  .value8 {
    grid-area: value8;
  }
  .tripadvisor-room-section h2,
  .room-gallery h2 {
    padding-left: 5rem;
  }
  .characteristics-content-container p {
    padding: 0 2rem;
  }
  #splide-features-room {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .characteristics-section__grid {
    display: grid;
    width: 100%;
    grid-template-columns: 30% 70%;
    grid-template-areas: "highlights characteristics " " cta_container cta_container";
    height: 100%;
    justify-items: center;
    align-items: center;
  }
  .highlights-container h3 {
    text-align: left;
    margin-top: 0;
  }
  .highlights-container ul li {
    padding-left: 0;
  }
  .characteristics__cta-container {
    grid-area: cta_container;
    display: block;
    margin-top: 1rem;
  }
  .room-grid-card-container {
    display: grid;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: center;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "card1 card2 card3" "card4 card5 card6" " . card7 . ";
  }
  .card1 {
    grid-area: card1;
  }
  .card2 {
    grid-area: card2;
  }
  .card3 {
    grid-area: card3;
  }
  .card4 {
    grid-area: card4;
  }
  .card5 {
    grid-area: card5;
  }
  .card6 {
    grid-area: card6;
  }
  .card7 {
    grid-area: card7;
  }
  .flex-card {
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex-card__image-container {
    flex: 0 1 235px;
  }
  .flex-card__header {
    flex: 0 1 80px;
  }
  .flex-card__header h2 {
    font-family: cormorantgaramond;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #6e6865;
  }
  .flex-card__header p {
    font-family: Lucida Grande Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: center;
    color: #6e6865;
  }
  .flex-card__header p span {
    font-family: gotham-book;
    color: #6eafbf;
  }
  .flex-card__content {
    height: auto;
    padding: 0 2rem;
    flex: 1 1 170px;
  }
  .flex-card__content h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 1rem;
    font-family: gotham-book;
    color: #6e6865;
    align-items: center;
  }
  .flex-card__actions {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
  }
  .characteristics-section h2,
  .features-section h2 {
    padding-left: 3rem;
  }
  .values-included-section ul {
    max-height: 450px !important;
  }
}
@media only screen and (max-width: 767px) {
  .room-slide-content-sub-container {
    max-height: 160px !important;
  }
  .room-carousel-title {
    margin-bottom: 0;
    height: auto !important;
  }
  .room-carousel-content {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-in-slider .room-slide-content-sub-container {
    max-height: 80px;
  }
  .rooms-in-slider .splide__slide__container {
    height: 320px !important;
  }
  .villas-main-slider .splide__slide__container {
    height: 320px !important;
  }
  .villas-main-slider .room-slide-content-sub-container {
    max-height: 60px !important;
  }
}
.flex-card {
  background-color: #f6f7f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-card__image-container {
  flex: 0 1 235px;
}
.flex-card__header {
  flex: 0 1 80px;
}
.flex-card__header h2 {
  font-family: cormorantgaramond;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #6e6865;
  height: 65px;
  justify-content: center;
}
.flex-card__header p {
  font-family: Lucida Grande Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center !important;
  color: #6e6865;
}
.flex-card__header p span {
  font-family: gotham-book;
  color: #6eafbf;
}
.flex-card__content {
  height: 45px;
  padding: 0 2rem;
  flex: 1 1 170px;
  display: flex;
  justify-content: center;
}
.flex-card__content h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 1rem;
  font-family: gotham-book;
  color: #6e6865;
  align-items: center;
}
.flex-card__actions {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
