.carousel-caption :where(h3,p){
    text-shadow: 4px 4px 4px black;
}
    

.carousel-inner .carousel-item img {
    width: 100%;
    height: 500px;
    filter: opacity();
    /* background-image: url('{{asset("img/perpus.jpeg")}}'); */
    margin: 0 auto;
    background-size: 100% 100%;
    /* filter: hue-rotate(90deg); */
}

/* Status-paralax */

/* SKM */

.skm :where(h1, h3) {
    background: linear-gradient(45deg, rgba(4, 84, 27, 1) 0%, rgba(37, 255, 40, 1) 58%, rgba(232, 213, 29, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/* SKM */

/* Comment Slider */

.swiper {
    height: calc(100%);
}

.swiper .card {
    font-size: 75%;
}

.swiper-button-prev,
.swiper-button-next {
    color: green;
    margin-top: -3rem;
}

/* Comment Slider */
