/*home-banner*/

.dy-home-banner {
    padding: 100px 1.5rem 0;
    background-color: #fff;
}

@media (max-width: 991px) {
    .dy-home-banner {
        padding: 86px 1rem 0;
    }
}

.dy-home-banner .swiper {
    border-radius: 10px;
}

.dy-home-banner .banner-box {
    position: relative;
}

.dy-home-banner .banner-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.dy-home-banner .banner-title {
    min-height: 80%;
    max-width: 1320px;
}

.dy-home-banner .banner-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.dy-home-banner .banner-img::before {
    content: '';
    display: block;
    padding-bottom: 41%;
    background-color: rgb(8 8 8 / 20%);
}


@media screen and (max-width:1199px) {
    .dy-home-banner .banner-img::before {
        padding-bottom: 55%;
    }
}

@media screen and (max-width:991px) {
    .dy-home-banner .banner-img::before {
        padding-bottom: 100%;
    }
}

.dy-home-banner .banner-txt .b-title {
    transition: all 0.8s ease-in-out;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    font-size: 50px;
    font-weight: bolder;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.38);
    text-align: center;
}

.dy-home-banner .banner-txt .s-title {
    transition: all 0.8s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    text-align: center;
    font-weight: bolder;
    color: #ffffff;
    font-size: 50px;
}

@media (max-width: 768px) {
    .dy-home-banner .banner-txt {
        padding: 10px;
    }

    .dy-home-banner .banner-txt .s-title {
        font-size: 17px;
        padding: 2%;
        min-width: 350px;
    }
}

@media (max-width: 350px) {
    .dy-home-banner .banner-txt .s-title {
        min-width: auto;
    }
}

.dy-home-banner .swiper-slide-active .banner-txt .b-title,
.dy-home-banner .swiper-slide-active .banner-txt,
.dy-home-banner .swiper-slide-active .banner-txt .s-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    letter-spacing: 10px;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 50);
}

@media (max-width: 991px) {

    .dy-home-banner .swiper-slide-active .banner-txt .b-title,
    .dy-home-banner .swiper-slide-active .banner-txt,
    .dy-home-banner .swiper-slide-active .banner-txt .s-title {
        letter-spacing: 3px;
    }

    .dy-home-banner .banner-txt .b-title {
        font-size: 25px;
        padding: 5px 0;
    }

    .dy-home-banner .banner-txt .s-title {
        font-size: 18px;
        margin-top: 0;
    }
}

.dy-home-banner .swiper-slide-active .banner-txt .b-title,
.dy-home-banner .swiper-slide-active .banner-txt,
.dy-home-banner .swiper-slide-active .banner-txt .s-title {
    text-align: center;
}

.dy-home-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.dy-home-banner .swiper-pagination-bullet {
    background-color: #fd9b06;
    opacity: 1;
}

.dy-home-banner .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border: 2px #fd9b06 solid;
    background-color: #fff;
}