.btn {
    margin-right: 5px;
}

.roadmap-text p {
    text-align: left;
    padding-left: 40px;
}

.roadmap-text span {
    color: green;
    font-weight: bold;
}

.roadmap-text p:has(span) {
    background-color: #deffde;
}


.nk-block-screen img {
    border: 0px;
}

.text-left {
    text-align: left !important;
}

.laqirace-nfts::after {
    background: none;
}

/* .btn {
    border: 15px !important;
} */

.text-primary-alt {
    color: #7433cf !important;
}

.table-live-price td {
    padding-left: 8px;
    font-weight: bold;
}

.table-live-price img {
    width: 48px;
}

.team-s5 .team-photo:after {
    background: unset;
}

.BLACK {
    color: black;
}

.GREEN {
    color: green;
}

.RED {
    color: red;
}

.marketplace-features img {
    max-width: 73%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.inline {
    display: inline !important;
}

.btn {
    border-radius: 10px;
}

.nk-block-img.edge-l3-250 {
    margin-left: -250px;
}

.nk-block-img.edge-r3-250 {
    margin-right: -250px;
}

.nk-block-img.edge-l3-200 {
    margin-left: -200px;
}

.nk-block-img.edge-r3-200 {
    margin-right: -200px;
}

.nk-block-img.edge-l3-150 {
    margin-left: -150px;
}

.nk-block-img.edge-r3-150 {
    margin-right: -150px;
}

.qr-list img {
    max-width: 45% !important;
}

.over-up {
    z-index: 5;
}

.feature-text button {
    margin-top: 10px;
}

p {
    text-align: justify;
}

.not-justify {
    text-align: unset;
}

.laqira-lap-features h5 {
    font-weight: 350;
    font-family: unset;
    font-size: 20px;
    color: unset;
}

.btn-long {
    min-width: 100%;
}

.partner-logo-max img {
    max-width: 70%;
    max-height: 700%;
    display: inherit;
}

.how-use {
    padding-left: 100px;
}

.team-show {
    background: unset;
}

/* .car-img:hover {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7433cf;
} */

.car-img:hover:after {
    content: '';
    position: absolute;
    margin-left: 42px;
    top: 0;
    left: 0;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #7433cf;
    opacity: 0.2;
  }

.car-name {
    padding-top: 16px;
    padding-left: 70px;
    margin-bottom: 40px !important;
}

.laqirace-nfts img {
    transform: transform .5s ease;
}

.laqirace-nfts:hover img {
    transform: scale(1.1);
}

.sub-1 {
    margin-top: 20px !important;
}

.sub-2 {
    padding-left: 10px !important;
    margin-bottom: 8px !important;
}

ol {
    list-style: decimal;
}

ol li {
    margin-bottom: 5px;
}

@media (min-width : 1440px) {
    .container-xxl {
        min-width: 1380px;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .tokenomics {
        flex: auto;
        width: 50%;
    }
}

@media (min-width: 992px) {

    .hero-image {
        margin-left: 35px;
    }

}

@media (max-width: 992px) {
    .rank-item img {
        max-height: 56px;
    }

    .nk-block-img.edge-l3-250,
    .nk-block-img.edge-l3-200,
    .nk-block-img.edge-l3-150 {
        margin-left: 0;
    }

    .nk-block-img.edge-r3-250,
    .nk-block-img.edge-r3-200,
    .nk-block-img.edge-r3-150 {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .rank-item img {
        max-height: 35px;
    }

    .rank-item a {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .rank-item img {
        max-height: 30px;
    }

    .rank-item a {
        font-size: 11px;
    }
}