.header__logo__wrapper {
    max-width: 140px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f9f9f9;
    top: 0;
    left: 100%;
    transition: all 0.5s;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.header__navigation__wrapper a {
    color: #747474 !important;
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.header__navigation__wrapper a:hover {
    text-decoration: underline;
}

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

.header__mobile_nav {
    font-size: 1.5rem;
}

.header__mobile_nav--cross {
    position: absolute;
    top: 10px;
    right: 10px;
}

header {
    background: #f9f9f9;
}

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

/* Home */
.Home__section {
    padding-bottom: 30px;
}

.single-item img {
    border-radius: 30px !important;
    max-width: 100%;
    height: auto;
}

.Home__step img {
    width: 50px;
}

.Home__step_title {
    color: var(--color--black);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.Home__step__description {
    font-size: 0.7rem;
    font-weight: bold;
    color: white;
}

.Home__about_img {
    width: 250px;
}

.Home__about_description {
    text-align: justify;
}

.register__title span,
.web__content span,
.Home__about_description span {
    color: var(--color--gold);
    font-weight: bold;
}

.Home__anouncement_img img {
    aspect-ratio: 16 / 8;
    border-radius: 30px;
}

/* .project-menu button , .agent_link a{
    background-color: transparent;
    color: white;
    border-color: white;
    font-weight: bold;
} */

.Home_game-item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.Home_game-item img {
    border-radius: 30px;
}

.Home__QR {
    width: 200px;
}

.promotion__content ul li,
.promotion__content p {
    text-align: justify;
}

.section__title h1 {
    color: white;
    font-weight: bold;
    font-size: 1.7rem;
}

.section__title h1 span {
    color: var(--color--gold);
}

.agent__title {
    padding: 50px 20px
}

.agent__video {
    width: 300px;
}

.agent__list ul li {
    text-align: justify;
}

.web__content {
    text-align: justify;
    padding: 10px 20px 30px 20px;
}

.register__ref_code {
    font-size: 1.2rem;
    font-weight: bold;
}

.download-link {
    width: 200px;
}

/* footer */
.footer_menu ul {
    text-align: center;
    padding-left: 0;
    list-style: none;
}

.footer_menu ul li a {
    text-decoration: none;
    color: black;
}

.copyrights {
    color: var(--color--lightgrey);
    margin-top: 10px;
    font-size: 0.8rem;
    text-align: center;
}

.game-button.active {
    color: white;
    background-color: #6eb8f8;
}

.game-button.active .game-type {
    color: white;
}

.game-button {
    background: transparent;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    text-decoration: none;

}

.game-button img {
    margin-inline-end: 5px;
    width: 20px;
}

.game-type {
    color: #747474;
    font-weight: 400;
}

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

.marquee p {
    color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    /* Prevent text from wrapping */
    animation: scroll-left 20s linear infinite;
}

.custom-btn {
    background: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 12px;
    font-size: 12px;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.text-justify {
    text-align: justify;
}

.home_img_wrapper {
    width: 50px;
}

.promo-border {
    background-color: rgb(112, 112, 249);
    background-position: center;
    border-radius: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 5px;
}

.promo-img {
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .promo-img {
        width: 100%;
        height: 100%;
    }
}

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

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