/* 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);
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x: hidden;
}

h6 {
    font-size: 17px;
}

h3 {
    text-align:center;
}

#info a {
    color: #ffbe18;
    text-decoration:underline;
    
}

#info a:hover {
    color: #01b0c2;
}

#playerPoints {
    color:#bda050;
}


.starsWrap {
    max-width: 600px;
}

.star {
    max-width: 200px;
}

.avail {
    background-color: #050f19;
    color: #FFFFFF;
    border: 1px solid darkslategrey;
    /* background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111); */
    
}

.starsInfo {
    /* background-color: lightslategrey; */
    padding: 5px;
    max-width: 830px;
    width: 97%;
    margin: 10px auto 0;
    border-radius: 6px;
}



#btnPlayAgain {
    display: block;
    background: #ff00ff;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid #fee00c;
}

.comp {
    background-color: #050f19;
    color: #ffffff;
    border: 1px solid darkslategrey;
    /* background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111); */
}

.plays {
    background-color: #050f19;
    color: #ffffff;
    border: 1px solid darkslategrey;
    /* background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111); */
}
.current {
    background-color: #050f19;
    color: #ffffff;
    border: 1px solid darkslategrey;
    /* background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111); */
    
}

.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;
    }

.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: #eb1716 !important;
    border-color: #eb1716 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #bda050;
    }

.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: 13px 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: darkgrey;
    /*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;
}

.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;
        font-weight: bold;
        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%;
    }

    .promo-logo2 {
        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: 106px auto 0;
    max-width: 540px;
    -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: 86px 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 40px;
    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: #eb1716;
    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: #eb1716;
    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: #a6a6a6;
    }


    #about ul ul {
        margin-left: 70px;
        margin-bottom: 120px;
        width: 283px;
    }


#loginErrorMessage {
    color:#bda050;
}

#loginErrorMessage a {
    color:#bda050;
}

#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 #bda050;
}
#about .modal-content h6 {
    color:#fff;
}


#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;
}

.details {
    max-width: 832px;
    padding: 20px;
    border-radius: 7px;
    background: #1a2b45;
    /* height: calc(100% / 4 - 30px); */
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    margin: 15px auto 0;
}

.details p {
    font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif;
    font-size: 16px;
    /* height: 17px; */
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.details p span {
    margin-left: 8px;
}

.counter {
    max-width: 832px;
    padding: 20px;
    border-radius: 7px;
    background: #eb1716;
    /* height: calc(100% / 4 - 30px); */
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    margin: 15px auto 0;
}

.counter p {
    font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif;
    font-size: 24px;
    /* height: 17px; */
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

#about p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
}

#about h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 20px auto 0;
    padding: 4px;
    color: #bda050;
}



#prizeModal .modal-content {
    /* background-color: #050F19;*/
    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 #bda050;
}

#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: #eb1716;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-color: transparent;
}

#prizeModal a {
    color: #bda050;
    text-decoration: underline;
}



.modalimg {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

    .modalimg img {
        border-radius: 6px;
        border: 2px solid #bda050;
    }


#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;
}

.creepster-regular {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
  }

#clicksClaimed {
    color: #fff;
}

.screen2 h3 {
    font-family: "Creepster", system-ui;
    position: relative;
    font-weight: 400;
    font-style: normal;
    padding: 20px;
    color: #eb1716;
    text-align: center;
    font-size: 80px;
    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: #eb1716 !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;
}

/* .backnum {
    width: 200px;
    height: 200px;
    background: url(/promos/2024/the-creep-count/images/img-back.png);
 
} */


.magicpattern { 
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M665 609.5Q626 719 514 694T249 584.5Q96 500 188.5 310t289-151Q674 198 689 349t-24 260.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%233aac30%22 d=%22M665 609.5Q626 719 514 694T249 584.5Q96 500 188.5 310t289-151Q674 198 689 349t-24 260.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  


.egg {
    max-width: 150px;
    /* height: 176px; */
    margin: 1em auto;
    background-image: url(/promos/2025/hippity-hop-easter-quest/images/img-back.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 600px;
    color: #FFF;
    border: 1px solid #bda050; */
    /* background: #6e0000; */
    border-radius: 50%/60% 60% 40% 40%;
    overflow: hidden;
    display: inline-block;
}

@-webkit-keyframes egg-right-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-05deg);
        transform: rotate(-05deg);
    }
}

@keyframes egg-right-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-05deg);
        transform: rotate(-05deg);
    }
}

.egg-right {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-05deg);
    -ms-transform: rotate(-05deg);
    transform: rotate(-05deg);
    -webkit-animation: egg-right-animation 0.7s linear 0s infinite alternate;
    animation: egg-right-animation 0.7s linear 0s infinite alternate;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    /* background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M665 609.5Q626 719 514 694T249 584.5Q96 500 188.5 310t289-151Q674 198 689 349t-24 260.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%236e0000%22 d=%22M665 609.5Q626 719 514 694T249 584.5Q96 500 188.5 310t289-151Q674 198 689 349t-24 260.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); */
} 


  

  

h1, .h1 {
    font-size: 60px;
    font-weight: bold;
    margin-top: 35px;
    padding-top: 0px;
}

.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: #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; */
}
/*::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;
}

.field {
    position: relative;
    z-index: 99;
}

/* .main-info h3 {
    text-align: center;
    font-size: 42px;
    font-family: "Creepster", system-ui;

    color: #fff;
    margin: 10px auto;
    padding: 4px;
} */



.wrapper {
    margin-top: 115px;
    margin-bottom: 25px;
    max-width: 800px;
    margin: 40px 0;
}

/* .wrapper {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    gap: 2px;
} */



    .wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 2px solid #fff;
    }

ul.cards {
    padding: 0;
    display: flex;
}

/*.cards, .card, .view, .details, .details p {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.cards {
    height: 620px;
    max-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);
        list-style: none;
        text-align: center;
    }

.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: 180px;
    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);
}

#rewardMessage a {
 
    color: #ffba00;
   
}

#btnReplay {
    text-align: center;
    margin: 20px auto 0;
    max-width: 200px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    background: #bda050;
    padding: 6px 50px 8px 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .65) !important;
}


#rewardModal .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 #bda050;
}


#rewardModal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}


#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%);
}*/





/*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*/








.screen2 {
   height:auto;
}


@media (max-width: 980px) {

    .wrapper {
     
        max-width: 650px;
        margin: 40px 0;
    }

    .cards {
        height: 620px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    /* .screen2 {
        min-height: 920px;
        height: 100%;
    } */
    .screen1 {
        height: auto;
        /* min-height: 620px; */
    }

    /* .egg {
        width: 100px;
        height: 150px;
    } */
}




/********** 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;
    }

    h1, .h1 {
        font-size: 60px;
        font-weight: bold;
        margin-top: 21px;
        padding-top: 0px;
    }

    /* .egg {
        width: 87px;
        height: 72px;
    } */
}

/********** Game Media Queries **********/
/********** Tablet Portrait **********/
@media (max-width: 820px) and (min-width: 530px) and (orientation: portrait) {

    .cards {
        height: 454px;
        max-width: 600px;
    }

    .card .front-view img, .card .back-view img {
        max-width: 85px;
    }

    ul.cards {
        padding: 0;
        display: block;
    }

    h1, .h1 {
        font-size: 23px;
        margin-top: 7px;
        text-align: center;
        padding-top: 10px;
    }

      
    .egg {
        width: 69px;
        height: 61px;
    }
}


@media (max-width: 529px) and (min-width: 421px) and (orientation: portrait) {

    .about-info h3 {
        line-height: 26px;
    font-size: 19px;
    padding: 0 10px;
    }
    
    .card .back-view img, .card .front-view img {
        max-width: 72px;
    }
    
    /* .egg {
        width: 69px;
        height: 61px;
    } */

    .cards {
        height: 247px;
        width: 297px;
        margin-top: 0px;
    }

    h1, .h1 {
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
        padding-top: 10px;
    }
   
    .screenplay h3 {
        margin-top: 80px;
       
    }

    .starsInfo {
        margin: 30px 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;
    }

  

}
/********** Mobile Portrait **********/
@media screen and (max-width: 420px) {
    .wrapper {
   
        margin-left: -30px;
    }

    .promo-logo2 {
        position: relative;
        /* margin: 132px auto 0; */
        max-width: 350px;
    }
    
    .about-info h3 {
        line-height: 26px;
    font-size: 19px;
    padding: 0 10px;
    }
    
    .card .back-view img, .card .front-view img {
        max-width: 72px;
    }
    
    /* .egg {
        width: 69px;
        height: 61px;
    } */

    .cards {
        height: 247px;
        width: 297px;
        margin-top: 0px;
    }

    h1, .h1 {
        font-size: 18px;
        margin-top: 5px;
        text-align: center;
        padding-top: 10px;
    }
   
    .screenplay h3 {
        margin-top: 80px;
       
    }

    .starsInfo {
        margin: 30px 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;
    }

}

