/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 5px;
        display: block !important;
    }
    .mobile-icon-ss ul li {
        display: flex;
    }
    .mobile-icon-ss ul li a {
        margin-right: 8px;
    }
    .menu-bar-wraper {
        display: flex;
        align-items: center;
    }
    .hero-area {
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .hero-title h2 img {
        display: block;
        position: absolute;
        top: -50px;
        right: -24px;
    }
    .hero-title h4 {
        color: #FFF;
        font-size: 31px;
        margin-bottom: 7px;
        margin-top: 120px;
    }
    .hero-title h2 {
        font-size: 59px;
        margin-bottom: 10px;
    }
    .hero-title h3 {
        font-size: 23px;
        margin-bottom: 24px;
    }
    .hero-title ul li a {
        margin-bottom: 24px;
    }
    /* =========== */
    .hero-title ul {
        flex-wrap: wrap;
    }
    .hero-title ul li:first-of-type a {
        width: 100%;
    }
    .about-area {
        padding: 43px 0;
    }
    .about-right {
        margin-top: 29px;
        text-align: center;
    }
    .about-right h4 {
        color: #FFF;
        text-shadow: 3px 0px 0px #000;
        font-family: Cuprum;
        font-size: 20px
    }
    .about-right h4 img {
        width: 50px;
    }
    .about-right h2 {
        font-size: 40px;
        margin-top: 0px;
    }
    .tokenomics-area {
        padding: 50px 0 26px;
    }
    .tokenomics-area {
        padding: 50px 0 26px;
    }
    .tokenomic-title h2 {
        font-size: 50px;
    }
    .about-btn- h3 {
        font-size: 20px;
    }
    .token-left {
        margin-bottom: 40px;
    }
    .partners-title h2 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .token-right {
        padding: 35px 24px;
        display: block;
        margin-bottom: 40px;
    }
    .token-right-ll {
        text-align: center;
    }
    .token-right-ll img {
        width: 207px;
    }
    .token-right-rr {
        margin-left: 0px;
    }
    .token-right h2 {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .token-right ul {
        width: 100%;
    }
    .roadmap-title h2 {
        font-size: 48px;
    }
    .roadmap-title p {
        text-align: center;
        margin-bottom: 45px;
    }
    .our-roadmap-area {
        padding: 44px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        /* position: relative; */
    }
    .token-left-item {
        padding: 25px 17px;
        background: #F37C3E;
        backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        min-height: inherit;
        margin-top: 30px;
    }
    .roadmap-item {
        min-height: 400px;
    }
    .footer-wrapper p {
        margin-top: 10px;
    }
    .kg-img img {
        width: 250px;
    }
    .cs-row {
        display: block;
    }
    .custom-col-1s {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-col-2s {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 100px;
    }
    .our-featured-area {
        padding: 0px 0 0 0;
        background-position: top center;
    }
    .footer-social-inner {
        width: 167px;
        height: 182px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        margin-left: 31px;
        z-index: 999;
        margin-top: 162px;
    }
    .footer-social-inner ul {
        display: flex;
        align-items: center;
        gap: 5px;
        position: absolute;
        bottom: 89px;
        left: 42px;
    }
    .footer-social-inner ul img {
        width: 25px;
    }
    .github-and-medium-link {
        position: absolute;
        /* bottom: 121px; */
        z-index: 999;
    }
    .github-and-medium-link img {
        width: 200px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

@media screen and (max-width: 767px) {
    header {
        padding: 20px 0px;
    }
    .fixed-menu {
        background-color: #42acf38f;
    }
    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }
    .menu-item {
        display: none !important;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 5px;
        display: block !important;
    }
    .mobile-icon-ss ul li {
        display: flex;
    }
    .mobile-icon-ss ul li a {
        margin-right: 8px;
    }
    .menu-bar-wraper {
        display: flex;
        align-items: center;
    }
    .hero-area {
        background-color: #A9DEF8;
        padding: 80px 0;
        background-position: -550px 70px;
    }
    .hero-title {
        margin-top: 49px;
    }
    .hero-title h2 {
        font-size: 45px;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hero-title p {
        font-size: 23px;
        text-align: center;
    }
    .hero-title ul {
        margin-top: 147px;
        margin-left: 4px;
        position: relative;
    }
    .hero-title ul {
        flex-wrap: wrap;
    }
    .hero-title ul li a {
        color: #000;
        font-size: 16px;
    }
    .hero-title ul li:first-of-type a {
        width: 100%;
    }
    .hero-title ul li a {
        margin-bottom: 24px;
    }
    .vis-l {
        justify-content: center !important;
    }
    .vis-l li {
        width: 100% !important;
    }
    .about-area {
        padding: 43px 0;
    }
    .about-right {
        margin-top: 29px;
        text-align: center;
    }
    .about-right h4 {
        color: #FFF;
        text-shadow: 3px 0px 0px #000;
        font-family: Cuprum;
        font-size: 20px
    }
    .about-right h4 img {
        width: 50px;
    }
    .about-right h2 {
        font-size: 40px;
        margin-top: 0px;
    }
    .token-right-rr {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 27px;
        margin-bottom: 30px;
    }
    .token-left-item {
        padding: 25px 17px;
        background: #F37C3E;
        backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        min-height: inherit;
    }
    .tokenomic-title h2 {
        font-size: 50px;
    }
    .tokenomics-area {
        padding: 50px 0 26px;
    }
    .token-left-item p {
        font-size: 14px;
    }
    .tokenomics-area {
        padding: 50px 0 26px;
    }
    .tokenomic-title h2 {
        font-size: 40px;
    }
    .about-btn- h3 {
        font-size: 20px;
    }
    .token-left {
        margin-bottom: 40px;
    }
    .partners-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .token-right {
        padding: 35px 24px;
        display: block;
        margin-bottom: 30px;
    }
    .token-right-ll {
        margin-left: 0px;
    }
    .token-right-rr {
        margin-left: 0px;
    }
    .token-right ul {
        width: 100%;
    }
    .roadmap-title h2 {
        font-size: 40px;
    }
    .roadmap-title p {
        text-align: center;
        margin-bottom: 45px;
    }
    .our-roadmap-area {
        padding: 44px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        /* position: relative; */
    }
    .roadmap-item {
        margin-bottom: 50px;
    }
    .our-featured-area {
        background-size: 100% 100%;
    }
    .disclaimer-wrapper {
        padding: 22px;
        margin-top: 56px;
        margin-bottom: 51px;
    }
    .disclaimer-wrapper h2 {
        font-size: 28px;
    }
    .footer-social-inner h2 {
        color: #FFF;
        text-align: center;
        font-family: "Freckle Face";
        font-size: 28px;
    }
    .footer-wrapper {
        display: block;
        text-align: center;
    }
    .footer-wrapper p {
        margin-top: 10px;
    }
    .kg-img img {
        width: 250px;
    }
    .btm-king-img img {
        width: 500px;
        height: 400px;
    }
    footer {
        padding: 8px 0;
    }
    /* =========== */
    .cs-row {
        display: block;
    }
    .custom-col-1s {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-col-2s {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mas-pra {
        margin: 0 !important;
    }
    .footer-social-inner {
        width: 167px;
        height: 182px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        margin-left: -11px;
        z-index: 999;
        margin-top: 19px;
    }
    .footer-social-inner ul {
        display: flex;
        align-items: center;
        gap: 5px;
        position: absolute;
        bottom: 89px;
        left: 42px;
    }
    .footer-social-inner ul img {
        width: 25px;
    }
    .github-and-medium-link {
        position: absolute;
        bottom: 121px;
        z-index: 999;
    }
    .github-and-medium-link img {
        width: 100px;
    }
}