@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0
}
body{

}
.d-flex-col{
		
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
		align-items: center;
}

.d-flex-row{
		
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}



		.center-image-bg{
	background-position:  center;
			background-repeat: no-repeat;
			background-size: cover;
	}

 
.room-container{
	/*	background-color: #edf6f9;*/
background-color: #000;

	
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
 

 .landing{
	position: relative;
	width: 100%;
	height: 70vh;
		background-image: url("../image/Rona/rona/royalheader.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%);
}
.room-item{
		background-color:#000; 
	color: #fff;
 
	height: 300px;
border: 3px inset #fff;
	
 box-shadow: 0px 0px 10px -3px rgba(250,245,250,8.53);
border-radius: 12px 10px 22px 0px;

		width: 80%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
}
.width-swiper{
	width: 30%;
	height: 100%;
}
.slide > img {
	width: 100%;
border-radius: 10px 0 0 0;
	height: 280px;
		object-fit: cover;
	margin: 5px 5px;
}
.description-room{
	width: 60%;
	text-align: right;
	direction: rtl;
	margin: 10px;
	justify-content: space-around;
	font-size: 14px;
}
.up{
	position: fixed;
	z-index: 10000;
	top:80%;
	left: 5%;
	color: aliceblue;
	font-size: 20px;
	font-weight: bolder;
	padding: 10px 15px;
	border: 1px solid #fff;
	background-color: #000;

	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-box-shadow: 0px 0px 10px -3px rgba(250,245,250,0.33);
-moz-box-shadow: 0px 0px 10px -3px rgba(250,245,250,0.33);
box-shadow: 0px 0px 10px -3px rgba(250,245,250,0.93); 
}

.up:hover{


    box-shadow: 0 0 10px #2f84e1;
	color: #fff;
		background-color:rgba(33,33,33,0.91);
   filter: drop-shadow(5px 1px 10px #2f84e1);

}
@media  screen and (max-width:500px){
	.room-item{

	height:400px;
	 
		width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;

	justify-content: space-between;
	
}
	.width-swiper{
	width: 100%;
	height: 30%;
}
	.header-room::after{
		height: 90%;
	}
	
	.slide > img {
	width: 100%;

	height: 200px;
		object-fit: cover;
	margin: 0px auto 10px;
		border-radius:  10px 10px 0 0;
}
 
	.description-room  h3, p{
		margin: 5px auto;
		font-size: 14px;
		text-align: justify;
		width: 100%;
		
	}
		.description-room  h3{
	
		font-size: 16px;
		text-align: center;
		
		
	}
	.room-item{
		
		margin: 20px auto;

	}
}
@media  screen and (max-width:500px){
	.room-item{
		height: 450px;
	}
		.description-room  h3{
	
	 		margin: 1px auto;
		
		
	}
	
	.description-room  h3{
			 		margin: 1px auto;
	}
	.slide > img{
		margin-bottom: 10px;
	}
}