/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 992px) {
    .gming .c-card {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

@media (max-width: 1440px) {
    .mvo-token .p-img:before, .mvo-token .p-img:after {
        left: -60px;
    }

    .mvo-token .p-img:after {
        left: unset;
        right: -60px;
    }
}

@media (max-width: 1200px) {
    .img-gradient:before, .before-top-left:before, .before-top-right:after, .before-top-right-center:after, .before-top-left-bottom:before {
        width: 450px;
        height: 450px;
    }

    .mvo-token .p-img:before, .mvo-token .p-img:after {
        display: none;
    }

    .mw-50 {
        max-width: 70%;
        margin-top: -100px;
    }

    .mt-img {
        /*margin-top: -80px !important;*/
    }

    .welcome{
        background-position-y: 0%;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border-color: var(--secondary-color-paragraph);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255 255 255 / 70%)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-collapse {
        padding: 20px;
        background-color: #000;
    }

    .navbar-nav .social-icons .nav-link {
        margin-top: .5rem;
    }

    .navbar-nav .social-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .padding-zero {
        padding: 0;
    }

    #accordion-right {
        margin-top: 10px;
    }

    .presale-content p + p {
        display: none;
    }

    .modal .c-card {
        padding: 0px 0;
    }

    .modal .c-card .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mw-50 {
        max-width: 70%;
        margin-top: -50px;
    }

    .mt-img {
        margin-top: 0 !important;
    }

    .games .leaderboard-logs,
    .games .banner {
        padding-bottom: 0;
    }

    .games .leaderboard-logs + footer {
        padding-top: 100px;
    }

    /* Media queries - Responsive timeline on screens less than 600px wide */
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 22px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }

    .timeline-container.right::before,
    .timeline-container.left::before {
        display: none;
    }

    .team-content img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: var(--secondary-heading-size);
        line-height: normal;
    }

    h2, h3 {
        font-size: var(--tertiary-font-size) !important;
        line-height: normal;
    }

    h6 {
        margin-bottom: 20px;
    }

    .total-tokens:last-child p {
        font-size: var(--primary-font-size);
    }

    .img-gradient:before,
    .before-top-left:before,
    .before-top-right:after, .before-top-right-center:after,
    .before-top-left-bottom:before,
    .img-gradient.small:before, .before-top-left.small:before, .before-top-right.small:after,
    .before-top-center-bottom.small:before,
    .before-top-left-center:before {
        width: 310px;
        height: 310px;
    }

    .c-btn {
        padding: 15px 30px;
        font-size: var(--primary-xs-font-size);
    }

    .swiper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs .section-padding-top {
        padding-top: 0;
    }

    .navbar-nav .social-icons a:first-child {
        margin-left: 0;
    }

    .c-card {
        padding: 15px;
    }

    .time h3 {
        padding: 15px;
    }

    .modal .c-card .modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    .section-padding-big {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .mw-50 {
        max-width: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 375px) {
    .time h3 span {
        font-size: var(--primary-xs-font-size);
    }

    .time h3 {
        padding: 12px;
    }
    .count-down-wraper ul {
        gap: 12px;
    }
    .count-down-wraper ul li span {
        font-size: 24px;
        margin-bottom: 2px;
    }

}


@media (max-width: 360px) {
    .count-down-wraper ul li span {
        font-size: 20px;
    }
    .count-down-wraper ul li {
        font-size: 10px;
        width: 65px;
    }
}