/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1700px) and (max-width: 2000px) {
    /* .hero-area {

        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 558px;
        padding: 43px 0 1245px 0;
      } */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
        width: 160px;
    }
    .menu-bar {
        display: block;
    }
    .menu-bar-inner {
        display: flex;
        gap: 10px;
    }
    .menu-item {
        display: none !important;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 1px !important;
        display: block !important;
        margin-left: 0px;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .mobile-icon-ss ul li img {
        width: 40px;
    }
    .menu-bar-wraper {
        display: flex;
        align-items: center;
    }
    header {
        padding: 5px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }
    .hero-area {
        padding: 150px 0 0px;
        background-color: #E6E6E6;
        /* position: relative; */
        min-height: 723px;
    }
    .about-title h2 {
        color: #FFF;
        font-size: 78px;
    }
    .tokemomis-left-item {
        padding: 18px;
        min-height: 257px;
    }
    .box-itemx img {
        width: 100%;
    }
    .tokemomis-left-item ul li {
        color: #FFF;
        text-align: center;
        font-size: 14px;
    }
    .Token_Address p {
        font-size: 12px;
        margin-top: 2px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .logo img {
        width: 160px;
    }
    .menu-bar {
        display: block;
    }
    .menu-bar-inner {
        display: flex;
        gap: 10px;
    }
    .menu-item {
        display: none !important;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 1px !important;
        display: block !important;
        margin-left: 0px;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .mobile-icon-ss ul li img {
        width: 40px;
    }
    .menu-bar-wraper {
        display: flex;
        align-items: center;
    }
    header {
        padding: 5px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999999999999;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }
    .hero-img {
        text-align: center;
        margin-top: 0px;
        padding-right: 0px;
    }
    .hero-title ul {
        margin-top: 30px;
    }
    .hero-title ul li:first-of-type a {
        font-size: 21px;
        padding: 7px 40px;
    }
    .hero-title ul li a img {
        width: 51px;
    }
    .hero-area {
        background-size: cover;
        background-position: 36% 17px;
        position: relative;
        padding: 150px 0 0px;
        background-color: #E6E6E6;
        position: relative;
        min-height: 880px;
    }
    .about-title h2 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 13px;
        text-align: center;
    }
    .tokemomis-left-item {
        padding: 19px;
    }
    .Token_Address p {
        display: flex;
        align-items: center;
        gap: 0 10px;
        cursor: pointer;
        margin-top: 4px;
        font-size: 13px;
    }
    .box-itemx {
        display: block;
        text-align: center;
    }
    .box-itemx img {
        display: inline-block;
        margin-bottom: 30px;
    }
    .tokemomis-left-item {
        margin-bottom: 32px;
    }
    .tokenomics-area {
        padding: 45px 0;
    }
    .followus-text h3 {
        margin-top: 95px;
        font-size: 31px;
    }
    .disclimer-area {
        padding: 30px 0;
        background-size: cover;
        background-position: bottom center;
        min-height: 856px;
    }
}