body {
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../images/mobile-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    overflow-x: hidden;
}

.promotabs {
    /* max-width: 600px; */
    width: 100%;
    margin: 0 auto;
}

.outerwrapper {
    padding-bottom: 20px;
}

.btninfo {
    max-width: 155px;
}

.icons img {
    max-width: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.enter h3 {
    margin-top: 20px;
    color: #ffbe18;
    font-family: 'Roboto', sans-serif;
}

.enter {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.promotabs .btn1 {
    background: linear-gradient(to bottom, #1d2631 0%, #141a22 100%);
    /* background-color: #ffbe18; */
    color: #fff;
    font-size: 24px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.promotabs .btn2 {
    background-color: #ffbe18;
    color: #000033;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    font-size: 24px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;

}

.modal-content ol {
    list-style: disc;
}

.modal-header {
    border-bottom: none;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;

    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat; */
    border: 0;
    border-radius: 50%;
    /* opacity: .5; */
}

.field {
    position: relative;
    z-index: 99;
    display: flex;
}

h6 {
    font-size: 16px;
}

.mainenter {
    /* background-color: rgba(5, 15, 25, 0.8); */
    padding: 1px 20px 20px 20px;
    max-width: 600px;
    margin: 30px auto 0;
    border-radius: 6px;
    /* border: 2px solid #ffbe18; */
    z-index: 20;
    position: relative;
}

.main-info {
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    font-weight: normal;
    z-index: 20;
    max-width: 600px;
    margin: 10px auto 40px;
    text-align: center;
    background-color: rgba(5, 15, 25, 0.9);
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    text-indent: 0.1em;
}

input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0;
}

button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #eb1716;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 1px 0;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /* margin-bottom: 25px; */
}

.main-info h3 {
    text-align: center;
    font-size: 24px;
    /* font-family: 'Helvetica-mdcondensed', sans-serif; */
    color: #bda050;
    margin: 10px auto;
    padding: 4px;
}


.about-info h3 {
    color: #bda050;
    font-family: "Creepster", system-ui;
    font-size: 40px;
    text-transform: none;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    display: block;
}

h4 {
    color: #bda050;
    font-size: 19px;
    margin-top: 15px;
}

.promo-logo {
    position: relative;
    margin: 0px auto 20px;
    max-width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#info .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    /* 

    background: #050f19;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    border-radius: 10px;
    border: 4px solid #bda050;

    color: #000; */
}

#info .modal-content h3 {
    font-size: 55px;
    /* color: #bda050; */
    font-family: "Creepster", system-ui;
    text-align: center;
    margin: 0 auto;
    text-transform: none;

}



.howtoplay h3 {
    color: #eb1716;
    font-family: "Creepster", system-ui;
    text-transform: none;
    /* font-family: "Oswald", sans-serif; */
    text-align: center;
    font-size: 55px;

}

.btn-primary .modal-body {
    margin: 0 auto;
}

.btn-primary {
    color: #fff;
    background-color: #eb1716;
    /* border-color: #008a98; */
    border: none;
    font-size: 1.8rem;
}

.btn-primary:hover {
    background-color: #c20102;

}



.promotabs.tab-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.nav-link {
    color: #fff !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #eb1716 !important;

}

.nav .nav-item button.active {
    background-color: transparent;
    color: #fff;
}

.nav .nav-item button.active::after {
    content: "";
    /* border-bottom: 4px solid #fff; */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.gameLbWrap {
    position: relative;
    margin: 20px auto;
    max-width: 97%;
    width: 800px;
    z-index: 99;
}

.d-none {
    display: none;
}

.bg-dark {
    background-color: #050f19 !important;
    position: relative;
    z-index: 99;
}

.noSpnEr span {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    background-color: #000;
    border-radius: 6px;
    color: #f00;
    margin: 0px auto 20px;
    display: block;
}

.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    display: block !important;
    max-width: 800px;
    margin: 10px auto;
}

.promoLogo svg {
    display: none;
}


#lbPointsContainer {
    margin: 12px auto;
    display: block;
    color: #fff;
    background: #040608cc;
    padding: 15px;
    font-size: 31px;
    height: 80px;
    max-width: 300px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
}

.promoLogo02 {
    max-width: 500px;
    margin: 10px auto;
}

.promoInfo {
    background-color: rgba(1, 1, 24, 0.88);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
}

.promoInfo h1 {
    color: #bda050;
    font-size: 30px;
    line-height: 35px;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 23px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}




.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, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #bda050;
}




.promoTnc .modal-content {
    background-color: #040414;
    font-size: 14px;
    color: #918d8d;
    padding: 10px;
}

.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc h1 {
    font-size: 16px;
    color: #0099ff;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

/* .modal-backdrop.show {
    opacity: 0.8;
} */

.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.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);
    }
}

h1 {
    color: #FFF;
}


.screen02 {
    position: relative;
}

.promoModal .rewardBlk {
    background-color: rgb(0 0 0 / 60%);
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 25px;
}

.promoModal svg {
    display: none;
}

.clickswrap {
    max-width: 300px;
    margin: auto;
}

.clicks {
    color: #000;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.avail {
    background-color: #eb1716;
    color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.comp {
    background-color: #bda050;
    color: #000033;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*------------Leaderboard start-------------------------*/

.lbWrap {
    position: relative;
    width: 100%;
}

.lbWrap h1 {
    color: #FFF;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}

.lbWrap h3 {
    color: #0099ff;
    font-size: 26px;
    line-height: 26px;
    margin: 10px 0 10px;
}

.lbWrap h5 {
    color: #0099ff;
    text-align: center;
    margin: 10px auto;
    max-width: 400px;
}


.vpArea {
    margin: 20px auto;
}

.pospts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 270px;
    width: 100%;
    background-color: rgba(0, 0, 51, 0.7);
    border-radius: 6px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 17px;
    margin: 5px auto 20px;
    text-align: left;
}

.yourPos,
.yourPts {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    color: #bda050;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.yourPos span:last-child,
.yourPts span:last-child {
    color: #FFF;
}

.lbBlk {
    display: flex;
    /*max-width: 390px;*/
    width: 100%;
    color: #FFF;
    margin: 5px auto;
}

.lbInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 0 6px 6px 0px;
    background-color: rgba(0, 153, 255, 0.8);
    width: 100%;
}

.lbInfo .blk {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 20%;
    padding: 10px;
}

.lbInfo .blk span:last-child {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}


.lbInfo .nme {
    width: 35%;
}

.lbInfo .pts:last-child {
    width: 45%;
}

.pt01 {
    color: #000033;
    font-weight: bold;
    font-size: 13px;
}

.lbPrize {
    border-radius: 0 0 6px 6px;
    background-color: rgba(51, 255, 0, 0.8);
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
}

.lbInfoWrap {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 50px;
}

.blkPos {
    display: flex;
    background-color: rgba(51, 255, 0, 0.8);
    padding: 10px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    align-items: center;
}

.lb-winner-icon {
    width: 25px;
    margin-right: 10px;
}

/*------------Leaderboard finito-------------------------*/
/*------------tabbed start------------------------------*/
.gameLbWrap .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    padding: 0 0 1px;
    margin: 30px 0 0;
    display: flex;
}

.gameLbWrap .nav-item {
    width: 50%;
    text-align: center;
}

.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;
}

.msgdisplay {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: 4px solid #fff;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background: #01b0c2;
}

.howtoplay {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    max-width: 450px;
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    border-radius: 6px;
    background-color: rgba(5, 15, 25, 0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

.howtoplay h4 {
    font-family: "Oswald", sans-serif;
}


#GameScreenErrorMessage {
    display: block;
    font-size: 28px;
    /* background-color: rgba(5, 15, 25, 0.8);
    background: #050f19; */
    max-width: 800px;
    /*  border-radius: 10px;
    border: 4px solid #bda050;*/
    padding: 10px;
    font-family: sans-serif;
    /* margin: 100px auto 0; */
    border-radius: 6px;
}

.modal-body {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 400;
    color: #ffffff;
}


#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

.about-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(5, 15, 25, 0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

/* .screen1 {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    color: #FFF;
} 

.screen2 {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    color: #FFF;
}*/

#footer {
    position: relative;
    background-color: #000;
    padding: 20px 0px;
    color: grey;
    text-align: center;
    max-width: 900px;
    width: 100%;
    border-radius: 10px;
    margin: 20px auto 20px;
}


#loginErrorMessage,
#gameScreenErrorMessageDesktop,
#gameScreenErrorMessageMobile {
    text-align: center;
    color: red;
    /* background-color: #ffffff; */
    border-radius: 15px;
    margin-top: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

#prizeModal .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#prizeModal .modal-body {
    font-size: 25px;
}


#howto .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#leaderboardone .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


#rewardModal .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


#about .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#modalPrize .modal-content {
    background-image: url(../images/screen.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 650px;*/
    /* background-attachment: fixed; */
    color: #000;
    border-radius: 10px;
    border: 4px solid #bda050;
}

#info .modal-header {
    border: none;
}


#info .btn-secondary {
    background-color: #01b0c2;
}


.gameLbWrap .tab-content {
    background-color: rgba(0, 0, 0, 0.88);
    padding: 0px;
    border-radius: 20px;
}

/*------------tabbed finito------------------------------*/
/*-------------Game start-------------------------------*/
#gameAreaContainer {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    /*  margin-bottom: 10px;*/
    flex-direction: column;

    /*    margin: 15px;*/
}

/* canvas {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    border: 0px solid gray;
    padding: 0px;
    background: unset !important;
} */

#gameArea {
    width: 100%;
    /*   height: 600px;*/
}

.gameScreen {
    width: 100%;
}

#gameCover {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#countdown {
    font-family: 'Roboto Condensed', sans-serif;
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 9%;
    margin-left: -100px;
    margin-top: -50px;
    color: #bda050;
    font-size: 53px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

#countdown.puffer {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}


.game-cover-elements {
    /*margin-top: 470px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.cdText {
    text-align: center;
    color: #ffffff;
    font-size: 160px;
}

.gcText {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #ffc107;
    padding: 10px;
    z-index: 50;
    border-radius: 10px;
    background-color: #000;
    width: 90%;
}

.stGame {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #eb1716;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 6px;
    z-index: 50;
}

.tncIcons {
    max-width: 40px;
    display: inline-block;
}

/*-------------Game End-------------------------------*/
@media (min-width:481px) {
    .promoLogo {
        max-width: 600px;
    }
}

@media (min-width:768px) {
    body {
         background-image: url(../images/tablet-bg.jpg);
    }

    .screen02 {
        position: relative;
    }


    .clickswrap {
        display: flex;
        flex-direction: row;
        max-width: 600px;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }

    .ufo {
        max-width: 90px;
    }

    canvas {
        padding: 0px;
    }

}

@media (min-width:1000px) {

    .screen01 {
        position: relative;
    }

    .screen02 {
        position: relative;
    }

    .promoLogo02 {
        max-width: 700px;
        margin: 10px auto;
    }

    .promoLogo {
        margin: 50px auto;
        max-width: 700px;
    }
}

@media (min-width:1025px) {
    body {
         background-image: url(../images/desktop-bg.jpg);
    }

    .promoLogo {
        margin: 20px auto;
    }
}

@media (min-width:1441px) {}

.ssHead {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    z-index: 100 !important;
}

.ssHead a {
    text-decoration: none;
}

.img-respon {
    width: 100%;
}

.hidden {
    display: none;
}

.seen {
    display: initial;
}

.unseen {
    display: none;
}

.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: #bda050;
    color: #000033;
}

.stdBtn {
    background-color: #0099ff;
    color: #FFF;
    cursor: pointer;
}


.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

.promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #0199ff;
    color: #ffffff;
    font-weight: bold;
}

.promoFooter {
    position: relative;
    background-color: rgba(1, 1, 24, 0.88);
    color: #FFF;
    padding: 5px;
    max-width: 800px;
    width: 97%;
    margin: 50px auto 10px;
    border-radius: 6px;
    z-index: 100 !important;
}

.promoFooter a {
    text-decoration: underline;
}



.starsInfo h1 {
    font-size: 24px;
    line-height: 24px;
    color: #bda050;
    margin: 0 auto 10px;
    text-align: center;
}

.starsWrap {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.star {
    max-width: 150px;
    width: 100%;
}

.star:hover {
    cursor: pointer;
    animation: pulse 0.9s infinite ease-out;
    -webkit-animation: pulse 0.9s infinite ease-out;
}



.promoModal .modal-content {
    background-image: url('../images/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
}

.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, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #bda050;
}


.promoTnc .modal-content {
    background-color: #03031f;
    font-size: 14px;
    color: #b2b2c8;
    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 {
    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;
    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; */
    text-shadow: 2px 2px 4px #000000;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
}

#textTogg {
    display: none;
}

.howto {
    background-color: #000333;
    color: #33fb01;
    max-width: 110px;
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    font-weight: bold;
}

.retogBtn {
    margin: 0px auto 10px;
    text-decoration: underline;
    cursor: pointer;
}


@media (min-width:481px) {}

@media (min-width:768px) {


    .starsWrap {
        max-width: 600px;
    }

    .star {
        max-width: 200px;
    }


    .starsInfo {
        max-width: 600px;
        margin: 10px auto;

    }

    .clickswrap {
        display: flex;
        flex-direction: row;
    }

    .clicks {
        margin: 5px;
        width: 97%;
    }
}



@media (max-width: 991px) {

    .nav-item {
        text-align: center;
        border-bottom: 1px solid #132332;

    }

}


@media (max-width: 768px) {


    .screen1 {
        min-height: 720px;

    }

    .nav-item {
        text-align: center;
        border-bottom: 1px solid #132332;

    }

}



@media screen and (max-width: 420px) and (orientation: portrait) {

    .screen1 {
        min-height: 600px;

    }


}