/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.home-hero-section  .swiper-pagination {
    width: 50px !important;
    right: 0;
    left: unset !important;
	top: 50%;
    height: fit-content;
    transform: translate(0px, -50%);
}
.home-hero-section .swiper-pagination-bullet {
    width: 100%;
    display: block;
    margin-bottom: 9px !important;
}
