@charset "utf-8";
/* CSS Document */

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img{
    max-width: 100%;
}
.fullwidth{
    width: 100%;
}
.clearfix, .clear{
    clear: both;
}
.float-left{
    float: left;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.justify-content-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-container{
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}
.main-container:after, .main-container:before{
    display: table;
    content: "";
}
.main-container:after{
    clear: both;
}
/* .........................  Social media style  .........................*/
.shareboxwrp{
    display:none;
    float:left;
    width:100%;
}
.shareboxwrpin {

    margin: 0 auto;
    display: table;
    width: 40px;

}
.social-media-main {
    width: 50px;
    height: 192px;
    float: left;
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 20px;
    padding-top: 60px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height:50px;
    line-height:50px;
    background-size:30px 62px;
    background-image:url("../images/social-share.svg");
    background-repeat:no-repeat;
    background-position:8px -23px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:125px;
    left:0;
    cursor:pointer;
    -moz-transition:top .2s linear .0s;
    -webkit-transition:top .2s linear .0s;
    transition:top .2s linear .0s;
}
.shretle.open {
    top:0;
    background-position:10px 15px;

}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/


body{
    background-image: url('../images/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.gameBoxwrp{
    width: 100%;
    background-color: #FFFFFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0px 3px 50px rgba(0,37,125,0.1);
    overflow: hidden;
    padding: 20px;
}
.mainlogo {
    padding: 30px 0 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.mainlogo a{
    display: block;
    max-width: 444px;
    margin: 0 auto;
}
.gameTitle {
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 20px;
    position: relative;
    z-index: 5;
}
.gameBoxsection {
    margin-top: 20px;
}
.mainHeaderwrp .main-container{
    position: relative;
    overflow: hidden;
}
.whiteblure {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    background: white;
    margin-left: -100px;
    filter: blur(50px);
}
.footerwrper {
    padding: 40px 0 30px;
    text-align: center;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  "sans-serif";
    color: #02224D;
    font-size: 14px;
}
.gameouter {
    background-color: #faf8ef;
    max-width: 750px;
    margin: 20px auto;
    border: 5px solid #fff;
    padding: 40px 0;
}



.main-title{
    font-size: 20px;
    font-weight: 600;
    color: #776e65;
    text-align: center;
    margin-bottom: 20px;
}
.newgame-score-block{
    width: 100%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.score-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.restart-game-btn-block{
    margin-left: auto
}

@media only screen and (max-width: 480px){
    .mainlogo{
        padding: 20px;
    }
    .gameTitle {
        padding: 0 25px;
        margin: 10px auto;
    }
    .gameBoxwrp{
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    .gameouter{
        border: 0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
}