.common_banner {
  height: 100vh;
}

.common_banner .img {
  height: 100%;
}

.common_banner .img img {
  display: block;
  height: 100%;
}

.common_banner .text {
  display: flex;
  justify-content: center;
  top: 30%;
}

.common_banner .text .h2 {
  width: 50%;
  font-size: 48px;
  line-height: 62px;
  font-family: "Poppins";
}

.common_banner .text .h2 div {
  font-family: "Poppins";
}

.sec1 {
  padding: 163px 0 0;
}

.sec1 .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec1 .wrap .r_box {
  width: 804px;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec1 .wrap .r_box .play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(32px);
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: 0.6s;
}

.sec1 .wrap .r_box .play img {
  display: block;
  width: 14px;
  transform: translateX(1px);
}

.sec1 .wrap .r_box .play:hover {
  background: rgb(241, 123, 19);
}

.sec1 .wrap .r_box .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.sec1 .wrap .r_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.sec1 .wrap .r_box:hover .img img {
  transform: scale(1.1);
}

.sec1 .wrap .l_box {
  width: 711px;
}

.sec1 .wrap .l_box .h2 {
  font-weight: 500;
  font-size: 46px;
  color: #000000;
}

.sec1 .wrap .l_box .h5 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
  color: #000000;
}

.sec1 .wrap .l_box .p {
  font-family: "Poppins L";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
}

.sec2 {
  padding: 237px 0 0;
}

.sec2 .swiper_box {
  width: 100%;
  overflow: hidden;
}

.sec2 .swiper_box .swiper {
  width: 3560px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 288px;
}

.sec2 .swiper_box .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 239px;
}

.sec2 .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgb(230, 230, 230);
  opacity: 1;
  transition: 0.6s;
}

.sec2 .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet:hover,
.sec2 .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(241, 123, 19);
}

.sec2 .swiper_box .swiper .swiper-wrapper {
  align-items: center;
}

.sec2 .swiper_box .swiper .swiper-slide {
  position: relative;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box {
  position: absolute;
  top: 696px;
  width: 100%;
  text-align: center;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgb(0, 0, 0);
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0 0;
  color: rgb(189, 189, 189);
}

.sec2 .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 602px;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.76);
  opacity: 0.2;
  transition: 0.6s;
}

.sec2 .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec2 .swiper_box .swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
  opacity: 1;
}

.sec2 .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
}

.sec3 {
  background: linear-gradient(180deg, #FAFAFC 0%, #FEFEFE 100%);
  padding: 90px 0 169px;
  overflow: hidden;
  position: relative;
}

.sec3 .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.sec3 .bg img {
  display: block;
  width: 100%;
}

.sec3 .wrap {
  position: relative;
  z-index: 3;
}

.sec3 .wrap .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 62px;
  text-align: center;
  text-transform: capitalize;
}

.sec3 .wrap .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  margin: 15px 0 78px;
}

.sec3 .wrap .swiper .swiper-slide .img {
  width: 100%;
}

.sec3 .wrap .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1919px) {
  .common_banner .text .h2 {
    font-size: 2.5vw;
    line-height: 3.2291666667vw;
  }

  .sec1 {
    padding: 8.4895833333vw 0px 0px;
  }

  .sec1 .wrap .r_box {
    width: 41.875vw;
    height: 31.25vw;
  }

  .sec1 .wrap .r_box .play {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    backdrop-filter: blur(1.6666666667vw);
  }

  .sec1 .wrap .r_box .play img {
    width: 0.7291666667vw;
  }

  .sec1 .wrap .r_box .img {
    border-radius: 1.25vw;
  }

  .sec1 .wrap .l_box {
    width: 37.03125vw;
  }

  .sec1 .wrap .l_box .h2 {
    font-size: 2.3958333333vw;
  }

  .sec1 .wrap .l_box .h5 {
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }

  .sec1 .wrap .l_box .p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .sec2 {
    padding: 12.34375vw 0px 0px;
  }

  .sec2 .swiper_box .swiper {
    width: 185.4166666667vw;
    padding: 0px 0px 15vw;
  }

  .sec2 .swiper_box .swiper .swiper-pagination {
    gap: 0.5208333333vw;
    bottom: 12.4479166667vw;
  }

  .sec2 .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.0833333333vw;
    height: 0.2083333333vw;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box {
    top: 36.25vw;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box .h5 {
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box .p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    margin: 0.7291666667vw 0px 0px;
  }

  .sec2 .swiper_box .swiper .swiper-slide .img {
    height: 31.3541666667vw;
    border-radius: 1.0416666667vw;
  }

  .sec3 {
    padding: 4.6875vw 0px 8.8020833333vw;
  }

  .sec3 .wrap .title {
    font-size: 2.1875vw;
    line-height: 3.2291666667vw;
  }

  .sec3 .wrap .des {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
    margin: 0.78125vw 0px 4.0625vw;
  }
}

@media screen and (max-width: 768px) {
  .common_banner {
    height: 60vh;
  }

  .common_banner .text {
    padding: 0 5vw;
  }

  .common_banner .text .h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .common_banner .text .h2 div {
    font-size: 20px;
    line-height: 1.4;
  }

  .sec1 {
    padding: 50px 0;
  }

  .sec1 .wrap {
    flex-direction: column-reverse;
  }

  .sec1 .wrap .l_box {
    width: 100%;
    margin: 30px 0 0;
  }

  .sec1 .wrap .l_box .h2 {
    font-size: 22px;
  }

  .sec1 .wrap .l_box .h5 {
    font-size: 17px;
    line-height: 1.4;
    margin: 8px 0 15px;
  }

  .sec1 .wrap .l_box .p {
    font-size: 15px;
    line-height: 1.6;
  }

  .sec1 .wrap .r_box {
    width: 100%;
    height: 60vw;
  }

  .sec1 .wrap .r_box .img {
    width: 100%;
    border-radius: 10px;
  }

  .sec1 .wrap .r_box .play {
    width: 36px;
    height: 36px;
  }

  .sec1 .wrap .r_box .play img {
    width: 12px;
  }

  .sec2 {
    padding: 10px 5vw 50px;
  }

  .sec2 .swiper_box .swiper {
    width: 100%;
    padding: 0 0 30px;
  }

  .sec2 .swiper_box .swiper .swiper-pagination {
    bottom: 0;
    gap: 8px;
  }

  .sec2 .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
  }

  .sec2 .swiper_box .swiper .swiper-slide .img {
    height: 45vw;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box {
    position: unset;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box .h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .sec2 .swiper_box .swiper .swiper-slide .slide_box .p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sec3 {
    padding: 60px 0 50px;
  }

  .sec3 .wrap .title {
    font-size: 22px;
    line-height: 1;
  }

  .sec3 .wrap .des {
    margin: 15px 0 25px;
    font-size: 15px;
    line-height: 1.6;
  }

  .sec3 .wrap .des br {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */