@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section2 {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background:url(https://www.ntptimeserver.com/templets/default/style/picture/bg-panel-rocket-space-1920x715.jpg);
  overflow: hidden;
}

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

.swiper-slide {
  width: 800px;
  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-slide-active {
  filter: blur(0px);
}

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

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: #c87619;
}

.swiper-slide--two span {
  background: #087ac4;
}

.swiper-slide--three span {
  background: #b45205;
}

.swiper-slide--four span {
  background: #087ac4;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: -20px;
  padding: 25px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--one {
  background: 
    url(https://www.ntptimeserver.com/uploads/241120/1-2411201HG4H8.png)
      no-repeat 50% 50% / cover,linear-gradient(to top, #092975, #09297547, #09297547);
}

.swiper-slide--two {
  background:url("https://www.ntptimeserver.com/uploads/allimg/250319/1-2503191J5200-L.png")
      no-repeat 50% 50% / cover,linear-gradient(to top, #092975, #09297547, #09297547);
}

.swiper-slide--three {
  background: url("https://www.ntptimeserver.com/uploads/allimg/250803/1-250P31510320-L.png")
      no-repeat 50% 50% / cover,linear-gradient(to top, #092975, #09297547, #09297547);
    ;
}

.swiper-slide--four {
  background: url("https://www.ntptimeserver.com/uploads/241112/1-241112223I4350.png")
      no-repeat 50% 50% / cover,linear-gradient(to top, #092975, #09297547, #09297547);
    
}

.swiper-slide--five {
  background: url("https://www.ntptimeserver.com/uploads/240904/1-240Z41615555P.png")
      no-repeat 50% 50% / cover,linear-gradient(to top, #092975, #09297547, #09297547);
}

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