* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  height: 100%;
  font-family: "Sarabun", sans-serif;
  background-color: #D9D9D9;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 2.5vh 5vw 1.5vh;
  color: white;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
header > * {
  flex: 1;
}
header .logo img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) and (orientation: landscape) {
  header .logo img {
    width: 25%;
  }
}
header nav {
  font-size: 1.5rem;
  text-align: right;
  padding-right: 5vw;
}
header nav ul {
  list-style: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100vh;
  width: 80%;
  background-color: rgba(255, 106, 0, 0.7098039216);
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}
header nav ul li {
  margin-left: 2rem;
  border-bottom: 1px solid white;
  width: 80%;
  text-align: left;
}
header nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
}
header nav ul li a i {
  font-size: 1rem;
  float: right;
}
@media (min-width: 768px) and (orientation: landscape) {
  header nav {
    font-size: 1rem;
  }
  header nav ul {
    transform: none;
    position: static;
    flex-direction: row;
    align-items: flex-end;
    height: initial;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    float: right;
  }
  header nav ul li {
    border: none;
    text-align: center;
  }
  header nav ul li a {
    position: relative;
    color: #ff6a00;
    font-weight: 600;
    font-size: 1.4rem;
    transition: 0.3s;
  }
  header nav ul li a .fa-angles-right {
    display: none;
  }
  header nav ul li a:hover {
    color: white;
  }
  header nav ul li a::after {
    position: absolute;
    content: "";
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s;
  }
  header nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  header nav .fa-bars {
    display: none;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .header-preturi nav ul li a, .header-contact nav ul li a {
    color: white !important;
  }
}

.haipleosc {
  transform: translateX(0%);
}

.laterale {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
}
.laterale a {
  background-color: rgba(255, 106, 0, 0.6509803922);
  color: black;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (min-width: 768px) {
  .laterale {
    display: none;
  }
}

.unu {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(./assets/hero-mobil.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  overflow: hidden;
}
.unu h1 {
  padding: 18vh 5vw 5vh;
  line-height: 1.5;
  font-size: 8vw;
  text-transform: uppercase;
  position: relative;
}
.unu h1 > span {
  color: white;
}
.unu h1 .stroke {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px white;
  margin-left: 0.2em;
}
.unu .img {
  display: none;
}
@media (min-width: 768px) and (orientation: landscape) {
  .unu {
    background-image: none;
    background-position: right center;
    display: flex;
    align-items: center;
    background-color: #ff6a00;
  }
  .unu > span {
    width: 50vw;
    height: 100dvh;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 106, 0, 0.6784313725);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .unu h1 {
    padding: 0 2.5vw 5vh;
    font-size: 5vw;
    z-index: 1;
    margin-left: 5vw;
    flex: 5;
    width: -moz-fit-content;
    width: fit-content;
  }
  .unu .img {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .unu .img img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .unu .logo-atomic {
    text-align: left;
    flex: 1;
    justify-self: flex-start;
  }
}

.unu-preturi {
  background-image: url(./assets/hero-mobil-preturi.webp);
  background-position: center;
}
.unu-preturi h1 {
  font-size: 10vw;
}
@media (min-width: 768px) and (orientation: landscape) {
  .unu-preturi {
    background-image: url(./assets/hero-desk-preturi.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .unu-preturi h1 {
    font-size: 5vw;
    padding: 0;
    margin-left: 2.5vw;
  }
  .unu-preturi .img {
    display: block;
    position: absolute;
  }
  .unu-preturi > span {
    width: 50%;
  }
}

.fugi-stroke {
  margin-left: 10%;
}

.jos {
  background-image: url("./assets/separa.webp");
}
.jos h2.splitting {
  color: white;
}
.jos h2.splitting .char {
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition-delay: calc(20ms * var(--char-index));
}
.jos h2.splitting[data-scroll=out] .char {
  opacity: 0.1;
  transform: translateY(0.25em);
}
.jos h2 {
  color: white;
  padding: 2.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
.jos h2 span.rev {
  color: #FF6A00;
}
@media (min-width: 768px) and (orientation: landscape) {
  .jos h2 {
    font-size: 2rem;
  }
  .jos h2 span.rev {
    font-size: 1.5rem;
  }
}

.logo-atomic {
  width: 100%;
  padding-top: 5vh;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .logo-atomic {
    height: 100vh;
    justify-content: flex-start;
    align-items: center;
  }
}
.logo-atomic .atom {
  position: relative;
  display: flex;
  width: 80vw;
  height: 80vw;
  align-items: center;
  justify-content: center;
  animation: balans 1s infinite alternate-reverse ease-in-out;
}
@media (min-width: 768px) {
  .logo-atomic .atom {
    height: 80vh;
    width: 80vh;
    justify-content: flex-start;
  }
}
.logo-atomic .atom:before {
  content: "";
  background-image: url("./assets/logo-negru.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60vw;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .logo-atomic .atom:before {
    background-size: 35vw;
    transform: scale(0.6);
    background-position: left;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  .logo-atomic .atom:before {
    left: 0;
  }
}
.logo-atomic .atom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
}
.logo-atomic .atom .line {
  --color: #ff4000;
  position: absolute;
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  border-right: 10px solid var(--color);
  filter: drop-shadow(0 0 10px var(--color));
}
@media (min-width: 768px) {
  .logo-atomic .atom .line {
    opacity: 0.7;
    width: 35vw;
    height: 35vw;
  }
}
.logo-atomic .atom .line1 {
  --color: #4d4d4d7e;
  animation: rotatie1 2s infinite reverse linear;
}
.logo-atomic .atom .line2 {
  animation: rotatie2 3s infinite reverse linear;
}
.logo-atomic .atom .line3 {
  animation: rotatie3 3s infinite reverse linear;
}

@keyframes rotatie1 {
  0% {
    transform: rotateX(45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(45deg) rotateZ(360deg);
  }
}
@keyframes rotatie2 {
  0% {
    transform: rotateY(45deg) rotateX(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateY(45deg) rotateX(-45deg) rotateZ(-360deg);
  }
}
@keyframes rotatie3 {
  0% {
    transform: rotateY(-45deg) rotateX(-45deg) rotateZ(180deg);
  }
  100% {
    transform: rotateY(-45deg) rotateX(-45deg) rotateZ(540deg);
  }
}
@keyframes balans {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
.doi-preturi {
  background-color: #D9D9D9;
  display: flex;
  flex-direction: column;
}
.doi-preturi ul {
  padding: 1.2rem 1rem;
  list-style: none;
  line-height: 2;
}
.doi-preturi .doi-preturi-img {
  width: 100%;
  height: 70vh;
  background-image: url("./assets/deget.webp");
  background-position: 20% bottom;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 34%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 34%, 100% 0%, 100% 100%, 0 100%);
}
@media (width > 768px) {
  .doi-preturi {
    flex-direction: row;
    align-items: center;
    height: 100vh;
  }
  .doi-preturi ul {
    width: 50%;
    padding-left: 5vw;
  }
  .doi-preturi ul h2 {
    font-size: 3rem;
  }
  .doi-preturi ul li {
    font-size: 1.5rem;
    padding-left: 5vw;
  }
  .doi-preturi .doi-preturi-img {
    justify-self: flex-end;
    width: 50%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
  }
}

.preturi-jos {
  color: white;
  padding: 1.2rem 1rem;
  font-size: 0.8rem;
  position: relative;
}
.preturi-jos::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.815);
}
.preturi-jos::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/bg-separa-pret.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
}
.preturi-jos :first-child {
  color: #FF6A00;
  margin-bottom: 1.2rem;
}
.preturi-jos :nth-child(2) {
  line-height: 1.5;
  font-size: 1rem;
}
@media (width > 768px) {
  .preturi-jos {
    font-size: 2rem;
    text-align: center;
    padding: 5rem 25vw;
  }
  .preturi-jos :nth-child(2) {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.trei-preturi {
  position: relative;
  background-image: url("./assets/bg-preturi-jos.webp");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  padding: 1.2rem 0rem 1.2rem 0.5rem;
}
.trei-preturi div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trei-preturi div ul {
  list-style: none;
  padding: 1rem;
  background-color: rgba(65, 65, 65, 0.5019607843);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: white;
  line-height: 2;
}
.trei-preturi div ul li {
  border-bottom: 1px solid grey;
  display: flex;
  font-size: 0.8rem;
  min-height: 4rem;
}
.trei-preturi div ul li > *:not(:last-child) {
  flex: 2;
  display: flex;
  align-items: center;
}
.trei-preturi div ul li .pret {
  padding: 0.5rem;
  align-self: center;
  text-align: right;
  font-size: 1rem;
}
.trei-preturi div h2 {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 900;
  writing-mode: vertical-lr;
  rotate: 180deg;
  color: #FF6A00;
  text-transform: uppercase;
}
@media (width > 768px) {
  .trei-preturi div {
    max-width: 72%;
    padding: 0;
    justify-content: flex-start;
    position: relative;
    padding: 2.5rem;
  }
  .trei-preturi div ul {
    background-color: rgba(255, 106, 0, 0.6784313725);
    border-radius: 10px;
    line-height: 1.2;
    flex: 1;
    padding: 5rem;
  }
  .trei-preturi div ul li {
    border-bottom: none;
    font-size: 1.2rem;
  }
  .trei-preturi div ul li > *:not(:last-child) {
    flex: 4;
    display: flex;
    align-items: center;
  }
  .trei-preturi div ul li .pret {
    flex: 1;
    padding: 0.5rem;
    align-self: center;
    text-align: right;
    font-size: 1.5rem;
  }
  .trei-preturi div h2 {
    font-size: 3rem;
    flex-basis: 0;
    padding: 2rem;
    text-align: center;
  }
}
.trei-preturi .insirare {
  display: none;
  font-size: 1.2rem;
  list-style: none;
  padding: 2rem;
}
@media (width > 768px) {
  .trei-preturi .insirare {
    background-color: #D9D9D9;
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    flex: 2;
    display: block;
    line-height: 4;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .trei-preturi .insirare li {
    border-bottom: 1px solid grey;
  }
}

.rotite {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.rotite span {
  flex-grow: 1;
  background-color: #FF6A00;
  height: 1px;
  margin: 0 16px;
}
.rotite .rotita {
  background-image: url(./assets/rotite.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.65s ease-out;
}
.rotite .rotita1 {
  width: 28px;
  height: 28px;
}
.rotite .rotita2 {
  width: 19.6px;
  height: 19.6px;
  margin: 0 0 14px -2px;
}

.trei {
  background-color: #D9D9D9;
  padding: 2rem 1rem;
  font-size: 1.2rem;
}
.trei ul {
  list-style: none;
}
.trei ul > * {
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid black;
}
.trei ul li a i {
  color: #FF6A00;
  float: right;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .trei {
    background-size: cover;
    font-size: 1.5rem;
  }
  .trei ul {
    padding: 2rem 10vw;
  }
  .trei ul > * {
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid black;
  }
  .trei ul li {
    position: relative;
  }
  .trei ul li div {
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    right: 0;
  }
  .trei ul li div i {
    color: #FF6A00;
    float: right;
    transform: rotate(-45deg);
    font-size: 2rem;
  }
}

footer {
  width: 100%;
  background-image: url(./assets/bgfooter.webp);
  padding: 2rem 1rem;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-family: Cambay, sans-serif;
  font-size: 1.2rem;
}
footer .logo {
  text-align: center;
}
footer ul {
  list-style: none;
  line-height: 1.5;
}
footer .socmed {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid #FF6A00;
}
footer .socmed a {
  color: #FF6A00;
}
footer .socmed a:not(:first-child) {
  margin-left: 2.5rem;
}
footer .harta {
  width: 100%;
}
footer .harta iframe {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
footer .link {
  display: flex;
  gap: 1.5rem;
}
footer .link li a {
  color: #FF6A00;
  font-style: italic;
}
@media (min-width: 768px) {
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10vh 10vw;
    align-content: flex-start;
  }
  footer .logo {
    text-align: left;
  }
  footer .footer-unu {
    align-self: flex-start;
  }
  footer .footer-doi > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  footer .footer-doi .socmed {
    text-align: left;
  }
  footer .footer-doi .harta {
    width: 100%;
  }
  footer .footer-doi .harta iframe {
    width: 100%;
    height: 250px;
  }
}

.creat {
  background-color: #b5b5b5;
  text-align: center;
  font-family: Cambay, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1.5rem;
  color: black;
}
.creat > :last-child {
  font-size: 0.8rem;
}
.creat > :last-child i a {
  color: black;
}
@media (min-width: 768px) {
  .creat {
    display: flex;
    align-items: center;
    gap: 50vw;
    justify-content: space-around;
  }
}/*# sourceMappingURL=preturi.css.map */