

@charset "utf-8";
 
		

 
a{
	color: #fff;
	text-decoration: none;
}

a:hover{
		color:blueviolet;
 
}
.footer{
	grid-column: 1/-1;
background-color: #7f7f7f;
	border:1px solid #fff;

	width: 100%;
	margin: 0 auto;


	display: flex;
	flex-direction: column;
	justify-content: center;

}
.bg-footer{
	background-image: url("../image/Rona/rona/labi1-header.jpg");
    background-attachment:local;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin:inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}
.bg-footer::before{
	    background:  rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.4;
	color: aliceblue;
}
.footer-section{
	direction: rtl;
	text-align: right;
	display: grid;
	grid-template-rows:repeat(1,1fr);
	
	grid-template-columns:repeat(3,1fr);
	
	grid-gap: 20px;
	
	margin: 0 10px;

	width: 98%;


}
.ul-parent{
background: rgb(164, 124, 99,0.5);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
border: 1px solid rgba(163,121,1,0.275);
	padding: 10px;
	border-radius: 20px;
	margin: 10px;
}
.li-footer{
	list-style: none;
	margin-top: 15px;
	cursor: pointer;
	font-size: 18px;
	color: #FFF;

	transition: all 0.6s;
/*	border-bottom: dashed 1px #fff;*/
	/*padding: 10px;*/

}
.li-footer:hover{
/*		color: #fb8500;*/
		color: #000;
}
.footer-title{
	list-style: none;
	color: #fb8500;
}
.copy{
	direction: rtl;
	text-align: center;
	font-size: 12px;
	color:#000;
	font-weight: bolder;
	margin: 10px auto;
width: 90%;
}
.social{
	
	display:flex;
	width: 30%;
	flex-direction:row;
		justify-content: center;
	align-content: center;
	margin: 10px auto;

	
	
}
.social-media{
	color: #fff;
	list-style: none;
	font-size: 25px;
	padding: 5px;
	transition: all 0.3s;
	
/*	display: flex;
	flex-direction: column;*/

}
.ita{
	width: 20px;
	height: 20px;
}
.tell{
	
	font-family: 'samim';
	font-size: 16px;
}
.social-media a{
		transition: all 0.6s;
}
.fab{
		transition: all 0.6s;
	font-size: 14px;
}
.social-media:hover{
	color: #000;
}

@media  screen and (max-width:650px){
	.footer-section{
	

	grid-template-rows: 3fr;
		grid-template-columns: 1fr;
		justify-content:center;
		margin: 10px auto;
	
	
}
	
	.li-footer{
		margin-right: 20px;
	}
	.footer-ul{
		display: block;
			padding-right: 20px;

	}
	.social{
		width:70%;
		font-size: 12px;
			
	}
	
} 
@media  screen and (max-width:400px){
	.li-footer{
		font-size: 12px;
	}
	.footer-title{
			font-size: 14px;
	}
	.copy{
		font-size: 10px;
	}
		.social{
		width:90%;

			
	}
	.social-media{
				font-size: 16px;
	}
	.fab{
		font-size: 12px;
	}
	.ita{
	width: 14px;
	height: 14px;
}
	.tell{
	
	font-family: 'samim';
	font-size: 12px;
}
	
}