/*--- Home Slider ---*/ 

#home-slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.6s;
}

#home-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
} 

#home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    transition: all 0.4s;
}

#home-slider .swiper-pagination-bullets.rs-init-done .swiper-pagination-bullet {
    border: 1px solid var(--e-global-color-primary);
}

#home-slider .swiper-pagination-bullets.rs-init-done .swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary);
}

#home-slider .swiper-pagination-bullets.rs-init-done .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}




