.header_slide{
    background-image: url('../../images/reservation/1.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-position:  bottom;
    background-size: cover;

}

.header_design::after {
    background:rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.after_dark_design:after{
  background-color: rgba(0 ,0, 0, 0.4);
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}