.home-banner {
    background: linear-gradient(270deg, #000 50%, #fff 50%);
}

.home-banner .slider-div .sec1 {
    background-color: #fff;
    padding: 0px 30px 0px 0px;
}

.home-banner .slider-div {}

.home-banner .slider-div .sec2 {
    width: 100%;
    background-color: #000;
    padding: 5% 0%;
    position: relative;
}

.home-banner .slider-div .sec2::after {
    content: "";
    position: absolute;
}

.home-banner .slider-div .sec2 .slideimg {
    width: 104%;
    aspect-ratio: 2/1;
    border-radius: 30px 0px 0px 30px;
    border: 5px solid #000;
    margin: 0px 0px 0px -50px;
    height: 100%;
    object-fit: cover;
}

.home-banner .slider-div .sec1 .maintitle {
    font-family: Raleway;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000;
}

.home-banner .slider-div .sec1 .ttbd {
    width: 140px;
    height: 3px;
    background: #081f8b;
}

.home-banner .slider-div .sec1 .subtext {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin: 20px 0px;
}




.home-banner .slider-main .swiper-button-prev {
    right: unset;
    left: 0px;
    top: unset;
    bottom: 15%;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 7px;
}

.home-banner .slider-main .swiper-button-next {
    right: unset;
    left: 40px;
    top: unset;
    bottom: 15%;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 7px;
}

.home-banner .slider-main .swiper-button-prev::after,
.home-banner .slider-main .swiper-button-next::after {
    font-size: 15px;
}

.home-banner .slider-main .swiper-button-prev .swiper-navigation-icon,
.home-banner .slider-main .swiper-button-next .swiper-navigation-icon {
    font-size: 15px;
}


@media (min-width:0px) and (max-width:767.98px) {
    .home-banner .slider-div .sec1 .maintitle {
        font-size: 17px;
        line-height: 30px;
    }

    .home-banner .slider-div .sec1 .subtext {
        font-size: 15px;
        line-height: 20px;
        margin: 15px 0px;
    }

    .home-banner .slider-div .sec2 .slideimg {
        border-radius: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        border: none;
    }

    .home-banner .slider-div .sec1 {
        padding: 10px 20px 10px 20px;
    }

    .home-banner .slider-main .swiper-button-prev {
        top: 30%;
    }

    .home-banner .slider-main .swiper-button-next {
        top: 30%;
        right: 0px;
        left: auto;
    }

    .home-banner {
        background: linear-gradient(270deg, #000 0%, #fff 0%);
    }

    .home-banner .slider-div .sec2 {
        padding: 0px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .home-banner .slider-div .sec1 .maintitle {
        font-size: 22px;
        line-height: 35px;
    }

    .home-banner .slider-div .sec1 .subtext {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin: 20px 0px;
    }

    .home-banner .slider-main .swiper-button-prev {
        bottom: 5%;
    }

    .home-banner .slider-main .swiper-button-next {
        bottom: 5%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .home-banner .slider-div .sec1 .maintitle {
        font-size: 30px;
        line-height: 32px;
    }

    .home-banner .slider-div .sec1 .subtext {
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {
    .home-banner .slider-div .sec1 .maintitle {
        font-size: 40px;
        line-height: 50px;
    }

    .home-banner .slider-div .sec1 .subtext {
        font-size: 22px;
    }
}