@charset "UTF-8";
.de_block_rooms_preview {
  background-color: #fafafa;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
.de_block_rooms_preview .container {
  padding: 0 clamp(3.75rem, 14.58vw, 17.5rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .container {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .container {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.de_block_rooms_preview .container .the-title {
  text-align: center;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.04rem;
  max-width: 50rem;
  margin: 0 auto;
}
.de_block_rooms_preview .rooms-wrapper {
  overflow: hidden;
  padding-left: clamp(3.75rem, 14.58vw, 17.5rem);
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .rooms-wrapper {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .rooms-wrapper {
    padding-left: 1.5rem;
  }
}
.de_block_rooms_preview .splide__list {
  display: flex;
  gap: 0;
}
.de_block_rooms_preview .splide__pagination {
  bottom: -2rem;
}
.de_block_rooms_preview .splide__pagination .splide__pagination__page {
  background-color: rgba(0, 92, 142, 0.3);
}
.de_block_rooms_preview .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--color-sea-blue);
  transform: scale(1.2);
}
.de_block_rooms_preview .room {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 34.64vw;
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room {
    width: 46vw;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room {
    width: auto;
  }
}
.de_block_rooms_preview .room-thumbnail {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 27rem;
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room-thumbnail {
    height: 22.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room-thumbnail {
    height: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .room-thumbnail {
    height: 15rem;
  }
}
.de_block_rooms_preview .room-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-sm);
}
.de_block_rooms_preview .room-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180.044deg, rgba(0, 0, 0, 0) 35.956%, rgba(0, 0, 0, 0.5) 99.941%);
  border-radius: var(--radius-sm);
  pointer-events: none;
}
.de_block_rooms_preview .category_label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  background-color: var(--color-pure-white, #fafafa);
  border-radius: var(--radius-sm);
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: var(--color-sea-blue);
  white-space: nowrap;
}
.de_block_rooms_preview .category_label .starting_price {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .category_label {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .de_block_rooms_preview .category_label .starting_price {
    font-size: 1.125rem;
  }
}
.de_block_rooms_preview .room-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.de_block_rooms_preview .room .title {
  font-size: 2rem;
  text-transform: capitalize;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room .title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room .title {
    font-size: 1.375rem;
  }
}
.de_block_rooms_preview .room .room-amenities,
.de_block_rooms_preview .room .custom-amenities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .room .room-amenities,
  .de_block_rooms_preview .room .custom-amenities {
    align-items: flex-start;
    flex-direction: column;
  }
}
.de_block_rooms_preview .room .room-amenities li,
.de_block_rooms_preview .room .custom-amenities li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.de_block_rooms_preview .room .room-amenities li:not(:last-child),
.de_block_rooms_preview .room .custom-amenities li:not(:last-child) {
  padding-right: 1rem;
}
.de_block_rooms_preview .room .room-amenities li:not(:last-child)::after,
.de_block_rooms_preview .room .custom-amenities li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: var(--color-sea-blue);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .room .room-amenities li:not(:last-child)::after,
  .de_block_rooms_preview .room .custom-amenities li:not(:last-child)::after {
    opacity: 0;
  }
}
.de_block_rooms_preview .room .room-amenities li i,
.de_block_rooms_preview .room .custom-amenities li i {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room .room-amenities li i,
  .de_block_rooms_preview .room .custom-amenities li i {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
  }
}
.de_block_rooms_preview .room .room-amenities li .label,
.de_block_rooms_preview .room .custom-amenities li .label {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  color: var(--color-sea-blue);
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room .room-amenities li .label,
  .de_block_rooms_preview .room .custom-amenities li .label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room .room-amenities li .label,
  .de_block_rooms_preview .room .custom-amenities li .label {
    font-size: 1rem;
  }
}
.de_block_rooms_preview .room .room-description {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--color-eerie-black);
}
@media screen and (max-width: 1280px) {
  .de_block_rooms_preview .room .room-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room .room-description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.de_block_rooms_preview .room .cta-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room .cta-wrap {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.de_block_rooms_preview .room .book_now,
.de_block_rooms_preview .room .read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.0625rem; /* 49px */
  padding: 1rem 3rem; /* 16px 48px */
  background-color: var(--color-sea-blue);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 1.375rem; /* 22px */
  font-weight: 400;
  letter-spacing: 0.0275em; /* ≈ 0.44px */
  text-transform: capitalize;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
  border: 1px solid var(--color-sea-blue);
  text-decoration: none;
  width: max-content;
}
.de_block_rooms_preview .room .book_now:hover,
.de_block_rooms_preview .room .read_more:hover {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1024px) {
  .de_block_rooms_preview .room .book_now,
  .de_block_rooms_preview .room .read_more {
    font-size: 1.25rem;
    padding: 0.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_rooms_preview .room .book_now,
  .de_block_rooms_preview .room .read_more {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }
}
.de_block_rooms_preview .room .read_more {
  background-color: var(--color-pure-white, #fafafa);
  color: var(--color-sea-blue);
}
.de_block_rooms_preview .room .read_more:hover {
  background-color: var(--color-sea-blue);
  color: var(--color-white);
}

.room-popup {
  background-color: var(--color-pure-white);
  border-radius: var(--radius-sm);
  overflow-y: auto;
  padding: 2.5rem 2.5rem 5rem;
  display: flex;
  flex-direction: column;
  width: 72rem;
}
@media screen and (max-width: 1280px) {
  .room-popup {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.room-popup .title.big {
  font-size: 2rem;
  text-transform: capitalize;
  color: var(--color-sea-blue);
  margin-bottom: var(--spacing-md);
}
@media screen and (max-width: 1280px) {
  .room-popup .title.big {
    font-size: 1.625rem;
  }
}
.room-popup .room-amenities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  list-style: none;
  padding: 0;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .room-popup .room-amenities {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.room-popup .room-amenities li {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  position: relative;
}
.room-popup .room-amenities li:not(:last-child) {
  padding-right: var(--spacing-sm);
}
.room-popup .room-amenities li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: var(--color-sea-blue);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .room-popup .room-amenities li:not(:last-child)::after {
    opacity: 0;
  }
}
.room-popup .room-amenities li i {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(31, 31, 31, 0.6);
}
@media screen and (max-width: 1280px) {
  .room-popup .room-amenities li i {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
  }
}
.room-popup .room-amenities li .label {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(31, 31, 31, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .room-popup .room-amenities li .label {
    font-size: 1rem;
  }
}
.room-popup .room-gallery-wrapper {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  .room-popup .room-gallery-wrapper {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
}
.room-popup .room-popup-gallery {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.room-popup .room-popup-gallery .splide__track {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.room-popup .room-popup-gallery .splide__list {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.room-popup .room-popup-gallery .splide__slide {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.room-popup .room-popup-gallery .splide__slide img {
  width: 100%;
  aspect-ratio: 855/464;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-sm);
}
@media screen and (max-width: 767px) {
  .room-popup .room-popup-gallery .splide__slide img {
    aspect-ratio: unset;
    height: 22rem;
  }
}
.room-popup .room-popup-gallery .room-price-chip {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  background-color: var(--color-pure-white, #fafafa);
  border-radius: var(--radius-sm);
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.room-popup .room-popup-gallery .room-price-chip .from {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: var(--color-sea-blue);
  white-space: nowrap;
}
.room-popup .room-popup-gallery .room-price-chip .price {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: var(--color-sea-blue);
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .room-popup .room-popup-gallery .room-price-chip {
    padding: 0.5rem 0.75rem;
  }
  .room-popup .room-popup-gallery .room-price-chip .from {
    font-size: 0.875rem;
  }
  .room-popup .room-popup-gallery .room-price-chip .price {
    font-size: 1.125rem;
  }
}
.room-popup .room-popup-gallery .room-slide-counter {
  position: absolute;
  bottom: 2.6875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: var(--color-pure-white, #fafafa);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .room-popup .room-popup-gallery .room-slide-counter {
    bottom: 1rem;
  }
}
.room-popup .room-popup-gallery .splide__arrows .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.room-popup .room-popup-gallery .splide__arrows .splide__arrow--prev {
  left: 1.5rem;
}
.room-popup .room-popup-gallery .splide__arrows .splide__arrow--next {
  right: 1.5rem;
  left: auto;
}
.room-popup .room-popup-gallery .splide__arrows .splide__arrow--next::before {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .room-popup .room-popup-gallery .splide__arrows {
    display: flex;
  }
}
.room-popup .room-gallery-thumbs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 12.5rem;
}
@media screen and (max-width: 1280px) {
  .room-popup .room-gallery-thumbs {
    flex-direction: row;
    width: 100%;
    gap: 0.75rem;
    flex-shrink: unset;
  }
}
.room-popup .room-gallery-thumb {
  width: 100%;
  height: 9rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 1280px) {
  .room-popup .room-gallery-thumb {
    height: auto;
  }
}
.room-popup .room-gallery-thumb.is-dimmed {
  opacity: 0.7;
}
.room-popup .room-gallery-thumb:hover {
  opacity: 1;
}
.room-popup .room-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-sm);
}
.room-popup .popup-room-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .room-popup .popup-room-content {
    gap: 1.5rem;
  }
}
.room-popup .room-description {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8125rem;
  color: rgba(31, 31, 31, 0.6);
}
@media screen and (max-width: 1280px) {
  .room-popup .room-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.room-popup .popup-services-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.room-popup .services-title {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .room-popup .services-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .room-popup .services-title {
    font-size: 1.375rem;
  }
}
.room-popup .custom-amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.room-popup .custom-amenities .custom-amenity {
  display: flex;
  min-height: 3.5rem;
  gap: var(--spacing-sm);
  padding-top: var(--spacing-sm);
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid rgba(0, 92, 142, 0.3);
  align-items: flex-start;
  flex-direction: column;
}
.room-popup .custom-amenities .custom-amenity:first-child {
  padding-top: 0;
}
.room-popup .custom-amenities .custom-amenity .label_wrapper {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.room-popup .custom-amenities .custom-amenity .label_wrapper .label {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8125rem;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .room-popup .custom-amenities .custom-amenity .label_wrapper .label {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.room-popup .custom-amenities .custom-amenity .value {
  margin-left: 1.5rem;
  color: var(--Text, rgba(31, 31, 31, 0.6));
  font-size: 22px;
  line-height: 29px;
  width: 100%;
}
.room-popup .custom-amenities .custom-amenity .value ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .room-popup .custom-amenities .custom-amenity .value ul {
    flex-direction: column;
  }
}
.room-popup .custom-amenities .custom-amenity .value ul li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .room-popup .custom-amenities .custom-amenity .value ul li {
    width: 100%;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=rooms_preview.min.css.map */
