@media screen and (max-width: 1600px) {
    .ccCounterSection {
        background: linear-gradient(-20deg, rgb(4 4 4) 50%, rgb(14 14 14) 50%);
    }
}
@media screen and (max-width: 1420px) {
    .ccCounterSection {
        background: linear-gradient(-25deg, rgb(4 4 4) 50%, rgb(14 14 14) 50%);
    }
    ./* raidaLogoBg {
        max-width: 550px;
    } */
    .raidaheading {
        font-size: 40px;
    }
    .ccAbtSectionOne {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 992px) {
    .abtTeamSec3 {
        padding: 30px 30px !important;
    }    
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 90% !important;
    }

    .ccAbtSectionOne {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal-content {
        width: 100% !important;
    }
    
    .lostCoinBanner {
        margin-bottom: 0 !important;
        padding: 0px 0 50px !important;
        margin-top: 110px !important;
    }
    .formField label {
        font-size: 15px !important;
    }

    .lostCoinBanner .bigGradientHeading {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .lostCoinBnrSubHeading {
        font-size: 28px;
        line-height: 36px;
    }
    .subParaItalic {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }
    
    .ccCounterSection .subHeadGreyed {
        font-size: 28px;
        line-height: 23px;
    }
    .ccCounterSection .bigGradientHeading {
        line-height: 27px !important;
    }
    .subHeadWhite {
        font-size: 24px;
        line-height: 19px;
    }
    
}

@media screen and (max-width: 576px) {
    .compLogo {
        margin-top: 20px;
    }
    
    .formTitle {
        font-family: Syne;
        font-size: 20px;
        color: #FFF;
        line-height: 30px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .formField input, .formField textarea, .formField select {
        border-radius: 8px;
        border: none;
        padding: 12px 20px;
        background: rgb(255 255 255 / 8%);
        height: 60px;
        font-family: Barlow;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        width: 100%;
        color: rgb(255 255 255 / 84%);
    }
    .videoFrame iframe {
        width: 100%;
        height: 170px;
        border-radius: 10px;
    }
    .smGradientHeading {
        font-size: 35px;
        font-family: 'Syne', sans-serif;
        font-weight: bold;
        background: -webkit-linear-gradient(320deg , #70EBFF, #2A8BFE);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .subParaItalic {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }

    .lostCoinBnrSubHeading {
        margin-bottom: 0;
        font-family: Barlow;
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        color: #fff;
        text-align: center;
        opacity: 0.8;
    }
    .lostCoinBanner .bigGradientHeading {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    .itemComBlack {
        padding: 50px 0;
        background-color: #040404;
    }
}
