:root {
  --main-color: #d3ad7f;
  --black: #13131a;
  --bg: #010103;
  --border: 0.1rem solid rgba(255, 255, 255, 0.3);
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
  font-family: "Roboto", sans-serif;
}

section {
  scroll-margin-top: 90px;
}

body {
  background-color: var(--bg);
}

section {
  padding: 3rem 2rem;
  margin: 0 auto;
  max-width: 1200px
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: var(--border);
  background-color: var(--bg);
}

.header section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar a {
  margin: 0 1rem;
  font-size: 1.8rem;
  color: #fff;
}

.navbar a:hover {
  color: var(--main-color);
  border-bottom: 0.1rem solid var(--main-color);
  padding-bottom: 0.5rem;
  font-size: 2.0rem;
}

.icons img {
  margin: 1rem;
  cursor: pointer;
}

.icons img:hover {
  width: 40px;
  height: 40px;
}

.btn {
  background: var(--main-color);
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
}

.btn:hover {
  letter-spacing: 0.1rem;
}

.home-container {
  background: url("./img/home-img.jpg");
  background-size: cover;
  background-position: center;
}

.home-container section {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.content {
  max-width: 60rem;
}

.content h3 {
  color: #fff;
  font-size: 6rem;
}

.content p {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.8;
  padding: 1rem 0;
}

.title {
  font-size: 4rem;
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.title span {
  color: #fff;
  text-transform: uppercase;
}

.about .row {
  display: flex;
  align-items: center;
  background-color: var(--black);
  gap: 1.5rem;
}

.about .row .content {
  padding: 2rem;
}

.about .row .content h3 {
  font-size: 3rem;
  color: #fff;
}

.about .row .content p {
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem 0;
  line-height: 1.8;
}

.box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.menu .box-container .box {
  text-align: center;
  border: var(--border);
  padding: 5rem;
  cursor: pointer;
}

.menu .box-container .box img {
  height: 10rem;
}

.menu .box-container .box h3 {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
}

.menu .box-container .box .price {
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 0;
}

.menu .box-container .box .price span {
  font-size: 1.5rem;
  text-decoration: line-through;
  font-weight: lighter
}

.menu .box-container .box:hover {
  background-color: #fff;
}

.menu .box-container .box:hover>* {
  color: var(--black);
}

.review .box-container .box {
  border: var(--border);
  text-align: center;
  padding: 3rem 2rem;
}

.review .box-container .box p {
  font-size: 1.5rem;
  color: #fff;
  padding: 2rem 0;
  line-height: 1.8;
}

.review .box-container .box .user {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.review .box-container .box h3 {
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem 0;
}

.address {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.address h3 {
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.footer {
  text-align: center;
}

.footer .share {
  padding: 1rem 0;
}

.footer .share img {
  margin: 0.3rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 1rem;
}

.footer .share img:hover {
  background-color: var(--main-color);
}

.flores .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.flores .box-container .box {
  text-align: center;
  border: var(--border);
  padding: 5rem;
  cursor: pointer;
}

.flores .box-container .box img {
  height: 10rem;
}

.flores .box-container .box h3 {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
}

.flores .box-container .box .price {
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 0;
}

.flores .box-container .box .price span {
  font-size: 1.5rem;
  text-decoration: line-through;
  font-weight: lighter;
}

.flores .box-container .box:hover {
  background-color: #fff;
}

.flores .box-container .box:hover>* {
  color: var(--black);
}

.flores .box-container .box:hover .btn {
  background-color: var(--black);
  color: #fff;

}

.creditos {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.creditos p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

/* ADAPTAÇÃO MOBILE */
@media (max-width: 768px) {
  .header section {
    padding: 1rem
    ;
    gap: 1rem;
  }

  .logo img {
    width: 45px;
  }

  /* NAVBAR */
  .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }

  .navbar::-webkit-scrollbar {
    display: none;
  }

  .navbar a {
    font-size: 1.2rem;
    margin: 0;
    padding: 0.2rem 0;
  }

  .navbar a:hover {
    font-size: 1.3rem;
    padding-bottom: 0.2rem;
  }

  /* ÍCONES */
  .icons img {
    margin: 0.3rem;
    width: 24px;
    height: 24px;
  }

  .icons img:hover {
    width: 26px;
    height: 26px;
  }

  /* HOME */
  .home-container section {
    min-height: auto;
    padding-top: 27rem;
  }

  .content h3 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .btn {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
  }

  .title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }

  /* SOBRE NÓS */
  .about .row {
    flex-direction: column;
  }

  .about .row img {
    width: 100%;
  }

  .about .row .content h3 {
    font-size: 2rem;
  }
  
  .about .row .content p {
    font-size: 1rem;
  }

    /*  MENU E FLOREES */
  .menu .box-container,
  .flores .box-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .menu .box-container .box,
  .flores .box-container .box {
    padding: 1.5rem 1rem;
  }

  .menu .box-container .box img,
  .flores .box-container .box img {
    height: 6rem;
  }

  .menu .box-container .box h3,
  .flores .box-container .box h3 {
    font-size: 1.3rem;
  }

  .menu .box-container .box .price,
  .flores .box-container .box .price {
    font-size: 1.6rem;
  }

  .box .btn {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
  }

    /* REVIEWS */
    .review .box-container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  
    .review .box-container .box {
      padding: 2rem 1.5rem;
    }
  
    .review .box-container .box p {
      font-size: 1.3rem;
      line-height: 1.6;
    }
  
    /* MAPA */
    .map-container iframe {
      width: 100%;
      height: 300px;
    }
  
    /* FOOTER */
    .footer .share img {
      width: 32px;
      height: 32px;
      padding: 0.6rem;
    }
  
    .creditos p {
      font-size: 12px;
    }
}