@font-face {
  font-family: "Porsche-Thin";
  src: url(../fonts/PorscheNext-Thin.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Porsche-Regular";
  src: url(../fonts/PorscheNext-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Porsche-SemiBold";
  src: url(../fonts/PorscheNext-SemiBold-.woff2) format("woff2");
  font-display: swap;
}
body {
  font-family: "Porsche-Regular";
  font-size: 16px;
}

main {
 background-color: #fdf8f4;
overflow: hidden;
}

 p{
font-family: "Porsche-Thin";
}



/* ---- Animations ---- */
@keyframes fadeIn {
 to {
 opacity: 1;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translateY(-80px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
}
@keyframes fadeUp {
 to {
 opacity: 1;
 transform: translateY(0);
 }
}
@keyframes pulse {
 0%, 100% {
 transform: scale(1.05);
 opacity: 1;
 }
 50% {
 transform: scale(1.1);
 opacity: 0.7;
 }
}
@keyframes fadeInLeft {
 from {
 opacity: 0;
 transform: translateX(-80px);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
}
@keyframes fadeInRight {
 from {
 opacity: 0;
 transform: translateX(80px);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
}
/* ---- Clase pentru animatii ---- */
.fade-in, .fade-in-down, .fade-up {
 opacity: 0;
 transform: translateY(80px);
 transition: 0.9s;
}

.animate.fade-in {
 animation: fadeIn 0.9s forwards ease-out;
}

.animate.fade-in-down {
 animation: fadeInDown 0.9s forwards ease-out;
}

.animate.fade-up {
 animation: fadeUp 0.9s forwards ease-out;
}

.pulse {
 animation: pulse 2s infinite ease-in-out;
}

.fade-left, .fade-right {
 opacity: 0;
}

.animate.fade-left {
 animation: fadeInLeft 0.9s forwards ease-out;
}

.animate.fade-right {
 animation: fadeInRight 0.9s forwards ease-out;
}




.btn-menu {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu svg {
  stroke: #fff;
}

.btn {
  border-radius: 4px;
}

.btn-outline-white {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  padding: 15px 30px;
  transition: all 0.4s ease 0s;
}
.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

.btn-outline-dark {
text-decoration: none;
background-color: transparent;
border:2px solid #000;
color: #000;

border-radius: 4px;
padding:15px 30px;

transition: all 0.4s ease 0s;
}

.btn-outline-dark:hover {
background-color: #000;
border-color: #000;
color: #fff;
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
}


.btn-primary {
  text-decoration: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 4px;
  padding: 15px 30px;
  transition: all 0.4s ease 0s;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

.btn-circle-white {
text-decoration: none;
background-color: transparent;
border:2px solid #fff;
color: #fff;

border-radius: 100%;
width: 127px;
height: 127px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;

transition: all 0.4s ease 0s;

}

.btn-circle-white:hover {
background-color: #fff;
border-color: #fff;
color: #000;
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
}

.btn-circle-dark {
text-decoration: none;
background-color: transparent;
border:1px solid #000;
color: #000;

border-radius: 100%;
width: 127px;
height: 127px;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;

transition: all 0.4s ease 0s;
}

.btn-circle-dark:hover {
background-color: #000;
border-color: #000;
color: #fff;
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
}


.btn-circle-dark svg, .btn-circle-white svg {
display: none;
}


.btn-circle-dark:hover svg, .btn-circle-white:hover svg {
display: block;
}

.btn-circle-dark:hover span, .btn-circle-white:hover span {
display: none;
}

header.transparent {
  background-color: transparent;
  color: #fff;
  position: fixed; /* schimbat din absolute în fixed */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: padding 0.3s ease, background-color 0.3s ease;
}
header.transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 8.1%, rgba(0, 0, 0, 0.8) 15.5%, rgba(0, 0, 0, 0.8) 22.5%, rgba(0, 0, 0, 0.7803921569) 29%, rgba(0, 0, 0, 0.7294117647) 35.3%, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.6) 47.1%, rgba(0, 0, 0, 0.5215686275) 52.9%, rgba(0, 0, 0, 0.4392156863), rgba(0, 0, 0, 0.3294117647) 64.7%, rgba(0, 0, 0, 0.2196078431) 71%, rgba(0, 0, 0, 0.1215686275) 77.5%, rgba(0, 0, 0, 0.0509803922) 84.5%, rgba(0, 0, 0, 0.0117647059) 91.9%, rgba(0, 0, 0, 0));
  transition: height 0.3s ease;
}
header .logo-dealer {
  max-width: 130px; /* ← logo mai mare */
  transition: max-width 0.3s ease, padding 0.3s ease;
  padding: 20px 0;
}
header.shrink .logo-dealer {
  max-width: 80px;
  padding: 5px 0;
}
header.shrink.transparent:before {
  height: 80px;
}
header .btn-menu{
  padding: 30px 2px;
  transition: .2s;
}
header.shrink .btn-menu{
 padding: 10px 2px;
}
header .offcanvas {
  background-color: rgb(216, 210, 198);
}
header .offcanvas .list-menu {
  list-style: none;
  padding: 0;
}
header .offcanvas .list-menu .list-item .menu-link {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.2s;
}
header .offcanvas .list-menu .list-item .menu-link:hover {
  background-color: rgba(0, 0, 0, 0.06);
  transform: scale(1.04);
}

/* header.transparent {
  background-color: transparent;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
header.transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 8.1%, rgba(0, 0, 0, 0.8) 15.5%, rgba(0, 0, 0, 0.8) 22.5%, rgba(0, 0, 0, 0.7803921569) 29%, rgba(0, 0, 0, 0.7294117647) 35.3%, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.6) 47.1%, rgba(0, 0, 0, 0.5215686275) 52.9%, rgba(0, 0, 0, 0.4392156863), rgba(0, 0, 0, 0.3294117647) 64.7%, rgba(0, 0, 0, 0.2196078431) 71%, rgba(0, 0, 0, 0.1215686275) 77.5%, rgba(0, 0, 0, 0.0509803922) 84.5%, rgba(0, 0, 0, 0.0117647059) 91.9%, rgba(0, 0, 0, 0));
}
header .logo-dealer {
  max-width: 90px;
  padding: 20px 0;
}
header .offcanvas {
  background-color: rgb(216, 210, 198);
}
header .offcanvas .list-menu {
  list-style: none;
  padding: 0;
}
header .offcanvas .list-menu .list-item .menu-link {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.2s;
}
header .offcanvas .list-menu .list-item .menu-link:hover {
  background-color: rgba(0, 0, 0, 0.06);
  transform: scale(1.04);
} */

.hero-section .carousel-item {
  height: 80vh;
}
.hero-section .carousel-inner::before {
  display: block;
  content: "";
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 42.71%, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.hero-section .carousel-caption {
  z-index: 1;
  bottom: 90px;
}
.hero-section .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border-top: none;
  border-bottom: none;
}
.hero-section .carousel-indicators .active {
  width: 16px;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .hero-section .carousel-item {
    height: 100vh;
  }
}

.contact-band {
  background-color: #000;
}
.contact-band .btn-link {
  text-decoration: none;
  color: #fff;
}
.contact-band .btn-link:hover {
  background-color: rgba(148, 149, 152, 0.1803921569);
}

footer {
  padding: 30px 0;
  background-color: #010205;
}
footer .footer-top {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(216, 210, 198);
}
footer .footer-top .wrapper-logo-contact .logo img {
  max-width: 160px;
  margin-left: -20px;
}
footer .footer-top .wrapper-logo-contact .footer-address {
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-top ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-top ul a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.2s;
  display: block;
  padding: 5px;
}
footer .footer-top ul a:hover {
  transform: scale(1.02);
}
footer .footer-top ul.legal-list {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}
footer .footer-top ul.legal-list a {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
}
footer .footer-top .social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .social-media ul a {
  padding: 7px;
}
footer .footer-top .social-media ul img {
  filter: invert(1);
  width: 28px;
}
footer .footer-bottom {
  padding-top: 30px;
}
footer .footer-bottom .footer-legal {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .footer-top {
    text-align: center;
  }
  footer .footer-bottom .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */