.slideshow {
    height: 100vh; /* Tinggi penuh layar perangkat */
   margin-bottom: -150px;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0 100px;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image2 {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title2 {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "", sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.slideshow .slide .text2 {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}
.slideshow .slide .btn2 {
    margin: 15px 0 0;
    border-color: #fff;
}
.slideshow .slide .btn2::before {
    background: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 10px;
    cursor: default;
    z-index: 2;
    text-align: center;
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.slideshow .pagination .item2 + .page {
    margin-left: -2px;
}
.slideshow .pagination .item2::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .item2::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .item2:hover::before,
.slideshow .pagination .item2.is-active::before {
    background-color: #fff;
}
.slideshow .arrows2 .arrow2 {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}
.slideshow .arrows2 .prev {
    left: 30px;
}
.slideshow .arrows2 .prev:hover .svg {
    left: -10px;
}
.slideshow .arrows2 .next {
    right: 30px;
}
.slideshow .arrows2 .next:hover .svg {
    left: 10px;
}
.slideshow .arrows2 .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}
.slideshow .image-container video.video-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    /* Untuk perangkat mobile dengan layar kecil */
    .slideshow {
        height: 100vh; /* Tinggi penuh layar perangkat */
        /* Tambahkan margin bawah */
        margin-bottom: 0px;
    }

    .slideshow .slideshow-inner,
    .slideshow .slides,
    .slideshow .slide,
    .slideshow .slide .image-container,
    .slideshow .image-container video.video-slide {
        height: 100vh; /* Tinggi penuh untuk semua elemen terkait */
    }

    .slideshow .slide .caption {
        padding: 0 20px; /* Kurangi padding pada layar kecil */
    }

    .slideshow .slide .title2 {
        font-size: 30px; /* Ukuran font lebih kecil untuk judul */
    }

    .slideshow .slide .text2 {
        font-size: 14px; /* Ukuran font lebih kecil untuk teks */
    }

    .slideshow .pagination {
        bottom: 20px; /* Geser pagination sedikit lebih ke atas */
    }

    .slideshow .arrows2 .arrow2 {
        margin: -25px 0 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    /* Untuk perangkat sangat kecil (ponsel vertikal) */
    .slideshow {
        height: 100vh; /* Tinggi penuh layar */
        margin-bottom: 15%; /* Margin bawah lebih besar untuk perangkat kecil */
    }

    .slideshow .slideshow-inner,
    .slideshow .slides,
    .slideshow .slide,
    .slideshow .slide .image-container,
    .slideshow .image-container video.video-slide {
        height: 100vh; /* Tinggi penuh untuk elemen terkait */
    }

    .slideshow .slide .caption {
        padding: 0 10px; /* Padding lebih kecil */
    }

    .slideshow .slide .title2 {
        font-size: 24px; /* Judul lebih kecil */
    }

    .slideshow .slide .text2 {
        font-size: 12px; /* Teks lebih kecil */
    }

    .slideshow .pagination .dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}
