/* Background Image */
.background1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .background1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/lain-lain/bg-1.JPEG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0.2;
  }
  
  .background2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .background2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/lain-lain/bg-2.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0.2;
  }

  .background3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .background3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/lain-lain/bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0.2;
  }

  .background4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .background4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/lain-lain/bg-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0.2;
  }
  
  
  .background5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .background5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/lain-lain/bg-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0.2;
  }
  
/* List City Tour */
.deskrip-city-tour p {
    margin-bottom: 0px !important;
}

/* CKE Editor*/
/* .description-list a {
    color: var(--base-color);
} */

.description-list p {
    margin-bottom:0px !important;
}

.description-list ul li {
    list-style: initial;
}

.layer-background-second {
    position: relative;
    z-index: 1;
}

.layer-background-second::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(217, 193, 121, 0.9), rgba(217, 193, 121, 0));
}

.layer-background-second-half {
    position: relative;
    z-index: 1;
}

.layer-background-second-half::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 70%;
    background: linear-gradient(to right, rgba(217, 193, 121, 0.9), rgba(217, 193, 121, 0));
}


.layer-background-dark {
    position: relative;
}

.layer-background-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 1;
}

.layer-background-dark-from-left {
    position: relative;
}

.layer-background-dark-from-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.layer-background-dark-from-left-very-light {
    position: relative;
}

.layer-background-dark-from-left-very-light::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.bg-price-gradient {
    position: relative;
}

.bg-price-gradient::before {
    content: '';
    position: absolute;
    border-radius: 10px;
    inset: 0;
    /* background: linear-gradient(to right, rgb(250 142 20 / 42%), rgb(255 255 255 / 0%)); */
    background: linear-gradient(to right, rgb(250 142 20 / 42%), rgb(250 142 20 / 23%), rgb(250 142 20 / 10%), rgb(255 255 255 / 0%));
    ;
    z-index: 1;
}

/* Pricing */
.box-pricing:hover {
    box-shadow: 0 0.5rem 1rem rgb(250 142 20 / 62%) !important;
    transition: 0.3s;
}

.box-pricing:hover .btn {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
    transition: 0.3s;
}

/* 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 */
.truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    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;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(229, 148, 17, 0.18);
    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: #fa8e14;
    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: #fa8e14;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #fa8e14;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}