*{
    margin: 0%;
    padding: 0cap;
    box-sizing: border-box;
}


body{
    overflow-x: hidden;
    
}

#hero{
background-color: #f8fafc;
width: 100vw;
height: 91.3vh;
 background: linear-gradient(to right, #0F172A, #1E293B);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;

 
}







#rooms{
background-color: #F8FAFC;
   width: 100vw;
   height: 700px;
   margin-top: 20px;
   

}  
   


#rooms h2{
    text-decoration: underline ;
    font-family: "Playfair Display", serif;
}

.card:hover{
    transform: scale(1.02);
}


.card{
    transition: all 0.2s;
     font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  border: 2px solid black !important;
}












#Features{
 font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  background-color: #F8FAFC;
  
}



h2{
    font-size: 40px;
}



#booking{
     font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
background-color: white;
margin-bottom: 20px;
margin-top: 20px;
}

.Booking-form{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}




footer{
    background-color:#0F172A;
    color: white;
    height: 60px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-content: center;
font-size: 1.1rem;

}







@media screen and (max-width:570px) {
    .card{
        width: 300px;
    }
}




#Features h2{
  font-size: 40px;
}
