.game_at_first{
    box-shadow: inset 0px 0px 100px 0px rgba(236, 223, 172, 0.45);
    /*background-image: -moz-radial-gradient(center 45deg,circle cover, #cde6f9, #6191bf);
    background-image: -webkit-gradient(radial, 48% 82%, 0, 50% 250%,753, from(rgba(255, 255, 255, 0.1)), to(#000000));
    background-image: -moz-gradient(radial, 48% 82%, 0, 50% 250%,753, from(rgba(255, 255, 255, 0.1)), to(#000000));*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('img/bc1.jpg');
}

.game_at_first:before{
    content:'';
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.19);
    position:absolute;
}
    
.w-b-container{
    background:transparent;
    border-bottom:1px solid gray;
    border-radius: 20px;
    position:absolute;
    height:40%;
    width:40%;
    text-align:center;
}
.animate-div{
    background: white;
    width: 20px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    -webkit-animation-name:animateDiv;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    
    -moz-animation-name:animateDiv;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
}
@-webkit-keyframes animateDiv{
    from{
        right: 5%;
        box-shadow: 0px 0px 5px 1px white;
    }
    to{
        right: 85%;
        box-shadow: 0px 0px 5px 1px white;
    }
}
@-moz-keyframes animateDiv{
    from{
        right: 5%;
        box-shadow: 0px 0px 5px 1px white;
    }
    to{
        right: 85%;
        box-shadow: 0px 0px 5px 1px white;
    }
}

.w-b-container>img{
    width:40%;
    position:absolute;
    right:28%;
    bottom:0;
    -webkit-transition-duration: 0.3s;
}
.w-b-container>img:active{
    width:45%;
    bottom:-5%;
    -webkit-transition-duration: 0.3s;
}
.wagh-container{
    top:-26px;
    left:-75px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}
.bakri-container{
    top:-26px;
    right:-75px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

.other-activity{
    position:fixed;
    width:100%;
    bottom:0px;
    z-index: 11;
}
.other-activity .setting{
    float:left;
    position: absolute;
    bottom: 0px;
}

.other-activity .setting>img, .other-activity .social>img{
    width: 40px;
}
.other-activity .setting>img:nth-child(2){
    position:absolute;
    top:-50px;
    left:0px
}
.other-activity .setting>img:nth-child(3){
    position:absolute;
    top:-100px;
    left:0px
}

.other-activity .social>img:nth-child(2){
    position:absolute;
    top:-50px;
    right:0px
}

.other-activity .social>img:nth-child(3){
    position:absolute;
    top:-100px;
    right:0px
}
.other-activity .social>img:nth-child(4){
    position:absolute;
    top:-150px;
    right:0px
}

.setting>img.ng-hide, .social>img.ng-hide {
  -webkit-transition-duration: 0.5s;
  -webkit-transform:scale(0);
  -moz-transition-duration: 0.5s;
  -moz-transform:scale(0);
  opacity:0;
}
.setting>img, .social>img{
  -webkit-transition-duration: 0.5s;
  -webkit-transform:scale(1);
  -moz-transition-duration: 0.5s;
  -moz-transform:scale(1);
  opacity:1;
}

.other-activity .setting>img:active, .other-activity .social>img:active{
    -webkit-transition-duration: 0.2s;
    -webkit-transform:scale(0.9);
    -moz-transition-duration: 0.2s;
    -moz-transform:scale(0.9);
}

.other-activity .social{
    float:right;
    width:60%;
}
.other-activity .social>img{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    float:right;
    width: 40px;
    margin:5px 10px;
    display:inline-block;
}

.menu-option{
    color:white;
    position:relative;
    width:25%;
    margin:auto;
    /*background:#BB9404;*/
    text-align:center;
    margin-top:10%;
    height:15vh;
    border-radius: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.play-option:active{
    background:#A98606;
    -webkit-transition-duration: 0.2s;
    -webkit-transform:scale(0.9);
    -moz-transition-duration: 0.2s;
    -moz-transform:scale(0.9);
}

.menu-option .play_star{
    position:absolute;
    left:0px;
    top:0px;
    width:20px;
}
.menu-option .play_star:nth-child(2){
    left: 85%;
}


.menu-option>.play-option{
    width:100%;
    cursor:url(img/cursor.png), auto;
    line-height:2.5;
    height:inherit;
    overflow:hidden;
    font-size: 5vh;
    margin:10px;
    position:relative;
    border-radius: 10px;
    font-family:gameFont;
    color: #C9AB66;
    text-shadow: 2px 2px #BA713F;
}
.title{
    font-family: gameFont;
    color: #3E6A03;
    font-size: 5vw;
    position: fixed;
    left: 34vw;
    top: 60px;
    text-shadow: 2px 2px rgb(87, 162, 12);
}
.title>span:nth-child(1){
    display:inline-block;
    transform:rotate(-20deg);
}
.title>span:nth-child(2){
    display:inline-block;
    transform:rotate(20deg);
}
.title>span:nth-child(1):after{
    content : "";
    position:absolute;
    top:-13px;
    left:0px;
    width:100%;
    height:3px;
    background:rgb(62, 106, 3);
}
.title>span:nth-child(2):after{
    content : "";
    position:absolute;
    top:125%;
    left:0px;
    width:100%;
    height:3px;
    background:rgb(62, 106, 3);
}
.active-class{
    background: #285A0F!important;
    box-shadow: 0px 0px 3px 3px green!important;
}


.play-option>img{
    width:100%;
    height:inherit;
    top:0px;
    left:0px;
    z-index: -1;
    position:absolute;
}
.about-option{
    background-image:url('img/about.png')!important;
    background-size: 100% 100%!important;
    background-repeat:no-repeat!important;
    
    transform:scale(0.5) translateX(170%);
    -webkit-transform:scale(0.5) translateX(170%);
    -moz-transform:scale(0.5) translateX(170%);
    -o-transform:scale(0.5) translateX(170%);
    -ms-transform:scale(0.5) translateX(170%);
    border-radius: 10px;
    font-size: 30px!important;
}
.about-option:before{
    content : '';
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(202, 169, 98, 0.7);
    z-index:-1;
}
.about-howtoplay{
    background-image:url('img/play_demo.png')!important;
    background-size: 100% 100%!important;
    background-repeat:no-repeat!important;
    
    transform:scale(0.5) translateX(-170%);
    -webkit-transform:scale(0.5) translateX(-170%);
    -o-transform:scale(0.5) translateX(-170%);
    -moz-transform:scale(0.5) translateX(-170%);
    -ms-transform:scale(0.5) translateX(-170%);
    border-radius: 10px;
    font-size: 30px!important;
}

.about-howtoplay:before{
    content : '';
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(202, 169, 98, 0.7);
    z-index:-1;
}
.temp_ani1{
    background:rgba(187, 148, 4, 0.3);
}
.temp_ani2{
    background:rgba(187, 148, 4, 0.8);
}
.temp_ani3{
    background:rgba(187, 148, 4, 0.3);
}
.ani_3to2{
    z-index:3;
    transition-duration:1s;
    transform:scale(1) translateX(0%);
    background:rgba(187, 148, 4, 0.8);
}
.ani_2to1{
    z-index:2;
    transition-duration:1s;
    transform:scale(0.5) translateX(-170%);
    background:rgba(187, 148, 4, 1);
    opacity: 0.5;
}
.ani_1to3{
    z-index:1;
    transition-duration:1s;
    transform:scale(0.5) translateX(170%);
    background:rgba(187, 148, 4, 1);
    opacity: 0.5;
}
.menu-option>.play-option>span:first-child{
    font-size:inherit;
    font-weight:bold;
    font-family: Buxton Sketch;
}


.menu-option>.play-option>span:not(:first-child){
    font-size:30px;
    width: 50px;
    font-weight:bold;
    font-family: Bradley Hand ITC;
    display:inline-block;
    padding:10px;
    background: rgb(255, 215, 0);
    border-radius: 30px;
    box-shadow: inset 0px 0px 30px 1px #3C3406;
}

@media screen and (max-width:471px)
{
    .menu-option{
        height:110px;
    }
    .menu-option>.play-option>span:first-child{
        font-size:30px;
    }
    .menu-option>.play-option>span:last-child{
        font-size:20px;
        width: 40px;
    }
}

.label-container{
    background:transparent;
    position:absolute;
    bottom:0px;
    left:12%;
    width:65%;
    z-index:15;
    white-space:nowrap;
    text-align: center;
    padding-top: 10px;
    overflow:hidden;
    
    background-image: url('img/level_background.png');
    background-size: 70vh 10vh;
    background-position: 55% 75%;
    background-repeat: no-repeat;
}
.label-container>div{
    position:relative;
    margin-left:5px;
    display:inline-block;
    color:white;
    width: 40px;
    border-radius: 46px;
    height: 40px;
    bottom: 0px;
    box-shadow: 0px 0px 3px 3px #9E5A38;
    background: rgb(115, 62, 29);
    font-size: 25px;
    padding: 7px;
    margin: 0px 10px;
        
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
}
.label-container>div:not(.not-active):active{
    background:#8EBF1C;
    -webkit-transition-duration: 0.2s;
    -webkit-transform:scale(0.9);
    -moz-transition-duration: 0.2s;
    -moz-transform:scale(0.9);
}

.not-active:before{
    content:'';
    position:absolute;
    background:rgba(17, 17, 17, 0.52);
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url(img/home/lock.png);
    background-size: 35% 45%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 40px;
}
.label-container .play-option{
    line-height:1;
}

.label-container>div>span:first-child{
    font-size:4vh;
    color:#6b46e5;
    font-weight:bold;
    font-family: gameFont2;
    display:block;
    letter-spacing: 2px;
}

.label-container>div>span:last-child{
    font-size: 8vh;
    width: 35px;
    color:#6b46e5;
    font-weight: bold;
    font-family: Bradley Hand ITC;
    display: inline-block;
    border: 2px dotted #C2C261;
    padding: 6px;
    background: rgb(190, 226, 105);
    border-radius: 30px;
}


.animate-hide {
  position:absolute;
  transition: all linear 0.3s;
  top:55%;
  left:30%;
}

.animate-hide.ng-hide {
  left:100%;
  transform:rotate(360deg);
}

.animate-hide.ng-hide-remove{
    left:-50%;
    transform:rotate(-360deg);
}


.about-page{
    background: url('img/about_page.jpg');
    background-size: cover;
    color:white;
}
.about-page:before{
    content:'';
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.55);
    position:absolute;
}

.about-page div{
    padding:10px;
}
.about-page h4{
    color:white;
}
.about-page h3{
    text-align: center;
    color:green;
}
.about-page ul{
    padding-left:20px;
    list-style:inherit!important;
}
.about-page a{
    color:yellow;
}


/* Loader Animation*/
.loader{
    background:#2EEAFF;
    display:inline-block;
    padding:20px;
    min-width:50px;
    min-height:50px;
    border-radius: 100px;
    text-align: center;
    box-shadow: inset 0px 0px 26px 2px #171717;
    overflow:hidden;
    position:absolute;
    top:45%;
    left:45%;
}
.loader span{
    position: absolute;
    color:green;
    width:50px;
    height:2px;
    border-radius: 50px;
    background:rgba(255, 255, 255, 0.4);
    animation-name: ani;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.loader span:nth-child(1){
    top:40%;
}
.loader span:nth-child(2){
    top:60%;
}

@keyframes ani{
    0%{
        transform:translateX(-60px);
    }
    100%{
        transform:translateX(10px);
    }
}


.preload-screen{
    position: absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,1);
    z-index: 10;
    color:white;
}

.load-time{
    position: absolute;
    top: 50%;
    left: 45vw;
}