* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*--------------------------------Restaurent page css--------------------------------*/
.bacimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/gallery1/restaurent.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5%;
}

.sideimage img {
    margin: 20px 0px;
}

.banner-head h1 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #fff;
}

.banner-head h1 a {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
}

.sidetext {
    text-align: justify;
    font-weight: normal;
    padding: 5%;
}

.sidetext p {
    font-weight: normal;
    letter-spacing: 0.2px;

}