@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-style: normal;
}


/* <-- ========view-ads-section TOP SECTION HEADING START HERE============ --> */

.ad-sec {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-sec img {
    width: 100%;
    /* width: 728px;
    height: 90px; */
    margin-top: 60px;
}

.help-us-page-section {
    background: #000040;
}

.top-section {
    padding-top: 75px;
}

.help-us-top-section-heading h1 {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
    /* padding-top: 85px; */
    margin-bottom: 0px;
}

.help-us-top-section-heading h1 span {
    color: #FF1F55;
    font-family: 'Inter';
    font-style: italic !important;
    margin-bottom: 0px;
}

.help-us-top-section-heading p {
    padding-top: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.help-us-top-section-heading button {
    margin: 30px 0px 85px 0px !important;
    background-color: #FF1F55;
    padding: 8px 23px 8px 24px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: none;
}

.help-us-top-section-image {
    justify-content: center;
    display: flex;
}


/* <-- ========view-ads-section TOP SECTION HEADING END HERE============ --> */


/* <-- ========view-ads-card SECTION  start HERE============ --> */

.background-color-container {
    background: #F1F2FF;
}

.help-us-card-section-heading {
    margin-top: 80px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.help-us-card-section-heading h1 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 0px;
    color: #040732;
}

.help-us-card-section-heading p {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(4, 7, 50, 0.7);
    margin-bottom: 0px;
}

.card-center {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 82px;
}

.card {
    background: #D6D9FF;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.cardi img {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.card-heading {
    padding-top: 20px;
}

.card-heading p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    text-align: center;
    color: #040732;
    margin-bottom: 0px;
}

.card-heading h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #040732;
    margin-bottom: 0px;
    padding-top: 10px;
}

.card-heading button {
    background: #D6D9FF;
    border-radius: 15px;
    padding: 6px 75px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.card-two-color {
    background: #FFDCE0 !important;
    border-radius: 15px;
}

.card-two-color button {
    background: #FFDCE0 !important;
    border-radius: 15px !important;
}

.help-us-two-section-image {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* <-- ========view-ads-card SECTION  end HERE============ --> */


/* ======MEDIA QUERIES START HERE=========== */

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .ad-sec img {
        /* width: 100%; */
        width: 728px;
        height: 90px;
        margin-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help-us-top-section-heading h1 {
        font-size: 51px;
        line-height: 52px;
    }

    .help-us-top-section-heading p {
        padding-top: 24px;
        font-size: 19px;
        line-height: 27px;
    }

    .help-us-top-section-heading p br {
        display: none;
    }

    .card-heading button {
        padding: 7px 54px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .help-us-top-section-heading h1 {
        font-size: 38px;
        line-height: 43px;
    }

    .help-us-top-section-heading p {
        padding-top: 24px;
        font-size: 19px;
        line-height: 22px;
    }

    .help-us-top-section-heading p br {
        display: none;
    }

    .help-us-two-section-image {
        margin-top: 38px;
        margin-bottom: 38px;
    }

    .help-us-card-section-heading {
        margin-top: 39px;
    }

    .footer-sec {
        margin-top: 0px;
    }
}