.hero-section {
    position: relative;
}

.hero-section .swiper-slide {
    position: relative;
}

.hero-section .swiper-slide .pic video,
.hero-section .swiper-slide .pic img {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    height: 43.22vw;
}

.hero-section .swiper-slide .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-section .swiper-slide .hero-product-name {
    /* font-weight: 400; */
    color: #FFFFFF;
    font-style: italic;
    line-height: 1.28;
    font-family: 'Poppins-SemiBold';
}

.hero-section .swiper-slide .hero-desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.7;
    margin-top: .5em;
}

.commonBtn {
    padding: 0 27px;
    line-height: 53px;
    background: rgba(255, 255, 255, 0);
    border-radius: 29px;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    gap: 10px;
    transition: all .6s;
    font-family: 'Poppins-Medium';
}

.commonBtn .iconfont {
    transform: rotate(-45deg);
    font-size: 20px;
    transition: all .6s;
}

.commonBtn:hover .iconfont {
    transform: rotate(0deg);
}

.hero-section .swiper-slide .commonBtn {
    margin-top: 22px;
    border-color: rgba(255, 255, 255, .5);
}

.hero-section .swiper-slide .commonBtn:hover {
    background-color: #3BFFD9;
    border-color:#3BFFD9;
    color: #333;
}

.hero-section .swiper-pagination {
    bottom: 50px;
}

.hero-section .swiper-pagination-bullet {
    position: relative;
    width: 48px;
    height: 3px;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    opacity: 1;
    transition: all .6s;
}

.hero-section .swiper-pagination-bullet::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(59, 255, 217, 1);
}

.hero-section .swiper-pagination-bullet-active {
    width: 120px;
}

.hero-section .swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all .6s;
}

.ride-section {
    padding: 120px 0 76px;
    background: url(../img/ride-section-bg.jpg);
    background-size: cover;
    overflow: hidden
}

.ride-section .container {
    padding: 0 3%;
}

.section-title {
    text-align: center;
    color: #000000;
    line-height: 1;
}

.section-sub {
    font-size: 20px;
    color: #666666;
    line-height: 1.2;
    text-align: center;
    margin-top: .5em;
}

.ride-section .oval-swiper {
    margin-top: 55px;
    overflow: visible;
}

.ride-section .oval-swiper .swiper-wrapper {
    align-items: center;
    width: fit-content;
    flex-wrap: nowrap;
    /* transform: none !important;  */
}

.ride-section .oval-swiper .swiper-slide {
    position: relative;
    width: 391px;
    transform: scale(.78);
    transition: all .6s;
    flex-shrink: 0;
}

.ride-section .oval-swiper .swiper-slide:hover {
    transform: scale(1);
}

.ride-section .oval-swiper .swiper-slide .pic {
    border-radius: 190px;
}

.ride-section .oval-swiper .oval-text {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 55px 70px;
    text-align: center;
    opacity: 0;
    transition: all .6s;
}

.ride-section .oval-swiper .swiper-slide:hover .oval-text {
    opacity: 1;
}

.ride-section .oval-swiper .oval-text .text-title {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1.28;
}

.ride-section .oval-swiper .oval-text .text-des {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 2em;
}

.ride-section .oval-swiper .icon-youshang {
    display: block;
    font-size: 26px;
    color: #fff;
    transition: all .6s;
}
.ride-section .oval-swiper .icon-youshang:hover {
    transform: scale(1.4);
}
.eco-section {
    padding-bottom: 116px;
    overflow: hidden;
}

.eco-section .container {
    padding: 0 6%;
}

.eco-section .eco-title-wrap .eco-title {
    /* font-weight: 500; */
    color: #000000;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 0 .5em;
}

.eco-section .eco-title-wrap .eco-title span {
    display: flex;
    align-items: center;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.eco-section .eco-title-wrap .eco-title img {
    width: 134px;
    margin: 0 36px;
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.eco-section .app-box {
    margin-top: 94px;
    transform: scale(.88);
}

.eco-section .app-box .swiper {
    border-radius: 20px;
}

.eco-section .app-box .swiper-slide {
    background: #ECECEC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.eco-section .app-box .swiper-slide .app-content {
    flex: 1;
    padding: 112px 48px 112px 101px;
}

.eco-section .app-box .swiper-slide .app-visual {
    align-self: flex-end;
    width: 45.5%;
}

.eco-section .app-box .swiper-slide .app-tag {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
}

.eco-section .app-box .swiper-slide .app-name {
    line-height: 1.32;
    margin: .1em 0 .7em;
    font-family: Poppins-Bold;
}

.eco-section .app-box .swiper-slide .app-desc {
    /* font-weight: 600; */
    font-size: 22px;
    color: #1F1F1F;
    line-height: 1.16;
    font-family: 'Poppins-SemiBold';
}

.eco-section .app-box .swiper-slide .app-date {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: .8em;
}

.eco-section .app-box .swiper-slide .app-list {
    margin-top: 30px;
}

.eco-section .app-box .swiper-slide .app-item {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.eco-section .app-box .swiper-slide .app-item .iconfont {
    font-size: 22px;
    padding-right: 5px;
}

.eco-section .app-box .swiper-slide .app-item:not(:last-child) {
    margin-bottom: 10px;
}

.eco-section .app-box .swiper-slide .app-btns {
    margin-top: 39px;
}

.eco-section .app-box .swiper-slide .app-btns .btn-black {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(59, 255, 217, 1);
}

.eco-section .app-box .swiper-slide .app-btns .btn-black .iconfont {
    transform: rotate(0) !important;
}

.eco-section .app-box .swiper-slide .app-visual .picCover {
    padding-top: 95.19%;
}

.eco-section .app-box .swiper-slide .app-visual .picCover .pic {
    align-items: flex-end;
    justify-content: flex-end;
}

.eco-section .app-box .swiper-slide .app-visual .picCover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.eco-section .app-box .swiper-pagination {
    padding: 0 100px;
    bottom: 70px;
    text-align: left;
}

.eco-section .app-box .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #262629;
    border-radius: 50%;
    margin: 0 8px;
}

.eco-section .app-box .swiper-pagination-bullet-active {
    background: rgba(56, 244, 208, 1);
}

.tech-section {
    position: relative;
}

.tech-section .swiper-slide {
    position: relative;
    min-height: 860px;
    background-size: cover;
    padding: 250px 0;
    display: flex;
    align-items: center;
}

.tech-section .tech-title {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    z-index: 3;
}

.tech-section .tech-title .section-sub,
.tech-section .tech-title .section-title {
    color: #fff;
}

.tech-section .swiper-slide .text-title {
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.33;
}

.tech-section .swiper-slide .text-desc {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 1em;
    width: 570px;
    max-width: 100%;
}

.tech-section .swiper-slide .commonBtn {
    margin-top: 25px;
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.story-section .commonBtn:hover,
.tech-section .swiper-slide .commonBtn:hover{
    background-color: #3BFFD9;
    border-color: #3BFFD9
}

.tech-section .tech-menu {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.tech-section .tech-menu-items {
    display: flex;
}

.tech-section .tech-menu-item {
    flex: 1;
    padding: 49px 27px 27px;
    text-align: center;
    backdrop-filter: blur(20px);
    color: #FFFFFF;
    cursor: pointer;
}

.tech-section .tech-menu-item.active {
    background-color: rgba(59, 255, 217, 1);
    color: #111;
}

.tech-section .tech-menu-item:not(:last-child) {
    border-right: 1px solid rgba(220, 220, 220, .05);
}

.tech-section .tech-menu-item .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin: 0 auto;
}

.tech-section .tech-menu-item .menu-icon img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
}

.tech-section .tech-menu-item.active .menu-icon img {
    filter: brightness(1) invert(0);
}

.tech-section .tech-menu-item .menu-text {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-top: 17px;
}

.riders-section {
    padding: 120px 0;
    overflow: hidden;
}

.riders-section .marquee-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.riders-section .marquee-section .marquee-track .marquee-list,
.riders-section .marquee-section .marquee-track {
    display: flex;
    width: max-content;
    gap: 20px;
}

.riders-section .marquee-section .marquee-track .picCover {
    padding-top: 72.5%;
}

.riders-section .marquee-section .marquee-track .pic {
    border-radius: 15px;
}

.riders-section .marquee-section .marquee-track .marquee-item {
    flex-shrink: 0;
    width: 400px;
}

.scroll-left {
    animation: scrollLeft 30s linear infinite;
}

.scroll-right {
    animation: scrollLeft 30s -15s reverse linear infinite;
}

.marquee-track:hover {
    /* animation-play-state: paused; */
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.story-section {
    position: relative;
    margin: 0 6%;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(.88);
}

.story-section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.story-section .bg img,
.story-section .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-section .story-content {
    position: relative;
    z-index: 2;
    padding: 157px 120px 94px;
    text-align: center;
}

.story-section .section-sub,
.story-section .section-title {
    color: #fff;
}

.story-section .des {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 50px auto 0;
    text-align: center;
    width: 768px;
    max-width: 100%;
}

.story-section .commonBtn {
    margin-top: 29px;
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: #333;
}

.story-section .story-stats {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    text-align: left;
}

.story-section .story-stats h3 {
    /* font-weight: 400; */
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    align-items: center;
    font-family: 'Poppins-Bold';
}

.story-section .story-stats p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: .75em;
}

.news-section {
    position: relative;
    padding: 140px 0 96px;
    background: url(../img/news-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.news-section .container {
    position: relative;
    overflow: hidden;
}

.news-section .news-swiper {
    margin-top: 49px;
    overflow: visible;
}

.news-section .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 37px;
}

.news-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(38, 38, 41, .1);
    border-radius: 50%;
    opacity: 1;
    transition: all .6s;
    margin: 0 8px !important;
}

.news-section .swiper-pagination-bullet-active {
    background: rgba(56, 244, 208, 1);
}

.news-section .more {
    margin-top: 40px;
    text-align: center;
}

.news-section .more .commonBtn {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.news-section .more .commonBtn:hover {
    background-color: #3BFFD9;
    border-color:#3BFFD9;
    /* color: #fff; */
}

.service-bar {
    position: relative;
    background: #FFFFFF;
    border-radius: 0 0 40px 40px;
}

.service-bar::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
}

.service-bar .container {
    position: relative;
    z-index: 2;
}

.service-bar .service-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 72px 0 66px;
}

.service-bar .srv-item {
    display: flex;
}

.service-bar .srv-item .srv-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.service-bar .srv-item .srv-icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all .6s;
}

.service-bar .srv-item:hover .srv-icon img {
    transform: rotateY(180deg);
}

.service-bar .srv-item .srv-text {
    flex: 1;
    margin-left: 25px;
}

.service-bar .srv-item .srv-text h5 {
    /* font-weight: 500; */
    font-size: 20px;
    color: #222222;
    line-height: 24px;
    font-family: Poppins-Medium;
}

.service-bar .srv-item .srv-text p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 17px;
    word-break: break-word;
}

.news-section .news-swiper .swiper-slide {
    width: 31.12%;
}

.news-section .news-swiper .swiper-slide:not(:last-child) {
    margin-right: 3.32%;
}

@media (max-width:1440px) {
    .eco-section .app-box .swiper-slide .app-content {
        padding-left: 48px;
        padding-top: 48px;
    }

    .eco-section .app-box .swiper-pagination {
        padding: 0 48px;
        bottom: 30px;
    }
}

@media (max-width:1199px) {
    .story-section{
        margin:0 3%;
    }
    .eco-section .container{
        padding:0 3%;
    }
    .hero-section .swiper-pagination {
        bottom: 20px;
    }

    .hero-section .swiper-pagination-bullet {
        width: 20px;
    }

    .hero-section .swiper-pagination-bullet-active {
        width: 30px;
    }

    .news-section,
    .riders-section,
    .ride-section {
        padding: 80px 0;
    }

    .eco-section {
        padding-bottom: 80px;
    }

    .tech-section .tech-title {
        top: 80px;
    }

    .news-section .news-swiper,
    .riders-section .marquee-section,
    .eco-section .app-box,
    .ride-section .oval-swiper {
        margin-top: 45px;
    }

    .tech-section .swiper-slide {
        padding: 200px 0;
    }

    .eco-section .eco-title-wrap .eco-title img {
        width: 120px;
    }

    .tech-section .tech-menu-item .menu-icon {
        width: 38px;
        height: 38px;
    }

    .tech-section .tech-menu-item .menu-text {
        font-size: 16px;
    }

    .tech-section .tech-menu-item {
        padding: 29px 20px 20px;
    }

    .tech-section .swiper-slide {
        min-height: 740px;
    }

    .riders-section .marquee-section .marquee-track .marquee-item {
        width: 300px;
    }

    .story-section .story-content {
        padding: 80px;
    }

    .news-section .news-swiper .swiper-slide {
        width: 48.5%;
    }

    .news-section .news-swiper .swiper-slide:not(:last-child) {
        margin-right: 3%;
    }

    .service-bar .service-flex {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-bar .service-flex {
        padding: 50px 0;
    }
}

@media (max-width:1024px) {
    .service-bar .service-flex {
        padding: 40px 0;
    }

    .story-section .story-stats p {
        font-size: 16px;
    }

    .story-section .des {
        margin-top: 35px;
    }

    .story-section .story-stats {
        margin-top: 45px;
        gap: 25px;
    }

    .story-section .story-content {
        padding: 70px 40px;
    }

    .riders-section .marquee-section .marquee-track .marquee-item {
        width: 260px;
    }

    .tech-section .swiper-slide {
        padding: 170px 0 70px;
        min-height: 680px;
    }

    .tech-section .tech-menu {
        display: none;
    }

    .eco-section .app-box .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .eco-section .app-box .swiper-pagination {
        padding: 0 40px;
        bottom: 20px;
    }

    .eco-section .app-box .swiper-slide .app-btns {
        margin-top: 25px;
    }

    .eco-section .app-box .swiper-slide .app-item:not(:last-child) {
        margin-bottom: 4px;
    }

    .eco-section .app-box .swiper-slide .app-name {
        margin-bottom: .5em;
    }

    .eco-section .app-box .swiper-slide .app-list {
        margin-top: 14px;
    }

    .eco-section .app-box .swiper-slide .app-content {
        padding: 40px 40px 70px;
    }

    .eco-section .app-box .swiper-slide .app-visual .picCover {
        padding-top: 40%;
    }

    .eco-section .app-box .swiper-slide .app-visual {
        width: 100%;
    }

    .eco-section .app-box .swiper-slide {
        flex-direction: column-reverse;
    }

    .story-section,
    .eco-section .app-box {
        transform: scale(1) !important;
    }

    .eco-section .eco-title-wrap .eco-title img {
        width: 100px;
        margin: 0 20px;
    }

    .ride-section .oval-swiper .oval-text .text-des {
        line-height: 20px;
        margin-bottom: 1em;
    }

    .ride-section .oval-swiper .oval-text .text-title {
        font-size: 24px;
    }

    .ride-section .oval-swiper .swiper-slide {
        width: 280px;
    }

    .ride-section .oval-swiper .oval-text {
        opacity: 1;
        padding: 0 14px 20px;
    }

    .ride-section .oval-swiper .swiper-slide {
        transform: scale(1);
    }

    .news-section,
    .riders-section,
    .ride-section {
        padding: 70px 0;
    }

    .eco-section {
        padding-bottom: 70px;
    }

    .tech-section .tech-title {
        top: 70px;
    }

    .news-section .news-swiper,
    .riders-section .marquee-section,
    .eco-section .app-box,
    .ride-section .oval-swiper {
        margin-top: 40px;
    }

    .commonBtn {
        line-height: 44px;
        border-width: 1px;
        padding: 0 20px;
    }
}

@media (max-width:768px) {
    .service-bar .service-flex {
        gap: 30px;
    }

    .service-bar .srv-item .srv-text p {
        margin-top: 10px;
    }

    .service-bar .srv-item .srv-icon {
        width: 30px;
        height: 30px;
        margin-top: 20px;
    }

    .service-bar .srv-item .srv-text {
        margin-left: 15px;
    }

    .service-bar .service-flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-section .news-swiper .swiper-slide {
        width: 100%;
    }

    .news-section .more,
    .news-section .swiper-pagination {
        margin-top: 30px;
    }

    .story-section .story-content {
        padding: 60px 30px;
    }

    .story-section .des {
        margin-top: 25px;
    }

    .story-section .story-stats p {
        margin-top: .5em;
    }

    .story-section .story-stats h3 {
        justify-content: center;
        font-size: 24px;
    }

    .story-section .story-stats {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .tech-section .swiper-slide {
        padding: 150px 0 60px;
        min-height: 0;
        height: auto;
    }

    .news-section,
    .riders-section,
    .ride-section {
        padding: 60px 0;
    }

    .eco-section {
        padding-bottom: 60px;
    }

    .tech-section .tech-title {
        top: 60px;
    }

    .news-section .news-swiper,
    .riders-section .marquee-section,
    .eco-section .app-box,
    .ride-section .oval-swiper {
        margin-top: 30px;
    }

    .hero-section .swiper-slide .hero-desc {
        font-size: 18px;
    }

    .section-sub {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .service-bar .srv-item .srv-text p {
        font-size: 14px;
    }

    .service-bar .service-flex {
        gap: 20px;
    }

    .service-bar .srv-item .srv-text p {
        margin-top: 5px;
    }

    .service-bar .srv-item .srv-text h5 {
        font-size: 18px;
    }

    .story-section .story-stats p {
        font-size: 14px;
    }

    .story-section .story-stats {
        margin-top: 20px;
    }

    .story-section .commonBtn,
    .story-section .des {
        margin-top: 15px;
    }

    .story-section .story-content {
        padding: 50px 25px;
    }

    .riders-section .marquee-section .marquee-track .marquee-item {
        width: 220px;
    }

    .tech-section .swiper-slide .text-desc {
        font-size: 16px;
        margin-top: .5em;
    }

    .tech-section .swiper-slide {
        padding: 120px 0 50px;
    }

    .eco-section .eco-title-wrap .eco-title {
        font-size: 24px;
    }

    .eco-section .app-box .swiper-slide .app-item {
        line-height: 20px;
    }

    .eco-section .app-box .swiper-slide .app-name {
        font-size: 20px;
    }

    .eco-section .app-box .swiper-slide .app-desc {
        font-size: 18px;
    }

    .eco-section .app-box .swiper-slide .app-item,
    .eco-section .app-box .swiper-slide .app-date {
        font-size: 14px;
    }

    .eco-section .app-box .swiper-slide .app-tag {
        font-size: 16px;
    }

    .eco-section .app-box .swiper-slide .app-content {
        padding: 25px 25px 60px;
    }

    .eco-section .eco-title-wrap .eco-title img {
        width: 60px;
    }

    .section-sub {
        font-size: 16px;
        margin-top: .3em;
    }

    .ride-section .oval-swiper .icon-youshang {
        font-size: 20px;
    }

    .ride-section .oval-swiper .oval-text .text-title {
        font-size: 20px;
        margin-bottom: .3em;
    }

    .ride-section .oval-swiper .oval-text .text-des {
        display: none;
    }

    .ride-section .oval-swiper .swiper-slide {
        width: 240px;
    }

    .news-section,
    .riders-section,
    .ride-section {
        padding: 50px 0;
    }

    .eco-section {
        padding-bottom: 50px;
    }

    .tech-section .tech-title {
        top: 50px;
    }

    .news-section .news-swiper,
    .riders-section .marquee-section,
    .eco-section .app-box,
    .ride-section .oval-swiper {
        margin-top: 25px;
    }

    .hero-section .swiper-slide .hero-desc {
        font-size: 16px;
    }
    .news-section .swiper-pagination-bullet{
        margin: 0 4px !important;
    }
}