*{
	margin: 0;
	padding: 0;
}

.wraper{
	width: 100%;
	height: 700px;
	background-image: url("img/background/Baner2/Background.png");
	background-size: cover;
}
/*----------------------------------------*/
.content{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
}
.content_left{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 50%;
	height: inherit;
}
.content_header {
	font-size: 120px;
	color: #2c3926;
	font-family: "Muli";
	text-transform: capitalize;
}
/*=========================================*/
.footer{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 200px;
	background-color: white;
}
.foot_left{
	width: 40%;
	height: inherit;
}
.foot_left>div {
	font-size: 100px;
	color: #2c3926;
	font-weight: 400;
	font-family: "Sacramento";
	padding-left: 110px;
}
.foot_right{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 60%;
	height: inherit;
}
.light, .water, .food{
	width: 20%;
	text-align: center;	
}
.light_pic{
	width: 44px;
	height: 49px;
	background-image: url("img/background/Baner2/Graphic%20Elements_sun.png");
	background-size: cover;
	margin: 0 auto;
}
.water_pic{
	width: 25px;
	height: 40px;
	background-image: url("img/background/Baner2/Graphic%20Elements_water.png");
	background-size: cover;
	margin: 0 auto;
}
.food_pic{
	width: 34px;
	height: 34px;
	background-image: url("img/background/Baner2/Graphic%20Elements_food.png");
	background-size: cover;
	margin: 0 auto;
}
.light_hed, .water_head, .food_head{
	margin: 10px 0px;
	text-transform: uppercase;
}
/*============================================*/
.section{
	width: 20%;
	height: inherit;
	text-align: center;
}
.section>div{
	display: inline-block;
	margin: 20px 0 0 0 ;
}
.section>div>a{	
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
.section>div>a:hover{	
	background-color: grey;
}