@media (min-width: 600px) {
  body .main-container {
    max-width: 999px;
  }
  #restaurants {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #restaurants .card {
    width: 380px;
  }
  #main-header i {
    top: 130px;
  }
  #main-footer h2 {
    margin: 0;
    font-size: 22px;
    margin-top: 6px;
    margin-left: 35px;
  }
  #main-footer nav {
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  #main-footer nav ul {
    display: flex;
    justify-content: flex-end;
  }
  #main-footer nav ul li {
    margin-right: 25px;
  }
  #functioning .button {
    width: 100%;
  }
  #dish-1 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #dish-2 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #dish-3 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #menu {
    width: 80%;
    margin: 0 auto;
  }
  #menu .menu-card .card {
    width: 500px;
  }
  h1 {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  body .main-container {
    max-width: 1440px;
  }
  #main-header img {
    width: 14%;
  }
  #main-header i {
    left: 280px;
    top: 85px;
  }
  #secundary-header img {
    width: 14%;
  }
  #explore h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #explore p {
    font-size: 20px;
  }
  #functioning {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #functioning h2 {
    margin-left: 170px;
  }
  #functioning .button {
    width: 335px;
  }
  #functioning ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    width: 100%;
  }
  #restaurants {
    padding: 30px 50px;
  }
  #restaurants .restaurant-card {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    justify-items: center;
  }
  #restaurants .card {
    width: 500px;
    margin-top: 20px;
  }
  .image-fit {
    width: 100%;
    height: 383px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #menu i {
    top: 73px;
    right: 248px;
    font-size: 25px;
  }
  #menu {
    width: 73%;
    margin: 0 auto;
  }
  #menu .menu-card .card {
    width: 700px;
  }
  #menu .title-underscored {
    width: 4%;
  }
  #menu i {
    top: 73px;
    right: 248px;
    font-size: 25px;
  }
  section .button_smaller {
    margin-top: 40px;
  }
  .footer-restaurant {
    margin-top: -50px;
  }
}
.main-container {
  width: 100%;
  max-width: 375px;
  box-sizing: border-box;
}

body {
  font-size: 17px;
  color: black;
  font-family: "Roboto", serif;
  color: inherit;
}
body h1, body h2, body h3 {
  font-family: "Shrikhand", serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  position: absolute;
}

main {
  overflow: hidden;
}

.card {
  background-color: white;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1));
  width: 340px;
  height: 250px;
}
.card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 175px;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card .card-content {
  display: flex;
  justify-content: space-between;
}
.card .card-check {
  display: flex;
  align-items: center;
}

.button {
  display: inline-block;
  background-color: #F3F3F3;
  color: black;
  border-radius: 22px;
  height: 80px;
  width: 335px;
  border-width: 2px;
  box-sizing: border-box;
  font-style: normal;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 18px auto;
  font-size: 20px;
  font-weight: bold;
}
.button_purple {
  font-size: 18px;
  background-color: #9356DC;
  color: white;
  height: 50px;
  width: 218px;
  transition-property: transform;
  transition-duration: 2s;
}
.button_purple:hover {
  background-color: #FF79DA;
}
.button_smaller {
  width: 195px;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.iconmobile::before {
  font: var(--fa-font-solid);
  content: f3cd;
  color: #EAEAEA;
  font-size: 22px;
}

.rectangle {
  background-color: #99E2D0;
  color: #008766;
  height: 29px;
  line-height: 29px;
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  color: white;
  background-color: #9356DC;
  padding: 1px 2px 0px 7px;
  position: absolute;
  left: -5px;
}

.like-full {
  opacity: 0;
  transition-property: all;
  transition-duration: 2s;
}
.like-full:hover {
  opacity: 1;
  color: #9356DC;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  animation: loader-hide 3.5s forwards;
}
.loader-overlay::before {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60px);
  text-align: center;
}

.loader-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.loader-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #9356DC, #FF79DA);
  animation: loader-fill 3s ease-in-out forwards;
}

@keyframes loader-fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loader-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.main-footer {
  padding: 20px;
  background-color: #353535;
  color: white;
}
.main-footer h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.main-footer a {
  color: white;
}
.main-footer ul {
  margin-top: 12px;
}
.main-footer li {
  margin-bottom: 5px;
}
.main-footer i {
  position: initial;
  font-size: 13px;
}

.main-header img {
  width: 50%;
  display: block;
  margin: 20px auto 15px auto;
}
.main-header label {
  display: none;
}
.main-header i {
  top: 85px;
  left: 115px;
  font-size: 16px;
}
.main-header input[type=text] {
  text-align: center;
  height: 52px;
  width: 100%;
  background-color: #EAEAEA;
  border: 5px;
  border-radius: 0px;
  font-size: 16px;
  box-shadow: 0 -5px 5px -5px #A9A9A9, 0 5px 5px -5px #A9A9A9;
}

.secundary-header {
  padding: 0 25px;
}
.secundary-header img {
  width: 50%;
  display: block;
  margin: 20px auto 15px auto;
}
.secundary-header i {
  top: 22px;
  left: 40px;
}

.direction-row {
  display: flex;
}

.image-fit {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore {
  padding: 40px 20px;
  background-color: #F3F3F3;
  text-align: center;
}
.explore h1 {
  margin-bottom: 15px;
}
.explore p {
  margin-bottom: 30px;
}

.fonction {
  margin-top: 40px;
  padding: 0 20px;
}
.fonction .button {
  display: flex;
  gap: 18px;
}
.fonction i {
  color: grey;
  left: 36px;
}
.fonction .direction-row {
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.fonction ul {
  margin: 10px 0 40px;
}

.restaurants {
  padding: 55px 20px 65px;
  background-color: #F3F3F3;
  box-sizing: border-box;
}
.restaurants .restaurant-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.restaurants i {
  font-size: 23px;
  bottom: 32px;
  right: 20px;
}
.restaurants .rectangle {
  position: absolute;
  top: 12px;
  right: 12px;
}

.card-title {
  font-size: 19px;
  padding: 10px 10px 0;
}

.card-subtitle {
  padding: 0 10px;
  font-size: 19px;
}

.restaurants-title {
  margin-bottom: 20px;
}

.changetomaincolor i {
  color: #9356DC;
}

#menu i {
  top: 74px;
  right: 95px;
  font-size: 27px;
}

#menu {
  background-color: #F3F3F3;
  padding: 30px 15px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  bottom: 50px;
}
#menu h2 {
  padding-top: 25px;
  font-weight: normal;
  font-size: 17px;
}
#menu h1 {
  margin-top: 35px;
  font-size: 31px;
  font-style: italic;
}
#menu p {
  font-weight: normal;
}
#menu .card {
  height: 72px;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s ease;
}
#menu .card-txt {
  width: 100%;
  transition: width 0.3s ease;
}
#menu .card-txt h3, #menu .card-txt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .card-price {
  margin-left: 15px;
  transition: transform 0.3s ease;
  font-weight: bold;
}
#menu .card-check {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #99E2D0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
#menu .card-check i {
  color: white;
  font-size: 20px;
  top: 25px;
  right: 22px;
}
#menu .card:hover .card-check {
  transform: translateX(-60px);
}
#menu .card:hover .card-txt {
  width: calc(100% - 90px);
}
#menu .card:hover .card-price {
  transform: translateX(-50px);
}

.title-underscored {
  border-bottom: solid 3px #99E2D0;
  padding-bottom: 4px;
  border-bottom-left-radius: 3px;
  display: block;
  width: 13%;
}

#dish-1 {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#dish-2 {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#dish-3 {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#dish-1 {
  opacity: 0;
}
#dish-1 h2 {
  opacity: 1;
}

#dish-1 {
  animation: fadeIn 1s 500ms forwards;
}

#dish-2 {
  animation: fadeIn 1s 1000ms forwards;
}

#dish-3 {
  animation: fadeIn 1s 1500ms forwards;
}

#dish-2 {
  opacity: 0;
}
#dish-2 h2 {
  opacity: 1;
}

#dish-1 {
  animation: fadeIn 1s 500ms forwards;
}

#dish-2 {
  animation: fadeIn 1s 1000ms forwards;
}

#dish-3 {
  animation: fadeIn 1s 1500ms forwards;
}

#dish-3 {
  opacity: 0;
}
#dish-3 h2 {
  opacity: 1;
}

#dish-1 {
  animation: fadeIn 1s 500ms forwards;
}

#dish-2 {
  animation: fadeIn 1s 1000ms forwards;
}

#dish-3 {
  animation: fadeIn 1s 1500ms forwards;
}/*# sourceMappingURL=main.css.map */