* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #222831;
  color: #D9D2B2;
  font-family: "Josefin Sans", sans-serif;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  height: 7.5vh;
  padding: 2.5vw;
}
@media (width > 768px) {
  header {
    padding: 1.5vh 2.5vw;
  }
}
header a {
  margin-top: 5vh;
}
header a .logo {
  width: 10vh;
  height: 10vh;
  background-image: url(../img/logo.webp);
  background-size: cover;
  align-self: flex-start;
}
header nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  background-color: rgba(217, 210, 178, 0.631372549);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  margin-bottom: 2rem;
}
header nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (width > 768px) {
  header nav {
    position: static;
    transform: translateX(0);
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin-right: 5vw;
  }
  header nav ul {
    display: flex;
    align-items: center;
    gap: 5vw;
  }
  header nav ul li {
    margin: 0;
  }
  header nav ul li a {
    color: #D9D2B2;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  header nav ul li a:hover {
    color: #FF9933;
  }
}
header .haiNav {
  transform: translateX(0);
}
header .fa-bars {
  font-size: 1.5rem;
  color: #D9D2B2;
}
@media (width > 768px) {
  header .fa-bars {
    display: none;
  }
}

.hero-piese {
  width: 100%;
  height: 100vh;
  background-color: #D9D2B2;
}
.hero-piese .parte-sus {
  width: 100%;
  height: 60vh;
  background-image: url("../img/piese/hero-piese-mobil.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
}
.hero-piese .parte-sus h1 {
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.699);
  padding: 20vh 1.5rem;
}
@media (width > 768px) {
  .hero-piese .parte-sus h1 {
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.5rem;
  }
}
@media (width > 768px) {
  .hero-piese .parte-sus {
    height: 70vh;
    background-image: url("../img/piese/hero-piese.webp");
    align-items: center;
  }
}
.hero-piese .parte-jos {
  color: #D9D2B2;
}
.hero-piese .parte-jos > * {
  margin-top: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
.hero-piese .parte-jos > *:nth-child(1) {
  background-color: black;
}
.hero-piese .parte-jos > *:nth-child(2) {
  background-color: #FF9933;
  color: black;
}
.hero-piese .parte-jos > *:nth-child(3) {
  background-color: #FE6600;
  color: black;
}
.hero-piese .parte-jos > *:nth-child(4) {
  background-color: #a8a389;
  color: black;
}
@media (width > 768px) {
  .hero-piese .parte-jos {
    display: flex;
  }
  .hero-piese .parte-jos > * {
    flex: 1;
    margin: 0;
    padding: 1vw;
    font-size: 1.5rem;
  }
}
.hero-piese > p {
  color: black;
  padding: 3.5vh 0.5rem;
  text-align: center;
}
@media (width > 768px) {
  .hero-piese > p {
    font-size: 1.5rem;
    padding: 0 25vw;
    margin-top: 7.5vh;
  }
}

.piese {
  padding: 3.5vh 0.5rem;
}
.piese h2 {
  margin-bottom: 2rem;
}
.piese ul {
  list-style: none;
}
.piese ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #FE6600;
  font-size: large;
}
@media (width > 768px) {
  .piese ul li {
    font-size: 1.5rem;
  }
}
.piese button {
  background-color: #FF9933;
  padding: 0.25rem 1.5rem;
}
.piese button a {
  text-decoration: none;
  color: black;
}
@media (width > 768px) {
  .piese button {
    font-size: 1rem;
  }
}
@media (width > 768px) {
  .piese {
    padding: 10vw 10vw 2.5vh;
  }
}

@media (width > 768px) {
  .filtre, .uleiuri, .anvelope {
    padding: 2vh 10vw;
  }
}

footer {
  position: relative;
  background-color: #181818;
  text-align: center;
  padding: 2rem;
}
footer .footersus .logo-footer {
  margin: 0 auto;
  width: 50vw;
  height: 50vw;
  background-image: url("../img/logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footersus .corpfooter .social {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.5rem;
  padding: 2rem 0 1rem;
  border-bottom: 3px solid white;
}
footer .footersus .corpfooter .social a {
  color: white;
}
footer .footersus .corpfooter .contactfooter {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  gap: 0.8rem;
}
footer .footersus .corpfooter .contactfooter a {
  text-decoration: none;
  color: white;
}
footer .footersus .corpfooter .contactfooter a i {
  margin-right: 5vw;
}
footer .footersus .harta {
  padding: 1rem 0 5rem;
}
footer .footersus .harta p {
  color: white;
  padding: 1em;
}
footer .footersus .harta iframe {
  width: 100%;
}
@media (width > 600px) {
  footer .footersus {
    padding: 1.2rem 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    margin-bottom: 10vh;
  }
  footer .footersus div {
    flex: auto;
  }
  footer .footersus .logo-footer {
    margin: 0;
    width: 5vw;
    height: 30vh;
  }
  footer .footersus .corpfooter .contactfooter a i {
    margin-right: 1vw;
  }
  footer .footersus .harta {
    text-align: right;
  }
  footer .footersus .harta iframe {
    height: 25vh;
  }
}
footer .footer-jos {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: black;
  color: white;
  padding: 1.2rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
footer .footer-jos a {
  text-decoration: none;
  color: white;
}
@media (width > 600px) {
  footer .footer-jos {
    padding: 1.2rem 5vw;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30vw;
  }
}/*# sourceMappingURL=piese.css.map */