.fz-10 {
    font-size: 10px;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

.fz-32 {
    font-size: 32px;
}

.fz-34 {
    font-size: 34px;
}

.fz-35 {
    font-size: 35px;
}

.bg-utama{
  background-color: var(--bs-primary);
}

.bg-soft {
  background-color: var(--bs-secondary);
}

.bg-hitam{
  background-color: black;
}

.bg-putih{
  background-color: white;
}

.bg-transparan {
  background: transparent;
}

.text-utama{
  color: var(--bs-primary);
}

.text-putih{
  color: white;
}

.text-hitam{
  color: black;
}

.wdt-25 {
  width: 25% !important;
}

@media (max-width: 768px) {
  .wdt-25 {
      width: 100% !important;
  }
}

.detail-mark ul {
  padding-left: 15px;
}

.detail-mark li {
  padding-left: 15px;
}

.detail-mark ul li::marker {
  content: '⬗';
}

.detail-mark ul li::marker:nth-child(odd) {
  color: var(--bs-primary);
  background-color: #e5e5e5;
}

.detail-mark .border-utama {
  border: 1.5px var(--bs-primary) solid;
}

.detail-mark li:nth-child(odd) {
  background-color: #e5e5e5;
  color: var(--bs-primary);
}

.list-check {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.border-counter{
    border-bottom: 2px var(--bs-primary) solid;
    width: 80px;
    justify-content: center;
}
    
@media (min-width: 1200px) {
    .counter-wrapper .counter {
        font-size: 20px;
        color: black;
    }
}

.list-check
  > li {
  position: relative;
  padding-left: 1.5rem;
}

.list-check
  > li
  + li,
.list-order
  > li
  + li {
  margin-top: 0.25rem;
}

.list-check
  > li::before {
  position: absolute;
  /*top: 50%;*/
  left: 0;
  font-family: Unicons !important;
  content: "\ebe0";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: var(
    --bs-primary
  );
  /*-webkit-transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
  /*-ms-transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
  /*transform: translate(*/
  /*  0,*/
  /*  -50%*/
  /*);*/
}
.list-check.include
  > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: Unicons !important;
  content: "\e9db";
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  color: #198754;
  -webkit-transform: translate(
    0,
    -50%
  );
  -ms-transform: translate(
    0,
    -50%
  );
  transform: translate(
    0,
    -50%
  );
}
.list-check.fasilitas
  > li::before {
  content: "\e9db";
}

.contact-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  display: flex;
  gap: 10px;
}

.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px
    25px;
  text-align: center;
  text-decoration: none;
  transition: all
    250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px, 
    rgba(57, 181, 74, 0.25) 0 4px 8px,rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

.fog-ornament {
  z-index: 10;
  margin-bottom: -12px;
  display: flex;
  align-items: end;
}

@media (max-width: 767.98px) {
    .fog-ornament {
      margin-bottom: -1px;
      min-height: 3rem;
    }
    .swiper-container.dots-over .swiper-pagination {
        bottom: 4rem;
    }
}

.ornament-1 {
  z-index: 0;
  opacity: .5;
}
.sliderhome .background {
    position: absolute !important;
    inset: 0;
    background-size: cover !important;
    background-position: center;
    overflow: hidden;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.sliderhome .background img {
    object-fit: cover;
    object-position: center;
    animation: animatedBackground 10s linear infinite alternate;
}

/*** Feature Start ***/
@media (min-width: 992px) {
  .feature .feature-item {
      height: 160px;
  }
}

@media (max-width: 768px) {
  .feature .feature-item {
      height: 150px;
  }
}

.feature .feature-item {
  position: relative;
  display: flex;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.feature .feature-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover::before {
  width: 100%;
  background: black;
  color: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  display: inline-flex;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item .feature-icon .bg-unggul {
  background: black;
}

.feature .feature-item:hover .feature-icon {
  position: relative;
  z-index: 2;
}

.feature .feature-item:hover .feature-icon .bg-unggul {
  background: black;
}

.feature .feature-item:hover .feature-content {
  position: relative;
  color: white;
  z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
  color: var(--bs-primary);
}
/*** Feature End ***/

/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-item .team-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
  margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
  background: rgba(1, 194, 203, .3);
}

.team .team-item .team-content {
  color: black;
  transition: 0.5s;
}

.team .team-item .team-content h3 {
  font-family: Courgette;
  color: var(--bs-primary);
  transition: 0.5s;
}

.team .team-item:hover .team-content h3 {
  color: black;
}

.team .team-item:hover .team-content {
  background: rgba(1, 194, 203, .3);
  color: black;
}

.team ul {
  padding-left: 15px;
}

.team ul li::marker {
  content: '⬗';
}

.team ul li::marker:nth-child(odd) {
  color: var(--bs-primary);
  background-color: #e5e5e5;
}

.team .border-utama {
  border: 1.5px var(--bs-primary) solid;
}

.team li:nth-child(odd) {
  background-color: #e5e5e5;
  color: var(--bs-primary);
}
/*** Team End ***/

/*** Service Start ***/
.service .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item .service-img::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
  z-index: 5;
  
}

.service .service-item:hover .service-img::before {
  height: 100%;
  background: rgba(1, 194, 203, .3);
}

.service .service-item .service-img:hover img {
  transform: scale(1);
}

.service .service-item .service-content {
  position: relative;
  z-index: 2;

}

.service .service-item .service-content::before {
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(0, 0, 0, .5);
  transition: 0.5s;
  z-index: 3;
}

.service .service-item:hover .service-content::before {
  background: rgba(0, 0, 0, .5);
  height: 100%;
}

.service .service-item .service-content .service-content-inner {
  transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
  position: relative;
  color: var(--bs-primary) !important;
  z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
  color: black;
}
/*** Service End ***/

/*** List Check Start ***/
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.list-checked>li {
  position: relative;
  padding: 19px 0;
  padding-left: 2.25rem;
}

.list-checked>li+li,
.list-order>li+li {
  margin-top: 0;
}

.list-checked>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(22, 59, 222, .1);
  color: var(--bs-primary);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.lokasi {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
.list-checked.lokasi li span {
  padding: 0 0 5px 0;
  /* border-bottom: 3px solid var(--bs-primary); */
}
.list-checked.lokasi>li::before {
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(179, 179, 179, .3);
  color: red;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.wdt-20 {
  width: 20% !important;
}

@media (max-width: 768px) {
  .list-checked.lokasi {
    gap: 20px;
  }
  .list-checked.lokasi>li::before {
    position: absolute;
  }
  .wdt-20 {
    width: 50% !important;
  }
}

.list-checked.centang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.silang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(220, 53, 75, .3);
  color: rgb(220, 53, 75);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.img-section3 {
    position: relative;
    bottom: -72px;
}

.icon-footer{
    width: 50px;
    height: 50px;
}

@media (max-width: 767.98px) {
    .img-section3 {
        position: relative;
        bottom: 0;
    }
}

.sticky-img {
    position: sticky;
    top: 75px;
}

.owl-carousel .owl-item img {
    aspect-ratio: 1 / 1;
}

.owl-stage {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

/*** Galeri Start ***/
.galeri-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.galeri-card .galeri-card-img {
  width: 100%;
}

.galeri-card .galeri-card-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .galeri-card .galeri-card-overlay {
    -webkit-transition: none;
    transition: none;
  }
}

.galeri-card .galeri-card-overlay .galeri-card-caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
}

.galeri-card:hover .galeri-card-overlay {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .galeri-card {
    margin-bottom: 30px;
  }
  .service-card {
    margin-bottom: 30px;
  }
}
.swiper-container.nav-dark .swiper-button {
    background: rgba(0, 0, 0, .1) !important;
    color: rgba(255, 255, 255, .5) !important;
}