.hero-overlay {
    min-height: 100vh;
    background-image: url("../img/donate-img.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 100vh;
}

.hero-spacer {
    padding-top: 4%;
}

.hero-text {
    padding-top: 5.5%;
}

.hero-text-header {
    font-family: 'Inter', sans-serif;;
    font-weight: 900;
    font-size: 50px;
}

.hero-text-tag {
    margin-top: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 3%;
    margin-left: 10px;
    font-family: 'Inter', sans-serif;;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(42, 172, 245, 0.5);
    border-radius: 8px;
}

.bottom-border {
    width: 100%;
    padding-top: 9%;
}

.partner-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.partner-logo-list {
    list-style: none;
padding-left: 0px;
}

.partner-logo-list li {
display: inline-block;
margin-right: 5px;
}

.about-text {
    font-family: 'Inter', sans-serif;;
    font-size: 26px;
}

.form-label {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.form-control, .form-select {
    border-radius: 20px;
    border: 1px solid #2AACF5;
    height: 54px;
}

.payment-method-header {
    font-family: 'Istok Web', sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.payment-methods {
    list-style: none;
    padding-left: 0px;
}

.payment-methods li {
    display: inline-block;
    margin-right: 5px;
}

.payment-method {
    padding: 15px;
    border: 1px solid #CDC6C6;
    border-radius: 10px;

}

.payment-method-logo {
    height: 30px;
    width: 40px;
}

.payment-button {
    float: right;
    border: 0;
    background: #2AACF5;
    border-radius: 20px;
    padding: 15px 40px 15px 40px;
}

.payment-button-text {
    color: white;
    font-family: 'Istok Web', sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.text-border-size {
    width: 23%;
}

@media only screen and (max-width: 1024px) {
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 70px;
    }

    .hero-text-tag {
        font-size: 20px;
    }

    .partner-logo {
        margin: 0px 20px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .team-img {
        width: 200px;
        height: 200px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}

@media only screen and (max-width: 900px) {

    .cash-app-link {
        margin-top: 30px !important;
    }
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 140px;
    }

    .hero-text-tag {
        font-size: 18px;
    }

    .partner-logo {
        width: 60px;
        height: 60px;
        margin: 0px 20px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .team-img {
        width: 200px;
        height: 200px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}

@media only screen and (max-width: 768px) {


    .team-img {
        width: 150px;
        height: 150px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}

@media only screen and (max-width: 450px) {
    .visa-card-link {
        margin-top: 30px;
    }
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 100px;
    }

    .hero-text-tag {
        font-size: 20px;
    }

    .partner-logo {

        width: 45px;
        height: 45px;
        margin: 0px 1px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .team-img {
        width: 150px;
        height: 150px;
        margin-top: 20px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}