html{
    width: 100vw;
    overflow-x: hidden;
}
:root {
    --swiper-theme-color: #254379;
}
.swiper{
    margin: 0;
    bottom: 0;
    width: 100vw;
    overflow-x: hidden;
    height: 100vh;
}
.swiper-slide:hover .mySlides{
    transform: scale(1.04);
}
.swiper-slide:hover section{
    transform: scale(1.05);
}
/* .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: #007aff;
  } */
  
