body {

    background-color: #1f1f1f;

    overflow-x: hidden;

    width: 100%;

}



img {

    max-width: 100%;

}



.container {

    max-width: 1280px;

    background-color: transparent;

    margin: 0 auto;

}



.navbar {

    width: 100%;

    

}



.nav-container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 62px;

}



.navbar .menu-items {

    display: flex;

}



.navbar .nav-container li {

    list-style: none;

}



.navbar .nav-container a {

    text-decoration: none;

    color: #fff;

    font-weight: 500;

    font-size: 1.2rem;

    padding: 0.7rem;

}









.nav-container {

    display: block;

    position: relative;

    height: 60px;

}



.nav-container .checkbox {

    position: absolute;

    display: none;

    height: 32px;

    width: 32px;

    top: 20px;

    left: 20px;

    z-index: 5;

    opacity: 0;

    cursor: pointer;

}



.nav-container .hamburger-lines {

    display: none !important;

    height: 26px;

    width: 32px;

    position: absolute;

    top: 17px;

    left: 20px;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.nav-container .hamburger-lines .line {

    display: block;

    height: 4px;

    width: 100%;

    border-radius: 10px;

    background: #fff;

}



.nav-container .hamburger-lines .line1 {

    transform-origin: 0% 0%;

    transition: transform 0.4s ease-in-out;

}



.nav-container .hamburger-lines .line2 {

    transition: transform 0.2s ease-in-out;

}



.nav-container .hamburger-lines .line3 {

    transform-origin: 0% 100%;

    transition: transform 0.4s ease-in-out;

}



.navbar .menu-items {

    padding-top: 100px;

    background: #000;

    height: 100vh;

    width: 100%;

    transform: translate(-150%);

    display: flex;

    flex-direction: column;

    

    

    transition: transform 0.5s ease-in-out;

    text-align: center;

    

    position: fixed;

    top: 0;

}



.navbar .menu-items li {

    margin-bottom: 1.2rem;

    font-size: 1.5rem;

    font-weight: 500;

}



.logo {

    position: absolute;

    

    left: 0;

    z-index: 99;

}



.nav-container input[type="checkbox"]:checked~.menu-items {

    transform: translateX(0);

}



.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {

    transform: rotate(45deg);

}



.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {

    transform: scaleY(0);

}



.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {

    transform: rotate(-45deg);

}









.btn-align {

    display: flex;

    gap: 10px;

    font-weight: 500;

    position: absolute;

    right: 0;

    z-index: 99;

}



.btn-align a {

    text-decoration: none;

}



.sign-btn {

    color: #fff !important;

    border-radius: 5px !important;

    padding: 5px 20px !important;

    

    text-align: center;

    background: #df0a0a;

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 16px !important;

}



.sign-btn:hover {

    background: #df0a0ac2;

}



.register-btn {

    color: #df0a0a !important;

    border-radius: 5px !important;

    padding: 5px 20px !important;

    

    text-align: center;

    border: 2px solid #df0a0a;

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 16px !important;

}



.register-btn:hover {

    background: #ff393936;

}



.main .container .wrapper {

    display: grid;

    grid-template-columns: 1.2fr 4fr;

    gap: 20px;

}



.main .container .wrapper aside .wrapper {

    background-color: #000000;

    padding: 10px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

}



.nav-menu {

    background-color: #000000;

    padding: 10px;

    width: 100%;

}



.nav-menu ul li a {

    color: #fff;

    text-decoration: none;

}



.main .container .wrapper aside .wrapper ul {

    display: flex;

    flex-direction: column;

    gap: 20px;

    padding: 0;

}



.main .container .wrapper aside .wrapper ul li {

    list-style: none;

}



.main .container .wrapper aside .wrapper ul li._active {

    padding-bottom: 10px;

    border-bottom: 1px solid #1F2D43;

}



.side-img {

    

    margin-top: 20px;

    

}



.side-img img {

    max-width: 100%;

    border-radius: 12px;

}



.content-section h1 {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 40px;

}



.content-section h2 {

    font-size: 24px;

}



.content-section h3 {

    font-size: 19px;

}



.content-section h4 {

    font-size: 16px;

}



.content-section h5 {

    font-size: 14px;

}



.content-section h6 {

    font-size: 13px;

}



.content-section h2,

h3,

h4,

h5,

h6 {

    margin: 20px;

    margin-left: 0;

    font-weight: 700;

}



.content-section {

    background-color: #000000;

    padding: 60px;

    color: #ffffff;

}



.content-section ul li::marker {

    color: red !important;

}



.content-section ol li::marker {

    color: red !important;

}



.payment {

    display: flex;

    justify-content: space-around;

    align-items: center;

    background-color: #000000;

    margin-top: 40px;

    padding: 30px;

}



.payment .title {

    color: #fff;

}



.payment .title h2 {

    font-size: 24px;

}



.payment-option {

    display: flex;

    gap: 10px;

}



.payment-option img {

    width: 45px;

    height: 45px;

}



footer .container.wrapper {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.copyright {

    text-align: center;

    color: #fff;

    font-size: 14px;

    font-style: normal;

    font-weight: 700;

}



.main .container {

    padding: 20px 0;

}



footer .container {

    padding: 30px 0;

}



.game-content {

    margin-top: 16px;

    

    border-radius: 12px 12px 0 0;

}



.game-header {

    padding: 16px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.game-title {

    display: flex;

    align-items: center;

    

    width: 100%;

    justify-content: space-between;

}












.game-title a {

    color: #ff3939 !important;

    text-decoration: none;

    

    font-weight: bold;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 5px;

}



.title-in-game {

    color: #fff;

    margin: 0 !important;

    font-weight: 700 !important;

    font-size: 26px;

    line-height: 40px;

}



.game-play {

    

    

    display: flex;

    justify-content: center;

    align-items: stretch;

    width: 100%;

    border-radius: 12px;

}



.game-play img {

    max-width: 100%;

}



.game-desc {

    display: flex;

    align-items: flex-start;

    padding: 24px;

    grid-gap: 24px;

    overflow: hidden;

    

    border-radius: 0 0 12px 12px;

}



.game-desc img {

    border-radius: 16px;

    width: 236px;

    height: 177px;

}



.game-desc-content {

    color: #fff;

}



.game-desc-content h2 {

    text-align: left !important;

}



.button {

    text-align: center;

}



.button a {

    color: #fff !important;

    padding: 10px 20px;

    text-decoration: none;

    line-height: 25px;

    font-weight: 700;

    min-width: 175px;

    background: #df0a0a;

    border-radius: 5px;

    display: inline-block;

}



.button a:hover {

    background: #df0a0ac2;

}



@media (max-width: 992px) {

    .nav-container .checkbox {

        display: block;

    }



    .nav-container .hamburger-lines {

        display: flex !important;

    }



    .logo {

        left: 70px;

    }



    .logo img {

        width: 100%;

    }



    .btn-align {

        padding-right: 10px;

    }



    .main .container .wrapper aside {

        display: none;

    }



    .main .container .wrapper {

        grid-template-columns: 1fr;

    }



    .game-list {

        flex-wrap: wrap;

    }



    div.container {

        padding: 0;

    }



    footer .container.wrapper {

        justify-content: space-around;

        padding: 20px 0;

    }

}



@media (max-width: 768px) {

    .game-desc {

        flex-wrap: wrap;

        justify-content: center;

    }



}



@media (max-width: 600px) {

    .content-section {

        padding: 20px;

    }



    



}



@media (max-width: 560px) {

    





    .logo a {

        padding: 0 !important;

    }



    .btn-align {

        padding-right: 5px;

    }



    .nav-container .hamburger-lines {

        left: 15px;

    }



    .nav-container .checkbox {

        left: 15px;

    }



    footer img {

        width: 100px;

    }



    .payment {

        padding: 15px;

        flex-wrap: wrap;

        gap: 10px;

    }

}



@media (max-width: 500px) {

    .logo img {

        width: 110px;

    }

}



@media (max-width: 450px) {

    h1.title-in-game {

        font-size: 24px;

        white-space: nowrap;

    }



    .game-title a {

        flex-wrap: nowrap;

        width: min-content;

    }



    .game-header {

        padding: 5px;

    }

}



@media (max-width: 380px) {

    .logo {

        left: 50px;

    }

}