﻿html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper1 .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;
}
.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper1 .swiper {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-rtl .swiper-button-prev:after,
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  font-size: 20px !important;
  color: #d32f2f;
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-rtl .swiper-button-prev,
.swiper1 .swiper-button-prev,
.swiper1 .swiper-rtl .swiper-button-next {
  width: 40px !important;
  height: 80px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.swiper1 .swiper-pagination {
  display: flex;
  position: static;
  justify-content: center;
  align-items: center;
  height: 26px;
}
.swiper1 .swiper-pagination-bullet {
  width: 100px !important;
  height: 6px !important;
  border-radius: 0 !important;
  background-color: hsla(0, 0%, 100%, 0.5) !important;
  margin: 0 4px;
  transition: width 0.5s;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #d32f2f !important;
  width: 100px !important;
  transition: width 0.5s;
}
.swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}
.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-rtl .swiper-button-prev:after,
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
  font-size: 20px !important;
  color: #979797;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-rtl .swiper-button-prev,
.swiper2 .swiper-button-prev,
.swiper2 .swiper-rtl .swiper-button-next {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background-color: #ffffff !important;
}
.swiper2 .swiper-button-next {
  right: 0 !important;
}
.swiper2 .swiper-button-prev {
  left: 0 !important;
}
