* {
  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 {
  background-image: url(../img/hero-mobil.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}
.hero .hero-text {
  margin-top: 7.5vh;
  background-color: rgba(0, 0, 0, 0.6862745098);
  padding: 5rem 0.5rem;
  text-align: center;
}
.hero .hero-text h1 {
  color: #FE6600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.hero .hero-text p {
  line-height: 1.5;
}
.hero .hero-text p br {
  display: none;
}
@media (width > 768px) {
  .hero .hero-text {
    padding: 15vh 0;
  }
  .hero .hero-text h1 {
    font-size: 3.5vw;
    line-height: 1.25;
  }
  .hero .hero-text p {
    font-size: 1.5rem;
  }
  .hero .hero-text p br {
    display: block;
  }
}
@media (width > 768px) {
  .hero {
    padding: 10vw;
  }
}
.hero .tipuri {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hero .tipuri > * {
  padding: 0.5rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.hero .tipuri > :nth-child(1) {
  background-color: black;
}
.hero .tipuri > :nth-child(2) {
  background-color: #FF9933;
  color: black;
}
.hero .tipuri > :nth-child(3) {
  background-color: #FE6600;
  color: black;
}
.hero .tipuri > :nth-child(4) {
  background-color: #D9D2B2;
  color: black;
}
@media (width > 768px) {
  .hero .tipuri {
    flex-direction: row;
  }
  .hero .tipuri > * {
    flex: 1;
    margin: 0;
    font-size: 1.5rem;
  }
}

.unu {
  background-color: #FF9933;
  padding: 1.5rem 0.75rem;
  color: black;
}
.unu h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #FE6600;
  padding-bottom: 0.5rem;
}
@media (width > 768px) {
  .unu h2 {
    font-size: 2.5rem;
  }
}
.unu .flex {
  display: flex;
  flex-direction: column;
}
.unu .flex .text {
  margin: 5vh auto;
  line-height: 1.5;
}
.unu .flex .text h3 {
  text-align: center;
  border-bottom: 1px solid #FE6600;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media (width > 768px) {
  .unu .flex .text h3 {
    text-align: left;
    font-size: 2rem;
  }
}
@media (width > 768px) {
  .unu .flex .text p {
    font-size: 1.5rem;
  }
}
.unu .flex .poza {
  position: relative;
}
.unu .flex .poza .buline {
  position: absolute;
  right: 0;
  width: 50%;
  height: 25vh;
  background-image: url("../img/buline.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10%;
}
.unu .flex .poza .imagine {
  width: 100%;
  height: 50vh;
  background-image: url("../img/service-mobil.webp");
  background-position: center;
  background-size: cover;
}
@media (width > 768px) {
  .unu {
    padding: 5vh 10vw;
  }
  .unu .flex {
    padding: 15vh 0;
    flex-direction: row;
    align-items: center;
    gap: 5vw;
  }
  .unu .flex > * {
    flex: 1;
  }
}

.doi, .trei, .patru {
  background-color: black;
  padding: 1.5rem 0.75rem;
  color: #D9D2B2;
}
.doi .text, .trei .text, .patru .text {
  margin: 5vh auto;
  line-height: 1.5;
  text-wrap: pretty;
}
.doi .text h2, .trei .text h2, .patru .text h2 {
  border-bottom: 1px solid #FE6600;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media (width > 768px) {
  .doi .text h2, .trei .text h2, .patru .text h2 {
    font-size: 1.5rem;
    font-size: 2.5rem;
  }
}
.doi .text p, .trei .text p, .patru .text p {
  margin-top: 1.5rem;
}
@media (width > 768px) {
  .doi .text p, .trei .text p, .patru .text p {
    font-size: 1.5rem;
  }
}
.doi .flex .poza, .doi .flex-trei .poza, .trei .flex .poza, .trei .flex-trei .poza, .patru .flex .poza, .patru .flex-trei .poza {
  position: relative;
  height: 30vh;
}
.doi .flex .poza .bulina, .doi .flex-trei .poza .bulina, .trei .flex .poza .bulina, .trei .flex-trei .poza .bulina, .patru .flex .poza .bulina, .patru .flex-trei .poza .bulina {
  width: 150px;
  height: 150px;
  background-color: #FE6600;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
.doi .flex .poza .imagine, .doi .flex-trei .poza .imagine, .trei .flex .poza .imagine, .trei .flex-trei .poza .imagine, .patru .flex .poza .imagine, .patru .flex-trei .poza .imagine {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 25vh;
  background-image: url("../img/doi-a-doua.webp");
  background-size: cover;
  background-position: center;
}
.doi .flex-doi .poza .bulina, .trei .flex-doi .poza .bulina, .patru .flex-doi .poza .bulina {
  width: 120px;
  height: 120px;
  right: initial;
  left: 0;
}
.doi .flex-doi .poza .imagine, .trei .flex-doi .poza .imagine, .patru .flex-doi .poza .imagine {
  background-image: url("../img/doi-prima-poza.webp");
  float: right;
  z-index: 0;
}
@media (width > 768px) {
  .doi, .trei, .patru {
    padding: 5vh 10vw;
  }
  .doi .flex, .trei .flex, .patru .flex {
    padding: 5vh 0;
    display: flex;
    align-items: center;
    gap: 5vw;
  }
  .doi .flex > *, .trei .flex > *, .patru .flex > * {
    flex: 1;
  }
  .doi .flex .poza, .trei .flex .poza, .patru .flex .poza {
    height: 50vh;
  }
  .doi .flex .poza .bulina, .trei .flex .poza .bulina, .patru .flex .poza .bulina {
    width: 250px;
    height: 250px;
  }
  .doi .flex .poza .imagine, .trei .flex .poza .imagine, .patru .flex .poza .imagine {
    width: 90%;
    height: 90%;
  }
  .doi .flex .text h3, .trei .flex .text h3, .patru .flex .text h3 {
    font-size: 2rem;
  }
  .doi .flex .text p, .trei .flex .text p, .patru .flex .text p {
    font-size: 1.2rem;
  }
  .doi .flex-doi .poza, .trei .flex-doi .poza, .patru .flex-doi .poza {
    order: 1;
  }
}

.trei {
  background-color: #D9D2B2;
  color: black;
}
.trei .flex .poza .imagine {
  background-image: url("../img/trei-prima-poza.webp");
}
.trei .flex-doi .poza .imagine {
  background-image: url("../img/trei-a-doua.webp");
}

.patru {
  background-color: #FE6600;
  color: black;
}
.patru .flex .poza .bulina {
  background-color: #D9D2B2;
}
.patru .flex .poza .imagine {
  background-image: url("../img/agricole.webp");
}
.patru .flex-doi .poza .imagine {
  background-image: url("../img/tir.webp");
}
.patru .flex-trei .poza .imagine {
  background-image: url("../img/vulcanizare.webp");
}
.patru .flex-patru .poza .imagine {
  background-image: url("../img/aer-conditionat.webp");
}

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=style.css.map */