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

.body-content {
    height: 100%;
}

.header__logo__wrapper {
    max-width: 135px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    /* background-image: url('../../img/menu/menu_bg.png'); */
    background: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    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.5rem;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

@media(min-width: 768px){
    .header__navigation__wrapper a {
        font-size: 20px;
    }
}

.header__navigation__wrapper a:hover {
    /* text-decoration: underline; */
    color: #2794ff;
}

.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 {
    height: 100%;
    display: flex;
    padding: 5px 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #095ebd;
}

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

.custom-btn {
    margin: 10px;
    background: linear-gradient(to right, #095ebd, #04a9c2);
}

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

button {
    background: transparent;
    border: none;
}

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

::-webkit-scrollbar-track {
    box-shadow: 0 0 5px blue;
}

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

.game-button {
    height: 60px;
    color: white;
    position: relative;
}


.game-button.active {
    font-weight: 700;
    color: #2794ff;
    /* border-radius: 20px; */
    /* background: linear-gradient(to right, #095ebd, #04a9c2); */
}

.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{
  display:block;          
  width:100%;
  aspect-ratio:16/6;
  object-fit:cover;
}
.single-item{
  line-height:0;         
}

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

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

/* h1 {
    font-size: 3.5rem !important;
} */

/* .shadow-word {
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px #d822da, 0 0 10px #d822da, 0 0 15px #d822da, 0 0 20px #d822da, 0 0 25px #d822da;
} */

/* .shadow-word-blue {
    color: white;
    font-weight: bold;
    text-shadow:
        0 0 5px #2196F3,
        0 0 10px #2196F3,
        0 0 15px #2196F3,
        0 0 20px #2196F3,
        0 0 25px #2196F3;
} */

.sliver-word {
    color: white;
    font-weight: bolder;
    text-shadow: 3px 3px black;
}

.blue-text {
    color: #2794ff;
}

.blue-text-shadow {
    color: #2794ff;
    text-shadow: 2px 2px black;
}

.white-text-shadow {
    color: #fff;
    text-shadow: 3px 2px black;
}

.pink-text {
    color: #d822da;
}

.main-bg {
    /* background: url('../../img/new/agent_bg.webp') no-repeat top center fixed; */
    background-size: cover;
    background: #0C101C;
}

.bg-agent {
    background: url('../../img/new/agent-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.agent-btn {
    text-align: center;
    width: 300px;
    font-weight: bold;
    padding: 5px 3rem;
    border-radius: 3rem;
    border: 2px solid white;
    box-shadow: 0 0 40px #2794ff;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.4);
}

.download-bg {
    display: flex;
    background: url(../../img/new/download-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home__game_type_wrapper {
    min-height: 300px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.casino-type {
    background:
        url('../../img/new/home_casino.webp') no-repeat center center, linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.slots-section {
    background:
        url('../../img/new/home_slot.webp') no-repeat center center, linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.sport-section {
    background:
        url('../../img/new/home_sports.webp') no-repeat center center, linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.card-section {
    background:
        /* url('../../img/new/home_card.webp') no-repeat center center,  */
        linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.fishing-section {
    background:
        /* url('../../img/new/home_fishing.webp') no-repeat center center,  */
        linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.lottery-section {
    background:
        url('../../img/new/home_lottery.webp') no-repeat center center, linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
    background-size: auto, contain;
}

.overlay {
    display: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
}

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

.custom-font {
    font-family: DM Sans, sans-serif !important;
}

@media(max-width: 768px) {
    .custom-header-1 {
        font-size: 18px;
    }
}

@media(max-width: 768px) {
    .custom-header-2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px){
    .custom-header-2 {
        font-size: 23px;
    }
}

/* Slider CSSs */

.slider-border {
    border: 2px solid #2794ff;
    box-shadow: #2794ff 8px 8px 8px -2px;
}

.slider-max-width {
    max-width: 100%;
}

@media(min-width:1024px) {
    .slider-max-width {
        max-width: 70%;
    }
}

.marquee-wrap {
    display: flex;
    color: #000000;
    position: relative;
    align-items: center;
    padding: 5px 10px 0 30px;
    background: linear-gradient(90deg, rgba(35, 46, 245, 1) 0%, rgba(9, 15, 125, 1) 74%, rgba(0, 0, 0, 1) 100%);
}

.marquee-icon {
    left: 10px;
    bottom: 5px;
    max-width: 18px;
    color: #000000;
    position: absolute;
}

/* Slider CSSs */

/* Background & Border & Box shadow CSSs */

.iframe-bg {
    background: #081439;
}

.custom-bg {
    background: #081439;
}

.pink-border {
    border-radius: 10px;
    border: 2px solid rgba(255, 0, 162, 0.8);
}

@media(min-width: 768px) {
    .pink-border {
        border-radius: 20px;
    }
}

.pink-shadow {
    box-shadow:
        rgba(255, 20, 147, 0.25) 0px 54px 55px,
        rgba(255, 20, 147, 0.12) 0px -12px 30px,
        rgba(255, 20, 147, 0.12) 0px 4px 6px,
        rgba(255, 20, 147, 0.17) 0px 12px 13px,
        rgba(255, 20, 147, 0.09) 0px -3px 5px;
}

.blue-shadow {
    box-shadow:
        rgba(0, 0, 255, 0.25) 0px 54px 55px,
        rgba(0, 0, 255, 0.12) 0px -12px 30px,
        rgba(0, 0, 255, 0.12) 0px 4px 6px,
        rgba(0, 0, 255, 0.17) 0px 12px 13px,
        rgba(0, 0, 255, 0.09) 0px -3px 5px;
}

/* Background & Border CSSs */