@font-face {
  font-family: "NouvelR";
  src: url(../fonts/NouvelR-Regular-LGC-91411d7a68c408815073.woff2);
}

@font-face {
  font-family: "NouvelR-Bold";
  src: url(../fonts/NouvelR-Bold-LGC-5952c3fb54814dba0cf5.woff2);
}

body {
  --bs-body-font-family: "NouvelR", sans-serif;
}

.bg-dark {
  --bs-dark-rgb: 00, 00, 00;
}

.btn-primary{
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  transition: all 0.2s;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active{
  --bs-btn-hover-bg: #000!important;
   --bs-btn-hover-color: #fff!important;
   --bs-btn-hover-border-color: #fff!important;
   --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #fff;
  box-shadow: none;
}

.btn-secondary{
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  transition: all 0.2s;
  border-radius: 0;
}
.btn-secondary:hover,
.btn-secondary:active{
  --bs-btn-hover-bg: #fff!important;
   --bs-btn-hover-color: #000!important;
   --bs-btn-hover-border-color: #fff!important;
   --bs-btn-active-bg: #fff;
   --bs-btn-active-color: #000;
  --bs-btn-active-border-color: #fff;
  box-shadow: none;
}

.btn-dark{
    color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  transition: all 0.2s;
  border-radius: 0;
}
.btn-dark:hover,
.btn-dark:active{
  --bs-btn-hover-bg: #fff!important;
   --bs-btn-hover-color: #000!important;
   --bs-btn-hover-border-color: #fff!important;
   --bs-btn-active-bg: #fff;
   --bs-btn-active-color: #000;
  --bs-btn-active-border-color: #000;
  box-shadow: none;
}

.pagination li {
  --bs-pagination-font-size: 12px;
  --bs-pagination-padding-y: 0;
  --bs-pagination-padding-x: 15px;
  --bs-pagination-color: black;
  --bs-pagination-border-width: 0;
  --bs-pagination-bg: transparent;
  --bs-pagination-border: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: black;
  --bs-pagination-active-border-color: white;
  --bs-pagination-hover-color: none;
  --bs-pagination-hover-bg: none;
  --bs-pagination-focus-color: none;
  --bs-pagination-focus-bg: none;
  --bs-pagination-focus-box-shadow: none;
}

/* general */

.custom-hover-bold:hover {
  font-weight: bold;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px;
}

.custom-rounded {
  border-radius: 4px;
}

.custom-btn-hover:hover {
  background-color: #efdf00 !important;
  color: black !important;
}

.custom-btn-width {
  width: 200px;
}

.limited-width {
  max-width: 550px;
}

.custom-max-width {
  max-width: 1380px;
}

.zoom-in-effect {
  position: relative;
}

.zoom-in-effect img {
  max-width: 100%;
  filter: brightness(68%);
  transition: all 0.5s ease-in-out;
}

.zoom-in-effect:hover img {
  transform: scale(1.1);
}

.custom-height-60 {
  height: 60vh;
}

.custom-height-100 {
  height: 100vh;
}

.hovered-link:hover {
  text-decoration: underline;
}

/* HOMEPAGE */

/* nav style */

header nav .navbar a {
  font-size: 12px;
}
header nav .navbar a.nav-link {
  font-size: 14px;
}

header nav .logo {
  width: 64px;
  height: auto;
}

header .custom-close-button {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

header .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* horizontal buttons */

.horizontal-btn-group .service-links-container a:hover {
  box-shadow: inset 0 0 0 2px #efdf00;
}

.horizontal-btn-group .services-links {
  border-radius: 2px;
  width: 230px;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px #d9d9d6;
}

/* promo-1 */

.promo-1 .lazy-promo :hover {
  opacity: 0.5;
}

/* car series */

.car-series .border-style {
  padding-bottom: 7px;
}

.car-series .border-style .active {
  font-weight: bold;
  border-bottom: 3px solid #efdf00;
}

.car-series .tab-header {
  background-color: #f2f2f2;
}

.car-series .energy-type {
  border: 1px solid #0091da;
  border-radius: 3px;
  color: #0091da;
  padding: 2px 8px;
  width: fit-content;
}

.car-series .custom-btn-group {
  border: none;
  border-bottom: 2px solid #efdf00;
  width: fit-content;
  background-color: inherit;
}

.car-series .custom-btn-group:hover {
  border-bottom: 2px solid black;
}

.car-series .tab-cards {
  padding: 0 68px;
}

/* article-1 */

.article-1 .article-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #efdf00;
}

/* gallery */

.gallery-title {
  position: absolute;
  width: 100%;
  font-size: 18px;
  bottom: 26px;
}

.photo-gallery .gallery-title span::after {
  content: "";
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 34px;
  bottom: 2px;
  width: 0.6em;
  height: 0.6em;
  margin-left: 6px;
  border: 2px solid #efdf00;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
}

/* article-2 */
.article-2 .custom-chevron {
  color: #efdf00;
}

.article-2 .custom-chevron:hover {
  color: black;
}

/* fixed-btn */
.fixed-btn .chat-btn {
  box-shadow: 0 3px 10px rgba(241, 238, 238, 0.1);
  border: 2px solid white !important;
  position: fixed;
  right: 140px;
  bottom: 100px;

  z-index: 1;
}

.fixed-btn .top-btn {
  position: fixed;
  box-shadow: 1px 1px 22px -7px rgba(239, 223, 0, 1);
  width: 54px;
  height: 54px;
  color: #efdf00 !important;
  right: 140px;
  bottom: 37px;
  z-index: 1;
  border: none;
}

/* footer - prefooter-section */

.prefooter-section .prefooter {
  font-size: 14px;
}

/* footer - footer-section */

.footer {
  border-bottom: 1px solid #f2f2f2;
}

.footer-section .footer .row .col button,
.footer {
  font-size: 12px;
}

.footer-section .footer-list li a {
  text-decoration: none;
  color: #fff;
}

.footer-section .social-media-container a img {
  transition: 0.3s ease;
}

.footer-section .social-media-container a img:hover {
  transform: scale(1.1);
}

/* footer - footer-legal-section */

.footer-legal-section .footer-legal {
  font-size: 12px;
}

.footer-legal-section .footer-legal > ul > li > a {
  text-decoration: none;
  color: black;
}

.footer-legal-section .list-border > li {
  border-right: 1px solid black;
  padding: 2px 7px;
  line-height: 12px;
}

.footer-legal-section .list-border > li:last-child {
  border: none;
}

.footer-legal-section .footer-legal > span {
  font-size: 10px;
}

/* Stock List */

/* general */

.custom-box-shadow:focus {
  box-shadow: 0 0 3px 1px #00699d !important;
}

.custom-border-left {
  border-left: 3px solid white;
}

.custom-border-left:hover {
  border-left: 3px solid #efdf00;
}

#sorter {
  font-size: 14px;
  width: 175px;
  height: 42px;
}

.range-slider {
  width: 200%;
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 50%;
  background: transparent;
  position: absolute;
  left: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
  margin-top: -12px;
  position: relative;
  z-index: 1;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: white;
  border: 1px solid black;
  border-bottom: none;
}

.product-list .product-btn {
  padding: 10px 35px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 50%;
  background: transparent;
  position: absolute;
  left: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
  margin-top: -12px;
  position: relative;
  z-index: 1;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: white;
  border: 1px solid black;
  border-bottom: none;
}

.product-list .product-btn {
  padding: 10px 35px;
}

.product-list .product-btn:hover,
.product-details-right .product-btn:hover,
.similar-products .product-btn:hover {
  opacity: 0.7;
}

.decimals {
  font-size: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.7em;
}

.toolbar-bottom .pagination li button {
  padding: 0;
  width: 34px;
  height: 32px;
}

.toolbar-bottom .pagination li {
  width: 36px;
  height: 35px;
}

.toolbar-bottom .pagination li a {
  display: flex;
  justify-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* Stock Car */

.product-main .carousel-indicators button {
  background-color: white !important;
}

.custom-accordion-item .accordion-button::after {
  display: none;
}

.custom-accordion-item input {
  border: 1px solid #efdf00;
}

.custom-accordion-item input:focus {
  box-shadow: none;
}

.custom-accordion-item .form-check-label:focus {
  font-weight: bold;
}

.custom-accordion-item input:checked {
  background-color: #efdf00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  border: none;
}

.custom-accordion-body .custom-accordion-item:focus {
  background-color: #efdf001a;
}

.product-info .nav-tabs .active {
  border-bottom: 3px solid #efdf00 !important;
}

.product-info .mobile-product-info button {
  border-bottom: 3px solid #efdf00;
}

.product-info .mobile-product-info .collapsed {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  header nav .logo {
    width: 36px;
    height: auto;
  }

  .fixed-btn .chat-btn {
    right: 10px;
    bottom: 100px;
    z-index: 1;
  }

  .fixed-btn .top-btn {
    right: 10px;
    bottom: 40px;
    z-index: 1;
  }

  .product-main .product-details {
    display: flex;
    flex-direction: column;
  }

  .product-main .product-details-left,
  .product-main .product-details-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .responsive-links-container {
    padding: 16px 0;
  }

  header .responsive-links {
    font-size: 12px;
    padding: 5px 8px !important;
  }
  header .responsive-links svg {
    width: 20px;
    height: auto;
  }

  .main-content .content {
    flex-direction: column;
  }

  .products .toolbar {
    flex-direction: column;
  }

  .product-list .product-item-details .row {
    width: 100%;
  }

  .product-list .price-box {
    width: 100%;
    margin: 10px 0;
    display: inline-grid;
    grid-template-columns: 33% 33% 33%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }

  .product-list .price-box .list-price {
    width: 100%;
    padding: 0;
  }

  .product-item {
    display: flex;
    flex-direction: column;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .product-item .product-item-photo,
  .product-item .product-item-details {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .product-item .product-item-photo {
    max-width: 560px;
    height: auto;
  }

  .product-item .product-item-photo {
    width: 100%;
  }

  .product-item .actions .compare-link {
    display: none;
  }

  .toolbar-bottom .products-per-page {
    display: none !important;
  }

  .toolbar-bottom {
    justify-content: center;
  }

  /* Stock Car */

  .product-main .gallery-info {
    color: #cacaca;
  }

  .product-main {
    display: flex;
    flex-direction: column;
  }

  .product-main .product-gallery,
  .product-main .product-details {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-main .product-details .product-details-right .promo-advantage {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 27px;
    height: auto;
  }

  .promo button {
    width: 100%;
  }

  .promo img {
    width: 90%;
    height: auto;
  }

  .promo .promo-title {
    padding: 20px 0 30px 0;
  }

  .tab-header {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .tab-header .left {
    padding-left: 12px;
    align-self: flex-start;
  }

  .tab-cards {
    padding: 0 !important;
  }

  .product-item .actions {
    flex-direction: column;
  }

  .product-item .actions .product-btn {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }

  .product-item .actions .action-group {
    align-self: flex-start;
  }

  .footer-legal-section .footer-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .footer-legal-section .footer-legal ul {
    display: flex;
    flex-direction: column !important;
    margin-bottom: 10px !important;
    align-self: flex-start !important;
  }
  .footer-legal-section .footer-legal ul li {
    padding: 5px 3px;
    border: none;
  }
}

@media screen and (min-width: 1280px) {
  .product-info .how-to-buy-grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 200px 60px 300px;
    grid-template-areas:
      "step1 next1 step2 next2 step3a"
      "next3 next3 next3 next3 next3"
      "step3b or step3c next4 step4";
    grid-row-gap: 0;
    margin-bottom: 50px;

    justify-items: center;
    align-items: baseline;
    text-align: center;
  }

  .product-info .how-to-buy-grid .step.step-1 {
    grid-area: step1;
  }

  .product-info .how-to-buy-grid .next.next-1 {
    grid-area: next1;
  }
  .product-info .how-to-buy-grid .step.step-2 {
    grid-area: step2;
  }

  .product-info .how-to-buy-grid .next.next-2 {
    grid-area: next2;
  }

  .product-info .how-to-buy-grid .step.step-3a {
    grid-area: step3a;
  }

  .product-info .how-to-buy-grid .next.next-3 {
    grid-area: next3;
  }

  .product-info .how-to-buy-grid .step.step-3b {
    grid-area: step3b;
  }

  .product-info .how-to-buy-grid .or {
    grid-area: or;
  }

  .product-info .how-to-buy-grid .step.step-3c {
    grid-area: step3c;
  }

  .product-info .how-to-buy-grid .next.next-4 {
    grid-area: next4;
  }

  .product-info .how-to-buy-grid .step.step-4 {
    grid-area: step4;
  }

  .product-info .how-to-buy-grid .next-tablet,
  .or-tablet {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .product-info .how-to-buy-grid .step {
    display: flex;
    align-items: center;
  }

  .product-info .how-to-buy-grid .icon {
    width: 30%;
  }

  .product-info .how-to-buy-grid .description {
    width: 70%;
  }

  .product-info .how-to-buy-grid .next,
  .or,
  .next-mobile {
    display: none;
  }

  .product-info .how-to-buy-grid .next-tablet {
    display: flex;
    justify-content: center;
    margin-left: 8%;
    margin-top: 13px;
    min-height: 50px;
  }

  .product-info .how-to-buy-grid .or-tablet {
    display: flex;
    margin-left: 7%;
    margin-top: 13px;
    min-height: 60px;
    justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  /* .product-info .how-to-buy-grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-row-gap: 0;
        margin-bottom: 50px;
    } */

  .product-info .how-to-buy-grid .next-tablet {
    display: none;
  }

  .product-info .how-to-buy-grid .step {
    flex-direction: column;
  }

  .product-info .how-to-buy-grid .icon {
    max-width: 100%;
    height: auto;
    border: 0;
  }

  .product-info .how-to-buy-grid .next-mobile,
  .or-tablet {
    display: flex;
    justify-content: center;
    margin-top: 13px;
    min-height: 50px;
  }

  .product-info .how-to-buy-grid .description {
    display: block;
    margin: 20px 10px;
    text-align: center;
    font-size: 18px;
    color: #000000;
  }

  .product-info .how-to-buy-grid .step {
    justify-content: center;
  }

  .product-info .how-to-buy-grid .icon {
    display: flex;
    justify-content: center;
  }

  .product-info .how-to-buy-grid .icon img {
    margin-right: 40px;
  }

  .product-info .mobile-product-info .tab-item {
    flex-direction: column;
    max-width: 100% !important;
  }

  .product-info .mobile-product-info .tab-item div {
    margin: 0;
  }

  .product-info .mobile-product-info .tab-item .right-info {
    width: 100%;
  }
}

/* contact table */
.contact-table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}

.contact-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: initial, #000, #000;
  background-color: #fff;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px initial, rgba(0, 0, 0, 0.05), transparent;
}

.contact-table > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.program {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .program {
    width: 50%;
  }
}

/* contact form */

.formular-contact {
  background-color: #f2f2f2;
}

.formular-contact .inner {
  max-width: 660px;
  margin: 0 auto;
  color: black;
  padding: 40px 16px;
}

.formular-contact .form-control {
  border-radius: 0%;
}

@media screen and (min-width: 768px) {
  .formular-contact .inner {
    padding: 40px;
  }
}

.formular-contact label {
  color: #212529;
}

.formular-contact textarea {
  min-height: 100px !important;
}

.formular-contact .form-check label a {
  color: white;
}

.formular-contact .form-check label a:hover {
  color: #efdf00;
}

.formular-contact button {
  width: fit-content;
}

.formular-contact button:hover {
  border-color: #efdf00 !important;
}

.formular-contact a {
  color: black !important;
}

.formular-contact a:hover {
  color: #efdf00 !important;
}





.header-wrapper .header-img {
 position: relative;
 overflow: hidden;
 width: 100%;
 max-height: 600px;
 aspect-ratio: 16 / 9;
}

.header-wrapper .header-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.header-wrapper .header-title {
 display: grid;
 grid-template-columns: 1fr;
 grid-template-areas:
 "title"
 "full-price";
 grid-row-gap: 32px;
 grid-auto-columns: minmax(0, 1fr);
 margin: 24px 0;
}

.header-wrapper .header-title .title {
 grid-area: title;
}
.header-wrapper .header-title .title h1 {
 font-size: 3rem;
}

.header-wrapper .header-title .price {
 grid-area: full-price;
 border-top: 1px solid #d9d9d6;
 padding-top: 32px;
 font-size: 1.3rem;
}

@media screen and (min-width: 670px) {
 .header-wrapper .header-title {
 grid-template-columns: 2fr 1fr;
 grid-template-areas: "title full-price";
 grid-column-gap: 16px;
 width: 100%;
 max-width: 1280px;
 margin: 32px 0;
 }
 .header-wrapper .header-title .price {
 padding-top: 0;
 padding-left: 32px;
 border-top: 0;
 border-left: 1px solid #d9d9d6;
 }
}

/* Title */

.title-wrapper .section-title span {
 font-size: 1.2rem;
 color: #656666;
}

.title-wrapper .section-subtitle h1 {
 font-size: 2rem;
 font-weight: 700;
}

@media screen and (min-width: 768px) {
 .title-wrapper {
 margin-top: 50px;
 }
}

/* Vertical Cards */

.vertical-cards-wrapper {
 justify-content: center;
}

.vertical-cards-wrapper .vertical-cards {
 gap: 30px;
}

.vertical-cards-wrapper .vertical-cards h4 {
 font-size: 18px;
 font-weight: 700;
 position: relative;
 padding-bottom: 16px;
 margin: 16px 0;
}

.vertical-cards-wrapper .vertical-cards h4:after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 width: 50px;
 border-bottom: 2px solid;
 color: #efdf00;
}

.vertical-cards-wrapper .vertical-cards p {
 font-size: 14px;
}

.vertical-cards-wrapper .vertical-cards .vertical-card {
 flex: 1;
}

@media screen and (max-width: 1020px) {
 .vertical-cards-wrapper .vertical-cards {
 flex-direction: column;
 }
}

/* vertical cards with border */

.vertical-cards-wrapper .bordered-cards {
 gap: 30px;
 flex: 1 1;
}

.vertical-cards-wrapper .bordered-cards .vertical-card {
 flex: 1 1;
 height: 100%;
}

.vertical-cards-wrapper .bordered-cards h6 {
 padding: 16px 16px 48px;
}

@media screen and (max-width: 768px) {
 .vertical-cards-wrapper .bordered-cards {
 flex-direction: column;
 }
}

.vertical-cards-wrapper video {
 max-width: 100%;
 height: auto;
}

#wrapped-vertical-cards .vertical-card {
 flex: 1 1 350px;
 height: auto;
}

/* Horizontal cards */

.horizontal-card {
 display: flex;
 flex-direction: column;
 margin-bottom: 24px;
}

.horizontal-cards-wrapper .horizontal-card .content {
 padding: 20px 0;
}
.horizontal-card h2,
.horizontal-card h1 {
 position: relative;
 margin-bottom: 24px;
 padding-top: 24px;
}
.horizontal-card h1::after,
.horizontal-card h2::after {
 content: "";
 position: absolute;
 bottom: -10px;
 left: 0;
 display: block;
 width: 50px;
 border-bottom: 2px solid;
 color: #efdf00;
}

.horizontal-card:nth-child(even) {
 flex-direction: row-reverse;
}

.horizontal-card p {
 padding-right: 24px;
}

@media screen and (min-width: 768px) {
 .horizontal-card:nth-child(even) h1,
 .horizontal-card:nth-child(even) p {
 margin-left: 24px;
 }
}

.horizontal-card .stats {
 /* height: 100%; */
 align-items: end;
 padding: 0 24px;
}

.horizontal-card .stats h1 {
 margin: 0;
 padding: 0;
}

@media screen and (max-width: 768px) {
 .horizontal-card {
 flex-direction: column-reverse !important;
 }
}

/* versiuni */

.version-header {
 margin: 2rem 0;
}

.version-header p {
 line-height: 1;
 font-weight: 700;
 font-size: 16px;
 color: #656666;
}

.version-header h1 {
 font-weight: 700;
 line-height: 0.95;
 font-size: 32px;
 font-family: "NouvelR-Bold", sans-serif;
}

.versiune {
 background-color: #f2f2f2;
}

.content {
 max-width: 1200px;
}

.versiune .text-side {
 margin: 40px 16px;
}

@media screen and (min-width: 992px) {
 .versiune .text-side {
 max-width: 280px;
 }
}

.versiune .info {
 margin-bottom: 32px;
}

.versiune .info .info-item {
 font-size: 12px;
 display: flex;
 align-items: start;
}

.versiune .info .info-item svg {
 height: 24px;
 width: 24px;
 margin-right: 8px;
 flex-shrink: 0;
}

.versiune .content p {
 line-height: 1;
 font-weight: 700;
 font-size: 16px;
 color: #656666;
 font-family: "NouvelR-Bold", sans-serif;
 margin: 0;
}

.versiune .content h3 {
 font-family: "NouvelR-Bold", sans-serif;
 font-size: 28px;
 font-weight: 700;
 margin: 0;
 margin-bottom: 16px;
}

.versiune .content h5 {
 font-family: "NouvelR-Bold", sans-serif;
 font-size: 20px;
 font-weight: 700;
 margin: 0;
 margin-bottom: 24px;
}

.version-selector {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
 margin-top: 32px;
 padding: 0 8px;
}

.version-selector .version-item {
 max-width: 33.33%;
 cursor: pointer;
}

@media screen and (min-width: 400px) {
 .version-selector .version-item {
 max-width: 110px;
 }
}

@media screen and (min-width: 992px) {
 .version-selector .version-item {
 max-width: 190px;
 }
}

.version-selector .active .img-content {
 position: relative;
 background-color: #f2f2f2;
}

.version-selector .active .img-content::before {
 border: 2px solid black;
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.version-selector .version-item {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}

.version-selector .version-item p {
 font-family: "NouvelR-Bold", sans-serif;
 line-height: 1;
 font-weight: 700;
 font-size: 16px;
 margin-top: 8px;
 color: #000;
 text-align: center;
}

/* formular contact */

.formular-contact {
 background-color: #000;
}

.formular-contact .inner {
 max-width: 660px;
 margin: 0 auto;
 color: white;
 padding: 40px 16px;
}

.formular-contact .form-control {
 border-radius: 0%;
}

@media screen and (min-width: 768px) {
 .formular-contact .inner {
 padding: 40px;
 }
}

.formular-contact label {
 color: #212529;
}

.formular-contact textarea {
 min-height: 100px !important;
}

.formular-contact .form-check label a {
 color: white;
}

.formular-contact .form-check label a:hover {
 color: #efdf00;
}

.formular-contact button {
 width: fit-content;
}

.formular-contact button:hover {
 border-color: #efdf00 !important;
}

/* carousel */

.design-carousel .carousel-indicators button {
 border-radius: 50%;
 width: 10px;
 height: 10px;
 background-color: #656666;
 transition-duration: 0.3s;
}

.design-carousel .carousel-indicators .active {
 width: 10px;
 height: 10px;
 border: none;
 background-color: #efdf00;
 transition: 0.2s ease-in-out;
 position: relative;
}

.design-carousel .carousel-indicators {
 background-color: #000;
 border-radius: 1000px;
 width: fit-content;
 margin: 16px auto;
 padding: 0 4px;
}

.carousel-control-prev,
.carousel-control-next {
 opacity: 1 !important;
}

.carousel-control-prev {
 justify-content: flex-start;
}

.carousel-control-next {
 justify-content: flex-end;
}

.carousel-control-prev .inner-chevron,
.carousel-control-next .inner-chevron {
 color: white !important;
 background-color: black;
 font-size: 20px;
 opacity: 1 !important;
 flex-grow: 0;
 width: 32px;
 height: 60px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.carousel-control-prev:hover .inner-chevron,
.carousel-control-next:hover .inner-chevron {
 color: #efdf00 !important;
}

@media (prefers-reduced-motion: reduce) {
 .carousel-item {
 transition: transform 0.3s ease-in-out;
 }
}

.brochure-btn {
 background-color: #f2f2f2;
 padding: 0 12px;
}

/* e-tech details */

.e-details {
 margin: 4rem auto;
 display: flex;
 justify-content: space-evenly;
 max-width: 1200px;
}

.e-details .item {
 display: flex;
 flex-direction: column;
}

.e-details p {
 margin-bottom: 8px;
 color: #656666;
 font-family: "NouvelR", sans-serif;
 line-height: 1.4;
 font-weight: 400;
 font-size: 18px;
}

.e-details h2 {
 white-space: nowrap;
 font-weight: 700;
 font-family: "NouvelR-Bold", sans-serif;
 line-height: 0.95;
 font-size: 51px;
 margin-bottom: 16px;
}

/* Disclaimer */

.disclaimer {
 padding: 10px 10px;
}

.disclaimer p {
 font-size: 11px;
 margin: 0;
}

.models-carousel svg {
 height: 24px;
 width: 24px;
}

.models-carousel .model-content {
 gap: 32px;
}

.models-carousel .text-side {
 padding-right: 32px;
}

.models-carousel h3,
.models-carousel h5 {
 color: black !important;
 font-weight: 700;
}

.models-carousel .carousel-indicators button {
 border-radius: 50%;
 width: 10px;
 height: 10px;
 background-color: #656666;
 transition-duration: 0.3s;
}

.models-carousel .carousel-indicators .active {
 width: 10px;
 height: 10px;
 border: none;
 background-color: #efdf00;
 transition: 0.2s ease-in-out;
 position: relative;
}

.models-carousel .carousel-indicators {
 background-color: #000;
 border-radius: 1000px;
 width: fit-content;
 margin: 16px auto;
 padding: 0 4px;
}

@media screen and (max-width: 768px) {
 .models-carousel .carousel-indicators {
 display: none;
 }
}

.btn-link{
text-decoration: none;
color: #000;
font-weight: 600;
}
.btn-link svg{
width: 16px;
}
