body,
html {
    color: #fff;
    width: 100%;
}

body {
    background: url(../../img/background.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    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 {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .header__navigation__wrapper a {
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 1rem;
        margin-bottom: 15px;
        font-weight: bold;
        font-family: Arial, sans-serif;
    }

}

.header__navigation__wrapper a:hover {
    text-decoration: underline;
    text-decoration-color: #dccf14;
    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: #01212c;
}

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

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

/* .game img,
.game-button img {
    border-radius: 10px;
} */

button {
    background: transparent;
    border: none;
}

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

.game-category-wrapper {
    flex-wrap: nowrap;
    overflow-y: scroll;
}

/* .game-button {
    height: 60px;
    position: relative;
} */

/* .live-btn::before {
    background: url(../../img/poker.png) no-repeat;

}

.live-btn.active::before {
    background: url(../../img/poker-active.png) no-repeat;

}

.slot-btn::before {
    background: url(../../img/slot.png) no-repeat;

}

.slot-btn.active::before {
    background: url(../../img/slot-active.png) no-repeat;

}

.arcade-btn::before {
    background: url(../../img/fish.png) no-repeat;

}

.arcade-btn.active::before {
    background: url(../../img/fish-active.png) no-repeat;

}

.sport-btn::before {
    background: url(../../img/football.png) no-repeat;

}

.sport-btn.active::before {
    background: url(../../img/football-active.png) no-repeat;

}

.lottery-btn::before {
    background: url(../../img/P-02.png) no-repeat;

}

.lottery-btn.active::before {
    background: url(../../img/P-01.png) no-repeat;

} */

/* .game-button span{
    margin-inline-start: 35px;
    font-weight: 700;
    text-shadow: 0 0 4px #fffc;
    letter-spacing: 0.8px;
    padding-bottom: 2px;
    color: white;
}

.game-button.active span{
    color: black;
}

.game-button::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    z-index: -1;
    top: 0;
    left: 0;
} */

.download-qr-wrapper {
    padding: 20px;
    background: var(--color--primary);
    border-radius: 20px;
}

.section-title {
    font-weight: 600;
    color: var(--color--primary);
    text-align: center;
}

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

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

.single-item img {
    aspect-ratio: 16/6;
    object-fit: cover;
}

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

.site-nav-marquee {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 3px 0;
    margin-bottom: 15px;
}

.site-nav-marquee img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: -5px;
    left: 2px;
    z-index: 1;
}

.smarquee-main {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.smarquee-main:before {
    background: linear-gradient(180deg, #222, #666);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    z-index: -1;
}

.smarquee-main:before,
.smarquee-main:after {
    content: '';
    position: absolute;
    border-radius: 50px;
}

.site-nav-marquee marquee {
    font-size: 14px;
    background: linear-gradient(180deg, #020202, #232323);
    border-radius: 50px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: auto;
    padding-left: 40px;
}

.site-nav-marquee marquee span {
    color: #fff;
}

.smarquee-main:after {
    background: linear-gradient(0deg, #222, #666);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -2;
}

.site-promo-field h4 {
    color: #fff;
    font-size: 17px;
    padding: 0 15px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin: -2px;
    box-shadow: 0 2px 6px #0007;
    text-shadow: 0 0 1px #fff;
    border: 1px groove #408e5d;
    background: linear-gradient(180deg, #60c382, #08301b);
}

.site-promo-field {
    border: 1px solid #408e5d;
    border-radius: 15px;
    background: linear-gradient(45deg, #0004, #0000 30%);
}

.home_img_wrapper {
    width: 50px;
}

.promo-wrapper {
    border: 10px solid #333;
    padding: 10px;
    margin-bottom: 30px;
    background: #000;
    border-radius: 16px;
}

.promo-image img {
    border-radius: 10px 10px 0 0
}

.promo-content h4 {
    font-size: 20px;
    text-shadow: 0 0 4px #25ffc1;
    border-bottom: 1px solid #174e2a;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}

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

.custom-game-border {
    border: 2px solid #fff000;
    border-radius: 15px;
    max-width: 20%;
}

@media only screen and (max-width: 767px) {
    .custom-game-border {
        border: 2px solid #fff000;
        border-radius: 15px;
        max-width: 100%;
    }
}

.custom-game-btn {
    border: 2px solid #fff000;
    border-radius: 10px;
}

.custom-img-width {
    width: 40%;
}

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

.custom-text {
    color: #e8db28;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 1px;
}

.custom-text-2 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.custom-text-3 {
    color: #e8db28;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .custom-text-3 {
        color: #e8db28;
        font-family: Arial, sans-serif;
        font-weight: bolder;
        margin-top: 1px;
        margin-bottom: 1px;
        font-size: 15px;
    }
}

.custom-text-4 {
    color: #e8db28;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 28px;
}

.custom-text-5 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 20px;
    text-align: center;
}

.custom-text-6 {
    color: #e8db28;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 15px;
}

.custom-text-7 {
    color: #fff000;
    font-family: Arial, sans-serif;
    font-weight: 900;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 13px;
    text-align: center;
}

.custom-text-8 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 23px;
    text-align: center;
}

.custom-text-9 {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 11px;
    text-align: center;
}

.custom-btn {
    font-weight: 600;
    color: #32302F !important;
    text-align: center;
    text-transform: uppercase;
    background: rgb(250, 215, 76);
    background: -moz-linear-gradient(-45deg, rgba(250, 215, 76, 1) 0%, rgba(234, 196, 91, 1) 45%, rgba(247, 172, 66, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(250, 215, 76, 1) 0%, rgba(234, 196, 91, 1) 45%, rgba(247, 172, 66, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 215, 76, 1) 0%, rgba(234, 196, 91, 1) 45%, rgba(247, 172, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad74c', endColorstr='#f7ac42', GradientType=1);
}

.custom-btn:hover {
    background-color: #F9DE7A !important;
}

.custom-btn:focus,
.custom-btn:active,
.custom-btn:focus:active {
    background-color: #FFA600 !important;
}

.custom-btn.btn-sm {
    font-size: 10px;
}

.custom-btn-2 {
    background-color: #fff000;
    border-radius: 90px;
    border: #fff000;
    color: #000;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 900;
}

.custom-btn-2:hover {
    transition: all .2s ease-in-out;
    background-color: #ffc851;
    transform: scale(1.1);
}

.custom-border-1 {
    background-color: #262435;
    border-radius: 25px;
    padding: 20px;
}

.custom-qr-size {
    width: 15%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .custom-qr-size {
        width: 50%;
        height: 100%;
    }
}

.custom-border-2 {
    background-color: #262435;
    border-radius: 25px;
    padding: 20px;
    padding: 10px;
    box-shadow: 5px 2px #fff000;
}

.custom-video-size {
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .custom-video-size {
        width: 80%;
        height: 100%;
    }
}

.custom-line {
    border-bottom: .3rem solid #fff000;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .custom-line {
        border-bottom: .3rem solid #fff000;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

}

.custom-download-size-1 {
    width: 60%;
    border-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .custom-download-size-1 {
        width: 100%;
        border-radius: 30px;
    }

}

.custom-download-size-2 {
    width: 50%;
    margin-bottom: 10%;
}

@media only screen and (max-width: 767px) {
    .custom-download-size-2 {
        width: 100%;
        margin-bottom: 10%;
    }

}

.nav-client-zone>li {
    font-size: .7rem;
}

.promo-size {
    width: 100%;
    height: 100%;
}

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

}

.custom-max-width{
    max-width: 80%;
}

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

}

.custom-logo-size{
    width:20%;
    height:100%;
}

@media only screen and (max-width: 767px) {
    .custom-logo-size{
        width:70%;
        height:100%;
    }

}