body {
    background-image: url('../img/mobile-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000033;
}

.particles-js-canvas-el {
    position: fixed;
    top: 0;
    z-index: -1;
}

.ssHead {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

    .ssHead a {
        text-decoration: none;
    }

.img-respon {
    width: 100%;
}

.logo {
    max-width: 85px;
    display: block;
}

.part2 {
    display: flex;
    width: 100%;
    max-width: 250px;
    justify-content: space-around;
}

.ssBtn {
    padding: 5px;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    margin: 2px;
    height: 35px;
    width: 100%;
    max-width: 80px;
}

.playBtn {
    background-color: #33ff00;
    color: #000033;
}

.stdBtn {
    background-color: #0099ff;
    color: #FFF;
}

.promoLogo {
    max-width: 600px;
    margin: 10px auto;
}

.promoInfo {
    background-color: rgba(0,0,51,0.8);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 95%;
    margin: 0 auto 20px;
    border-radius: 6px;
}

    .promoInfo h1, h1 {
        font-size: 26px;
        line-height: 27px;
        color:#FFF;
    }

    .promoInfo h2 {
        font-size: 22px;
        line-height: 23px;
    }

    .promoInfo p {
        font-size: 16px;
        line-height: 15px;
        margin: 0px auto;
    }

.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
    margin: 10px auto;
    display: block;
}

.promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #0199ff;
    color: #ffffff;
    font-weight: bold;
}


.nowheel {
    filter: grayscale(1) opacity(0.2);
}

.spinny {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #dd121d;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
}

.wheel {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

.wheel-cover {
    position: absolute;
}

#canvas {
    max-width: 500px;
    width: 100%;
    background-image: url(../img/circlebg.png);
    background-repeat:no-repeat;
    background-size:contain;
    border-radius:50%;
}

#canvas2 {
    display: none;
}

.promoFooter {
    background-color: rgba(0,0,51,0.8);
    color: #FFF;
    padding: 5px;
    max-width: 800px;
    width: 97%;
    margin: 50px auto 10px;
    border-radius: 6px;
}

    .promoFooter a {
        text-decoration: underline;
    }

.starsInfo {
    background-color: rgba(0,0,51,0.8);
    padding: 5px;
    max-width: 300px;
    width: 97%;
    margin:auto;
    border-radius:6px;
}

    .starsInfo h1 {
        font-size: 24px;
        line-height: 24px;
        color: #33ff00;
        margin: 0 auto 10px;
        text-align: center;
    }



.promoModal .modal-content {
    background-image: url('../img/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.promoModal .rewardInfo {
  /*  min-height: 200px;*/
}

.promoModal h1 {
    font-size: 26px;
    color: #0099ff;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

.promoModal .rewardBlk {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    padding: 20px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto 10px;
}

.promoModal .rewardBlk p {
    margin:0px;
}
    .promoModal .rewardBlk b {
        color: #33ff00;
    }


.promoTnc .modal-content {
    background-color: #03031f;
    font-size:14px;
    color:#FFF;
    padding: 10px;
}


    .promoTnc ul {
        padding-inline-start: 20px;
    }

.promoTnc h1 {
    font-size: 26px;
    color: #0099ff;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.lds-ellipsis {
    position: relative;
    width: 80px;
    height: 50px;
    margin: auto;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.error {
    color: #dd1717;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
}

.errorMsg {
    max-width: 600px;
    margin: auto;
    text-align: center;
    color: #f00;
    font-weight: bold;
} 

.keyBlk {
    display: flex;
    align-items: stretch;
    max-width: 300px;
    width: 100%;
    margin: 5px auto 0;
    color:#FFF;
    font-size:16px;
}

.keyIcon {
    background-color: rgba(255, 255, 255, 0.5);
    width: 80px;
    padding: 5px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    display:flex;
    width: 100%;
    background-color: rgba(0,0,51,0.8);
    padding: 10px;
    border-radius: 0 6px 6px 0;
    align-items:center;
}

    .keyInfo p {
        margin:0;
    }


.clickswrap {
    max-width: 300px;
    margin: 20px auto;
}

.clicks {
    color: #000;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.avail {
    background-color: #f42fad;
    color: #FFFFFF;
}

.comp {
    background-color: #33ff00;
    color: #000033;
}

    @media (min-width:481px) {
    }

@media (min-width:768px) {
    body {
        background-image: url('../img/tablet-bg.jpg');
    }

   
}

@media (min-width:1000px) {
}

@media (min-width:1025px) {
    body {
        background-image: url('../img/desktop-bg.jpg');
    }
}

@media (min-width:1441px) {
}
