@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700&display=swap&subset=hebrew');

body,html{
	direction: rtl;
	font-family: "Heebo";
}

section, footer{
	direction: rtl;	
	max-width: 100%;
	margin: 0 !important;
}

/******** Cover&Timer ********/

#cover{
	background: url(../images/gamezone-logo.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
	position: relative;
}
#cover div.container-fluid{
	position: absolute;
    bottom: 5%;
    width: 100%;
}

/*#cover .timer_wrapper{
	//position: absolute;
	width: 100%;
	bottom: 4.3%;
	right: 0;
}
*/
#cover .timer{
	max-width: 645px;
	margin: 0 auto;
}

#cover .timer .days,
#cover .timer .hours,
#cover .timer .mins,
#cover .timer .secs{
	width: 150px;
	display: inline-block;
	margin-left: 6px;
	text-align: center;
	background: rgba(0,0,0,0.5);
}

#cover .timer .number{
	font-size: 50px;
	font-weight: 400;
	display: block;
	color: #fff;
	height: 63px;
	overflow: hidden;
}

#cover .timer .title{
	font-size: 25px;
	font-weight: 300;
	display: block;
	color: #fff;
}

/******** Partners ********/
#partners{
	margin: 20px auto;
}

#partners div.row{
	
	margin: 20px auto;
}

#partners div.row div{
	display: inline-block;
}

#partners div.row div a{
	text-align: right;
	display: block;
	background-image: url(../images/batyam.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	text-indent: -999vw;
	height: 13vh;
	width: 13vw;
	margin-top:15px;
	max-width: 225px;
	max-height: 225px;
	
	overflow: hidden;
}
#partners div.second-logo{
	margin-top:15px;
}
/******** buy_now ********/
#buy_now{
	background-image: url(../images/blank_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 221px;
	max-height:310px;
	height:30vh;
}
#buy_now div.container-fluid{
	min-height: 221px;
	max-height:310px;
	position:relative;
	height:30vh;
	
}
#buy_now div.container-fluid div.row{
	height: 100%;
	width:100%;
	max-height:310px;
	position:absolute;
}

#buy_now a.btn{
	display: block;
	background: #0980ff;
	color: #fff;
	width: 100%;
	height:12vh;
	font-size: 28px;
	padding: 17px;
	margin: 0 auto;
}

/******** information ********/
#information{
	text-align: right;
}
#information .buffer{
	display:none;
}
#information .image{
	background-image: url(../images/image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	max-height: 100vh;
}
#information div.container-fluid div.row div h2{
	font-weight: 700;
	font-size:50px;
	text-align:center;
}
#information div.container-fluid div.row div p{
	font-weight: 200;
	font-size:26px;
	text-align:center;
}

/******** footer ********/
footer{
	display: block;
	background-image: url(../images/blank_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-height: 100px;
	color: #fff;
	padding: 47px 0;
}

footer p{
	text-align: left;
	width: 98%;
	margin: 0 auto;
}

footer a{
	color: #fff;
	text-decoration: none;
}