* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.header-dropdown .nav__item {
  text-align: left !important;
  display: flex;
  align-items: center;
  justify-self: self-start;
  gap: 6px;
}

.nav__item-label img {
  width: 57px;
}

.nav__item-label-heated {
  width: 32px !important;
}

.title--light {
  color: #fcfcfc;
}

.hero .heading1 {
  font: 400 66px/82.1% 'Cormorant SC' !important;
}

.heading1 {
  font: 400 70px/82.1% 'Cormorant SC';
  text-transform: inherit;
  letter-spacing: 0.075em;
  color: #fcfcfc;
  margin: 0;
}
@media (max-width: 767px) {
  .heading1 {
    font-size: 40px;
  }

  .hero .heading1 {
    font-size: 40px !important;
  }
}
.heading1--gold {
  color: #bd9a5c;
}

.heading2 {
  font: 400 58px/90% 'Cormorant SC';
  text-transform: inherit;
  color: #fcfcfc;
  margin: 0;
  text-align: center;
}
.heading2--gold {
  color: #bd9a5c;
}
.heading2--black {
  color: #3a3335;
}
.heading2--big {
  font-size: 52px;
}
@media (max-width: 767px) {
  .heading2 {
    font-size: 36px;
  }
}

.heading3 {
  font: 400 42px/93.6% 'Cormorant SC';
  text-transform: inherit;
  color: #fcfcfc;
  margin: 0;
}
@media (max-width: 767px) {
  .heading3 {
    font-size: 32px;
  }
}
.heading3--black {
  color: #3a3335;
}
.heading3--gold {
  color: #bd9a5c;
}
.heading3--center {
  text-align: center;
}

.heading4 {
  font: 400 32px/39px 'Cormorant SC';
  text-transform: inherit;
  color: #fcfcfc;
  margin: 0;
}
@media (max-width: 767px) {
  .heading4 {
    font: 400 16px/19px 'Cormorant SC';
    text-align: center;
  }
}
.heading4--black {
  color: #3a3335;
}

.paragraph {
  font: 400 18px/22px 'Quicksand';
  color: #3a3335;
  margin: 0;
}
.paragraph--justified {
  text-align: justify;
}
.paragraph--centered {
  text-align: center;
}
.paragraph--white {
  color: #fcfcfc;
}
.paragraph--gold {
  color: #bd9a5c;
}
.paragraph--bigText {
  font: 400 24px/113% 'Quicksand';
}
.paragraph--font {
  font: 400 18px/22px 'Cormorant SC' !important;
}
@media (max-width: 767px) {
  .paragraph--font {
    font: 400 16px/20px 'Cormorant SC' !important;
  }
}
@media (max-width: 767px) {
  .paragraph {
    font: 400 16px/20px 'Quicksand';
  }
}

.cta {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  height: 52px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font: 400 18px/22px 'Cormorant SC';
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}
.cta:hover {
  color: #fcfcfc;
  background-color: #bd9a5c;
  border: 1px solid #bd9a5c;
  transition: 0.3s;
}
.cta:hover .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.cta--dark {
  color: #fcfcfc;
  background: rgba(58, 51, 53, 0.9);
  border: 1px solid #bd9a5c;
}
.cta--dark .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.cta--gold {
  color: #fcfcfc;
  background-color: #bd9a5c;
  border: 1px solid #bd9a5c;
}
.cta--gold .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.cta--gold:hover {
  color: #fcfcfc;
  background: rgba(58, 51, 53, 0.9);
  border: 1px solid #bd9a5c;
}
.cta--gold:hover .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.cta--transparent {
  color: #fcfcfc;
  background-color: transparent;
  border: 1px solid #fcfcfc;
}
.cta--transparent .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.cta--bigText {
  font: 400 18px/22px 'Cormorant SC';
}

.nav {
  display: flex;
  flex-flow: column;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.nav,
.nav .nav__top,
.nav .nav__logo {
  transition: 0.6s;
}
@media (min-width: 1024px) {
  .nav--sticky {
    background: rgba(58, 51, 53, 0.9);
  }
  .nav--sticky .nav__top {
    padding: 5px 0;
  }
  .nav--sticky .nav__logo {
    width: 155px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav--sticky {
    background: rgba(58, 51, 53, 0.9);
  }
  .nav--sticky .nav__top {
    padding: 5px 0;
  }
  .nav--sticky .nav__logo {
    width: 155px;
  }
}
@media (max-width: 767px) {
  .nav--sticky {
    background: rgba(58, 51, 53, 0.9);
  }
}
.nav__items-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1214px;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav__items-wrapper {
    gap: 10px;
    width: 90%;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .nav__items-wrapper > .button {
    display: none;
  }
}
.nav__top,
.nav__bottom {
  display: flex;
  justify-content: center;
}
.nav__top {
  padding: 20px 0 16px;
}
@media (max-width: 767px) {
  .nav__top {
    padding: 12px 20px;
  }
}
.nav__top .favourite-wrapper {
  position: relative;
}
.nav__top .favourite-wrapper .favourite-number {
  position: absolute;
  height: 17px;
  width: 17px;
  background: rgba(58, 51, 53, 0.9);
  color: #bd9a5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -5px;
  right: -5px;
}
.nav__top .language-selector {
  display: none;
  flex-flow: column;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 21px;
  position: absolute;
  z-index: 12;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: rgba(58, 51, 53, 0.9);
  border: 1px solid #bd9a5c;
  border-radius: 25px;
}
.nav__top .language-selector__option {
  display: flex;
  gap: 15px;
  margin: 0;
  font: 400 12px/15px 'Quicksand';
  color: #fcfcfc;
  text-transform: uppercase;
  cursor: pointer;
}
.nav__top .language-selector__option:hover {
  color: #bd9a5c;
}
.nav__top .language-selector img {
  height: 14px;
  width: 14px;
}
.nav__bottom {
  height: 60px;
  background: linear-gradient(
    180deg,
    rgba(58, 51, 53, 0.5) 0%,
    rgba(78, 72, 74, 0.3) 53.51%
  );
}
.nav__bottom > .cta.button {
  display: none;
}
.nav__bottom .nav__items-wrapper .cta {
  display: none;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .nav__bottom .nav__items-wrapper .cta {
    display: flex;
  }
}
@media (max-width: 767px) {
  .nav__bottom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(58, 51, 53, 0.9);
  }
  .nav__bottom.opened {
    display: flex;
  }
  .nav__bottom .nav__items-wrapper {
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .nav__bottom .nav__items-wrapper {
    justify-content: flex-start;
    padding-top: 100px;
    gap: 10px;
    overflow-y: overlay;
  }
}
.nav__bottom .header-dropdown {
  display: none;
  align-items: flex-start;
  flex-flow: column;
  gap: 13px 60px;
  padding: 30px 42px;
  position: absolute;
  z-index: 12;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: rgba(58, 51, 53, 0.9);
  border: 1px solid #bd9a5c;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .nav__bottom .header-dropdown {
    border: none;
    border-radius: 0;
    justify-items: center;
    align-items: center;
    background: #3a3335;
    width: 100vw;
    position: relative;
    top: 0;
  }
  .nav__bottom .header-dropdown .horizontal-separator {
    display: none;
  }
}
.nav__bottom .header-dropdown .villa-link {
  font: 400 24px/113% 'Cormorant SC';
  color: #fcfcfc;
  text-decoration: none;
}
.nav__bottom .header-dropdown .villa-link:hover {
  color: #bd9a5c;
}
.nav__bottom .header-dropdown .horizontal-separator,
.nav__bottom .header-dropdown .cta {
  grid-column: span 2;
  margin: 10px 0;
  justify-self: center;
}
.nav__bottom .dropdown-wrapper--grid .header-dropdown {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .nav__bottom .dropdown-wrapper--grid .header-dropdown {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav__bottom .dropdown-wrapper.opened .nav__item--background {
    background: #3a3335;
  }
}
@media (max-width: 767px) {
  .nav__bottom .dropdown-wrapper.opened .nav__item--background {
    background: #3a3335;
  }
}
.nav__bottom .experiences-dropdown {
  align-items: center;
  justify-items: flex-start;
  gap: 15px;
  padding: 30px 16px 30px 30px;
  width: 450px;
}
.nav__bottom .experiences-dropdown--image {
  border-radius: 30px;
  width: 140px;
}
.nav__logo {
  width: 205px;
}
@media (max-width: 767px) {
  .nav__logo {
    width: 100px;
    position: relative;
    z-index: 14;
  }
}
.nav__logo-wrapper {
  flex-grow: 1;
}
.nav__item {
  font: 400 24px/113% 'Cormorant SC';
  color: #fcfcfc;
  text-decoration: none;
  text-align: center;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.nav__item:hover {
  color: #bd9a5c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav__item {
    padding-top: 14px;
  }
}
.nav__item--desktop {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav__item--desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav__item--desktop {
    display: none;
  }
}
.nav__item--mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav__item--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .nav__item--mobile {
    display: block;
  }
}

.dropdown-wrapper {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .dropdown-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .dropdown-wrapper.hoverable:hover div:not(.nav__item--mobile),
  .dropdown-wrapper.hoverable div:not(.nav-item--mobile):hover {
    display: flex;
  }
  .dropdown-wrapper.hoverable:hover div:not(.nav__item--mobile) .cta,
  .dropdown-wrapper.hoverable div:not(.nav-item--mobile):hover .cta {
    display: flex !important;
  }
  .dropdown-wrapper--grid.hoverable:hover div:not(.nav__item--mobile),
  .dropdown-wrapper--grid.hoverable div:not(.nav-item--mobile):hover {
    display: grid;
  }
  .dropdown-wrapper--grid.hoverable:hover div:not(.nav__item--mobile) .cta,
  .dropdown-wrapper--grid.hoverable div:not(.nav-item--mobile):hover .cta {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dropdown-wrapper.opened div {
    display: flex;
  }
  .dropdown-wrapper--grid.opened div {
    display: grid;
  }
}
@media (max-width: 767px) {
  .dropdown-wrapper.opened div {
    display: flex;
  }
  .dropdown-wrapper--grid.opened div {
    display: grid;
  }
}

.button {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 37px;
  border-radius: 50px;
  text-decoration: none;
  font: 400 12px/15px 'Quicksand';
  color: #fcfcfc;
  text-transform: uppercase;
}
.button--gold {
  background: #bd9a5c;
  border: 1px solid #bd9a5c;
}
.button--gold:hover {
  color: #fcfcfc;
  background-color: transparent;
  border: 1px solid #fcfcfc;
  transition: 0.3s;
}
.button--gold:hover .cta__arrow {
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}

.footer {
  margin: 53px 0 0;
  width: 100%;
  height: 785px;
}
@media (max-width: 767px) {
  .footer {
    margin: 27px 0 0;
    height: 100%;
  }
}
.footer__top {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  top: 41px;
}
.footer__top-logo {
  height: 164px;
}
@media (max-width: 767px) {
  .footer__top-logo {
    height: 92px;
  }
}
.footer__top-text {
  font: 400 42px/93.6% 'Cormorant SC';
  color: #bd9a5c;
  margin: 35px 0 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__top-text {
    margin: 30px 15px 40px;
    font: 400 32px/39px 'Cormorant SC';
  }
}
.footer__top-awards {
  display: flex;
  gap: 200px;
}
@media (max-width: 767px) {
  .footer__top-awards {
    flex-flow: column-reverse;
    gap: 10px;
  }
  .footer__top-awards * {
    width: 251px;
  }
}
.footer__bottom-wrapper {
  height: 527px;
  background: url('../../src/images/dark-background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer__bottom-wrapper {
    height: 100%;
  }
}
.footer__bottom {
  display: grid;
  justify-items: center;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1214px;
  height: 100%;
  padding-top: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__bottom {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 30px;
    padding: 80px 0 12px;
  }
}
.footer__bottom-column {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .footer__bottom-column {
    width: 100%;
  }
}
.footer__bottom-column-title {
  font: 400 24px/113% 'Cormorant SC';
  color: #bd9a5c;
  margin: 0;
}
.footer__bottom-column-item {
  font: 400 18px/22px 'Quicksand';
  text-align: center;
  list-style: none;
  padding: 0;
  color: #fcfcfc;
  text-decoration: none;
  margin-top: 0px;
}
.footer__bottom-column-item a {
  font: 400 18px/22px 'Quicksand';
  color: #fcfcfc;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 767px) {
  .footer__bottom-column-item a {
    font: 400 16px/20px 'Quicksand';
    color: #e5e5e5;
  }
}
.footer__bottom-socials {
  display: flex;
  grid-column: 1 / span 3;
  gap: 41px;
}
@media (max-width: 767px) {
  .footer__bottom-socials {
    flex-flow: column;
    width: 100%;
    gap: 20px;
    align-items: center;
  }
}
.footer__bottom .footer__bottom-flex {
  display: flex;
  width: 100%;
  gap: 41px;
}
@media (max-width: 767px) {
  .footer__bottom .footer__bottom-flex {
    justify-content: space-evenly;
  }
}
.footer__bottom-copyright {
  grid-column: 1 / span 3;
  font: 400 12px/100.6% 'Cormorant SC';
  color: #fcfcfc;
}
@media (max-width: 767px) {
  .footer__bottom-copyright {
    margin: 0 auto;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 14;
  }
}

.horizontal-separator {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #3a3335;
  margin: 0;
}
.horizontal-separator--white {
  border-bottom-color: #fcfcfc;
}
.horizontal-separator--gold {
  border-bottom-color: #bd9a5c;
}
.horizontal-separator--thin {
  border-bottom-width: 1px;
}
.horizontal-separator--width {
  max-width: 1214px;
  margin: 0 auto;
}

.hero .nav__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(58, 51, 53, 0.9);
  transition: 0.6s;
}
@media (min-width: 1024px) {
  .hero .nav__bottom--sticky {
    position: fixed;
    top: 114px;
  }
}
.hero .nav__bottom .nav__items-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hero .nav__bottom .nav__item {
  color: #bd9a5c;
}
.hero .nav__bottom .nav__item:hover {
  color: #fcfcfc;
}

.swiper-button-prev,
.swiper-button-next {
  height: 100px !important;
  width: 100px !important;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 45px !important;
    width: 45px !important;
  }
}

.swiper--style2 {
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
}
.swiper--style2 .swiper-slide {
  text-decoration: none;
}
.swiper--style2 swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper--style2 swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper--style1 {
  width: 100%;
  height: 550px;
}
.swiper--style1 .swiper-wrapper {
  height: 100%;
}
.swiper--style1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  text-decoration: none;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
}
.swiper--style1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper--style1 .arrow {
  position: absolute;
  top: 41%;
  left: 40px;
}
.swiper--style1 .arrow--right {
  transform: rotate(-180deg);
  left: unset;
  right: 40px;
}

.swiper--style3 {
  width: 100%;
}
.swiper--style3 .swiper-wrapper {
  height: 100%;
}
.swiper--style3 .swiper-slide {
  width: 411px;
  text-decoration: none;
}
.swiper--style3 .slider__arrow {
  position: absolute;
  top: 41%;
  left: 40px;
}
@media (max-width: 767px) {
  .swiper--style3 .slider__arrow {
    height: 30px;
    width: 30px;
    left: 15px;
  }
}
.swiper--style3 .slider__arrow--right {
  transform: rotate(-180deg);
  left: unset;
  right: 40px;
}
@media (max-width: 767px) {
  .swiper--style3 .slider__arrow--right {
    right: 15px;
  }
}

.heading2-big {
  font-size: 76px !important;
}
@media (max-width: 767px) {
  .heading2-big {
    font-size: 40px !important;
  }
}

.istria {
  background: linear-gradient(rgba(58, 51, 53, 0.9), rgba(58, 51, 53, 0.9)),
    url('../../src/images/villas-section-background.svg');
  padding: 100px 0 182px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .istria {
    padding: 60px 0 160px;
    width: 100%;
    flex-flow: column;
  }
}
.istria .cta {
  margin-top: 15px;
}
.istria__arrow {
  padding: 0 61px 0 69px;
}
.istria__flex {
  display: flex;
  margin: 0 auto;
  max-width: 1214px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .istria__flex {
    max-width: 723px;
    flex-flow: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .istria__flex {
    width: 90%;
    flex-flow: column;
  }
  .istria__flex .cta {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.istria__flex-title-gold {
  color: #bd9a5c;
}
.istria .heading2 {
  text-align: left;
  width: 100%;
}
.istria .heading2--gold {
  display: block;
}
@media (max-width: 767px) {
  .istria .heading2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.istria .paragraph {
  display: flex;
  flex-flow: column;
  gap: 25px;
  width: 100%;
  margin-bottom: 68px;
}
.istria__grid {
  display: flex;
  gap: 20px;
}

.grid__single {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .grid__single {
    width: 250px;
  }
}
.grid__single-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 508px;
  border-radius: 30px;
}
.grid__single-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid__single-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .grid__single-image {
    height: 350px;
    width: 250px;
  }
}
.grid__single-subtitle {
  font: 400 24px/113% 'Cormorant SC';
  color: #bd9a5c;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .grid__single-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}
.grid__single .heading3 {
  text-align: center;
}

.introduction {
  background: url('../../src/images/dark-background.svg');
}
@media (min-width: 1025px) {
  .introduction__grid {
    max-width: 1214px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hide-desktop {
    display: none !important;
  }
}
.introduction__paragraph {
  font: 400 24px/113% 'Cormorant SC';
  text-align: center;
  color: #fcfcfc;
  width: 723px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .introduction__paragraph {
    max-width: 90%;
    font-size: 20px;
  }
}

.section-start {
  max-width: 1214px;
  margin: 0 auto;
  padding: 70px 0 40px;
  text-align: right;
}
.section-start img {
  width: 18px;
}
.section-start.reverse-order * {
  margin-left: auto;
}
.section-start * {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-start {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .section-start {
    padding: 20px 0 40px;
  }
}
.section-start .heading2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-start .heading2 {
    text-align: center;
  }
}
.section-start .paragraph {
  font: 400 18px/22px 'Quicksand';
  text-align: justify;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-start .paragraph {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .section-start .paragraph {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .section-start .cta {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-start {
    width: 90%;
  }
  .section-start .heading2 {
    width: 100%;
    margin: 30px 0 20px;
  }
  .section-start .paragraph {
    width: 100%;
    margin: 20px 0;
  }
}
.section-start__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-start__column {
    grid-template-columns: 1fr;
  }
}
.section-start__column .heading2 {
  width: 100%;
}
.section-start__column .paragraph {
  width: 100%;
}
@media (max-width: 767px) {
  .section-start__column .paragraph {
    margin-top: 0 !important;
  }
}
.section-start__column.right-column * {
  grid-column: 2;
}
@media (max-width: 767px) {
  .section-start__column {
    grid-template-columns: 1fr;
  }
  .section-start__column * {
    grid-column: 1;
  }
}

.services {
  max-width: 1214px;
  margin: 70px auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services {
    max-width: 723px;
    gap: 60px;
    margin: 0 auto 68px;
  }
}
.services__flex {
  display: flex;
  gap: 80px;
  margin-bottom: 68px;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services__flex {
    gap: 60px;
    margin: 0 auto 68px;
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .services__flex {
    margin-bottom: 0;
  }
}
.services .heading2 {
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services .heading2 {
    width: 95%;
    margin-bottom: 30px;
  }
}
.services .cta {
  margin-top: 30px;
}
.services .horizontal-separator {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .services .horizontal-separator {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .services {
    width: 90%;
    margin: 0 auto;
  }
  .services .cta {
    margin: 30px auto;
  }
  .services .heading2 {
    margin: 30px 0;
    text-align: center;
  }
}
.services__flex-image {
  border-radius: 30px;
  width: 50%;
}
.services__flex-image--mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services__flex-image {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services__flex-image {
    display: none;
  }
  .services__flex-image--mobile {
    display: block;
    width: 100%;
    margin: 24px 0 20px;
  }
}
.services__sectionTwo {
  display: flex;
  gap: 135px;
}
.services__sectionTwo .paragraph {
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services__sectionTwo {
    flex-flow: column;
    gap: 40px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .services__sectionTwo {
    flex-flow: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.services .paragraph {
  width: 100%;
}

.dark-background {
  background: url('../../src/images/dark-background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title__gold {
  font: 400 76px/82% 'Cormorant SC';
  color: #bd9a5c;
}
.title__gold--small {
  font: 400 32px/39px 'Cormorant SC';
}

.swiper--style1 {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  .swiper--style1 {
    height: 300px;
  }
}
.swiper--style1 .swiper-wrapper {
  height: 100%;
}
.swiper--style1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
}
.swiper--style1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .swiper--style1 .arrow {
    height: 50px;
    width: 50px;
    left: 15px;
    top: 50%;
  }
}
.swiper--style1 .arrow--right {
  transform: rotate(-180deg);
  left: unset;
  right: 40px;
}
@media (max-width: 767px) {
  .swiper--style1 .arrow--right {
    right: 15px;
  }
}

.hero--style2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(58, 51, 53, 0.57) 0%,
    rgba(78, 72, 74, 0.0684) 67.6%
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero--style2 .width-wrapper {
    width: 90%;
  }
  .hero--style2 .width-wrapper .cta {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .hero--style2 {
    height: 350px;
  }
  .hero--style2 .cta {
    margin: 20px auto 0;
  }
}
.hero--style2 .heading1 {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero--style2 .heading1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero--style2 .heading1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero--style2 .paragraph {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.width-wrapper {
  width: 1214px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .width-wrapper {
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .width-wrapper {
    width: 100%;
  }
}

.villas {
  background: linear-gradient(rgba(58, 51, 53, 0.9), rgba(58, 51, 53, 0.9)),
    url('../../src/images/villas-section-background.svg');
  padding: 111px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .villas {
    padding: 60px 0;
  }
}
.villas__flex {
  display: flex;
  flex-direction: column;
  max-width: 1214px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villas__flex {
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .villas__flex {
    align-items: center;
    gap: 30px;
    width: 95%;
  }
}
.villas .heading2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .villas .heading2 {
    width: 95%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.villas .paragraph {
  text-align: justify;
  width: 60%;
  margin-bottom: 68px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villas .paragraph {
    width: 95%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .villas .paragraph {
    width: 95%;
    margin-bottom: 30px;
  }
}
.villas__grid {
  display: flex;
  gap: 20px;
}
.villas__grid-item {
  text-decoration: none;
}
@media (max-width: 767px) {
  .villas__grid-item {
    width: 250px;
  }
}
.villas__grid-item-image {
  width: 100%;
  height: 274px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px 50px 0px 0px;
}
@media (max-width: 767px) {
  .villas__grid-item-image {
    height: 230px;
  }
}
.villas .heading3 {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .villas .heading3 {
    margin: 13px 0;
  }
}
.villas__grid-item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.villas__grid-item-info-text {
  font: 400 24px/113% 'Cormorant SC';
  color: #fcfcfc;
  margin: 15px 30px;
}
@media (max-width: 767px) {
  .villas__grid-item-info-text {
    font-size: 18px;
    margin: 0;
  }
}
.villas .cta-wrapper {
  max-width: 1214px;
  margin: 0 auto;
  margin-top: 68px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villas .cta-wrapper {
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .villas .cta-wrapper .cta {
    margin: 0 auto;
  }
}

.reviews__wrapper {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews__wrapper--dark {
  background: url('../../src/images/dark-background.svg');
}
.reviews__wrapper--dark .reviews-single__title,
.reviews__wrapper--dark .reviews-single__text,
.reviews__wrapper--dark .reviews-single__person-name,
.reviews__wrapper--dark .reviews-single__person-city {
  color: #fcfcfc;
}
.reviews__wrapper--dark .horizontal-separator {
  border-color: #fcfcfc;
}
.reviews__wrapper .reviews-single__text {
  max-width: 537px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews__wrapper .reviews-single__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reviews__wrapper .reviews-single__text {
    width: 100%;
  }
}
.reviews__wrapper--light {
  background: url('../../src/images/light-background.svg');
}
.reviews__wrapper--light .heading2 {
  color: #3a3335;
}

.reviews {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1214px;
  min-height: 420px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews {
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .reviews {
    flex-flow: column;
    position: relative;
    margin: 0 !important;
    padding: 40px 0 120px;
  }
  .reviews .reviews__title-wrapper .cta {
    bottom: 40px;
  }
}
.reviews__title-wrapper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-items: center;
  gap: 40px;
  width: 50%;
}
@media (max-width: 767px) {
  .reviews__title-wrapper {
    width: 90%;
    margin-bottom: 20px;
  }
  .reviews__title-wrapper .cta {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reviews .heading2 {
  text-align: left;
}
@media (max-width: 767px) {
  .reviews .heading2 {
    width: 100%;
    text-align: center;
  }
}
.reviews__slider {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .reviews__slider {
    width: 90%;
  }
}
.reviews__arrow {
  position: absolute;
  bottom: 25px;
  right: 70px;
  z-index: 1;
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(240deg)
    brightness(113%) contrast(101%);
  top: unset;
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .reviews__arrow {
    right: 21px;
  }
}
.reviews__arrow--left {
  left: 70px;
  right: unset;
  transform: matrix(1, 0, 0, -1, 0, 0) rotate(-180deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(240deg)
    brightness(113%) contrast(101%);
}
@media (max-width: 767px) {
  .reviews__arrow--left {
    left: 21px;
  }
}
.reviews__arrow--light {
  filter: invert(99%) sepia(41%) saturate(2%) hue-rotate(202deg)
    brightness(120%) contrast(100%);
}
.reviews-single {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
@media (max-width: 767px) {
  .reviews-single .horizontal-separator {
    margin: 20px 0;
  }
}
.reviews-single__title {
  font: 400 32px/39px 'Cormorant SC';
  color: #3a3335;
  margin: 0;
}
@media (max-width: 767px) {
  .reviews-single__title {
    font: 400 22px/27px 'Cormorant SC';
  }
}
.reviews-single__text {
  font: 400 18px/22px 'Quicksand';
  color: #3a3335;
  text-align: center;
}
.reviews-single__person {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
}
.reviews-single__person-name {
  font: 400 24px/113% 'Cormorant SC';
  color: #3a3335;
}
.reviews-single__person-city {
  font: 400 24px/113% 'Cormorant SC';
  color: #bd9a5c;
}

.destination {
  max-width: 1214px;
  margin: 82px auto;
  display: flex;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .destination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .destination {
    flex-flow: column;
    gap: 50px;
    margin: 40px auto;
  }
}
.destination__info {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.destination__info .heading2 {
  text-align: left;
}
@media (max-width: 767px) {
  .destination__info {
    max-width: 90%;
    margin: 0 auto;
  }
  .destination__info .heading2 {
    text-align: center;
  }
  .destination__info .cta {
    margin: 0 auto;
  }
}

.gallery-grid {
  max-width: 1214px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px 20px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-grid {
    max-width: 723px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    gap: 10px 10px;
    margin: 0 auto 40px;
  }
}
.gallery-grid__item-1 {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-grid__item-2 {
  grid-area: 2/1/3/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-grid__item-3 {
  grid-area: 1/3/3/5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-grid__item-4 {
  grid-area: 3/1/5/5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-wrapper {
  display: flex;
  gap: 18px;
  max-width: 1214px;
  margin: 0 auto;
  padding-top: 70px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-wrapper {
    flex-flow: column;
    width: 90%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    flex-flow: column;
    width: 90%;
    padding-top: 40px;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar {
    width: 50%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .slider-item__photo {
  width: 264px;
  margin: 0 auto;
}
.sidebar .arrow {
  width: 30px !important;
  height: 30px !important;
  filter: invert(1);
  top: 45%;
}
@media (max-width: 767px) {
  .sidebar .arrow {
    left: 3px;
  }
}
.sidebar .slider__arrow--right {
  right: 10px;
}
@media (max-width: 767px) {
  .sidebar .slider__arrow--right {
    right: 3px;
    left: unset;
  }
}

.blog-roll {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
  border-bottom: 1px solid #bd9a5c;
  padding-bottom: 40px;
}
.blog-roll__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 370px;
  border-radius: 50px 50px 0px 0px;
}

.blog-roll__img--desktop {
  display: block;
}
.blog-roll__img--mobile {
  display: none;
}

@media (max-width: 767px) {
  .blog-roll__img--desktop {
    display: none;
  }
  .blog-roll__img--mobile {
    display: block;
  }
}

.blog-roll .heading2 {
  text-align: left;
  order: -1;
}
@media (max-width: 767px) {
  .blog-roll .heading2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-roll .cta {
    margin: 0 auto;
  }
}
.blog-roll--span2 {
  grid-column: span 2;
}
.blog-roll--span2 .heading2 {
  order: 0;
}
@media (max-width: 767px) {
  .blog-roll--span2 {
    grid-column: span 1;
  }
  .blog-roll--span2 .heading2 {
    order: initial;
  }
}

.flex-section {
  max-width: 1214px;
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.flex-section > * {
  width: 50%;
}
@media (max-width: 767px) {
  .flex-section__info .cta {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    text-align: center;
    padding: 14px 30px;
  }
}
.flex-section__image {
  border-radius: 50px 50px 0px 0px;
}
.flex-section .heading2 {
  text-align: left;
}
.flex-section .heading4 {
  margin-top: 10px;
  text-align: left;
}
.flex-section .paragraph {
  margin: 40px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-section {
    max-width: 723px;
    flex-flow: column-reverse;
    gap: 40px;
  }
  .flex-section > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-section {
    flex-flow: column-reverse;
    gap: 20px;
    width: 90%;
  }
  .flex-section > * {
    width: 100%;
  }
  .flex-section .cta {
    margin: 0 auto;
  }
  .flex-section .heading2 {
    text-align: center;
  }
  .flex-section .heading4 {
    text-align: center;
    margin: 10px 0 20px;
  }
  .flex-section .paragraph {
    margin: 20px 0;
  }
}
.flex-section__info-contact {
  display: grid;
  grid-template-columns: min-content auto;
  margin-top: 45px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.flex-section__info-contact img {
  grid-row: span 2;
}
.flex-section__info-contact .contact-text {
  font: 400 12px/15px 'Quicksand';
  color: #3a3335;
  text-transform: uppercase;
  margin: 0 !important;
}
.flex-section__info-contact .phone-number {
  font: 700 24px/113% 'Cormorant SC';
  color: #bd9a5c;
  margin: 0;
  text-decoration: none;
}
.flex-section__info-contact .phone-number a {
  font: 700 24px/113% 'Cormorant SC';
  color: #bd9a5c;
  margin: 0;
}

.bullet-points {
  font: 400 18px/22px 'Quicksand';
  color: #3a3335;
}
.bullet-points li::marker {
  color: #bd9a5c;
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 35px;
  max-width: 1214px;
  margin: 70px auto 0;
  padding: 31px 44px;
  background: url('../../src/images/dark-background.svg');
  border: 1px solid #fcfcfc;
  border-radius: 50px 50px 0px 0px;
}
.newsletter .cta{
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter {
    max-width: 723px;
    flex-flow: column;
    width: 90%;
    padding: 15px 15px 40px;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 767px) {
  .newsletter {
    flex-flow: column;
    width: 90%;
    padding: 15px 15px 40px;
    border-radius: 24px 24px 0 0;
  }
}
.newsletter__img {
  height: 100%;
  border: 1px solid #fcfcfc;
  border-radius: 50px 50px 0px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .newsletter__img {
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter__img {
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
}
.newsletter__text {
  display: flex;
  flex-flow: column;
  gap: 10px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .newsletter__text {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .newsletter__text .heading3 {
    font: 400 33px/93.6% 'Cormorant SC';
    text-align: center;
  }
  .newsletter__text .paragraph {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

.swiper--style4 {
  width: 630px;
  height: 370px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .swiper--style4 {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .swiper--style4 {
    width: 90%;
    height: 200px;
  }
}
.swiper--style4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper--style4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper--style4 .arrow {
  position: absolute;
  top: 41%;
  left: 40px;
}
.swiper--style4 .arrow--right {
  transform: rotate(-180deg);
  left: unset;
  right: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .swiper--style4 .arrow {
    height: 70px;
    width: 70px;
    top: 45%;
    left: 25px;
  }
  .swiper--style4 .arrow--right {
    left: unset;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .swiper--style4 .arrow {
    height: 50px;
    width: 50px;
    top: 50%;
    left: 20px;
  }
  .swiper--style4 .arrow--right {
    left: unset;
    right: 20px;
  }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 14;
  left: 0;
  top: 0;
  background: rgba(58, 51, 53, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.overlay-heading {
  padding-bottom: 25px;
}

.overlay-paragraph {
  padding-bottom: 25px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 70px 20px;
  background-color: #3a3335;
  border: 1px solid #fcfcfc;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .overlay-form {
    max-width: 90%;
    padding: 40px 40px 30px;
  }
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media (max-width: 767px) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(58, 51, 53, 0.9);
}
.lightbox .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.lightbox .close:hover,
.lightbox .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 1024px) {
  .lightbox .prev:hover,
  .lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  .lightbox .prev,
  .lightbox .next {
    font-size: 20px;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.lightbox .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.lightbox-content {
  position: relative;
  background-color: #fefefe;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85vh;
}
@media (max-width: 767px) {
  .lightbox-content {
    height: auto;
  }
}
.lightbox .slide {
  display: none;
  height: 100%;
}
.lightbox .slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .lightbox .slide__img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.lightbox .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.lightbox img.demo {
  opacity: 0.6;
}
.lightbox .active,
.lightbox .demo:hover {
  opacity: 1;
}
.lightbox img.hover-shadow {
  transition: 0.3s;
}
.lightbox .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-width {
  width: 80%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .heading-width {
    width: 100%;
  }
}

.pagination {
  display: flex;
  width: 100%;
  grid-column: 1/-1;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.pagination .arrow {
  width: 30px;
  filter: invert(67%) sepia(58%) saturate(329%) hue-rotate(360deg)
    brightness(84%) contrast(85%);
}
.pagination .arrow--left {
  transform: rotate(-180deg);
}
.pagination__item {
  font: 400 24px/113% 'Cormorant SC';
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item--active {
  color: #bd9a5c;
  border: 2px solid #bd9a5c;
  border-radius: 50%;
}

/******** Overrides ********/
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.sidebar a {
  text-decoration: none;
  color: inherit;
}

.blog-categoryes {
  background: url('../../src/images/dark-background.svg');
  padding: 52px 36px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #bd9a5c;
}
.blog-categoryes__title {
  color: #bd9a5c;
  font: 400 24px/113% Cormorant SC;
  text-align: center;
}
.blog-categoryes__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #fcfcfc;
  font: 400 18px/113% Cormorant SC;
}

.villas-slider {
  padding: 52px 36px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #bd9a5c;
}
.villas-slider .villas-slider-title {
  margin-bottom: 24px;
  margin-top: 24px;
}

.top-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 52px 36px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #bd9a5c;
}
.top-posts__title {
  color: #000000;
  text-align: center;
  font: 400 24px/113% Cormorant SC;
}
.top-posts__img {
  border-radius: 50px 50px 0 0;
  height: 126px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.top-posts__flex {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}

.fav-full {
  display: none;
}

.fav-circle__circle {
  stroke: #fff;
  fill: none;
}
.fav-circle__heart {
  fill: none;
  stroke: #fff;
}
.fav-circle__heart.added {
  fill: #bd9a5c;
  stroke: #bd9a5c;
}
.fav-circle:hover .fav-circle__circle {
  stroke: #fff;
  fill: none;
}
.fav-circle:hover .fav-circle__heart {
  fill: #bd9a5c;
  stroke: #bd9a5c;
}
.fav-circle.added .fav-circle__circle {
  stroke: #bd9a5c;
  fill: #bd9a5c;
}
.fav-circle.added .fav-circle__heart {
  fill: #fff;
  stroke: #fff;
}

.fav-circle-black__circle {
  stroke: #000;
  fill: none;
}
.fav-circle-black__heart {
  fill: none;
  stroke: #000;
}
.fav-circle-black__heart.added {
  fill: #bd9a5c;
  stroke: #bd9a5c;
}
.fav-circle-black:hover .fav-circle-black__circle {
  stroke: #000;
  fill: none;
}
.fav-circle-black:hover .fav-circle-black__heart {
  fill: #bd9a5c;
  stroke: #bd9a5c;
}
.fav-circle-black.added .fav-circle-black__circle {
  stroke: #bd9a5c;
  fill: #bd9a5c;
}
.fav-circle-black.added .fav-circle-black__heart {
  fill: #fff;
  stroke: #fff;
}

.nav-links {
  margin-top: 32px;
}
.nav-links .page-numbers {
  font: 400 24px/113% 'Cormorant SC';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #3a3335;
  transition: all 0.2s;
}
.nav-links .page-numbers:hover {
  color: #bd9a5c;
  border: none;
}
.nav-links .current,
.nav-links .current:hover {
  color: #bd9a5c;
  border: 2px solid #bd9a5c;
  border-radius: 50%;
}
.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
  width: auto;
}

.instagram-wrapper #sb_instagram {
  background-color: transparent !important;
}
.instagram-wrapper .sb_instagram_header {
  display: none;
}
.instagram-wrapper .sbi_load_btn {
  align-items: center !important;
  background-color: transparent !important;
  border: 1px solid #fcfcfc !important;
  color: #fcfcfc !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  font: 400 18px/22px Cormorant SC !important;
  gap: 10px !important;
  height: 52px !important;
  padding: 0 35px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: -moz-max-content !important;
  width: max-content !important;
  transition: 0.3s !important;
  margin: 16px 8px 0 !important;
}
.instagram-wrapper .sbi_load_btn:after {
  display: none;
  content: '';
  background-image: url(../images/arrow-thin.svg);
  background-repeat: no-repeat;
  height: 8px;
  width: 17px;
  align-self: center;
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.instagram-wrapper .sbi_load_btn:hover {
  background-color: #bd9a5c !important;
  border: 1px solid #bd9a5c !important;
  color: #fcfcfc !important;
  box-shadow: none !important;
}
.instagram-wrapper .sbi_follow_btn {
  align-items: center !important;
  background-color: #bd9a5c !important;
  border: 1px solid #bd9a5c !important;
  color: #fcfcfc !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  font: 400 18px/22px Cormorant SC !important;
  gap: 10px !important;
  height: 52px !important;
  padding: 0 35px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: -moz-max-content !important;
  width: max-content !important;
  transition: 0.3s !important;
  margin: 16px 8px 0 !important;
}
.instagram-wrapper .sbi_follow_btn:after {
  display: none;
  content: '';
  background-image: url(../images/arrow-thin.svg);
  background-repeat: no-repeat;
  height: 8px;
  width: 17px;
  align-self: center;
  filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(94deg)
    brightness(104%) contrast(98%);
}
.instagram-wrapper .sbi_follow_btn:hover {
  background: rgba(58, 51, 53, 0.9) !important;
  border: 1px solid #bd9a5c !important;
  color: #fcfcfc !important;
  box-shadow: none !important;
}
.instagram-wrapper .sbi_follow_btn a {
  font: 400 18px/22px Cormorant SC !important;
  margin: 0 !important;
}
.instagram-wrapper .sbi_follow_btn svg {
  display: none !important;
}
.instagram-wrapper #sb_instagram .sbi_follow_btn a {
  background: none !important;
}
.instagram-wrapper #sb_instagram .sbi_follow_btn a:hover {
  box-shadow: none !important;
}

.slider-item__photo {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.slider-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-item__info {
  border-top: 1px solid #3a3335;
  padding: 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 400 16px/113% Cormorant SC;
  margin: 0 50px;
}

.form-submitted {
  font: 400 16px/113% Cormorant SC;
  text-align: center;
  color: #fcfcfc;
  display: none;
}

.vila-link {
  text-decoration: none !important;
}

.review-expandable {
  background-color: #3a3335;
  padding: 40px 0;
  display: none;
}
.review-expandable__heading2 {
  padding-bottom: 30px;
}
.review-expandable__paragraph {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .review-expandable__paragraph {
    padding: 0 20px 30px;
  }
}
.review-expandable__form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 749px;
  margin: 0 auto;
  padding: 60px;
  border: 1px solid #fcfcfc;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .review-expandable__form {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 30px;
  }
}
.review-expandable__form-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 50%;
}
@media (max-width: 767px) {
  .review-expandable__form-section {
    width: 100%;
  }
}
.review-expandable__form-label {
  font: 400 24px/113% 'Cormorant SC';
  color: #bd9a5c;
  text-transform: uppercase;
}
.review-expandable__form-input {
  color: #fcfcfc;
  font: 400 18px/22px 'Quicksand';
  background: transparent;
  border: 1px solid #fcfcfc;
  border-radius: 29px;
  padding: 10px;
}
.review-expandable__form-input--right {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .review-expandable__form-input--right {
    margin: 0;
  }
}
.review-expandable__form-input:focus {
  outline: none;
}
@media (max-width: 767px) {
  .review-expandable__form-stars {
    margin-bottom: 15px;
  }
}
.review-expandable__form-star {
  filter: invert(100%) sepia(63%) saturate(1%) hue-rotate(184deg)
    brightness(111%) contrast(101%);
}
.review-expandable__form-star-o {
  filter: invert(71%) sepia(12%) saturate(1509%) hue-rotate(360deg)
    brightness(89%) contrast(80%);
}
.review-expandable .horizontal-separator {
  padding-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .review-expandable .horizontal-separator--none {
    display: none;
  }
}

.card__title-wrapper a {
  text-decoration: none;
}

.thank-you-wrapper {
  width: 730px;
  margin: 70px auto;
  border: 2px solid #bd9a5c;
  border-radius: 50px;
  padding: 70px;
}
.thank-you-wrapper .heading3 {
  text-align: center;
  margin-bottom: 30px;
}
.thank-you-wrapper .heading4 {
  text-align: center;
}
.thank-you-wrapper .heading4 a {
  color: #3a3335;
}
@media (max-width: 767px) {
  .thank-you-wrapper {
    width: 90%;
    padding: 30px;
    margin-top: 40px;
  }
}

.hs-form-a9f8ed51-bc26-46f7-a960-5658a11ef214_7aafad35-75a4-4a0e-872d-624b58e62e6c
  .submitted-message {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}

.villa-gallery-section {
  max-width: 1214px;
  margin: 50px auto 60px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villa-gallery-section {
    width: 723px;
  }
}
@media (max-width: 767px) {
  .villa-gallery-section {
    width: 90%;
  }
}
.villa-gallery-section .heading2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .villa-gallery-section .heading2 {
    text-align: center;
  }
}
.villa-gallery-section .cta {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .villa-gallery-section .cta {
    width: 90%;
    text-align: center;
  }
}

.villa-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villa-gallery {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .villa-gallery {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 15px;
  }
}
.villa-gallery__item {
  width: 300px;
  height: 146px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .villa-gallery__item {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .villa-gallery__item {
    width: 100%;
    height: 100%;
  }
}
.villa-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.villa-gallery .villa-gallery__item:nth-of-type(1n + 5) {
  display: none;
}

.lightbox-thumbnails {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lightbox-thumbnails::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lightbox-thumbnails {
    display: none;
  }
}
@media (max-width: 767px) {
  .lightbox-thumbnails {
    display: none;
  }
}
.lightbox-thumbnails__item {
  width: 150px;
  height: 73px;
}
.lightbox-thumbnails__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lightbox-thumbnails__item img:hover {
  opacity: 0.7;
}

.form-section {
  border-bottom: 1px solid #bd9a5c;
  padding-bottom: 70px;
}

.form-section h2 {
  color: #bd9a5c;
  margin-bottom: 0;
  font-family: 'Cormorant SC';
  font-size: 58px;
  font-weight: 400;
  line-height: 52.2px;
  text-align: left;
}

.form-section h3 {
  color: #3a3335;
  margin-bottom: 0;
  font-family: 'Cormorant SC';
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-top: 15px !important;
}

.form-section li {
  font: 400 18px/22px 'Quicksand' !important;
  padding-bottom: 12px;
  text-align: justify;
  color: #3a3335;
}

.form-section li::marker {
  color: #bd9a5c !important;
}

.form-section li:last-child {
  padding-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .form-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  .form-section {
    width: 90%;
  }

  .form-section ul {
    width: 100%;
  }

  .form-section li {
    font-size: 16px !important;
  }

  .form-section h2 {
    font: 400 40px/44px 'Cormorant SC' !important;
  }

  .form-section h3 {
    font: 400 34px/40px 'Cormorant SC' !important;
  }

  .bullet-points {
    font-size: 16px !important;
  }
}
.form-section__left {
  display: flex;
  flex-direction: column;
}
.form-section p {
  font: 400 18px/22px 'Quicksand' !important;
  text-align: justify;
  color: #3a3335;
}
@media (max-width: 767px) {
  .form-section p {
    width: 100%;
    font-size: 16px !important;
  }
}
.form-section__title {
  margin-bottom: 50px !important;
}
@media (min-width: 1024px) {
  .form-section__title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .form-section__title {
    width: 100%;
  }
}
.form-section__list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .form-section__list {
    width: 100%;
  }
}
.form-section__list li {
  margin-bottom: 15px;
}
.form-section__right {
  display: flex;
  justify-content: center;
}
.form-section__form {
  background-color: #3a3335;
  border: 1px solid #fcfcfc;
  border-radius: 30px;
  padding: 40px 70px 20px;
}

.form-section__form p {
  margin: 0 !important;
  width: 100% !important;
  color: #fff !important;
}

.form-section__form h3 {
  color: white !important;
}
@media (min-width: 1024px) {
  .form-section__form {
    text-align: center;
    width: 450px;
    position: absolute;
    top: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-section__form {
    text-align: center;
    padding: 40px 70px 20px;
  }
}
@media (max-width: 767px) {
  .form-section__form {
    padding: 40px 40px 20px;
    width: 100%;
    text-align: center;
  }
}

.concierge-section-white {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .concierge-section-white {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .concierge-section-white {
    grid-template-columns: 1fr;
    width: 90%;
  }
}
.concierge-section-white__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.concierge-section-white__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.discount-section {
  width: 520px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 52px;
}
@media (max-width: 767px) {
  .discount-section {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .discount-section__button {
    max-width: 90%;
  }
}

.links-section {
  max-width: 1064px;
  margin: 70px auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .links-section {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .links-section {
    width: 90%;
  }
}
.links-section__paragraph {
  margin-bottom: 20px !important;
}
.links-section__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .links-section__info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .links-section__info {
    grid-template-columns: 1fr;
  }
}
.links-section__link-url {
  font: 400 24px/27px 'Cormorant SC';
  text-decoration: none;
  color: #3a3335;
}
.links-section__link-url:hover {
  color: #bd9a5c;
}
.links-section__link-image {
  filter: brightness(0) saturate(100%) invert(65%) sepia(63%) saturate(292%)
    hue-rotate(360deg) brightness(85%) contrast(90%);
}

.destination-section {
  max-width: 1064px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .destination-section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .destination-section {
    width: 100%;
  }
}
.destination-section__image-container {
  height: 420px;
  width: 630px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .destination-section__image-container {
    width: 90%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .destination-section__image-container {
    width: 90%;
    height: 100%;
  }
}
.destination-section__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .destination-section__info {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .destination-section__info {
    width: 90%;
  }
}
.destination-section__info-title {
  margin: 40px 0 !important;
  text-align: left !important;
}
.destination-section .horizontal-separator {
  margin: 40px 0 0;
}

.destination-link {
  color: #bd9a5c;
  text-decoration: underline;
}

.faq-wrapper {
  max-width: 845px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .faq-wrapper {
    max-width: 90%;
  }
}

.faq-title {
  font: 400 24px/27px 'Cormorant SC';
  text-align: center;
  margin: 55px 0 50px;
}

.faq-button {
  margin: 30px auto 0;
}

.ui-accordion-header {
  border-radius: 26px;
  border: 2px solid #bd9a5c;
  padding: 7px 12px !important;
  margin-top: 32px !important;
  background-color: #fff;
  font: 400 24px/28px 'Cormorant SC' !important;
}

.ui-accordion-content {
  border: none;
  padding: 0.3em 30px !important;
  font: 400 18px/22px 'Quicksand' !important;
  text-align: justify;
}
@media (max-width: 767px) {
  .ui-accordion-content {
    padding: 0.3em 5px !important;
  }
}

.wp-faq-schema-items h3:nth-child(1n + 10) {
  display: none;
}

.show-accordion {
  display: block !important;
}

.hide-accordion {
  display: none;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-general-error {
  display: none;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-fields .wpbs-form-field {
  padding-bottom: 16px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-label {
  font: 400 16px/100% 'Cormorant SC';
  margin-bottom: 8px;
  color: #3a3335;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-label
  .wpbs-field-required-asterisk {
  display: none;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-input {
  font: 600 16px/100% 'Cormorant SC';
  color: #000000;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-input
  input,
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-input
  textarea {
  border: 1px solid #bd9a5c;
  background-color: #f5f5f5;
  font: 400 18px/100% 'Cormorant SC';
  padding: 8px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font: 400 16px/100% 'Cormorant SC';
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #f5f5f5;
  border: 1px solid #bd9a5c;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:before,
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:after {
  content: '';
  position: absolute;
  display: none;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  input:checked
  ~ span:before {
  display: block;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:before,
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:after {
  background: #bd9a5c;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:before {
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
  top: 10px;
  left: 1px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  span:after {
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
  top: 6px;
  left: 3px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-radio
  .wpbs-form-field-input
  label
  input:checked
  ~ span:after {
  display: block;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-total
  .wpbs-form-field-input
  div
  > table
  > thead
  > tr
  > th {
  padding-right: 50px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font: 400 16px/100% 'Cormorant SC';
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  a {
  color: #3a3335 !important;
  font: 600 15px/100% 'Cormorant SC';
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #f5f5f5;
  border: 1px solid #bd9a5c;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:before,
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:after {
  content: '';
  position: absolute;
  display: none;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  input:checked
  ~ span:before {
  display: block;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:before,
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:after {
  background: #bd9a5c;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:before {
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
  top: 10px;
  left: 1px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  span:after {
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
  top: 6px;
  left: 3px;
}
.wpbs-main-wrapper
  .wpbs-form-container
  .wpbs-form-fields
  .wpbs-form-field-consent
  .wpbs-form-field-input
  label
  input:checked
  ~ span:after {
  display: block;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-submit-button button {
  font: 400 17px/100% 'Cormorant SC';
  color: #fcfcfc;
  background-color: #bd9a5c;
  padding: 13px 24px;
  border-radius: 32px;
  cursor: pointer;
  border: none;
}

.calendar {
  margin: 120px auto 0;
  max-width: 845px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .calendar {
    max-width: 90%;
  }
}
.calendar__title {
  font: 400 36px/100% 'Cormorant SC';
  margin: 0 0 50px;
  text-align: center;
  color: #bd9a5c;
}
.calendar__container__mobile {
  display: none;
}
@media (max-width: 767px) {
  .calendar__container__mobile {
    display: block;
  }
}
.calendar__container__tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .calendar__container__tablet {
    display: block;
  }
}
.calendar__container__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .calendar__container__desktop {
    display: block;
  }
}
.calendar .wpbs-main-wrapper h2 {
  display: none;
}
.calendar .wpbs-main-wrapper .wpbs-form-container {
  margin: 0 auto;
  max-width: 550px;
  display: none;
}
.calendar .wpbs-main-wrapper.wpbs-dates-selected .wpbs-form-container {
  display: block;
}
.calendar .wpbs-main-wrapper .wpbs-payment-confirmation form {
  display: none !important;
}
.calendar .wpbs-calendars-wrapper {
  margin: 0 16px;
}
.calendar .wpbs-calendars-wrapper .wpbs-calendars .wpbs-calendar {
  max-width: none !important;
}

.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-field
  label {
  font: 400 16px/100% 'Cormorant SC' !important;
  color: #000000;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-datepicker-submit {
  font: 400 17px/100% 'Cormorant SC' !important;
  color: #fcfcfc !important;
  background-color: #bd9a5c !important;
  padding: 0 15px !important;
  border-radius: 32px !important;
  cursor: pointer !important;
  border: none !important;
}
.blog .wpbs_s-search-widget .wpbs_s-search-widget-error-field {
  display: none;
}
.blog .wpbs_s-search-widget .wpbs_s-search-widget-results-wrap h2 {
  opacity: 0;
  pointer-events: none;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result {
  padding: 20px 24px;
  border-radius: 15px;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-link {
  padding: 0;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-link
  img {
  border-radius: 30px;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-title {
  text-align: start;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-title
  .wpbs_s-search-widget-result-link {
  display: block;
  padding: 0;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-button {
  opacity: 0;
  transition: opacity 0.3s;
  font: 400 24px/100% 'Cormorant SC' !important;
  text-decoration: underline !important;
  color: #3a3335 !important;
  background-color: transparent !important;
}
.blog
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result:hover
  .wpbs_s-search-widget-result-button {
  opacity: 1;
}

#availability-overlay .overlay-content .overlay-form {
  max-width: 780px;
  padding-bottom: 30px;
}
#availability-overlay .overlay-content .overlay-form .overlay-heading {
  color: #bd9a5c;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  h2 {
  display: none;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  flex-wrap: wrap;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-field {
  margin-right: 10px;
  width: calc(33% - 5px);
}
@media (max-width: 767px) {
  #availability-overlay
    .overlay-content
    .overlay-form
    .wpbs_s-search-widget
    .wpbs_s-search-widget-form-wrap
    .wpbs_s-search-widget-form
    .wpbs_s-search-widget-field {
    margin-right: 0;
  }
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-field:nth-child(3) {
  margin-right: 0;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-field
  label {
  font: 400 16px/100% 'Cormorant SC' !important;
  color: #fcfcfc;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-form
  .wpbs_s-search-widget-datepicker-submit {
  font: 400 17px/100% 'Cormorant SC' !important;
  color: #fcfcfc !important;
  background-color: #bd9a5c !important;
  padding: 0 15px !important;
  border-radius: 32px !important;
  cursor: pointer !important;
  border: none !important;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-form-wrap
  .wpbs_s-search-widget-field-submit {
  margin-right: 0 !important;
  width: 100% !important;
  text-align: end;
  bottom: -100%;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-error-field {
  display: none;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  h2 {
  opacity: 0;
  pointer-events: none;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result {
  padding: 20px 24px;
  border-radius: 15px;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-link {
  padding: 0;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-link
  img {
  border-radius: 30px;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-title {
  text-align: start;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-title
  .wpbs_s-search-widget-result-link {
  display: block;
  padding: 0;
}
#availability-overlay
  .overlay-content
  .overlay-form
  .wpbs_s-search-widget
  .wpbs_s-search-widget-results-wrap
  .wpbs_s-search-widget-results
  .wpbs_s-search-widget-result
  .wpbs_s-search-widget-result-button {
  font: 400 24px/100% 'Cormorant SC' !important;
  text-decoration: underline !important;
  color: #3a3335 !important;
  background-color: transparent !important;
  text-transform: capitalize;
  height: -moz-max-content !important;
  height: max-content !important;
}

.add-fav {
  cursor: pointer;
}

.reservation-terms {
  margin: 0 0 80px;
  padding-top: 180px;
}
.reservation-terms__title {
  color: #bd9a5c;
  font: 400 42px/100% Cormorant SC;
  padding: 30px 0 0;
  text-align: start;
  font-size: 42px;
  font-weight: 400;
  line-height: 34.48px;
  margin-bottom: 24px;
}
.reservation-terms__text {
  transition: max-height 0.2s ease-out;
}
.reservation-terms__text h2,
.reservation-terms__text h3 {
  font-family: Cormorant SC;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.75px;
  text-align: left;
}
.reservation-terms__text h4 {
  font-family: Cormorant SC;
  font-size: 24px;
  font-weight: 400;
  line-height: 27.12px;
  text-align: justified;
}
.reservation-terms__text p {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: justified;
}
.reservation-terms__text ul li {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: justified;
}
.reservation-terms__text--hidden {
  max-height: 0;
  overflow: hidden;
}
.reservation-terms__button {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.reservation-terms__button__arrow {
  background-image: url('../images/button-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 8px;
}

.navigation.pagination .screen-reader-text {
  display: none;
}
.reviews__slider .swiper-button-next,
.reviews__slider .swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
}
/*# sourceMappingURL=reusable-components.css.map */
