body{
    background-color:#fff;
    max-width: 1200px;
    max-height: 100%;
    margin: 0 auto;
    font-size: 22px ;
    margin-top: 20px;
    margin-bottom: 20px;

}
 .header{
    margin: 0 auto;
    max-width: 100%;
    background-color:#F15A29;
    border-radius:2px;
    color: black;
}
.nav_icon{
    margin: 50px;
}
#nav_icon{
    width: 50px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
}
.menu{
    background-image: url('../images/landing.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    color: white;
    font-family:serif;
}



/* services section */

.services {
    display: flex;
    flex-direction: row;
    height: 170px;  
    color: white;
    font-style: italic;
}
.mealtype{
    margin: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-style: normal;
  
}
tr#service1{
    background-color: lightgray;
    color: black;
}
#meal_time{
    flex: 1;
    text-align: center;

}
#breakfast, #lunch, #dinner{
    flex: 1;
    text-align: center;
    padding-top: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
#breakfast{
    background-image: url('../images/breakfast.jpg');
}
#lunch{
    background-image: url('../images/lunch.jpg');
    background-color: rgba(231, 228, 228, 0.79); 
    background-blend-mode: overlay; }                      

 #dinner{
    background-image: url('../images/dinner.jpg');
}

.vyakula{
    height: auto;
    width: auto;
    padding: 40px;
    background-color: whitesmoke;
}
.fastfood{
    display: flex;
    background-color: whitesmoke;
}
#chakula{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    padding-right: 20px;
    
}  
#chakula_imgs{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 15px solid whitesmoke;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    overflow: hidden;
}
#vyakula_text{
    width: 50%;
    height: auto;
    padding: 30px;
    margin-left: 10px;
    font-size: 18px;  
}

.vinywaji{
    display: flex;
    background-color: whitesmoke;
}
 #d_image{
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding: 20px;
    padding-right: 50px; */

    
}  
#vinywaji_imgs{
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 15px solid whitesmoke;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    overflow: hidden;
}
#vinywaji_text{
    float: right;
    width: 50%;
    padding: 20px;
    padding-right: 50px;
    margin-left: 10px;
    padding-right: 20px;
    text-align: right;
    font-size: 18px;  
}


/* menuitems section */

.menuitems{
    background-image: url('../images/foodsBg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px;
    background-color: rgba(160, 156, 156, 0.79); 
    background-blend-mode: overlay;   

}
.container1{
    background-color: whitesmoke;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0px;
    height: auto;
}
.caroselitems {
    color: #F15A29;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
#food{
    display:flex;
    flex-direction: column;
    overflow: auto;
    margin: 5px ;
}
#tr{
    text-align: center;
}
.carosel{
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}
th{
    background-color: gainsboro;
    border: 1px solid rgb(206, 203, 203);
    padding: 10px;
    height: 50px;
}
#table1{
    color: #F15A29;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
}
th:hover{
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
    color: #F15A29;
}

/* customer section */


.customers{
    height: auto;
    width: auto;  
    padding: 120px;  
    padding-top: 50px;
    background-color: whitesmoke; 
    margin-bottom: 0px;
}
.revabt{
    height: 200;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    padding: 20px;
}
#ourmenu { 
    border-left: 1px solid grey;
    height: 210px; 
    margin: auto;
}
#review, #about{
    text-align: center; 
    font-size: 16.5px;
}
#review{
    flex: 3;
    margin-right: 40px;
    text-align: center;
}
#about{
    flex: 2;
    margin-left: 40px;
}
#review > h3, #about >h3{
    color: #F15A29;
}
.food_delivery{
    background-image: url('../images/subscribe.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 40px;
    color: whitesmoke;
}
#textbox{
    background-color: rgb(88, 87, 87);
    width: 400px;
    height:50px ;
    border: none;
    margin-top: 5px;
    margin: 20px;
    opacity: 0.5;       
}


.footer{
    text-align: center;
    padding-top: 40px; 
    font-size: 18px;
    color: white;
}
#copyright{
    font-size: 15px;
}
#logo{
    align-items: center;
    display: flex;
    justify-content:center;
}
.arrow {
    border: solid #F15A29;
    border-width: 0 3px 3px 0;
    padding: 5px;
    text-align: center;
}

 ::placeholder{
    color: white;
    opacity: 1;
    padding-left: 10px;
}
#Subscribe{
    background-color: #F15A29;
    width: 200px;
    height:50px ;
    border:none;
    color: whitesmoke;
}

.right {
    transform: rotate(-45deg);
    float: right;
}
.left {
    transform: rotate(135deg);
    float: left;
}
.container{
    align-items: center;
    display:flex;
    justify-content: center;
    margin: 10px; 
  }

#viewgallery{
    background-color: whitesmoke;
    width: 200px;
    height:55px ;
    color: #F15A29;
    border:1px solid #F15A29;
} 