.header__logo__wrapper {
    max-width: 150px;
}

.header__navigation__wrapper {
    top: 0;
    right: 100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    transition: all 0.5s;
    padding-left: 10px;
    padding-right: 10px;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color--black2);
}

.header__navigation__wrapper a {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: left;
}

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

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

.header__mobile_nav {
    color: black;
    font-size: 1.5rem;
}

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

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

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

.menu-offcanvas {
    width: 85% !important;
    background-color: #dffff4;
}

.main-sidebar {
    background-color: #dffff4;
    display: none;
}

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

.single-item img {
    max-width: 100%;
    height: auto;
}

.Home__step img {
    width: 50px;
}

.Home__step_title {
    color: var(--color--white);
    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--green);
    font-weight: bold;
}

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

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

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

.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--green);
    background-color: unset;
    border-color: var(--color--green);
}

.game-button {
    color: var(--color--green);
    background-color: var(--color--white);
    border-color: var(--color--green);
}

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

.custom-btn {
    min-height: 100px;
    border-radius: 5px;
    padding: 20px;
    background: url('../../img/btn-bg.png');
    background-size: 100% 100%;
    box-shadow: 1px 1px 4px rgba(61, 61, 61, .5019607843137255);
}

.custom-btn img {
    width: 40px;
}

.button-text {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
}

.marquee {
    background-color: white;
    overflow: hidden;
    position: relative;
}

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

@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%);
    }
}


.btn-login {
    text-decoration: none;
    text-align: center;
    color: #FFF;
    width: 100%;
    padding: 0.375rem 0;
    letter-spacing: .1rem;
    border: 1px solid #01DC66;
    background: #01DC66;
}

.sideMainNav>a {
    color: #2C2D2E;
    font-weight: 600;
    /* border: 2px solid #01DC66; */
    padding: 0.3rem 0.5rem;
    text-decoration: none;
    background: #ffffff;
}

.sideMainNav>a.active {
    color: #FFF !important;
    background-color: #01DC66;
    border: 2px solid #01DC66;
}

.sideMainNav>a:hover {
    color: #FFF !important;
    background-color: #01DC66;
}

.slider-game img {
    padding: 0 5px;
    border-radius: 15px !important;
}

.game-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.promo-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.promo-menu::-webkit-scrollbar,
.game-menu::-webkit-scrollbar {
    display: none;
}

.game-menu a {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100px;
    padding: 0 1rem;
    flex: 0 0 auto;
    height: 100%;
    transition: all .3s ease-in-out;
    color: #01DC66;
    background: #FFF;
    border: 1px solid #01DC66;
}

.promo-menu button {
    border: none;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    transition: all .3s ease-in-out;
    background-color: #E3E3E3;
    color: black;
    white-space: nowrap;
}

.promo-menu button.active {
    color: #2C2D2E !important;
    background: #01DC66;
}

.game-menu a img {
    width: 100%;
    height: auto;
}

.game-menu a.active {
    /* background: #4D4D4D !important; */
    /* box-shadow: inset 0 0 2rem 0.1rem rgba(0,0,0,.8); */
    background: #01DC66;
}

.news img {
    border-radius: 1rem;
}

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

/* custom css start */

p {
    color: var(--color--grey);
}

span {
    font-weight: bold;
    color: #fff;
    /* color: var(--color--primary); */
}

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

.h-title {
    text-align: center;
}

.h-title h1 {
    color: var(--color--white);
    font-size: 24px;
    font-weight: 700;
}

.h-title h2 {
    color: var(--color--grey);
    font-size: 20px;
    font-weight: 700;
}

@media(max-width: 768px) {
    .h-title h1 {
        font-size: 20px;
    }

    .h-title h2 {
        font-size: 16px;
    }
}

.custom-vworld-gif-size {
    width: 80%;
    height: 100%;
}

.custom-bank-img {
    width: 100%;
    height: 100%;
}

.custom-bank-img span {
    font-size: 10px;
    color: var(--color--black3);
}

@media(min-width: 768px) {
    .custom-vworld-gif-size {
        width: 40%;
        height: 100%;
    }

    .custom-bank-img {
        width: 70%;
        height: 100%;
    }

    .custom-bank-img span {
        font-size: 14px;
        color: var(--color--black3);
    }

}

.main-btn {
    background: linear-gradient(90deg, #8b65ff, #853afc);
    border: 1px solid #a179fe;
    color: #fff;
}

.main-btn:hover {
    background: #1e1e22;
    border-color: #2a2a2d;
    color: #fff;
}

.main-btn2 {
    background: #1e1e22;
    border-color: #2a2a2d;
    color: #fff;
}

.main-btn2:hover {
    background: linear-gradient(90deg, #8b65ff, #853afc);
    border: 1px solid #a179fe;
    color: #fff;
}

.game-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}

.game-button {
    font-size: 15px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--color--black3);
    border: none !important;
    background: none !important;
}

.game-button:hover {
    color: var(--color--green);
}

/* custom css end */