.ptbg{
	top:0%;
	left:0%;
	width:100%;
	height:100%;
}
.playtime{
	position: absolute;
	top: 63%;
	left: 53%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: sniglet;
	font-size: 7vh;
}
.bgl{
	background-color:#D5C2D3;
}
.bg2{
	background-color:#D5C2D3;
}
.background{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
}
.redTxt{
	color: #990000;
}
.rhinodance{
	position: absolute;
	float: right;
	width: 18%;
	height: 40%;
	top: 40%;
	right: 68%;
	z-index: 20;
    }
.squirreldance{
	position: absolute;
	float: right;
	width: 18%;
	height: 40%;
	top: 46%;
	right: 12%;
	z-index: 20;
}

.excontainer{
	position: absolute;
	top: 16%;
	height: 78%;
	width: 100%;
	left: 0%;
	overflow: hidden;
}

.mainContainer{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
}
.optContainer{
	position: absolute;
	top: 5%;
	left: 10%;
	width: 30%;
	height: 21%;
	z-index: 5;
}
.flxCont{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.flxContWrpd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.options{
	position: relative;
	height: 100%;
	width: 50%;
	/*background: #0f0;*/
	align-items: flex-end;
	/*border: 2px solid;*/
}
.putali{
	position: absolute;
	width: 38%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
}
.train{
	position: absolute;
	width: 66%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
}
.smlTrain{
	width: 50%;
}
.pencil{
	position: absolute;
	width: 81%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
}

.smlPutali{
	width: 30%;
}
.optCont2{
	left: 67%;
	top: 35%;
	height: 13%;
}
.optCont3{
	left: 67%;
}
.optCont4{
	left: 67%;
	top: 64%;
	height: 13%;
}
.optCont5{
	top: 34%;
	height: 40%;
	width: 38%;
}
.robot{
	width: 33%;
	z-index: 20;
	height: 73%;
}
.shrtOpt{
	height: 65%;
	width: 40%;
}
.rbtOpt{
	width: 35%;
	height: 45%;
}
.carOpt{
	width: 35%;
	height: 45%;
}
.car{
	position: absolute;
	bottom: 0%;
	width: 95%;
	left: 5%;
}
.thr_ball{
	position: relative;
	width: auto;
	height: 28%;
}
.bear{
	position: relative;
	width: 38%;
	height: 70%;
	align-items: flex-end;
}
.corincorclass{
	position: absolute;
	width: 19%;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
	/*bottom: 50%;*/
	/*right: 100%;*/
	display: none;
}
.clkbl{
	pointer-events: none;
}
.tpQn{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background: #fbafaf;
	font-family: sniglet;
	padding: 1%;
	font-size: 3.5vh;
	width: auto;
}
.btmGrn{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 8%;
	background: #91b84e;
	z-index: 10;
}
.tpQn1{
	display: none;
}


.basketAndTysSec{
	position: absolute;
	height: 20%;
	width: 30%;
	bottom: 0%;
	right: 0%;
}
.basketAndTys{
	position: absolute;
	height: 20%;
	width: 18%;
	bottom: 0%;
	right: 0%;
	z-index: 11;
}
.basket{
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
	z-index: 10;
	/*height: 64%;*/
}
.bsktImg{
	position: absolute;
	width: 20%;
	bottom: 58%;
}
.bsktPutali{
	right: 3%;
}
.bsktTrain{
	width: 35%;
	bottom: 84%;
	transform: rotate(38deg);
	right: 19%;
}
.bsktfBall{
	bottom: 70%;
	right: 55%;
	width: 25%;
}
.bsktcube{
	bottom: 97%;
	right: 43%;
}
.bsktPncl{
	bottom: 97%;
	right: 55%;
	width: 40%;
}

.bim-1,.bim-2,.bim-3{
	z-index: 5;
}
.bim-1,.bim-2,.bim-3,.bim-4,.bim-5{
	display: none;
}
.bim-1{
	bottom: 42%;
}
.bim-2{
	bottom: 49%;
}
.bim-3{
	bottom: 30%;
}
.bim-4{
	bottom: 57%;
}
.bim-5{
	bottom: 58%;
	right: 61%;
	z-index: 5;
}
.zoom-1{
	animation: frPcsZmAnim 3s linear forwards;
}
@keyframes frPcsZmAnim {
	100%{
		transform: scale(2.1);
		transform-origin: 12% 72%;
	}
}

.zoom-2{
	animation: trnZmAnim 3s linear forwards;
}
@keyframes trnZmAnim {
	100%{
		transform: scale(2.3);
		transform-origin: 100% 0%;
	}
}


.zoom-3{
	animation: ptliZm 3s linear forwards;
}
@keyframes ptliZm {
	100%{
		transform: scale(2);
		transform-origin: 4% -23%;
	}
}

.zoom-4{
	animation: zm4 3s linear forwards;
}
@keyframes zm4 {
	100%{
		transform: scale(2.5);
		transform-origin: 99% 92%;
	}
}

.zoom-5{
	animation: zm5 3s linear forwards;
}
@keyframes zm5 {
	100%{
		transform: scale(2.5);
		transform-origin: 99% 47%;
	}
}


.anim-1{
	z-index: 50;
	animation: anm 3s linear forwards;
}
@keyframes anm {
	100%{
		top: 36%;
	  left: 227%;
	}
}

.lstpgBskt{
	bottom: 18%;
	right: 10%;
}
.btnNavigationSong {
    width: 100%;
    height: 22%;
    top: 84%;
    z-index: 9999;
    position: absolute !important;
}
.shakeAnim{
	animation: shake 1s linear forwards;
}
.manyImgs{
	position: absolute;
	bottom: 18%;
	right: 10%;
	height: 59%;
	width: 50%;
}
.aftrAnim{
	position: absolute;
	width: 30%;
}
.aa-Doll{
	width: 15%;
	right: 5%;
}
.aa-train{
	top: 2%;
	left: 44%;
}
.aa-fball{
	top: 40%;
	width: 19%;
	left: 5%;
}
.aa-cube{
	width: 15%;
	left: 19%;
}
.aa-pencil{
	left: 41%;
	top: 34%;
}
.AshaDiv{
	position: absolute;
	left: 0%;
	width: 30%;
	height: 60%;
	top: 22%;
}
.asha{
	position: relative;
	width: 50%;
}
.tlkMan{
	position: relative;
	width: 75%;
}
.tptxt{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	font-family: comfortaa;
	font-size: 7vh;
}
.clkbl:hover{
	cursor: pointer;
}









