@charset "utf-8";
/* CSS Document */



body{
	background-image: url("../images/Background_view2.jpg");
	background-size:320%;
	background-repeat: no-repeat;
	direction: rtl;
	font-family: 'Rubik', sans-serif;
	margin: 0px;
}


.menu_bg{
	background-color: #ffffff;
	height: 90px;
	padding-top: 25px;
	box-sizing: content-box;
}


.menu_div{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;

}

.menu_btn{
	float: left;
	background-color: #036CB4;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: #ffffff;
	border-radius: 10px;
	width: 160px;
	height: 55px;
	padding-top:  7px;
	margin-right: 10px;
	box-sizing: border-box;
	line-height: initial;
}

.logos_div{
	background-color: rgba(7, 115, 183, 0.3);
	height: 140px;
}


.thumbnail {
	width: 25%;
	text-align: center;
	float: right;
	margin-top: 20px;
}

.logos{
	width: 120px;
}


.logo_text{
	color: #ffffff;
	font-size: 22px;
	margin-top: 0px;	
}




@media (min-width:992px){

body{
	background-size:120%;
}	
	
.menu_bg{
	height: 47px !important;
	padding-top: 13px !important;
}


.menu_div{
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;

}

.menu_btn{
	font-size: 16px;
	border-radius: 10px;
	width: 85px;
	height: 28px;
	padding-top:  7px;
	margin-right: 10px;
}	
	
	
.logos_div{
	background-color: rgba(7, 115, 183, 0.3);
	height: 120px;
}


.thumbnail {
	width: 25%;
	margin-top: 10px;
}

.logos{
	width: 120px;
}


.logo_text{
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;	
}

	
	
	
}
	



h1{
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 100px;
	color: #ffffff;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

h2{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 75px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3{
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	padding: 10px;
}


@media (min-width:992px){

h1{
	font-size: 70px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	
h2{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
	
h3{
	font-size: 27px;
	margin-top: 5px;
	padding: 10px;
}
	
}






p{
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	padding: 10px;
	
}

a{
	text-decoration: none;
}



.home_animation_bg1{
	background-image:url("../images/home_animation_bg1.png");
	background-position: 100%;
	background-repeat: no-repeat;
}

.home_animation_bg2{
	background-image:url("../images/home_animation_bg2.png");
	background-position: 100%;
	background-repeat: no-repeat;
}


.game_title_home{
	width: 80%;
	float: right;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 10px;
	margin-bottom: 40px;
	box-sizing: content-box;
}


@media (min-width:992px){
	
.game_title_home{
	width: 30%;
	float: right;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 0px;
	margin-bottom: 0px
}	
	
	
}








.game_title_home_bg{
	border-radius: 18px;
	background-color: #536920;
	text-align: center;
  transition: 0.3s;
}

.game_title_home_bg:hover{
	background-color: #51ad32;
	transform: 90%;
}





.edit_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 20px;	
	border-radius: 50px;
	color: #536920;
	font-size: 30px;
	background-color: #bec1a3;
	border: 0;
	cursor: pointer;
	opacity: 30%;
	padding: 12px;
	text-align: center;
}

.edit_btn:hover{
	opacity: 1;
}



.Diagonal_decoration {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 15vh;
}

@media (min-width:992px){
.Diagonal_decoration {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 25vh;
}	
	
}




