.header__logo__wrapper{
    max-width: 100px;
}

.header__navigation__wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--color--header);
    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: #fff;
    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{
    color: white;
    font-size: 1.5rem;
}

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

header{
    background: var(--color--header);
}

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

/* Home */
.Home__section{
    padding-bottom: 80px;
    margin-bottom:50px;
}

.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--primary);
    font-weight: bold;
}

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

.project-menu button , .agent_link a{
    background-color: var(--color--black);
    color: var(--color--primary);
    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{
    font-weight: bold;
    font-size: 1.7rem;
}

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

.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: var(--color--lightgrey);
}

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

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

.game-button {
    color: var(--color--primary);
    background-color:var(--color--black);
    border-color: var(--color--primary);
}

.game-button img{
    width: 40px;
}