.top-banner-img {
    width: 100%;
}

.top-banner-parent-container {
    position: relative;
}

.top-banner-text-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}


.banner-card-body {
    padding: 10px;
}

.banner-title {
    font-family: "Montserrat", sans-serif;
    line-height: 96%;
    font-size: 5rem;
    font-weight: 900;
    color:white;
}

.banner-title .highlight {
    color:#10DAFF;
    line-height: 1.5;
}

.banner-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    color:white;
    margin-top:15px;
}

.top-banner-sub-btn {
    color:#2439EA;
    background-color: white;
    border:0;
    border-radius:8px;
    padding: 1rem 6vw;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top:30px;
}

.drops-container {
    position:relative;
}

.small-banner-card {
    background-color: white;
    border-radius: 15px;
    padding: 0.5rem;
    margin: 30px 5px;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 15px 4px;
}

.small-banner-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 1400px) {

    .banner-title {
        font-size: 3rem;
        margin-top:1vh;
    }

    .banner-title .highlight {
        line-height: 1;
    }

    .banner-subtitle {
        margin-top: 1vh;
    }

    .top-banner-sub-btn {
        padding: 10px 11vw;
        font-size: 1.2rem;
        margin-top: 1vh;
    }

    .top-banner-img {
        border-radius: 0;
    }
}

@media (max-width: 769px) {

    .banner-title {
        font-size: 1.6rem;
        margin-top:1vh;
    }

    .banner-title .highlight {
        line-height: 1;
    }

    .banner-subtitle {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .top-banner-sub-btn {
        padding: 6px 11vw;
        font-size: 0.8rem;
        margin-top: 1vh;
    }
}

@media (max-width: 767px) {
    .top-banner-img {
        border-radius: 15px;
    }
}

@media (max-width: 400px) {

    .banner-title {
        font-size: 1.4rem;
    }

    .banner-subtitle {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}


@media (max-width: 340px) {

    .banner-title {
        font-size: 1.2rem;
    }

    .banner-subtitle {
        font-size: 0.6rem;
        line-height: 1.4;
    }
}

