@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    p {
        font-size: 16px;
    }

    nav {
        padding: 2vw 4vw;
        height: auto;
    }

    .desktop {
        display: none !important;
    }

    .mobile-logo {
        display: flex;
        align-items: center;
    }

    .mobile-logo img {
        width: 40px;
    }

    .hamburger {
        display: flex;
        position: absolute;
        right: 8vw;
        top: 5vw;
    }

    .mobile-sidebar {
        display: flex;
    }

    .mobile-sidebar.open {
        right: 0;
    }


    /*================================ header ================ */
    .header {
        margin-top: 10vw;
    }



    .header h1 {
        font-size: 25vw;
        line-height: 25vw;
        text-align: center;
    }

    .header p {
        width: 80%;
        text-align: center;
        margin: 3vw auto;
    }

    .header .btns {
        justify-content: center;
    }

    .header .btns img {
        width: 25vw;
    }


    .header .right {
        position: relative;
        margin-top: 10vw;
    }

    .header .right .cracter {
        position: absolute;
        top: 0vw;
        left: 30vw;
        width: 30vw;
    }


    /* ================================ about  */
    .about {
        padding: 0 5vw;
    }

    .about .sky {
        width: 25vw;
        top: 2vw;
    }

    .about h1 {
        font-size: 14vw;
        line-height: 14vw;
    }

    .blackBox {
        padding: 4vw;
        gap: 3vw;
        margin-top: 5vw;
    }

    .blackBox .span1,
    .blackBox .span2,
    .blackBox .span3 {
       width: 12px;
       height: 12px;
    }

    .about .inner {
        padding:  5vw;
    }

    .about .inner h2 {
        font-size: 8vw;
        line-height: 8vw;
        margin-top: 0vw; 
    }

    .about .inner p {
        padding-top: 5vw;
        width: 100%;
        font-size: 4vw;
    }

    /* INFORMATION  */

    .INFORMATION {
        padding: 10vw 5vw;
        display: block;
    }

    .INFORMATION .heading {
        width: 50vw;
        margin-bottom: 5vw;
    }

    .INFORMATION .box {
        flex-direction: column;
        gap: 4vw;
        margin-top: 6vw;
        padding-right: 0;
    }

    .INFORMATION .box img {
        width: 8vw;
        margin-top: 0;
    }

    .INFORMATION .box p {
        font-size: 4vw;
        line-height: 6vw;
    }

    .INFORMATION .informationimg {
        position: relative;
        width: 70vw;
        top: 0;
        margin: 5vw auto;
        display: block;
    }

    .INFORMATION .cracter1,
    .INFORMATION .cracter2 {
        width: 10vw;
    }

    .INFORMATION .cracter1 {
        top: 86vw;
        right: 30vw;
    }

    .INFORMATION .cracter2 {
        top: 125vw;
        left: 10vw;
    }

    /*============================  tokenomices  */

    .tokenomice h1 {
        font-size: 17vw;
        line-height: auto;
        white-space: nowrap;
    }

    .tokenomice .inner {
        padding: 15vw 5vw;
        background-size: contain;
        background-position: top center;
    }

    .tokenomice .inner .fav {
        width: 25vw;
        top: 5vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .tokenomice .inner .chart {
        width: 100vw;
        margin: 10vw auto 5vw auto;
        display: block;
        margin-left: -8vw;
    }

    .tokenomice .inner h5 {
        top: 55vw;
        left: 21vw;
        font-size: 6vw;
    }

    .tokenomice .inner h3 {
        top: 57vw;
        right: 18vw;
        font-size: 6vw;
    }

    .tokenomice .inner h4 {
        top: 72vw;
        right: 22vw;
        font-size: 6vw;
    }

    .tokenomice .inner .img1,
    .tokenomice .inner .img2,
    .tokenomice .inner .img3 {
        position: static;
        width: 60%;
        display: block;
        margin: 5vw auto;
    }

    .token .sky1 {
        top: -15vw;
        width: 20vw;
    }

    /*========================== roadmap   */
    .roadmap h1 {
        font-size: 14vw;
        line-height: 14vw;
        text-align: center;
        margin-top: 10vw;
    }

    .roadmap p {
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
    }

    .roadmap .inner_sec {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0vw;
        position: static;
    }

    .roadmap .phase1,
    .roadmap .phase2,
    .roadmap .phase3,
    .roadmap .phase4 {
        position: static;
        width: 90%;
    }

    .roadmap .phaseimg {
        width: 40vw;
        display: block;
    }

    .roadmap .box_inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 8vw;
        margin-top: 5vw;
    }

    .roadmap .box_inner ul {
        margin-bottom: 5vw;
    }

    .roadmap .box_inner ul li {
        font-size: 4vw;
        line-height: 6vw;

    }

    .roadmap .hammer {
        width: 24px;
        margin-top: 0;
    }



    .roadmap .arrow_sec .arrow {
        width: 90%;
        margin-bottom: 5vw;
    }

    .roadmap .arrow_sec .cracter1 {
        width: 10vw;
    }

    .roadmap .arrow_sec .cracter2 {
        width: 10vw;
        bottom: 12vw;
    }

    /*========================== howtobuy   */

    .howtobuy {
        padding: 10vw 5vw;
    }

    .howtobuy h1 {
        font-size: 14vw;
        line-height: 14vw;
        margin-bottom: 10vw;
    }

    .howtobuy .inner_box {
        flex-direction: column;
        padding: 5vw;
        gap: 3vw;
        text-align: center;

    }

    .howtobuy .inner_box .left,
    .howtobuy .inner_box .right {
        width: 100%;
    }

    .howtobuy .inner_box .left img {
        width: 30vw;
    }

    .howtobuy .inner_box .right h2 {
        font-size: 8vw;
    }

    .howtobuy .inner_box .right p {
        font-size: 3.8vw;
        line-height: 6vw;
        margin-top: 3vw;
    }

    footer {
        padding: 5vw;
    }

    footer .logo {
        width: 35vw;

        margin-top: -5vw;
    }



    footer .links img {
        width: 8vw;
        transition: all 0.5s ease-in-out;
    }




}