.grid-container.pro-grid .row-item {
    grid-column: span 6;
    position: relative;

}

/* Banner Swiper begin */
.banner-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-inner {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-title,
.banner-copy,
.banner-link {
    visibility: hidden
}

.banner-title {
    font-size: 5rem;
    color: white;
    font-family: "LXGW975GothicSC-600W";
    text-align: center;
}

.banner-copy {
    font-size: 1.5rem;
    color: white;
    max-width: 40%;
    text-align: center;
    margin: 0;
    padding: 3rem 0 8rem;
}

.banner-link {
    font-size: 1rem;
    background: #00c0f7;
    color: white;
    padding: 1rem 4rem;
    border-radius: 4rem;
}

.banner-swiper .swiper-pagination {
    position: absolute;
    right: 10rem;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    width: auto;
    gap: 1rem;
}

.banner-swiper .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    opacity: 1;
    margin: 0 1rem !important;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #1e67c1;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    will-change: transform;
}

.banner-swiper .swiper-slide-active .banner-bg {
    animation: bannerZoom 4s ease-out forwards;
}

@keyframes bannerZoom {
    from {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

/* Banner Swiper end */

/* about begin*/
.about,
.platform,
.news {
    padding: 7rem 0;
    background: url(../images/about_bg.jpg) no-repeat center center;
    background-size: cover;
}

.about .info {
    grid-column: span 6;
}

.about .pic {
    grid-column: span 6;
}

.about .pic .img {
    width: 39.375rem;
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 3rem rgba(69, 115, 182, 0.2);
}

.about .info .copy {
    font-size: 1.5rem;
    line-height: 2;
    color: #757c8b;
}

.base_title {
    color: #16437e;
    font-family: "LXGW975GothicSC-600W";
    font-size: 2.5rem;
}

.base_title.hasIcon {
    position: relative;
    display: inline-block;
}

.base_title.hasIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8rem;
    transform: translateY(-50%);
    width: 5.75rem;
    height: 5.75rem;
    background: url(../images/about_icon.png) no-repeat center center;
    background-size: cover;
}

.base_link {
    font-size: 1rem;
    background: #00c0f7;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 4rem;
    display: inline-block;
}

/* about end*/

/*pipeline begin*/

.pipeline {
    background: url(../images/pipeline_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 7rem 0;
}

.pipeline .pic {
    grid-column: span 5;
}

.pipeline .pic .img {
    width: 37.5rem;
    max-width: 100%;
    height: 40.625rem;
    border-radius: 2.5rem 10rem 2.5rem 2.5rem;
    border: 0.25rem solid transparent;
    background: linear-gradient(to bottom, #0aa7dd, #1a7fbd) border-box;
    background-clip: border-box;
    overflow: hidden;
}

.pipeline .pic .img img {
    height: 100%;
    object-fit: cover;
}

.pipeline .info {
    grid-column: span 7;
    padding: 5rem 4rem;
}

.pipeline .info .sub-title {
    font-size: 2rem;
    color: #20e2ff;
    margin: 0;
    padding: 3rem 0 1rem 0;
}

.pipeline .info .copy {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
}

/*pipeline end*/

/*Platform begin*/
.platform {
    background: #deebfe;
}
.platform .copy {
    font-size: 1.5rem;
    line-height: 2;
    color: #757c8b;
    text-align: center;
}

.platform .row-item {
    grid-column: span 3;
    position: relative;
    border-radius: 2.5rem;
    padding: 16rem 1.5rem 6rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background: none;
}


.platform .row-item .img {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform 1s ease-in-out;
    border-radius: inherit;
}

.platform .row-item:hover .img {
    transform: scale(1.1)
}


.platform .row-item .title {
    color: white;
    font-size: 2rem;
    font-family: "LXGW975GothicSC-600W";
    position: relative;
    z-index: 9;
    text-align: center;
}

.platform .row-item .copy {
    font-size: 1.25rem;
    color: white;
    position: relative;
    z-index: 9;
}

.platform .row-item .read-b-more {
    font-size: 1rem;
    color: #25cfff;
    position: absolute;
    left: 1.5rem;
    bottom: 4.5rem;
}


/*Platform end*/

/* News begin */
.news {
    /* background: #fff; */
}

.news .row-item {
    grid-column: span 4;
}

.news .row-item span {
    display: block;
}

.news .row-item .title {
    font-size: 1.5rem;
    font-family: "LXGW975GothicSC-600W";
    color: #174585;
}

.news .row-item .date {
    font-size: 1rem;
    color: #a6b8c8;
    padding-top: 0.5rem;
}

.news .row-item .copy {
    font-size: 1.25rem;
    color: #8d94a0;
    height: 4.5em;
}

.news .row-item .read-more {
    font-size: 1rem;
    color: #174675;
    border: 1px solid #174675;
    border-radius: 3rem;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.news .row-item:hover .read-more {
    background: #00c0f7;
    border-color: #00c0f7;
    color: white;
}

/* News end */

/*adv begin */
.adv {
    background: url(../images/adv_bg.jpg) no-repeat center center;
    background-size: cover;
}

.adv .row-item {
    grid-column: span 12;
    height: 37.5rem;
}

.adv .row-item .title {
    color: white;
    font-size: 2.5rem;
    font-family: "LXGW975GothicSC-600W";
    /* text-transform: uppercase; */
}

.adv .row-item .copy {
    font-size: 1.5rem;
    color: white;
}

.adv .row-item .read-more {
    font-size: 1rem;
    background: #00c0f7;
    color: white;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    border-radius: 3rem;
}

/*adv end */

.read-more,.base_link,.banner-link{
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 0;
}
.read-more:hover,.base_link:hover,.banner-link:hover{
    top: -0.5rem;
}


@media (max-width: 1200px) {
    .platform .row-item {
        grid-column: span 6;
    }

    .news .row-item {
        grid-column: span 6;
    }

    .adv .row-item {
        height: auto;
        padding: 5rem 0;
    }

    .pipeline .info {
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .banner-swiper {
        height: 50vh;
    }

    .banner-title {
        font-size: 2rem;
        margin: 0;
    }

    .banner-copy {
        font-size: 0.875rem;
        max-width: 90%;
        padding: 1rem 0 2rem;
    }

    .banner-link {
        font-size: 0.875rem;
        padding: 0.5rem 2rem;
    }

    .about,
    .platform,
    .news,
    .pipeline {
        padding: 3rem 0;
    }

    .about .info {
        grid-column: span 12;
        text-align: center;
    }

    .about .pic {
        grid-column: span 12;
    }

    .about .pic .img {
        width: 60%;
        margin: 0 auto;
    }

    .base_title {
        font-size: 1.5rem;
    }

    .base_link {
        font-size: 0.875rem;
        padding: 0.5rem 1.5rem;
    }

    .base_title.hasIcon::after {
        width: 3.75rem;
        height: 3.75rem;
        right: -5.5rem;
    }

    .about .info .copy {
        font-size: 1rem;
        line-height: 2;
    }

    .pipeline .pic {
        grid-column: span 12;
    }

    .pipeline .pic .img {
        border-radius: 1rem;
        height: 20vh;
    }

    .pipeline .pic .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pipeline .info {
        grid-column: span 12;
        padding: 1rem 0;
    }

    .pipeline .info .sub-title {
        font-size: 1rem;
        padding: 1rem 0;
    }

    .pipeline .info .copy {
        font-size: 0.875rem;
        line-height: 2;
        margin-bottom: 1rem;
    }

    .platform .row-item {
        grid-column: span 12;
        padding: 6rem 1rem 2rem;
        border-radius: 1rem;
    }

    .platform .row-item .title {
        font-size: 1.25rem;
    }

    .platform .row-item .copy {
        font-size: 0.875rem;
    }

    .platform .row-item .read-b-more {
        font-size: 0.75rem;
        left: 1rem;
        bottom: 1rem;
    }

    .news .row-item {
        grid-column: span 12;
        border-bottom: 1px solid #e5e5e5;
    }

    .news .row-item .date {
        font-size: 0.75rem;
    }

    .news .row-item .copy {
        font-size: 0.875rem;
        height: auto;
    }

    .news .row-item .read-more {
        font-size: 0.75rem;
    }

    .adv .row-item {
        height: auto;
        padding: 3rem 0;
    }

    .adv .row-item .title {
        font-size: 1.5rem;
    }

    .adv .row-item .copy {
        font-size: 0.875rem;
    }

    .adv .row-item .read-more {
        font-size: 0.75rem;
    }
    .platform .copy{
        font-size: 1rem;
        padding:0 1rem;
        line-height: 1.5;
    }
.news .row-item .title {
    font-size: 1.25rem;
    
}
}