.nt-home-gallery .swiper-slide {
    border-radius: 24px;
    border: 5px solid white;
}
.nt-home-gallery .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    filter: blur(0) saturate(1.2);
    transition: .3s;
}
.nt-home-gallery .swiper-slide:not(.swiper-slide-active) img {
    filter: blur(0.5rem) saturate(2);
}
.nt-home-gallery .swiper-slide:has(~ .swiper-slide-active) {
   visibility: hidden;
}
.nt_home_gallery-swiper-button-prev {
    display: none!important;
}
.nt_home_gallery-swiper-button-next {
    height: auto;
    transition: .3s;
}
.nt_home_gallery-swiper-button-next:hover,
.nt_home_gallery-swiper-button-next:focus {
    background-color: white!important;
    color: black;
}