.nav-container nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-container nav .logo-nav {
  padding: 0;
  padding-left: 10px;
}
.nav-container nav .logo-nav img {
  width: 13vw;
}
.nav-container nav .menu {
  display: flex;
  gap: 25px;
  padding-right: 20px;
}
.nav-container nav .menu ul li a {
  font-size: 2rem;
}

main .hero {
  display: flex;
}
main .hero .hero-title {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .hero .hero-title div h1 {
  font-size: 7rem;
}
main .hero .hero-title div h2 {
  font-size: 3.5rem;
}
main .hero .hero-image {
  width: 50%;
}
main .hero .hero-image img {
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}
main .product .product-section .product-card {
  width: 30vw;
}
main .product .product-section .product-card .image-product img {
  width: 25vw;
}
main .product .product-section .product-card h3 {
  font-size: 2rem;
}
main .catalogue .catalogue-image img {
  width: 50vw;
}
main .about-us {
  padding: 90px 5px;
  display: flex;
  align-items: center;
}
main .about-us .about-us-text {
  width: 50%;
}
main .about-us .about-us-text h2 {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 30px;
}
main .about-us .about-us-text p {
  font-size: 2rem;
  padding: 10px 30px;
}
main .about-us .about-us-img {
  width: 50%;
}
main .about-us .about-us-img img {
  width: 45vw;
}
main .contact {
  border-top: 1px solid black;
  padding: 60px 40px;
  display: flex;
}
main .contact .contact-image {
  width: 50%;
}
main .contact .contact-image img {
  width: 40vw;
}
main .contact .contact-title {
  width: 50%;
}
main .contact .contact-title p {
  font-size: 2rem;
  padding: 30px 0;
}
main .contact .contact-title a button {
  width: 300px;
}

footer {
  flex-direction: row;
  justify-content: space-between;
}
footer .social-media .social-icons a img {
  width: 5vw;
}
footer .social-media .social-icons a img:hover {
  transform: scale(1.1);
}
footer .logo-footer img {
  width: 18vw;
}/*# sourceMappingURL=desktop.css.map */