@charset "utf-8";
/* CSS Document */

html{
		scroll-behavior: smooth;
}
body{
	background-color: #000;
	font-family: 'samim';

}


 .fa-solid:hover{
	color:blueviolet;
 
}
a:hover{
		color:blueviolet;
 
} 
.textbox:hover  {
			color:blueviolet;
 
}
.index-container{
	width: 100%;

	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	
}
.landing{

	position: relative;
	width: 100%;
	height: 60vh;
	background-image: url("../image/Rona/rona/labi1-header.jpg");
	    background-attachment:scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.landing::after{
		content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background-image: linear-gradient(180deg, transparent 0 30%, rgba(0,0,0,0.90) 98% 100%);
}



.text-container {
	
	
/*	width: 80%;
display: grid;

	grid-template-rows: repeat(1,150px);
	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	grid-auto-rows: 150px;
	grid-gap: 0;
 
 margin: 50px auto;*/

 	display: flex;
	flex-wrap: wrap;
align-items: center;
	justify-content: center;
	column-gap: 20px;
	grid-row-gap: 20px;
  width:90%;
}
section{
	
		max-width: 1300px;
	margin: 10px auto;
	width: 100%;
	display: flex;
	 flex-direction: column;
align-items: center;
	justify-content: center;
	
}
section .text-container .text-box {
	  display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	text-align: center;

  margin: 10px auto;
  padding: 10px auto;
  background:transparent;
	color:#fff;
	cursor: pointer;
	border:  1px solid #fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 180px;
	height: 100px;}
section .text-container .text-box h3 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
	padding: 10px;
}
section .text-container .text-box:hover h3{
	color:blueviolet;
}
section .text-container .text-box:hover i{
	color: blueviolet;
}

 




i-size-big{
	color: #fff;
	font-size: 60px;
}
i-size-small{
	color: #fff;
	font-size: 10px;
}
.fade-text{
max-height:200px;
overflow:hidden;
text-overflow: ellipsis;
	background: -webkit-linear-gradient(transparent, #fff);

  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);}



.gallery-hotel{
	
	
	width: 100%;
	margin: 0 auto;
display: flex;
	flex-direction: row;
justify-content: center;
	align-items:stretch;

/*
		border: 1px solid blue;*/
	
}

.ov-g{
	width: 60%;
	align-self:flex-end;
	
}
.about-hotelrona{
/*
	border: 1px solid red;*/
	width: 40%;
	text-align: right;
	direction: rtl;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:stretch;
	
}

.logo{
	width: 20%;
	height: 30%;
	margin: 0 auto;
}
.about-hotelrona > p{
	padding: 0 auto;
	text-align: justify;
	margin: 0 auto;
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	
}

.address-map{
	/*border: 1px solid red;*/
	color: white;
width: 100%;
	height: 70%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:flex-start;
	
	

 }
.address-map > iframe{
width: 90%;
	height: 100%;
}

.up{
	position: fixed;
	z-index: 10000;
	bottom:5%;
	left: 3%;
	color: aliceblue;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 17px;
	border: 1px solid #fff;
	background-color: #000;
border-radius: 100%;
	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);

}
i{
	    font-family: 'Font Awesome 5 Solid'!important;
    content: "\f530"; 
	font-size: 30px;
}

.croki{

	width: 100%;
	height: 85vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.croki-img{
 width:60%;
	height: 80%;


}

.amar-site{
 width: 98%;
	height: 180px;
	margin: 10px 10px;
	padding: 10px 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	text-align: right;
 
}
@media (max-width: 900px) {
  section h1 {
    font-size: 2rem;
    text-align: center;
  }

}
@media (max-width: 768px) {
	
		.gallery-hotel{
		flex-direction: column;
	}
	
	.ov-g{
	width: 100%;
	
}
.about-hotelrona{
	width:80%;
	}
	.about-hotelrona > p{
		font-size: 14px;
	}
	
	

}

@media screen and (max-width:425px){
	
	.croki-img{
		width: 90%;
		height: 90%;
	}
 


}
