
:root {
    --swiper-navigation-size: 30px;
}
.swiper-button-next, .swiper-button-prev{
    color:#fff
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet-active {
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 30%);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-pagination-bullet-active:hover{
    background: #00317b78
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: rgb(0 49 123 / 78%);
  }

  @media (max-width:600px) {
    .swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet-active {
       background:none;
       border:0:
    }

    :root {
        --swiper-navigation-size: 20px;
    }

  }