@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300&display=swap');
html,
body {
    font-family: 'Tajawal', sans-serif;
    text-align: center;
}


/* .carousel-item {
    float: left !important;
    margin-left: 0% !important;
} */

.slider_section {
    background-image: url('img/2ef11084-32_restaurant-decor-ideas_01-hero.jpg') !important;
    background-size: cover;
}

#logo {
    width: 160px;
}


/* .carousel-item {
    margin-left: 0% !important;
} */

.about_section {
    background-color: transparent !important;
}



.client_section .box {
  background: rgb(62,62,62);
  background: linear-gradient(30deg, rgba(62,62,62,1) 0%, rgba(133,130,133,1) 150%);
}



.client_section .box .img-box img {
    border-radius: 0;
}

.footerimg{
    width:150px;
}