body {
    overflow-x: hidden;
    font-family: "Ubuntu", sans-serif;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    border-radius: 12px;

}

.caption {
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 6%;
    max-width: 33%;
}

.banner-text {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start center;
    align-items: flex-start;
    min-height: 170px;
    gap: 4px;
    width: 410px;
}

.title {
    font-weight: 900;
    font-size: 30px !important;
    line-height: 33px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left;
    overflow: hidden;
    max-height: 100px;
    height: auto;
}

.subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.1px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    max-height: 43px;
    overflow: hidden;
    height: auto;
}

.banner-button {
    height: 40px;
    text-align: center;
    min-width: 120px;
    margin: 20px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-button {
    position: relative;
    color: #FFF;
}

.banner-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(#FF9F47, #E0101D);
}

.banner-button a {
    color: #fff !important;
    text-decoration: none;
    line-height: 25px;
    font-weight: 700;
    height: 40px;
    text-align: center;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}
.banner-button:hover {
    background: linear-gradient(#f88b26, #bc0b16);
    color: #fff;
    border: none;
}
.page-wrap {
    gap: 1rem;
    padding: 0;

    >* {
        background: white;
        position: sticky;
        top: 0;
    }

}

.page-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    background: #170a1f;
    color: #fff;
}

header,
footer {
    grid-column: 1 / -1;
    position: sticky;
    top: 0;
    z-index: 99;
}

footer {
    padding: 50px 0 20px;
    border-top: 2px solid #442f50;
    margin-top: 20px;
}

.footer-content {
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

aside {
    padding: 10px;
}

.sticky {
    height: auto;
    border-radius: 5px;
    position: sticky;
    top: 6rem;
}

.sticky img {
    margin: 0 0 15px;
    border-radius: 12px;
}

.not-sticky {
    height: 100px;
    background: orange;
    border-radius: 5px;
}

ul {
    list-style: none;
}

.container {
    max-width: 1170px;
    width: 100%;
}

.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.logo {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 12px;
}

.logo img {
    width: 150px;
}

.page-content {
    display: contents;
}

.image-wrapper img {
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: -99;
}

.main-content h1 {
    font-size: 32px;
    font-weight: 700;
}

.main-content h2 {
    font-size: 24px;
}

.main-content h3 {
    font-size: 19px;
}

.main-content h4 {
    font-size: 16px;
}

.main-content h5 {
    font-size: 14px;
}

.main-content h6 {
    font-size: 13px;
}

.main-content h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

.main-content p {
    padding-bottom: 15px;
    margin: 0;
}

.main-content ul {
    list-style: disc;
}

article {
    font-style: italic;
    line-height: normal;
    font-size: 14px;
    padding-bottom: 15px;
}

.btn-align {
    display: flex;
    gap: 10px;
    font-weight: 500;
}

.btn-align a {
    text-decoration: none;
}

.sign-btn {
    color: #fff !important;
    border-radius: 5px !important;
    padding: 8px 15px !important;
    width: 122px !important;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-btn {
    position: relative;
    color: #FFF;
}

.sign-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(#FF9F47, #E0101D);
}

.sign-btn:hover {
    background: linear-gradient(#f88b26, #bc0b16);
    border: none;
}

a.register-btn {
    border-radius: 5px !important;
    padding: 10px 15px !important;
    width: 122px !important;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.register-btn {
    position: relative;
    color: #FFF;
    background: #170a1f;
}

a.register-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(#FF9F47, #E0101D);
}

a.register-btn:hover {
    background: linear-gradient(#f88b26, #bc0b16);
    color: #fff;
    border: none;
}

.media p {
    font-weight: 500;
    color: #fff;
}

.media img {
    width: 40px;
}

.main-content table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    margin: auto;
    padding: 10px;
}

.main-content table p {
    padding: 0;
}

.main-content table th {
    background: #442f50;
}

.main-content table td,
th {
    padding: 10px;
    word-wrap: break-word;
}

.main-content table tr td,
th {
    border: 1px solid #ffa047;
}

.main-content table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.main-content table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.main-content table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.main-content table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.button {
    color: #fff !important;
    border-radius: 5px !important;
    max-width: 250px !important;
    margin: 20px auto;
}

.button {
    position: relative;
    color: #FFF;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(#FF9F47, #E0101D);
}

.button a {
    color: #fff !important;
    text-decoration: none;
    line-height: 18px;
    font-weight: 700;
    color: #fff !important;
    border-radius: 5px !important;
    max-width: 250px !important;
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button:hover {
    background: linear-gradient(#f88b26, #bc0b16);
}

.top-nav-bar {
    background-color: #170a1f;
    position: sticky;
    top: 0;
    z-index: 9;
    box-shadow: 0 2px 2px #0000001a;
}

.top-nav {
    color: #000;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
}

.menu li {
    position: sticky;
}

footer.footer.container {
    position: relative;
    z-index: -9;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-button {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #f1eaf6;
    position: relative;
}

.menu-button:before,
.menu-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1eaf6;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

.menu-button:before {
    bottom: -8px;
}

.menu-button:after {
    top: -8px;
}

#menu-toggle {
    display: none;
}

#menu-toggle:checked+.menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    width: 100%;
}

#menu-toggle:checked+.menu .menu-button:before {
    transform: translateY(8px) rotate(45deg);
}

#menu-toggle:checked+.menu .menu-button:after {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile {
    display: none;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    bottom: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    top: 0px;
    transform: rotate(-405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

.media-img {
    display: flex;
    gap: 10px;
}

.payment-icon {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.payment-icon img {
    filter: brightness(75%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.logo-wrap h5 {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #c6c6c6;
}


.scroll {
    max-width: 1170px !important;
    overflow-x: scroll;
    margin-bottom: 32px;
    margin-top: 20px;
}

.scroll-image {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 10px;
}

.scroll-image .game-card img {
    width: 235px;
    height: 177px;
    max-width: 235px;
    max-height: 177px;
    border-radius: 12px;
    position: relative;
    z-index: -99;
}

.scroll-image .game-card p {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    max-width: 100%;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    text-overflow: ellipsis;
    padding-top: 8px;
    overflow: hidden;
}

.scroll-image .game-card {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
    width: 12px;
}

.scroll::-webkit-scrollbar:horizontal {
    height: 12px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

@media (max-width: 1100px) {
    aside {
        display: none;
    }

    .page-wrap {
        padding: 0 20px;
    }

    #menu-toggle:checked~.menu {
        width: 100%;
    }

    #menu-toggle:checked~.menu li {
        width: 100%;
        padding: 1.5em;
        transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1) !important;
        height: fit-content;
    }

    .btn-connect {
        flex-direction: row !important;
    }

    .menu-button-container {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .menu {
        position: absolute;
        top: 0px;
        margin-top: 80px;
        left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        overflow: hidden;
        background: #170a1f;
    }

    #menu-toggle~.menu li {
        width: 0;
        margin: -1px;
        padding: 15px 0 0 0;
        border: 0;
        transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1);
        overflow: hidden;
        height: 70px;
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #fff;
        background-color: #170a1f;
        align-items: center;
        flex-direction: column;
        flex-direction: column;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }

    .menu>li:hover {
        background-color: #321e3d;
    }
}

@media (max-width: 992px) {
    .image-wrapper img {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .banner-button {
        margin: 10px 0;
    }

    .footer-content {
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 560px) {
    .image-wrapper img {
        min-height: 240px;
    }
}

@media (max-width: 500px) {
    .image-wrapper img {
        min-height: 250px;
    }

    .page-wrap {
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .container {
        width: unset;
    }

    .banner-text {
        width: 250px;
    }

    .media p {
        text-align: center;
    }
}