@media (max-width:426px){

    header {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 25px;
    }

    .header-ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subscribe-from{
        width: 370px;
    }

    .subscribe-from input{
        width: 205px;
    }

    .subscribe-from button{
        width: 165px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        width: 100vw;
        padding: 0px;
    }

    .footer-info{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        text-align: center;
        height: auto;
        width: 100%;
    }

    .footer-nft-market-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        width: 100%;
    }

    .explore{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .icons{
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        text-align: center
    }

    .subscribe{
        width: 90%;
    }

    .footer-frame p{
        width: 100vw;
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        height: 48px;
    }

}