.section_reservation{
    position: absolute;
    width: 100%;
    bottom: 50px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    padding: 10px;
    z-index: 3;
}
.section_reservation ul{
    padding: 0;
}
.section_reservation li{
    width: 14.28%;
    float: left;
    padding: 0 5px;
    list-style: none;
    position: relative;
}
.section_reservation i{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    color: #fff;
}
.input_inout{
    width: 100%;
    background: #fff;
    padding: 5px;
    color: #78a12e;
    border: 2px solid #fff;
    border-radius: 0;
}
select {
    appearance: inherit;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_booknow{
    width: 100%;
    padding: 5px;
    border-radius: 0;
    background: #78a12e;
    border: 2px solid #78a12e;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}
.btn_booknow:hover{
    background: #794400;
    border: 2px solid #794400;
}
.leaf_reser{
    position: absolute;
    bottom: -10px;
    right: -80px;
    z-index: 0;
}
.tree{
    position: absolute;
    bottom: -170px;
    z-index: 1;
}