@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Shrikhand&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

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

* {
  font-family: Roboto, serif;
}

h1, .title_footer, .circle p, .title_restaurant h2 {
  font-family: "Shrikhand", serif;
}

h2 {
  font-size: 21px;
}

@keyframes disappear {
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes grow {
  20% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dish_appear {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.title {
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
}
.title h1 {
  font-weight: 100;
  margin: 0;
  font-size: 29px;
  padding-top: 12px;
}

.location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 50px;
  background-color: #EAEAEA;
  color: #353535;
  font-weight: 500;
  margin-left: -20px;
}
.location i {
  color: #353535;
  font-size: 16px;
  padding-bottom: 3px;
}

.explore {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 39px 35px 57px;
}
.explore h2 {
  text-align: center;
  margin: 0;
}
.explore p {
  text-align: center;
  font-weight: 300;
  margin-bottom: 31px;
  margin-top: 11px;
  font-size: 15px;
}
.explore .button {
  font-size: 14px;
  border-radius: 25px;
  border: none;
  color: #fff;
  height: 50px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
  background-image: linear-gradient(354deg, #9356DC, #FF79DA);
  cursor: pointer;
}
.explore .button:hover {
  opacity: 0.8;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.5);
  transition-duration: 0.3s;
}

.explain {
  height: 440px;
  padding: 0 21px;
}
.explain h2 {
  margin: 0;
  padding: 48px 0 29px 0;
}

.explain_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-left: 12px;
}
.explain_card .explain_littlecard {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 33px;
  width: 100%;
  height: 73px;
  border-radius: 20px;
  background-color: #F6F6F6;
  font-weight: 500;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
}
.explain_card .explain_littlecard .number {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #9356DC;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -44px;
  font-size: 12px;
}
.explain_card .explain_littlecard .fa-solid {
  color: #7E7E7E;
}
.explain_card .explain_littlecard .fa-mobile-screen-button {
  font-size: 19px;
}
.explain_card .explain_littlecard .fa-list-ul {
  font-size: 15px;
}
.explain_card .explain_littlecard .fa-store {
  font-size: 17px;
}
.explain_card .explain_littlecard p {
  font-size: 15px;
  font-weight: 600;
  padding-right: 20px;
}
.explain_card .explain_littlecard:hover {
  background-color: #F5EDFF;
}
.explain_card .explain_littlecard:hover .fa-solid {
  color: #9356DC;
}

#restaurant {
  height: 1226px;
  background-color: #F6F6F6;
  padding: 0 21px;
}
#restaurant h2 {
  margin: 0;
  padding: 52px 0 27px 0;
}

.container_card {
  position: relative;
}
.container_card .heart-pink {
  color: transparent;
  opacity: 0;
  background-image: linear-gradient(354deg, #9356DC, #FF79DA);
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.8s ease-in-out;
  transform: scale(1.1);
}
.container_card .heart-pink:hover {
  opacity: 1;
}
.container_card i {
  position: absolute;
  bottom: 33px;
  right: 24px;
  font-size: 21px;
}

.restaurant_card {
  height: 251px;
  margin-bottom: 18px;
  border-radius: 20px;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
}
.restaurant_card img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.restaurant_card .text_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 24px 0 14px;
}
.restaurant_card h3, .restaurant_card p {
  margin: 0 0 2px 0;
}
.restaurant_card p {
  color: #101010;
}

.new {
  position: relative;
}
.new::before {
  content: "Nouveau";
  position: absolute;
  top: 13px;
  right: 11px;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  background-color: #99E2D0;
  color: #278870;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  height: 197px;
  padding: 0 25px;
  background-color: #353535;
  color: #fff;
}
.footer i {
  color: #fff;
  font-size: 13px;
}
.footer p {
  font-size: 15px;
  margin: 5px 0 5px 0;
}
.footer .title_footer {
  margin: 0;
  padding-top: 21px;
  padding-bottom: 12px;
  font-weight: 100;
  font-size: 18px;
}
.footer .logo_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.footer .logo_footer .fa-handshake-angle {
  transform: rotate(350deg);
  margin-left: -5px;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  background-color: rgb(252, 238, 238);
  height: 100vh;
  inset: 0 0 0 0;
  z-index: 1;
  animation: disappear 0s 3.9s forwards;
}
.loader .fa-utensils {
  font-size: 60px;
  background: -webkit-linear-gradient(354deg, #9356DC, #FF79DA);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: black;
  padding-bottom: 50px;
  transform-origin: 30px 30px;
  animation: rotate 2s infinite;
}
.loader .appears {
  display: flex;
}
.loader .appears .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9356DC;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  animation: grow 3s ease-in-out;
  animation-iteration-count: 1000;
  transform: scale(0);
  margin-left: 20px;
  font-size: 35px;
}
.loader .appears .circle:nth-child(2) {
  animation-delay: 0.25s;
}
.loader .appears .circle:nth-child(3) {
  animation-delay: 0.5s;
}
.loader .appears .circle:nth-child(4) {
  animation-delay: 0.75s;
}
.loader .appears .circle:nth-child(5) {
  animation-delay: 1s;
}
.loader .appears .circle:nth-child(6) {
  animation-delay: 1.25s;
}
.loader .appears .circle:nth-child(7) {
  animation-delay: 1.5s;
}
.loader .appears .circle:nth-child(8) {
  animation-delay: 1.75s;
}
.loader .appears .pink {
  background-color: #FF79DA;
}
.loader .appears .shadow {
  background-color: rgb(154, 150, 150);
  margin-top: 40px;
  height: 10px;
}

.menus {
  box-shadow: none;
}
.menus .fa-arrow-left {
  font-size: 21px;
  position: absolute;
  left: 23px;
  top: 22px;
}

.photo_restaurant img {
  object-fit: cover;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.container_menu {
  position: relative;
  border-radius: 20px 20px 0 0;
  background-color: #F6F6F6;
  height: 1161px;
  padding: 30px 12px 0 19px;
  margin-top: -50px;
}
.container_menu .title_restaurant {
  position: relative;
  display: flex;
  align-items: center;
}
.container_menu .title_restaurant h2 {
  font-weight: 100;
  margin: 0;
  text-align: center;
}
.container_menu .title_restaurant .heart-pink {
  color: transparent;
  opacity: 0;
  background-image: linear-gradient(354deg, #9356DC, #FF79DA);
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.8s ease-in-out;
  transform: scale(1.1);
}
.container_menu .title_restaurant .heart-pink:hover {
  opacity: 1;
}
.container_menu .title_restaurant i {
  position: absolute;
  right: 27px;
  font-size: 21px;
}
.container_menu .menu div {
  animation: dish_appear 2s;
  transition-delay: 0s;
}
.container_menu .menu h3 {
  margin: 0;
  padding-top: 37px;
  font-size: 16px;
  font-weight: 300;
}
.container_menu .menu hr {
  margin: 3px 0 13px 0;
  height: 3px;
  width: 40px;
  border: none;
  background-color: #99E2D0;
}
.container_menu .menu .dish .dish_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
  border-radius: 12px;
  margin-top: 14px;
  height: 70px;
  width: 100%;
  overflow: hidden;
}
.container_menu .menu .dish .dish_card .dish_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  padding: 16px 0 12px 11px;
}
.container_menu .menu .dish .dish_card h4, .container_menu .menu .dish .dish_card p {
  margin: 0;
}
.container_menu .menu .dish .dish_card h4 {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_menu .menu .dish .dish_card .dish_description {
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_menu .menu .dish .dish_card .dish_price {
  font-weight: 500;
  padding: 0 22px 12px 7px;
  margin-left: auto;
}
.container_menu .menu .dish .dish_card .checkbox {
  background-color: #99E2D0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 59px;
  min-width: 59px;
  margin-right: -59px;
  transition: margin-right 0.6s;
}
.container_menu .menu .dish .dish_card .checkbox .fa-circle-check {
  color: #fff;
  font-size: 21px;
}
.container_menu .menu .dish .dish_card:hover {
  cursor: pointer;
}
.container_menu .menu .dish .dish_card:hover .checkbox {
  margin: 0;
}
.container_menu .menu .dish .dish_card:hover .fa-circle-check {
  animation: rotate 0.5s ease-in-out;
}
.container_menu .menu .dish .dish_card:nth-child(2) {
  animation-delay: 0.25s;
}
.container_menu .menu .dish .dish_card:nth-child(3) {
  animation-delay: 0.5s;
}
.container_menu .order_button {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.container_menu .order_button .order {
  font-size: 14px;
  border-radius: 25px;
  border: none;
  color: #fff;
  height: 50px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
  background-image: linear-gradient(354deg, #9356DC, #FF79DA);
  cursor: pointer;
  width: 186px;
}
.container_menu .order_button .order:hover {
  opacity: 0.8;
  box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.5);
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .explore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    padding: 48px 21px;
  }
  .explore .explore_text {
    display: flex;
    align-items: center;
    gap: 35px;
  }
  .explore h2, .explore p {
    text-align: left;
    margin: 0;
    text-align: center;
  }
  .explain {
    height: 255px;
  }
  .explain .explain_card {
    display: flex;
    flex-direction: row;
  }
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .title_footer {
    padding: 0 58px 0 0;
    font-size: 30px;
  }
  .footer a {
    padding-right: 17px;
  }
  .footer i, .footer p {
    font-size: 13px;
  }
  .photo_restaurant img {
    height: 450px;
  }
}
@media screen and (max-width: 660px) {
  .spinner {
    padding-right: 30px;
  }
  .circle {
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: -10px;
  }
  .circle p {
    font-size: 20px;
  }
  .circle .fa-utensils {
    font-size: 50px;
    transform-origin: 25px 25px;
  }
  .shadow {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .title {
    height: 100px;
  }
  .title h1 {
    font-size: 45px;
    padding: 0;
  }
  .title .fa-arrow-left {
    font-size: 37px;
    top: 32px;
  }
  .location {
    height: 65px;
  }
  .location i, .location p {
    font-size: 18px;
  }
  .explore {
    gap: 90px;
    padding: 65px 36px;
  }
  .explore .button {
    font-size: 18px;
    border-radius: 50px;
    border: none;
    color: #fff;
    height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
    background-image: linear-gradient(354deg, #9356DC, #FF79DA);
    cursor: pointer;
  }
  .explore .button:hover {
    opacity: 0.8;
    box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.5);
    transition-duration: 0.3s;
  }
  .explore .explore_text {
    display: flex;
    align-items: center;
    gap: 90px;
  }
  .explore .explore_text h2 {
    font-size: 25px;
  }
  .explore .explore_text p {
    font-size: 17px;
  }
  .explore .explore_text a {
    font-size: 18px;
  }
  .explain {
    padding: 0 36px;
    height: 272px;
  }
  .explain h2 {
    padding-bottom: 41px;
    font-size: 25px;
  }
  .explain .explain_card .explain_littlecard p {
    font-size: 17px;
  }
  .explain .explain_card .explain_littlecard .fa-solid {
    font-size: 23px;
  }
  .explain .explain_card .explain_littlecard .number {
    font-size: 14px;
  }
  #restaurant {
    height: 1030px;
    padding: 0 36px;
  }
  #restaurant h2 {
    padding-bottom: 41px;
    font-size: 25px;
  }
  #restaurant .container_restaurant {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #restaurant .container_restaurant .container_card {
    width: 49%;
    margin-bottom: 30px;
  }
  #restaurant .container_restaurant .container_card img {
    height: 80%;
  }
  #restaurant .container_restaurant .container_card i {
    bottom: 50px;
  }
  #restaurant .container_restaurant .container_card a .restaurant_card {
    height: 370px;
  }
  .footer {
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .title_footer {
    padding: 0 90px 0 0;
    font-size: 40px;
  }
  .footer a {
    padding-right: 28px;
  }
  .footer i, .footer p {
    font-size: 17px;
  }
  .footer_menu {
    padding-top: 50px;
  }
  .photo_restaurant img {
    height: 560px;
  }
  .container_menu {
    max-width: 1440px;
    margin: auto;
    margin-top: -50px;
    border-radius: 20px;
    height: 674px;
  }
  .container_menu .title_restaurant {
    justify-content: center;
  }
  .container_menu .title_restaurant h2 {
    font-size: 40px;
  }
  .container_menu .title_restaurant i {
    font-size: 32px;
  }
  .container_menu .menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .container_menu .menu > div {
    width: 30%;
  }
  .container_menu .menu > div .dish .dish_card {
    margin-top: 25px;
    height: 90px;
    align-items: center;
  }
  .container_menu .menu > div .dish .dish_card .dish_price {
    padding-bottom: 0;
  }
  .container_menu .menu > div .dish .dish_card > div {
    justify-content: space-evenly;
  }
  .container_menu .menu > div .dish .dish_card .checkbox {
    width: 76px;
    margin-right: -76px;
  }
  .container_menu .menu > div .dish .dish_card .checkbox .fa-circle-check {
    font-size: 27px;
  }
  .container_menu .menu h3 {
    font-size: 26px;
  }
  .container_menu .menu hr {
    height: 5px;
    width: 66px;
  }
  .container_menu .order_button .order {
    font-size: 18px;
    border-radius: 50px;
    border: none;
    color: #fff;
    height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.25);
    background-image: linear-gradient(354deg, #9356DC, #FF79DA);
    cursor: pointer;
    width: 232px;
  }
  .container_menu .order_button .order:hover {
    opacity: 0.8;
    box-shadow: 2px 3px 10px rgba(30, 30, 30, 0.5);
    transition-duration: 0.3s;
  }
}

/*# sourceMappingURL=style.css.map */
