/* ----------------------------FOOTER----------------------- */

footer {
  height: auto;
  width: 100vw;
  background-color: maroon;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  /* margin-top: 90px; */
  margin-top: 30px;
}

.footer-logo img {
  width: 250px;
}

.footer-logo {
  margin-top: 30px;
}

.footer-copyright {
  width: 100vw;
  text-align: center;
  color: white;
  background-color: maroon;
  margin-top: 100px;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.footer-copyright p {
  width: 90vw;
  text-align: center;
  line-height: 1.8;
}

.footer-nav {
  width: 100vw;
  height: auto;
}

footer nav {
  width: 100vw;
  display: inline-block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer nav ul {
  width: 70vw;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-nav-bar li {
  display: inline-block;
  border: none;
  width: fit-content;
  height: 40px;
  margin-right: 30px;
  margin-top: 20px;
}

.footer-nav-bar li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  width: max-content;
}

.reservation-btn {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  right: 5%;
  bottom: 15%;
  transition: background-color, transform 0.5s ease-in-out;
  z-index: 3;
  margin-right: 5%;
}

.reservation-btn img {
  width: 100px;
  height: auto;
}

.reservation-btn:hover,
.reservation-btn:hover a {
  cursor: pointer;
  transform: translateY(-10px);
}

.reservation-btn:hover a {
  transform: translateY(0px);
}

.reservation-btn a {
  text-decoration: none;
}

.up-btn {
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 20000px;
  position: absolute;
  bottom: 17%;
}

.up-arrow {
  height: 10px;
  width: 10px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 30%;
}

/* ----------------------------MEDIA QUERIES----------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* -------------------------------------HEADER--------------------------------------  */
  /* ----------------------------FOOTER----------------------- */
  footer {
    height: 500px;
    width: 100vw;
    background-color: maroon;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0;
    margin-top: 30px;
  }
  .footer-logo img {
    width: 300px;
  }
  .footer-logo {
    margin-top: 60px;
  }
  .footer-copyright {
    height: 40px;
    width: 100vw;
    text-align: center;
    color: white;
    background-color: maroon;
    margin-top: 100px;
  }
  .footer-nav {
    width: 100vw;
    height: 200px;
  }
  footer nav {
    width: 100vw;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer nav ul {
    width: 70vw;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-nav-bar li {
    border: none;
    width: 73px;
    height: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
  .footer-nav-bar li a {
    color: white;
    font-size: 20px;
    width: max-content;
  }
  .reservation-btn {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
    right: 5%;
    bottom: 15%;
  }
  .reservation-btn img {
    width: 200px;
    height: auto;
  }
  .reservation-btn a {
    text-decoration: none;
  }
  .up-btn {
    height: 30px;
    width: 30px;
    border: 2px solid white;
    border-radius: 20000px;
    position: absolute;
    bottom: 20%;
  }
  .up-arrow {
    height: 10px;
    width: 10px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    left: 30%;
  }
}

@media screen and (min-width: 1020px) {
  /* ----------------------------FOOTER----------------------- */
  footer {
    height: 500px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* margin-top: 90px; */
    margin-top: 0;
  }
  .footer-logo img {
    width: 300px;
  }
  .footer-logo {
    margin-top: 60px;
  }
  .footer-copyright {
    height: 40px;
    width: 100vw;
    text-align: center;
    color: white;
    background-color: maroon;
    margin-top: 100px;
  }
  .footer-nav {
    width: 100vw;
    height: 200px;
  }
  footer nav {
    width: 100vw;
    display: flex;
  }
  footer nav ul {
    width: 700px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .footer-nav-bar li {
    border: none;
    width: fit-content;
    height: 35px;
    margin-right: 30px;
  }
  .footer-nav-bar li a {
    color: white;
    font-size: 20px;
    width: max-content;
  }
  .reservation-btn {
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    right: 5%;
    bottom: 30%;
    text-decoration: none;
  }
  .reservation-btn img {
    width: 200px;
  }
  .reservation-btn a {
    text-decoration: none;
  }
  .up-btn {
    height: 30px;
    width: 30px;
    border: 2px solid white;
    border-radius: 20000px;
    position: absolute;
    bottom: 20%;
  }
  .up-arrow {
    height: 10px;
    width: 10px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    left: 30%;
  }
}
