/* @media (max-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1210px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    ul.navbar-nav.me-auto.mb-2.mb-lg-0.gap-4 {
        background: #000000bd !important;
        padding: 20px;
        border-radius: 20px;
    }

    div#root {
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    span.char.key {
        font-size: 33px;
        font-weight: 900;
    }

    .crypto-token-banner-text p {
        font-size: 15px;
    }

    .crypto-token-banner-ball {
        position: absolute;
        right: 10%;
        top: 8%;
        z-index: 0;
    }

    .fKNLTS .crypto-token-banner-ball img {
        max-width: 300px;
        width: 100%;
        object-fit: cover;
    }

    .crypto-token-banner-inner .overlay {
        padding-top: 100px;
    }

    .sc-eaUbBy.heqMfl {
        margin-bottom: 15px;
    }

    .sc-eaUbBy.dudgFd {
        margin-bottom: 15px;
    }

    .bVTtCf .banner-video-card {
        height: 250px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bVTtCf .banner-video-card h2 {
        font-size: 30px;
    }

    .iOUJoK .text-with-img {
        font-size: 20px;
    }

    h2.words.chars.splitting {
        font-size: 20px;
    }

    p {
        font-size: 20px;
        font-weight: 700;
    }

    .hjSgN .crypto-token-tag-list .tag {
        font-size: 18px;
    }

    .cYALgd .partners-logo {/* min-width: 80px; */
    /* min-height: 80px;} */
    /* .partners-logo{
        max-width: 50px ;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 391px) {
    .crypto-token-banner-text h1 {
        font-size: 30px !important;
        line-height: 120%;
        color: rgb(255, 255, 255);
        margin-bottom: 45px;
        text-transform: uppercase;
    }
} */ 