/*seed-home-banner*/

.seed-home-banner {
    position: relative;
}

.seed-home-banner .banner-box {
    position: relative;
    margin-top: 85px;
}

@media (max-width: 1399px) {
    .seed-home-banner .banner-box {
        margin-top: 70px;
    }
}

.seed-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;
}


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

.seed-home-banner .banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.seed-home-banner .banner-img::before {
    content: '';
    display: block;
    padding-bottom: 42%;
}


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

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

    .seed-home-banner .banner-title {
        justify-content: center;
    }
}



.mobile-navbar .language-select-wrapper .link-group {
    width: 125px;
}

.seed-home-banner .banner-txt {
    padding: 1rem 3rem;
}

.seed-home-banner .banner-txt .b-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 40px;
    /* border-bottom: 1px #fff solid; */
    margin-bottom: 1rem;
}

.seed-home-banner .banner-txt .s-title {
    /* text-shadow: 2px 2px 4px rgb(0 0 0 / 50%); */
    font-size: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    font-weight: 400;
    letter-spacing: 0;
    background-color: rgb(27 114 114 / 80%);
}

@media (max-width: 1199px) {
    .seed-home-banner .banner-txt .b-title {
        font-size: 30px;
        font-weight: bold;
    }

    .seed-home-banner .banner-txt .s-title {
        font-size: 22px;
    }
}

.seed-home-banner .banner-txt .b-title {
    transition: all 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    padding: 0 1rem;
}

.seed-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%);
}


@media screen and (max-width:1024px) {
    .seed-home-banner .banner-txt .b-title {
        font-size: 40px;
        margin-top: -10px;
    }

    .seed-home-banner .banner-txt .s-title {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .seed-home-banner .banner-txt .b-title {
        font-size: 25px;
        margin-top: 0;
        letter-spacing: 0;
    }

    .seed-home-banner .banner-txt .s-title {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.seed-home-banner .swiper-slide-active .banner-txt .b-title,
.seed-home-banner .swiper-slide-active .banner-txt,
.seed-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: 4px;
    color: #fff;
}

.seed-home-banner .swiper-slide-active .banner-txt .b-title,
.seed-home-banner .swiper-slide-active .banner-txt,
.seed-home-banner .swiper-slide-active .banner-txt .s-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.seed-home-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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