@-webkit-keyframes selected {
  0% {
    flex-basis: 100%;
  }
  100% {
    flex-basis: 76%;
  }
}
@keyframes selected {
  0% {
    flex-basis: 100%;
  }
  100% {
    flex-basis: 76%;
  }
}
@-webkit-keyframes selected-out {
  0% {
    flex-basis: 76%;
  }
  100% {
    flex-basis: 100%;
  }
}
@keyframes selected-out {
  0% {
    flex-basis: 76%;
  }
  100% {
    flex-basis: 100%;
  }
}
@-webkit-keyframes selected-logo {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-720deg);
  }
  100% {
    right: 25%;
    transform: rotate(-720deg);
  }
}
@keyframes selected-logo {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-720deg);
  }
  100% {
    right: 25%;
    transform: rotate(-720deg);
  }
}
@-webkit-keyframes selected-logo-out {
  0% {
    right: 25%;
    transform: rotate(-720deg);
  }
  20% {
    transform: rotate(-720deg);
  }
  100% {
    right: -50%;
    transform: rotate(0deg);
  }
}
@keyframes selected-logo-out {
  0% {
    right: 25%;
    transform: rotate(-720deg);
  }
  20% {
    transform: rotate(-720deg);
  }
  100% {
    right: -50%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes menu {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes menu {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes loaderbackground {
  100% {
    visibility: hidden;
  }
}
@keyframes loaderbackground {
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes logocolor {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    color: #9356DC;
  }
  50% {
    color: #FF79DA;
  }
  100% {
    color: #99E2D0;
  }
}
@keyframes logocolor {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    color: #9356DC;
  }
  50% {
    color: #FF79DA;
  }
  100% {
    color: #99E2D0;
  }
}
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-1440deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-1440deg);
  }
}
html {
  scroll-behavior: smooth;
  display: flex;
  justify-content: center;
  background-color: #f2eafb;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.fakeBody {
  font-family: "Roboto";
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  max-width: 1400px;
}

.header {
  position: relative;
  font-family: "Shrikhand", cursive;
  font-size: 25px;
  padding: 10px 0 10px 0;
  box-shadow: 0 5px 5px #777777;
  z-index: 1;
}
.header__links {
  position: absolute;
  left: 30px;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer__logo {
  font-family: "Shrikhand", cursive;
  font-size: 18px;
  padding-left: 25px;
  padding-top: 18px;
  display: inline-block;
}
.footer ul {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  line-height: 1.9em;
}
.footer ul i {
  font-size: 12px;
  padding-right: 5px;
  width: 15px;
}

.header {
  background-color: #fff;
  color: #000000;
  flex-basis: 100%;
  text-align: center;
}
.header__links {
  list-style-type: none;
}
.header__links a {
  color: #000000;
  text-decoration: none;
}

.location {
  background-color: #EAEAEA;
  color: #000000;
  flex-basis: 100%;
  text-align: center;
}

.start {
  background-color: #F7F7F7;
  color: #000000;
  flex-basis: 100%;
  text-align: center;
}

.howtouse {
  background-color: #fff;
  color: #000000;
  flex-basis: 100%;
}

.listing {
  background-color: #F7F7F7;
  color: #000000;
  flex-basis: 100%;
  text-align: left;
}
.listing__links {
  list-style-type: none;
}
.listing__links a {
  color: #000000;
  text-decoration: none;
}

.footer {
  background-color: #353535;
  color: #fff;
  flex-basis: 100%;
  text-align: left;
}
.footer__links {
  list-style-type: none;
}
.footer__links a {
  color: #fff;
  text-decoration: none;
}

.order {
  background-color: #F7F7F7;
  color: #000000;
  flex-basis: 100%;
  text-align: left;
}

.location {
  display: flex;
  justify-content: center;
  color: #353535;
  z-index: 0;
  padding: 5px 0 5px 70px;
}
.location i {
  padding-right: 10px;
  position: relative;
  top: 10px;
  font-size: 16px;
}
.location__search {
  padding: 10px 0 10px 0;
  border: none;
  font-family: "Roboto";
  color: #353535;
  font-size: 15px;
  background-color: #EAEAEA;
}
.location__search:focus {
  color: #353535;
  outline: none;
}

.start {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.start h1 {
  font-weight: bold;
  padding-top: 15px;
  flex-basis: 65%;
}
.start p {
  flex-basis: 90%;
  font-weight: 100;
  margin-top: -5px;
  padding-bottom: 7px;
}

.howtouse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 35px;
}
.howtouse h2 {
  margin: 30px 0px 3px 20px;
  flex-basis: 100%;
}
.howtouse__number {
  background-color: #9356DC;
  color: #fff;
  width: 25px;
  height: 22px;
  padding-top: 3px;
  margin-right: 50px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 22px;
  left: -11px;
}
.howtouse__step {
  position: relative;
  margin-top: 15px;
  flex-basis: 90%;
  font-weight: bold;
  left: 0%;
  padding: 1.5em 0em;
  background-color: #F7F7F7;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 5px #c4c4c4;
}
@media screen and (min-width: 769px) {
  .howtouse__step {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .howtouse__step {
    text-align: left;
    flex-basis: 30%;
  }
}
.howtouse__step i {
  padding: 0em 1em 0em 2em;
  text-align: left;
  font-size: 20px;
  color: #6b6b6b;
}
.howtouse__step:hover {
  background-color: #F5EDff;
}
.howtouse__step:hover i {
  color: #9356DC;
}

@media screen and (min-width: 769px) {
  .listing {
    padding-bottom: 20px;
  }
}
.listing__links {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listing h2 {
  margin: 30px 0px 3px 20px;
  flex-basis: 100%;
}

.card {
  flex-basis: 90%;
  position: relative;
  margin: 20px 0 20px 0;
}
.card input {
  display: none;
}
.card:hover {
  box-shadow: 5px 10px 10px #aaaaaa;
  border-radius: 20px 20px 20px 20px;
}
@media screen and (min-width: 769px) {
  .card {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .card {
    flex-basis: 23%;
  }
}

.restaurant {
  position: relative;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 10px 10px #c4c4c4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.restaurant img {
  width: 100%;
  flex-basis: 100%;
  height: 174px;
  border-radius: 20px 20px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}
.restaurant__new {
  background-color: #99E2D0;
  color: #278870;
  font-size: 12px;
  position: absolute;
  height: 1.7em;
  width: 4.7em;
  padding: 0.4em 0 0 0.5em;
  border-radius: 5px;
  right: 15px;
  top: 15px;
}
.restaurant__description {
  display: flex;
  flex-direction: column;
}
.restaurant__description--title {
  flex-basis: 50%;
  font-weight: bold;
  padding: 1em 0.5em 0.2em 0.7em;
}
.restaurant__description--location {
  flex-basis: 50%;
  font-weight: 100;
  padding: 0.1em 0 1em 0.7em;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  position: relative;
}
.menu img {
  flex-basis: 100%;
  height: 500px;
  width: 100%;
  max-width: 1400px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: -20px;
  left: 0px;
}
@media screen and (min-width: 769px) {
  .menu img {
    top: -150px;
  }
}

.order {
  z-index: 1;
  margin-top: 250px;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 40px 40px 0px 0px;
  padding: 30px 5% 0 5%;
}
.order__restaurant {
  position: relative;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.order__restaurant .name {
  font-family: "Shrikhand", cursive;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
.order input {
  display: none;
}
.order :checked + label > .order__meal--unselected {
  -webkit-animation: selected 800ms ease-in-out 1 forwards;
  animation: selected 800ms ease-in-out 1 forwards;
}
.order :checked + label > .pick > .fa-circle-check {
  -webkit-animation: selected-logo 800ms ease-in-out 1 forwards;
  animation: selected-logo 800ms ease-in-out 1 forwards;
}
.order :not(:checked) + label > .order__meal--unselected {
  -webkit-animation: selected-out 800ms ease-in-out 1 forwards;
  animation: selected-out 800ms ease-in-out 1 forwards;
}
.order :not(:checked) + label > .pick > .fa-circle-check {
  -webkit-animation: selected-logo-out 800ms ease-in-out 1 forwards;
  animation: selected-logo-out 800ms ease-in-out 1 forwards;
}
.order__section {
  flex-basis: 100%;
}
@media screen and (min-width: 769px) {
  .order__section {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .order__section {
    flex-basis: 31%;
  }
}
.order__category {
  padding-top: 30px;
  font-weight: 100;
  font-size: 16px;
  padding-bottom: 4px;
  box-shadow: 40px 4px 0px #F7F7F7, 1px 3px 0px #99E2D0;
  overflow: hidden;
}
.order__meal {
  margin-top: 15px;
  display: flex;
  box-shadow: 1px 0px 10px #c4c4c4;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-animation: menu 1000ms 1 both;
  animation: menu 1000ms 1 both;
}
.order__meal--1 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.order__meal--2 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.order__meal--3 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.order__meal--4 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.order__meal--unselected {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  padding: 10px;
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  cursor: pointer;
  min-width: 0;
}

.description {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 85%;
  display: flex;
  flex-direction: column;
}
.description__title {
  font-weight: bold;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description__add {
  font-weight: 100;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container {
  position: relative;
  flex-basis: 15%;
}
.container__price {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.pick {
  background-color: #99E2D0;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  width: 21%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
}
.pick i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 25%;
  right: -50%;
  z-index: 2;
}

.buy {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-basis: 100%;
}

.loader {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: wait;
  -webkit-animation: loaderbackground 3000ms linear 1 forwards;
  animation: loaderbackground 3000ms linear 1 forwards;
}
.loader__text {
  display: inline-block;
  position: absolute;
  top: 48%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  font-family: "Shrikhand", cursive;
  font-size: 25px;
  -webkit-animation: logocolor 3000ms linear 1 forwards;
  animation: logocolor 3000ms linear 1 forwards;
}
.loader__spinner {
  height: 12em;
  width: 12em;
  display: inline-block;
  border-radius: 10em;
  border: 0.4em solid transparent;
  border-top-color: #99E2D0;
  position: relative;
  -webkit-animation: spin-right 3000ms linear 1 forwards;
  animation: spin-right 3000ms linear 1 forwards;
}
.loader__spinner::before {
  height: 8em;
  width: 8em;
  display: inline-block;
  border-radius: 8em;
  border: 0.4em solid transparent;
  border-top-color: #FF79DA;
  position: absolute;
  top: 1.7em;
  left: 1.7em;
  content: "";
  -webkit-animation: spin-right 3000ms linear 1 forwards;
  animation: spin-right 3000ms linear 1 forwards;
}
.loader__spinner::after {
  height: 10em;
  width: 10em;
  display: inline-block;
  border-radius: 10em;
  border: 0.4em solid transparent;
  border-top-color: #9356DC;
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  content: "";
  -webkit-animation: spin-left 3000ms linear 1 forwards;
  animation: spin-left 3000ms linear 1 forwards;
}

:checked + label > .favorite-full {
  opacity: 1;
}

:checked + label > .favorite-empty {
  color: #9356DC;
}

.heart {
  cursor: pointer;
}
.heart .favorite-empty {
  position: absolute;
  transition: all 800ms ease-in-out;
  font-size: 1.8rem;
  color: black;
}
.heart .favorite-full {
  position: absolute;
  transition: all 800ms ease-in-out;
  opacity: 0;
  font-size: 1.8rem;
  background: linear-gradient(to right, #FF79DA, #9356DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.heart--index {
  font-size: 1.8rem;
  bottom: 22%;
  right: 15%;
  position: absolute;
}
.heart--index .favorite-empty {
  z-index: 3;
}
.heart--index .favorite-full {
  z-index: 4;
}
.heart--pages {
  position: absolute;
  top: 20%;
  right: 10%;
}
@media screen and (min-width: 1024px) {
  .heart--pages {
    right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .heart--pages {
    right: 5%;
  }
}
.heart--pages .favorite-empty {
  z-index: 1;
}
.heart--pages .favorite-full {
  z-index: 2;
}

.btn {
  border: none;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0px 5px 5px #c4c4c4;
  background: linear-gradient(to right, #FF79DA, #9356DC);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 0px 5px 5px #aaaaaa;
}
.btn:hover::after {
  opacity: 1;
  transform: scale(2, 6);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #fface8, #ae80e5);
  opacity: 0;
  z-index: -1;
  transform: scale(0, 0) rotate(90deg);
  transition: all 1000ms;
}
.btn--index {
  font-size: 16px;
  padding: 0.8em 1.3em;
}
.btn--pages {
  font-size: 15px;
  padding: 0.9em 3em;
}

.backNavBar {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
  margin: 0;
  padding: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background: #191825;
}

.backNavBar img {
  height: 45px;
  position: absolute;
  top: 3px;
  right: 10%;
}

.backButton {
  position: absolute;
  top: 15px;
  left: 10%;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  border-top: 4px solid #865DFF;
  border-left: 4px solid #865DFF;
}
/*# sourceMappingURL=style.css.map */
