/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1700px) and (max-width: 2000px) {
   
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .Token_Address p {
        color: #000;
        font-family: "Afacad", sans-serif;
        font-size: 22px;
    }.hero-social-link ul li a img {
        transition: .3s;
        width: 50px;
    }

    .hero-social-link ul {
        display: flex;
        align-items: center;
        gap: 0 10px;
        margin-top: -32px;
        position: absolute;
        right: 0px;
        top: -20px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
   
    .hero-social-link ul li a img{
       width: 50px;
    }

    .hero-social-link ul {
        margin-right: 10px;
    }

    .hero-area {
        background-repeat: no-repeat;
        background-size:cover;
        background-position: 100% 100%;
        object-fit: cover;
        position: relative;
        background-color: #E6E6E6;
        padding: 14px 0 20px;
    }
    
    .hero-title h2 {
        text-align: center;
        padding-top: 40px;
       }
       .hero-img img {
        bottom: 69px;
        left: 23px;
        right: 0px;
        margin: auto;
    }

    .Token_Address p {
        color: #000;
        font-family: "Afacad", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: inline-block;
        padding: 10px 0px;
        border-radius: 220px;
        border: 2px solid #000;
        background: #FFF;
        box-shadow: 4px 4px 0px 0px #000;
        padding-right: 0px;
    }
    .Token_Address p span {
        color: #FFF;
        font-family: Afacad;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 3px 17px;
        display: inline-block;
        border-radius: 160px;
        border: 2px solid #000;
        background: #8E78FF;
        margin-left: 20px;
        cursor: pointer;
        margin-top: 5px;
    }

    .hero-title ul li a {
        font-size: 20px;
        padding: 6px 10px;
        display: block;
    }

    .marquee span {
        padding: 10px 17px;
    }

    .about-right ul li a {
        font-size: 21px;
    }

    .disclaimer-area {
        padding: 76px 0 121px;
    }
    .scrolltotop img {
        width: 50px;
    }
    .disclaimer-wrapper ul li a img {
        transition: .3s;
        width: 50px;
      }
}
