.resturan-container{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}


.landing{
	position: relative;
	width: 100%;
	height: 60vh;
	background-image: url("../image/Rona/rona/resturant1.jpg");
/*	    background-attachment:fixed;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.landing::after{
		content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	background-image: linear-gradient(180deg, transparent 0 30%, rgba(0,0,0,0.90) 98% 100%);
}
 
.restursnt{
/*	border: 1px  solid red;*/
	width: 90%;
	margin: 10px auto;
}

.description-resturant{
	width: 80%;
	margin:0 auto;
	font-family: 'samim';
	direction: rtl;
	text-align: justify-all;
	font-size: 14px;
	line-height: 40px;
}
@media screen and (max-width:400px){
	.description-resturant{
			width: 90%;
		font-size: 12px;
	}
}