@charset "utf-8";
/* CSS Document */
*{
	margin: 0 ;
	padding: 0;
	  box-sizing: border-box;
}
.rules-container{
		width:100%;
	margin: 0 auto;
 
 
	background-color: #000;
	font-family: 'samim';
	color: #fff;
direction: rtl;
}

.landing{
	position: relative;
	width: 100%;
	height: 60vh;
	background-image: url("../image/Rona/rona/labi1-header.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%);
}

.cancle-description{
	width: 80%;
		margin: 10px auto;

	line-height: 40px;
	text-align: justify;
	direction: rtl;
		font-size: 14px;
}
.tadol{
	margin-left : 5%;	font-size: 14px;
}
.reserve1 {
display:flex;
	flex-direction: column;
	justify-content: flex-start;
 
		margin: 20px 10%;
	 
width: 100%;
	line-height: 40px;
	text-align: right;
 
	direction: rtl;
	font-size: 14px;
	list-style: none;
}
 
.reserve1 li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
}
li >h3{
	margin: 5px;
		font-size: 14px;
}
.reserve2 {
	
		margin: 20px 10%;
width: 90%;
	padding: 10px;
	line-height: 40px;
	text-align: justify;
 
	direction: rtl;
	font-size: 14px;
}