/*@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap"); */
/* version3 */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 6px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  max-width: 700px;
  width: 50%;
  /* height: 60%; */
  padding: 5px !important;
}

@media screen and (max-width: 1180px){
  .swiper{
    width: 70%;
    max-height: 300px;
  }
}

@media screen and (max-width: 768px){
  .swiper{
    width: 100%;
    max-height: 300px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-title {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  background: #808080a8;
  padding: 4px 8px;
  border-radius: 10px;
  max-width: 90%;
  font-family: "Playfair", sans-serif;
  
}
