@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: #0a5393;
  --bs-primary-dark: #0c334b;
  --bs-second: #fd6801;
  --bs-primary-rgb: 10, 83, 147;
  --bs-primary-dark-rgb: 12, 51, 75;
  --bs-second-rgb: 253, 104, 1;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-font-size: 14px;
  --transition: all 0.5s ease-in-out;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.btn {
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 500;
}

.btn:not(.btn-link):hover {
  transform: none;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.bg-second {
  background-color: var(--bs-second);
}

.text-primary-dark {
  color: var(--bs-primary-dark);
}

.text-primary {
  color: var(--bs-primary);
}

.text-black {
  color: #000 !important;
}

.text-second {
  color: var(--bs-second);
}

.btn-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-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --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-second {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-second);
  --bs-btn-border-color: var(--bs-second);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ca5300;
  --bs-btn-hover-border-color: #ca5300;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ca5300;
  --bs-btn-active-border-color: var(--bs-second);
  --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-second);
  --bs-btn-disabled-border-color: var(--bs-second);
}

.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-keunggulan.webp");
  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 {
  --bs-navbar-hover-color: var(--bs-primary);
  --bs-navbar-active-color: var(--bs-primary);
  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: 500;
  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-navbar-hover-color) !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-second);
} */

/* 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 */
}

.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) {
  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: none !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 {
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}

.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*/
/* . */

/* Testimoni */
.testimonial-card-items {
  margin-top: 50px;
  position: relative;
}

.testimonial-card-items .testimonial-items-top {
  background-color: #ffffff;
  padding: 30px;
  height: 250px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.7rem rgb(30 34 40 / 15%) !important;
}

.testimonial-card-items .testimonial-items-top .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;
}

.testimonial-card-items .testimonial-items-top p {
  font-size: 14px;
  line-height: 190%;
  position: relative;
  z-index: 9;
}

.testimonial-card-items .testimonial-items-top .star {
  color: yellow;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}

.testimonial-card-items .client-info-items .client-img {
  border-radius: 50%;
  border: 2px solid var(--bs-primary);
}

.testimonial-card-items .testimoni-bg-shape {
  position: relative;
}

.testimonial-card-items .testimoni-bg-shape::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;
}

.testimonial-card-items:hover .testimonial-items-top::after {
  border-right: 1px solid #e3e3e3;
}

.testimonial-card-items:hover .testimonial-items-top::before {
  background-color: #e3e3e3;
}

/* Testimonial Section */
.testimonial-section {
  position: relative;
  z-index: 9;
}

.testimonial-section .testimonial-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-section .testimonial-bg-shape img {
  width: 100%;
}

.testimonial-section .array-button .array-prev,
.testimonial-section .array-button .array-next {
  background-color: #ecf0f4;
  color: #0c142e;
  border: none;
  transition: all 0.3s ease;
}

.testimonial-section .array-button .array-prev:hover,
.testimonial-section .array-button .array-next:hover {
  background-color: var(--bs-primary);
  color: white;
}

/* Wrapper */
.testimonial-wrapper {
  margin-bottom: 60px;
  margin-top: -85px;
}

.testimonial-wrapper .testimonial-items {
  position: relative;
}

.testimonial-wrapper .testimonial-items .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;
}

.testimonial-wrapper .testimonial-items .client-info-items p {
  padding: 30px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}

.testimonial-wrapper .testimonial-items .client-info-items .info {
  padding: 25px 35px;
  background-color: var(--bs-primary);
  border-radius: 0 0 10px 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-wrapper .testimonial-items .client-info-items .info .icon {
  position: absolute;
  top: -37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  right: 25px;
  border: 5px solid white;
  background-color: #0c142e;
}

.testimonial-wrapper .testimonial-items .client-info-items .info .name-job {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.testimonial-wrapper .testimonial-items .client-info-items .info::after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  right: 45px;
  bottom: -41.5px;
  width: 72px;
  height: 42px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1;
}

.testimonial-wrapper .testimonial-items .testimonial-image {
  position: absolute;
  right: 45px;
  bottom: -100px;
  z-index: -1;
}

.testimonial-wrapper .testimonial-items .testimonial-image img {
  width: 100%;
  height: auto;
}

/* MEDIA QUERIES (konversi dari breakpoint) */
@media (max-width: 576px) {
  .testimonial-card-items .testimonial-items-top {
    padding: 30px 40px;
  }
  .testimonial-wrapper .testimonial-items .client-info-items p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .testimonial-wrapper .testimonial-items .client-info-items p {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial-items .testimonial-image {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrapper .testimonial-items {
    margin-top: 50px;
  }
  .testimonial-wrapper .testimonial-items .client-info-items {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .testimonial-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 1400px) {
  .testimonial-wrapper {
    margin-bottom: 43px;
  }
}

.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: 20px 30px !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: #ffffff;
}

.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: #ffffff;
  font-size: 16px;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary) !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;
}

.footer-kontak-marketing p{
    margin-bottom:0;
}

.footer-kontak-marketing p a{
    color:white;
    margin-bottom:0;
}

.kontak-marketing p{
    margin-bottom:0;
}

.kontak-marketing p a{
    color:var(--bs-body);
    margin-bottom:0;
}

.swiper-controls .swiper-navigation .swiper-button {
  background: rgba(var(--bs-second-rgb), 0.9);
  color: var(--bs-primary);
  border: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 2.2rem;
  height: 2.2rem;
  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;*/
/*}*/

/*=====================================
  Services
========================================*/
.package-card {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}
@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-content {
  padding: 20px 0px 15px;
  text-align: center;
}
.package-card .package-content p {
  font-size: 13px;
}
@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: 20px;
  line-height: 1.4;
  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: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;
}

/* 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: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 25px;
  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 25px;
  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-second);
}
.theme-btn.style-one:hover i {
  color: var(--bs-second);
  -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: 10px; */
  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), 0.1));
}

/* Slider */
.home-slider {
  height: calc(100vh - 34px - 75px) !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); */
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.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-second-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;
}

/* Keunggulan */
.container-1730 {
  max-width: 1730px;
  margin: auto;
}

.service-bg_image-3 {
  border-radius: 10px;
  height: 300px;
  /* background-image: url(../../../images/lain-lain/bg-keunggulan.webp); */
  background:
    linear-gradient(to bottom, rgb(4 31 96 / 88%), rgb(4 31 96 / 88%)),
    url("../../../images/lain-lain/bg-keunggulan.webp");
}

.mt-dec--130 {
  margin-top: -130px;
}

.single-service-area-3 {
  padding: 30px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  height: 100%;
}
.single-service-area-3 .icon {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 0 0 10px 10px;
  height: 105px;
  width: 105px;
  background: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.single-service-area-3 .icon img {
  width: 60% !important;
}

.single-service-area-3 span.number {
  position: absolute;
  color: #efebe7;
  right: 20px;
  top: 0px;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--font-secondary);
}
.single-service-area-3 .title {
  margin-top: 100px;
  color: #141416;
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.single-service-area-3 .title:hover {
  color: var(--base-color);
}
.single-service-area-3 p.disc {
  margin-bottom: 10px;
  font-size: 15px;
  color: #7c7c84;
}
.single-service-area-3 .read-more-btn {
  color: var(--color-primary);
  font-weight: 600;
  max-width: max-content;
}
.single-service-area-3 .read-more-btn i {
  transition: 0.3s;
}
.single-service-area-3 .read-more-btn:hover i {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .single-service-area-3 .icon {
    height: 86px;
    width: 86px;
  }

  .single-service-area-3 .title {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 992px) {
  .service-bg_image-3 {
    height: 400px;
  }
}

/*  */
.border-gray {
  --bs-border-opacity: 1;
  border-color: rgb(239 239 239) !important;
}
.border-second {
  --bs-border-opacity: 1;
  border-color: var(--bs-second) !important;
}

/* Portofolio */
.product-item {
  height: 100%;
  position: relative;
}
.product-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  display: block;
  border: 3px solid transparent;
}
.product-item:hover .thumbnail {
  border: 3px solid var(--bs-second);
}
.product-item .thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.product-item:hover .thumbnail img {
  transform: scale(1.1);
}
.product-item .thumbnail .overlay-product {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  background: linear-gradient(135deg, var(--bs-dark), transparent);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.product-item:hover .thumbnail .overlay-product {
  opacity: 1;
}
.product-item .thumbnail .overlay-product a {
  padding: 5px 20px;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.product-item .thumbnail .overlay-product a i {
  font-size: 12px;
}
.product-item .content {
  position: absolute;
  padding: 10px 20px;
  width: 100%;
  /* margin-top: -3px; */
  bottom: 0;
  z-index: 10;
  background: white;
}
.product-item .content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: transparent;
  width: 50%;
  left: 25%;
  height: 0;
  transition: 0.2s;
}
.product-item:hover .content::before {
  background: var(--bs-second);
  width: 100%;
  height: 100%;
  left: 0;
}
.product-item .content .title {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.product-item .content .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #030711 !important;
  transition: 0.2s;
}
.product-item:hover .content .title {
  color: white !important;
}
.product-item .content .author {
  margin: 0;
  font-size: 11px;
  color: var(--bs-dark);
  padding: 0px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 0;
  font-weight: 600;
}
.product-item .content .date {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

/* Gallery */
/* Galeri */
.galeri-item {
  height: 100%;
  position: relative;
}
.galeri-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  display: block;
  /* margin-bottom: 30px; */
}
.galeri-item .thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.galeri-item:hover .thumbnail img {
  transform: scale(1.1);
}
.galeri-item .thumbnail .overlay-galeri {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  background: linear-gradient(0deg, #000000bf, #000000bf);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.galeri-item:hover .thumbnail .overlay-galeri {
  opacity: 1;
}
.galeri-item .thumbnail .overlay-galeri a {
  padding: 5px 20px;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.galeri-item .thumbnail .overlay-galeri a i {
  font-size: 12px;
}
.galeri-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  visibility: hidden;
}
.galeri-item:hover .content {
  visibility: visible;
}
.galeri-item .content .title {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  color: white;
}
.galeri-item .content .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #030711 !important;
}
.galeri-item .content .title a:hover {
  color: var(--bs-primary) !important;
}
.galeri-item .content .author {
  margin: 0;
  font-size: 11px;
  color: var(--bs-dark);
  padding: 0px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 0;
  font-weight: 600;
}
.galeri-item .content .date {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

/* Keunggulan */
.animate_line {
  position: relative;
  z-index: 0;
}
.animate_line .wt-icon-box-wraper {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}
.animate_line:after,
.animate_line:before {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.animate_line:after {
  left: 7px;
  bottom: 5px;
}
.animate_line:before {
  right: 7px;
  top: 5px;
}
.animate_line:hover:after,
.animate_line:hover:before {
  width: 50%;
  height: 50%;
  background: var(--bs-second);
}
@media only screen and (max-width: 767px) {
  .animate_line:after {
    bottom: 2px;
  }
  .animate_line:before {
    top: 2px;
  }
}

/* Separator */
.wt-separator-outer {
  overflow: hidden;
}
/*Separator defualt*/
.wt-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
}
.wt-separator .separator-left,
.wt-separator .separator-right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 2px;
  margin-top: -1px;
}
.wt-separator .separator-left {
  left: -80px;
}
.wt-separator .separator-right {
  right: -80px;
}
/*Separator liner*/
.wt-separator.style-liner {
  width: 20px;
  height: 4px;
}
/*Separator square*/
.wt-separator.style-square {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-color: #2d3239;
}
.wt-separator.style-square .separator-left,
.wt-separator.style-square .separator-right {
  height: 3px;
}
.wt-separator.style-square.has-bg {
  border-color: #fff;
}
/*Separator icon*/
.wt-separator.style-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}

/* sd */
.link-second,
.link-second:focus,
.link-second:hover {
  color: var(--bs-second);
}

@media (min-width: 992px) {
  .min-vh-lg-50 {
    height: 50vh !important;
  }
}

/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* Portofolio */
/*--------------------------------------------------------------
  16. Services Style
----------------------------------------------------------------*/
.services-wrapper .service-item {
  position: relative;
  cursor: pointer;
}
.services-wrapper .service-item .services-content {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme_light_border);
  position: relative;
}
.services-wrapper .service-item .services-content .the-plus {
  color: var(--base-color);
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: var(--theme-transition);
}
.services-wrapper .service-item .services-content .the-srv-title {
  padding-left: 15px;
}
.services-wrapper .service-item .services-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--base-color);
  transition: width 0.5s ease;
  opacity: 0.5;
}
.services-wrapper .service-item:hover .services-content::after {
  width: 100%;
}
.services-wrapper .service-item:hover .the-plus {
  background-color: var(--base-color);
  color: var(--theme_white);
  filter: drop-shadow(4px 4px 4px rgba(20, 118, 216, 0.25));
}
/*.services-wrapper .service-item:hover .srv-the-hover {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/
.services-wrapper .service-item:hover .srv-img img {
  transform: scale(1.1);
  filter: brightness(0.8) saturate(1.2);
}
.services-wrapper .service-item .srv-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services-wrapper .service-item .srv-img img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.services-wrapper .service-item:hover .srv-the-hover .sec-paragraph {
  max-height: 200px;
  transition: max-height 0.6s ease;
}

.services-wrapper .service-item .srv-the-hover .sec-paragraph {
  max-height: 63px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.services-wrapper .service-item:hover .srv-the-hover .truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: none;
  /*transition: -webkit-line-clamp 0.6s ease;*/
}

.services-wrapper .service-item .srv-the-hover {
  text-align: center;
  /* max-width: 285px; */
  position: absolute;
  right: 20px;
  left: 20px;
  /*bottom: 110px;*/
  bottom: 20px;
  opacity: 1;
  /*transform: translateY(20px);*/
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.services-wrapper .service-item .srv-the-hover .desc {
  background-color: #ffffffcc;
  padding: 10px 20px;
  border-right: 3px solid var(--base-color);
}

/* Sosmed */
.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.small-icon li {
  margin: 0 3.5px;
}
.elements-social ul li:first-child {
  margin-left: 0 !important;
}
.elements-social ul li {
  display: inline-block;
}
.social-icon-style-09 ul.light li a {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.elements-social .light li a {
  color: var(--bs-primary);
}
.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(35, 35, 35, 0.15);
  border-radius: 100%;
  position: relative;
}
.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-09 ul.light li a:hover {
  color: white !important;
  text-decoration: none;
}
.social-icon-style-09 ul.light li a span {
  background-color: var(--bs-primary);
}
.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--bs-dark);
}
.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}

/* Breadcumd */
.breadcrumb .breadcrumb-item {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: Unicons;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  color: rgb(255 255 255);
  content: "\e930";
  margin-top: -3px;
  font-size: 0.9rem;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--bs-white) !important;
}

/* Footer */
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
ul.footer-list {
  padding-left: 0;
}
.footer-list li {
  flex: 1 1 30%;
  list-style: none;
}
@media (max-width: 762px) {
  .footer-list li {
    flex: 1 1 45% !important;
  }
}
.footer-list li a {
  position: relative;
  color: var(--bs-light);
  transition: var(--transition);
}

.footer-list li a::before {
  content: ".";
  position: absolute;
  left: -3px;
  top: -4px;
  font-size: 50px;
  line-height: 0;
  color: var(--bs-second);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.footer-list li a:hover {
  color: var(--bs-second) !important;
}
.footer-list li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--bs-second);
}

.footer-list li a:hover {
  padding-left: 12px;
  color: var(--bs-second);
  /* color: rgba(255, 255, 255, 0.5); */
}

/* Sosmed */
.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

ul.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: var(--bs-white);
  font-size: 20px;
  color: var(--bs-primary);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* ===================
34. Keunggulan css 
====================== */

.department-area {
  position: relative;
}

.department-item {
  position: relative;
  background: var(--bs-white);
  border-radius: 50px 50px 50px 0;
  padding: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  /* box-shadow: var(--box-shadow); */
}

.department-item::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid var(--bs-primary);
  transition: var(--transition);
  opacity: 0.2;
}

.department-item:hover::before {
  opacity: 1;
}

.department-icon {
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px;
  border-radius: 50rem;
  background-color: var(--bs-primary);
}

.department-icon img {
  width: 50px !important;
  filter: brightness(100);
}

.department-title {
  margin-bottom: 10px;
  color: #000;
}

.department-title:hover {
  color: var(--bs-primary);
}

/* Galeri */
.galeri-item {
  transition: 0.2s;
}
.galeri-item:hover {
  transform: translateY(-10px);
}
.galeri-item .thumbnail-wrapper {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  aspect-ratio: 3.5 / 4;
}
.galeri-item.variant-2 .thumbnail-wrapper {
  aspect-ratio: 4 / 3.5;
}
.galeri-item .img-thumbnail {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galeri-item .content {
  padding: 10px;
}
.galeri-item .content .title {
  font-size: 16px;
  font-weight: 700;
}
.galeri-item .content .title a {
  color: var(--bs-text-dark);
}

/* Layanan */
.layanan-section-custom {
  position: relative;
  color: white;
  /* min-height: 600px; */
  /* display: flex;
  flex-direction: column; */
}
.layanan-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.layanan-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.layanan-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-dark-rgb), 1),
    rgba(var(--bs-primary-dark-rgb), 0.5),
    rgba(var(--bs-primary-dark-rgb), 1)
  );
}
.layanan-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
.layanan-section-custom .title {
  color: white;
  font-size: 35px;
  line-height: 1.25 !important;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.75);
}

/* CTA */
.cta-section-custom {
  position: relative;
  color: white;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
.cta-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.cta-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cta-section-custom .overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-dark-rgb), 1),
    rgba(var(--bs-primary-dark-rgb), 0.5)
  ); */

  background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-dark-rgb), 1),
    rgba(var(--bs-primary-dark-rgb), 0.5) 60%,
    rgb(237 240 241)
  );
}
.cta-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
.cta-section-custom .title {
  color: white;
  font-size: 35px;
  line-height: 1.25 !important;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.75);
}

/* Footer Contact */
ul.footer-contact {
  padding-left: 0;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--bs-white);
  /* font-size: 16px; */
  margin-bottom: 10px;
}

.footer-contact li a {
  color: var(--bs-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 10px 10px 10px 0;
  background: var(--bs-white);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--bs-primary);
}

/* General */
.custom-hover-scale {
  transition: 0.3s;
}

.custom-hover-scale:hover {
  transform: scale(1.04);
}

.custom-text-shadow {
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.75);
}

/*====================
26. Choose css 
======================*/

.choose-area {
  position: relative;
  background: var(--footer-bg);
  z-index: 1;
}

.choose-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../../images/lain-lain/bg-visimisi.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
}

.choose-content-wrap {
  margin-top: 30px;
}

.choose-img {
  position: relative;
  margin-left: 50px;
}

.choose-img::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid var(--bs-white);
  border-radius: 30% 0 30% 30%;
}

.choose-img img {
  border-radius: 30% 0 30% 30%;
}

.choose-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bs-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  padding: 15px 15px 15px 0;
  overflow: hidden;
}

.choose-item-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  background: var(--bs-second);
  border-radius: 50px 50px 50px 0;
  padding-right: 12px;
  margin-left: -12px;
}

.choose-item-icon i {
  color: var(--bs-primary);
  font-size: 50px;
}

.choose-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.choose-item-info {
  flex: 1;
}

.choose-item-info h4 {
  color: var(--color-dark);
  margin-bottom: 10px;
  font-size: 21px;
}

.choose-video-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media all and (max-width: 991px) {
  .choose-content-info {
    margin-right: 100px;
  }

  .choose-video-wrap {
    padding-top: 210px;
  }

  .choose-img {
    margin-top: 50px;
    margin-left: 10px;
  }
}

@media all and (max-width: 767px) {
  .choose-content-info {
    margin-right: 40px;
  }
}
