
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Quicksand', sans-serif;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Quicksand', sans-serif;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bgTxt {
    background-color: rgba(255, 255, 255, 0.8);
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/

.operasional {
    position: relative;
    transform: translateY(-100%);
}

.operasional-content {
    position: relative;
    box-shadow: 2px 6px 20px 0px rgb(0 0 0 / 22%)
}

.operasional .v-line {
    border-right: 1px solid #fff; /* Warna dan lebar garis dapat disesuaikan */
    height: 50px; /* Tinggi garis dapat disesuaikan */
    margin-left: 20px; /* Jarak dari elemen sebelumnya dapat disesuaikan */
}

/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.circular-border{
    position: relative;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    border-color: #ee7214;
}

.circular--header { 
    position: relative; 
    width: 300px; 
    height: 300px; 
    overflow: hidden; 
    align-items: center;
} 

.circular--header img { 
    width: auto; 
    height: 100%; 
    margin-left: -50px; 
}

.circular--landscape { 
    position: relative; 
    width: 200px; 
    height: 200px; 
    overflow: hidden; 
    border-radius: 50%;
    align-items: center;
    /* box-shadow: 14px 15px 10px rgb(0 0 0 / 10%);  */
} 
    
.circular--landscape img { 
    width: auto; 
    height: 100%; 
    margin-left: -50px; 
    transition: transform 0.4s ease-in-out;
}

.circular--landscape:hover img {
    transform: scale(1.1);
    /* Zoom sedikit saat hover */
}

.circular-icon { 
    position: relative; 
    width: 200px; 
    height: 200px; 
    overflow: hidden; 
    border-radius: 50%;
    align-items: center;
} 
.circular-icon img { 
    width: auto; 
    height: 75%; 
    margin: 26px; 
}

.circular-icon-shadow { 
    position: relative; 
    width: 200px; 
    height: 200px; 
    overflow: hidden; 
    border-radius: 50%;
    align-items: center;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 10%); 
} 

.circular-icon-shadow img { 
    width: auto; 
    height: 75%; 
    margin: 26px; 
}

.icon-paket { 
    position: relative; 
    width: 200px; 
    height: 200px; 
    overflow: hidden; 
    /* border-radius: 50%; */
    align-items: center;
    transition: transform 0.3s ease;
    /* box-shadow: 0px 0px 9px rgb(0 0 0 / 10%);  */
} 


.icon-paket:hover {
    transform: translateY(-10px);
}

.icon-paket img { 
    width: auto; 
    height: 75%; 
    margin: 26px; 
}

.icon-satwa { 
    position: relative; 
    width: 250px; 
    height: 250px; 
    overflow: hidden; 
    /* border-radius: 50%; */
    align-items: center;
    transition: transform 0.3s ease;
    /* box-shadow: 0px 0px 9px rgb(0 0 0 / 10%);  */
} 

.icon-satwa:hover {
    transform: translateY(-10px);
}

.icon-satwa img { 
    width: auto; 
    height: 75%; 
    margin: 26px; 
}

.img-gallery {
    height: 237px;
    object-fit: cover;
}

/* .service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
} */

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/

/* wahana */
.gallery-section {
    position: relative;
    padding-top: 120px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.outer-container{
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/JMZ-DEPAN.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: -7px 6px 45px rgb(0 0 0 / 18%);
    /* border-top-left-radius: 160px; */
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 

}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-100%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.9));
  }

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Start ***/
.wrapper {
    position: relative;
    display: flex;
    overflow-x: auto;
    padding: 0px;
}

.card-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 438px;
    overflow-x: auto;
    gap: 18px;
    cursor: grab;
    scroll-snap-type: x;
    scroll-padding-inline: 24px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.wrapper::-webkit-scrollbar{
    width: 0;
}

.card-wrapper.grab {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.wrapper .team-item {
    width: 100%;
    height: 100%;
    padding-right:20px;
    position: relative;
}

.arrow-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Hindari panah ikut ter-scroll */
    z-index: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* pointer-events: none; Hindari panah ikut ter-scroll */
    z-index: 1;
    width: 32px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(238, 114, 20);
    font-size: 20px;
    cursor: pointer;
    border: none;
    outline: none;
}

.arrow:hover{
    background-color: rgba(147, 171, 76);
}
.arrow.prev {
    left: 0;
}
.arrow.next {
    right: 0;
}

.two-lines-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Jumlah baris yang ingin ditampilkan */
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.artikel-card img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .artikel-card img {
        height: 456px; /* Tinggi untuk layar yang lebih kecil */
    }
}

@media (max-width: 576px) {
    .artikel-card img {
        height: 368px; /* Tinggi untuk layar yang lebih kecil */
    }
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content {
    background: #93ab4c !important;
    color: var(--bs-primary) !important;
}

.team-item:hover .team-content h4 {
    color: #000000 !important;
}

.team-item:hover .team-content p {
    color: #000000;
}

.paket-content {
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.paket-content:hover{
    transform: translateY(-10px);
}

p.artikel-content {
    color: #FFFFFF !important;
}

.team-item .tiket-content {
    transition: 0.9s;
    height: 690px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
}

.team-item .artikel-content {
    transition: 0.9s;
    height: 152px;
}

.team-item:hover .team-content,
.team-item:hover .artikel-content {
    background: #93ab4c !important;
    color: var(--bs-primary) !important;
}

.team-item:hover .artikel-content h5,
.team-item:hover .artikel-content p{
    color: #000000 !important;
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px 20px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}

.footer{
    background-color: #93ab4c;
}

.harga-container h4, 
.harga-container h5 {
    display: inline-block;
    margin-right: 10px; /* Ini bisa disesuaikan dengan jarak yang Anda inginkan antara kedua elemen */
}

.bg-img {
    background-image: url('../img/bg.png');
    /* width: 1349px; */
}

.bg-img2 {
    background-image: url('../img/bg-2.png');
    /* Atau repeat-x atau repeat-y untuk arah tertentu */
}

.bg-img3 {
    background-image: url('../img/bg3.jpg');
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: bottom;
    /* Atau repeat-x atau repeat-y untuk arah tertentu */
}
/*** Footer End ***/

.ql-editor img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ql-size-small {
    font-size: 10px !important;
}

.ql-size-normal {
    font-size: 12px !important;
}

.ql-size-large {
    font-size: 18px !important;
}

.ql-size-huge {
    font-size: 32px !important;
}


