@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");
}
.villas-rate-section {
  background-color: #f6f7f9;
}
.villas-rate-section p {
  text-align: center;
  margin-bottom: 27px;
}
.villas-rate-section p span {
  font-family: cormorantgaramond;
  font-size: 38px;
  color: #6eafbf;
}
.villas-rate-section__buttons-container {
  text-align: center;
}
.villas-rate-section__buttons-container a {
  margin-bottom: 17px;
}
section.features-section .splide__pagination.custom-pagination {
  display: none;
}
section.enjoy-text-section,
section.welcome-text,
section.features-section,
section.values-included-section {
  padding: 0 1rem;
}
.enjoy-text-section__button-container {
  text-align: center;
}
.le-barth-banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 570px;
  max-width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
.le-barth-banner-section__content-container,
.le-barth-banner-section__logo-container {
  padding: 1rem 0 0 0;
  z-index: 20;
  position: relative;
}
.le-barth-banner-section__logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.le-barth-banner-section__content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.le-barth-banner-section__content-container h3 {
  font-family: cormorantgaramond;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff;
}
.le-barth-banner-section__content-container p {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #fff;
}
.le-barth-banner-section__content-container a {
  margin: 0.5rem 0;
}
.le-barth-banner-section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 570px;
  max-width: 100vw;
  background-color: rgba(0,0,0,0.2);
  content: "";
  z-index: 10;
}
.villas-tour-section h2 {
  margin-bottom: 1rem;
}
.villas-tour-section__content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
}
.villas-tour-section__content-container p {
  margin: 1rem 0;
  padding: 0 2rem;
}
.villas-tour-section__content-container img {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 175px;
}
.cta-villas {
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  -webkit-text-decoration-skip: objects;
}
.cta-villas a,
.cta-villas a:hover {
  color: #8b6f66;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: none;
}
.le-barth-banner-grid-section {
  display: grid;
  width: 100%;
  max-width: 100vw;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 100px;
  grid-template-areas: "image-container " " content-container " " cta-container";
  column-gap: 3rem;
  padding: 0 1rem;
}
.le-barth-banner-grid-section__image-container {
  background-image: url("../images/villas/LBVR/le-barth-bg-1200x500.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 500px;
  text-align: center;
  grid-area: image-container;
}
.le-barth-banner-grid-section__image-container img {
  margin: 2rem auto;
}
.le-barth-banner-grid-section__content-container {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  grid-area: content-container;
}
.le-barth-banner-grid-section__content-container h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #6e6865;
  font-family: cormorantgaramond;
  text-align: center;
}
.le-barth-banner-grid-section__content-container p {
  text-align: center;
}
.le-barth-banner-grid-section__cta-container {
  grid-area: cta-container;
  text-align: center;
  margin-top: 2rem;
}
.sport-slider__title {
  font-family: cormorantgaramond;
}
.villa_landing.features-slider {
  margin: auto 60px;
}
.villa_landing.features-slider .splide__arrows--villas {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: unset;
}
.villa_landing.features-slider .splide__arrows--villas .splide__arrow--prev {
  margin-left: -60px;
}
.villa_landing.features-slider .splide__arrows--villas .splide__arrow--next {
  margin-right: -60px;
}
@media only screen and (max-width: 768px) {
  .villa_landing.features-slider {
    margin: auto 50px;
  }
  .villa_landing.features-slider .splide__arrows--villas .splide__arrow--prev.features {
    margin-left: -30px;
  }
  .villa_landing.features-slider .splide__arrows--villas .splide__arrow--next.features {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  #villas-features-splide .card::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(85,85,85,0.8), rgba(255,255,255,0.1));
    pointer-events: none;
  }
  #villas-features-splide .card img.card-img-top {
    min-height: 460px;
  }
  #villas-features-splide .card .card-body {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    z-index: 1;
    padding-bottom: 0;
  }
  #villas-features-splide .card .card-body .title-text {
    color: #fff;
    width: 75%;
    margin: auto;
  }
  #villas-features-splide.villa_landing.features-slider .splide__arrows--villas {
    top: auto;
    bottom: 4rem;
    width: 70%;
  }
  #villas-features-splide.villa_landing.features-slider .splide__arrows--villas .splide__arrow {
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: rgba(255,255,255,0.698);
    border-radius: 100%;
    width: 32px;
    height: 32px;
  }
  #villas-features-splide.villa_landing.features-slider .splide__arrows--villas .splide__arrow img {
    align-self: center;
    vertical-align: bottom;
  }
  #villas-features-splide.villa_landing.features-slider .splide__pagination.custom-pagination {
    display: inline-flex;
    margin-top: 0;
  }
  #villas-features-splide.villa_landing.features-slider .custom-pagination-dot {
    padding: 0;
  }
  #villas-splide.villa_landing.features-slider,
  #lbhs-splide.villa_landing.features-slider {
    border-bottom: solid 2px #6fafbe;
    padding-bottom: 2rem;
  }
  #villas-splide.villa_landing.features-slider .splide__arrows--villas,
  #lbhs-splide.villa_landing.features-slider .splide__arrows--villas {
    width: 75%;
    top: auto;
    bottom: 6rem;
  }
  #villas-splide.villa_landing.features-slider .splide__pagination.custom-pagination,
  #lbhs-splide.villa_landing.features-slider .splide__pagination.custom-pagination {
    display: inline-flex;
    margin-top: 0;
  }
  .villa_landing.features-slider {
    margin: auto 30px;
  }
  .villa_landing.features-slider .splide__arrows--villas .splide__arrow--prev.features {
    margin-left: -30px;
  }
  .villa_landing.features-slider .splide__arrows--villas .splide__arrow--next.features {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  section.enjoy-text-section,
  section.welcome-text,
  section.features-section,
  section.values-included-section {
    padding: 0;
  }
  .enjoy-text-section__button-container {
    text-align: center;
  }
  .le-barth-banner-section {
    flex-direction: row;
    max-height: 500px;
  }
  .le-barth-banner-section__content-container,
  .le-barth-banner-section__logo-container {
    padding: 2rem 0;
  }
  .le-barth-banner-section__logo-container {
    flex: 1 1 50%;
  }
  .le-barth-banner-section__content-container {
    flex: 1 1 50%;
    padding-right: 5rem;
  }
  .le-barth-banner-section__content-container h3 {
    line-height: 1.4;
    font-size: 23px;
    margin-bottom: 3rem;
  }
  .le-barth-banner-section__content-container p {
    font-size: 15px;
    line-height: 1.94;
  }
  .le-barth-banner-section__content-container a {
    margin: 1rem 0 1rem 0;
    display: inline-block;
  }
  .le-barth-banner-section:after {
    max-height: 500px;
  }
  .villas-tour-section h2 {
    margin-bottom: 2rem;
  }
  .villas-tour-section__content-container {
    padding: 0;
    flex-direction: row;
  }
  .villas-tour-section__content-container p {
    flex: 0 1 auto;
    margin: 0 1rem 0 0;
    padding: 0;
  }
  .villas-tour-section__content-container img {
    flex: 1 1 485px;
    height: 100%;
    max-height: 485px;
  }
  .values-included-section ul {
    max-height: 450px !important;
  }
  .le-barth-banner-grid-section {
    display: grid;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: 40% 60%;
    grid-template-rows: 500px;
    grid-template-areas: "image-container content-container" "cta-container cta-container";
    column-gap: 3rem;
  }
  .le-barth-banner-grid-section__image-container {
    background-image: url("../images/villas/LBVR/le-barth-bg-1200x500.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 35vw;
    height: 100%;
    max-height: 500px;
    text-align: center;
    grid-area: image-container;
  }
  .le-barth-banner-grid-section__image-container img {
    margin: 2rem auto;
  }
  .le-barth-banner-grid-section__content-container {
    display: flex;
    flex-direction: column;
    padding-right: 8vw;
    grid-area: content-container;
  }
  .le-barth-banner-grid-section__content-container h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: #6e6865;
    font-family: cormorantgaramond;
    text-align: left;
  }
  .le-barth-banner-grid-section__content-container p {
    text-align: left;
  }
  .le-barth-banner-grid-section__cta-container {
    grid-area: cta-container;
    text-align: center;
    margin-top: 4rem;
  }
  .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;
  }
}
.villa-title {
  font-family: CheddarJack;
  color: #6fa9b8;
  font-size: 55px;
}
@media only screen and (max-width: 480px) {
  section.welcome-text {
    padding: 0;
  }
}
section.values-included-section .lebarth-flowe-icon {
  background-image: url("/images/icons/lebarth-flower.png.webp");
}
@media only screen and (max-width: 768px) {
  .villas-rate-section p {
    text-align: center;
    padding-bottom: 27px;
  }
  .villas-rate-section p span {
    font-size: 20px;
  }
}
.villa-splide-arrow-left {
  margin-left: -75px;
}
.villa-splide-arrow-right {
  margin-right: -75px;
}
@media only screen and (max-width: 575px) {
  .villa-splide-arrow-left {
    margin-left: -40px !important;
  }
  .villa-splide-arrow-right {
    margin-right: -40px !important;
  }
}
