.list-check {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: "\e9db";
  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: 20px;
  left: 20px;
  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;
}