@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");
}
@font-face {
  font-family: gotham-medium;
  src: url("../fonts/gotham-medium.woff");
}
@font-face {
  font-family: CormorantGaramond-i;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
.home .title-text {
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  text-align: center;
  font-style: italic;
  color: #000;
  font-family: CormorantGaramond-i;
}
.home .regular-text,
.home .regular-text * {
  font-size: 16px;
  font-weight: 325;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center !important;
  font-style: normal;
  color: #696969;
  font-family: gotham-book;
}
.home .regular-text.text-white * {
  color: #fff !important;
}
.home .base-link,
.home .regular-text a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
  border: solid 1px #6fafbe;
  display: block;
}
.home .base-link:hover,
.home .regular-text a:hover {
  text-decoration: underline;
}
.home .thanks-and-awards {
  background-image: url("/images/hotel/one-of-the-best-resorts-in-the-world.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home .thanks-and-awards .awards {
  display: flex;
  min-height: 300px;
  justify-items: center;
  align-items: end;
  position: relative;
  z-index: 3;
}
.home .thanks-and-awards .awards .award {
  width: 20%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}
.home .thanks-and-awards .bg-gradient {
  background: linear-gradient(180deg, transparent 0%, rgba(98,98,98,0.4) 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 30%;
}
.home .rooms .nav-tabs-rooms {
  justify-content: space-between;
}
.home .rooms .nav-tabs-rooms li {
  margin: auto;
}
.home .rooms .nav-tabs-rooms li a {
  font-family: gotham-medium;
  font-weight: 350;
  font-style: normal;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  padding: 0px 10px;
}
.home .rooms .nav-tabs-rooms li a.active {
  color: #6fafbe;
  border-left: solid 1px #6fafbe;
}
.home .rooms .room-tab-content {
  background: #f4f4f4;
}
.home .rooms .room-tab-content .tab-room-title {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: start;
  font-style: italic;
  color: #000;
  font-family: CormorantGaramond-i;
}
.home .rooms .room-tab-content .tab-room-text {
  font-size: 14px;
  font-weight: 325;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
  color: #696969;
  font-family: gotham-book;
}
.home .home-room-slider {
  padding-left: 20px;
}
.home .home-room-slider .splide__slide {
  padding-right: 5px;
  padding-left: 5px;
}
.home .home-room-slider .splide__slide .room-details {
  display: none;
}
.home .home-room-slider .splide__slide.is-visible .room-details,
.home .home-room-slider .splide__slide[aria-hidden="false"] .room-details {
  display: block;
}
.home .home-room-slider .splide__slide .room-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 265/357 !important;
  object-fit: cover !important;
}
.home .home-room-slider .splide__slide .slider-arrow {
  background: rgba(255,255,255,0.698);
  width: 20px;
  height: 20px;
  padding: 2px;
}
.home .home-room-slider .splide__slide .pagination {
  font-size: 14px;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 3px;
  font-style: normal;
  color: #979797;
  font-family: gotham-medium;
}
.home .home-room-slider .splide__slide .room-title {
  font-size: 19px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  font-style: bold;
  color: #6fafbe;
  font-family: gotham-bold;
  text-transform: uppercase;
}
.home .home-room-slider .splide__slide .room-text {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: start;
  font-style: italic;
  color: #6e6865;
  font-family: CormorantGaramond-i;
}
.home .home-room-slider .splide__slide .price {
  font-family: gotham-book;
  font-weight: 325;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0px;
}
.home .home-room-slider .splide__slide .btn-home-room-book {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 15px;
  background: #6fafbe;
  border: solid 1px #6fafbe;
  display: block;
}
.home .home-room-slider .splide__slide .btn-home-room-book:hover {
  text-decoration: underline;
}
.home .home-room-slider .splide__slide .btn-home-room-details {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 15px;
  background: transparent;
  border: solid 1px #6fafbe;
  display: block;
}
.home .home-room-slider .splide__slide .btn-home-room-details:hover {
  text-decoration: underline;
}
.home .home-room-slider .splide__slide .feature p {
  font-family: gotham-book;
  font-weight: 325;
  font-size: 12px;
  color: #6e6865;
  line-height: 12px;
  letter-spacing: 0px;
}
.home .home-room-slider .home-arrows {
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
}
.home .home-room-slider .home-room-arrow {
  background: rgba(255,255,255,0.698);
  width: 24px;
  height: 24px;
  padding: 4px;
  border: none;
}
.home .offers .nav-tabs-offers li {
  text-align: center;
}
.home .offers .nav-tabs-offers li span {
  font-family: gotham-medium;
  font-weight: 350;
  font-style: normal;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  padding: 0px 10px;
}
.home .offers .nav-tabs-offers li.is-active span {
  color: #6fafbe;
  border-left: solid 1px #6fafbe;
}
.home .offers .home-offers-slider .home-offer .image {
  width: 100% !important;
  height: auto !important;
  max-height: 75% !important;
  aspect-ratio: 259/344 !important;
  object-fit: cover !important;
  background: #979797;
}
.home .offers .home-offers-slider .home-offer .offer-title {
  font-family: gotham-bold;
  font-weight: 400;
  font-style: Bold;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #6fafbe;
}
.home .offers .home-offers-slider .home-offer .offer-text {
  font-family: $g-b0ok;
  font-weight: 325;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #696969;
}
.home .offers .home-offers-slider .home-offer .offer-cta {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 15px;
  background: transparent;
  border: solid 1px #6fafbe;
  display: block;
}
.home .offers .home-offers-slider .home-offer .offer-cta:hover {
  text-decoration: underline;
}
.home .offers .home-offers-slider .home-offer .offer-content {
  display: none !important;
}
.home .offers .home-offers-slider .home-offer.uk-active .image {
  max-height: 100% !important;
}
.home .offers .home-offers-slider .home-offer.uk-active .offer-content {
  display: block !important;
}
.home .home-discover-villas {
  background-image: url("/images/home/discover-le-barth-villas.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home .home-discover-villas .home-discover-content {
  min-height: 580px;
}
.home .home-discover-villas .offers-villas-cta-outline {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 15px;
  background: transparent;
  border: solid 1px #baa58d;
  display: block;
}
.home .home-discover-villas .offers-villas-cta-outline:hover {
  text-decoration: underline;
}
.home .home-discover-villas .bg-gradient {
  background: linear-gradient(180deg, transparent 0%, rgba(98,98,98,0.4) 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 30%;
}
.home .offers-villas-cta {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: gotham-medium;
  font-size: 13px;
  cursor: pointer;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 15px;
  background: #baa58d;
  border: solid 1px #baa58d;
  display: block;
}
.home .offers-villas-cta:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .book-bar-container-namastay {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .book-bar-container-namastay .btn-book-now {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
    max-width: 100%;
  }
  .home .offers .home-offers-slider .uk-slider-items>* {
    width: 70% !important;
  }
}
