section.slider-part {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
section.slider-part .mySwiper {
    height: 100%;
    background: #f1f1f1;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  -ms-touch-action: auto;
        touch-action: auto;
}

.swiper-slide.slide1, .swiper-slide.slide3, .swiper-slide.slide5 {
    background: #daf5ff;
}

body{
  margin: 0px;
}
