*{
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
}

  nav {
    display: flex;
    padding: 2% 2%;
    align-items: center;
    border: 2px solid white;
    border-collapse: collapse;
    height: 25px;
    background-image: url('photos/blurry.avif');
}


.nav-links{
   flex:0%;
   text-align:right; 
}
.nav-links ul li{
  list-style: none;
  display: inline;
  padding: 8px 8px;
}
.nav-links ul li a{
  color: rgb(9, 0, 0);
  font-family: Georgia, serif;
  text-decoration: none;
  font-size: 17px;

}
.nav-links ul li:hover{
	border-radius:15px;
	background-color:rgb(255, 0, 140);
	transition:1s;
}
.text-box{
   width: 90%;
   position: absolute;
   top: 45%;
   left: 5%;
   text-align: center;
   font-family: Georgia, serif;
}
.text-box h1{
  font-size: 50px;
  color:rgb(255, 255, 255);
  font-family: Georgia, serif;
}

.text-box p{
  margin: 10px ;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-family: Georgia, serif;
}
.hero-btn{
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration:none;
  border: 2px solid rgb(255, 255, 255);
  padding: 15px 15px;
  font-size: 15;
  background: transparent;
  position: relative;
  cursor: pointer;
  
}
.hero-btn:hover{
  background: #f4366c;
  transition: 1s;
}
.footer{
  background-color:grey;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.footer h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}

.row{
	margin-top:5%;
   display:flex;
   flex-wrap: wrap;
  justify-content: space-between;
}
.facilities{

 
  width: 80%;
  margin:auto;
  text-align: center;
  padding-top:  100px;
}
.facilities h3{
	margin-top:10px;
}
.facilities .price{
	margin-top:5%;
	
}
.facilities-col{
		
flex-basis: 31%;
 border-radius: 10px;
 margin-bottom: 5%;
 text-align: left;
}
.facilities-col img{
	border-radius:10px;
}
.hero-btn2{
	color:black;
	text-decoration:none;
	display:inline-block;
	
}
.hero-btn2:hover {
  background-color: #de2691; 
}


.contact-form {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  background-color: #333;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #555;
}

.contact-info {
  text-align: center;
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #dbd9d9;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
  font-family: Georgia, serif;

}

.footer h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: Georgia, serif;
}

.footer p {
  font-size: 1rem;
  font-family: Georgia, serif;
}
