@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;
}

.text-justify {
  text-align: justify;
}

.margin-mobile-video {
  margin-top: 100px;
}

.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;
}

.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;
}

/* .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: 0;

  color: #747474;

  z-index: 1;

  width: 100%;

  top: 50%;

  transform: translateY(-50%);

  display: flex !important;

  align-items: center;

  justify-content: space-between;
}

@media (max-width: 768px){
  .controls {
    width: 94%;
    left: 14px;
    color: #fff;
  }
}

.controls:focus {
  outline: none;
}

.controls li:hover {
  cursor: pointer;
}

/* Margin Custom */
.padding-news-container {
  padding-top: 7.5rem;
}

/* Truncate Text 2 Line */
.text-custom-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content {
  position: relative; /* Allows positioning of the read-more text */
}

.read-more {
  display: inline-block; /* Ensures it behaves like a block element */
  cursor: pointer;
  color: black; /* Change to your desired color */
}

/* .card */

.card-custom {
  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,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.146a.5.5 0 0 1 0 .708L6.207 7.5l5.147 5.646a.5.5 0 0 1-.708.708l-5.5-6a.5.5 0 0 1 0-.708l5.5-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff' viewBox='0 0 15 17'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.116a.5.5 1 0 1 0.708 1l5.5 5a.5.5 0 0 1 0 1.708l-5.5 6a.5.5 0 0 1-.708-.708L9.793 8 4.646 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.custom-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.146a.5.5 0 0 1 0 .708L6.207 7.5l5.147 5.646a.5.5 0 0 1-.708.708l-5.5-6a.5.5 0 0 1 0-.708l5.5-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
}

.custom-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 15 17'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.116a.5.5 1 0 1 0.708 1l5.5 5a.5.5 0 0 1 0 1.708l-5.5 6a.5.5 0 0 1-.708-.708L9.793 8 4.646 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* Adjusting the icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 45% !important; /* Resize the icon within the button */
  width: 50px !important; /* Set icon width */
  height: 20px !important; /* Set icon height */
}

/* .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*/

/* youtube */

/* Container for maintaining aspect ratio */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
  height: 0;
  overflow: hidden;
}

/* Make the iframe fill the container */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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.2);

  border-radius: 5px;

  top: 0;

  z-index: 1;

  right: 0;

  bottom: 0;

  left: 0;
}

/**/

.font-bargemo {
  font-family: "bargemo", sans-serif;

  /* font-weight:bold; */

  color: white;
}

.stroke {
}

.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;
}

.padding-image-room {
  padding: 20px;
}

.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;
}

.img-w {
  width: 90%;
}

.gradient {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex; /* Ensures the gradient aligns with the image */
}

.gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Cover the entire image */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 23%,
    rgba(0, 6, 1, 0.65) 100%
  );
  z-index: 1; /* Layer above the image */
}

.name-text-profile{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9rem;
}

.rounded-circle {
  border: 1px solid #B5B5B5; /* Optional: Add a border similar to the SVG */
  background-color: #B5B5B5; /* Optional: Background color */
  display: flex;
  align-items: center;
  justify-content: center;
}

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

  font-size: 40px;
}

/* Modal Image Detail */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%; /* Width of the image */
  max-width: 30rem; /* Max width of the image */
  top: 4%;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 400px !important; */
}

.swiper-customer p {
  margin-bottom: 0px !important;
}

.swiper-customer .swiper-customer-slide {
  height: 300px !important;
  width: 300px !important;
}

.swiper-promo .swiper-promo-slide {
  height: auto !important;
  width: 20rem !important;
}

.swiper-customer-slide {
  padding: 26px 25px;
}

.swiper-button-prev:after, .swiper-button-next:after{
  color: #1cbed4;
  /* font-weight: 600; */
  font-size: 30px;
}

.fa-star::before{
  color: gold;
}

.custom-height-slide {
  height: 100% !important;
}

.swiper-container {
  height: 25.5rem;
  position: relative;
}

.image-container {
  position: relative;
  height: 100vh;
  width: inherit;
  display: flex !important;
  justify-content: center;
}

.image-container img {
  position: relative;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the container */
  object-position: center; /* Center the image */
}

.image-container-detail {
  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: #02102a;

  color: white;
}

.video {
  height: 100vh;

  z-index: 0;

  overflow: hidden;

  object-fit: cover;
}

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 #1cbed4;

  font-weight: 700;

  color: white;
}

.btn-custom:hover {
  border: solid 2px #1cbed4;

  font-weight: 700;

  background-color: #1cbed4;

  color: white;
}

.btn-scrolled {
  border: solid 2px #1cbed4;

  font-weight: 700;

  background-color: #1cbed4;

  color: white;
}

.btn-scrolled:focus {
  border: solid 2px #1cbed4;

  font-weight: 700;

  background-color: #fff;

  color: #1cbed4;
}

.logo {
  flex-grow: 1;

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

  text-align: center;

  margin-top: 20px;
  margin-bottom: 10px;
}

.text-overlay {
  position: absolute;

  top: 50%;

  left: 50%;

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

  text-align: center;

  color: white;

  font-size: 24px;

  z-index: 2;
}

.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;

  width: 100%;

  height: 100%;

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

  /* Overlay color */

  color: #fff;

  /* Text color */

  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: 50px;

  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%;
}

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

.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;
}

.image-custom-certificate {
  width: auto;

  height: 45vh;

  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: #1cbed4 !important;

  font-size: 26px !important;

  letter-spacing: 5px;
}

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

  width: 100%;
}

.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: #1cbed4 !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 #1cbed4;

  font-weight: 700;
}

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

  font-weight: 700;

  background-color: #1cbed4;

  color: white;
}

.btn-custom-descriptions-section-3 {
  border: solid 2px #1cbed4;

  font-weight: 700;

  background-color: #1cbed4;

  color: white;
}

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

  font-weight: 700;

  background-color: #1cbed4;

  color: white;
}

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

.padding-image-certificate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-2 {
  padding: 40px 0;

  width: 90%;

  margin: 0 auto;
}

.section-3-promo {
  padding: 100px 75px;

  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 {
  padding: 100px 0;

  width: 80%;

  margin: 0 auto;
}

/* .slider-product {
    width: 100%
  } */

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

  width: 100%;

  margin: 0 auto;
}

.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);
}

/* 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;
}

.block-responsive {
  display: block;
}

/* 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;

  z-index: 1;
}

.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);
}

@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: 500px) {
  .image-custom-certificate {
    width: auto;
    height: 23vh !important;
  }
}

@media (max-width: 568px) {
  .section-3-promo {
    padding: 60px 45px;
    margin: 0 auto;
  }
  .image-custom-certificate {
    width: auto;
    height: 30vh;
  }
  .text-justify {
    text-align: justify;
  }

  .image-container-custom {
    height: 40rem;
    width: auto;
  }

  .image-container {
    height: 40rem;
    width: auto;
  }

  .image-container .transport {
    width: auto;
    height: 36.8rem;
  }

  .image-container .other_promo {
    width: auto;
    height: 43.8rem;
  }

  .image-container .main_promo,
  .image-container .other_promo {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  /* .image-overlay-promo {
    height: 42vh;
  } */
  .scale {
    -webkit-transform: scale(4, 4);

    transform: scale(4);
  }
  .carousel-container-package {
    height: 42vh;
  }

  .margin-mobile-video {
    margin-top: 75px;
  }

  .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;
  }

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

  .sm-hidden {
    display: none;
  }

  .hidden-img-responsive {
    display: none;
  }

  .sm-block {
    display: block;
  }

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

  .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;
  }

  .block-responsive {
    display: none;
  }

  .width-80 {
    width: 100%;
  }

  .padding-image {
    padding: 10px;
  }
  .carousel-item-custom {
    height: 53vh;
  }

  .carousel-item-custom img {
    transform: scale(1.7) translate(-38px, 48px);
  }
}

.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: 768px) {
  .scale {
    -webkit-transform: scale(4, 4);

    transform: scale(4);
  }

  .gap-container-slide {
    gap: 1rem;
  }

  .container-slide-image {
    height: 39vh;
  }

  .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;
  }

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

    text-align: center;

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

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

    text-align: center;

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

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

    text-align: center;

    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;
  }

  .image-section {
    position: relative;

    height: 50vh;
  }

  .image-section-promo {
    position: relative;
  }

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

    border-right: 0px;

    text-align: center;

    margin: 0 auto;

    padding: 10px;
  }

  .nav-top {
    z-index: 100;

    padding: 0 5px;
  }

  .center-the-button {
    align-items: center;

    padding-bottom: 30px;
  }

  .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-menu {
    width: 100% !important;
  }

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

  .logo-img {
    height: 55px;
  }

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

  .custom-hidden {
    display: none;
  }

  .image-container .main_promo {
    width: 100%;
    height: 83%;
  }

  .image-container .other_promo {
    width: 100%;
    height: 100%;
  }
}

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

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

  .image-responsive-right,
  .image-responsive-left,
  .text-responsive-left,
  .text-responsive-right {
    padding: 0px 0px !important;
    margin-bottom: 3rem;
  }

  .image-responsive-right,
  .image-responsive-left {
    height: 30rem;
  }

  .section-4 {
    padding: 50px 0;
  }

  /* .padding-responsive-left {
    padding: 0px 0px 0px 15px !important;
  } */
}

@media (min-width: 768px) and (max-width: 800px) {
  .padding-image-activities {
    height: 65vh !important;
    width: 36vw !important;
  }
  .image-container .main_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 83%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image */
  }

  .image-container .other_promo {
    width: 70%;
    height: 100%;
  }
}

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

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

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

  .image-responsive-right {
    padding: 0px 10px 0px 0px !important;
  }

  .image-responsive-left {
    padding: 0px 0px 0px 10px !important;
  }

  .image-section-package {
    height: 60vh !important;
    width: 31vw;
  }

  .package {
    font-size: 24px !important;
    font-family: "cardo", sans-serif;
  }

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

  .padding-image-activities {
    height: 65vh !important;
    width: 36vw !important;
  }

  .padding-image-certificate {
    height: 65vh !important;
    width: 100%;
  }

  .image-custom-certificate {
    width: auto;
    height: 55vh;
  }

  .image-container .main_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 92%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image */
  }

  .image-container .other_promo {
    width: 78%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .image-section-spa img {
    width: 45vw;
    transform: scale(1) translate(0px, 0px);
  }

  .image-section-room img {
    width: 100vw;
    transform: scale(1.1) translate(-19 0px, 0px);
  }

  .image-section-room-superior img {
    width: 110vw;
    transform: scale(1.1) translate(-290px, 4px);
  }

  .margin-container-spa {
    margin-inline: 47px 0px;
  }

  .carousel-container-spa {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .section-2 {
    padding: 50px 0 !important;
  }
}

@media (min-width: 600px) {
  .section-2 {
    padding: 60px 0;

    width: 90%;

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

@media (max-width: 686px) {
  .image-custom-certificate {
    width: auto;
    height: 37vh;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .image-section-package {
    height: 75vh;
  }

  .image-section-room img {
    width: 100vw;
    transform: scale(1) translate(-300px, 0px);
  }

  .image-section-room-superior img {
    width: 100vw;
    transform: scale(1.1) translate(-400px);
  }
}

@media (max-width: 540px) {
  .carousel-item-custom {
    height: 17rem;
  }

  .carousel-item-custom img {
    transform: scale(1.6) translate(-35px, 30px);
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .carousel-item-custom {
    height: 72vh;
  }

  .carousel-item-custom img {
    transform: scale(1.6) translate(-40px, 70px);
  }
}

@media (max-width: 1000px) {
  .text-semititle-descriptions {
    font-size: 15px;
    font-family: "cardo", sans-serif;
  }
}

@media (max-width: 1200px) {
  .text-semititle-descriptions {
    font-size: 15px;
    font-family: "cardo", sans-serif;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .padding-image-activities {
    height: 70vh;
    /* width: 36vw; */
  }
  .padding-image-certificate {
    margin-right: 1rem;
    height: 55vh !important;
    width: 40vw !important;
  }
  .image-custom-certificate {
    width: auto;
    height: 40vh;
  }

  .image-container .main_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image */
  }

  .image-container .other_promo {
    width: 90%;
    height: 100%;
  }
  .carousel-item-custom {
    height: 65vh;
  }

  .carousel-item-custom img {
    transform: scale(1.6) translate(-40px, 70px);
  }
}

@media (min-width: 1200px) {
  .padding-image-activities {
    height: 84vh !important;
    /* width: 37vw !important; */
  }
  .padding-image-certificate {
    height: 55vh !important;
    width: 37vw !important;
  }
  .image-section-room img {
    width: 100%;
    transform: scale(1.1) translate(35px);
  }
  .image-section-room-superior img {
    width: 60vw;
    transform: translate(-55px);
  }
  .image-section-spa img {
    width: 35vw;
    transform: scale(1) translate(60px, 0px);
  }
  .image-custom-certificate {
    width: auto;
    height: 40vh;
  }

  .image-container .main_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image */
  }

  .image-container .other_promo {
    width: 90%;
    height: 100%;
  }
  .carousel-item-custom {
    height: 77vh;
  }

  .carousel-item-custom img {
    transform: scale(1.6) translate(-40px, 70px);
  }
}

@media (min-width: 1400px) {
  .padding-image-certificate {
    height: 55vh !important;
    width: 45vw !important;
  }
  .image-custom-certificate {
    width: auto;
    height: 45vh;
  }

  .image-container .main_promo,
  .image-container .other_promo {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image */
  }

  .carousel-item-custom {
    height: 91vh;
  }

  .carousel-item-custom img {
    transform: scale(1.6) translate(-40px, 70px);
  }
}
