.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: "\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%
  );
}
.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;
}

.cinzel {
  font-family: "Cinzel", serif;  
}

.ornament-footer {
    width: 100%;
    opacity: 50%;
}

.element-batik {
    position: absolute;
    inset: 0;
}

.element-batik-2 img {
    width: 100%;
    opacity: 1;
}

.element-batik img {
    width: 100%;
    opacity: .5;
}
.client-logo-item:hover img {
    opacity: 1 !important;
}
.price .discount {
    color: gray;
    text-decoration: line-through;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media only screen and (max-width: 600px) {
    .wabutton {
        width: 70px;
        height: 70px;
        position: fixed;
        bottom: 4%;
        left: 20px;
        z-index: 100;
    }
}
@media only screen and (min-width: 768px) {
    .wabutton {
        width: 70px;
        height: 70px;
        position: fixed;
        bottom: 5%;
        left: 20px;
        z-index: 100;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
.element-jembatan {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: -50px;
    width: 750px;
}
.element-jembatan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .25;
}
@media only screen and (max-width: 600px) {
    .element-jembatan {
        position: absolute;
        right: 20px;
        left: auto;
        bottom: 350px;
        width: 450px;
    }
}
.element-monumen {
    position: absolute;
    right: auto;
    left: 20px;
    bottom: 200px;
    width: 150px;
}
.element-monumen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .25;
}
@media only screen and (max-width: 600px) {
    .element-monumen {
        position: absolute;
        right: -50px;
        left: auto;
        top: 50px;
        bottom: auto;
        width: 150px;
    }
}