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

.poker-background{
    background-image: url(../../img/background-image.png);
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    width: 100%;
    height: auto;
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
    max-width: 70px;
}

.gallery-active{
    min-height: 100% !important;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: var(--color--header);
    top: 0;
    right: 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 {
    /* padding: 5px 0; */
    color: var(--color--black);
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
}

.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: 20px;
    right: 20px;
}

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

.header__menu__wrapper {
    position: relative;
    /* background: url('../../img/header_background.png'); */
    background-position: right;
    background-repeat: no-repeat;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.side__logo__wrapper{
    width: 30px;
    margin-right: 10px;
}

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

.custom-btn {
    height: 30px;
    border-radius: 5px;
    width: 100%;
    font-size: 0.8rem;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--color--primary);
    color: white;
    border: 1px solid var(--color--primary);
}

.custom-btn.active , .custom-btn:hover{
    background-color: var(--color--primary);
    color: white;
    border: 1px solid var(--color--primary);
}

button {
    background: transparent;
    border: none;
}

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

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

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

.game-button {
    border-radius: 8px ;
    padding: 3px 2px !important;
    background-color: #d9d9d94d !important;
    backdrop-filter: none !important;
    /* border: 2px solid #fff; */
    font-size: 12px !important;
    text-align: center;
}

.game-button.active{
    border: 2px solid white;
}

.game-button span{
    color: white;
    font-weight: bold;
}

.game-button-content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.game-button-content img{
    width: 30px !important;
}

.game-button-content-home{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

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

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

.game-button-home{
    background: url('../../img/home_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-home.active{
    background: url('../../img/home_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slots{
    background: url('../../img/slot_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slots.active{
    background: url('../../img/slot_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-casino{
    background: url('../../img/casino_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-casino.active{
    background: url('../../img/casino_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.game-button-sports{
    background: url('../../img/sport_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-sports.active{
    background: url('../../img/sport_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.game-button-lottery{
    background: url('../../img/lottery_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.game-button-lottery.active{
    background: url('../../img/lottery_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-other{
    background: url('../../img/others_inactive.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-other.active{
    background: url('../../img/others_active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promo-button{
    border-radius: 25px;
    background-color: white;
    color: #748ab0;
    height: 35px;
}

.promo-button.active{
    background:linear-gradient(#fee16c, #ffd52a 80%);
    color: white;
}

.custom-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2d313d;
    border-radius: 20px;
}
