/* custom css */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#wpp {
  position: fixed;
  bottom: 60px;
  right: 12px;
  z-index: 99;
  display: none;
}
#wpp a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #eee;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#wpp a:hover {
  transform: scale(1.1);
}
#wpp a .fab {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 28px;
  background: var(--theme-color);
  border-radius: 100%;
}
#slider_home_container h2{
  color: white;
  font-weight: 800;
}