/* Import Google Font - Poppins */

@font-face {
    font-family: Helvetica-bold;
    src: url(../fonts/HelveticaNeueLTStd-BlkCn.otf);
}

@font-face {
    font-family: Helvetica-mdcondensed;
    src: url(../fonts/HelveticaNeueLTStd-MdCn.otf);
}


#gameCover h5 {
    text-align: center;
    margin: 0 auto;
}

.arrow-pulse-down {
    display: none;
}

/*--
CODE FOR ARROW
-------------------------*/

.arrow-pulse-down:after {
	content: "🡣"; /* Here you can change the style of the arrow */
	position: absolute;
	width: 35px; height: 35px;
	margin: 0 auto;
	left: 0; right: 0;
	font-size: 35px;
	animation: arrow-pulse-down 700ms linear infinite;
}
	@keyframes arrow-pulse-down {
		0% {
			bottom: 40px;
			opacity: 0;
		}
		25% {
			opacity: .25;
		}
		50% {
			opacity: .5;
		}
		75% {
			opacity: .75;
		}
		100% {
			bottom: 20px;
			opacity: 1;
		}
	}

#dRewardLoaderDiv {
    margin-top: 20px;
    width:100%;
}

#dRewardLoaderDiv h1 {
    text-align: center;
    display: block;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x: hidden;
}

.lds-heart {
    /* change color here */
    color: #fe00fe;
  }
  .lds-heart,
  .lds-heart div,
  .lds-heart div:after,
  .lds-heart div:before {
    box-sizing: border-box;
  }
  .lds-heart {
    display: flex;
    position: relative;
    width: 80px;
    margin:0 auto;
    left: -38px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
}
  .lds-heart div {
    top: 28px;
    left: 28px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: currentColor;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lds-heart div:after,
  .lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: currentColor;
  }
  .lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
  }
  .lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
  }
  @keyframes lds-heart {
    0% {
      transform: scale(0.95);
    }
    5% {
      transform: scale(1.1);
    }
    39% {
      transform: scale(0.85);
    }
    45% {
      transform: scale(1);
    }
    60% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(0.9);
    }
  }

h6 {
    font-size: 16px;
}

h3 {
    text-align:center;
}

#info a {
    color: #ffbe18;
    text-decoration:underline;
    
}

#info a:hover {
    color: #01b0c2;
}


.starsWrap {
    max-width: 600px;
}

.star {
    max-width: 200px;
}

.avail {
    background-color: #0bb6c2;
    color: #FFFFFF;
}

.starsInfo {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
    max-width: 480px;
    width: 97%;
    margin: 17px auto 0;
    border-radius: 6px;
}

.comp {
    background-color: #fe00fe;
    color: #000033;
}

.img-respon {
    width: 100%;
}

.mobile {
    max-height: 73px;
}

.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(255, 255, 255, 1);
    width: 100px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(5,15,25,0.9);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .keyInfo p {
        width: 100%;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .gameLbWrap .tab-content {
        background-color: rgba(1,1,24,0.88);
        padding: 10px 10px 25px;
        border-radius: 0px 0px 6px 6px;
      }
      /*------------tabbed finito------------------------------*/
      /*-------------Game start-------------------------------*/
      canvas {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        border: 0px solid gray;
        padding: 7px;
        background: unset !important;
        border-radius: 7px;
        /*z-index:4;*/
      }
      
      .gameWrap {
        position: relative;
        width: 100%;
        max-width: 600px;
        min-height: 600px;
        margin: 0px auto 0;
      }

      .gameLbWrap {
        position: relative;
        margin: 0px auto;
        max-width: 97%;
        width: 600px;
        z-index: 99;
        padding-top: 20px;
    }
      
      .gameArea {
        /* width: 100%; */
        /* max-width: 500px; */
        /* margin: auto; */
    }
      
      .gameScreen {
        width: 100%;
        z-index: 2;
      }
      
      .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);
      }
      
      
      .game-cover-elements {
        /*margin-top: 470px;*/
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
      
      
      .cdText {
        text-align: center;
        color: #ffffff;
        font-size: 160px;
      }
      
      .gcText {
        text-align: center;
        font-size: 16px;
        color: #ffc107;
        padding: 40px;
      }
      
      
      .stGame {
        background-color: #ffbe18 ;
        font-size: 18px;
        font-weight: bold;
        color: #000033;
        padding: 5px 20px;
        border-radius: 6px;
      }
      

    #dDisplayRewardDiv {
        margin-top: 20px;
    }

    .loader {
        margin: 10px auto 0;
        max-width: 150px;
    
    }

    .btninfo {
        /* background: linear-gradient(to bottom, #f2f2f2 0%, #738689 99%); */
    
        border-radius: 5px;
        padding: 5px;
        font-weight: bold;
        /* margin: 5px; */
        
        font-size: 18px;
    text-align: center;
    min-height:120px;
      color: #000;
      /* padding: 0px 9px; */
      background-color: #cccccc;
      background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
      box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
      border-radius: 14px;
      font-weight: bold;
      font-size: 14px;
    
      border: 0;
    
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
    
      cursor: pointer;
    }
    
    
    .btninfo img {
        max-width:100px;
        width:100%;
    }
    
    
    .btninfo span {
        color: #fe00fe;
        font-size: 24px;
    }
    
    .btn-default {
        color: #000000;
        background-color: #01b0c2;
        border: none;
    }
    
    .btn-primary {
        color: #000;
        background-color: #01b0c2;
        border-color: #008a98;
        border: none;
    }
    

    /*------------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;
}

.gameLbWrap .tab-content {
    background-color: rgba(0, 0, 0, 0.88);
    padding: 0px 0px 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: 15px; */
    background: unset !important;
}

#gameArea {
    width: 100%;
 /*   height: 600px;*/
}

.gameScreen {
    width:100%;
}

.one {
    max-width:50%;
}

.shadow__btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;

    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
  }
  
  .shadow__btn {
    background: rgb(254,0,254);
    box-shadow: 0 0 25px rgb(254,0,254);
  }
  
  .shadow__btn:hover {
    box-shadow: 0 0 5px rgb(254,0,254),
                0 0 25px rgb(254,0,254),
                0 0 50px rgb(254,0,254),
                0 0 100px rgb(254,0,254);
  }

.screen1 {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
   /* background-attachment: fixed;*/
    color: #FFF;
}

.screen2 {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    /* background-attachment: fixed; */
    color: #FFF;
}

#dEndGameScreen {
    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: #fdd217;
    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;
}

.icons img {
    max-width: 40px;
    margin-right: 10px;
}

.iconpop li {
    display: block;
}


.howtoplay {
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    /* text-align: left; */
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    border-radius: 6px;
    /* background-color: rgba(5, 15, 25, 0.8); */
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

.cdText {
    text-align: center;
    color: #ffffff;
    font-size: 160px;
}

.gcText {
    text-align: center;
    font-size: 16px;
    color: #ffc107;
    padding: 40px;
}


.stGame {
    background-color: #fe00fe;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    max-width: 300px;
    display: block;
    z-index:99;
    margin: 30px auto 0;
    padding: 5px 20px;
    border-radius: 6px;
}

.tncIcons {
    max-width: 40px;
    display: inline-block;
}

.Golddust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index:1;
}

.btn-primary {
    color: #fff;
    background-color: #fe00fe !important;
    border-color: #fe00fe !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fdd217;
    }

.rkBtn {
    margin: 30px auto 10px;
    display: block;
    background-color: #000033;
    border: 0;
    font-size: 20px;
}

.error {
    color: #dd1717;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
}
.clickswrap {
    /* max-width: 300px; */
    margin: 0 auto;
    display: flex;

}

.clicks {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px;
    width:100%;
    text-align: center;
    font-weight: bold;
}

.tile-disabled img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(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: #01b0c2;
    border: 2px solid #01b0c2;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.main-info .read-more-wrap h3 {
    text-align: center;
    font-size: 21px;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    color: #fff;
    margin: 10px auto;
    padding: 4px;
}

#header .container {
    height: 100%;
}

#container {
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.center {
    margin: auto;
    /*width: 50%;*/
}

.promo-logo img {
    width:100%;
}

.top {
    z-index: 100;
}

#header .container {
    height: 100%;
}

body {

    color: #888;
    overflow-x: hidden;
}


h4 {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    /*max-width: 798px;*/
    /*margin: 0 auto;*/
    line-height: 22px;
}

h5 {
    color: #ffba00;
    font-weight: 600;
    padding: 3px;
    font-size: 22px;
    margin: 50px auto 0px;
    text-transform: uppercase;
}

div.column {
    /* The background image must be 800px wide */
    max-width: 100%;
}

.screen1 {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
   /* min-height: 920px;
      background-attachment: fixed; */
    color: #FFF;
}

/* #screen1 {
    min-height: 960px;
} */

.screen2 {
    /* background-image: url(../images/bg2.jpg); */
    background-size: cover;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
/*    min-height: 920px;*/
    /*  background-attachment: fixed;*/
    color: #FFF;
}



    .screenplay h3 {
        margin-top: 120px;
        font-size: 40px;
        margin-bottom: 0px !important;
    }


    /*.promo-logo {
    position: relative;
    margin: 38px auto 20px;
    max-width: 600px;
    width: 100%;

}*/
    .promo-logo {
        position: relative;
        margin: 75px auto 20px;
        max-width: 650px;
        width: 100%;
    }


button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #fee00c;
    /* text-shadow: 2px 2px 4px #000000; */
    color: #000;
    opacity: 10;
    /* margin: 121px; */
    width: 40px;
    margin-top: 0px;
    height: 40px;
    border-radius: 50%;
}


.close:hover, .close:focus {
    color: yellow;
    filter: alpha(opacity=50);
    opacity: 10;
}

@-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);
    }
}

.promo-logo {
    position: relative;
    margin: 93px 0;
    max-width: 550px;
    -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;
}


.promo-logo2 {
    position: relative;
    margin: 109px auto 0;
    max-width: 350px;
}


#footer {
    background-color: #000;
    padding: 20px 0px;
    color: grey;
    text-align: center;
}

.main-info {
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    font-weight: normal;
    z-index: 10;
    max-width: 600px;
    margin: 30px auto 0px;
    text-align: center;
    background-color: rgba(5,15,25,0.9);
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    text-indent: 0.1em;
}


.modal-body {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #a6a6a6;
    margin: 0px auto 0;
}

#info .btn-default {
    color: #fff;
    background-color: #fe00fe;
    border-color: transparent;
}

#info li {
    list-style: disc;
}

#info ul {
    display: block;
    /*width: 800px;*/
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
}

    #info ul li {
        margin-left: 20px;
        color: #a6a6a6;
    }


    #info ul ul {
        margin-left: 70px;
        margin-bottom: 120px;
        width: 283px;
    }


#info .modal-content {
    background-color: #050F19;
    color: #FFF;
}

#info .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
    text-align: center;
}


#info .whitelink {
    color: #FFF;
    text-decoration: underline;
}

#info h4 {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    margin: 20px auto 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

#info p {
    margin: 0 0 0px;
    font-size: 13px;
}

.about-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}





#about .btn-default {
    color: #fff;
    background-color: #fe00fe;
    border-color: transparent;
}

#about li {
    list-style: disc;
}

#about ul {
    display: block;
    /*width: 800px;*/
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

    #about ul li {
        margin-left: 20px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }


    #about ul ul {
        margin-left: 0px;
        /* margin-bottom: 120px; */
        width: 283px;
    }


#loginErrorMessage {
    color:#fdd217;
}

#loginErrorMessage a {
    color:#fdd217;
}

#about .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
    /*    background-color: #050F19;*/
    color: #FFF;
    border: 1px solid #fdd217;
}

#more .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 600px; */
    /*    background-color: #050F19;*/
    color: #FFF;
    border: 1px solid #fdd217;
}

#more .btn-default {
    color: #fff;
    background-color: #fe00fe;
    border-color: transparent;
}

#more .modal-footer {
    border-top: 0px solid #e5e5e5;
    text-align: center;
}

#about .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#about .modal-footer {
    border-top: 0px solid #e5e5e5;
    text-align: center;
}


#about .whitelink {
    color: #FFF;
    text-decoration: underline;
}

#about h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    margin: 20px auto 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#about h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

#about p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding: 10px 10px;
    color: #ffffff;
}

#about h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 41px auto 0;
    padding: 4px;
    color: #fdd217;
}


#prizeModal .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 600px; */
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    text-align: left;
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    border-radius: 6px;
    background-color: rgba(5, 15, 25, 0.8);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

#hRewardTitle {
    color:#ffbe18;
}

#dEndGameScreen img {
    max-width:50px;
    width:100%;
}

#prizeModal a {

    color:#fdd217;

}

.play {
    position: absolute;
    bottom: 30px;
}

#prizeModal .modal-footer {
    border:none;
    text-align: center;
}

/* 

#prizeModal .modal-content {

    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
    color: #FFF;
    border: 1px solid #fdd217;
} */

/* #prizeModal .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#prizeModal .modal-footer {
    border-top: 0px solid #e5e5e5;
}


#prizeModal .whitelink {
    color: #FFF;
    text-decoration: underline;
}

#prizeModal h4 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    margin: 20px auto 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#prizeModal h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    font-size: 37px;
}

#prizeModal h3 {
    text-align: center;
    padding: 0px;
    font-size: 22px;
    color: #fff;
}


#prizeModal .btn-default {
    color: #fff;
    background-color: #fe00fe;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-color: transparent;
}

#prizeModal a {
    color: #fdd217;
    text-decoration: underline;
} */



.modalimg {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

    .modalimg img {
        border-radius: 6px;
        border: 2px solid #fdd217;
    }


#prizeModal h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

#prizeModal p {
    margin: 0 0 0px;
    font-size: 13px;
}

.img-respon {
    width: 100%;
}

.img-100 {
    width: 100%;
    max-width: 500px;
}


#clicksAvailable {
    color: #fff;
}

#clicksClaimed {
    color: #fff;
}

.screen2 h3 {
    position: relative;
    padding: 20px;
    color: #fff;

    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
    text-align: center;
    font-size: 16px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fe00fe !important;
    }



.navbar-inverse {
    background-color: #050f19;
    /*    border-color: #080808;*/
}

.navbar-right {
    padding-top: 15px;
}

.navbar-brand {

    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}


.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #F60 !important;
}

.gradient-overlay-sec .nav-light li a:hover {
    background: rgba(51, 51, 51, 0.5);
}

.gradient-overlay-sec .nav-light li a {
    color: #ffffff;
}

.tile {

    cursor:pointer;
}

    .tile:hover {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
    }


button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #fe00fe;
    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; */
}
/*::selection{
  color: #fff;
  background: #6563ff;
}*/

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;
}

input:focus, textarea:focus {
    outline: none;
}

.infomain h3 {
    color: #fff;
    line-height: 28px;
    font-size: 21px;
}

.field {
    position: relative;
    z-index: 99;
}

.main-info h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Helvetica-mdcondensed', sans-serif;
    color: #fdd217;
    margin: 10px auto;
    padding: 4px;
}

.wrapper {
    margin-top: 115px;
    margin-bottom: 25px;
    max-width: 774px;
    margin: 40px auto 0;
}

    .wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 2px solid #fdd217;
    }

ul.cards {
    padding: 0;
}

/*.cards, .card, .view, .details, .details p {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.cards {
    height: 620px;
    width: 848px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

    .cards .card {
        cursor: pointer;
        position: relative;
        perspective: 1000px;
        transform-style: preserve-3d;
        height: calc(100% / 4 - 10px);
        width: calc(100% / 4 - 10px);
    }

.card.shake {
    animation: shake 0.35s ease-in-out;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-13px);
    }

    40% {
        transform: translateX(13px);
    }

    60% {
        transform: translateX(-8px);
    }

    80% {
        transform: translateX(8px);
    }
}

.cards .card .view {
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.25s linear;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.card .front-view img {
    max-width: 200px;
    border-radius: 7px;
}

.card .back-view {
    transform: rotateY(-180deg);
}

    .card .back-view img {
        max-width: 200px;
        border-radius: 7px;
    }

.card.flip .front-view {
    transform: rotateY(180deg);
}

.card.flip .back-view {
    transform: rotateY(0);
}

#rewardHeading {
    text-align: center;
}

#rewardMessage {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.view {
    display: inline-block;
    margin: 15px auto;
    text-align: center;
    /* max-width: 500px; */
    width: 100%;
}

#rewardMessage a {
    color:#01b0c2;
}

#dEndGameScreen {
    /* background: linear-gradient(to bottom, #005865 0%, #002327 99%); */
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto;
    position: absolute;
}

#rewards .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    /* background-attachment: fixed; */
    color: #000;
}


#rewards .tableWrap {
    width: 70%;
    margin: 0 auto;
}

#rewards .btn-default {
    color: #fff;
    background-color: #fdd217;
    border-color: transparent;
}


#redemptionMsg1 {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#prevRewardModal .modal-body {
    margin: 0 auto;
}

#prevRewardModal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #fee00c;
    /* text-shadow: 2px 2px 4px #000000; */
    color: #000;
    opacity: 10;
    margin: 0px !important;
    width: 40px;
    /* margin-top: 91px; */
    height: 40px;
    border-radius: 50%;
}

#prevRewardModal .modal-content {
    background-color: #050F19;
}

    #prevRewardModal .modal-content h3 {
        text-align: center;
        color: #ffba00;
        font-weight: bold;
        /* margin-top: 40px; */
        /* -webkit-text-stroke: 1px black; */
        /* color: white; */
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }




.modal-backdrop.in {
    opacity: .6 !important;
}


.card {
    background-color: transparent;
    border: none;
}

/*.details {
    max-width: 900px;
    width: 100%;
    position: absolute;*/
    /* top: 50%; */
    /*left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    margin-top: 0;
    top: 0px;
    padding: 0 40px;
    border-radius: 6px;
    border: 2px solid #fff;
    background-color: #fee00c;*/
    /*    background-color: rgba(101,0,160,0.9);*/
    /*height: calc(100% / 5 - 120px);
    justify-content: space-between;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}*/



.details {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display:flex;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* margin: 0; */
    /* display: flex; */
    /* margin-top: 0; */
    top: 0px;
    padding: 0 40px;
    border-radius: 6px;
    border: 2px solid #fff;
    background-color: #fee00c;
    /* background-color: rgba(101,0,160,0.9); */
    /* height: calc(100% / 5 - 120px); */
    justify-content: space-between;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}


    .details p {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        height: 17px;
        padding-right: 18px;
        /* border-right: 1px solid #ccc; */
        color: #000 !important;
        margin: 0px;
    }
.details p span{
  margin-left: 8px;
}
.details p b{
  font-weight: 500;
}
.details button{
  cursor: pointer;
  font-size: 14px;
  color: #6563ff;
  border-radius: 4px;
  padding: 4px 11px;
  background: #fff;
  border: 2px solid #6563ff;
  transition: 0.3s ease;
}
.details button:hover{
  color: #fff;
  background: #6563ff;
}

/* #dLoginLoaderDiv {
    display: none;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
} */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    
}

    .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);
    }
}

/*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;
    }
}


/*snow end*/

@media (max-width: 1700px) {
    .lds-heart {
       
        left: -87px;
      
    }
    /* .lds-heart {
        display: flex;
        position: relative;
        width: 80px;
        margin:0 auto;
        left: -38px;
        height: 80px;
        transform: rotate(45deg);
        transform-origin: 40px 40px;
    } */
}

@media (max-width: 1199px) {
    .lds-heart {
       
        left: -134px;
      
    }
}

@media (max-width: 980px) {

    .lds-heart {
       
        left: -134px;
      
    } 
    .screen2 {
        /* min-height: 920px; */
        min-height: 100%;
    }
    .screen1 {
        /* height: auto; */
        min-height: 100%;
    }

    .promo-logo {
        
        max-width: 288px;
      
    }
}

@media (max-width: 979px) and (min-width: 421px) and (orientation: portrait) {
 /*   .screen2 {
        padding-top: 20%;
      
        min-height: 1118px;
      
    }
*/



    .screen2 {
        min-height: 700px;
        height: 91%;
    }

    .lds-heart {
        display: inline-block;
        left: -134px;
        
    }

    .wrapper {
        max-width: 500px;
    }

        .wrapper img {
            max-width: 100%;
            height: auto;
        }
  

        .wrapper h3 {
            font-size: 3em;
        }

    .promo-logo {
     
        max-width: 400px;
      
    }
}




@media screen and (max-width: 767px) {

    .promo-logo {
        max-width: 284px;
        margin: 89px 0px;
    }

    .wrapper {
        max-width: 300px;
    }

        .wrapper img {
            max-width: 100%;
            height: auto;
        }

        .lds-heart {
            left: 0;
        }
           
/* 
        .lds-heart {
            display: inline-block;
            left: 0;
            
        } */
}

@media screen and (max-width: 667px) {
   

    .screen2 {
        /*min-height: 700px;*/
        min-height: 100%;
    }

    .wrapper {
      
        max-width: 600px;
      
    }

    .wrapper img {
        /* max-width: 69px; */
        height: auto;
    }

    .lds-heart {
        left: 0;
            
        }
    /* .lds-heart {
        display: inline-block;
        left: 0;
        
    } */
}



@media screen and (max-width: 530px) {

    .arrow-pulse-down {
        display: block;
    }

    .screen2 {
        min-height: 750px !important;
    }

    .gameWrap {
             max-width: 600px;
             min-height: 450px;
     
      }

      .play {
        position: absolute;
        bottom: -128px;
    }

    #dEndGameScreen img {
        max-width: 45px;
        width: 100%;
    }
   
    .screenplay h3 {
        margin-top: 80px;
       
    }

    .starsInfo {
        margin: 13px auto 0;
      
    }


    .wrapper img {
        max-width: 68px;
        /* width: 100%; */
        height: auto;
    }
 

    .clickswrap {
           display: block;
    }

    .clicks {
        margin: 5px 0; 
    }

        .details p {
            height: 21px;
            font-size: 17px;
            padding-right: 13px;
            margin-top: -3px;
        }

        .details button {
            font-size: 13px;
            padding: 5px 10px;
            border: none;
            margin: 2px auto;
            color: #fff;
            text-align: center;
            background: #6563ff;
        }

    .main-info .read-more-wrap h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .main-info h3 {
        font-size: 21px;
      
    }

    .screen2 h3 {
        padding: 0px;
        margin-top: 113px;
    }

    #rewardModal h2 {
        font-size: 35px;
    }

    .lds-heart {
    left: 0;
        
    }

  

}

.screen2 {
   min-height:100%;
}


@media screen and (max-width: 280px) {

    .arrow-pulse-down {
        display: block;
    }
    .screen2 h3 {
        font-size: 1em;
    }

    .lds-heart {
        left: 0;
        
    }

}


/********** Game Media Queries **********/
/********** Tablet Portrait **********/
@media (max-width: 820px) and (min-width: 421px) and (orientation: portrait) {

    .cards {
        height: 454px;
        width: 600px;
    }

    .card .front-view img, .card .back-view img {
        max-width: 150px;
    }

    .lds-heart {

        left: 0;
        
    }
}
/********** Mobile Landscape **********/
@media (max-width: 920px) and (orientation: landscape) {
    .card .front-view img, .card .back-view img {
        max-width: 140px;
    }

    .cards {
        height: 464px;
        width: 588px;
    }
}
/********** Mobile Portrait **********/
@media (max-width: 420px) and (orientation: portrait) {
   
    .arrow-pulse-down {
        display: block;
    }

    .lds-heart {
       
        left: 0;
        
    } 
    .screen1 {
        background-image: url(../images/bg-mobi.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
       /* min-height: 920px; */
       min-height: 100%;
          /* background-attachment: fixed; */
        color: #FFF;
    }
   
    .cards {
        height: 247px;
        width: 320px;
    }

    .card .back-view img, .card .front-view img {
        max-width: 80px;
    }

    .promo-logo {
        margin: 334px auto 20px;
     
    }

    .details {
        width: 100%;
        text-align: center;
        padding: 20px 0px;
        border-radius: 0;
        border: none;
    }

    .screen2 h3 {

        padding: 0px;
        margin-top: 9px;
    }

    #rewardModal h2 {
        font-size: 35px;
    }

    .mobile {
        max-height: 50px;
    }
    .btninfo{
        min-height: 125px;
    }
 

}
