@import url('https://fonts.googleapis.com/css2?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;
}

.view-ads-section {
    background: #000040;
}

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

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

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

.view-ads-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;
}

.surf_ads_sec {
    display: flex;
    align-items: center;
}

.view-ads-top-section-image {
    border-radius: 10px;
    border: 4px solid #DEC38E;
}

.view-ads-top-section-image img {
    transform: translate(-15px, 15px);
}

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


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


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

.view-ads-card-section-heading {
    margin-top: 80px;
}

.view-ads-card-section-heading h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    color: #091940;
    margin-bottom: 30px;
}

.card {
    background: url(.png), #D9D9D9;
    border-radius: 10px;
}

.view-ads-card-section button {
    margin-top: 30px;
    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;
}

.view-ads-card-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #181818;
    padding-top: 10px;
    margin-bottom: 0px;
}


/* <-- ========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: 80px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .view-ads-top-section-heading h1 {
        font-size: 44px;
        line-height: 47px;
        padding-top: 0px;
    }

    .view-ads-top-section-heading p {
        font-size: 21px;
        line-height: 26px;
        padding-top: 24px;
    }
}


/* @media only screen and (min-width: 480px) and (max-width: 767px) {} */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .view-ads-top-section-heading h1 {
        font-size: 36px;
        line-height: 38px;
        padding-top: 0px;
    }

    .view-ads-card-section-heading {
        margin-top: 36px;
    }

    .view-ads-card-section {
        /* display: flex;
        justify-content: center; */
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .view-ads-top-section-heading p {
        font-size: 18px;
        line-height: 26px;
    }

    .view-ads-card-section-heading h1 {
        font-weight: 600;
        font-size: 46px;
        line-height: 56px;
        color: #091940;
        margin-bottom: 30px;
        justify-content: center !important;
        align-items: center !important;
    }

    .view-ads-card-section p {
        padding-top: 10px;
        /* padding-left: 7px; */
    }
}