html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;	
}
body {
	margin: 0;
	background: #444;
	position: relative;
}
#gameContainer {
	width: 100vw;
	height: 100vh;
}
canvas {
	width: 100vw;
	height: 100vh;
	display: block;
}
/* try to handle mobile dialog */
canvas + * {
	z-index: 2;
}
.container{
   position:  relative
}
.progress {
	margin: 1.5em;
	width: 50vw;
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 512px; 
}
.progress .full {
  margin: 2px;
  transform-origin: top left;
}
#loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color:black;
}

.progress {
	margin: auto;
	max-width: 870px;
	position: relative;	
	width: 99%;
	left: 0;
    transform: unset;
	height: 24px;
}

.posbox{
	background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(0, 212, 255, 1) 100%);
    height: 21px;
    width: 100%;
    border-radius: 5px;
	position: absolute;
}
.full{
	background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    height: 15px;
    width: 99%;
    border-radius: 3px;
	margin: 3px 4px !important;
	transform-origin: top left;
}
.ads_loadding {
	width: 100vw;
	display: flex;
	overflow: hidden;
	text-align: center;
	justify-content: center;
}
.row_loadding{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.tilte-game{
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.pos_progress
{
	margin-top: 0;
}
.btn_play {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
}
#div_btn {
	width: 100%;
	text-align: center;
	display: none;
}

.ads_loadding_content{			
  width: 100vw;		  
  text-align: center;
}
.ads_loadding_text{						
  width: 100vw;		  
  text-align: center;
  margin-top: 100px;
}
.btn_play {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  color: white;
  margin-top: 15px;
}

.btn_play:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.btn_play:active {
  opacity: 0.5;
}
@media (max-width: 991px) {
	.ads_loadding_text, .ads_loadding {
		display: none;
	}
	.tilte-game{				
		margin-top: 350px;
	}
	.ads_inGame{
		margin-top: 300px;
	}	
	.progress {
		width: 90%;
	}

}
#AdsInGame{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color:black;		
	display:none;			
}
#btn_close{
	width: 100%;
	text-align: center;
	display:none;
}
#vaule_countdown{
	width: 100vw;
	text-align: center;
	margin-top: 15px;	
}		