body {
    background-image: url('../images/mobile-bg.jpg?ver01');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000033;
    font-family: 'Roboto Condensed', sans-serif;
}

/* .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
} */

.lsNavBarWrap {
    background-color: #050f19 !important;
    position: relative;
    z-index: 99;
}

.brandLogo {
    max-width: 200px;
}

.lsNavBar {
    flex-grow: unset;
}

.lsNav {
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px auto;
}

.lsBtn {
    background-color: #e70d1c;
    color: #FFFFFF;
    border: none;
    transition: 0.5s;
}

.lsBtn:hover {
    background: #aa0101;
    color: #FFFFFF;
}

.lsNav .lsBtn:hover {
    color: #FFFFFF !important;
}

.lsNav a {
    color: #FFFFFF !important;
}

.lsNav a:hover {
    color: #e70d1c !important;
    cursor: pointer;
}

#textTogg {
    display: none;
}

.howto {
    background-color: #000333;
    color: #bda050;
    max-width: 110px;
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    font-weight: bold;
}

.retogBtn {
    margin: 0px auto 10px;
    text-decoration: underline;
    cursor: pointer;
}

.img-respon {
    width: 100%;
}

.promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #eb1716;
    color: #ffffff;
    font-weight: bold;
}

.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

.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: 600px;
    margin: 20px auto;
}

.promoLogo svg {
    display: none;
}

.promoInfo {
    background-color: rgba(0, 0, 0, 0.63);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
}

.promoInfo h1 {
    color: #bda050;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 23px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 7px auto;
}

.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 {
    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);
}

.fomBtn {
    display: block;
    margin: 0 auto 15px;
    color: #bda050;
    ;
    text-decoration: underline;
    cursor: pointer;
}

.fomImg img {
    border-radius: 9px;
    margin-bottom: 20px;
}

.fomInfo {
    color: #e5e3e3;
}

.fomInfo strong {
    color: #33ff00;
}

.footer {
    position: relative;
    background-color: #000000b7;
    padding: 20px 0px;
    color: grey;
    text-align: center;
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
    margin: 20px auto 20px;
}

/* ---Modal Rewards start ----------------------------*/

.modal-footer button {
    width: 100%;
    color: #fff;
    background-color: #eb1716;
    border: 0;
}

.modal-footer button:hover {
    color: #fff;
    background-color: #3a3535;
}

.btn-close {
    background-color: #cf0808;
        z-index: 5;
}

.modal-header {
    border-bottom: 0;
}

.promoModal .modal-content {
    background-image: url('../images/rewards-bg.jpg?ver01');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f19;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    color: #bda050;
    font-size: 27px;
}

h3 {
    color: #e9e9e9;
    font-size: 20px;
}

.promoModal .btn-secondary {
    color: #fff;
     background-color: #eb1716;
    border-color: #eb1716;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #bda050;
}


/* ---Modal Rewards end ----------------------------*/

/* ---Modal info start ----------------------------*/

.promoTnc .icons01 {
    max-width: 90px;
    display: block;
    margin: auto;
    padding: 7px 0;
}

.promoTnc .icons02 {
    max-width: 60px;
    display: block;
    margin: auto;
    padding: 7px 0;
}

.promoTnc .icons {
    list-style: none;
    padding-inline-start: 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.promoTnc .icons li {
    border: #FFF solid thin;
    border-radius: 20px;
    padding: 10px;
    font-size: 16px;
}

.promoTnc .modal-header {
    position: absolute;
    right: 0px;
    top: 0;
}

.promoTnc p {
    color: #999999;
}

.promoTnc h1 {
    color: #bda050;
    font-size: 27px;
}

.promoTnc h2 {
    color: #e9e9e9;
    font-size: 17px;
    margin-bottom: 0;
}

.promoTnc .modal-content {
    background-color: #050f19;
    font-size: 14px;
    color: #918d8d;
    padding: 10px;
}

.fomInfo .modal-content {
    background-color: #07071e;
}

.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

/* ---Modal info end----------------------------*/

.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);
    }
}

.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;
}


@media (min-width:481px) {}

@media (min-width:768px) {
    body {
        background-image: url('../images/tablet-bg.jpg?ver01');
    }

    .screen02 {
        position: relative;
    }


    .clickswrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 600px;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }

    canvas {
        padding: 7px;
    }
}

@media (min-width:1000px) {

    .gameWrap {
        position: relative;
        width: 100%;
        max-width: 450px;
        margin: 10px auto 0;
    }

    .screen01 {
        position: relative;
    }

    .screen02 {
        position: relative;
    }

}

@media (min-width:1025px) {
    body {
        background-image: url('../images/desktop-bg.jpg?ver01');
    }

}

@media (min-width:1441px) {}