/* hero section */
.hero {
    background-image: url('../img/background-img.png');
    background-size: cover;
    width: 1269px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

.section-header {
    /* margin-left: 200px; */
}

.hero .section-header .section-heading {
    width: 900px;
    height: 160px;
    /* top: 50px; */
    /* left: 290px; */
    font-family: myFirstFont2;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    /* position: absolute; */
    margin-bottom: 10px;
    color: #272636;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.hero .section-heading2 {
    width: 744px;
    height: 35px;
    /* top: 290px;
    left: 365px; */
    font-family: myFirstFont2;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    /* position: absolute; */
    /* margin-left: 290px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;

    background: linear-gradient(90deg, #02FA72, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero .sub-heading {
    width: 626px;
    height: 44px;
    /* top: 340px;
    left: 405px; */
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    /* position: absolute; */
    /* margin-left: 350px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.hero .button {
    width: 200px;
    height: 50px;
    border-radius: 40px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    font-family: myFirstFont3;
    line-height: 100%;
    background-color: #272636;
    /* solid background */
    border: 2px solid;
    border-image: linear-gradient(90deg, #02FA72, #0074FF) 1;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #02FA72, #0074FF);
    cursor: pointer;
    transition: all 0.3s ease;
}



.hero .credit-img {
    width: 1126px;
    height: 264px;
    /* top: 480px;
    left: 177px; */
    /* position: absolute; */

}

.hero hr {
    width: 100%;
    color: #D2D6DB;
    border-width: 1px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    opacity: unset;
}

@media (max-width: 1099px) {

    .hero .credit-img,
    .hero {
        width: 100%;
    }

    .hero .credit-img {
        height: fit-content;
    }
}

@media (max-width: 991px) {
    .hero .section-header .section-heading {
        font-size: 50px;
        line-height: 45px;
        width: 500px;
        height: fit-content;
    }

    .hero .section-heading2 {
        width: 500px;
        height: fit-content;
        line-height: 35px;
    }

    .hero .sub-heading {
        font-size: 16px;
        line-height: 20px;
        width: 500px;
        height: fit-content;
    }
}

@media (min-width: 769px) {
    .credit-card-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .credit-card-desktop {
        display: none;
    }

    .hero .credit-img {
        width: 693px;
        margin-top: -2rem;
        /* height: 319px; */
    }

    .hero .section-header .section-heading {
        margin-bottom: 0;
    }

    .hero .section-heading2 {
        margin-top: -2rem;
    }
}

@media (max-width: 576px) {
    .hero .section-header .section-heading {
        font-size: 50px;
        line-height: 45px;
        width: 320px;
        height: fit-content;
    }

    .hero .section-heading2 {
        width: 320px;
        height: fit-content;
        line-height: 35px;
    }

    .hero .sub-heading {
        font-size: 16px;
        line-height: 20px;
        width: 320px;
        height: fit-content;
    }

    .hero .credit-img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 426px) {

    .hero .section-header .section-heading,
    .hero .sub-heading {
        width: 90%;
    }

    .hero .button {
        width: auto;
            font-size: 12px;
            padding: 0 1rem;
            margin-bottom: 2rem;
    }
}

@media (max-width: 321px) {}