/*
Theme name: Custom Eprints theme for IAIN Sorong
Author: Agung Sunarno
URL: https://www.idnetter.com
Web log: https://omar.web.id
*/
h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

/* HOMEPAGE */

.splide__arrow {
    border-radius: 0 !important;
    background: none !important;
    height: 1.8em !important;
    width: 2em !important;
}

.splide__arrow--prev.mycaraousel {
    top: -20px !important;
    left: auto !important;
    right: 50px !important;
}

.splide__arrow--next.mycaraousel {
    top: -20px !important;
    right: 10px !important;
}

.splide__arrow.mycaraousel-svg svg {
    fill: #ffffff !important;
    height: 1em;
    width: 1em;
}

.play-fill {
    fill: #f0f0f0 !important;
}

.slide-counter {
    position: absolute;
    top: -54px !important;
    right: 30px !important;
}

.splide__progress {
    position: absolute;
    top: -35px !important;
    right: 19px !important;
    width: 50px;
    height: 3px;
    /* Atur tinggi progress bar */
    background-color: #ccc;
    /* Warna latar progress bar */
    overflow: hidden;
    border-radius: 3px;
    /* Opsional: untuk sudut bulat */
}

.splide__progress__bar {
    width: 0%;
    height: 100%;
    background-color: #007bff;
    /* Warna progress bar */
    transition: width 0.3s ease;
}

.slide-play {
    position: absolute;
    top: -32px !important;
    right: 25px !important;
}

@media (min-width: 960px) {
    .splide__arrow--prev.mycaraousel {
        top: -57px !important;
        right: 111px !important;
    }

    .splide__arrow--next.mycaraousel {
        top: -57px !important;
        right: 47px !important;
    }

    .slide-counter {
        top: -93px !important;
        right: 83px !important;
    }

    .slide-play {
        top: -70px !important;
        right: 75px !important;
    }

    .splide__progress {
        top: -73px !important;
        right: 69px !important;
    }
}