body {
    background: #36006C;
}

.me-logo-main {
    position: absolute;
    top: 100px;
    z-index: 100000000;
    width: 250px;
}

.banner-section {
    padding: 0;
}

.banner-section img {
    width: 100%;
}

h1 {
    position: absolute;
    top: 27%;
    line-height: normal;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'Zoho_Puvi_Regular';
}

h2 {
    font-family: 'Zoho_Puvi_Regular';
    line-height: normal;

}

.celebrationsec {
    overflow: hidden;
}

.celebration {
    position: absolute;
    top: 0;
}

.rightcel {
    right: -300px;

}

.leftcel {
    left: -300px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.formdiv {
    background: url("../images/formbg.jpg");
    background-size: cover;
    padding: 80px;
    shape-rendering: geometricprecision;
    color: #84949b;
    border-radius: 70px;
    border: 3px solid #B9B9B9;
}

.form-group {
    width: 60%;
    margin: auto;
    text-align: center;
}

.zc-Business_Email{
    display: inline-block;
    width: 536px;
    border-radius: 0px;
    border: none;
}

.form-group select {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
    -o-transition: border ease 1.5s;
    transition: border ease 1.5s;
    background: #fff url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat !important;
    background-position: 98% !important;
        appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
#meGDPRMessage {
        color: #fff;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
}
#meGDPRMessage label .checkmarkgdpr {
    background: #fff;
}
#meGDPRMessage label .checkmarkgdpr.enableCheckgdpr::after {
    color: #000;
}
.lastsec h3 {
    font-size: 3em;
    line-height: normal;
    font-family: 'Zoho_Puvi_semiBold';
}

.lastsec h3 b {
    color: #FFCE00;
}

.lastsec p {
    font-size: 1.2em;
}

.formsetion h3 {
    font-size: 2.3em;
    line-height: normal;
}

.mailbox {
    background: #fff;
    width: 80px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mailbox:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    margin: auto;
    text-align: center;
    background: url(../images/mailer-icon.png);
    width: 58px;
    height: 45px;
    background-size: 56px;
    background-repeat: no-repeat;
}

.submit-block {
    display: inline-block;
    vertical-align: top;
    width: 171px;
    background: #FFAA00;
    padding: 7px;
    transition: transform 0.2s linear;
    cursor: pointer;
}
.submit-block:hover {
    transform: scale(1.06);
    cursor: pointer;
}

.submit-block button {
    background: transparent;
    border: none;
    font-size: 1em;
    font-family: 'Zoho_Puvi_semiBold';
    cursor: pointer;
}

.privacy-policy {
    font-size: 1em;
}

.privacy-policy a {
    text-decoration: underline;
    color: #fff;
}

.fixed-header {
    z-index: 10;
    position: relative;
}

/* game css. */
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

ul > li {
    list-style: none;
}

h2.mgm-game-title {
    padding: 13px 0 40px;
    text-align: center;
    margin: -35px auto 0px;
    background: url(../images/fortune-title.svg) no-repeat 0 0;
    color: #fff;
    width: 320px;
    font-size: 1.4em;
}

.score-panel {
    font-size: 18px;
    margin: 30px auto;
    text-align: center;
}

.score-panel div {
    margin-right: 50px;
}

.move-box,
.timer-container {
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    border-radius: 5px;
}

.moves-counter {
    padding: 0.5em;
}

.reset-box {
    display: inline-block;
    padding: 10px 0;
    background: #8dcc01;
    border-radius: 5px;
    color: #fff;
    margin: 0 !important;
}

.reset-box span {
    vertical-align: middle;
}

.gm-refresh {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.timer-container {
    width: 20%;
}

.move-box,
.reset-box {
    width: 13%;
}

.deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 650px;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
}

.card {
    background: url("../images/memory-batch.svg") #7674F1 no-repeat center center;
    background-size: 100%;
    width: 120px;
    height: 120px;
    border-radius: 1px;
    border: 1px solid #656565;
    transform: rotateY(180deg);
    transition: transform 0.3s linear;
}

.card img {
    width: 120px;
    height: 120px;
    user-select: none;
    visibility: hidden;
    border-radius: 8px;
}

.deck .card.flip {
    background: #053277;
    cursor: default;
    transform: rotateY(0deg);
    transition: transform 0.3s linear;
    pointer-events: none;
}

.flip img {
    visibility: visible;
}

.deck .card.match {
    background: #fff;
    visibility: visible;
    cursor: default;
    animation: pulse 1s;
    position: relative;
}

.deck .card.match img {
    border: 2px solid green;
}

.match img {
    background: #fff;
    border-radius: 8px;
}

.card,
.reset-box,
.submit-box,
.play-again-box {
    cursor: pointer;
}

.deck .card.flip.not-match img {
    border: 2px solid red;
    border-radius: 8px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* popup page css */
.popup-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1;
    -webkit-background: rgba(46, 61, 73, 0.6);
    -moz-background: rgba(46, 61, 73, 0.6);
    -o-background: rgba(46, 61, 73, 0.6);
    background: rgba(46, 61, 73, 0.6);
    text-align:
}

.popup-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 50%;
    width: 800px;
    max-width: 95%;
    max-height: 90vh;
    overflow: hidden;
    border-radius: 4px;
    padding: 100px;
    background: url(../images/fortunekquizebg.svg) no-repeat 0 0;
    background-size: 100%;
}

.popup-content p {
    margin: 20px 0 0;
}

p.minutes-text {
    margin: 20px 0 50px 0;
}

.submit-box {
    padding: 10px 50px;
    background: #050460;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.play-again-box {
    padding: 10px 50px;
    background: #fe5e5e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 30px;
}

.show-movestimes {
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    padding: 80px;
    background-size: 100%;
    display: none;
    background: #ffcf39;
    border-radius: 60px;
}

.show-movestimes h2 {
    font-family: 'Zoho_Puvi_Bold';

}

.show-movestimes p {
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_semiBold';
}

.show-movestimes .mgm-game-title {
    margin: -85px auto 0px;
}

.memory-popup {
    display: none;
    text-align: left;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 50%;
    width: 700px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}

.submit-box:hover,
.reset-box:hover,
.play-again-box:hover {
    background: #17a096;
}

@media only screen and (max-width:1600px) {
    .gm-container {
        margin: 60px auto 0;
    }

    .deck {
        width: 500px;
        height: 500px;
        padding: 30px;
    }

    .card img,
    .card {
        width: 100px;
        height: 100px;
    }

    .score-panel {
        margin: 10px auto 30px;
    }

    .gm-container > h2.mgm-game-title {
        padding: 13px 0 23px;
    }
}

@media only screen and (max-width:1100px) {
    .gm-container {
        margin: 60px 0 0;
    }

    h2.mgm-game-title {
        padding: 13px 0 25px;
    }

    .move-box,
    .reset-box {
        width: 16%;
    }

    .timer-container {
        width: 30%;
    }
}

@media only screen and (max-width:1000px) {
    .gm-container {
        margin: 50px 0 0;
    }

    .deck {
        width: 450px;
        height: 450px;
        padding: 10px;
    }

    .card img,
    .card {
        width: 100px;
        height: 100px;
    }

    .move-box,
    .reset-box {
        width: 20%;
    }
    .show-movestimes {
        width: 80%;
    }
}

@media only screen and (max-width:650px) {
    .show-movestimes > h2.mgm-game-title {
        margin: -110px auto 0;
        margin-bottom: 0px;
        background: #3529fe;
        padding: 13px 0 20px;
        border-radius: 0 0 20px 20px;
        margin-bottom: 20px;
        width: auto;
        font-size: 1.2em;
    }

    .score-panel div {
        margin: 0 auto 17px !important;
    }

    .move-box,
    .reset-box {
        display: block;
        width: 35%;
    }

    .timer-container {
        width: 50%;
    }

    .memory-popup {
        width: 90%;
    }

    .show-movestimes {
        width: 90%;
        padding: 40px;
        border-radius: 10px;
    }

    .show-movestimes .mgm-game-title {
        margin: -110px auto 0px;
    }

    .play-again-box,
    .submit-box {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 13px 0;
    }

    .play-again-box {
        margin: 20px auto 0;
    }

    .deck {
        width: 400px;
        height: 400px;
        padding: 20px;
    }

    .card img,
    .card {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width:460px) {
    h2 {
        font-size: 1.6em !important;
    }

    .score-panel {
        margin: -80px auto 0;
    }

    .deck {
        transform: scale(0.6);
        margin: -100px 0 0 -100px;
        width: 550px;
        height: 550px;
        padding: 10px;
    }

    .card img,
    .card {
        width: 120px;
        height: 120px;
    }

    .move-box,
    .reset-box {
        width: 50%;
    }

    .timer-container {
        width: 70%;
    }
}

@media only screen and (max-width:390px) {
    .gm-container {
        margin: 70px 0 0;
    }

    .deck {
        transform: scale(0.5);
        margin: -130px 0 0 -122px;
    }

    .gm-container > h2.mgm-game-title {
        margin: -30px auto 0;
        margin-bottom: 0px;
        background: #3529fe;
        padding: 13px 0 20px;
        border-radius: 0 0 20px 20px;
        margin-bottom: 20px;
        width: auto;
        font-size: 1.2em;
    }
}

.gm-container {
    margin-top: 10px;
}

.gamepopup {
    background: #000653;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: auto;
    display: none;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
    background: transparent;
}

.popup-close:hover {
    background: transparent;
}

.popup-close img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.popup-close:hover img {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: transparent;
}

.openingscreen {
    background: url(../images/memorygamebg.jpg);
    background-size: cover;
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.opencontainer {
    margin: auto;
}

.opencontainer p {
    font-size: 2em;
    width: 60%;
    margin: auto;
    line-height: normal;
    font-family: 'Zoho_Puvi_semiBold';
    padding: 20px 0px;
}

.backbutton {
    position: absolute;
    bottom: 15px;
    font-family: 'Zoho_Puvi_semiBold';
    font-size: 1em;
    left: 40px;
    z-index: 11;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.backbutton span {
    padding-right: 10px;
}

.backbutton img {
    width: 60px;
}

.opencontainer .gamestart {
    width: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.memorygame-logo {
    width: 47%;
    padding-top: 40px;
}

.gamestart:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.backbutton:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.drumstick {
    position: absolute;
    top: -33%;
    left: -12%;
}

.clown {
    position: absolute;
    top: -21%;
    right: -10%;
    width: 550px;
}

.reg_form_errors {
    position: absolute;
    bottom: -4px;
    margin: 0;
    font-size: .9em;
    color: #ff9a9a;
    display: none;
    font-family: 'Zoho_Puvi_semiBold';
}
footer {
    background: #000;
    padding: 60px 0;
    color: #fff;
    z-index: 10;
    position: relative;
}
footer .foot-me-logo {
    display: inline-block;
    margin-bottom: 10px;
}
footer .foot-me-logo img {
    width: 240px;
    height: auto;
}
footer .for-terms {
    font-size: 15px;
    margin: 0;
}
footer .for-terms a {
    color: #fff;
}
footer .copyright {
    font-size: 15px;
    margin: 0;
        color: #ccc;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}
.prfront {
position: relative;
    z-index: 1;
}
.gameplay {
    display: none;
    padding-bottom: 40px;
    -webkit-transition: transform ease .2s;
    -moz-transition: transform ease .2s;
    -o-transition: transform ease .2s;
    transition: transform ease .2s;
    width: 80px;
}
.gameplay:hover {
    cursor: pointer;
    transform: scale(1.06);
}
@media (max-width: 1250px) {
    .me-logo-main {
        top: 60px;
        width: 220px;
    }
    h1 {
        top: 25%;
        font-size: 2em;
    }
    .zc-Business_Email {
        width: 84%;
    }
    .mailbox {
        width: 15%;
    }
    h2 {
        z-index: 1;
    position: relative;
    }
    .drumstick {
        width: 50%;
    }
    .clown {
        width: 28%;
            top: 14%;
    }
}
@media (max-width: 1000px) { 
h1 {
    top: 25%;
    font-size: 1.5em;
}
    .me-logo-main {
        top:  20px;
    }
    h2 {
        font-size: 1.5em;
    }
    .celebration {
        width: 50%;
    }
    .formsetion h3 {
        font-size: 1.5em;
    }
    .formdiv {
        padding: 40px 20px;
    }
    .form-group {
        width: 80%;
    }
    .opencontainer p {
        font-size: 1.5em;
    }
}
@media (max-width: 650px) {
    .backbutton img {
        width: 30px;
    }
    .opencontainer p {
        width: 80%;
    }
    .me-logo-main {
        width: 180px;
    }
    h1 {
        font-size: 1.1em;
    }
    .form-group {
        width: 100%;
    }
   .formsetion br, .lastsec br {
        display: none;
    }
    .mailbox:after {
            width: 40px;
    height: 33px;
    background-size: 40px;
            top: 14px;
    }
    .celebration {
        display: none;
    }
}
@media (max-width: 535px) { 
h1 {
    font-size: .9em;
}
    .me-logo-main {
        width: 160px;
    }
    .me-logo-main {
        top:  10px;
    }
    .zc-Business_Email {
        width: 78%;
    }
    .mailbox {
    width: 20%;
}
    .celebrationsec br {
        display: none;
    }
    .lastsec h3 {
        font-size: 2em;
    }
    .opencontainer p {
        font-size: 1.3em;
    }
}
@media (max-width: 420px) {
    .me-logo-main {
        width: 120px;
    }
    h1 {
    font-size: .8em;
}
    .show-movestimes {
        padding: 15px
    }
} 