/*========== Banner Section Start  ==========*/
.banner-section {
  overflow: hidden;
}

.banner-section .step-swiper {
  position: relative;
}

.banner-section .step-swiper .swiper-pagination {
  text-align: left;
  bottom: 20vh;
}

.banner-section .step-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #818181;
  opacity: 1;
  margin-right: 12px;
}

.banner-section .step-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5D5D5D;
}

.banner-section .mySwiper .swiper-pagination {
  top: 75%;
}

.banner-section .banner-wrapper {
  background: url(../images/home/banner1.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.banner-section .banner-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.banner-section .banner-wrapper .banner-items {
  position: relative;
  height: calc(100vh - 126px);
}

.banner-section .banner-wrapper .banner-items .banner-content {
  position: absolute;
  top: 25vh;
}

.banner-section .banner-wrapper.style-two .banner-items span.more {
  margin-top: 10px;
}

.banner-section .banner-wrapper .banner-items span.more {
  display: inline-block;
  border-radius: 30px;
  padding: 6px 30px;
  color: var(--white-color);
  margin-top: 30px;
  background-color: var(--zb-blue1);
}

.banner-section .banner-wrapper.style-two {
  background-image: url(../images/home/banner2.jpg);
}

.banner-section .banner-wrapper.style-two .banner-content>*,
.banner-section .banner-wrapper.style-three .banner-content>* {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.banner-section .banner-wrapper.style-one .banner-content>* {
  text-shadow: 0px 0px 4px rgba(0, 0, 0);
}

.banner-section .banner-wrapper.style-three {
  background-image: url(../images/home/banner3.jpg);
}

.banner-section .banner-wrapper.style-three .banner-content>* {
  color: var(--black-color);
}



/*========== Banner Section End  ==========*/