@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: 'Zodiak-Bold';
  src: url('../font/Zodiak-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zodiak-Regular';
  src: url('../font/Zodiak-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #dbead6;
  --bs-primary-dark: #068305;
  --bs-second: #14C113;
  --bs-primary-rgb: 245, 245, 220;
  --bs-primary-dark-rgb: 61, 43, 31;
  --bs-second-rgb: 212, 175, 55;
  --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%);
  --bs-body-line-height: 1.5;
  --bs-body-color: #3f434c;
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.alt-font {
  font-family: "Poppins", sans-serif;
}

.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);
}

.fs-kat {
    font-size: 14px;
}

.f-produk {
  font-size: 15px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .f-produk {
    font-size: 14px;
    line-height: 16px;
  }
  .fs-kat {
      font-size: 12px;
  }
}

.bg-utama {
  background-color: var(--bs-primary-dark);
}

.bg-kedua {
  background-color: var(--bs-second);
}

.bg-putih {
  background-color: white;
}

.bg-hitam {
  background-color: black;
}

.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-utama {
  color: var(--bs-primary-dark);
}

.text-kedua {
  color: var(--bs-second);
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

.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);
}

.border-abu {
  border: 1px solid gray;
}

.border-utama {
  --bs-border-opacity: 1;
  border-color: var(--bs-primary-dark);
}

.limit-text-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.limit-text-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #000;
  --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: #000;
  --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: #000;
  --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: #927926;
  --bs-btn-hover-border-color: #927926;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #927926;
  --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;
}

.btn-primary-dark {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-primary-dark);
  --bs-btn-border-color: var(--bs-primary-dark);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 220, 165, 87;
  --bs-btn-active-color: var(--bs-primary);
  --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: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary-dark);
  --bs-btn-disabled-border-color: var(--bs-primary-dark);
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 4rem;
  height: 4rem;
}

/* 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-dark);
  --bs-navbar-active-color: var(--bs-primary-dark);
  background: rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; */
}

.navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}

.nav-link {
  color: black;
  --bs-nav-link-font-weight: 500;
  font-size: 14px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0 !important; */
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .mega-menu-content {
    background: white !important;
  }
}

/* .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: 50px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-primary-dark);
  background-color: var(--bs-dropdown-link-hover-bg);
  transform: translateX(10px);
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

.progress-wrap {
  position: fixed;
  left: 1.5rem;
}

/* Floating WA */
.cbh-phone {
  display: block;
  position: fixed;
  right: -50px;
  bottom: -25px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 180px;
  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 */
.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: 500;
  letter-spacing: -0.01rem;
  font-size: 14px;
}

.dropdown-toggle::after {
  line-height: 1;
  color: var(--bs-primary-dark) !important;
}

.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);
}

.swiper-controls .swiper-navigation .swiper-button {
  /* background: rgba(var(--bs-second-rgb), 0.9); */
  color: var(--bs-primary-dark);
  border: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 1.5rem;
  height: 1.5rem;
  line-height: inherit;
  border-radius: 100%;
  border: 2px solid var(--bs-primary-dark);
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen)
  .swiper-thumbs
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
}

.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
  background: rgba(var(--bs-primary-dark-rgb)) !important;
  color: var(--bs-white) !important;
}

.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
  background: rgba(var(--bs-primary-dark-rgb), 0.8) !important;
  border: 2px solid rgba(var(--bs-primary-dark-rgb), 0.8) !important;
}

.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;
}

/* 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;
}

.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: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);
}

.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;
  border-radius: 8px;
}

.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;
}

/* ARTICLE */
.article .item .card {
  box-shadow: none !important;
  border: none !important;
  /* border-radius: 0.8rem !important; */
  transition: transform 0.3s ease;
}

.article .item:hover .card {
  /* background-color: var(--bs-primary); */
  /* color: #fff !important; */
  /* transform: scale(1.06); */
  transition: transform 0.3s ease;
}

.article .item .card .con .title-article {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

/* .article .item:hover .card .con .title-article {
  color: #fff;
} */

.article .item .card .con .category-article {
  background-color: var(--bs-primary);
}

/* .article .item:hover .card .con .more {
  color: white !important;
} */

.article .item:hover .card .con .category-article {
  background-color: #fff !important;
  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 */
.scroll {
  display: block;
  height: 120px;
  overflow: auto;
  margin-bottom: 10px;
  padding-right: 20px;
}

.scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* margin-left: 10px; */
  /*background: var(--bs-primary-dark);*/
  background: rgba(var(--bs-primary-dark-rgb), 0.7);
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}

.scroll::-webkit-scrollbar-thumb:active {
  background: var(--bs-primary);
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ececec;
  border-radius: 10px;
}

/* Background */
.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%
  );
}

/*--------------------------------------------------------------
# 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: 100px;
  /* 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-dark) !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;
}

/* Wisata Category */
.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 {
  display: inline;
  color: white !important;
  transition: all 0.3s ease;
}

/*=====================================
  Services
========================================*/
.package-card {
  padding: 5px;
  /* 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 15px 15px;
  text-align: center;
}

@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;
}

/* 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));
}

.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);
}

/* Slider */
.home-slider {
  height: calc(100vh - 60px - 30px) !important;
}

.home-slider .slider-home {
  height: 100%;
  width: 100%;
}

.home-slider .slider-home .slider-home-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.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.2);
  /* 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;
}

/*  */
.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;
}

/* 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);
}

/* 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);
  }
}

/* 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-dark-rgb), 0.5);
}

.elements-social .light li a {
  color: var(--bs-primary-dark);
}

.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-dark);
}

.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;
}

/* Breadcrumb */
.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: Unicons;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
   color: rgb(255 255 255); 
  content: "\e930";
  margin-top: 0.5px;
  line-height: 0;
  font-size: 13px;
}

.breadcrumb-item a:hover {
  color: var(--bs-primary-dark);
}

.breadcrumb-item {
    display: flex;
    color: white;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--bs-primary) !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-white);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.footer-list li a:hover {
  color: var(--bs-white) !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-white);
  /* 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);
}

/* Layanan */
.layanan-section-custom {
  position: relative;
  color: white;
}

.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: rgba(var(--bs-primary-dark-rgb), 0.9);
  /* 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);
}

/* Image Wrapper*/
.img-wrapper-custom {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .img-wrapper-custom{
      min-height: 350px;
  }
}

.img-wrapper-custom .background-image {
  position: absolute;
  inset: 0;
}

.img-wrapper-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.img-wrapper-custom .overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--bs-primary-dark-rgb), 0.9);
}

/* 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: rgb(6, 131, 5, .5);
  /*background: rgba(var(--bs-primary-dark-rgb), 0.9);*/

  /* 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);
}

/* Paket Wisata */
.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: 5px;
}

.package-item.infografis .details .title {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.package-item .details .title a {
  color: #000;
  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;
}

/* About */
.imageblock-section {
  position: relative;
  display: block;
  width: 100%;
}

.imageblock-section-img {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0;
  float: left;
  left: 0;
  right: auto;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .imageblock-section-img {
    float: none;
  }
}

@media (max-width: 767px) {
  .imageblock-section-img {
    position: relative;
    height: 400px;
  }
}

/* .about p:last-child {
  margin-bottom: 0;
} */

/* DESKRIPSI TEXT AREA */
.description p:last-child {
  margin-bottom: 0;
}

.description hr {
  margin: 5px 0px 20px 0px;
}

.description p strong {
  font-weight: 600;
}

/* .picker label[for*=size]>span  */
.description :is(h1, h2, h3, h4, h5, h6) {
  color: #000;
  font-weight: 600;
}

.description .btgrid div[class*="row-"] {
  margin-bottom: 30px !important;
  row-gap: 20px;
  align-items: center;
}

@media (max-width: 575px) {
  .description .btgrid div[class*="row-"]:nth-of-type(even) {
    flex-direction: column-reverse !important;
  }

  .description .btgrid div[class*="row-"] > .col {
    flex: 1 0 100% !important;
  }
}

/* Product Category */
.product-category {
  /*border : 1px solid var(--bs-gray) !important;*/
  border: none;
  box-shadow: none;
}

.product-category img {
  transition: all 0.3s;
}
.product-category:hover img {
  transform: scale(1.2);
  transition: transform 0.3s;
}
/*.product-category:hover{*/
/*    border : 1px solid var(--bs-gray) !important;*/
/*    box-shadow: 0px 10px 20px -10px rgba(138, 138, 138, 0.5) !important;*/
/*    transition: box-shadow 0.3s;*/
/*} */

/* Card Produk */
.product-item {
  /* background: #f5f4f2 !important;
  border: 1px solid #f5f4f2 !important; */
  /* background: var(--theme-bg-light); */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.3s;
}

.product-item:hover {
  /* border: 1px solid var(--bs-primary) !important; */
  background: #f5f4f2 !important;
  transition: all 0.3s;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.3s;
}

.product-item:hover .product-img img {
  transform: scale(1.05);
  transition: all 0.3s;
}

.product-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-content {
  margin-top: 2px;
}

.product-pretitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  text-wrap: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
  font-weight: 400;
  margin-bottom: 0;
}

.product-title {
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.product-title a {
  color: black;
}

.title-book {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.diskon-label {
  position: absolute;
  top: 10px;
  left: -30px;
  background: yellow;
  color: red;
  font-size: 10px;
  padding: 5px 30px;
  transform: rotate(-40deg);
  border-radius: 5px;
}

/* Why Us */
.background-why-us {
  position: relative;
  overflow: hidden;
}

.background-why-us::before {
  content: "";
  bottom: -4rem;
  right: -15%;
  width: 100%;
  height: 45%;
  background-color: var(--bs-primary) !important;
  position: absolute;
  overflow: hidden;
  transform: rotate(-5deg);
  z-index: 1;
}

.background-why-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url('../../../images/lain-lain/bg-why-us.jpg'); */
  background:
    linear-gradient(to left, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-why-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /*z-index: -1;*/
  /* opacity: 0.1; */
}

@media (max-width: 756px) {
  .background-why-us::before {
    height: 15%;
  }
}

/* Client */
.partner-image-wrapper img {
  max-width: 150px;
  object-fit: contain;
}

.pagination .page-item.active .page-link {
  background-color: var(--bs-primary-dark) !important;
  color: white !important;
}

.gradient-1 {
    background: linear-gradient(135deg, var(--bs-primary-dark), var(--bs-second));
  /*background-image: linear-gradient(*/
  /*  120deg,*/
  /*  var(--bs-primary-dark) 10%,*/
  /*  #7a6e5d 100%*/
  /*);*/
}

.gradient-2 {
    background: linear-gradient(90deg, rgba(118, 110, 105, 1) 0%, rgba(174, 166, 161, 1) 100%);
}

/* Detail Produk */
.bg-detail-produk {
  position: relative;
  overflow: hidden;
}
.bg-detail-produk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  /* background: linear-gradient(0deg,rgba(61, 43, 31, 1) 24%, rgba(135, 99, 69, 1) 96%); */
  background: var(--bs-light);
  /* background: linear-gradient(90deg, #bd780b, var(--base-color)); */
  /* z-index: -1; */
}

.bg-detail-produk::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--bs-primary);
  /* background: linear-gradient(135deg, var(--bs-primary-dark), var(--bs-second)); */
}

.detail-card {
  /* background: rgba(61, 43, 31, 0.6); */
  /*background: var(--bs-primary);*/
  backdrop-filter: blur(15px);
  border: 1.5px solid var(--bs-primary);
  border-radius: 30px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75) !important;
  z-index: 2;
  overflow: hidden;
}

/* Multi Image */
.product-gallery {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-width: 100%;
  margin: auto;
}

.thumb-swiper {
  /* width: 130px; */
  height: 500px;
}

.thumb-swiper .swiper-slide {
  aspect-ratio: 1 / 1;
  opacity: 0.5;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.main-swiper {
  flex: 1;
  max-width: 500px;
  max-height: 500px;
}

.main-swiper .swiper-slide {
  aspect-ratio: 1 / 1;
}

.main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.thumb-swiper img {
  width: 100%;
  height: 100%;
  background-color: white;
  aspect-ratio: 1/1 !important;
  border: 3px solid var(--bs-primary-dark);
  object-fit: cover;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-gallery {
    flex-direction: column;
    align-items: center;
  }

  .thumb-swiper {
    width: 100%;
    display: flex;
    height: auto;
  }

  .thumb-swiper .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .thumb-swiper .swiper-slide {
    width: 70px !important;
    height: 70px !important;
  }

  .main-swiper {
    flex: 1;
    max-width: 300px;
    max-height: 300px;
  }
}

/* Video */
.video-item {
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
}
.video-item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 5.5;
  transition: 0.3s;
  border-radius: 17px;
  overflow: hidden;
}
.video-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-item .thumbnail .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.video-item:hover .thumbnail .overlay {
  background: rgba(0, 0, 0, 0);
}
.video-item .play-btn {
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: rgba(var(--bs-primary-dark-rgb), 0.9);
  border-radius: 50%;
  position: absolute;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(var(--bs-primary-rgb), 0.8);
}
.video-item .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* .video-item .play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: calc(-75% + 25px);
  left: calc(-75% + 25px);
  background: rgba(198, 16, 0, 0);
} */

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow:
      inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow:
      inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

::selection {
  background: rgba(var(--bs-primary-dark-rgb), 0.7);
  color: var(--bs-white);
}



.accordion-wrapper .card-header button:hover {
    color: var(--bs-primary-dark);
}

/* Popup Short */
.video-popup{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.video-popup.active{
  display:flex;
}

.video-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.8);
}

.video-container{
  /* position:relative;
  width:440px;
  height:100vh;
  z-index:2; */
  position:relative;
  height:100vh;
  width:56.25vh; /* 9:16 ratio */
  max-width:100%;
  margin:auto;
}

.video-container iframe{
  width:100%;
  height:100%;
}

.close-video{
  position:absolute;
  top:0px;
  right:-40px;
  font-size:30px;
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
}

@media (max-width: 575px) {
  .close-video{
      top:10px !important;
      right:10px  !important;
  }
}

/* Produk Image Hover */
.produk-item {
    position: relative;
    /* padding: 20px; */
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .produk-item{
      padding: 5px !important;
  }
}

.produk-item:hover {
    background: #f5f4f2 !important;
    transition: opacity 0.3s ease;
}
.produk-item .produk-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.produk-item .produk-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
   transform: scale(1); 
  opacity: 1;
   transition: all 1s ease; 
}
.produk-item .produk-img .fade-on-hover {
  opacity: 1;
  position: relative;
  /*transition: opacity 0.3s ease;*/
}
.produk-item:hover .produk-img .fade-on-hover {
  opacity: 0;
}
.produk-item:hover .produk-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transform: scale(1.1);
}
.produk-item .produk-img .second-thumbs-product {
  position: absolute;
  opacity:0;
  inset: 0;
}

.produk-item .produk-title{
    /*color: var(--bs-dark);*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.produk-item:hover .produk-img .second-thumbs-product {
  opacity:1;
}

.produk-item .produk-img .overlay-produk-btn {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  padding: 7.5px;
  border-radius: 7.5px;
  font-weight: bold;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
.produk-item:hover .produk-img .overlay-produk-btn {
  transform: translateY(0);
  opacity: 1;
}
.produk-item.sold-item .produk-img .overlay-sold {
  position: absolute;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produk-item.sold-item .produk-desc {
  opacity: 0.25;
}
.produk-item .produk-desc .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
.produk-item .produk-desc .title a {
  color: black !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3rem;
}
.produk-item:hover .produk-desc .title a {
  text-decoration: underline;
  /* color: var(--second-color) !important; */
}
.produk-item .produk-desc .product-info {
  text-align: center;
}
.produk-item .produk-desc .product-info .discount {
  opacity: 0.75;
  text-decoration: line-through;
  margin-right: 5px;
}

/**/
.text-shadow-custom {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.card-kat:hover img {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* LINE DESKTOP */
.step-wrapper {
    position: relative;
}

.step-wrapper::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 5%;
    right: 5%;
    height: 3px;
    background: black;
    z-index: 0;
}

/* ITEM */
.step-item {
    position: relative;
    z-index: 1;
}

/* CIRCLE */
.circle {
    width: 70px;
    height: 70px;
    background: var(--bs-primary-dark);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
}

.step-item .circle:hover{
    background: var(--bs-second);
    -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

/* TEXT */
.content h5 {
    margin-bottom: 8px;
}

.content p {
    font-size: 14px;
    color: black;
}

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    }
    @keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/* ===================== */
/* 📱 MOBILE */
/* ===================== */
@media (max-width: 768px) {
    .step-wrapper::before {
        left: 40px;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 100%;
    }

    .step-item {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .circle {
        margin: 0 15px 0 0;
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .content h5 {
        font-size: 16px;
    }

    .content p {
        font-size: 13px;
    }
}

/* ***** SPARATORS ***** */
.sparators p {
	display:inline-block;
	margin-top:30px;
	width:180px;
	height:35px;
	text-transform:uppercase;
	line-height:34px;
	background: rgb(46, 176, 50);
	background: -moz-linear-gradient(-45deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(46, 176, 50)), color-stop(100%, rgb(121, 194, 72)));
	background: -webkit-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -o-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: -ms-linear-gradient(-45deg, rgbargb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	background: linear-gradient(135deg, rgb(46, 176, 50) 0%, rgb(121, 194, 72) 100%);
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	position:relative;
}
.sparator_left {
	    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 13px;
    top: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sparator_left:after {
	  content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    left: -13px;
    top: 4px;
}
.sparator_right {
	  float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sparator_right:after {
	  content: '';
    border: 1px solid #e3e3e3;
    width: 16px;
    position: absolute;
    right: -13px;
    top: 4px;
}

@media (max-width: 768px) {
  .sparators p {
    width:170px;
	  height:25px;
    font-size: 14px;
    line-height: 25px;
  }
  .sparator_left {
    top: 8px;
  }
  .sparator_right {
    top: 8px;
  }
}

.gallery-single {
  position: relative;
}
.gallery-single__img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-single__img {
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.7s ease;
}
.gallery-single:hover .gallery-single__img {
  transform: scale(1.1);
}
.gallery-single__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(6, 131, 5,.7);
  transition: all 0.5s ease;
  border-radius: 10px;
}
.gallery-single:hover .gallery-single__overlay {
  top: 0;
  height: 100%;
}
.gallery-single__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 11px;
  font-size: 28px;
  background-color: black;
  opacity: 0;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .gallery-single__btn {
    width: 50px;
    height: 50px;
  }
}
.gallery-single__btn:hover {
  background-color: var(--bs-second);
}
.gallery-single:hover .gallery-single__btn {
  opacity: 1;
}