.hero {
  background: rgba(252, 248, 242, 0.8);
  padding: 0 2.5rem;
  height: 70.7rem;
  margin-top: 10rem;
}
.hero .container {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.6) 94.55%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 51.1rem;
  position: relative;
}
.hero div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .mobile {
  display: none;
}
.hero .subtitle {
  display: block!important; /* ADD THIS LINE */
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  position: relative;
  color: #FCF8F2;
  margin-bottom: 2.5rem; /* OPTIONAL: if you want space between eyebrow and title */

}
.hero h1 {
  margin-top: 3.5rem; /* This will now need to be on the h1 itself, not between elements */
  font-style: normal;
  font-weight: 400;
  font-size: 9rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  color: #FFFFFF;
}
.about {
  background: #FFFFFF;
  padding-bottom: 14rem;
  position: relative;
}
.about::after {
  position: absolute;
  content: '';
  display: block;
  width: 10.4rem;
  height: 0.3rem;
  background: #C4A453;
  left: 50%;
  transform: translateX(-50%);
  top: 9.8rem;
}
.about h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 6.5rem;
  padding: 12.4rem 12.4rem 0;
}
.about .container {
  display: flex;
  gap: 11.7rem;
  align-items: center;
}
.about .image-wrapper {
  max-width: 78rem;
}
.about .image-wrapper .mobile {
  display: none;
}
.about ul {
  max-width: 54.3rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.about ul li .name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.about ul li .description,
.about ul li .description-mobile {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #5C4200;
}
.about ul li .description-mobile {
  display: none;
}
.services {
  padding: 14.8rem 48rem 14.8rem 12rem;
  position: relative;
  min-height: 80rem;
}
.services .bg-img,
.services .bg-img-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .bg-img-mob {
  display: none;
}
.services h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}
.services .list-wrap {
  background: #FFFFFF;
  position: relative;
  padding: 7rem 6rem;
  margin-top: 4.4rem;
  display: flex;
  gap: 3.8rem;
}
.services ul li {
  /* Update these styles */
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  color: #342500;
  opacity: 0.9;
  letter-spacing: 0;
  /* Remove padding-left since we're using flex */
  position: relative;
}
.services ul li img {
  /* Update these styles */
  width: 1.6rem;
  max-height: 1.5rem;
  margin-top: 0.8rem;
  /* Adjust this value to vertically align with the first line of text */
  flex-shrink: 0;
  /* Prevents icon from shrinking */
}
.extraordinaryExp {
  background: #272B45;
  padding: 9rem 0 16.5rem;
  position: relative;
}
.extraordinaryExp .container {
  padding: 0;
}
.extraordinaryExp .container .subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-align: center;
  color: #C4A453;
}
.extraordinaryExp .container h2 {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2.6rem;
  text-align: center;
}
.extraordinaryExp .container .text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  padding: 4.1rem 0 0 70rem;
}
.extraordinaryExp .extraordinarySwiper-scrollbar {
  bottom: 10rem !important;
  background: #D4CEBE;
  height: 0.1rem !important;
}
.extraordinaryExp .extraordinarySwiper-scrollbar .swiper-scrollbar-drag {
  background: #D19700;
  width: 40rem;
}
.extraordinaryExp .extraordinarySwiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.extraordinaryExp .swiper {
  margin-top: 9rem;
}
.extraordinaryExp .swiper-slide {
  width: 42.7rem;
  background: #fff;
  height: auto;
}
.extraordinaryExp .swiper-slide > img {
  height: 34.4rem;
  width: 100%;
  object-fit: cover;
}
.extraordinaryExp .swiper-slide .wrap {
  padding: 1.55rem 1.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.extraordinaryExp .swiper-slide .type {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 1.9rem;
}
.extraordinaryExp .swiper-slide .name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  /* or 27px */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
  text-align: center;
}
.extraordinaryExp .swiper-slide .description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  margin-top: 1.9rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 16rem;
  word-wrap: break-word;
}
.extraordinaryExp .swiper-slide a {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.03em;
  color: #5C4200;
  text-transform: uppercase;
  position: relative;
  margin-top: 1.9rem;
}
.extraordinaryExp .swiper-slide a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #5C4200;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}
.extraordinaryExp .swiper-slide a span {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  width: 0.695rem;
  height: 100%;
}
.extraordinaryExp .swiper-button-next::after,
.extraordinaryExp .swiper-button-prev::after {
  color: #ffffff;
  background-color: #C4A453;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extraordinaryExp .swiper-button-next.swiper-button-disabled,
.extraordinaryExp .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}
.extraordinaryExp .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .extraordinaryExp .swiper-button-prev {
    left: 2rem;
  }
}
.extraordinaryExp .swiper-button-next {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .extraordinaryExp .swiper-button-next {
    right: 2rem;
  }
}
.recognition {
  padding: 9.9rem 0 4.9rem;
  background: rgba(252, 248, 242, 0.8);
  position: relative;
}
.recognition h2 {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  text-align: center;
}
.recognition .swiper {
  margin-top: 4.1rem;
}
.recognition .swiper .swiper-slide {
  background: #FFFFFF;
  max-width: 31rem;
  min-height: 33.8rem;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.recognition .swiper .swiper-slide.video {
  padding: 0;
}
.recognition .swiper .swiper-slide.video .link-gold {
  opacity: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recognition .swiper .swiper-slide > div img {
  width: fit-content;
  height: 1.8rem;
}
.recognition .swiper .swiper-slide .name {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
.recognition .swiper .swiper-slide p {
  margin-top: 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #362700;
  opacity: 0.9;
}
.recognition .swiper .swiper-slide a {
  margin-top: 1rem;
  width: fit-content;
}
.recognition .swiper .swiper-slide .videoFeedback {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.37%, rgba(0, 0, 0, 0.4) 78.5%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding: 22rem 3rem 3rem;
  position: relative;
}
.recognition .swiper .swiper-slide .videoFeedback > img {
  width: 3.8rem;
  height: 3.8rem;
}
.recognition .swiper .swiper-slide .videoFeedback .name {
  color: #FFFFFF;
  margin: 0;
}
.recognition .swiper .swiper-slide .videoFeedback .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.recognition .recognitionSwiper-scrollbar {
  bottom: 0 !important;
  background: #D4CEBE;
  height: 0.1rem !important;
  max-width: 136rem;
  left: 50% !important;
  transform: translateX(-50%);
}
.recognition .recognitionSwiper-scrollbar .swiper-scrollbar-drag {
  background: #D19700;
  width: 40rem;
}
.details .mobile {
  display: none;
}
.details .container {
  padding: 2rem 12rem;
  background: rgba(252, 248, 242, 0.8);
}
.details .container .subtitle,
.details .container .map-toggle {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #C4A453;
}
.details .container .subtitle.right,
.details .container .map-toggle.right {
  text-align: right;
  margin-top: 3.6rem;
}
.details .container .map-toggle {
  cursor: pointer;
}
.details .container .map-toggle.right {
  margin-top: 1rem;
}
.details .container .map {
  margin-top: 3rem;
  width: 100%;
  height: 60rem;
  display: none;
}
@media (max-width: 768px) {
  .details .container .map {
    height: 25rem !important;
  }
}
.details .container .map.show {
  display: block;
}
.details .container h2 {
  margin-top: 2.3rem;
  font-style: normal;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.details .container .column-wrapper {
  margin-top: 3.5rem;
  display: flex;
  gap: 4.2rem;
}
.details .container .column-wrapper .column {
  flex: 1;
}
.details .container .column-wrapper p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #342500;
  opacity: 0.9;
  letter-spacing: 0;
}
.details .container .column-wrapper p a {
  text-decoration-line: underline;
  color: #AE8C37;
}
.details .container .column-wrapper p + p {
  margin-top: 2rem;
}
.details .container ul {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  flex-wrap: wrap;
}
.details .container ul li {
  width: 42.7rem;
  background: #fff;
}
.details .container ul li .desktop {
  max-height: 27.7rem;
  width: 100%;
  object-fit: cover;
  min-height: 27.7rem;
}
.details .container ul li .mobile {
  min-height: 24.3rem;
  max-height: 24.3rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details .container ul li .property-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
}
.details .container ul li .wrap {
  padding: 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.details .container ul li .guests {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.23;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #E7C46C;
  text-align: center;
}
.details .container ul li .name {
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
  margin-top: 1.9rem;
}
.details .container ul li .description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #362700;
  opacity: 0.9;
  margin-top: 1.9rem;
}
.details .container ul li a,
.details .container ul li span {
  margin-top: 1.9rem;
}
.details .container ul li span span {
  margin-top: 0;
}
.details .container .swiper-button-next,
.details .container .swiper-button-prev {
  display: none;
}
section.infoBlock {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 10rem;
    height: 48.4rem;
  }
  .hero .container {
    padding-top: 33.4rem;
  }
  .hero .mobile {
    display: unset;
  }
  .hero .desktop {
    display: none;
  }
  .hero h1 {
    font-size: 4rem;
    line-height: 100%;
    margin-top: 1.9rem;
  }
  .about {
    padding: 8.2rem 0 5rem;
  }
  .about::after {
    top: 5rem;
  }
  .about h2 {
    font-size: 2.6rem;
    margin-bottom: 2.9rem;
    padding: 0;
  }
  .about h2 br {
    display: none;
  }
  .about .container {
    display: flex;
    gap: 2.9rem;
    align-items: center;
    flex-direction: column;
  }
  .about .image-wrapper {
    max-width: 100%;
  }
  .about .image-wrapper .mobile {
    display: block;
  }
  .about .image-wrapper .desktop {
    display: none;
  }
  .about ul {
    max-width: 100%;
    padding: 0 1.5rem;
    gap: 5rem;
  }
  .about ul li .name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .services {
    padding: 24.3rem 0 0;
    position: relative;
    min-height: 75.7rem;
  }
  .services .bg-img {
    display: none;
  }
  .services .bg-img-mob {
    display: unset;
  }
  .services h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
  }
  .services .list-wrap {
    padding: 2rem 1.5rem;
    margin-top: 2.1rem;
    gap: 0;
    flex-direction: column;
  }
  .services ul li {
    font-size: 1.6rem;
    line-height: 2;
    color: #342500;
    opacity: 0.9;
    letter-spacing: 0;
  }
  .services ul li img {
    width: 1.6rem;
    margin-right: 2rem;
  }
  .extraordinaryExp {
    padding: 6.5rem 0 5.4rem;
  }
  .extraordinaryExp .container {
    padding: 0 1.5rem;
  }
  .extraordinaryExp .container .subtitle {
    text-align: center;
  }
  .extraordinaryExp .container h2 {
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    padding-top: 2.2rem;
  }
  .extraordinaryExp .container .text {
    font-size: 1.5rem;
    opacity: 1;
    padding: 0;
    margin-top: 2.2rem;
    text-align: center;
  }
  .extraordinaryExp .extraordinarySwiper {
    padding-bottom: 3rem;
  }
  .extraordinaryExp .extraordinarySwiper-scrollbar {
    bottom: 3rem !important;
  }
  .extraordinaryExp .extraordinarySwiper-scrollbar .swiper-scrollbar-drag {
    background: #C4A453;
    position: relative;
  }
  .extraordinaryExp .extraordinarySwiper-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -50%;
    left: 0;
  }
  .extraordinaryExp .swiper {
    margin-top: 4.7rem;
  }
  .extraordinaryExp .swiper-slide {
    width: 42.7rem;
    background: #fff;
  }
  .extraordinaryExp .swiper-slide > img {
    height: 24.3rem;
    width: 100%;
    object-fit: cover;
  }
  .extraordinaryExp .swiper-slide .wrap {
    padding: 3rem 1.5rem;
    min-height: 26rem;
  }
  .extraordinaryExp .swiper-slide .type {
    margin-bottom: 1rem;
  }
  .extraordinaryExp .swiper-slide .description {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .recognition {
    padding: 7.9rem 0 2.6rem;
  }
  .recognition h2 {
    font-size: 3.5rem;
  }
  .recognition .swiper {
    margin-top: 2.7rem;
  }
  .details .mobile {
    display: block;
  }
  .details .desktop {
    display: none;
  }
  .details .container {
    padding: 4.2rem 0;
  }
  .details .container .subtitle {
    text-align: center;
  }
  .details .container .subtitle.right {
    display: none;
  }
  .details .container h2 {
    font-weight: 400;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .details .container .column-wrapper {
    padding: 0 1.5rem;
    margin-top: 2rem;
    flex-direction: column;
    gap: 6.2rem;
  }
  .details .container .column-wrapper .column {
    flex: 1;
  }
  .details .container .detailSwiper {
    padding-bottom: 2rem;
  }
  .details .container .detailSwiper-scrollbar {
    bottom: 0;
    height: 0.1rem;
  }
  .details .container .detailSwiper-scrollbar .swiper-scrollbar-drag {
    background: #C4A453;
    position: relative;
  }
  .details .container .detailSwiper-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -50%;
    left: 0;
  }
  .details .container .detailSwiper .swiper-button-next,
  .details .container .detailSwiper .swiper-button-prev {
    display: flex;
  }
  .details .container .detailSwiper .swiper-button-next::after,
  .details .container .detailSwiper .swiper-button-prev::after {
    color: #ffffff;
    background-color: #C4A453;
    border-radius: 50%;
    font-size: 1.8rem;
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .details .container .detailSwiper .swiper-button-next.swiper-button-disabled,
  .details .container .detailSwiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
  }
  .details .container .detailSwiper .swiper-button-prev {
    left: 2rem;
  }
  .details .container .detailSwiper .swiper-button-next {
    right: 2rem;
  }
  .details .container ul {
    margin-top: 3rem;
    display: flex;
    gap: unset;
    flex-wrap: unset;
  }
  .details .container ul li {
    width: 33.2rem;
    background: #fff;
    min-height: 52rem;
    height: auto;
  }
  .details .container ul li .wrap {
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .details .container ul li .guests {
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.23;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #E7C46C;
    text-align: center;
  }
  .details .container ul li .name {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 1.5rem;
  }
  .details .container ul li .description {
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .details .container ul li a {
    margin-top: 1.5rem;
  }
}
/*# sourceMappingURL=destination.css.map */