*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.color{
  color:red;
  background: #fff;
}
.active-cat{
  color: red!important;
  background: #fff;
}
.landing-img:before{
  content: "";
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 6;
}
.landing-img{
  height: 300px;
  width: 100%;
  background-image: url("../assets/landing6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.food-menu{
  margin-top: 30px;
}
.food-menu h5:first-child{
  color: rgb(255,51,0);
  font-weight: bold;
  border-bottom:1px solid #f0eded;
  padding-bottom: 20px;

}
.food-menu .row{
  width: 100%;
  margin: auto;
  /* border: 1px solid #f0eded; */
  padding-top: 15px;
  background: #fff;
}
.menu-div{
  width: 100%;
  height: auto;
  border: 1px solid #f0eded;
  padding-top: 15px;
}
.menu-div .search-box-title{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 15px 15px;
  color:white;
  background: rgb(255,51,0);
  font-weight: 600;
}
.menu-div .search-box-title p{
  margin :auto 0px;
}
.menu-div .search-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border: 1px solid #f0eded;
  padding: 0px 0px 0px 15px;
  font-weight: 600;
  background: #fff;
}
.menu-div .search-box input{
  width: 90%;
  font-size: 18px;
  outline: none;
  border: 0;
}
.menu-div .search-box i{
  border-left: 1px solid #f0eded;
  padding: 20px;
  background: #FAFAF8;
  transition: .3s;
}
.menu-div .search-box i:hover{
  cursor: pointer;
  color: #fff;
  background: rgb(254,86,52);
  transition: .3s;

}
.menu-div a{
  display: block;
  color: rgb(65,69,81);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 22px 50px;
  border: 1px solid #f0eded;
}
.menu-div a:hover{
  color: red;
  background: #fff;
  transition: .3s;
}
.order-bottom-td:hover{
  cursor: pointer;
}
/* ==================================food item start======================== */

.item-card{
  background: #fff;
  width: 210px;
  height: auto;
  border-radius: 15px;
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  margin-bottom: 70px;
  margin-top: -15px;
  background: #f7f7f7;
}
.item-card .item-img{
  height: 110px;
  width:110px;
  margin: auto;
  /* border:2px solid red; */

}
.item-card .item-img img{
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
}
.item-card h3{
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.item-card p{
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}
.item-card h1{
  color:rgb(254,86,52);
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 30px;
}
.item-card input{
  position: absolute;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 40px;
  background: rgb(254,86,52);
  color: #fff!important;
  border:0;
  border-radius: 15px;
  bottom:-15px;
  left: 50%;
  transform: translate(-50%,0);
  transition: all .3s;
}
.item-card input:hover{
  background: #e33b19;
  transition: all .3s;
}
/* ================================ media query 500px start ========================================= */
@media screen and (max-width:514px){
  .table{
    width: 100%!important;
  }
  .table tr th,table tr td{
    font-size: 11px;
  }
  .table tr a{
    font-size: 10px;
    padding: 2px;
  }
  .menu-div a{
    padding: 15px;
  }
  .menu-box{
    display: none;
  }
  .navbar .navbar-nav{
    background: #fff;
    width: 100%;
    padding: 20px;
  }
/* ================================= food item start================= */
#food-item{
  margin-top: 50px;
  margin-bottom: 500px;
  background: linear-gradient(50deg, rgba(245,86,47,.5) -18%, rgba(224,198,129,.5) 100%);
  padding: 50px 0px 10px 0;
  /* border: 2px solid red; */
}
#food-item .row{
  width:90%!important;
  margin: auto;
}
#food-item h1:first-child{
  font-size: 22px;
}
.food{
  margin-top: 20px!important;
}
@keyframes menu {
  from {top: -2px;}
  to {top: 2px;}
}
.menu-hide .fa-cutlery{
  animation:menu .8s linear 2s infinite alternate;
  animation-duration: .8s;
  animation-iteration-count:infinite;
  position: relative;
}
.menu-icon-color{
  background: ;
  border-radius: 50%;
  padding: 5px;
  background: #5c1605;
}
.item-card{
  background: #f7f7f7;
  width: 150px;
  height: auto;
  border-radius: 15px;
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  margin-bottom: 50px;
}
.item-card .item-img{
  height: 80px;
  width:80px;
  margin: auto;
  /* border:2px solid red; */
}
.item-card h3{
  font-size: 13px;
}
.item-card p{
  font-size: 12px;
}
.item-card h1{
  font-size: 15px;
  padding-bottom: 25px;
}
.item-card input{
  padding: 4px 20px;
}
}
