body {
    /* overflow: hidden; */
    overflow-x: hidden !important;
    width: 100%;
}

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}

@media (max-height: 1065px) {
    #introCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item.active {
        height: 1065px;
    }
}

.btnMenu-hitam {
    width: 245px;
    height: 70px;
    background-color: #01021e;
    cursor: pointer;
}

.btnMenu-lingkaranKuning {
    width: 100px;
    height: 100px;
    margin-top: -15px;
    margin-left: -10px;
}

.btnMenu-text {
    margin-top: -62px;
    margin-left: 110px;
    font-weight: bold;
    font-size: 17px;
}
.mask-custom {
    background: linear-gradient(
        180deg,
        rgba(0, 2, 77, 0.9) 0%,
        rgba(36, 27, 63, 0.83) 39%,
        rgba(137, 99, 26, 0.75) 74%,
        rgba(206, 148, 0, 0.7) 100%
    );
}

.caption-sidarabungas {
    font-size: 27px;
    font-family: Viga;
}

.caption-keterangan {
    font-size: 18px;
    font-family: Poppins;
}

/* #introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 1000px !important;
} */

#counterPengunjung {
    margin-top: -200px;
    z-index: 14000;
}
@media (min-width: 992px) {
    /* body {
        overflow: hidden;
    } */
    #introCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item.active {
        height: 100vh;
    }

    @media (max-height: 845px) {
        #introCarousel,
        .carousel-inner,
        .carousel-item,
        .carousel-item.active {
            height: 845px;
        }
    }
    .caption-sidarabungas {
        font-size: 40px !important;
    }

    .caption-keterangan {
        font-size: 25px !important;
    }
    #counterPengunjung {
        margin-top: -190px;
    }
}
