body,
html {
    background: linear-gradient(to bottom,  rgba(33,9,33,1) 0%, rgba(14,28,77,1) 10%, rgba(14,28,77,1) 50%, rgba(33,9,33,1) 100%);
    height: 100%;
    margin: 0;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: linear-gradient(to bottom,  rgba(33,9,33,1) 0%, rgba(14,28,77,1) 10%, rgba(14,28,77,1) 50%, rgba(33,9,33,1) 100%);
    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;
    font-weight: bold;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
}

.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: transparent;
}

.header__menu__wrapper {
    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 {
    display: block;
    width: 100%;
    padding: .5rem .8rem;
    color: #FFF;
    border: 1px solid #2B52DD;
    background: linear-gradient(145deg, #7e37ec 0%, #7e37ec 34%, #385de3 65%, #2851e5 100%);
}

.game 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;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    /* Prevent text from wrapping */
    animation: scroll-left 20s linear infinite;
}

.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-casino{
    background: url('../../img/casino.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-casino.active{
    background: url('../../img/casino_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-fishing{
    background: url('../../img/fishing.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-fishing.active{
    background: url('../../img/fishing_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot2{
    background: url('../../img/slot2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot2.active{
    background: url('../../img/slot2x_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.game-button-slot5{
    background: url('../../img/slot5x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot5.active{
    background: url('../../img/slot5x_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot10{
    background: url('../../img/slot10x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot10.active{
    background: url('../../img/slot10x_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot20{
    background: url('../../img/slot20x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-button-slot20.active{
    background: url('../../img/slot20x_h.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.game-button {
    padding: 0;
    height: 4rem;
}

.game-button li {
    display: inline-block;
    width: 100%;
    height: 100%
}

.fishing {
    height: 120px;
    border: 2px solid #2B52DD;
    border-radius: 10px;
}

.fishing img {
    height: 100%;
    object-fit: cover;
}