/*body {
    background-image: url('../img/bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
}*/

.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%;
}

/*read more start css only*/

.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
    display: block;
}

.read-more-state:checked ~ .read-more-trigger_closed {
    display: none;
}

.read-more-trigger_closed, .read-more-trigger_opened {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.main-info .read-more-wrap h3 {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 10px auto;
    padding: 0px;
}

.promoLogo {
    max-width: 550px;
    margin: 10px auto;
}

.promoInfo {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
}

    .promoInfo h1 {
        font-size: 26px;
        line-height: 27px;
    }

    .promoInfo h2 {
        font-size: 22px;
        line-height: 25px;
        color: #33fb01;
    }

    .promoInfo p {
        font-size: 16px;
        line-height: 20px;
        margin: 15px auto;
    }

.rounds {
    display: flex;
    flex-direction: row;
    max-width: 300px;
    width: 100%;
    background-color: rgba(0,0,51, 0.7);
    border-radius: 6px;
    padding: 10px;
    color: #fee00c;
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    margin: 20px auto;
    text-align: left;
}

    .rounds .left, .rounds .played {
        flex-grow: 1;
    }

        .rounds .left::before {
            content: 'Rounds Left: '
        }

        .rounds .played::before {
            content: 'Rounds Played: '
        }

.game p {
    color: #FFF;
    margin-top: 7px;
    font-size: 22px;
  
}
  

.gameArea {
}

#header, #score {
    width: 306px;
}

.pumpkin img {
    max-width:30px;
    padding-right:10px;
}

li .pumpkin {
   display:block;
}

.faWrap {
    position: relative;
    background-image: url(../images/game-screen.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.errorArea, .rewardArea {
    display: block;
    border-radius: 6px;
    position: relative;
    /* min-height: 150px; */
    width: 95%;
    max-width: 700px;
    padding: 20px;
    margin: 20px auto;
    transition: all .3s ease-in-out;
    opacity: 1;
}

#btnPlayAgain {
    display: block;
    background: #ff00ff;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid #fee00c;
}
/*.rewardArea {
    background-color: rgba(0, 0, 51, 0.7);
    border: #33ff00 solid;
}*/
.rewardArea p {
    color: #fff;
    font-size: 17px;
    line-height: 21px;

}

        .rewardArea p b {
            color: #fee00c;
        }

.rewardArea h1 {
    font-size: 44px;
    margin: 0 0 20px;
    color: #fee00c;
    text-decoration: underline;
}

.errorArea {
    background-color: rgba(0, 0, 0, 0.8);
    border: solid rgb(254, 224, 12);
}


.fieldArea {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(33,68,148,0.9);
    border-radius: 6px;
    border: #fee00c solid;
    position: relative;
    height: 400px;
    width: 95%;
    max-width: 700px;
    margin: 0 auto 30px;
    overflow: hidden;
    cursor: url('../img/crosshairs.png'), auto;
}

.fightBtn {
    height: 100px;
    width: 100px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #f42fad;
    border: none;
    border-radius: 50% 50%;
    box-shadow: 0 9px #004776;
}

    .fightBtn:hover {
        background-color: #fee00c;
        color: #000;
    }

    .fightBtn:active {
        background-color: #004776;
        box-shadow: 0 5px #004776;
        transform: translateY(4px);
    }

#btnPlayAgain.promoBtn {
    margin: auto;
}

.gameObject {
    position: absolute;
    z-index: 2;
}

.gameTime, .gameScore {
    font-family: 'Gemunu Libre', sans-serif;
    color: #fee00c;
    margin: 10px auto;
    text-align: center;
    width: 306px !important;
    background-color: rgba(0,0,51, 0.7);
    border-radius: 6px;
}

/*.gameScore {
    background-color: rgba(0,0,51, 0.7);
    border-radius: 6px;
}*/

 

    .gameTime {
        font-size: 24px;
    }

.gameScore {
    font-size: 35px;
    margin: auto;
}

.splatter {
    position: absolute;
    z-index: 1;
}

.fadeout {
    opacity: 0 !important;
    transition: opacity linear 0.8s 0s;
}


/*snow start*/
#snow {
    background: none;
    font-family: Androgyne;
    background-image: url("https://4.bp.blogspot.com/-RGdg1HwjcN0/V0MfveH5tnI/AAAAAAAAV9U/JuZAFpkJmHkhrLHTY3Nzt--f1_D4QUDRACLcB/s1600/s1.png"), url("https://3.bp.blogspot.com/-lLYG_aPYaWI/V0MfvZui2cI/AAAAAAAAV9Q/ivLLay21G6IKLLGEI-bHgpzmPRHFubhwgCLcB/s1600/s2.png"), url("https://3.bp.blogspot.com/-mPW9Z5fvV5w/V0MfvZ1kmnI/AAAAAAAAV9Y/qU7_F2J0XP4bXNi3rIyV55Y1z9RyTRoqQCLcB/s1600/s3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-animation: snow 1s linear infinite;
    -moz-animation: snow 12s linear infinite;
    -ms-animation: snow 12s linear infinite;
    animation: snow 12s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}



@-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);
    }
}



/*snow end*/


.lbWrap h1 {
    color: #FFF;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0px;
}

.lbWrap h3 {
    color: #0099ff;
    font-size: 26px;
    line-height: 26px;
    margin: 10px 0 0px;
}

.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: #33ff00;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}



    .yourPos span:last-child, .yourPts span:last-child {
        color: #FFF;
    }

.lbBlk {
    max-width: 390px;
    width: 95%;
    color: #FFF;
    margin: 0px auto;
    transition: all .3s ease-in-out;
    transform: scale(0.8);
    opacity: 0.7;
}

.lbInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 6px 6px 0 0;
    background-color: rgba(0, 153, 255, 0.8);
    width: 100%;
    padding: 7px 0;
}

    .lbInfo .blk {
        display: flex;
        flex-direction: column;
        text-align: center;
        flex-grow: 1;
    }

        .lbInfo .blk span:last-child {
            font-weight: bold;
            font-size: 18px;
            line-height: 18px;
        }

    .lbInfo .nme {
        flex-grow: 2;
    }

.lbPrize {
    border-radius: 0 0 6px 6px;
    background-color: rgba(51, 255, 0, 0.8);
    width: 100%;
    padding: 7px 0;
    font-weight: bold;
    text-align: center;
    color: #000033;
    font-size: 16px;
    line-height: 18px;
}

.lbInfoWrap {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 60px auto;
}

.avp-pagi {
    display: none !important;
}

.splide .avp-prev {
    top: -40px !important;
}

.splide .avp-next {
    bottom: -40px !important;
}

.splide .is-active .lbBlk {
    transform: scale(1);
    opacity: 1;
}

.alIcon {
    display: inline-block;
    max-width: 20px;
}

@media (min-width:481px) {
}

@media (min-width:768px) {
    body {
        background-image: url('../images/bg.jpg');
    }
}

@media (min-width:1000px) {
}

@media (min-width:1025px) {
    body {
        background-image: url('../images/bg.jpg');
    }
}

@media (min-width:1441px) {
}
