@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Outfit:wght@600&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffeced;
  overflow-y: scroll;
}

#logo {
  max-width: 8rem;
}

nav {
  width: 100%;
  font-family: Geist Mono;
  color: #82000B;
  font-size: 1.2rem;
  position: fixed;
  font-weight: 900;
  background-color: #ffeced;
}
nav .hoverlink:hover {
  background-color: #82000B;
  color: #ffeced;
  transition: ease 0.5s;
}
nav .container-fluid ul li a {
  color: #82000B;
}
nav .container-fluid ul li .active {
  background-color: #82000B !important;
  color: #ffeced !important;
  transition: ease 0.5s;
}
nav .navbar-toggler {
  border: none;
}
nav .hoverlink {
  padding: 0 1rem;
}

.classics,
.moments,
.specials {
  font-family: Geist Mono;
  font-weight: 900;
  font-size: 2rem;
  color: #82000B;
  width: 80%;
  margin-top: 2rem;
}

.resume,
.carte,
.shipping {
  max-width: 1200px;
  margin: 0 auto;
}

.resume {
  margin: 1rem auto;
  padding: 0 1rem;
  font-size: 1.2rem;
  text-align: justify;
}

.freemenu {
  text-align: end;
  font-style: italic;
}

.available {
  font-family: Geist Mono;
  font-weight: 700;
  margin-left: 0.5rem;
  font-size: 1.3rem;
}

.shipping {
  margin: 0 auto;
}
.shipping button {
  background-color: white;
  border: none;
  font-weight: 500;
  font-size: 1.3rem;
}
.shipping button:hover {
  background-color: #edffec;
  color: #82000B;
  transition: ease 0.6s;
}
.shipping button:active {
  background-color: #ffeced !important;
}

.uber,
.deliveroo {
  max-width: 15rem;
  padding: 1rem;
}

.gotocart {
  background-color: #82000B;
  color: white;
}

.logomodal {
  width: 7rem;
  align-items: center;
}

.carte {
  margin-bottom: 3rem;
}

.card {
  background-color: #82000B;
  color: #ffeced;
}

.rowbuy {
  display: flex;
  justify-content: space-between;
}

.cartbtn {
  background-color: #ffeced;
  color: #82000B;
  font-weight: 700;
}

.btnred {
  background-color: #82000B;
  color: white;
}

.card-title {
  font-family: Geist Mono;
  font-weight: 700;
  margin: 0;
}

.card:hover {
  transition: ease-in 0.5s;
  transform: scale(1.05);
  box-shadow: 4px 5px 0px 1px rgba(71, 0, 3, 0.21);
}
.card:hover img {
  transition: ease 1.5s;
  transform: scale(1.2);
}

.partners {
  margin-bottom: 2rem;
}
.partners p {
  font-style: oblique;
  text-align: center;
}

.logopartners img {
  max-width: 7rem;
}

footer {
  background-color: #82000B;
  padding: 2rem;
}
footer .left {
  text-align: right;
  color: #ffeced;
  margin-bottom: 1rem;
}
footer .left .linktel {
  text-decoration: none;
  color: #ffeced;
  font-weight: 900;
  font-size: 1.1rem;
}
footer .legal {
  margin-top: 5rem;
  justify-content: space-evenly;
}
footer .legal a {
  font-weight: 300;
  color: #ffeced;
  margin: 0 2rem;
}

@media (max-width: 700px) {
  .resume {
    margin-top: 5rem;
  }
  .carousel {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */