    /* Box1 */
    .section1 {
        padding: 0 !important;
    }


    .Swiper1 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .Slide1 {
        width: 100%;
        height: auto;
    }

    .Slide1 video {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: block;
    }

    .Slide1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: none;
    }


    .Slide1 .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 45px;
        padding: 0 var(--container);
    }

    .Slide1 .text h1 {
        color: #FFF;
        text-align: center;
        font-size: 48px;
        font-weight: 700;
    }

    .Slide1 .text p {
        color: #FFF;
        text-align: center;
        font-size: 22px;
    }

    .Slide1 .text a {
        width: 230px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background: #fff;
        color: #A73338;
        font-size: 16px;
        border-radius: 50px;
        line-height: 1;
    }



    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }

        .Slide1 .text {
            grid-gap: 30px;
        }

        .Slide1 .text h1 {
            font-size: 32px;
        }

        .Slide1 .text p {
            font-size: 18px;
        }

    }

    @media (max-width: 720px) {
        .Slide1 .text {
            grid-gap: 15px;
        }

        .Slide1 .text h1 {
            font-size: 24px;
        }

        .Slide1 .text p {
            font-size: 14px;
        }

        .Slide1 .text a {
            width: 160px;
            height: 40px;
            font-size: 14px;
        }

        .Slide1 .bj {
            min-height: 260px;
        }
    }

    @media (max-width: 460px) {}
