.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 30px;
  background: #eee;
  height: 100%;
}
.swiper-slide__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  color: #ffffff;
}
.swiper-slide__content__title {
  font-size: 64px;
}
@media (max-width: 768px) {
  .swiper-slide__content__title {
    font-size: 40px;
  }
}
.swiper-slide__content__subtitle {
  font-size: 18px;
}

#uzbekistan {
  background-image: url("../img/location-uzbekistan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: none;
}

#turkey {
  background-image: url("../img/location-turkey.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: none;
}

#netherlands {
  background-image: url("../img/location-netherlands.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: none;
}

@media (max-width: 768px) {
  .swiper-button-next {
    top: 20% !important;
  }
}/*# sourceMappingURL=slider.css.map */