@media only screen and (max-width: 1400px) {
    html {
        font-size: 90.5%;
    }

    .moon-img-ach {
        position: absolute;
        bottom: -40px;
        right: 1px;
    }
}


@media only screen and (max-width: 1200px) {
    html {
        font-size: 80%;
    }

    .main-txt {
        line-height: 70px;
        margin-top: 50px;
    }

    .main-btn {
        font-size: 15px;
    }

    .main-btn-text {
        font-size: 15px;
    }

    .coll-ach {
        right: 9px;
    }
}


@media only screen and (max-width: 991px) {
    .container {
        max-width: 850px;
    }
}



@media only screen and (max-width: 839px) {
    .main-txt {
        font-size: 3.5rem;
    }

    .moon-img-ach {
        bottom: 50px;
    }

    .main-btn {
        font-size: 15px;
        padding: 15px 45px;
    }
}



@media only screen and (max-width: 767px) {

    .moon-img-ach {
        bottom: -40px;
        right: 80px;
    }

    .coll-pos {
        margin: 50px 0;
    }

    
} 

@media only screen and (max-width: 444px) {
    .moon-img-ach {
        right: 9px;
    }

    .coll-txt {
        font-size: 12px;
    }

    .coll-txt-sub {
        font-size: 1.3rem;
    }

    .coll-wrap {
        padding: 8px 13px;
    }

    .club-txt {
        font-size: 1.5rem;
    }

    .acr-width {
        max-width: 90%;
    }

    .accordion-button {
        font-size: 14px;
        font-weight: 600;
    }

    .accordion-body {
        font-size: 13px;
        font-weight: normal;
    }

    .ops-txt {
        font-size: 2rem;
    }

    .newsletter .content .btn {
        padding: 0 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 405px) {
    .moon-img-ach {
        right: 10px;
    }

    .nft-flex {
        display: block;
        
    }
}

@media only screen and (max-width: 320px) {
    .main-txt {
        font-size: 2.5rem;
        line-height: 45px;
    }

    .main-btn {
        font-size: 13px;
        padding: 12px 30px;
    }

    .main-btn-text {
        font-size: 12px;
    }

    .newsletter .content .btn {
        padding: 0 20px;
        font-size: 13px;
    }
}