.btn-primary {
    font-family: var(--bs-btn-font-family);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    text-transform: capitalize;
}

.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-y: 0.9rem;
    --bs-btn-padding-x: 2rem;
}

.main {
    width: 100%;
}

.section-title {
    margin: 0 auto;
}

.banner-section {
    position: relative;
    width: 100%;
}

.pc-developer {
    display: block;
    width: 100%;
}

.banner-section .game-box {
    position: absolute;
    top: 23%;
    left: 30%;
    z-index: 1;
    width: 65%;
    padding: 0 2rem;
    background: linear-gradient(0deg, #9ddcfb, #3a5bd7);
    border-radius: 12px;
    border: 10px solid #ffffff;
}

.banner-section .game-box .banner-title {
    height: 6.8rem;
    margin: -3.4rem auto 0;
}

.banner-section .game-box .banner-title img {
    height: 100%;
    object-fit: contain;
}

.banner-section .game-box img {
    width: 100%;
}

.banner-section .developer-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    background-color: #324381;
}

.banner-section .developer-box .developer-btn {
    cursor: pointer;
}

.center-section {
    padding-top: 6.625rem;
}

.game-box {
    width: 95%;
    max-width: 1760px;
    margin: 0 auto;
}

.game-box img {
    cursor: pointer;
}

.card-title {
    min-height: 3rem;
    word-break: break-all;
}

@media (max-width: 768px) {
    .pc-developer {
        display: none;
    }

    .banner-section {
        overflow: hidden;
        min-height: 70vh;
        background: url("../images/mobile_developer_bg.png") no-repeat top
            center;
        background-size: cover;
    }

    .banner-section .game-box {
        position: static;
        width: 95%;
        margin: 7rem auto 2rem;
        padding: 0 1rem;
        border: 4px solid #fff;
    }

    .banner-section .game-box .banner-title {
        height: 3rem;
        margin: -1.5rem auto 0;
    }

    .banner-section .developer-box {
        position: static;
        padding: 1rem 0;
    }

    .banner-section .developer-icon {
        max-width: 90%;
    }

    .banner-section .developer-btn {
        max-width: 40%;
        margin-top: 1rem;
    }

    .center-section {
        padding-top: 4.625rem;
    }

    .section-title {
        width: 80%;
    }

    .card-title {
        min-height: 1.5rem;
    }
}
