body {
    background-image: url('../img/mobile-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;

}

.promoArea {

    display: flex;
    flex-direction: column;
}

.ssHead {
    position: absolute;
    width: 100%;
}

.promoFooter01 {
    margin: 20px auto 10px;
}

.lbIcon {
    width: 30px;
    display: inline-block;
}

#leaderboard .lbIcon {
    width: 20px;
    display: inline-block;
}

#textTogg {
    display: none;
}

.retogBtn {
    text-decoration: underline;
    cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #0099ff;
    border-color: #0099ff;
}

.nav-tabs .nav-link {
    color: #0099ff;
    background-color: #FFF;
    margin-bottom: -1px;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.screen {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abso {
    position: absolute;
    top: 0;
    width: 100%;
}

.promoGraphic {
    position: relative;
    background-image: url(../img/header-mobile.jpg);
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    /* padding-top: 178%; */
}

.promoLogo {
    max-width: 700px;
    margin: 40px auto 40px;
}

.promoInfo {
    background-color: rgba(1, 1, 24, 0.88);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 20px auto 10px;
    border-radius: 25px;
}

.promoInfo h1 {
    color: #33ff00;
    font-size: 27px;
    line-height: 33px;
}

.promoInfo h2 {
    color: #0099ff;
    font-size: 22px;
    line-height: 23px;
    margin: 0;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}


.fadeout {
    opacity: 0 !important;
    transition: opacity linear 0.8s 0s;
}

.htplink {
    color: #FFF;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    cursor: pointer;
    background-color: #f42fad;
    border-radius: 6px;
    padding: 5px 7px;
    max-width: 150px;
    width: 100%;
}

.stats-container {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 300px;
    padding-inline: 16px;
}

.stats-container .stat {
    background: #000000b5;
    border: #f42fad 3px solid;
    padding: 10px;
    text-align: center;
    color: #FFD0EC;
    border-radius: 25px;
}

.stats-container .stat .odometer {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
}

.stats-container .stat .type {
    font-size: 20px;
}

.odometer.plus {
    position: relative;
}

.yourStat .type {
    font-family: "Audiowide", sans-serif;
    font-size: 20px;
}

.yourStat .odometer {
    font-weight: bold;
    font-size: 28px;
    color: #33ff00;
}

.prizeStatsWrap {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
    display: flex;
    align-items: center;
    max-width: 700px;
    flex-wrap: wrap;
    justify-content: center;
}

.prizeIcons {
    max-width: 400px;
}

.fomInfo .modal-content {
    background-color: #07071e;
}

.fomBtn {
    display: block;
    margin: 0 auto 15px;
    color: #33ff00;
    text-decoration: underline;
    cursor: pointer;
}

.fomImg img {
    border-radius: 9px;
    margin-bottom: 20px;
}

.fomInfo {
    color: #e5e3e3;
}

.fomInfo strong {
    color: #33ff00;
}

.leaderboardArea h1 {
    color: #33ff00;
}


.neon-text {

    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    -webkit-animation: glow 1.5s infinite alternate;
    animation: glow 1.5s infinite alternate;
}

@-webkit-keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }

    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }

    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}


@media (min-width:481px) {}

@media (min-width:768px) {
    body {
        background-image: url('../img/tablet-bg.jpg');
    }

    .promoGraphic {
        background-image: url(../img/header-tab.jpg);
    }

}

@media (min-width:1000px) {

    .promoGraphic {
        background-image: url(../img/header-desk.jpg);
    }

    .splide__list {
        margin: auto !important;
    }

    .lbInfoWrap {
        max-width: 600px;
    }

    .lbBlk {
        max-width: 800px;
    }

}

@media (min-width:1025px) {
    body {
        background-image: url('../img/desktop-bg.jpg');
    }

}

@media (min-width:1441px) {}