html,
body {
  position: relative;
  height: 100%;
}

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

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

  /* 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;
}

.viewmore {
  position: absolute;
  right: 0px;
}

.banner-1 {
  position: absolute;
  display: block;
  visibility: visible;
  right: 205px;
  top: 272px;
  z-index: 9;
  text-align: right;
}

.future {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 70px;
}

.future-img {
  width: 153px;
  height: 231px;
}

.future-img1 {
  width: 250px;
  height: 242px;
}

.banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  object-fit: cover;
}

.banner-3 {
  position: absolute;
  display: block;
  visibility: visible;
  left: 205px;
  top: 272px;
  z-index: 9;
  text-align: left;
}

.viewmore-ban3 {
  position: absolute;
  left: 0px;
}

.ban3-header {
  font-size: 58px;
  text-transform: uppercase;
  color: #fff;
  line-height: 58px;
}

.ban3-img {
  position: absolute;
  display: block;
  visibility: visible;
  right: 395px;
  top: 355px;
  z-index: 5;
}

.ban1-bgimg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  visibility: inherit;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 640px) {
  .future-img {
    width: 100px;
    height: 100px;
    margin-left: 0.5rem !important;
  }

  .future-img1 {
    width: 100px;
    height: 100px;
    margin-left: 0.5rem !important;
  }
}


/* banner part */
.banner-header,
.banner-img-1 {
  z-index: 50;
}

.banner-header-3,
.banner-img-2 {
  z-index: 50;
}

.banner-img-1 img {
  width: 100%;
  object-fit: cover;
  max-width: 20rem;
  min-width: 10rem;
}

.banner-title {
  color: var(--iq-primary);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 1.75rem;
  color: white;
}

.banner-img-3 img {
  width: 100%;
  min-width: 0.75rem;
  max-width: 10rem;
  object-fit: contain;
}

.banner-img-2 img {
  width: 100%;
  max-width: 20rem;
  min-width: 20rem;
  object-fit: cover;
}

.banner-header-2 {
  z-index: 50;
}

.banner-dec {
  display: flex;
  text-align: right;
}

.banner-header,.banner-header-2,.banner-header-3 {
  padding: 0 16px;
}

@media(max-width:800px) {

  .banner-img-2,
  .banner-img-1 {
    display: none
  }

  .banner-header>div>h2 {
    display: unset !important;
  }

  .banner-header-3 .banner-title-3>h2 {
    display: unset !important;
  }

  .banner-dec {
    display: unset;
    text-align: unset;
  }

  .banner-button {
    justify-content: center;
  }
}