
* {
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
}
body {
     font-family: "Fredoka", sans-serif;
}
.menunav .navbar-brand{
  padding: 0;
  display: block;
  float: none;
  text-align: center;
}
.topcss{
  margin-top: 20px;
}
.menunav .navbar-brand img{
  height: 75px;
  margin: 15px auto 0 auto;
}
.btm_section{
  margin-bottom: 20px;
}
.col-left-img{
  padding: 0 12px 0 0px;
}

  .menu-name{
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 500;
    color: rgb(28, 28, 28);
  }
  .menu-price{
    font-weight: 400;
    margin: 0;
  }
  .menu-description{
    font-weight: 300;
    font-size: 12px;
    margin: 0;
  }
  .menu-card{
    padding: 5px 0 10px 0;
  }
  .menu-image img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  .veg-badge-container{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid green;
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.circle{
  position: absolute;
  background-color: green;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.head_title h3{ 
    margin:0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    color: rgb(105, 105, 105);
    text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .menu {
    font-size: 16px;
  }

  .menu-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-item-img {
    width: 125px;
    height: 125px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1281px) {
       
        .container {
            width: 768px; /* Fixed width for desktop container */
            margin: 0 auto; /* Center the container */
        }
      
    }
