.airdrop-page{

    .meme-revolution-sec .card.inner-box-revolution{
        background: #E1F4FF;
        min-height: 18.5rem;
        p span{
            color: #0093E6;
            text-decoration: underline;
        }
    }
    .heading-main p{
        font-weight: 400;
    }
    .about-us-sec .outer-about .heading-main h2{
        font-size: 5rem;
        @media (max-width:768px){
            font-size: 4rem;
        }
    }
    .home-banner-new .inner-main-box{
        background-image: url(../images/airdrop/airdrop-solqueef.webp);

        @media (max-width:1200px){
            background-size: cover;
                        min-height: auto;
            padding: 18rem 0 4rem;
        }
      
    }
    .home-banner-new .inner-main-box{
        @media (max-width:576px){
            background-image: url(../images/airdrop/airdrop-solqueef-mobile.webp);
        }
    }
    .home-presale-box .reward-heading{
        border-radius: 100px;
        border: 2px solid var(--Main-Black, #222);
        background: var(--Logo-Gold, #FDD835);
        padding: 0.65rem 1.25rem ;
        color: var(--Main-Black, #222);
        text-align: center;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.8px;
        text-transform: uppercase;
        margin-bottom: 0.75rem;
        display: inline-block;
    }
    .home-presale-box {
        @media (max-width:992px){
            max-width: 400px;
        }
           @media (max-width:768px){
            max-width:355px;
        }
    }
    .home-presale-box h1{
        font-size: 3.25rem;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        @media (max-width:768px){
            font-size: 2.5rem;
        }

    }
    .home-presale-box p{
        color: var(--text-black-80, rgba(34, 34, 34, 0.80));
        text-align: center;
        font-family: "Inter Tight";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
        margin-bottom: 1.25rem;
    }
    .home-presale-box a.black-text{
        text-decoration: underline !important;
        text-transform: uppercase;

    }
}

@media (max-width:768px){
.outer-body.same-page-redirect.airdrop-page .common-sec{
    padding: 8rem 0 2rem;
}
}