#mnavcontent {
  width: 60%;
  height: 100vh;
  position: absolute;
  left: 40%;
  top: 0;
  background-color: var(--secondaryColor);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#mnavcontent a {
  color: var(--textColor);
  text-decoration: none;
  font-weight: 500;
  font-family: "roboto";
}

.activemenu {
  transition-delay: 0.1s;
  opacity: 1;
  visibility: visible;
}

.closenav {
  left: 100% !important;
}

#logo-mnc {
  margin-bottom: 1rem;
  margin-left: -1.2rem;
}

#mnavcontent div {
  margin-top: 140px;
  margin-left: 2rem;
}

#mnavcontent ul {
  list-style-type: none;
  padding: 0;
}

#mnavcontent li {
  margin-bottom: 2rem;
}

#close-btn {
  position: absolute;
  top: 1.7rem;
  right: 6rem;
}

.shadow {
  box-shadow: 3px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.05),
    1px 2px 2px rgba(0, 0, 0, 0.09), 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#top-middle-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6rem;
}

#middle-imgs {
  width: 288px;
}

#middle-imgs img {
  display: block;
}

.first,
.first-bottom {
  margin-bottom: 0.5rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.first-bottom {
  margin: 0;
}

.last {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

#bottom-imgs {
  margin-top: 5rem;
  padding: 1rem;
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}

footer {
  position: relative;
  padding: 6rem 2rem 3rem;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  gap: 2rem;
  background-color: var(--secondaryColor);
}

footer a {
  text-decoration: none;
}

footer button {
  width: 100%;
  max-width: 300px;
  height: 59px;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}

footer > div p,
address {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 300;
}

address {
  margin-bottom: 1rem;
}

.instagram-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 3px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.05),
    1px 2px 2px rgba(0, 0, 0, 0.09), 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: radial-gradient(
    circle at 30% 107%,
    #ecde3e 0%,
    #ff4231 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  cursor: pointer;
}

button,
.button-secondary {
  padding: 0.8rem 1.5rem 0.9rem;
  background-color: var(--ctaColor);
  border-radius: 4rem;
  border: none;
  color: #fbfbfb;
  font-size: var(--btnfs);
  cursor: pointer;
  transition: 1s cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(
    circle at 50% 100%,
    rgb(149, 0, 0) 1%,
    transparent 1%
  );
  background-position: 50% 100%;
  background-size: 0;
}

button > * {
  display: inline-block;
  margin: 0;
}

@media screen and (hover: hover) {
  button:hover {
    background-size: 30000%;
    transition: 1s cubic-bezier(0.165, 0.85, 0.45, 1);
  }
}

@media screen and (min-width: 768px) {
  #mobilenav {
    display: none;
  }
  #desktopnav {
    display: flex;
  }

  #desktop-nav-btns {
    margin-left: 5.9rem;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 6rem;
    list-style-type: none;
    font-size: var(--bodyfs);
  }

  #desktop-nav-btns a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 500;
    color: var(--textColor);
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --titlefs: 47px;
    --subtitlefs: 30px;
    --bodyfs: 18px;
    --btnfs: 22px;
  }

  header > div {
    padding: 2rem;
  }

  #top-middle-wrapper {
    width: 920px;
    margin: auto;
    flex-direction: row;
    gap: 0.5rem;
    border-radius: var(--borderRadius);
    overflow: hidden;
  }

  #top-middle-wrapper img {
    border-radius: 0;
  }

  .top-imgs {
    width: 544px;
    align-self: flex-end;
    border-radius: 0;
  }

  .top-imgs img {
    width: 268px;
    height: 402px;
  }

  #middle-imgs {
    align-self: flex-start;
  }

  #middle-imgs img {
    width: 368px;
    height: 245px;
  }

  #middle-imgs img:last-child {
    height: 559px;
    border-bottom-left-radius: 0;
  }

  #bottom-imgs {
    grid-template-columns: repeat(2, 1fr);
    width: 930px;
    margin: 5rem auto;
    padding: 0;
  }

  #bottom-imgs img {
    width: 456px;
    height: 320px;
  }

  #bottom-imgs img:nth-child(2) {
    border-top-right-radius: var(--borderRadius);
  }

  #bottom-imgs img:nth-child(3) {
    border-bottom-left-radius: var(--borderRadius);
  }

  .first-bottom,
  .last {
    border-radius: 0;
  }

  .first-bottom {
    border-top-left-radius: var(--borderRadius);
  }

  .last {
    border-bottom-right-radius: var(--borderRadius);
  }

  footer {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0;
  }

  footer > div p,
  address,
  footer img {
    text-align: start;
  }

  footer > div,
  footer img {
    justify-self: start;
  }

  .instagram-box {
    justify-self: center;
  }

  footer button {
    order: 3;
  }
}
.iubenda {
  font-family: "Roboto", sans-serif, sans;
  position: absolute !important;
  bottom: 1rem;
  left: 2rem;
  color: var(--textColor);
}
