/* UI neutrals */
/* Backgrounds */
.vb-hero-villas {
  position: relative;
  width: 100%;
  height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 65%;
  margin-bottom: 50px;
  overflow: hidden;
  isolation: isolate;
}
.vb-hero-villas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
.vb-hero-villas__title, .vb-hero-villas__description {
  position: relative;
  z-index: 2;
  will-change: transform, opacity;
}
.vb-hero-villas__title {
  font-family: "Dorsa", sans-serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.vb-hero-villas__description {
  font-family: "Montserrat", "sans-serif";
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}
.vb-hero-villas__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.vb-hero-villas__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vb-hero-villas__embed {
  position: absolute;
  top: 49.9%;
  left: 49.99999%;
  width: 182vh !important;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-49.999%, -50%);
  border: 0;
}
@media (max-aspect-ratio: 16/9) {
  .vb-hero-villas__embed {
    width: 100vw;
    height: 56.25vw;
  }
}
.vb-hero-villas::before {
  z-index: 1;
}
.vb-hero-villas__title, .vb-hero-villas__description {
  z-index: 2;
}
.vb-hero-villas__destinations {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3;
}
.vb-hero-villas__destinations-owl {
  width: 100%;
  background: #06273A;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: grab;
  touch-action: pan-y;
  display: flex;
  justify-content: center;
}
.vb-hero-villas .owl-stage-outer {
  overflow: hidden;
}
.vb-hero-villas .owl-stage {
  display: flex;
  align-items: center;
}
.vb-hero-villas .owl-item {
  width: auto !important;
}
.vb-hero-villas__destination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
  padding-left: 106.5px;
  padding-right: 106.5px;
}
.vb-hero-villas__destination {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.vb-hero-villas__destination:hover {
  opacity: 1;
}
.vb-hero-villas__destination.is-active, .vb-hero-villas__destination.is-current {
  opacity: 1;
}
.vb-hero-villas__destination-title {
  font-family: "Dorsa", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  line-height: 1.1;
}
.vb-hero-villas__destination-count {
  font-family: "Montserrat", "sans-serif";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin-top: 4px;
}

.vb-hero-villas__destinations-owl .owl-stage-outer {
  overflow: hidden;
}

.vb-hero-villas__destinations-owl .owl-stage,
.vb-hero-villas__destinations-owl .owl-item {
  height: 100%;
}

.vb-hero-villas__destination-item {
  display: flex;
  align-items: center;
}

/* --------------------------------------------------
   Responsive (Hero)
-------------------------------------------------- */
@media (max-width: 1400px) {
  .vb-hero-villas__title {
    font-size: 96px;
  }
}
@media (max-width: 1024px) {
  .vb-hero-villas {
    padding-bottom: 180px;
  }
  .vb-hero-villas__title {
    font-size: 72px;
    letter-spacing: 0.08em;
  }
  .vb-hero-villas__description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .vb-hero-villas {
    padding-bottom: 140px;
  }
  .vb-hero-villas__title {
    font-size: 48px;
    letter-spacing: 0.06em;
  }
  .vb-hero-villas__description {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .vb-hero-villas {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vb-hero-villas__title {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}
/* --------------------------------------------------
   Responsive (Owl bar)
-------------------------------------------------- */
@media (max-width: 1024px) {
  .vb-hero-villas__destination-title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .vb-hero-villas__destination-title {
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}

/*# sourceMappingURL=vc_hero.css.map */
