@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root,
[data-bs-theme="light"] {
  --bs-primary: #dfae32;
  --bs-primary-light: #f2f2f2;
  --bs-primary-dark: #7a601f;
  --very-light-bs-primary: #fbeee1;
  --second-color: #4ec3e8;
  --third-color: #004f72;
  --four-color: #3f78e0;
  --bs-primary-rgb: 223, 174, 50;
  --bs-font-sans-serif: "Outfit", sans-serif;
}

.primary-font {
  font-family: "Gilda Display", serif;
}

.alt-font {
  font-family: "Lexend", sans-serif;
}

.third-font {
  font-family: "Corinthia", cursive;
}

.bg-primary {
  background-color: var(--bs-primary);
}

.bg-primary-light {
  background-color: var(--bs-primary-light);
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark);
}

.bg-very-light-bs-primary {
  background-color: var(--very-light-bs-primary);
}

.bg-second-color {
  background-color: var(--second-color);
}

.bg-third-color {
  background-color: var(--third-color);
}

.text-bs-primary {
  color: var(--bs-primary);
}

.text-black {
  color: #000 !important;
}

.text-second-color {
  color: var(--second-color);
}

.btn-bs-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

/* Background */
.background-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  /* opacity: 0.1; */
}

.background-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-2.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.03;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.07;
}

.background-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-tentang-kami.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-layanan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

/* Navbar */
.navbar {
  background: rgba(0, 0, 0, 0.1);
}
/* .navbar.navbar-light.fixed .custom-btn-primary {
  display: inline-block;
} */

.navbar.navbar-light.fixed .custom-btn-outline {
  display: none;
}

.navbar.navbar-dark .custom-btn-primary {
  display: none;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background: none;
    border-color: transparent;
    color: var(--bs-white);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

/* Floating WA */
.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
    rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

.contact-btn-1 {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-34 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-34:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
    rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

/* Button */
.btn-group-very-sm > .btn,
.btn-very-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}

.btn-group-very-sm > .btn-icon.btn,
.btn-icon.btn-very-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group-very-sm > .btn-icon.btn i,
.btn-icon.btn-very-sm i {
  font-size: 0.8rem;
}

/* Navbar */
.nav-link {
  /* color: black; */
  --bs-nav-link-font-weight: 600;
  font-size: 16px;
}

.navbar-clone.navbar-stick {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.home-slider {
  height: calc(100vh - 34px) !important;
}

.dropdown-item {
  font-weight: 600;
  letter-spacing: -0.01rem;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}

/* header page */
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(16 26 37), rgb(0 0 0 / 32%));
}

/* About Me */
.ornament-about-1 {
  position: absolute;
  width: 100%;
  /* bottom: 0; */
  right: 0;
  opacity: 0.1;
}

/*Swiper*/
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -1rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -1rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
  background: rgba(var(--bs-white-rgb), 0.7);
  visibility: hidden;
}

/* .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  border: solid 1px var(--bs-primary);
  background-color: transparent;
  opacity: 1;
} */

.price {
  white-space: nowrap;
}

.icon-logo-footer {
  right: 100px;
  bottom: 10px;
}

@media (max-width: 992px) {
  .icon-logo-footer {
    right: 20px;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  .section-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.swiper-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}

.bg-overlay-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 10%));
}

.navbar-stick .nav-link {
  color: black !important;
}

.navbar-stick .navbar-nav .nav-link.active,
.navbar-stick .navbar-nav .nav-link:hover,
.navbar-stick .navbar-nav .nav-link.show {
  color: var(--bs-primary) !important;
}

.breadcrumb.text-white .breadcrumb-item + .breadcrumb-item::before {
  color: white;
  margin-top: -2px;
}

/* Tabel Harga */
.description-p table {
  width: 100%;
}

.description-p table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #dddddd24;
  color: white;
}

.description-p table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.description-p p {
  margin-bottom: 0px;
}

/* .description-p table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */

.description-p table tr:hover {
  background-color: #dddddd24;
}

/* .desc-cat ol,
.desc-cat ul {
    padding-left: 0px;
} */

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.section-2 .img-about {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.section-2 .deskrip {
  left: -150px;
  right: 100px;
  top: 50%;
  margin-top: 70px;
}

@media (max-width: 756px) {
  .section-2 .deskrip {
    margin-top: 0px;
  }
}

.ls-05px {
  letter-spacing: 0.5px;
}

.second-img-wrapper {
  aspect-ratio: 4/2;
  object-fit: cover;
  max-width: 300px;
}

@media (max-width: 756px) {
  .second-img-wrapper {
    max-width: 215px;
  }

  .h-450px {
    height: 450px;
  }
}

/* ROOMS */
.portfolio-one {
  position: relative;
  display: block;
  z-index: 1;
}

.portfolio-one__inner {
  position: relative;
  display: block;
}

.portfolio-one__outer-box {
  position: relative;
  display: block;
}

.portfolio-one__single-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  gap: 10px;
}

.portfolio-one__single-box li {
  position: relative;
  flex: 0 0 50%;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  list-style: none;
}

.portfolio-one__single-box li.active {
  flex: 0 0 50%;
}

.portfolio-one__single-inner {
  position: relative;
  display: block;
  min-height: 420px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}

.portfolio-one__single-inner:hover {
  background: none;
  transition: all 0.5s ease;
}

.portfolio-one__single__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
  transition: all 500ms ease;
  /*border-radius: 5px;*/
  z-index: -1;
}

.portfolio-one__single__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7651435574229692) 9%,
    rgba(0, 0, 0, 0.7707457983193278) 14%,
    rgba(0, 0, 0, 0.5494572829131652) 35%,
    rgba(0, 0, 0, 0.48783263305322133) 57%,
    rgba(0, 0, 0, 0.35057773109243695) 95%
  ); */
  opacity: 0;
  /*border-radius: 5px;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* -webkit-transform: perspective(540px) rotateX(-20deg); */
  -ms-transform: perspective(540px) rotateX(-20deg);
  /* transform: perspective(540px) rotateX(-20deg); */
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  content: "";
  z-index: 1;
}

.portfolio-one__single-inner:hover .portfolio-one__single__bg::before {
  opacity: 1;
  /* -webkit-transform: perspective(540px) rotateX(0deg); */
  -ms-transform: perspective(540px) rotateX(0deg);
  /* transform: perspective(540px) rotateX(0deg); */
}

.portfolio-one__single-content {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 80px;
    margin-right: 80px; */
}

.portfolio-one__single-content .text-box {
  position: relative;
  display: block;
  background: var(--billdins-white);
  /*border-radius: 5px;*/
  padding: 14px 20px 12px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  opacity: 1;
  /*transform: translateX(-4%);*/
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .text-box {
  opacity: 1;
  /*transform: translate(0);*/
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.portfolio-one__single-content .text-box p {
  margin: 0;
}

.portfolio-one__single-content .text-box h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-one__single-content .text-box h3 a {
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* .portfolio-one__single-content .text-box h3 a:hover {
  color: var(--bs-primary);
} */

.portfolio-one__single-content .desc {
  height: 0;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .desc {
  height: fit-content;
  opacity: 1;
}
.portfolio-one__single-content .btn-box {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(4%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .btn-box {
  opacity: 1;
  transform: translate(0);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.portfolio-one__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 80px;
  background: var(--billdins-base);
  color: var(--billdins-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  border-radius: 5px;
}

.portfolio-one__single-content .btn-box a:hover {
  background: var(--billdins-white);
  color: var(--billdins-black);
}

.portfolio-one__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .portfolio-one__single-box li {
    flex: 1;
    flex-basis: 20%;
  }

  .portfolio-one__single-box li.active {
    flex: 2.3;
    flex-basis: 30%;
  }

  .portfolio-one__single-box
    li.active
    .project-style1__box-content
    .img-holder-img-bg {
    opacity: 0.8;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
  }

  .project-style1__box
    li.active
    .project-style1__box-content
    .project-style1__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .project-style1 {
    padding: 100px 0 100px;
  }

  .portfolio-one__single-box li.active {
    flex: 0 0 100%;
  }

  .project-style1__box-content {
    min-height: 550px;
  }

  .project-style1__box-content-inner {
    padding: 48px 30px;
    height: 550px;
  }

  .project-style1__box-content-inner-wrapper h4 {
    font-size: 28px;
  }
}

/* Section CTA */
.section-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}

/* Button Style */
.butn-dark {
  position: relative;
  line-height: 1.2em;
}
.butn-dark a {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: var(--bs-primary);
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
}
.butn-dark a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #7a601f;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn-dark a span {
  position: relative;
  z-index: 2;
}
.butn-dark a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.butn-dark a:hover span {
  color: #fff;
}

/* ======= News style ======= */
.news .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.news .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.news .item:hover .con {
  bottom: 0;
}
.news .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(100%);
}
.news .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
  padding: 8px 10px 4px 10px;
  text-align: center;
}
.news .item .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.25em;
}
.news .item .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 27px;
  font-style: normal;
  color: #fff;
}
.news .item .con {
  margin: -155px 20px 90px;
  padding: 20px;
  background-color: #222 !important;
  border: 1px solid #222;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -90px;
  position: relative;
}
.news .item .con .category {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
.news .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: var(--bs-primary);
}
.news .item .con .category a:hover {
  color: var(--bs-primary);
}
.news .item .con .category a:last-child {
  margin-right: 0;
}
.news .item .con .category a:last-child:after {
  display: none;
}
.news .item .con h5,
.news .item .con h5 a {
  color: #fff;
  font-size: 24px;
  /* font-family: "Gilda Display", serif; */
  font-weight: 400;
  margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
  color: #fff;
}
.news .item .con p {
  color: #fff;
  font-size: 17px;
}
.news .item .con i {
  color: #fff;
  font-size: 20px;
}

/* ======= Rooms 2 style  ======= */
.rooms2 {
  position: relative;
}
.rooms2:last-child {
  margin-bottom: 20px;
}
.rooms2 figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}
.rooms2.left figure {
  margin-left: 0;
  margin-right: auto;
}
.rooms2 figure img {
  transition: all 0.3s ease;
  aspect-ratio: 4/2.5;
  object-fit: cover;
}
.rooms2 figure img:hover {
  transform: scale(0.98);
  transition: all 0.3s ease;
}
.rooms2 .caption {
  background: var(--bs-primary-light);
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 4% 4% 4% 4%;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.rooms2.left .caption {
  left: auto;
  right: 0;
  background: var(--bs-primary-light);
  padding: 4% 4% 4% 4%;
}

.rooms2 .caption.padding-left {
  padding-left: 4%;
}

.rooms2.left .caption.padding-left {
  padding-right: 4%;
}

.rooms2 .caption h4,
.rooms2 .caption h4 a {
  font-size: 35px;
  color: #222;
  margin-bottom: 5px;
}
.rooms2 .caption h3,
.rooms2 .caption h3 a {
  font-size: 24px;
  color: #ab8a62;
  margin-bottom: 0px;
}
.rooms2 .caption h3 span {
  font-size: 15px;
  color: #666;
  font-family: "Barlow", sans-serif;
}
.rooms2 .caption h6 {
  display: inline-block;
  color: #666;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.rooms2 .caption .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rooms2 .caption .info-wrapper .more {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.rooms2 .caption .info-wrapper .more i {
  color: #666;
  font-size: 10px;
}
.rooms2 .caption .info-wrapper .date {
  color: #222;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  background: transparent;
  border: 1px solid #ab8a62;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3px 12px;
}
.rooms2 .caption .info-wrapper .date:hover {
  background: transparent;
  border: 1px solid #222;
  color: #222;
}
@media (max-width: 991.98px) {
  .rooms2 figure {
    width: auto;
    margin: 0;
  }
  .rooms2 .caption {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 30px 20px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.rooms2:last-child {
  margin-bottom: 0 !important;
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.three-columns {
  column-count: 3;
  column-gap: 30px;
}

.room-slider {
  height: calc(100vh - 95px - 34px) !important;
}

/* Article */
.article-home .image-list .item figure {
  width: 10rem;
  height: 7rem;
}

.article-home .image-list .item img {
  object-fit: cover;
  transition: all 0.4s ease;
}

.article-home .image-list .item:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.article-home .main-item img {
  transition: all 0.4s ease;
}

.article-home .main-item:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.article-home .main-item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
  padding: 8px 10px 4px 10px;
  text-align: center;
}

.article-home .main-item .date span {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.25em;
}

.article-home .main-item .date i {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  font-size: 27px;
  font-style: normal;
  color: #fff;
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.overlay * {
  color: black;
}

/* Wisata Category */
/*.wisata-category .item figure img {*/
/*  aspect-ratio: 4/5.5;*/
/*  object-fit: cover;*/
/*}*/

.wisata-category .item {
  position: relative;
  overflow: hidden;
}

.wisata-category .item figure img {
  transition: all 0.4s ease;
}

.wisata-category .item:hover figure img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.wisata-category .item .overlay {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*transform: scale(0);*/
  transition: all 0.4s ease;
  z-index: 1;
}

.wisata-category .item:hover .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  /*transform: scale(1);*/
  transition: all 0.4s ease;
}
.wisata-category .item:hover .overlay i {
  color: var(--bs-primary) !important;
}

.wisata-category .image-row {
  display: flex;
}

.wisata-category .item .image-wrapper {
  margin: 12px;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.wisata-category .item .image-wrapper:hover {
  transform: scale(1.03);
}

.wisata-category .item .image-item {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 500px) {
  .wisata-category .item .image-row {
    flex-direction: column;
  }

  .wisata-category .item .image-wrapper {
    margin: 8px 0;
  }
}


.wisata-category .item .con {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.wisata-category .item .con .bottom {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(45px);
}

.wisata-category .item:hover .con .bottom {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0px) !important;
}

.wisata-category .item .con h3 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.wisata-category .item .con .sub-title {
  padding: 10px;
  background-color: white;
    display: inline;
  border-radius: 10px;
  color: #000 !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.wisata-category .item:hover .con .sub-title {
  opacity: 1 !important;
  transition: all 0.3s ease;
}
/* .wisata-category .overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}

.wisata-category .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 28;
  transition: all 0.4s ease;
} */

/*.wisata-category .swiper-controls .swiper-pagination .swiper-pagination-bullet {*/
/*    background: #ffffff;*/
/*}*/

/*.wisata-category .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    border-color: #ffffff;*/
/*}*/

/* Wisata */
.wisata .item figure img {
  transition: all 0.3s ease;
}

.wisata .item:hover figure img {
  transform: scale(1.06);
  transition: all 0.3s ease;
}
.wisata .item figure.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}

.wisata .item:hover figure.overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 43%
  );
  z-index: 28;
  transition: all 0.4s ease;
}

.wisata .item:hover .con span {
  background-size: 100% !important;
}

.wisata .item .con span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

/* Rental */
.rental .item figure img {
  transition: all 0.3s ease;
}

.rental .item:hover figure img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.rental .item figure.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}

.rental .item:hover figure.overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 43%
  );
  z-index: 28;
  transition: all 0.4s ease;
}

.rental .item .con .table-price table p {
  margin-bottom: 0px;
}

.table-container {
  width: 100%;
  overflow-x: auto; /* Scroll horizontal jika perlu */
}

.rental .item .con .table-price table {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 10px;
  /* min-width: 600px; */
  /*overflow-x: auto;*/
}

.rental .item:hover .con span {
  background-size: 100% !important;
}

.rental .item .con span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

/* .rental .item .con .table-price table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: var(--base-color);
  color: white;
} */

.rental .item .con .table-price table td {
  padding: 2px 5px;
  font-size: 13px;
}

.rental .item .con .table-price table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

.rental .item .con .table-price table tr:hover {
  background-color: #f2f2f2;
}

.rental .item:hover .con .button-rent a {
  display: block !important;
}

/* Contact */
.contact-info-item {
  position: relative;
  padding: 0 20px 40px;
  background: #ffffff;
  margin-top: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
}
.contact-info-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  transform: translateY(-50px);
  margin-bottom: -20px;
  font-size: 40px;
  color: #ffffff;
  background: var(--bs-primary);
  box-shadow: 0 10px 50px rgb(0 0 0 / 8%);
}
h4.contact-info-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0d0d0d;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact-info-text p {
  font-size: 16px;
  line-height: 32px;
  /* font-weight: 400; */
  color: #6a6a6a;
}
.contact-info-text a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6a6a6a;
  display: inline-block;
  transition: all 500ms;
}
.contact-info-text a:hover {
  color: var(--theme-color);
}

/* Title Section */
.section-title-custom {
  display: flex;
  gap: 40px;
  align-items: center;
}
.section-title-custom.style-1 .divider-title-1:nth-child(1) {
  display: none;
}
.section-title-custom .title {
  width: fit-content;
  text-wrap: nowrap;
  margin: 0;
  font-weight: 600;
}
.section-title-custom.light-ver .title {
  color: white;
}
.section-title-custom .divider-title-1:nth-child(3) {
  rotate: 180deg;
}
.section-title-custom.light-ver .divider-title-1 span {
  background: rgba(255, 255, 255, 0.4);
}

.divider-title-1 {
  display: flex;
  gap: 5px;
  width: 100%;
  transform: skewX(135deg);
}
.divider-title-1 span {
  display: block;
  height: 3px;
}
.divider-title-1 span:nth-child(1) {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}
/* .divider-title-1 span:nth-child(2) {
  background: rgba(0, 0, 0, 0.1);
  width: 10%;
}
.divider-title-1 span:nth-child(3) {
  width: 70%;
  background: var(--second-color);
} */

/* Glit Box */
.glightbox-clean .gdesc-inner .gslide-desc,
.glightbox-clean .gdesc-inner .gslide-title {
  color: var(--bs-white);
  font-weight: 400;
}

/* Slider New */
/*.home-slider {*/
/*  height: 100vh !important;*/
/*}*/
.home-slider .slider-home {
  height: 100%;
  width: 100%;
}
.home-slider .slider-home .slider-home-item {
  height: 100%;
  position: relative;
}
.home-slider .slider-home .slider-home-item .background {
  position: absolute;
  inset: 0;
}
.home-slider .slider-home .slider-home-item .background:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home-slider .slider-home .slider-home-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .slider-home .slider-home-item .container .sup-title {
  padding-left: 20px;
  display: flex;
  width: fit-content;
  color: white;
  position: relative;
  align-items: center;
  font-weight: 600;
}
.home-slider .slider-home .slider-home-item .container .sup-title::before {
  content: "";
  display: block;
  height: 25px;
  width: 60px;
  background: var(--bs-primary);
  position: absolute;
  left: 0;
  z-index: -1;
}
.home-slider .slider-home .slider-home-item .container .title {
  color: white !important;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 1px;
}
.home-slider .slider-home .slider-home-item .container .description {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  font-weight: 600;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero:hover {
  color: white;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero::before {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background: var(--bs-primary);
  position: absolute;
  right: 0;
  transition: 0.2s;
}
.home-slider
  .slider-home
  .slider-home-item
  .container
  .btn-link-hero:hover::before {
  right: 60px;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: -1;
  margin-left: 30px;
}
.home-slider .slider-home .swiper-scrollbar {
  opacity: 1 !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  right: 10px !important;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
}

.home-slider .slider-home .swiper-scrollbar .swiper-scrollbar-drag {
  background: white;
  border-radius: 0;
}
.content-marquee {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(var(--bs-secondary-rgb), 0.85);
  padding: 20px 0 !important;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.home-slider
  .slider-home
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-primary);
  color: white;
  width: 50px;
}
.home-slider .slider-home .slider-home-item .animate-zoom {
  animation: animatedBackground 20s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}

/* Button Custom */
.custom-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-outline:hover {
  background: #37768f;
  color: white;
}

.custom-btn-outline img.arrow {
  height: 20px;
}

.custom-btn-primary {
  /* background: transparent; */
  color: white;
  border: 2px solid white;
  background: var(--bs-primary);
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-primary:hover {
  color: white;
}

.custom-btn-primary img.arrow {
  height: 20px;
}

/* Galeri */
.galeri .item {
  position: relative;
  overflow: hidden;
}

.galeri .item figure img {
  transition: all 0.4s ease;
}

.galeri .item:hover figure img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.galeri .item .overlay {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: 100000;
}

.galeri .item:hover .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scale(1);
  transition: all 0.4s ease;
}
.galeri .item:hover .overlay i {
  color: var(--bs-primary) !important;
}

/* Gallery Grid */
/* .image-grid {
    padding: 12px;
} */

.galeri .image-row {
  display: flex;
}

.galeri .item .image-wrapper {
  margin: 12px;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3),
                0 6px 20px rgba(0, 0, 0, 0.15),
                0 6px 20px rgba(0, 0, 0, 0.7); */
  transition: transform 0.3s ease;
}

.galeri .item .image-wrapper:hover {
  transform: scale(1.03);
}

.galeri .item .image-item {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 500px) {
  .galeri .item .image-row {
    flex-direction: column;
  }

  .galeri .item .image-wrapper {
    margin: 8px 0;
  }
}

/* DESKRIPSI TOUR */
.table-description {
  width: 100%;
  overflow-x: auto !important; /* Scroll horizontal jika perlu */
}

.table-description table p {
  margin-bottom: 0px;
}

.table-description table {
  width: 100% !important;
  min-width: 600px;
  /*overflow-x: auto;*/
}

.table-description table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: var(--bs-primary);
  color: white;
}

.table-description table td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* .table-description table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */

.table-description table tr:hover {
  background-color: #f2f2f2;
}

.table-description.table-price table tr:nth-child(1),
.table-description.table-price table tr:nth-child(2) {
  background-color: var(--bs-primary); /* warna abu-abu muda */
  color: white;
  /* background-color: #f2f2f2; */
}

/* Detail Tour */
.tour .description {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}

/* .tour .description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
} */

.tour .description.show-more {
  max-height: none;
}

.tour .description.show-more::after {
  opacity: 0;
  visibility: hidden;
}

.tour .description p:not(:first-of-type) {
  display: none;
}

.tour .description.show-more p {
  display: block;
}

.itinerary-description hr {
    margin: 5px 0px !important;
}

/* Styling tombol */
.tour .read-more-btn {
  background-color: transparent;
  border: none;
  color: var(--base-color);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tour .read-more-btn:hover {
  color: var(--base-color-hover);
}

.text-shadow-custom {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.fw-300 {
    font-weight:300;
}


.accordion-wrapper .card {
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: #fdfbf6;
  border: 0;
  padding: 0.5rem 1.3rem;
}
.accordion-wrapper .card-header button.collapsed {
  color: #000;
}
.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: black;
}
/*.accordion-wrapper .card-header button.collapsed:before {*/
/*  content: "\ec5d";*/
/*}*/
.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  /*content: "\ec07";*/
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: black;
}
.accordion-item .card-body {
  padding: 0 1.25rem;
}
.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}
.bg-primary-soft {
  background-color: #fff5d6 !important;
}
.goverlay {
  background: rgba(0, 0, 0, 0.9);
}
