
.container{
    width: 1200px;
    margin:2% auto;
    padding: 10px;
}
.section-start{
    display: flex;
    gap: 30px;
}
.section-start .section1{
    width: 800px;
    box-shadow: rgba(100, 100, 111, 0.108) 0px 7px 29px 0px;
    padding: 0 10px;

}
.section-start .section1 .name_country{
    background-color:#00b4d8;
    padding: 7px 10px;
    color: white;
    width: 120px;
}

.section-start .section1 .rating{
    gap: 20px;
}
.rating span{
    
    letter-spacing: -1.7px;
}
.section-start .section1 table{
    border: 2px solid skyblue;
    padding: 10px;
    margin: 20px 0;
}
.section-start .section1 .tour-img{
    width: 100%;
}
.section-start .section1 .overview-header{
   color: #00b4d8;
   padding: 15px;
}

.section-start .section1 .overview-paragraph{
    text-align: justify;
    border-bottom: 1px solid gray;
    padding: 10px  0 30px 0;
}
.section-start .section1 .photos{
    width: 190px;
    height: 110px;
}
.gap{
    gap: 10px;
    /* padding: 10px; */
}
.sub-img img{
    border-radius: 12px;
}
.list-to-do{
    list-style: none;
    padding: 10px  0 30px 0;
    border-bottom: 1px solid gray;

}
.list-to-do .overview-header{
    margin: 13px 0;
}
.list-to-do li{
    margin-bottom: 10px;
}
.list-to-do li i{
    letter-spacing: 10px;
    font-size: 22px;
    color: yellowgreen;
}
.brand-name{
    font-weight: 500;
    font-size: larger;
    color: #00b4d8;
}

.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;
}

.stars-rating{
    margin-top: 13px;
}
.stars-rating span{
    color: gold;
}
.client-reviews{
    padding: 10px  0 30px 0;
    border-bottom: 1px solid gray;
}

td{
    padding: 15px;
}
table{
    width: 100%;
    padding: 10px;}

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

}
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;
}

input{
    width: 100%;
}

.button {
    background-color: #00b4d8;
    color: white;
    padding: 10px 95px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    width: 90%;
    text-decoration: none;
}
.button:hover {
    opacity: 0.9;
}
.button2{
    padding: 10px 100px;

}

.section-start .section2{
    flex-grow: 1;
    box-shadow: rgba(100, 100, 111, 0.108) 0px 7px 29px 0px;

}
form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 10px 0 5px;
    font-weight: bold;
}


.section-start .section2 .booking-title{
    color: white;
    text-align: center;
    padding: 6px;
    background-color: #00b4d8;
}
hr{
    height: 5px;
    background-color: black;
}
.suggestion-container{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.suggestion{
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px 10px 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.suggestion .card-img{
    width: 50%;
}
.suggestion .card-img img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.card-body{
    width: 50%;
}
.card-body .stars-rating{
    margin: 0;
    color: gold;

}
.card-body .stars-rating i{
    color: black;
}

.card-body h3{
    font-weight: bold;
}

.submit{
    
    padding: 10px;
    background-color: #00b4d8;
    color: white;
    border: none;
    border-radius: 8px;
}
.submit:hover{
    opacity: 0.7;
}

.button {
    display: inline-block; 
    padding: 10px 30px; 
    background-color: #00b4d8; 
    color: white; 
    text-decoration: none;
    border-radius: 5px; 
    transition: background-color 0.3s; 
}

.button:hover {
    background-color: #0fa6c5;
}

/* Style for the heart icon */
.fa-heart {
    font-size: 24px; 
    color: #00b4d8;
    transition: color 0.3s;
}

.fa-heart:hover {
    color: #0056b3;
}