.hero_section {
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero_section:before {
    content:'';
    background: linear-gradient(45deg, black, transparent);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.data_banner {
    position: relative;
    color: #fff;
}
.data_banner p {
    color:#fff;
}
.data_banner h1 {
        color: #fff;
    font-size: 70px;
}
.destination_tour {
    padding:50px 0;
    position:relative;
}
.box_destination {
        padding: 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    position: relative;
        margin-bottom: 60px;
}
.box_destination img {
    border-radius: 8px;
    width: 100%;
    height: 250px;
}
.box_destination:before {
    content:'';
}
.box_destination h3 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.box_destination p {
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}
.box_destination .data_ara {
        padding-bottom: 35px;
}
.btn_contact {
        background: #e31e24;
    padding: 6px;
    color:#fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}
.btn_contact img {
    width: 30px;
    height: auto;
}
.btn_contact a {
 font-size: 14px;
    display: block;
    width: 50%;
    color:#fff;
    text-align: center;
    font-weight: 600;   
}
.rating_list {
    padding:50px 0;
}
.box_flex_list {
    display: flex;
    border: 1px solid #000;
    margin-bottom: 30px;
    border-radius: 7px;
}
.box_flex_list .data_flex {
    width: 50%;
    margin-left: 10px;
}
.box_flex_list .img_box {
        width: 50%;
    position: relative;
}
.box_flex_list .img_box span {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #e31e24;
    border-radius: 15px;
    padding: 0 9px;
    font-size: 12px;
    color: #fff;
}
.box_flex_list .img_box img {
    width: 100%;
    border-radius: 5px;
    height: 175px;
    object-fit: cover;
    object-position: center;
}
.box_flex_list .data_flex span {
    
}
.box_flex_list .data_flex h3 {
    font-size: 17px;
    margin: 0;
}
.box_flex_list .data_flex p {
        margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #ea9a01;
}
.box_flex_list .data_flex a {
    background: #000000;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}
.whatsapp_icon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 11;
}
.whatsapp_icon img {
    width: 70px;
}
.phone_icon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 11;
}
.phone_icon img {
    width: 70px;
}