.sec-mind-best-game .imgleft-box {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    padding: 17px 0 0 17px;
}

.sec-mind-best-game .innerbox {
    overflow: visible !important;
}

.sec-mind-best-game {
    max-width: 1261px;
    width: 100%;
    margin: 0 auto;
}

.sec-mind-best-game .innerbox {
    width: 100%;
    display: grid;
    grid-template-columns: 584px 1fr;
    gap: 60px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-mind-best-game .innerbox {
        grid-template-columns: 500px 1fr;
        gap: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .innerbox {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .sec-mind-best-game .imgleft-box {
        position: static;
        padding: 17px 0 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .innerbox {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

/* .sec-mind-best-game .imgleft-box {
    width: 100%;
    position: relative;
} */

.sec-mind-best-game .imgleft-box::before {
    width: 134px;
    position: absolute;
    content: '';
    background: url('../img/rectangle-left.webp');
    background-repeat: no-repeat;
    height: 270px;
    z-index: -1;
    top: 0;
    left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-mind-best-game .imgleft-box::before {
        top: 0;
        left: 0;
        height: 270px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .imgleft-box {
        padding: 10px 0 0 10px;
    }

    .sec-mind-best-game .imgleft-box::before {
        top: 0;
        left: 0;
        height: 270px;
    }
}

.sec-mind-best-game .imgleft-box .left-border-img {
    width: auto;
}

.sec-mind-best-game .imgleft-box .left-border-img img {
    width: 100%;
    border-radius: 10px;
    border: solid 1px rgba(246, 246, 246, 0.2);
}

.rectangle-shadow {
    width: 100%;
    position: relative;
    bottom: 20px;
    right: 40px;
    margin: 0 auto;
    text-align: right;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .rectangle-shadow {
        right: 100px;
        bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rectangle-shadow {
        right: 100px;
        bottom: 30px;
        height: 45px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .rectangle-shadow {
        right: 60px;
        bottom: 30px;
        height: 50px;
    }
}

@media only screen and (max-width: 574px) {
    .rectangle-shadow {
        right: 0px;
        bottom: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 425px) {
    .rectangle-shadow {
        right: 0px;
        bottom: 45px;
        height: 45px;
    }
}

.sec-mind-best-game .right-main-box {
    width: 100%;
    min-height: 1000px;
    /* just for testing */
}

.sec-mind-best-game .right-main-box h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sec-mind-best-game .right-main-box {
        min-height: auto;
    }

    .sec-mind-best-game .right-main-box h2 {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-mind-best-game .right-main-box h2 {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .right-main-box h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 30px;
    }
}

.sec-mind-best-game .right-main-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.003em;
    color: #90A1B9;
    margin: 20px 0px 30px 0px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .right-main-box p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        margin: 15px 0px 20px 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .right-main-box p {
        margin: 10px 0px 10px 0px;
        text-align: center;
    }
}

.sec-mind-best-game .unique-bg {
    position: relative;
    background: #0B1222;
    border: 1px solid #1D293D80;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .unique-bg {
        padding: 30px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-bg {
        padding: 15px;
        margin-top: 20px;
    }
}

.sec-mind-best-game .unique-bg::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    background: url('../img/topdesign.webp');
    background-repeat: no-repeat;
    height: 1px;
    background-position: center center;
}

.sec-mind-best-game .img-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.003em;
    color: #90A1B9;
}

.sec-mind-best-game .counting-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .counting-grid {
        grid-template-columns: 54px 1fr;
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .counting-grid {
        grid-template-columns: 40px 1fr;
        gap: 20px;
    }
}

.sec-mind-best-game .count-number {
    width: 54px;
    height: 50px;
    line-height: 51px;
    letter-spacing: 0;
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    color: #0B1222;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .count-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;

    }
}

.sec-mind-best-game .unique-text-right {
    width: auto;
}

.sec-mind-best-game .unique-text-right .project-title h3 {
    margin: 0px 0px;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0;
    color: #FAFAFA;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-text-right .project-title h3 {
        margin: 0px 0px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.003em;
    }
}

.sec-mind-best-game .unique-text-right .text-description {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #90A1B9;
    line-height: 28px;
    letter-spacing: -0.003em;
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .unique-text-right .text-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
    }

    .sec-mind-best-game .img-text {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-text-right .text-description {
        margin-top: 10px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
    }
}