@font-face {
  font-family: "cardo";

  src: url("../fonts/Baskervville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ysabeau";

  src: url("../fonts/YsabeauOffice-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "seasons";

  src: url("../fonts/Demo_Fonts/Fontspring-DEMO-theseasons-lt.otf")
    format("truetype");
}

@font-face {
  font-family: "bargemo";

  src: url("../fonts/Bargemo-Regular.ttf") format("truetype");
}

body {
  font-family: "ysabeau", sans-serif;
}

#more,
#ourpackage,
#ourpackagebig {
  display: none;
}

.overlay {
  height: 100%;

  width: 0;

  position: fixed;

  z-index: 1;

  top: 0;

  left: 0;

  background-color: white;

  background-color: white;

  overflow-x: hidden;

  transition: 0.5s;
}

/* Fade-out effect */
.fade-out {
  opacity: 0.6;
  transition: opacity 0.5s ease-out; /* Adjust duration as needed */
}

.overlay-content {
  position: relative;

  top: 25%;

  width: 100%;

  text-align: center;

  margin-top: 30px;
}

.overlay a {
  padding: 8px;

  text-decoration: none;

  font-size: 36px;

  color: #818181;

  display: block;

  transition: 0.3s;
}

/* .slider-container */

.slider-container {
  padding: 1rem 1rem;

  /* background: #e6e6e6; */

  margin: 2rem auto 0 auto;

  overflow: hidden;

  border-radius: 5px;

  position: relative;
}

.width-90 {
  width: 90% !important;
}

/* img */

.image-size {
  display: inline-block;

  vertical-align: top;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* .my-slider */

.my-slider {
  display: flex;

  position: relative;
}

._df_button {
  font-size: 14px !important;
}

/* .slider-item */

.slider-item {
  /* background: grey;

    border-right: 2px solid #333; */

  /* padding: 1.5rem .75rem; */

  position: relative;
}

.slider-item:hover {
  cursor: pointer;
}

/* .controls */

.controls {
  margin: 0;

  padding: 0;

  list-style: none;

  position: absolute;

  left: 31px;

  color: #fff;

  z-index: 1;

  width: 95%;

  top: 50%;

  transform: translateY(-50%);

  display: flex !important;

  align-items: center;

  justify-content: space-between;
}

.controls:focus {
  outline: none;
}

.controls li:hover {
  cursor: pointer;
}

/* .card */

.card {
  text-align: center;

  margin: 0 10px;

  color: #333;

  height: 100%;

  background: white;

  border-radius: 5px;

  font-family: sans-serif;

  overflow: hidden;

  box-shadow: 2px 2px rgba(black, 0.3);

  position: relative;
}

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

.overlay .closebtn {
  position: absolute;

  top: 20px;

  left: 0px;

  font-size: 60px;
}

.overlay a {
  font-size: 20px;
}

.overlay .closebtn {
  font-size: 40px;

  top: 15px;

  right: 35px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 10 !important;
}

.carousel-image {
  width: 100%;
  transition: transform 0.5s ease; /* Smooth transition for scaling and translation */
  transform: scale(1.1) translateY(-20px); /* Scale image by 10% and move upwards by 20px */
  object-fit: cover; /* Ensure the image covers the container without distortion */
}

/* Optional: Add hover effect if you want the scaling/translation to occur on hover */
.carousel-image:hover {
  transform: scale(1.2) translateY(-30px); /* Increase scaling and move further up on hover */
}

/* .carousel-indicators > li {

    font-size: 18px;

    text-align: center;

    text-indent: 0;

    font-weight: bold;

    margin: 0 auto;

    cursor: pointer;

    color: #fff;

    opacity: 0.5;

    transition: opacity 0.3s;

  }



  .carousel-indicators li.active {

    opacity: 1;

  } */

/*overlay video index*/

.content {
  position: relative;

  width: 100%;

  margin: 0 auto;
}

.card-border-none {
  border: none !important;
}

.font-big-navbar {
  font-size: 20px !important;

  font-family: "ysabeau", sans-serif !important;

  letter-spacing: 1px;
}

.fs-navbar-big {
  font-size: 30px !important;
}

.content video {
  width: 100%;

  display: block;
}

.content:before {
  content: "";

  position: absolute;

  background: rgba(0, 0, 0, 0.4);

  border-radius: 5px;

  top: 0;

  z-index: 1;

  right: 0;

  bottom: 0;

  left: 0;
}

/**/

.font-bargemo {
  font-family: "Cardo", sans-serif;
  font-weight: 400;
  color: white;
}

.logo-img {
  height: 100px;
}

.width {
  width: 45%;
}

.center-a-div {
  margin: 0 auto;
}

.icon-size {
  font-size: 25px;
}

.font-detail-invid {
  font-size: 20px;
}

.padding-image {
  padding: 60px;
}

.width-button-section-3 {
  width: 20%;
}

.width-section-3 {
  width: 80%;
}

.icons-font-size {
  font-size: 25px;
}

.height-100 {
  height: 100px !important;
}

.image-height {
  height: 40px;
}

.benefits-package {
  font-size: 23px;

  font-weight: 700;
}

.border-icons {
  border-bottom: 1px solid #b5a191;
}

.font-size-detail-room {
  font-size: 15px;
}

.font-size-detail-package {
  font-size: 18px;
}

.img-w {
  width: 90%;
}

.gradient {
  display: inline-block;

  background: rgb(0, 0, 0);

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.23012955182072825) 23%,
    rgba(0, 6, 1, 0.7483368347338936) 100%
  );

  /* z-index: -1; */

  top: 0;

  left: 0;

  object-fit: cover;

  height: 100vh;

  width: 100%;

  position: relative;
}

.description-container-detail {
  font-family: "seasons", sans-serif;

  font-size: 40px;
}

.image-container-detail {
  z-index: -1;

  top: 0;

  left: 0;

  object-fit: cover;

  height: 100vh;

  width: 100%;

  position: relative;
}

.margin-top-bottom {
  margin: 20px 0;
}

.border-responsive {
  border-right: 1px solid #ccc;

  padding: 40px;
}

.width-80 {
  width: 80%;
}

.background-footer {
  background-color: #5c8735;

  color: white;
}

.video {
  height: 100vh;

  z-index: 0;

  overflow: hidden;

  object-fit: cover;
}

.image-container {
  z-index: -1;

  top: 0;

  left: 0;

  object-fit: cover;

  height: 100vh;

  width: 100%;
}

nav.navbar.navbar-expand-lg.bg-transparent.navbar-light {
  position: fixed;

  width: 100%;
}

.navbar-item {
  flex: 1;

  max-width: 25%;

  /* Set a fixed width for each component */
}

.navbar.scrolled {
  background-color: white !important;

  transition: background-color 0.3s ease;

  /* Other styles for the scrolled state */
}

.nav-color {
  background-color: black !important;

  /* Other styles for the scrolled state */
}

.nav-top {
  z-index: 100;

  padding: 0 30px;
}

.btn-custom {
  border: solid 2px #07a14c;

  font-weight: 700;

  background-color: #07a14c;

  color: white;
}

.btn-custom:hover {
  border: solid 2px #09c25c;

  font-weight: 700;

  background-color: #09c25c;

  color: white;
}

.btn-scrolled {
  border: solid 2px #07a14c;

  font-weight: 700;

  background-color: #07a14c;

  color: white;
}

.logo {
  flex-grow: 1;

  /* Allow the logo to grow to occupy remaining space */

  text-align: center;
}

.text-overlay {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  color: white;

  font-size: 24px;

  z-index: 2;

  width: 90%;
}

@media (max-width: 1080px) {
  .padding-text-right {
    padding-left: 40px !important;
  }

  .padding-text-left {
    padding-right: 37px !important;
  }

  .padding-img-left {
    padding-right: 35px !important;
  }

  .padding-img-right {
    padding-left: 42px !important;
  }

  .padding-inline {
    padding-inline: 40px !important;
    padding-block: 50px !important;
  }
}

@media (min-width: 1410px) and (max-width: 1580px) {
  .padding-img-left {
    padding-right: 25px !important;
  }

  .controls {
    left: 36px;
    width: 95%;
  }
}

@media (max-width: 980px) {
  .room-images {
    flex-direction: column;
  }

  .swipper-wrapper {
    align-items: center;
  }

  .align-items {
    align-items: end;
  }

  .custom-image {
    transform: scale(1.1) translateX(1px) translateY(-21px);
  }

  .text-overlay {
    top: 30%;
  }

  .text-overlay-villas {
    top: 47% !important;
  }

  .description {
    display: flex;
    justify-content: center;
  }

  .border-responsive {
    padding-inline: 10px;
    padding-right: 40px;
  }

  .padding-text-left {
    padding-right: 10px !important;
  }

  .margin-text-left {
    margin-right: 25px !important;
    text-align: end !important;
  }

  .padding-text-right {
    padding-left: 5px !important;
  }
}

@media (max-width: 780px) {
  .room-image {
    height: 21vh !important;
  }
}

.image-section {
  position: relative;
  height: 100vh;

  /* Set the desired height for the image section */
}

.hidden-detail-page {
  display: none;
}

.block-detail-page {
  display: block;
}

.lg-hidden {
  display: none;
}

.lg-block {
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.image-overlay h2 {
  margin-top: 0;
}

.image-section img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.text-title-descriptions {
  font-size: 60px;

  font-family: "cardo", sans-serif;
}
.text-descriptions {
  font-size: 20px;
  width: 65%;
  margin-bottom: 20px;
  font-family: "cardo", sans-serif;
}

.text-title-descriptions-package {
  font-size: 45px;

  font-family: "cardo", sans-serif;
}

.idr-title-descriptions {
  font-size: 18px;

  font-family: "ysabeau", sans-serif;

  font-weight: 700;

  margin-left: 4px;
}

.w-70 {
  width: 70%;
}

.package {
  font-size: 30px !important;

  font-family: "cardo", sans-serif;
}

.text-semititle-descriptions {
  font-size: 20px;

  font-family: "cardo", sans-serif;
}

.section-3-text {
  font-size: 18px;

  font-family: "cardo", sans-serif;

  width: 70%;
}

.gap-custom {
  gap: 20px;
}

.text-title-descriptions-card {
  font-size: 30px;

  font-family: "cardo", sans-serif;

  text-align: center;
}

.flex-custom {
  flex-direction: row;
}

.custom-hidden {
  display: fixed;
}

.image-custom {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.custom-width {
  width: 100%;

  height: 400px;

  /* Set the desired height for the container */
}

/* Custom CSS for Carousel Control Position */

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
}

.carousel-control-prev-icon {
  background-position: center;

  left: -20px;
}

.carousel-control-next-icon {
  background-position: center;

  right: -20px;
}

.section-4 {
  margin: 30px 0;
}

.col .d-flex .col > a {
  text-align: start;
}

.col > a.left {
  margin: 10px auto;

  font-size: 30px;

  color: black;

  text-align: start;
}

.col > a.font-navbar,
.d-flex.justify-content-center > a i.font-navbar {
  color: black;

  transition: 0.3s;
}

.responsive-navbar {
  flex-direction: row;

  margin-top: 70px;
}

.active-nav {
  color: #07a14c !important;

  font-size: 26px !important;

  letter-spacing: 5px;
}

.text-invid {
  font-size: 50px;

  width: 100%;
}

.text-package {
  text-align: start;
}

.text-invid-detail-room {
  font-size: 45px !important;

  font-family: "seasons", sans-serif;
}

.text-invid-detail-room-small {
  font-size: 20px !important;

  font-family: "seasons", sans-serif;

  width: 50%;

  margin: 0 auto;
}

.font-navbar,
.text-invid {
  font-family: "cardo", sans-serif;
}

.font-navbar:hover {
  color: #f2c96b !important;

  transition: 0.3s;
}

.custom-descriptions {
  border: solid 1px rgb(78, 158, 249);

  color: black;
}

.container-width {
  max-width: 100%;
}

.btn-custom-descriptions {
  border: solid 2px #b5a191;

  font-weight: 700;
}

.btn-custom-descriptions:hover {
  border: solid 2px #b5a191;

  font-weight: 700;

  background-color: #b5a191;

  color: white;
}

.btn-custom-descriptions-section-3 {
  border: solid 2px #07a14c;

  font-weight: 700;

  background-color: #07a14c;

  color: white;
}

.btn-custom-descriptions-section-3:hover {
  border: solid 2px #09c25c;

  font-weight: 700;

  background-color: #09c25c;

  color: white;
}

.font-email {
  font-size: 17px;
}

.section-2 {
  padding: 20px 0;

  width: 90%;

  margin: 0 auto;
}

.section-accomodation {
  padding: 100px 0 0 0;

  width: 90%;

  margin: 0 auto;
}

.scale {
  -webkit-transform: scale(1.5, 1.5);

  transform: scale(1.5);
}

.section-4 {
  width: 100%;

  margin: 0 auto;
}

.section-4-spa {
  padding: 100px 0;

  width: 100%;

  margin: 0 auto;
}

.padding-inline {
  padding-inline: 100px;
  padding-block: 100px;
}

.padding-img-right {
  padding-left: 45px;
}

.padding-img-left {
  padding-right: 45px;
}

.padding-text-right {
  padding-left: 40px;
}

.padding-text-left {
  padding-right: 40px;
}

.image-container-new {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.image-container-new-meeting {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.image-custom-new {
  object-fit: cover;
}

.image-custom-new-meeting {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1) translateX(1px) translateY(-21px);
}

/* Swipper Js */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-activities {
  width: 100%; /* Make the slide take full width */
  height: auto; /* Allow height to be determined by content */
  position: relative; /* Position relative for image overlay */
}

.swiper-activities img {
  width: 100%; /* Make the image take full width of the slide */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Cover the area without distorting aspect ratio */
}

/* Each slide */
.swiper-villas {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Fixed height for all slides */
}

.swiper-villas img {
  /* width: 100%;  */
  height: 100vh; /* Maintain aspect ratio */
  object-fit: cover; /* Cover the area without distorting aspect ratio */
}

/* Overlay text styling */
.overlay-text {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
}

/* Swiper navigation button customization */
.swiper-button-next,
.swiper-button-prev {
  color: white;
}

/* Default color for pagination bullets */
.swiper-pagination-bullet {
  background-color: #ccc; /* Change this color as desired */
}

/* Active pagination bullet color */
.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background-color: #ffffff; /* Change this color as desired */
}

.padding-5 {
  padding: 3rem !important;
}

.bg-section {
  background-color: #f2efeb;
}

.slider-card {
  position: relative;

  height: 400px;

  overflow: hidden;
}

.slider-card .card {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: transform 0.5s ease;
}

.slider-card .card:hover {
  transform: scale(1.1);
}

/* Button styling */
#expandButton {
  margin-top: 10px;
  color: white;
  text-decoration: none;
}

/* Collapsible content panel */
.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Inner content padding */
.expandable-content-inner {
  height: 84vh;
}

.myRoomSwiper {
  height: 84vh !important;
}

.swiper-room {
  height: 83.6vh;
}

.room-image {
  width: 100vw;
  height: 25vh;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

.room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Expandable content styling */
.expandable-content h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.expandable-content ul {
  list-style: none;
  padding: 0;
}

.expandable-content ul li {
  margin-bottom: 10px;
}

.expandable-content ul li a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

/* Expanded panel styling */
.expandable-content.open {
  max-height: 100vh; /* Adjust based on content height */
}

/* ini icon navbar humberger animation */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 60px;

  height: 45px;

  position: relative;

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: 0.5s ease-in-out;

  -moz-transition: 0.5s ease-in-out;

  -o-transition: 0.5s ease-in-out;

  transition: 0.5s ease-in-out;

  cursor: pointer;
}

/* Icon 2 */

#nav-icon2 span {
  display: block;

  position: absolute;

  height: 3px;

  width: 30%;

  background: white;

  opacity: 1;

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: 0.25s ease-in-out;

  -moz-transition: 0.25s ease-in-out;

  -o-transition: 0.25s ease-in-out;

  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 30%;

  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;

  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(4) {
  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: -1px;

  top: 6px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 19px);

  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -1px;

  top: 20px;
}

#nav-icon2.open span:nth-child(4) {
  left: calc(50% - 18px);

  top: 20px;
}

/* end */

.hidden-responsive {
  display: none;
}

.video-responsive {
  display: block;
  transform: scale(1.2);
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: none; /* Initially hidden */
}

.block-responsive {
  display: block;
}

.video-size {
  width: 100%;
  height: 100%;
}

/* scroll down */

.down-arrow {
  position: absolute;

  top: calc(100vh - 60px);

  left: calc(50% - -1px);

  width: 0;

  height: 0;

  color: transparent;

  border: 2px solid;

  border-radius: 2px;
}

.down-arrow:after {
  content: " ";

  position: absolute;

  top: 12px;

  left: -8px;

  width: 16px;

  height: 16px;

  color: white;

  border-bottom: 4px solid;

  border-right: 4px solid;

  border-radius: 4px;

  transform: rotateZ(45deg);
}

.text-custom {
  text-align: center;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 20px;
  }

  100% {
    margin-top: 0;
  }
}

.down-arrow {
  /* // rest of the styles from above */

  animation: jumpInfinite 1.5s infinite;
}

#myCarousel {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .padding-img-left {
    padding-right: 5px;
  }

  .text-package {
    margin-inline: 40px;
  }

  .align-center {
    align-items: center;
  }

  .width-desc-package {
    width: 100%;
  }

  .padding-inline {
    padding-inline: 40px !important;
    padding-block: 50px !important;
  }

  .padding-top {
    padding-top: 20px !important;
  }

  .padding-text-left,
  .padding-text-right {
    padding-inline: 30px !important;
  }

  .margin-text-left {
    margin-right: 0px !important;
  }

  .padding-img-right,
  .padding-img-left {
    padding-inline: 25px !important;
  }

  .border-responsive {
    padding-inline: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
  }

  .text-title-descriptions {
    font-size: 30px;
    text-align: center;
    font-family: "cardo", sans-serif;
    margin-top: 30px;
  }

  .text-descriptions {
    font-size: 13px;
    width: 65%;
    margin-bottom: 20px;
    font-family: "cardo", sans-serif;
  }

  .text-semititle-descriptions {
    font-size: 15px;
    text-align: justify;
    font-family: "cardo", sans-serif;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .scale {
    -webkit-transform: scale(4, 4);

    transform: scale(4);
  }

  .slider-container {
    padding: 1rem 0;
  }

  .active-nav {
    font-size: 19px !important;
  }

  .font-big-navbar {
    font-size: 17px !important;

    font-family: "ysabeau", sans-serif;

    letter-spacing: 1px;
  }

  .col-small {
    flex: 0 !important;
  }

  .fs-navbar-big {
    font-size: 20px !important;
  }

  .small-dev-height {
    height: 100vh !important;
  }

  p.width-section-3.section-3-text {
    margin-bottom: 50px !important;
  }

  .section-3-text {
    font-size: 15px !important;
  }

  .sm-hidden {
    display: none;
  }

  .hidden-img-responsive {
    /* display: none; */
    max-width: 100px !important;
    min-width: 80px !important;
  }

  .sm-block {
    display: block;
  }

  /* .carousel-inner .carousel-item > div {
    display: none;
  } */

  /* .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  } */

  .icon-size {
    font-size: 20px;
  }

  .font-detail-invid {
    font-size: 15px;
  }

  .img-w {
    width: 100%;
  }

  .text-invid-detail-room {
    font-size: 20px !important;
  }

  .text-invid-detail-room-small {
    font-size: 19px !important;

    width: 100%;
  }

  .col > a.left {
    margin: 10px auto;

    font-size: 20px;

    color: black;

    text-align: start;
  }

  .col > a.font-navbar {
    color: black;
  }

  .responsive-navbar {
    flex-direction: column;

    margin-top: 30px;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .hidden-responsive {
    display: block;
  }

  .video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999; /* Ensure it appears above other content */
    background-color: black; /* Optional: to avoid any background color showing */
  }

  .video-container iframe {
    width: 100%;
    height: 100%;
  }

  .block-responsive {
    display: none;
  }

  .video-responsive {
    display: block;
    height: 400px;
    transform: scale(1.7) translateY(-35px);
    overflow: hidden;
  }

  .video-size {
    width: 100%;
    height: 100%;
  }

  .width-80 {
    width: 100%;
  }

  .padding-image {
    padding: 10px;
  }
}

.myCarousel .carousel-inner .carousel-item.active,
.myCarousel .carousel-inner .carousel-item-start,
.myCarousel .carousel-inner .carousel-item-next,
.myCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (max-width: 520px) {
  .video-responsive {
    display: block;
    height: 300px;
    overflow: hidden;
    transform: scale(1.7) translateY(-15px);
    margin-top: 50px;
  }
  .controls {
    left: 16px !important;
    width: 93% !important;
  }
}

@media (max-width: 490px) {
  /* Show overlay on small screens to disable clicks */
  .video-overlay {
    display: block;
  }
  .controls {
    left: 20px !important;
    width: 90% !important;
  }
}

@media (max-width: 720px) {
  .scale {
    -webkit-transform: scale(4, 4);

    transform: scale(4);
  }

  .controls {
    left: 19px;
    width: 95%;
  }

  .height-100 {
    height: auto !important;
  }

  .hidden {
    display: none;
  }

  .image-height {
    height: 15px;
  }

  .w-70 {
    width: 100%;
  }

  .hidden-detail-page {
    display: none;
  }

  .block-detail-page {
    display: block;
  }

  .idr-title-descriptions {
    font-size: 17px;

    text-align: start;

    margin-bottom: 40px;

    font-family: "ysabeau", sans-serif;

    font-weight: 700;
  }

  .benefits-package {
    font-size: 23px;

    font-weight: 700;
  }

  .text-invid {
    font-size: 25px;

    width: 70%;
  }

  .text-invid-detail {
    width: 100% !important;
  }

  .text-indicator {
    display: inline-block;
    margin: 0 13px;
    font-size: 15px;
    color: white;
    /* Change the color as needed */
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
  }

  .image-section {
    position: relative;

    height: 50vh;

    /* Set the desired height for the image section */
  }

  .border-responsive {
    border-bottom: 1px solid #ccc;
    border-right: 0px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .nav-top {
    z-index: 100;

    padding: 0 5px;
  }

  .center-the-button {
    align-items: center;
    padding-bottom: 30px;
  }

  .villa-button {
    align-items: center;
    padding-bottom: 5px;
  }

  .margin-top-bottom {
    margin: 20px 0;
  }

  .width {
    width: 55%;
  }

  .center-a-div {
    margin: 0 auto;
  }

  .width-section-3 {
    width: 100%;
  }

  .width-button-section-3 {
    width: 80%;
  }

  .width-button-villas {
    width: auto;
  }

  .btn-custom {
    font-size: 14px;
  }

  .logo-img {
    height: 55px;
  }

  .flex-custom {
    flex-direction: column;
  }

  .custom-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  /* .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  } */
}

@media (max-width: 550px) {
  .text-descriptions {
    font-size: 11px;
    width: 94%;
    font-family: "cardo", sans-serif;
  }

  .width-button-villas {
    font-size: 14px;
    padding-top: 4px;
  }

  .text-indicator {
    font-size: 11px;
  }

  .text-overlay-villas {
    top: 40% !important;
  }
}

@media (max-width: 720px) {
  .custom-height {
    height: 50vh;
  }

  .text-overlay {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .text-title-descriptions {
    font-size: 30px;
  }
  .text-descriptions {
    font-size: 15px;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  .text-title-descriptions {
    font-size: 35px;
    font-family: "cardo", sans-serif;
  }

  .text-descriptions {
    font-size: 15px;
    width: 65%;
    font-family: "cardo", sans-serif;
  }

  .scale {
    -webkit-transform: scale(4, 4);

    transform: scale(4);
  }

  .image-section {
    position: relative;
    height: 40vh;

    /* Set the desired height for the image section */
  }

  .custom-height {
    height: 40vh;
  }

  .text-overlay {
    top: 30%;
  }

  .text-overlay-title {
    top: 50% !important;
  }

  .text-overlay-villas {
    top: 47% !important;
  }

  .package {
    font-size: 24px !important;

    font-family: "cardo", sans-serif;
  }

  .section-3-text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .video-responsive {
    display: block;
    transform: scale(1.3);
    overflow: hidden;
    height: 500px;
  }

  .controls {
    left: 42px;
    width: 91%;
  }

  .width-button-package {
    width: 40% !important;
  }
}

@media (max-width: 1700px) {
  .text-custom {
    text-align: justify;
  }

  .text-overlay-title {
    top: 50% !important;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .text-descriptions {
    font-size: 16px;
    width: 65%;
    margin-bottom: 15px;
    font-family: "cardo", sans-serif;
  }

  .width-button-package {
    width: 40% !important;
  }
}

@media (min-width: 1000px) {
  .room-image {
    width: 25vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: relative;
  }

  .room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1) translateX(1px) translateY(-21px);
  }

  /* Overlay text styling */
  .overlay-text {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }

  /* Inner content padding */
  .expandable-content-inner {
    height: 100vh;
  }

  .myRoomSwiper {
    height: 100vh !important;
  }

  .swiper-room {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  ._df_button {
    font-size: 21px !important;
  }

  .custom-image-activity-1 {
    transform: scale(1.1) translateX(-89px) translateY(-28px);
    width: 100vw;
  }
  .custom-image-activity-2 {
    transform: scale(1.1) translateX(-84px) translateY(-28px) !important;
    width: 100vw !important;
  }
  .custom-image-purification-2 {
    transform: scale(1.2) translateX(18px) translateY(-28px) !important;
    width: 24vw !important;
  }
  .custom-image-activity-3 {
    transform: scale(1.1) translateX(-246px) translateY(-2px) !important;
    width: 61vw !important;
  }
  .custom-image-activity-4 {
    transform: scale(1.1) translateX(10px) translateY(-2px) !important;
    width: 56vw !important;
  }
}
