body,
html {
    height: 100%;
    margin: 0;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 30px;

}

.header__navigation__wrapper {
    top: 0;
    width: 100%;
    height: 100%;
    right: 100%;
    z-index: 999;
    position: fixed;
    padding: 20px;
    transition: all 0.5s;
    background-color: white;
    /* background-color: var(--bs-gray-900); */
}

.header__navigation__wrapper a {
    color: black;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.header__navigation__wrapper a:hover {
    color: var(--primary-color);
}

.header__navigation__wrapper.active {
    left: 0;
    z-index: 999;
}

.header__mobile_nav {
    cursor: pointer;
    font-size: 1.5rem;
    /* color: var(--primary-color); */
}

.header__mobile_nav--cross {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
}

.header__mobile_nav--cross img{
    max-width: 50px;
}

header {
    background: transparent
}

.header__menu__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    display: flex;
    height: 100%;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* Sldier */

.slider-max-width {
    max-width: 100%;
}

.slider-img {
    position: relative;
}

/* Slider */

.custom-btn {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
    cursor: pointer;
    place-content: center;
    align-items: center;
    -moz-column-gap: .375rem;
    column-gap: .375rem;
    border-radius: .75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border:1px solid rgb(6 12 59 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(6 12 59 / var(--tw-bg-opacity, 1));
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    /* color: rgb(255 255 255 / var(--tw-text-opacity, 1)); */
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.custom-btn:hover {
    background-color: rgb(6 12 59 / var(--tw-bg-opacity, 1));
}

.game img,
.game-button img {
    border-radius: 10px;
}

button {
    background: transparent;
    border: none;
}

.footer_menu ul {
    list-style-type: none;
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee p {
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #2e3033;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.game-category-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.72);
}

.game-button {
    padding: 5px;
    color: var(--primary-color);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 2px solid var(--primary-color);
}

.game-button.active {
    color: white;
    background: var(--primary-color);
}

.download-qr-wrapper {
    padding: 20px;
    background: var(--color--primary);
    border-radius: 20px;
}

.section-title {
    font-weight: 600;
    color: var(--color--primary);
    text-align: center;
}

.global-section {
    background: url("https://static.wixstatic.com/media/c7d83a_4ddc238038ac4c4388dc30d89344434c~mv2.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* Custom CSSs Start */

.center {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.custom-text {
    color: var(--primary-color);
    text-shadow: 2px 2px #000;
}

.custom-text-2 {
    color: var(--primary-color);
}

.footer-border-top {
    border-top: 2px solid var(--primary-color);
}

.bank-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    box-shadow: var(--primary-color) 2px 2px 8px -4px;
}



.content-logo-size {
    width: 60%;
    height: 100%;
}

@media(max-width:767px) {
    .content-logo-size {
        width: 90%;
        height: 100%;
    }
}

.accordion,
.sub-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__item {
    background: #e7e7e7;
    border-radius: 22px;
    margin-bottom: 5px;
}

.accordion__item:nth-child(odd)> :first-child:not(.accordion__link_active) {
    color: #ffffff;
    background: var(--primary-color);
}

.accordion__link {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #696666;
    position: relative;
    border-radius: 20px;
    text-decoration: none;
    padding: 12px 50px 12px 20px;
}

.accordion__link:not(.accordion__link_active):after {
    top: 50%;
    right: 22px;
    content: "";
    position: absolute;
    transform: translatey(-6px);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px var(--bs-gray-900) solid;
}

.accordion__link:not(.accordion__link_active):hover {
    opacity: .8;
    color: #fff;
    background: #B8B8B8;
}

.accordion__link:not(.accordion__link_active):hover:after {
    border-top: 12px #ffffff solid;
}

.sub-accordion {
    height: 0;
    display: none;
    overflow: hidden;
    padding: 5px 20px;
}

.sub-accordion__item {
    padding: 5px 0;
}

.accordion__link_active {
    color: #ffffff;
    background-color: #000;
}

.accordion__link_active:after {
    top: 50%;
    right: 22px;
    content: "";
    position: absolute;
    transform: translatey(-6px);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px var(--bs-gray-900) solid;
}

.accordion__link_active+ul {
    display: block;
    height: 100%;
}

.gradient-cards {
    gap: 32px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    @media screen and (max-width: 991px) {
        grid-template-columns: 1fr;
    }
}

.container-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 40px;
    padding: 0 !important;
}

.card {
    border: 0;
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
}

.container-card {
    padding: 40px;
    height: auto;
    position: relative;
    border-radius: 45px;
    border: 2px solid var(--primary-color);
    background-clip: padding-box;
    box-shadow: var(--primary-color) 2px 2px 8px -4px;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
}

.card-title {
    color: white;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    padding-bottom: 8px;
    letter-spacing: -0.02em;
}

.card-description {
    font-size: 16px;
    font-weight: 600;
    max-width: 470px;
    line-height: 32px;
    color: hsla(0, 0%, 100%, 0.5);
}

.web-card {
    color: #fff;
    padding: 30px;
    background: #000;
    border-radius: 30px;
    transition: all .4s ease;
    border: 2px solid var(--primary-color);
    box-shadow: var(--primary-color) 2px 2px 8px -4px;
}

.web-card:hover {
    border-radius: 0px;
    box-shadow: 10px 10px rgba(0, 0, 0, .25);
}

.register-card {
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 13px;
    background-color: #000;
    border: 2px solid var(--primary-color);
    transition: border-left 300ms ease-in-out, padding-left 300ms ease-in-out;
}

.register-card:hover {
    box-shadow: var(--primary-color) 10px 10px 10px -4px;
}

.download-wrap {
    text-align: center;
}

.game-border {
    padding: 20px;
    border-radius: 30px;
    background-color: #000;
    border: 2px solid var(--primary-color);
    box-shadow: var(--primary-color) 2px 2px 8px -4px;
}

.game-border-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-border-right {
    height: 250px;
    border-right: 2px solid var(--primary-color);
}

@media(max-width:991px){
    .game-border-margin {
        margin-top: auto;
        margin-bottom: auto;
    }

    .game-border-right {
        height: auto;
        border-right: none;
    }
}

.qr-border {
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    width: 80%;
    height: 100%;
}

@media(min-width: 768px){
    .qr-border {
        border: 2px solid var(--primary-color);
        border-radius: 20px;
        width: 30%;
        height: 100%;
    } 
}

.menu-list {
    text-align: center;
}

.menu-list a {
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin-bottom: 3px;
    font-size: 12px;
}

.menu-list a>img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.menu-list span {
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
}

.menu-list>a.active>span {
    color: var(--primary-color);
}


.nav-item.active>img {
    filter: grayscale(0%);
}

/* Custom CSSs End */

/* iframe css start */

.custom-iframe {
    width: 100%;
    height: 100vh;
    border-radius: 30px;
}

@media(max-width: 767px) {
    .custom-iframe {
        width: 100%;
        height: 100vh;
    }
}

/* iframe css end */