*{
    padding: 0; margin: 0; box-sizing: border-box;
}
body{
    font-family: "Content", system-ui;

}
.container{
    width: 1200px;
    margin: 40px auto;
}
.image-section .image{
    display: flex;
    height: 100%;
    gap: 10px;
}
.image-section .image .left-img img{
    width: 790px ;
    height: 500px;
}
.image-section .image .right-img img{
    width: 400px ;
    height: 245px;
    object-fit: cover;
}
.section-start{
    display: flex;
    padding: 10px 0;
    gap: 20px;
}
aside{
    width: 800px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 5px 0px;

}
aside .provide table{
    width: 100%;
    height: 100px;
}
.review{
    padding: 20px 0;
}
aside .description{
    padding: 20px 0;
}
aside .description h3{
    margin-top: 15px;
    color: #00b4d8;
}
aside .description p{
    text-align: justify;
}
.provide-section{
    padding: 20px 0;
}

.profile{
    width: 51%;
    display: flex;
    margin-top: 15px;
    gap: 20px;
}
.profile img{
    width: 70px;height: 70px;
    border-radius: 50%;
}

.name .date{
    font-size: 15px;
    color: #00b4d8;
}
.comment{
    margin-top: 4px;
    text-align: justify;
}

.stars-rating{
    margin-top: 13px;
}
.stars-rating,.recommend-card span{
   color: gold;
}
.client-reviews{
    padding: 10px  0 30px 0;
    border-bottom: 1px solid gray;
}
.provide table tr td i{
    font-size: 23px;
    letter-spacing: 4px;
    color: #00b4d8;
}


.location-section .location-text{
    border-bottom: 1px solid gray;
    padding: 10px 0;
}

input[type="text"], input[type="email"], textarea {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 90%;


}
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 2px solid #00b4d8;
    outline: none;
}
textarea,input[type="tel"]{
    width: 95%;
}
.submit{
    background-color: #00b4d8;
       color: white;
       border: none;
       padding: 7px 19px;
       border-radius: 8px;
   }
   .submit:hover{
       opacity: 0.7;
   }
.button-group{
    display: flex;
  
}   
.button{
    padding: 8px 0px;
    background-color:#00b4d8;
    color: white;
    border: 1px solid #00b4d8;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    width: 50%;
    text-align: center;

}
.right-side{
    width: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 2px 0px;
}
.button2{
    color:#00b4d8;
    border: 1px solid #00b4d8;
    border-radius: 0 8px 8px 0;
    text-decoration: none;
    width: 50%;
    text-align: center;
    padding: 8px 0px;



}
.right-side .heading-text{
    padding: 10px 0;
    color: #00b4d8;
}
.right-side .check form input{
    border-radius: 8px;
    margin: 15px 0;
    
}
.check-availible{
    background-color: #00b4d8;
    border: none;
    font-weight: bold;
    color: white;
    width: 100%;
    padding: 10px 0;
}
.right-side{
    padding: 10px;
}

.more-infor{
    margin-top: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 5px 0px;
    border-radius: 12px;

}
.more-infor img{
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.d-flex{
    display: flex;
}
.justify{
    justify-content: space-between;
}
.d-flex .fa-star{
    color: #00b4d8;
    letter-spacing: -3px;
}
.mt{
    margin-top: 8px;
}
.card-body{
    padding: 10px;
}
.boxxx{
    display: flex;
    flex-direction: column;
}