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

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

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

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

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

    .Slide1 .text::after {
        content: "";
        position: absolute;
        left: calc(var(--container) - 3%);
        width: 15%;
        height: 50%;
        background: #ffffff20;
    }

    .Slide1 .text h1 {
        color: #ffffff;
        line-height: 1.5;
        font-size: 50px;
        font-weight: 900;
    }

    .Slide1 .text span {
        width: 54px;
        height: 3px;
        background: #fff;
    }

    .Slide1 .text h2 {
        text-transform: uppercase;
        font-size: 32px;
        line-height: 1.5;
        font-weight: 900;
        color: #ffffff;
    }

    .Slide1 .text h3 {
        width: 100%;
        font-size: 24px;
        line-height: 1.5;
        color: #ffffff;
    }

    .pagination1 {
        bottom: 2vw !important;
    }

    .pagination1 span {
        background: #fff;
        width: 20px;
        height: 14px;
        border-radius: 10px !important;
        transition: 0.5s;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        width: 36px;
    }

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

        .Slide1 .text::after {
            content: "";
            position: absolute;
            left: calc(var(--container) - 3%);
            width: 15%;
            height: 50%;
            background: #ffffff20;
        }

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


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

        .Slide1 .text h3 {
            font-size: 16px;
        }
    }

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

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

        .Slide1 .text h2 {
            font-size: 16px;
        }

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

        .Slide1 .text h1,
        .Slide1 .text h2,
        .Slide1 .text h3 {
            line-height: 1.2;
        }

        .pagination1 span {
            background: #fff;
            width: 8px;
            height: 8px;
        }

    }

    @media (max-width: 480px) {
        .Slide1 .bj {
            min-height: 260px;
        }
    }