#junaid {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #2196f3; */
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

#swiper-slide1 {
  height: 200px !important;
  box-shadow: none !important;
  border: none !important;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-slide:not(.swiper-slide-active) {
  filter: blur(3px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slide-1.png") no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slide-2.png") no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slide-3.png") no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slide-4.png") no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slide-5.png") no-repeat 50% 50% / cover;
}

.swiper-slide--one0 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slider_img_1.png") no-repeat 50% 50% / cover;
}

.swiper-slide--two0 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slider_img_2.png") no-repeat 50% 50% / cover;
}

.swiper-slide--three0 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slider_img_3.png") no-repeat 50% 50% / cover;
}

.swiper-slide--four0 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slider_img_4.png") no-repeat 50% 50% / cover;
}

.swiper-slide--five0 {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/slider_img_3.png") no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
