#contact-us .desk p {
  margin-bottom: 0px !important;
}

#porto-lagu div{
  display:none !important;
}

#porto-lagu iframe span{
  border-radius: 6px !important;
}

/* List City Tour */
.deskrip-city-tour p {
    margin-bottom: 0px !important;
}

/* CKE Editor*/
.description-list a {
    color: var(--black);
}

.description-list ul li {
    list-style: initial;
}


/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #FFF;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

/* Artikel Footer */
.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 40px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    /* background-color: white; */
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(102 59 129 / 25%);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #3A2D88;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #3A2D88;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #3A2D88;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/* Background */

.background-about-us {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-about-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-about-us.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.03;
}

/* .background-paket {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-paket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1005px;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-paket.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.8;
} */

.background-paket {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-paket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-paket.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 20%;
}

.background-add-on {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-add-on::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.3;
}


.background-langganan {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-langganan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-langganan.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.8;
}

.background-roket {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-roket::before {
  content: '';
  position: absolute;
  top: 0;
  right: -56px;
  width: 49%;
  height: 116%;
  transform: rotate(45deg);
  background: url(../../../images/lain-lain/roket.png);
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.04;
}

.background-roket-add-on {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-roket-add-on::before {
  content: '';
  position: absolute;
  top: -43px;
  right: 15px;
  width: 75%;
  height: 136%;
  transform: rotate(45deg);
  background: url(../../../images/lain-lain/roket.png);
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.03;
}

.background-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/bg-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.08;
}