* {
  font-family: Montserrat, sans-serif;
}

.header {
  color: #f5f5f5;
  z-index: 1000;
  background-color: #10375c;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-between;
  margin: 1.25rem;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

#username {
  font-weight: 100;
}

.logoIt {
  border-radius: 20px;
  width: 6rem;
  height: 100%;
}

.navItems {
  display: flex;
}

.login-btn {
  background-color: #f3c623;
  border-radius: 20px;
  justify-content: center;
  width: 100px;
  height: 40px;
  margin-top: 25px;
  margin-left: 25px;
  font-size: 1.1rem;
  transform: scale(.95);
}

.login-btn:hover {
  cursor: pointer;
  transform: scale(1);
  box-shadow: 2px 2px 10px #000;
}

.navItems > p {
  opacity: .8;
  justify-content: center;
  padding-top: 1rem;
  padding-left: 2.5rem;
  font-size: 1.12rem;
  text-decoration: none;
}

.navItems > p:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.1);
}

.res-card {
  background-color: #fff;
  border-radius: 20px;
  width: 15rem;
  height: 26rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 10px;
  transform: scale(.95);
}

.res-card:hover {
  transform: scale(1);
  box-shadow: 2px 2px 10px #000;
}

.body {
  background-color: #f4f6ff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.searchbar {
  margin-bottom: 20px;
  padding-left: 30%;
}

#food-img {
  border-radius: 20px;
  width: 100%;
  height: 12rem;
}

.res-container {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

#filter {
  color: #fff;
  cursor: pointer;
  background-color: #eb8317;
  border: none;
  border-radius: 20px;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  margin-left: 50px;
}

#filter:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 10px #000;
}

#srch {
  color: #000;
  cursor: pointer;
  background-color: #f3c623;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  width: 100px;
  height: 52px;
}

#srch:hover {
  box-shadow: 2px 2px 2px #000;
}

#imp {
  color: #000;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  width: 400px;
  height: 50px;
}

.food-img-sch {
  background-color: #f5f5f5;
}

.restroInfo {
  background-color: #f4f6ff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 3%;
  padding-left: 20%;
  padding-right: 20%;
}

.ResHead {
  color: #fff;
  background-color: #f3c623;
  border-radius: 20px;
  justify-content: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.menuItems-heading {
  color: #fff;
  background-color: #10375c;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 5px 30px 5px 25px;
  font-weight: 500;
  display: flex;
  box-shadow: 2px 2px 6px #000;
}

.food-items {
  border-bottom: 1px solid gray;
  padding: 10px;
  font-weight: 100;
}

.add-btn {
  color: #1ba672;
  background-color: #fff;
  border-radius: 5px;
  height: 30px;
  position: relative;
  bottom: 15px;
  left: 25px;
  box-shadow: 1px 1px 2px #000;
}

.add-btn:hover {
  color: #fff;
  background-color: #1ba672;
  transform: scale(1.1);
}

#menuH {
  justify-content: start;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.foodContainerBox {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.desc {
  font-weight: 150;
}

.price {
  font-size: small;
  font-weight: 400;
}

.menu-img {
  justify-items: center;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  display: flex;
  box-shadow: 2px 2px 6px #000;
}

.Links {
  color: #fff;
  text-decoration: none;
}

.Cardhref {
  color: #000;
  text-decoration: none;
}

#star {
  color: #eb8317;
}

.user-card {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 16rem;
  height: 12rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 10px;
  transform: scale(.95);
  box-shadow: 2px 2px 15px #000;
}

#about {
  background-color: #f4f6ff;
  border-radius: 20px;
  height: 100vh;
  margin: 1.25rem;
  display: flex;
}

#git-img {
  border: 1px solid #000;
  border-radius: 50%;
  width: 16rem;
  height: 16rem;
  margin-top: 30%;
  padding: 10px;
  box-shadow: 2px 2px 15px #000;
}

.about-box {
  margin-top: 4.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-left: 5%;
  display: flex;
}

.Ed-card {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 16rem;
  height: 12rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 10px;
  transform: scale(.95);
  box-shadow: 2px 2px 15px #000;
}

.InfoCards {
  flex-direction: column;
  display: flex;
}

.Project-info {
  background-color: #f3c623;
  border: 1px solid #000;
  border-radius: 20px;
  width: 36rem;
  height: 27rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1.25rem;
  padding: 10px;
  transition: all .5s;
  transform: scale(.95);
  box-shadow: 2px 2px 15px #000;
}

.Project-info:hover {
  z-index: 2;
  cursor: pointer;
  transition: all .8s;
  transform: scale(1.3);
}

#errorThrottle {
  background-color: #f3c623;
  border: 1px solid #000;
  border-radius: 20px;
  width: 18rem;
  height: 7rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 10px;
  position: absolute;
  left: 38%;
  transform: scale(.95);
  box-shadow: 2px 2px 15px #000;
}

.Discount {
  color: #fff;
  margin: top 10px;
  z-index: 1;
  background-color: #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px;
  position: relative;
  top: 65px;
  left: 10px;
}

.CartHead {
  color: #fff;
  background-color: #f3c623;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 2px;
  padding: 5px 30px 5px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  left: 50px;
  box-shadow: 2px 2px 6px #000;
}

#cart {
  background-color: #f4f6ff;
  border-radius: 20px;
  height: 100vh;
  margin: 1.25rem;
}

.CartItemList {
  margin-left: 50px;
  margin-right: 150px;
}

#clear {
  color: #fff;
  cursor: pointer;
  background-color: #1ba672;
  border-radius: 20px;
  width: 250px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 2px;
  margin-left: 50px;
  transform: scale(.9);
}

#clear:hover {
  transform: scale(1);
}

.cartP {
  margin-left: 50px;
  font-weight: 500;
}

.cart-bom {
  justify-content: space-around;
  display: flex;
}

.price-bek {
  border-radius: 20px;
  width: 400px;
  margin-bottom: 2px;
  margin-left: 50px;
  margin-right: 50px;
}

.CartHead-SUmmary {
  color: #fff;
  background-color: #f3c623;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 2px;
  padding: 5px 30px 5px 25px;
  font-weight: 500;
  box-shadow: 2px 2px 6px #000;
}

.TotalPrice {
  color: #fff;
  background-color: #eb8317;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 70%;
  padding: 10px;
}

.Line {
  border-bottom: #10375c;
}

#nameIt {
  font-weight: 700;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
  }

  .header {
    color: #fff;
    background-color: #230046;
  }

  .body {
    background-color: #141414;
  }

  .searchbar {
    background-color: #141414;
    border-radius: 20px;
  }

  .res-card {
    color: #fff;
    background-color: #282828;
  }

  .res-container {
    background-color: #141414;
  }

  #filter {
    color: #000;
    background-color: #fff;
  }

  #srch {
    color: #000;
    background-color: #fff;
    border: #000;
  }

  .login-btn {
    color: #000;
    background-color: #fff;
  }

  .ResHead {
    color: #fff;
    background-color: #320064;
  }

  .restroInfo {
    color: #fff;
    background-color: #141414;
  }

  .menuItems-heading {
    background-color: #282828;
  }

  .CartHead, .CartHead-SUmmary {
    color: #fff;
    background-color: #320064;
  }

  .TotalPrice {
    color: #fff;
    background-color: #282828;
  }

  #cart {
    color: #fff;
    background-color: #141414;
  }

  .Ed-card cartP, .cartP, .user-card, .Ed-card {
    color: #fff;
    background-color: #282828;
  }

  .Project-info {
    color: #fff;
    background-color: #320064;
  }

  #git-img {
    background-color: #282828;
  }

  .about-box, #about {
    background-color: #141414;
  }
}
/*# sourceMappingURL=index.3a01df49.css.map */
