.hero-banner{
   
    width: 100%;
}
.hero-banner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 10% 95%;
}
.section-start{
    margin:30px 0;

}
.container{
    width: 1200px;
    margin:  auto;
    gap:20px;
    display: flex;
    flex-direction: column;

  
}
.text-head h2{
  color: #00b4d8; 
}
.text-head a{
    background-color: #00b4d8;
    color: white;
    padding: 7px 23px;
    border-radius: 20px;
    text-decoration: none;
}
.text-head a:hover{
    opacity: 0.7;
}

.card-contianer{
    width: 100%;
}
.card-box{
    width: 1200px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.card{
    width: 380px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);
    border-radius: 8px;


}
.card-box .card .card-img-top{
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 8px;

}
.card-body{
    padding: 10px 25px;
}
.pt-10{
    padding: 10px 0;
}
.center{
    align-items: center;
}
.star span{
    color: #00b4d8;
}
.card-title{
    color: #00b4d8;
}
.booking-btn{
    padding: 5px 30px;
    background-color: #00b4d8;
    color: white;
    border-radius: 20px;
    text-decoration: none;
}