/* media query */
.container {
    max-width: 1230px !important;
}
.dashboard_navbar {
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    contain: size layout style;
    padding: 0 20px;
}
.bottom_nav_Mobile a{
   color: #3d4152;
   font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
    .dashboard_navbar .navbar-brand {
        display: none;
   }
}
.dashboard_navbar .navbar-brand img {
    width: 7rem;
}
.dashboard_navbar .eat_currentAddress_head {
    display: flex;
    max-width: 260px;
    align-items: center;
}
@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head {
        display: block;
        position: relative;
   }
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(1) {
    color: rgb(245, 73, 73);
    font-weight: 600;
    position: relative;
    font-size: 14px;
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(1):before {
    content: '';
    position: absolute;
    border-bottom: 2px solid rgb(245, 73, 73);
    bottom: -2px;
    width: 100%;
}
.dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #686b78;
    font-size: 14px;
    margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
        width: 250px;
        display: block;
        margin-top: p;
        position: relative;
        top: 6px;
        margin-left: 0;
        font-size: 12px;
   }
}
@media (min-width: 320px) and (max-width: 481px) {
    .dashboard_navbar .eat_currentAddress_head span:nth-child(3) {
        position: absolute;
        top: 2px;
        left: 50px;
   }
}
.dashboard_navbar .navbar-collapse {
    justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 767px) {
    .dashboard_navbar .navbar-collapse {
        flex-grow: unset !important;
        flex: unset !important;
   }
}
.dashboard_navbar .navbar-collapse .navMenu li {
    margin-right: 40px;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .dashboard_navbar .navbar-collapse .navMenu li {
        display: none;
   }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .dashboard_navbar .navbar-collapse .navMenu li {
        margin-right: 11px;
   }
}
.dashboard_navbar .navbar-collapse .navMenu li:last-child {
    margin-right: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a {
    color: #3d4152;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.dashboard_navbar .navbar-collapse .navMenu li a:hover {
    color: rgb(245, 73, 73);
}
.dashboard_navbar .navbar-collapse .navMenu li a:hover svg {
    fill: rgb(245, 73, 73);
    stroke: rgb(245, 73, 73);
}
.dashboard_navbar .navbar-collapse .navMenu li a svg {
    position: relative;
    top: -2px;
    fill: #3d4152;
    stroke-width: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a span {
    padding-left: 10px;
}
.dashboard_navbar .navbar-collapse .navMenu li a .cart_count {
    position: relative;
    padding: 0;
}
.dashboard_navbar .navbar-collapse .navMenu li a .cart_count .cart_count_value {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
    font-size: 13px;
    font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .dashboard_navbar .navbar-collapse .navMenu .li_ShowMobile {
        display: inline-block !important;
        margin-right: 0 !important;
   }
}
.cat_svg {
    fill: #fff !important;
    stroke-width: 2px !important;
    stroke: #282c3f;
}

.bottom_nav_Mobile{
 display:none;
 z-index: 1000;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .bottom_nav_Mobile {
        background: #fff;
        position: fixed;
        height: 63px;
        width: 100%;
        bottom: 0;
        box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);
        display: flex;
        padding-top: 7px;
   }
    .bottom_nav_Mobile a {
        flex: 1;
        text-align: center;
   }
    .bottom_nav_Mobile a span {
        display: block;
   }
}







/* main swiggy part */
/* 1st */



button {
    border: none;
    cursor: pointer;
  }
  
  .mcontainer{
    max-width: 1200px;
    margin: auto;
    padding: 10px;
    margin-top: 5%;
  }
  
  .card-slider {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 10px;
    gap: 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  
  .card-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  
  .label-container {
    display: flex;
    align-items: center;
  }
  
  
  .label-container {
    display: flex;
    align-items: center;
  }
  
  .label-container h2 {
    color: #111;
    font-family: Poppins, serif;
    margin-right: auto;
    font-weight: 600;
  }
  
  .label-container .bi {
    font-size: 18px;
  }
  
  .label-container button {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #111;
    cursor: pointer;
    padding: 10px;
    width: fit-content;
    margin-left: 5px;
  }
  
  .label-container button:disabled {
    background-color: whitesmoke;
    cursor: not-allowed;
    border: none;
  }
  
  .restaurant-card {
    transition: transform 0.3s ease-in-out;
    font-family: "Arial", sans-serif;
    background: transparent;
  }
  
  .restaurant-card:hover {
    cursor: pointer;
    transform: scale(0.95);
  }
  
  .image-container {
    position: relative;
    display: inline-block;
  }
  
  .image-container img {
    width: 300px;
    height: 200px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    image-rendering: pixelated;
  }
  
  .image-container::after {
      content: "";
      position: absolute;
      top: 80%;
      left: 0;
      right: 0;
      border: none;
      border-radius: 0 0 20px 20px;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
  }
  
  .discount-badge {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 10px;
    padding: 5px;
    z-index: 2;
    font-weight: bold;
    font-size: 24px;
    font-family: "Proxima Nova Condensed", sans-serif;
  }
  
  .restaurant-name {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
  }
  
  .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  
  .rating {
    display: flex;
    align-items: start;
    margin-top: 5px;
    font-weight: semi-bold;
  }
  
  .review-count {
    margin-left: 5px;
    font-weight: semi-bold;
  }
  
  .delivery-info {
    display: flex;
    font-size: 16px;
    align-items: center;
  }
  
  .bi-star-fill {
    color: green;
  }
  
  .bi-dot {
    font-size: 26px;
  }
  
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
  
      .container {
          max-width: 350px;
          margin: auto;
          padding: 10px;
        }
        
        /* Card Slider */
        
        .label-container h2 {
          color: #111;
          font-family: Poppins, serif;
          margin-right: auto;
          font-size: 18px;
          font-weight: bold;
        }
        
        .label-container i {
          font-size: 14px;
        }
        
        /* Card Slider */
        
        /* Restaurant Card */
        .card-container {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: fit-content;
          gap: 10px;
          margin-top: 10px;
        }
        
         .image-container img {
          width: 180px;
          height: 140px;
          display: block;
          border-radius: 20px;
          object-fit: cover;
          image-rendering: pixelated;
        }
        
        .image-container::after {
          content: "";
          position: absolute;
          top: 80%;
          left: 0;
          right: 0;
          border: none;
          border-radius: 0 0 20px 20px;
          bottom: 0;
          background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 100%
          );
        }
        
        .discount-badge {
          position: absolute;
          color: #fff;
          bottom: 0;
          left: 10px;
          padding: 5px;
          z-index: 2;
          font-weight: bold;
          font-size: 12px;
          font-family: "Proxima Nova Condensed", sans-serif;
        }
        
        .restaurant-name {
          font-weight: bold;
          font-size: 16px;
          margin: 0;
        }
        
        .info-row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 10px;
        }
        
        .rating {
          display: flex;
          align-items: start;
          margin-top: 3px;
          font-weight: semi-bold;
        }
        
        .review-count {
          margin-left: 3px;
          font-weight: semi-bold;
        }
        
        p{
          font-size: 10px;
        }
    
        .delivery-info {
          display: flex;
          font-size: 10px;
          align-items: center;
        }
        
        .bi-dot {
          font-size: 16px;
        }
        /* Restaurant Card */
  }
  
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  




/* mind head */

.mind{
  margin-left: 12%;
  margin-top: 5%;
}

.mind h2{
  font-weight: bold;
  font-family: Poppins, serif;
  font-size: 35px;
}













  /* mind */

  .three {
    order: 2;
    display: grid;
    grid-template-columns: repeat(3, 190px);
    margin-left: 17%;
    grid-column-gap: 50px;
  }
  .products {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-right: 0.5em;
    cursor: pointer;
    width: 120px;
    height: 180px;
    padding: 0em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-radius: 20px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, */
      /* rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  }
  .products img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 768px) {
    .main {
      width: 100%;
      margin: auto;
    }
    .three {
      order: 2;
      display: grid;
      grid-template-columns: repeat(2, 190px);
    }
  }
  
  @media only screen and (max-width: 376px) {
    .mb-header {
      font-size: small;
    }
    .one {
      font-size: 80%;
    }
    .two {
      width: 80%;
    }
    .three {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .mb-header {
      display: none;
    }
    .main {
      display: grid;
      grid-template-columns: minmax(min-content, 250px) minmax(
          min-content,
          1000px
        );
      max-width: 1400px;
    }
    .side {
      margin-top: 2em;
      display: flex;
      flex-direction: column;
      height: 100vh;
      margin-left: 1em;
      margin-right: 1.5em;
    }
    .title,
    .options {
      text-align: left;
      list-style: none;
      padding-left: 1.5em;
    }
    .options h4 {
      cursor: pointer;
      font-size: 0.9em;
      font-weight: 100;
      padding-bottom: 1.5em;
      color: rgb(151, 151, 151);
    }
    .options h4:hover {
      color: black;
    }
    .btn {
      text-align: center;
    }
    .btn button {
      background: rgba(255, 78, 78, 255);
      border: none;
      outline: none;
      padding: 1em 3em;
      border-radius: 20px;
      color: white;
    }
    .hero {
      display: grid;
      grid-template-columns: repeat(2, 700px);
      margin: 2em 2em;
      padding: 2.5em 1em;
      width: 100%;
    }
    .one {
      text-align: left;
      order: 1;
      font-size: 2em;
    }
    .two {
      padding-top: 1.5em;
      justify-content: center;
      text-align: left;
      width: 250px;
      order: 2;
      line-height: 1.5;
    }
    .three {
      display: grid;
      grid-template-columns: repeat(5, 170px);
      order: 3;
    }
  }
  
  @media only screen and (max-width: 1023px) {
    .side {
      display: none;
    }
  }
  















 /* filter */



 .filterDiv {
  float: left;
  width: 23%;
  margin: 1%;
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  /* background-color: #655f5f; */
  color: black;
}




























