/* CSS for All */
/* *{
    margin: 0 0;
    padding: 0 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 1%;
  }
  .img-responsive-logo {
    width: 80%;
  }
  .img-responsive {
    width: 100%;
  }
  .img-curve {
    border-radius: 15px;
  }
  
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-white {
    color: white;
  }
  
  .clearfix {
    clear: both;
    float: none;
  }
  
  a {
    color: #5d9e5f;
    text-decoration: none;
  }
  a:hover {
    color: #5d9e5f;
  }
  
  .btn {
    padding: 1%;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
  }
  .btn-primary {
    background-color: #5d9e5f;
    color: white;
    cursor: pointer;
  }
  .btn-primary:hover {
    color: white;
    background-color: #5d9e5f;
  }
  h2 {
    color: #2f3542;
    font-size: 2rem;
    margin-bottom: 2%;
  }
  h3 {
    font-size: 1.5rem;
  }
  .float-container {
    position: relative;
  }
  .float-text {
    position: absolute;
    bottom: 50px;
    left: 40%;
  }
  fieldset {
    border: 1px solid white;
    margin: 5%;
    padding: 3%;
    border-radius: 5px;
  }
  
  .error {
    padding: 2%;
    color: red;
  }
  .success {
    padding: 2%;
    color: green;
  }
  
  /* CSSS for navbar section */
  /*
  .logo {
    width: 18%;
    float: left;
    left: 100px;
  }
  .menu {
    line-height: 30px;
  }
  .menu ul {
    list-style-type: none;
  }
  
  .menu ul li {
    display: inline;
    margin: 0px 2px;
    padding: 0px 5px;
    font-weight: bold;
    border-radius: 16px;
  }
  .menu ul li a { 
    color: green;
    transition: 0.2s;
   
  }
  .menu ul li a:hover {
    background: green;
    padding: 5px 4px;
    color: white;
    border-radius: 16px;
    
  }
  /* .menu ul li a.active {
    background: blue;
    color: white;
    } */
     /*
  .navbar--open{
    left: 0; 
  
  }
  #sideNav{
    width: 250px;
    height:100vh;
    position: fixed;
    left: -250px;
    top: 0;
    background: #434447;
    z-index: 1;
    transition: .5s;
   
    
  }
  nav ul li{ 
    list-style: none;
    margin: 18px 32px;
  }
  nav ul li a{ 
    text-decoration: none;
    color: white;
    font-weight: bold;  
  }
  nav ul li a:hover{ 
    text-decoration: none;
    color:orange;
    font-weight: bold;  
  }
  #menuBtn{
    visibility: hidden;
    width:40px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    left: 190px;
    border-radius: 5px;
  
  }
  
  
  /* CSS for Food SEarch Section */
  
  .food-search {
    background-image: url(../images/fosyyyy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7% 0;
  }
  
  .food-search input[type="search"] {
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
  }
  
  .food-search input[type="search_order"] {
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
  }
  
  .food-search2 {
    background-image: url(../images/ibg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7% 0;
  }
  
  .food-search2 input[type="search"] {
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
  }
  
  /* CSS for Categories */
  .categories {
    padding: 4% 0;
  }
  
  .box-3 {
    width: 28%;
    float: left;
    margin: 2%;
  } 
  */
  
  /* CSS for Food Menu */
  .food-menu {
    background-color: #ececec;
    padding: 4% 0;
  }
  .food-menu-box {
    width: 46%;
    margin: 1%;
    padding: 2%;
    float: left;
    background-color: white;
    border-radius: 10px;
    margin-left: 2%;
    box-shadow: 10px 15px 30px chocolate;
  }
  
  .food-menu-img {
    width: 20%;
    float: left;
  }
  
  .food-menu-desc {
    width: 70%;
    float: left;
    margin-left: 8%;
  }
  
  .food-price {
    font-size: 1.2rem;
    margin: 2% 0;
  }
  .food-detail {
    font-size: 1rem;
    color: #747d8c;
  }
  
  /* CSS for Social */
  .social ul {
    list-style-type: none;
  }
  .social ul li {
    display: inline;
    padding: 1%;
  }
  
  /* for Order Section */
  .order {
    width: 50%;
    margin: 0 auto;
  }
  .input-responsive {
    width: 96%;
    padding: 1%;
    margin-bottom: 3%;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
  }
  .order-label {
    margin-bottom: 1%;
    font-weight: bold;
  }
  
  /* CSS for Mobile Size or Smaller Screen */
  
  @media only screen and (max-width: 768px) {
    .logo {
      width:39%;
      float: calc(center);
      margin: 1% auto; 
      visibility: hidden;   
    }
  .exit{
    color: white;
    float: right;
    padding:  5px 5px 5px 15px;
    cursor: pointer; 
    margin-right: 10px;
  }
    #menuBtn{
      margin-bottom: 30px;
      visibility: hidden;
      left: 10px;
      top: 10px;
      background: brown;
    }
    #sideNav{
  
      left: -250px;
    }
  nav ul{
    /* margin-top: 40px; 
  }
  #nav_check:checked ~ nav{
    left: 0px;  
  }
  .hamburger{
    /* display: none; 
   height: fit-content;
   cursor: pointer;
   padding: 3px 8px;
   border-radius: 5px;
   transition: 0.2s;  
  } 
  .hamburger div{
   width: 30px;
   height: 2px;
   margin: 6px 0;
   background: #212526;
  }
  .navlogo{
    width: 75%;
    margin-top: 25px;
    position: calc(center);
  }
    .menu ul {
      text-align: center;
      visibility: hidden;
    }
    .menu ul li{
      text-align: center;
      visibility: hidden;
    }
  
    .food-search input[type="search"] {
      width: 90%;
      padding: 2%;
      margin-bottom: 3%;
    }
  
    .btn {
      width: 91%;
      padding: 2%;
    }
  
  
    .food-search {
      padding: 10% 0;
    }
  
    .categories {
      padding: 20% 0;
    }
    h2 {
      margin-bottom: 10%;
    }
    .box-3 {
      width: 100%;
      margin: 4% auto;
    }
  
    .food-menu {
      padding: 20% 0;
    }
  
    .food-menu-box {
      width: 90%;
      padding: 5%;
      margin-bottom: 5%;
      /* margin-left: 5%; 
      box-shadow: 5px 10px;
    }
    .social {
      padding: 5% 0;
    }
    .order {
      width: 100%;
    }
    .col-md-11{
      margin-left: 0px;
      width: 100%;
    }
  }
  .preloader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .4s ease;
  }
  
  .fade-out-animation {
      opacity: 0;
      visibility: hidden;
  }
  #preloader{
    background:transparent url(../../images/loader.gif) no-repeat center center;
    background-size: 18%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    opacity:0.6;
    
  }
  
  
  
  