@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root,
[data-bs-theme="light"] {
  --bs-primary: #0e6a6f;
  --bs-secondary: #e5bf48;
  --bs-primary-light: #f2f2f2;
  --bs-primary-dark: #7a601f;
  --very-light-bs-primary: #fbeee1;
  --third-color: #004f72;
  --four-color: #3f78e0;
  --bs-primary-rgb: 197, 43, 47;
  --bs-secondary-rgb: 229, 191, 72;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-font-size: 14px;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.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-bs-secondary {
  background-color: var(--bs-secondary);
}

.bg-third-color {
  background-color: var(--third-color);
}

.text-bs-primary {
  color: var(--bs-primary);
}

.text-black {
  color: #000 !important;
}

.text-bs-secondary {
  color: var(--bs-secondary);
}

.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);
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: black;
  --bs-btn-border-color: black;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: black;
  --bs-btn-disabled-border-color: black;
}

/* 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);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}
/* .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;
  }
}

.logo-nav {
  width: auto;
  height: 60px;
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

/* Floating WA */
.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  /*width: 200px;*/
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(../../../images/lain-lain/whats.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #2ecb71;
}

/* 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: 15px;
}

.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: -0.5rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -0.5rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
  background: rgba(var(--bs-white-rgb), 0.7);
  visibility: hidden;
}

.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;
  }
}

/* Section CTA */
.section-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.three-columns {
  column-count: 3;
  column-gap: 30px;
}

.overlay * {
  color: black;
}

/* 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(--bs-secondary);
} */

/* Glit Box */
.glightbox-clean .gdesc-inner .gslide-desc,
.glightbox-clean .gdesc-inner .gslide-title {
  color: var(--bs-white);
  font-weight: 400;
}

/* 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 */
   white-space:nowrap;
}

.table-description table p {
  margin-bottom: 0px;
}

.table-description table {
  width: 100% !important;
  /* min-width: 600px; */
  overflow-x: auto;
  white-space:nowrap;
}

.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) {*/
/*  background-color: var(--bs-primary);*/
/*  color: white;*/
/*}*/

/* Detail Tour */
.tour .description {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}

.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(--bs-primary);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tour .read-more-btn:hover {
  color: var(--bs-primary-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: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);
}

/* Rental */
.rental .item .card {
  box-shadow: none !important;
  border: 3px solid #e5e5e5 !important;
  border-radius: 0.8rem !important;
}

.rental .item:hover .card {
  box-shadow: 0 2px 15px rgb(197 43 47) !important;
}

.rental .item .card .con {
  position: relative;
}

.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 .card .con .title-rental {
  color: #000;
}

.rental .item:hover .card .con .title-rental {
  /* color: #fff; */
}

.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:hover .con span {
  /*background-image: linear-gradient(transparent 24px, white 20px);*/
  background-size: 100% !important;
}

.rental .item .con .price {
  background-color: var(--bs-primary);
  position: absolute;
  top: -22px;
  right: 10px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
}

.rental .item:hover .con .price {
  background-color: black;
  color: white;
  border: none !important;
}

.rental .item:hover .con .btn {
  background-color: var(--bs-primary);
  color: white !important;
  border-color: var(--bs-primary);
}

.rental .item .con .btn:hover {
  color: var(--bs-primary);
}

.rental .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(0, 0, 0), rgb(0 0 0 / 32%));
}

.rental .cta-title p {
  margin-bottom: 0;
}

.rental .cta-title p strong {
  color: var(--bs-primary) !important;
  background-color: white;
  padding: 0 10px;
}

/* Wisata */
.wisata .item .card {
  box-shadow: none !important;
  border: 3px solid #e5e5e5 !important;
  border-radius: 0.8rem !important;
}

.wisata .item:hover .card {
  box-shadow: 0 2px 15px rgb(197 43 47) !important;
}

.wisata .item .card .con .title-wisata {
  color: #000;
}

.wisata .item:hover .card .con .title-wisata {
  /* color: #fff; */
}

.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;
}

.wisata .item:hover .con span {
  /* background-image: linear-gradient(transparent 24px, white 20px); */
  background-size: 100% !important;
}

.wisata .item:hover .con .btn.btn-outline-primary {
  border-color: black;
  color: white !important;
  background-color: black;
}

.wisata .item:hover .con .btn.btn-primary {
  /* background-color: #fff; */
  /* color: var(--bs-primary) !important; */
}

.wisata .item figure img {
  transition: all 0.3s ease;
}

.wisata .item:hover figure img {
  /*transform: scale(1.1);*/
  transition: all 0.3s ease;
}

.wisata .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(0, 0, 0), rgb(0 0 0 / 32%));
}

.wisata .cta-title p {
  margin-bottom: 0;
}

.wisata .cta-title p strong {
  color: var(--bs-primary) !important;
  background-color: white;
  padding: 0 10px;
}

/* Keunggulan */
.feature .item {
  position: relative;
  border-radius: 0.8rem;
}

.feature .item:hover {
  background-color: var(--bs-primary) !important;
  color: white;
}

.feature .item:hover .card-body .title-feature {
  color: white !important;
}

.feature .item .icon {
  position: absolute;
  top: -40px;
  left: 30px;
  border-radius: 50rem;
  background-color: var(--bs-primary);
  border: 4px solid var(--bs-primary);
}

.feature .item:hover .icon {
  background-color: #fff !important;
}

.feature .item .icon img {
  filter: brightness(0) invert(1);
  width: 3rem;
  height: 3rem;
}

.feature .item:hover .icon img {
  filter: none !important;
}

/* Article */
.article .item .card {
  box-shadow: none !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 0.8rem !important;
}

.article .item:hover .card {
  box-shadow: 0 2px 15px var(--bs-primary) !important;
  /*background-color: var(--bs-primary);*/
  /*color: #fff !important;*/
}

.article .item .card .con .title-article {
  color: #000;
  font-weight: 600;
}

.article .item .card .con .category-article {
  background-color: var(--bs-primary);
}

.article .item figure img {
  transition: all 0.5s ease;
}

.article .item:hover figure img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

/*Testimoni*/
.testimonial-card-items {
  margin-top: 50px;
  position: relative;

  .testimonial-items-top {
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    /*border: 2px solid var(--bs-primary);*/
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    @include transition;
    box-shadow: 0 0.25rem 0.7rem rgb(30 34 40 / 15%) !important;
    /*border: 1px solid transparent;*/

    @include breakpoint(max-sm) {
      padding: 30px 40px;
    }

    .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-radius: 50%;
      background-color: var(--bs-primary);
      font-size: 26px;
      color: white;
      margin: -70px auto 30px;
      position: relative;
      z-index: 9;
    }

    p {
      font-size: 14px;
      line-height: 190%;
      position: relative;
      z-index: 9;

      @include breakpoint(max-sm) {
        font-size: 16px;
      }
    }

    .star {
      color: yellow;
      margin-top: 15px;
      position: relative;
      z-index: 9;
    }
  }

  .client-info-items {
    position: relative;

    .client-img {
      /*width: 70px;*/
      /*height: 70px;*/
      border-radius: 50%;
      border: 2px solid var(--bs-primary);
    }
  }

  .testimoni-bg-shape {
    position: relative;

    &::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      background-image: url(../../assets/img/testimonial/bg-30.png);
      opacity: 0.9;
      filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
        hue-rotate(0deg);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }

  &:hover {
    .testimonial-items-top {
      box-shadow: 0 2px 10px var(--bs-primary) !important;

      &:after {
        border-right: 1px solid #e3e3e3;
      }

      &::before {
        background-color: #e3e3e3;
      }
    }
  }
}

.testimonial-section {
  position: relative;
  z-index: 9;

  .testimonial-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    img {
      width: 100%;
    }
  }

  .array-button {
    .array-prev,
    .array-next {
      background-color: #ecf0f4;
      color: #0c142e;
      border: none;

      &:hover {
        background-color: var(--bs-primary);
        color: white;
      }
    }
  }
}

.testimonial-wrapper {
  margin-bottom: 60px;
  margin-top: -85px;

  @include breakpoint(max-xxl) {
    margin-bottom: 43px;
  }

  @include breakpoint(max-xl) {
    margin-bottom: 60px;
  }

  @include breakpoint(max-md) {
    margin-bottom: 0;
  }

  .testimonial-items {
    position: relative;

    @include breakpoint(max-lg) {
      margin-top: 50px;
    }

    @include breakpoint(max-md) {
      margin-top: 0;
    }

    .client-info-items {
      max-width: 420px;
      border: 1px solid var(--bs-primary);
      background-color: white;
      transition: all 0.3s ease;
      position: relative;
      margin: 0 0 40px 0;
      border-radius: 10px;
      margin-left: 30px;

      @include breakpoint(max-lg) {
        margin-left: 0;
      }

      p {
        padding: 30px;
        font-size: 20px;
        line-height: 160%;
        font-weight: 400;

        @include breakpoint(max-md) {
          font-size: 18px;
        }

        @include breakpoint(max-sm) {
          font-size: 16px;
        }
      }

      .info {
        padding: 25px 35px;
        background-color: var(--bs-primary);
        border-radius: 0 0 10px 10px;
        position: relative;
        display: flex;
        align-items: center;
        direction: ltr;
        gap: 15px;

        .icon {
          position: absolute;
          top: -37px;
          transform: translateX(50%);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 74px;
          height: 74px;
          border-radius: 50%;
          right: 25px;
          transform: none;
          border: 5px solid white;
          background-color: #0c142e;
        }

        .name-job {
          display: flex;
          flex-wrap: wrap;
          gap: 15px;
          align-items: center;

          .name {
            color: white;
          }

          .separator {
            color: white !important;
          }

          .job {
            color: white;
          }
        }

        &::after {
          transition: all 0.3s ease;
          position: absolute;
          content: "";
          right: 45px;
          bottom: -41.5px;
          width: 72px;
          height: 42px;
          background-color: inherit;
          -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
          z-index: 1;
        }
      }
    }

    .testimonial-image {
      position: absolute;
      right: 45px;
      bottom: -100px;
      z-index: -1;

      @include breakpoint(max-md) {
        display: none;
      }

      img {
        @include imgw;
      }
    }
  }
}

.testimoni .testimonial-card-items .client-info-items .client-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/*.testimoni .testimonial-card-items .testimonial-items-top  {*/
/*    width :60px;*/
/*    height :60px;*/
/*    object-fit:cover;*/
/*}*/

@media (max-width: 568px) {
  .testimoni .testimonial-card-items .testimonial-items-top {
    padding: 15px 15px !important;
  }
}

blockquote.icon-top:before {
  content: "\201c";
  color: #aab0bc;
  opacity: 0.3;
  font-size: 6.5rem;
  font-weight: normal;
  top: 0;
  left: -0.3rem;
}

.testimoni
  .testimonial-card-items
  .testimonial-items-top
  .text-center.icon-top:before {
  left: 50%;
  transform: translateX(-52%);
}

.testimoni .testimonial-card-items .testimonial-items-top .icon-top {
  padding-top: 1.2rem !important;
  position: relative;
}

.testimoni .testimonial-card-items .testimonial-items-top .icon-top:before {
  content: "\201c";
  color: #fff;
  /*opacity: 0.3;*/
  font-size: 5.5rem;
  font-weight: normal;
  top: 0;
  left: -0.3rem;
}

.scroll {
  display: block;
  height: 100px;
  overflow: auto;
  margin-bottom: 10px;
  padding-right: 20px;
  /* direction: rtl;
    text-align: left; */
}

.simplescroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.simplescroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.simplescroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* margin-left: 10px; */
  background: var(--bs-primary);
}
.simplescroll::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}
.simplescroll::-webkit-scrollbar-thumb:active {
  background: var(--bs-primary);
}

.testimoni
  .testimonial-card-items:hover
  .simplescroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: white;
}

/*--------------------------------------------------------------
# Welcome Text Section
--------------------------------------------------------------*/
.cs_card.cs_style_3 {
  height: 100%;
  padding: 20px 16px;
}

.cs_card.cs_style_3 svg {
  color: var(--bs-primary);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_card.cs_style_3 svg:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.cs_card.cs_style_3 svg:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cs_card.cs_style_3 svg:nth-child(4) {
  position: absolute;
  top: 8px;
  left: 5px;
}

.cs_card.cs_style_3 .cs_card_content {
  height: 100%;
  padding: 50px 22px;
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cs_card.cs_style_3 .cs_card_icon {
  width: 60px;
  height: 60px;
}

.cs_card.cs_style_3:hover svg {
  color: var(--bs-primary);
}

.cs_card.cs_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Custom Background */
/* .custom-background-1 {
  position: absolute;
  inset: 0;
}

.custom-background-1 .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-1 .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(63.32% 63.32% at -7.82% 28.02%, #c52b2f3d 0%, rgba(235, 94, 40, 0) 100%);
}
.custom-background-1 .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 50% at 120% 10%, #ffffff 0%, rgb(192 42 46 / 12%) 100%);
} */

/*  */
.custom-background-keunggulan {
  position: absolute;
  inset: 0;
}

.custom-background-keunggulan .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-keunggulan .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at -7.82% 28.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}
.custom-background-keunggulan .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at 84.18% 95.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}

/* */
.custom-background-testimoni {
  position: absolute;
  inset: 0;
}

.custom-background-testimoni .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-testimoni .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at 87.18% 5.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}
.custom-background-testimoni .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at 10.18% 88.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}

/*  */
.custom-background-wisata {
  position: absolute;
  inset: 0;
}

.custom-background-wisata .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-wisata .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    71.32% 41.32% at 62.18% 39.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}
.custom-background-wisata .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at -5.82% 132.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}

/*  */
.custom-background-welcome {
  position: absolute;
  inset: 0;
}

.custom-background-welcome .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-welcome .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    71.32% 41.32% at 62.18% 39.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}
.custom-background-welcome .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 63.32% at -5.82% 132.02%,
    #c52b2f3d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}

/*  */
.custom-background-rental {
  position: absolute;
  inset: 0;
}

.custom-background-rental .gradient-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff -7.05%, #ffffff 104.8%);
}

.custom-background-rental .gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    71.32% 41.32% at 62.18% 39.02%,
    #0000003d 0%,
    rgba(235, 94, 40, 0) 100%
  );
}
.custom-background-rental .gradient-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    63.32% 41.32% at -5.82% 54.02%,
    #0000003d 0%,
    rgb(229 229 229 / 39%) 100%
  );
}

/* Custom BTN */
.primary-btn3 {
  border-radius: 20px;
  background: linear-gradient(to right, #c52b2f, #000);
  border: 2px solid white;
  box-shadow: 2px 2px 2px rgb(201, 199, 199);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 15px 35px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
}
.primary-btn3.btn-sm {
  font-size: 14px;
  padding: 13px 18px;
}

.primary-btn3.close {
  background: #6c757d !important;
}

@media (max-width: 768px) {
  .primary-btn3 {
    font-size: 13px;
    padding: 13px 18px;
  }
}

.primary-btn3 svg {
  fill: #fff;
  transition: 0.5s;
}

.primary-btn3::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #c52b2f;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

.primary-btn3.two {
  width: 100%;
  justify-content: center;
}

.primary-btn3.two svg path {
  transition: 0.5s;
}

.primary-btn3.two svg path:first-child {
  transition: 0.5s;
  fill: none;
  stroke: var(--title-color);
}

.primary-btn3:hover {
  color: white;
}

.primary-btn3:hover svg {
  fill: white;
}

.primary-btn3:hover.two svg path:first-child {
  fill: none;
  stroke: white;
}

.primary-btn3:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

/* Detail Tour */
.nav-tabs.nav-pills .nav-link {
  border-color: transparent;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
  margin-right: 0.5rem;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  background: linear-gradient(to right, #c52b2f, #000);
  color: white;
}

.nav-tabs.nav-pills .nav-link {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .nav-tabs.nav-pills .nav-item,
  .nav-tabs.nav-tabs-basic .nav-item {
    margin-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.cs_footer_widget_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 34px;
}

.cs_footer_widget_seperator span {
  height: 5px;
  width: 80px;
  border-radius: 5px;
}

.cs_footer_widget_seperator span:nth-child(2) {
  width: 15px;
}

.cs_footer_widget_seperator span:nth-child(3) {
  width: 6px;
}

/* Sosmed */
.cs_footer_widget .cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  border: 1px solid;
  border-color: #cacaca;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  /* background-color: rgba(105, 105, 105, 0.3); */
  color: #cacaca;
  font-size: 16px;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--bs-primary);
  color: white !important;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-controls .swiper-navigation .swiper-button {
  background: rgba(var(--bs-secondary-rgb), 0.9);
  color: var(--bs-primary);
  border: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 1.8rem;
    height: 1.8rem;
  line-height: inherit;
  border-radius: 100%;
  border: 2px solid var(--bs-primary);
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

/*  */
/* 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 .overlay {
  content: "";
  /* background: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 7%,
    rgba(255, 255, 255, 0) 100%
  );
  /*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: 20px;
  transition: transform 0.3s ease;
}

.wisata-category .item .image-wrapper img {
  transition: all 0.3s ease;
}

.wisata-category .item .image-wrapper:hover img {
  transform: scale(1.09);
  transition: transform 0.5s ease;
}

.wisata-category .item .image-item {
  width: 100%;
  height: 230px;
  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(0px);
}

/* .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);
  font-weight: 600;
}

.wisata-category .item .con .sub-title {
  /* padding: 10px; */
  /* background-color: white; */
  display: inline;
  /* border-radius: 10px; */
  color: white !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;*/
/*}*/

/*=====================================
  08. Home1 Travel Package Section CSS
========================================*/
.package-card {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background-color: var(--bs-btn-active-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card {
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .package-card {
    padding: 5px;
  }
}
.package-card .package-img-wrap {
  position: relative;
}
.package-card .package-img-wrap .package-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.package-card .package-img-wrap .package-img img {
  border-radius: 10px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.package-card .package-img-wrap .package-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.package-card .package-img-wrap .batch {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 7px;
  position: absolute;
  bottom: -10px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 576px) {
  .package-card .package-img-wrap .batch {
    top: 10px;
    right: 10px;
  }
}
.package-card .package-img-wrap .batch span {
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 6px 14px;
  background-color: var(--bs-secondary);
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-img-wrap .batch span {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .package-card .package-img-wrap .batch span {
    font-size: 13px;
  }
}
.package-card .package-img-wrap .batch span.discount {
  background-color: #ff8b00;
}
.package-card .package-img-wrap .batch span.yellow-bg {
  background-color: #ffe100;
  color: var(--title-color);
}
.package-card .package-img-wrap .slider-pagi-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
}
@media (max-width: 576px) {
  .package-card .package-img-wrap .slider-pagi-wrap {
    bottom: 15px;
  }
}
.package-card .package-img-wrap .slider-pagi-wrap .paginations {
  gap: 5px;
}
.package-card
  .package-img-wrap
  .slider-pagi-wrap
  .paginations
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #f0f0f0;
}
.package-card
  .package-img-wrap
  .slider-pagi-wrap
  .paginations
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background-color: var(--primary-color1);
}
.package-card .package-img-wrap .slider-btn-grp .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 1;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border: unset;
  background-color: rgba(var(--white-color-opc), 0.3);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  opacity: 0;
}
.package-card .package-img-wrap .slider-btn-grp .slider-btn svg {
  fill: var(--white-color);
  stroke: none;
}
.package-card .package-img-wrap .slider-btn-grp .slider-btn:hover {
  background-color: var(--white-color);
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}
.package-card .package-img-wrap .slider-btn-grp .slider-btn:hover svg {
  fill: var(--primary-color1);
}
.package-card
  .package-img-wrap
  .slider-btn-grp
  .slider-btn.package-img-slider-next {
  left: unset;
  right: 15px;
}
.package-card .package-content {
  padding: 20px 15px 15px;
}
@media (max-width: 1399px) {
  .package-card .package-content {
    padding: 20px 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content {
    padding: 20px 5px 15px;
  }
}
.package-card .package-content h5 {
  margin-bottom: 10px;
}
.package-card .package-content h5 a {
  color: black;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}
.package-card .package-content h5 a:hover {
  color: var(--bs-primary);
}
@media (max-width: 1199px) {
  .package-card .package-content h5 a {
    font-size: 18px;
  }
}
.package-card .package-content .location-and-time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .location-and-time {
    gap: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-card .package-content .location-and-time {
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .package-card .package-content .location-and-time {
    margin-bottom: 25px;
  }
}
.package-card .package-content .location-and-time .location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.package-card .package-content .location-and-time .location svg {
  fill: var(--text-color);
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .location-and-time .location svg {
    width: 12px;
  }
}
.package-card .package-content .location-and-time .location a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .location-and-time .location a {
    font-size: 13px;
  }
}
.package-card .package-content .location-and-time .location a:hover {
  color: var(--primary-color1);
}
.package-card .package-content .location-and-time .arrow {
  fill: var(--text-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .location-and-time .arrow {
    width: 22px;
  }
}
.package-card .package-content .location-and-time span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .location-and-time span {
    font-size: 13px;
  }
}
.package-card .package-content .btn-and-price-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5px;
}
.package-card .package-content .btn-and-price-area .primary-btn1 {
  padding: 13px 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .btn-and-price-area .primary-btn1 {
    font-size: 14px;
    padding: 12px 13px;
  }
}
@media (max-width: 576px) {
  .package-card .package-content .btn-and-price-area .primary-btn1 {
    font-size: 14px;
    padding: 12px 13px;
  }
}
.package-card .package-content .btn-and-price-area .price-area h6 {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: end;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .btn-and-price-area .price-area h6 {
    font-size: 13px;
    margin-bottom: 10px !important;
  }
  
  .package-card .package-content h5 {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 576px) {
  .package-card .package-content .btn-and-price-area .price-area h6 {
    font-size: 13px;
    margin-bottom: 10px !important;
  }
  
  .package-card .package-content h5 {
        margin-bottom: 10px !important;
    }
}
.package-card .package-content .btn-and-price-area .price-area span {
  color: black;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card .package-content .btn-and-price-area .price-area span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .package-card .package-content .btn-and-price-area .price-area span {
    font-size: 15px;
  }
}
.package-card .package-content .btn-and-price-area .price-area span del {
  font-size: 18px;
}
.package-card .package-content .divider {
  fill: var(--borders-color);
  width: 100%;
}
.package-card .package-content .bottom-area {
  padding-top: 5px;
}
.package-card .package-content .bottom-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 45px;
  position: relative;
}
.package-card .package-content .bottom-area ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.package-card .package-content .bottom-area ul li svg {
  fill: var(--text-color);
}
.package-card .package-content .bottom-area ul li .info {
  z-index: 1;
  cursor: pointer;
}
.package-card .package-content .bottom-area ul li .info svg {
  fill: #aaaaaa;
}
.package-card .package-content .bottom-area ul li .info .tooltip-text {
  position: absolute;
  bottom: 23px;
  left: 0;
  max-width: 307px;
  width: 100%;
  padding: 20px;
  background-color: black;
  border-radius: 10px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .package-card .package-content .bottom-area ul li .info .tooltip-text {
    min-width: 290px;
  }
}
@media (max-width: 1399px) {
  .package-card .package-content .bottom-area ul li .info .tooltip-text {
    min-width: 260px;
    font-size: 13px;
    padding: 20px 15px;
  }
}
.package-card .package-content .bottom-area ul li .info .tooltip-text span {
  color: var(--white-color);
}
.package-card .package-content .bottom-area ul li .info:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.package-card:hover .package-img-wrap .package-img img {
  transform: scale(1.1);
}
.package-card:hover .package-img-wrap .package-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.package-card:hover .package-img-wrap .slider-btn-grp .slider-btn {
  opacity: 1;
}
.package-card.two
  .package-img-wrap
  .slider-pagi-wrap
  .paginations
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
}
.package-card.two .package-content h5 a:hover {
  color: var(--primary-color2);
}
.package-card.two .package-content .location-and-time .location a:hover {
  color: var(--primary-color2);
}
.package-card.two .package-content .location-and-time .arrow {
  fill: var(--text-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card.two .package-content .location-and-time .arrow {
    width: 22px;
  }
}
.package-card.two .package-content .location-and-time span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card.two .package-content .location-and-time span {
    font-size: 13px;
  }
}
.package-card.three
  .package-img-wrap
  .slider-pagi-wrap
  .paginations
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3);
}
.package-card.three .package-content h5 a:hover {
  color: var(--primary-color3);
}
.package-card.three .package-content .location-and-time .location a:hover {
  color: var(--primary-color3);
}
.package-card.three .package-content .location-and-time .arrow {
  fill: var(--text-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card.three .package-content .location-and-time .arrow {
    width: 22px;
  }
}
.package-card.three .package-content .location-and-time span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card.three .package-content .location-and-time span {
    font-size: 13px;
  }
}
.package-card.four .package-img-wrap .map-view-btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 100px;
  background-color: #f0f0f0;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  transition: 0.5s;
}
.package-card.four .package-img-wrap .map-view-btn svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.package-card.four .package-img-wrap .map-view-btn svg:hover {
  background-color: var(--primary-color1);
}
.package-card.four .package-img-wrap .map-view-btn svg:hover svg {
  fill: var(--white-color);
}
.package-card.four .package-img-wrap .map-view-btn:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.package-card.four .package-img-wrap .map-view-btn:hover svg {
  fill: var(--white-color);
}
.package-card.four .package-content {
  padding: 25px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1399px) {
  .package-card.four .package-content {
    padding: 25px 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card.four .package-content {
    padding: 25px 5px 15px;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .package-card.four .package-content {
    gap: 50px;
  }
}
.package-card.four .package-content .package-content-title-area .rating-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.package-card.four
  .package-content
  .package-content-title-area
  .rating-area
  span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.package-card.four
  .package-content
  .package-content-title-area
  .package-features {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.package-card.four
  .package-content
  .package-content-title-area
  .package-features
  li {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.package-card.four
  .package-content
  .package-content-title-area
  .package-features
  li
  svg {
  fill: var(--text-color);
}
.package-card.four .package-content .package-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .package-card.four .package-content .package-info-list {
    gap: 12px;
  }
}
.package-card.four .package-content .package-info-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 13px;
  position: relative;
}
.package-card.four .package-content .package-info-list li span {
  color: var(--text-color);
}
.package-card.four .package-content .package-info-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #aaaaaa;
}
.package-card.four .package-content .location-area {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .package-card.four .package-content .location-area {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .package-card.four .package-content .location-area {
    margin-bottom: 20px;
  }
}
.package-card.four .package-content .location-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.package-card.four .package-content .location-area span strong {
  color: var(--title-color);
  font-weight: 500;
}

/* Button */
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-btn.style-one {
  padding: 5px 5px 5px 15px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-btn.style-one i {
  background-color: white;
  color: var(--bs-primary);
  font-size: 30px !important;
}
.theme-btn.style-one:hover {
  background-color: var(--bs-secondary);
}
.theme-btn.style-one:hover i {
  color: var(--bs-secondary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.theme-btn.style-two {
  padding: 7px 5px 7px 25px;
  border: 1px solid var(--border-color);
}
.theme-btn.style-two i {
  background-color: var(--bs-primary);
  color: var(--white-color);
}
.theme-btn.style-two:hover {
  color: var(--white-color);
  background-color: var(--bs-primary);
  border-color: transparent;
}
.theme-btn.style-two:hover i {
  color: var(--bs-primary);
  background-color: var(--white-color);
}

/* UTILS */
.section-header .text-bar {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #cf3425;
  display: flex;
  margin-right: 8px;
}

/* Details Tour */
.tour-details .tour-details-gallery {
  display: grid;
  grid-gap: 10px;
  border-radius: 15px;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.tour-details .tour-details-gallery div {
  background: #cbcbcb;
  height: 100%;
  width: 100%;
}
.tour-details .tour-details-gallery div:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.tour-details .tour-details-gallery.items-1 div:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}
.tour-details .tour-details-gallery div:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
.tour-details .tour-details-gallery.items-2 div:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}
.tour-details .tour-details-gallery div:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.tour-details .tour-details-gallery.items-3 div:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}
.tour-details .tour-details-gallery div:nth-child(4) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  position: relative;
}
@media (max-width: 767.98px) {
  .tour-details .tour-details-gallery div {
    grid-column: 1 / 5 !important;
    grid-row: 1 / 3 !important;
    aspect-ratio: 4 / 2 !important;
  }
}
.tour-details .tour-details-gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.tour-details .start-form-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--bs-primary);
  padding: 15px;
  background: linear-gradient(0, transparent, rgba(var(--bs-primary-rgb), .1));
}

.btn-see-all-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  height: 35px;
  width: 100px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 2px solid white;
  backdrop-filter: blur(3px);
  transition: none;
}
.btn-see-all-image:hover {
  background: rgba(0, 0, 0, 0.4);
}


.tour-category-swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tour-category-swiper .swiper-slide {
  width: fit-content;
}
.tour-category-swiper-wrapper .swiper-button-next,
.tour-category-swiper-wrapper .swiper-button-prev {
  position: relative;
  top: unset;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--bs-primary);
  border-radius: 50%;
}
.tour-category-swiper-wrapper .swiper-button-next:after,
.tour-category-swiper-wrapper .swiper-button-prev:after {
  font-size: 15px;
}
.category-slide-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: fit-content;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid transparent;
  color: var(--bs-text-dark);
  background: white;
}

@media (max-width: 576px) {
  .category-slide-item {
      padding: 0px 5px 2px 4px !important;
  }
  
  .category-slide-item img {
        height: 20px !important;
        width: 20px !important;
        min-width: 20px !important;
    }
}

.category-slide-item.active,
.category-slide-item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.category-slide-item img {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 10px;
  object-fit: cover;
}

.package-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.package-item .thumbnail-wrapper {
  aspect-ratio: 2 / 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.package-item .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.package-item:hover .thumbnail-wrapper img {
  transform: scale(1.1);
}
.package-item .thumbnail-wrapper .post-type {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  background: var(--bs-secondary);
  border-radius: 510px;
}
.package-item .thumbnail-wrapper .reading-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 510px;
}
.package-item .details {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package-item.infografis .details {
  padding: 10px 15px;
}
.package-item .details .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-item.infografis .details .title {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.package-item .details .title a {
  color: var(--bs-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.package-item .details .date-dropdown-wrapper {
  position: relative;
}
.package-item .details .date-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 1.5px 12.5px;
  font-size: 12px;
  position: unset;
}
.package-item .details .date-dropdown-wrapper .date-dropdown .dropdown-toggle {
  color: inherit;
}
.package-item
  .details
  .date-dropdown-wrapper
  .date-dropdown
  .dropdown-toggle.show::after,
.package-item
  .details
  .date-dropdown-wrapper:hover
  .date-dropdown
  .dropdown-toggle::after {
  rotate: 180deg;
}
@media (min-width: 992px) {
  .package-item
    .details
    .date-dropdown-wrapper:hover
    .date-dropdown
    .dropdown-menu {
    display: block;
    left: 0;
  }
}
.package-item .details .date-dropdown .dropdown-menu {
  width: 100%;
  transform: unset !important;
  top: 30px !important;
  height: fit-content;
  max-height: 130px;
  overflow-y: auto;
  padding: 15px 25px;
}
.package-item .details .date-dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.tab-group .tab-panel.hidden {
    display: none;
}