body {
    background-image: url('../img/mobile-bg.jpg?ver01');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    overflow-x: hidden;
}

.carIcon {
    max-width: 40px;
    display: inline-block;
}

.Golddust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: hidden;
}

#Golddust {
    position: fixed;
    pointer-events: none;
}

#textTogg {
    display: none;
}

.retogBtn {
    text-decoration: underline;
    cursor: pointer;
}

.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    display: block !important;
    max-width: 550px;
    margin: 10px auto;
}

.promoLogo svg {
    display: none;
}

.promoInfo {
    background-color: #0c0c0c;
    color: #FFF;
    padding: 10px 10px 25px;
    width: 100%;
    max-width: 800px;
    margin: 10px auto 10px;
    border-radius: 20px;
}

.promoInfo h1 {
    color: #c39d47;
    font-size: 30px;
    line-height: 35px;
}

.promoInfo h2 {
    font-size: 19px;
    line-height: 23px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}


.promoModal .modal-content {
    background-image: url('../img/rewards-bg.jpg?ver01');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #c39d47;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.9);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #c39d47;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

.spinny {
    display: block;
    color: #000033;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #33ff00;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
}


h1 {
    color: #FFF;
}

.promoModal .rewardBlk {
    background-color: rgb(0 0 0 / 80%);
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 25px;
}

.promoModal svg {
    display: none;
}

.promoModal .rewardBlk b,
.promoModal .rewardBlk strong {
    color: #66bd48;
}

.rewardIcon {
    max-width: 100px;
    margin: 20px auto;
}

.loginArea {
    text-align: center;
}

.screen02 {
    padding: 20px 0px;
}

.screen02 h2 {
    color: #FFFFFF;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
}

/*--------------wheel--promo--start---------------------------*/
.clickswrap {
    max-width: 300px;
    margin: auto;
}

.clicks {
    color: #000;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.avail,
.comp {
    background-color: #a0813b;
    color: #FFFFFF;
}

.noSpnEr {
    color: #0e3456;
    border-radius: 6px;
    max-width: 400px;
    margin: 20px auto;
    font-weight: bold;
}

.spinsLeft {
    padding: 5px;
    background-color: #66bd48;
    max-width: 180px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 15px auto;
}

.spinny {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #e10f59;
    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%;
    padding: 15px;
}

#canvas2 {
    display: none;
}

h1 {
    color: #0e3456;
}

.rkBtn {
    margin: 30px auto 10px;
    display: block;
    background-color: #FFFFFF;
    border: 0;
    font-size: 20px;
    line-height: 28px;
    border-radius: 6px;
    color: #e10f59;
    padding: 5px 10px 7px;
}

.rkBtn:hover {
    color: #FFFFFF;
    background-color: #000;
    border: 0;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 51, 0.8);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyInfo p {
    margin: 0;
}

.keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 240px;
    width: 100%;
    margin: 5px auto 0;
    color: #FFF;
    font-size: 16px;
}

.keyIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(15, 15, 16, 0.8);
    width: 120px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: rgba(15, 15, 16, 0.8);
    padding: 0 5px;
    border-radius: 0 6px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.keyInfo p {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #d1d1d1;
    font-weight: 500;
    padding: 5px 0;
}

/*--------------wheel--promo--end---------------------------*/

@media (min-width:481px) {}

@media (min-width:768px) {
    body {
        background-image: url('../img/tablet-bg.jpg?ver01');
    }

    .promoGraphic {
        background-image: url(../img/header-tab.jpg);
        padding-top: 134%;
    }

    .spinnyBtn01 {
        max-width: 250px;
    }

    .clickswrap {
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }
}

@media (min-width:1000px) {

    .promoGraphic {
        background-image: url(../img/header-desk.jpg);
        padding-top: 55%;
    }

    .promoLogo {
        margin: 50px auto;
        max-width: 550px;
    }
}

@media (min-width:1025px) {
    body {
        background-image: url('../img/desktop-bg.jpg?ver01');
    }

    .promoLogo {
        margin: 20px auto;
    }
}

@media (min-width:1441px) {}