@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
/* =========================labnding page start================== */
.landing-page{
  margin-top: 70px;
  width:92%;
  border-radius: 30px;
  height: 550px;
  background: #fff1dc;
}
.landing-page .l-col{
  margin-left: 20px;
  margin-top: 130px;
  padding: 20px 0px 20px 20px;
}
.landing-page .l-col .landing-head{
  font-size: 50px;
  font-weight: bold;
}
.landing-page .l-col .landing-para{
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
}
.landing-page .l-col .landing-close {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
}
.search-box{
  margin-top: 45px;
  height: 55px;
  width: 400px;
  background-color: white!important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: -2px 2px 5px grey;
  padding: 15px;
}

.search-box input{
  vertical-align: middle;
  font-size: 20px;
  border:none;
}
.search-box input:focus{
  border: none;
  outline: none;
}
.search-box button{
  margin-left: auto;
  padding: 3px 20px 5px 20px;
  border-radius: 10px;
  background: rgb(254,86,52);
}
/* ===================================== menu start =========================== */
#menu{
  margin-top: 100px!important;
}
#menu h1{
  font-size: 35px;
  font-family:sans-serif;
  font-weight: bold;
}
.menu-box{
  margin: 25px;
  height: 200px;
  width: 152px;
  background: rgb(255,241,220);
  background: linear-gradient(-20deg, rgba(255,241,220,1) -18%, rgba(243,204,170,1) 100%);
  border-radius: 15px;
  box-shadow:2px 2px 5px lightgrey;
  display: flex;
  position: relative;
  transition:all .3s
}
.menu-box:hover{
  background: linear-gradient(-20deg, rgba(244,217,176,1) -18%, rgba(242,188,141,1) 100%);
  transition:all .3s;
}
.menu-img-box{
  position: absolute;
  top:40%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
}
.menu-img-box img{
  border-radius: 50%;
  border: 5px solid white;
}
.menu-box h2{
  font-size: 18px;
  text-align:center;
  position: absolute;
  top:125px;
  left: 50%;
  transform: translate(-50%,-50%);
}
#menu{
  width: 90%;
  margin: auto;
}
/* ==================================food item start======================== */
#food-item{
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 0px;
  background: #fff1dc;
  padding: 50px 0px 50px 0;
  /* border: 2px solid red; */
}
#food-item .row{
  width:90%!important;
  margin: auto;
}
#food-item h1:first-child{
  font-size: 35px;
  font-family:sans-serif;
  margin-bottom: 40px;
  font-weight: bold;
}
.item-card{
  background: #fff;
  width: 210px;
  height: 230px;
  border-radius: 15px;
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  margin-bottom: 50px;
}
.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);
  border: 0;
  color: #fff;
  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 990px ============================================================= */


@media screen and (max-width:990px){

  /* ================================ landing page start 900px======================= */
  .landing-page::before{
    content: "";
    height: 500px;
    width: 100%;
    position: absolute;
    top:70px;
    left: 0;
    background-color: rgba(0,0,0,0.4);

  }
  .landing-page{
    height: 500px;
    background-image: url("../assets/landing6.jpg");
    border-radius: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 3;
    padding: 20px;
  }
  .landing-page .l-col{
    margin-top: 100px;
    text-align: center;
    padding: 20px;
    margin-left: 0;
  }
  .landing-page .l-col .search-box{
    margin: auto;
    margin-top: 60px;
    /* display: none; */
  }
  .landing-page .r-col{
    display: none;
  }
  .landing-page .l-col .landing-head{
    display: none;
  }
  .landing-page .l-col .landing-para{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 1px 0px;
    border-radius: 10px;
  }
  .landing-page .l-col .landing-close {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 1px 0px;
    border-radius: 10px;
  }
  /* ================================ landing page end ======================= */

}
/* ================================ media query 500px start ========================================= */
@media screen and (max-width:500px){
  .navbar .navbar-nav{
    background: #fff;
    width: 100%;
    padding: 20px;
  }

  /* ==================== landing page start 550px =============== */
  .landing-page{
    padding: 10px;
    overflow: hidden;
  }
  .landing-page .l-col{
    margin-top: 80px;
  }
  .landing-page .l-col .landing-para{
    font-size: 25px;
}
.landing-page .l-col .landing-para span{
  font-size: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  font-family: 'Pacifico', cursive;
  font-weight: lighter;
}
 .landing-page .l-col .landing-close {
    font-size: 25px;
  }
  .landing-page .l-col .landing-close span {
    font-size: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    font-family: "Pacifico", cursive;
    font-weight: lighter;
  }
.landing-page .l-col .search-box{
  width: 300px;
  height: 50px;
  border-radius: 20px 0px 20px 0px;
}
.landing-page .l-col .search-box input{
  width: 160px;
  font-size: 18px;
}
.landing-page .l-col .search-box button{
  font-size: 13px;
  border-radius: 10px 0px 10px 0px;
}
/* ============================ landing page end ================ */


/* ================================ menu start  ======================= */
#menu{
  margin-top: 40px!important;
}
#menu h1{
  font-size: 22px;
  margin-bottom: 20px;
}
.menu-box{
  margin: 10px!important;
  height: 200px;
  width: 155px;
  color: #000;
}
.menu-box:hover{

}
.menu-img-box{
  height: 80px;
  width: 80px;
}
.menu-img-box img{
  border-radius: 50%;
  border: 5px solid white;
}
.menu-box h2{
  font-size: 20px;
  position: absolute;
  top:110px;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* ================================= menu end ======================= */
/* ================================= food item start================= */
#food-item{
  margin-top: 50px;
  margin-bottom: 0px;
  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;
}
.item-card{
  background: #fff;
  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;
}
.lSAction{
    display:none!important;
}
}


/* =========================== media query 500px end =============== */
