@import url('https://fonts.googleapis.com/css2?family=BioRhyme&display=swap');
span.extended-banner-title { background: transparent; border: none; box-shadow: none !important; color: #eaf07f; font-size: 72px; font-family: 'BioRhyme', serif; }
span.extended-banner-text { background: transparent; border: none; box-shadow: none !important; color: white; max-width: 620px; font-family: 'BioRhyme', serif; font-size: 26px; } 
.extended-banner-link, .extended-banner-text, .extended-banner-title{
	position: relative !important;
  top: 0 !important;
}

@media(max-width: 479px){
    body.mobile .extended-banner-texts {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    right: 0;
    top: 40% !important;
    max-width: 350px !important;
    width: 100% !important;
    gap: 15px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
}

    span.extended-banner-title {
    font-size: 36px;
}

    span.extended-banner-text{
        font-size: 16px;
    }


span.extended-banner-link {
    background: transparent;
    color: #eaf07f;
    border-radius: 20px;
    padding: 5px 20Px;
    min-width: 220px;
    max-width: 300px;
    text-align: center;
    border-color: #eaf07f;
    right: initial;
    height: 40px;
    line-height: 30px;
    margin-top: 10px;
    font-family: 'BioRhyme', serif;
}
}

@media(min-width:480px) and (max-width: 767px){
    body.mobile .extended-banner-texts {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    right: 0;
    top: 45% !important;
    max-width: 375px !important;
    width: 100% !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
}

    span.extended-banner-title {
    font-size: 42px;
}

    span.extended-banner-text{
        font-size: 18px;
    }


span.extended-banner-link {
    background: transparent;
    color: #eaf07f;
    border-radius: 20px;
    padding: 5px 20Px;
    min-width: 220px;
    max-width: 300px;
    text-align: center;
    border-color: #eaf07f;
    right: initial;
    height: 40px;
    line-height: 30px;
    margin-top: 10px;
    font-family: 'BioRhyme', serif;
}
}


span.extended-banner-link {
    background: transparent;
    color: #eaf07f;
    border-radius: 20px;
    padding: 5px 20Px;
    min-width: 220px;
    max-width: 300px;
    text-align: center;
    border-color: #eaf07f;
    right: initial;
    height: 45px;
    line-height: 35px;
    font-family: 'BioRhyme', serif;
}

.extended-banner-texts {
    bottom: 0;
    left: 17% !important;
    position: absolute;
    right: 0;
    top: 20% !important;
    max-width: 760px;
    width: 760px !important;
    height: fit-content !important;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media(min-width:1500px) and (max-width: 1980Px){
    span.extended-banner-title {
        font-size: 60px;
    }

    span.extended-banner-text {
    font-size: 23px;
}

    span.extended-banner-link {
    height: 40px;
    line-height: 30px;
}
}



@media(min-width:1200px) and (max-width: 1499Px){
    span.extended-banner-title {
        font-size: 50px;
    }

    span.extended-banner-text {
    font-size: 18px;
}

    span.extended-banner-link {
    height: 40px;
    line-height: 30px;
}
     .next-to-carousel-banners {
        margin-top: -50px !important;
    }
}

@media(min-width:992px) and (max-width: 1199Px){
    span.extended-banner-title {
        font-size: 50px;
    }

    span.extended-banner-text {
    font-size: 18px;
}

    span.extended-banner-link {
    height: 40px;
    line-height: 30px;
}

    .next-to-carousel-banners {
        margin-top: -35px !important;
    }
}


@media(min-width:768px) and (max-width: 991Px){
    span.extended-banner-title {
        font-size: 45px;
    }

    span.extended-banner-text {
    font-size: 18px;
}

    span.extended-banner-link {
    height: 35px;
    line-height: 25px;
}

    .next-to-carousel-banners {
        margin-top: 20px !important;
    }

    .extended-banner-texts {
    gap: 20px;
}
}




