/* Home - Hero Banner section responsive */

@media screen and (max-width: 1439px) {

}

@media screen and (max-width: 1024px) {
    .hero-banner {
        height: auto;
        min-height: 980px;
        padding: 150px 0 56px;
    }

    .hero-banner__content {
        min-height: 0;
        justify-content: flex-start;
    }

    .hero-banner__line {
        height: 100%;
        left: 18%;
        width: 76%;
    }

    .hero-banner__actions {
        padding-bottom: 52px;
    }

    .hero-banner__bottom {
        margin-top: 34px;
        gap: 28px;
    }

    .hero-banner__reveal {
        margin-top: 72px;
    }

}

@media screen and (max-width: 768px) {
    .hero-banner {
        min-height: 920px;
        padding: 140px 0 48px;
    }

    .hero-banner__inner {
        width: 94%;
    }

    .hero-banner__actions {
        gap: 24px;
        padding-bottom: 42px;
    }

    .hero-banner__bottom {
        margin-top: 30px;
        gap: 20px;
    }

    .hero-banner__feature {
        max-width: 100%;
    }

    .hero-banner__reveal {
        margin-top: 56px;
    }

    .hero-banner__reveal-quote p {
        font-size: 28px;
    }

}

@media screen and (max-width: 480px) {
    .hero-banner {
        min-height: 860px;
        padding: 122px 15px 38px;
    }

    .hero-banner__inner {
        width: 100%;
    }

    .hero-banner__heading {
        font-size: 34px;
    }

    .hero-banner__desc {
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .hero-banner__actions {
        gap: 18px;
        padding-bottom: 30px;
    }

    .hero-banner__bottom {
        margin-top: 26px;
        gap: 16px;
    }

    .hero-banner__feature {
        gap: 12px;
    }

    .hero-banner__feature p {
        font-size: 15px;
    }

    .hero-banner__reveal {
        margin-top: 42px;
    }

    .hero-banner__reveal-quote p {
        font-size: 24px;
    }

}

@media screen and (max-width: 375px) {
    .hero-banner {
        min-height: 900px;
        padding-top: 118px;
    }

    .hero-banner__badge {
        padding: 7px 14px;
        font-size: 13px;
    }

    .hero-banner__heading {
        font-size: 30px;
    }

    .hero-banner__actions {
        padding-bottom: 28px;
    }

    .hero-banner__reveal {
        margin-top: 40px;
    }

    .hero-banner__reveal-quote p {
        font-size: 22px;
    }

}
