.bg-hero {
    background-image: url('/assets/images/bg-heromjk.webp');
}



.swiper-pagination-bullet {
    background-color: #D0D0D0; 
    opacity: 1;
    height: 8px;
    width: 8px;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #39ba94; 
    width: 16px;
    height: 8px;
    border-radius: 10px;
}

.kegiatandesa .swiper-slide {
    position: relative;
    width: 200px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    transition: 1s;
    user-select: none;
}

.kegiatandesa .swiper {
    width: 100%;
}


.kegiatandesa .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 223, 130, 0.5);
    mix-blend-mode: multiply;
    z-index: 1;
}

.kegiatandesa .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 1s;
}


.kegiatandesa .swiper-slide-active {
    position: relative;
    width: 400px;
    transition: 1s;
}

.kegiatandesa .swiper-slide-active::after {
    background: rgba(123,123,123,0.4);
}

.kegiatandesa .swiper-slide-active img {
    transform: scale(1.3);
    object-position: 50% 0%;
}

.kegiatandesa .swiper-slide-active p {
    transform: rotate(0deg);
}


