.banner {
    height: 620px;
    width: 100%;
    /* background-color: #0C1112; */
    margin-bottom: 40px;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide .banner_text h1 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 12px;
}

.swiper-slide .banner_text h3 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
}

.swiper-slide .banner_text button {
    background-color: #2dd4e0;
}


.banner .swiper-container img{
    height: 100%;
    width: 100%;
    /* transform:scale(1.5); */
}