/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}main {
    width: 100vw;
}

.section-site {
    position: relative;
    width: 100vw;
    margin-inline: auto;
}

.section-site>* {
    display: flex;
    align-items: center;
    padding-inline: 5vw;
}

.title-section {
    position: relative;
    margin: 5vw 0;
    text-align: center;
}

.title-textual-section {
    line-height: 1.5em;
}

h2.title-textual-section {
    line-height: 1.5em;
    font-size: clamp(1rem, 2vw, 3rem);
}

.tag-setups {
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
}

.dot-before:before {
    content: "■ ";
    color: var(--yellow-1);
    font-size: 0.8em;
    position: relative;
    left: -0.2ch;
    top: -0.2ch;
    z-index: 3;
}

.main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3vw;
}

.main-wrapper>* {
    position: relative;
    padding: 0 3vw;
}

h1.title-section {
    font-size: clamp(2rem, 3.5vw, 7rem);
    width: 100%;
    padding: 0;
}

h2.title-section {
    font-size: clamp(1.6rem, 4vw, 3.2rem);
}

#hero-banner h1:not(.home-hero-banner-slogan-text) {
    font-size: clamp(2rem, 8vw, 5.4rem);
}

/* MOBILE VERSION */


@media (orientation: portrait) {
    .title-section {
        margin: 5svh 0;
    }
}

/* Aminations JS */
.js .count-up {
    visibility: hidden;
}

.count-up.is-visible {
    visibility: visible;
}.splide {
    height: 100%;
}

.splide__arrow {
    background: var(--white-2);
    border-radius: 0;
    height: 4em;
    width: 4em;
    opacity: 1;
}

.splide__arrow:hover:not(:disabled) {
    background-color: var(--yellow-1);
    opacity: 1;
}

.splide__pagination__page {
    background: var(--white-2);
    border-radius: 0;
    height: 0.6em;
    aspect-ratio: 1;
    width: auto;
}

.splide__pagination__page.is-active {
    background: var(--yellow-1);
}

/* .splide__pagination {
    bottom: -1.5em;
    display: none;
}    */
.splide__list {
    background-color: var(--white-3);
}

.splide__track {
    width: 100%;
    height: 100%;
}

.splide__slide img {
    width: 100%;
}

.splide__arrow--prev {
    left: -2em;
}

.splide__arrow--next {
    right: -2em;
}.header {
    position: relative;
    height: 10svh;
    background-color: var(--white-2);
    z-index: 4;
    padding-inline: 5vw;
}

.header>* {
    display: flex;
}

.header-menu,
.header-social_links {
    width: 40vw;
    font-size: clamp(0.6rem, 1vw, 1.2rem);
}

.header-menu {
    align-items: center;
    justify-content: space-between;

}

.header-logo {
    height: 50%;
    width: 20vw;
    display: flex;
    justify-content: center;
}

.header-logo-icon {
    height: 5svh;
    width: auto;
}

.header-logo img {
    height: 5svh;
}

.header-social_links {
    height: 30%;
    justify-content: right;

}

.header-social_links>a {
    display: inherit;
}

.header-social_links-icon {
    height: 3svh;
    width: auto;
}

/* Language Selector */
.header-lang-selector {
    display: flex;
    align-items: center;
    gap: 0.3em;
    margin-right: 1em;
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.header-lang-link {
    text-decoration: none;
    color: var(--grey-2);
    transition: color 0.2s;
}

.header-lang-link.active {
    color: var(--grey-1);
    font-weight: 700;
}

.header-lang-link:hover {
    color: var(--yellow-1);
}

.header-lang-sep {
    color: var(--grey-2);
    user-select: none;
}

/* MOBILE MENU */
#header-menu-desktop {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#header-menu-mobile {
    display: none;
}

.wrapper {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100svh;
    width: 100vw;
    background: var(--white-2);
    transition: all 0.6s ease-in-out;
}

#active:checked~.wrapper {
    left: 0;
}

.menu-btn {
    position: absolute;
    z-index: 6;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 60%;
    border-bottom: 4px solid var(--grey-1);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
    transform: translateY(-9px);
}

.menu-btn:after {
    transform: translateY(9px);
}


.close {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* closing animation */
#active:checked+.menu-btn span {
    transform: scaleX(0);
}

#active:checked+.menu-btn:before {
    transform: rotate(45deg);
    border-color: var(--grey-1);
}

#active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: var(--grey-1);
}

.wrapper>ul {
    position: relative;
    display: flex;
    margin: 0;
    left: 10vw;
    height: 100%;
    list-style: none;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
}

.wrapper>ul>ul {
    list-style: none;
    padding-inline-start: 2ch;
}

.wrapper ul li {
    margin: 1.5svh 0;
}

.wrapper ul li a {
    text-decoration: none;
    font-size: 3svh;
    color: var(--grey-1);
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper>ul>ul>li {
    margin: 1.5vw 0;
}

.wrapper>ul>ul li a {
    font-size: 1.5svh;
}


.wrapper ul li a:hover:after {
    transform: scaleY(1);
}

.wrapper ul li a:hover {
    color: var(--yellow-1);
}

input[type="checkbox"] {
    display: none;
}

#active:checked~.wrapper ul li a {
    opacity: 1;
}

.wrapper ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}

#active:checked~.wrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
    transition-delay: .6s;
    transform: translateX(-100px);
}

body:has(#active:checked~.wrapper) {
    overflow: hidden;
}

/* Tablette */
@media (orientation: portrait) {
    #header-menu-desktop {
        display: none;
    }

    #header-menu-mobile {
        display: flex;
    }
}

/* Dropdown Menu Styles */
.menu-item-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-wrapper {
    position: absolute;
    top: calc(5svh + 1ch - 1px);
    /* half the header + size of a character - 1px */
    left: 0;
    transform: translateY(0);
    width: 40vw;
    background-color: var(--white-1);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    pointer-events: none;
    border-radius: 8px;
    overflow: visible;
}

.dropdown-wrapper::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: 2vw;
    background: transparent;
}

.menu-item-dropdown:hover .dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.dropdown-left {
    width: 30%;
    padding: 2rem;
    background-color: var(--white-2);
}

.dropdown-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-left li {
    margin-bottom: 1rem;
}

.dropdown-left a {
    text-decoration: none;
    color: var(--grey-1);
    font-size: 0.8em;
    transition: color 0.2s;
    display: block;
}

.dropdown-left a:hover {
    color: var(--yellow-1);
}

.dropdown-right {
    width: 70%;
    background-color: #f5f5f5;
    /* Light grey background for image area */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.dropdown-image-preview {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-image-preview.show {
    opacity: 1;
}.footer {
    flex-direction: column;
    align-items: flex-start;
}

.footer-wrapper {
    padding: 10svh 0;
    display: flex;
}

.footer p {
    font-size: clamp(0.6rem, 0.8vw, 1.4rem);
    text-align: left;
}

.footer-wrapper h3 {
    margin-bottom: 3svh;
    font-size: clamp(0.8rem, 1.6vw, 3rem);
}

.footer-testimonials {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-testimonials-subtext {
    text-align: center;
    color: var(--white-2);
    font-size: clamp(1rem, 1vw, 2rem);
    font-weight: 400;
}

.footer-testimonials>* {
    width: 20vw;
}

.footer-testimonials img {
    width: 100%;
}

.footer-links {
    display: flex;
    width: 60vw;
    margin-left: 10vw;
    justify-content: space-between;
}

.footer-links a {
    color: var(--white-2);
}

.footer-links p {
    font-weight: 300;
}

/* MOBILE VERSION */
@media (orientation: portrait) {

    .footer-wrapper {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .footer-testimonials {
        width: 70%;
    }

    .footer-testimonials>* {
        width: 100%;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        width: 70%;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-links-wrapper:last-child {
        width: 100%;
    }

    .footer-wrapper {
        height: auto;
        padding: 10vw 0;
    }

    .footer-links-wrapper:nth-child(odd) {
        padding: 10% 10% 10% 0;
    }

    .footer-links-wrapper:nth-child(even) {
        padding: 10% 0 10% 10%;
    }

    .footer-links-wrapper {
        width: 40%;
    }
}/* hero banner */
.home-hero-banner {
    height: 90svh;
    background-image: url(/static/imgs/bgs/bg_home.jpg);
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken;
    z-index: 2;
}

.home-hero-banner video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.home-hero-banner-slogan,
.home-hero-banner-buttons {
    position: relative;
    top: -5svh;
    z-index: 3;
}

.home-hero-banner-slogan-text {
    margin-bottom: 1svh;
    font-size: clamp(1.6rem, 4vw, 3.6rem);
}

/* testimonials */
.home-testimonials {
    padding-top: 5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-testimonials-textwrapper-text {
    white-space: pre-wrap;
}

.home-testimonials>* {
    width: 75vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-testimonials-logo {
    margin-bottom: 3vw;
}

.home-testimonials-logo img {
    height: 12vw;
}

/* solutions */
.home-solutions {
    flex-direction: column;
    padding-bottom: 5vw;
}

.home-solutions-categories {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.home-solutions-categories h3 {
    position: relative;
    z-index: 2;
    font-size: clamp(1rem, 2vw, 3rem);
    height: 1ch;
}

.home-solutions-categories img {
    height: 20vw;
    aspect-ratio: 1;
    object-fit: cover;
    transition: filter 0.3s linear;
}

.home-solutions-categories-img-link:hover img {
    filter: brightness(0.9);
}

/* references */
.home-references {
    flex-direction: column;
}

.home-references-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 3vw;
}

.home-references-group {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* .home-references-wrapper img {
    height: 3svh;
    margin: 4vw 5svh;
    flex-shrink: 0;
    filter: grayscale(1) brightness(0.3);
    transition: filter 0.5s ease;
    cursor: url(/static/imgs/cursors/cursor-yellow.svg), pointer;
    ;
} */
.logo {
    width: 7vw;
    aspect-ratio: 10 / 2;

    background-color: var(--logo-color, var(--grey-1));

    -webkit-mask-image: var(--logo-url);
    mask-image: var(--logo-url);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;

    transition: background-color 0.3s ease;
}

/* Couleur globale */
.home-references-group {
    --logo-color: var(--black-1);
}

/* Exemple hover */
.logo:hover {
    background-color: var(--yellow-1);
    cursor: pointer;
}


.home-references-wrapper img:hover {
    filter: grayscale(1) brightness(0);
}

.duplicated-group {
    display: none;
}

/* MOBILE VERSION */


@media (orientation: portrait) {

    /* TESTIMONIALS MOBILE */
    .home-testimonials {
        flex-direction: column;
        margin-top: 15vw;
    }

    .home-testimonials-logo img {
        height: 20vw;
    }

    .home-testimonials>* {
        width: 90%;
        height: fit-content;
    }

    /* SOLUTIONS MOBILE */
    .home-solutions-categories {
        flex-direction: column;
        align-items: center;
    }

    .home-solutions-categories img {
        height: 60vw;
    }

    /* REFERENCES MOBILE */
    .home-references {
        overflow: hidden;
        width: 100%;
    }

    .home-references-wrapper {
        display: flex;
        flex-wrap: nowrap;
        will-change: transform;
        justify-content: flex-start;
    }

    .home-references-group {
        display: inline-flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 4svh;
        padding-right: 4svh;
    }

    .home-references-group .logo {
        width: 25vw;
    }

    .duplicated-group {
        display: inline-flex;
    }
}/* hero banner */
.categories-hero-banner {
    height: 90svh;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.categories-hero-banner-titlewrapper {
    position: relative;
    top: -5svh;

}

.categories-hero-banner-textwrapper-text {
    font-size: clamp(1rem, 2vw, 3rem);
}

.categories-hero-banner-slogan-text {
    margin-bottom: 1svh;
}

.bg-vehicles {
    background-image: url(/static/imgs/bgs/bg_vehicles.jpeg);
}

/* solutions */
.categories-solutions {
    flex-direction: column;
    padding-bottom: 5vw;
}

.categories-solutions-categories {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.categories-solutions-filters-dropdown {
    width: 80vw;
}

.categories-solutions-filters-dropdown-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0.4vw 1.2vw;
    background-color: var(--white-2);
    transition: background-color 0.2s ease;
}

.categories-solutions-filters-dropdown-button:hover {
    cursor: pointer;
    background-color: var(--yellow-1);
}

.categories-solutions-filters-dropdown-icon {
    width: clamp(0.6rem, 1vw, 1.6rem);
    height: clamp(0.6rem, 1vw, 1.6rem);
    display: flex;
}

span.categories-solutions-filters-dropdown-text {
    margin-left: 0.4rem;
    line-height: 1.3rem;
    font-weight: 300;
    font-size: clamp(0.4rem, 0.8vw, 1.2rem);
}

.categories-solutions-categories-categorywrapper {
    width: 20vw;
    margin: 0vw 5vw 4vw 5vw;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.categories-solutions-categories h3 {
    position: relative;
    z-index: 2;
    font-size: clamp(1rem, 2vw, 3rem);
    height: 1ch;
}

.categories-solutions-categories img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: filter 0.3s linear;
}

.categories-solutions-categories-img-link:hover img {
    filter: brightness(0.9);
}

/* MOBILE VERSION */
@media (orientation: portrait) {

    /* LIST MOBILE*/
    .categories-solutions-categories {
        justify-content: center;
    }

    .categories-solutions-categories-categorywrapper {
        width: 60vw;
    }

    .categories-solutions-filters-dropdown {
        width: 60vw;
    }

}/* hero banner */
.vehicle-hero-banner {
    height: 90svh;
    display: flex;
    background-size: cover;
}

.vehicle-hero-banner-wrapper {
    position: relative;
    top: -5svh;
}

.vehicle-hero-banner-img {
    height: 100%;
}

img.top-head {
    top: 0;
}

.vehicle-hero-banner-textwrapper-text {
    font-size: clamp(1rem, 1.6vw, 3rem);
}

.vehicle-hero-banner-slogan-text {
    margin-bottom: 1svh;
}

.vehicle-hero-banner img {
    position: absolute;
    height: 90%;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.vehicle-hero-banner-textwrapper-text {
    width: auto;
}

/* description */
.vehicle-description {
    display: flex;
    width: 90%;
    flex-direction: column;
    background-color: var(--white-1);
    margin-bottom: 3vw;
}

.vehicle-description-wrapper {
    display: flex;
    align-items: center;
    width: 70vw;
}


.vehicle-description-right {
    width: 50%;
    aspect-ratio: 3 / 2;
}

.vehicle-description-left {
    padding: 0 0 0 4%;
    width: 46%;
    white-space: pre-wrap;
}

.vehicle-description-left p {
    font-size: clamp(0.6rem, 0.8vw, 2rem);
}

/* key_features */
.vehicle-key_features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--white-1);
    margin-bottom: 3vw;
}

.vehicle-key_features>div {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--white-1);
}

.vehicle-key_features-title {
    margin-top: 3vw;
}

/* slider */
.vehicle-slider {
    position: relative;
    z-index: 1;
}

.vehicle-slider img {
    width: 100%;
    /* position: relative; */
    /* left: 3%; */
    height: 100svh;
    object-fit: cover;
    object-position: bottom;
}

/* squares highlight */
.vehicle-squared-highlight {
    margin-bottom: 3vw;
}

.vehicle-squared-highlight-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 4vw;
}

.vehicle-squared-highlight-wrapper-square {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-color: var(--white-3);
    aspect-ratio: 3 / 2;
    height: 8vw;
    padding: 2vw;

}

.vehicle-squared-highlight-wrapper-square-value {
    font-size: 5vw;
    line-height: 1.1em;
    margin: 0;
    font-weight: 300;
}

.vehicle-squared-highlight-wrapper-square-value-plussign {
    font-size: 2vw;
    vertical-align: top;
    position: relative;
    top: 0.3vw;
}

.vehicle-squared-highlight-wrapper-square-setups {
    font-size: 1.2rem;
    line-height: 1.2rem;
    height: 100%;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vehicle-squared-highlight-wrapper-square-unit {
    font-size: 0.8vw;
    margin: 0px;
    font-weight: 300;
    line-height: 0;
    color: var(--grey-2);
}

.vehicle-squared-highlight-wrapper-square-label {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 1vw;
    line-height: 2.5vw;
    font-weight: 300;
    width: 90%;
    text-align: center;
    color: var(--grey-2);
    border-top: 1px var(--grey-2) solid;
}

.vehicle-squared-highlight-wrapper-square-setups-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.6rem;
    font-size: clamp(0.4rem, 0.8vw, 1rem);
}

.vehicle-squared-highlight-wrapper-square-setups-icon {
    width: clamp(0.6rem, 1.2vw, 1.4rem);
}

/* configurator */
.vehicle-configurator {
    flex-direction: column;
}

.vehicle-configurator-carousel-wrapper-config-group {
    margin-bottom: 3vw;
}

.vehicle-configurator-carousel-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    align-items: center;
}

.vehicle-configurator-carousel-wrapper-config {
    width: 20vw;
}

.vehicle-configurator-carousel-wrapper-config h3 {
    margin-top: 0;
    margin-bottom: 1vw;
    text-align: left;
    font-size: clamp(1rem, 2vw, 3rem);
}

.vehicle-configurator-carousel-wrapper-config-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;

}

.vehicle-configurator-carousel-wrapper-img-container {
    width: 65vw;
}

.vehicle-configurator-carousel-wrapper-img-container img {
    width: 100%;
}

.vehicle-configurator-carousel-wrapper-config-item {
    position: relative;
    background-color: transparent;
    border: none;
    color: var(--grey-2);
    margin: 2ch;
    text-align: center;
    font-size: clamp(0.7rem, 1.2vw, 2rem);
    font-weight: 400;
    cursor: pointer;
    width: max-content;
}

.vehicle-configurator-carousel-wrapper-config-item:hover {
    color: var(--grey-1);
}

.vehicle-configurator-carousel-wrapper-config-item:hover::before {
    content: "■";
    color: var(--yellow-1);
    position: absolute;
    left: -2ch;
}

/* technical specifications */
.vehicle-specs {
    display: flex;
    flex-direction: column;
}

.vehicle-specs-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3vw;
}

.vehicle-specs-details>div {
    margin-inline: 2vw;
}

.vehicle-specs-details-detail-wrapper {
    border-top: solid 1px var(--white-4);
    width: 40vw;
}

.vehicle-specs-details-detail-wrapper>p {
    text-transform: uppercase;
    color: var(--white-4);
    font-size: 0.8em;
}

.vehicle-specs-details-detail-wrapper-value {
    font-weight: 400;
    font-size: 1.4em;
    position: relative;
    left: 18vw;
    width: 20vw;
}

.vehicle-specs-diagram-wrapper {
    display: flex;
    align-items: center;
    width: 90%;
}

.vehicle-specs-diagram-wrapper-sideview {
    width: 70%
}

.vehicle-specs-diagram-wrapper-topview {
    width: 30%
}

.vehicle-specs-diagram-wrapper img {
    width: 100%;
}

/* MOBILE VERSION */


@media (orientation: portrait) {

    /* HERO BANNER MOBILE */
    .vehicle-hero-banner img {
        height: 40svh;
        bottom: 0;
    }

    .vehicle-hero-banner {
        justify-content: center;
        flex-direction: row-reverse;
    }

    img.top-head {
        top: -5svh;
    }

    .vehicle-hero-banner-titlewrapper,
    .vehicle-hero-banner-textwrapper {
        text-align: center;
    }

    .vehicle-hero-banner-wrapper {
        top: 15svh;
    }

    .vehicle-hero-banner-wrapper:not(.text-head) {
        top: -25%;
        ;
    }

    .vehicle-hero-banner-textwrapper-text {
        width: auto;
    }

    /* CAROUSSEL MOBILE */

    .vehicle-description-wrapper {
        flex-direction: column;
    }

    .vehicle-description-right {
        width: 90%;
    }

    .vehicle-description-left {
        font-size: 1em;
        width: auto;
    }

    /* KEY FEATURES MOBILE */

    .vehicle-squared-highlight-wrapper-square {
        height: 25vw;
        padding: 4vw;
    }

    .vehicle-squared-highlight-wrapper-square-value {
        font-size: 15vw;
    }

    .vehicle-squared-highlight-wrapper-square-unit {
        font-size: 2vw;

    }

    .vehicle-squared-highlight-wrapper-square-value-plussign {
        font-size: 5vw;
    }

    .vehicle-squared-highlight-wrapper-square-label {
        font-size: 2.5vw;
        line-height: 6.5vw;
    }

    .vehicle-squared-highlight-wrapper {
        flex-direction: column;
        align-content: center;
    }

    .vehicle-squared-highlight-wrapper-square-setups-wrapper {
        font-size: clamp(0.6rem, 2vw, 1.8rem);
    }

    .vehicle-squared-highlight-wrapper-square-setups-icon {
        width: clamp(1rem, 3vw, 2rem);
    }

    .vehicle-squared-highlight-wrapper-square:has(.vehicle-squared-highlight-wrapper-square-setups) {
        justify-content: center;
    }

    .grip-description-wrapper {
        width: 80vw;
    }

    /* CONFIGURATOR MOBILE */

    .vehicle-configurator-carousel-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .vehicle-configurator-carousel-wrapper-config {
        width: auto;
        margin-top: 5vw;
    }


    .vehicle-configurator-carousel-wrapper-config-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vehicle-configurator-carousel-wrapper-img-container {
        width: 80vw;
        margin-top: 5vw;
    }

    .vehicle-configurator-carousel-wrapper-config-list {
        justify-content: center;

    }

    /*TECHNICAL SPECS MOBILE */
    .vehicle-specs-details-detail-wrapper-value {
        font-size: 1em;
        left: 30vw;
        width: 40vw;
    }

    .vehicle-specs-details {
        display: flex;
        flex-direction: column;
    }

    .vehicle-specs-details-detail-wrapper {
        width: 70vw;
    }
}.grips-solutions {
    row-gap: 5vw;
}

.grip-description-wrapper {
    justify-content: center;
    column-gap: 2vw;
    width: 80vw;
}

.grip-description-right {
    height: 100%;
    width: auto;
    aspect-ratio: 3 / 2;
}

.grips-specs-details {
    margin: 0;
    width: 40vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    justify-items: center;
    text-align: center;
}

.grips-specs-details-detail-wrapper {
    margin-inline: 0 !important;

}

.grips-specs-details-detail-wrapper p {
    font-size: clamp(0.6rem, 1vw, 2rem);
    max-width: 12vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-wrap-style: balance;
}

span.grips-specs-details-detail-wrapper-value {
    word-wrap: break-word;
}

.grips-specs-details-detail-wrapper-label {
    text-transform: uppercase;
    color: var(--white-4);
    font-size: clamp(0.5rem, 0.7vw, 1.5em);
}

.grip-item-wrapper h3 {
    position: relative;
    z-index: 2;
    font-size: clamp(1rem, 2vw, 3rem);
    height: 1ch;
}

/* MOBILE VERSION */


@media (orientation: portrait) {
    .grips-specs-details {
        width: 80vw;
    }

    .grips-specs-details-detail-wrapper p {
        max-width: 38vw;
    }
}.about_us-container p {
    width: calc(100% - 6vw);
    margin-bottom: 5em;
    font-weight: 400;
    white-space: pre-line;
}

.about_us-container ul {
    margin-bottom: 2em;
    font-weight: 400;
    list-style-type: none;
    padding-inline-start: 0;
}

.about_us-container li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80vw;
}

.about_us-container ul li img {
    width: 10vw;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1);
}

.about_us-container ul li div {
    width: 65vw;
    vertical-align: middle;
}

.about_us-container ul li span {
    display: inline-block;
    margin-right: 12px;
}

/* MOBILE VERSION */


@media (orientation: portrait) {
    .about_us-container ul li img {
        width: 20vw;
    }

    .about_us-container ul li div {
        width: 55vw;
    }

    .about_us-container .tag-job {
        margin-top: 8px;
        margin-bottom: -16px;
        display: block;
        width: fit-content;
    }
}.contact-container-columns {
    display: flex;
    flex-direction: row;
}

.contact-container-columns-left {
    width: 30vw;
}

.contact-container-columns-right {
    width: 60vw
}

.contact-container-columns-right-map {
    width: 100%;
    aspect-ratio: 2;
}

.contact-container-columns-right-map img {
    width: 100%;
    filter: brightness(1);
    transition: filter 0.2s ease-in-out;
}

.contact-container-columns-right-map img:hover {
    filter: brightness(0.7);
}


/* MOBILE VERSION */


@media (orientation: portrait) {
    .contact-container-columns {
        flex-direction: column;
    }

    .contact-container-columns-right {
        width: 84vw;
    }

    .contact-container-columns-left {
        width: 100%;
    }
}.terms-container p
{
white-space: pre-line;

}@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}



.animation__banner-title {
    animation-name:fadeInDown;
    animation-delay: 0.1s;
}.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    opacity: 0;
    width: 20px;
    height: 35px;
    margin-left: -20px;
    bottom: 5svh;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px var(--white-2);
    animation-name: reveal;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-duration: 1.5s;
    border-radius: 12px;
}

.icon-scroll:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--white-2);
    margin-left: -2px;
    top: 8px;
    border-radius: 4px;
    animation-name: scroll;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.filtersliders-container {
    display: flex;
    column-gap: 2vw;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition:
        max-height 1s ease,
        opacity 0.5s ease,
        transform 1s ease;
}

.slider-container {
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: var(--white-2); */
    padding: 1.5vw 4vw;
}

.slider-container-wrapper {
    margin: 1vw 0 0 0;
}

.slider-container-wrapper-labels {
    display: flex;
    justify-content: space-between;
    margin: 1em 0 1em 0;
    width: 100%;
}

.slider-container-wrapper-labels span {
    justify-content: center;
    height: clamp(0.8rem, 0.8vw, 1.6rem);
    width: clamp(0.8rem, 0.8vw, 1.6rem);
    display: flex;
}
.slider-container-wrapper-labels > img {
    height: 100%;
    object-fit: contain;
}

.slider-container-wrapper-value_wrapper {
    margin: 0;
    font-weight: 300;
}

.slider-container-title {
    font-size: clamp(0.6rem, 1.2vw, 1.8rem);
    font-weight: 500;
}

.slider-container-wrapper-value_wrapper .slider__value {
    font-size: clamp(0.8rem, 2vw, 3rem);
}

.slider-container-wrapper-value_wrapper .slider__unit {
    font-size: clamp(0.6rem, 0.8vw, 1.6rem);
    color: var(--white-4);
}

.slider-container-wrapper-value_wrapper .slider__description {
    font-size: clamp(0.4rem, 0.6vw, 1.2rem);
    color: var(--grey-2);
    display: block;
}

.slider-container-slider_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filterslider-is-hiding {
    opacity: 0;
    transform: translateY(10px);
}

.filterslider-is-hidden {
    display: none;
}

.filterslider-is-showing {
    opacity: 0;
    transform: translateY(10px);
}

.filterslider-is-open {
    max-height: fit-content;
    opacity: 1;
    transform: translateY(0);
}

/* MOBILE VERSION */


@media (orientation: portrait) {

    .filtersliders-container {
        flex-direction: column;
        align-items: center;
        width: 60vw;
    }

    .slider-container {
        width: 90%;
        padding: 0;
    }

    .filterslider-is-open {
        max-height: 55vw;
    }
}.newsletter {
    margin-top: 2svh;
    width: 100%;
}

.newsletter-contact {
    width: 50%;
    margin-top: 5vw;
}

.newsletter-form {
    display: flex;
    border-bottom: 1px solid var(--white-2);
    padding-bottom: 5px;
    align-items: center;
}

.newsletter-contact .newsletter-form {
    border-bottom: 2px solid var(--grey-2);
}

.newsletter-input {
    background: transparent;
    border: none;
    color: var(--white-2);
    font-size: clamp(0.8rem, 0.8vw, 1.2rem);
    font-family: inherit;
    width: 100%;
    outline: none;
    padding: 5px 0;
    caret-color: var(--yellow-1);
}

.newsletter-contact .newsletter-input {
    color: var(--grey-2);
}

.newsletter-input::placeholder {
    color: var(--white-4);
    font-weight: 300;
}

.newsletter-button {
    background: transparent;
    border: none;
    color: var(--white-2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    transition: transform 0.3s ease;
}

.newsletter-contact .newsletter-button {
    color: var(--grey-2);
}

.newsletter-button:hover {
    transform: translateX(5px);
    color: var(--yellow-1);
}


.newsletter-message {
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 300;
    min-height: 1.2em;
    transition: opacity 0.5s ease;
    opacity: 0;
    color: var(--white-4);
}

.newsletter-message.show {
    opacity: 1;
}

.newsletter-message.success {
    color: var(--green-1)
}

.newsletter-message.error {
    color: var(--red-1)
}/* imports */

/* fonts */

/*overall style*/
:root {
    --white-1: #FFFFFF;
    --white-2: #FAFAFA;
    --white-3: #F4F4F4;
    --white-4: #A1A1A1;
    --grey-1: #151515;
    --grey-2: #515151;
    --grey-3: #1A1A1A;
    --yellow-1: #FFC845;
    --orange-1: #F59E0B;
    --green-1: #618B4A;
    --red-1: #C32F27;
    --blue-1: #5299D3;
    --purple-1: #9334b9;

    --base-font-size: 12px;

}

html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Poppins";
    background-color: var(--white-1);
    color: var(--grey-1);
    font-size: var(--base-font-size);
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    min-height: -webkit-fill-available;
    margin-right: auto;
    margin-left: auto;
    font-weight: 500;
    font-style: normal;
}

p {
    line-height: 1.6em;
    font-size: clamp(0.6rem, 1vw, 1.6rem);
    text-align: justify;
}

li {
    font-size: clamp(0.6rem, 1vw, 1.6rem);
}

a {
    text-decoration: none;
    color: var(--grey-1);
    transition: color 0.1s linear;
}

a:hover {
    color: var(--yellow-1);
}

.button {
    background-color: var(--white-1);
    border: none;
    color: var(--grey-1);
    padding: clamp(0.6rem, 1vw, 1.1rem) clamp(1.2rem, 1.2vw, 2.5rem);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(0.6rem, 1vw, 1rem);
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    transition: filter 0.2s linear;
}

.button:hover {
    filter: brightness(0.9);
    color: var(--grey-1);
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    padding: 0;
    font: inherit;
    outline: none;
    opacity: .8;
    background: #CCC;
    box-sizing: border-box;
    transition: opacity .2s;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.8vw;
    background: var(--white-3);
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 0.8vw;
    width: 0.8vw;
    background: var(--yellow-1);
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, border-color 0.3s;
    box-shadow: none;
}

@media (orientation: portrait) {
    input[type="range"]::-webkit-slider-runnable-track {
        height: 4vw;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 4vw;
        width: 4vw;
        background: var(--yellow-1);
        cursor: pointer;
        border: none;
        transition: background-color 0.3s, border-color 0.3s;
    }
}

.img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

h1,
h2,
h3,
h4 {
    /* font-family: "Space Grotesk"; */
    font-weight: 500;
    margin: 0;
}


/* TAILWIND LIKE */
/* font size */
.font-12 {
    font-size: 1.2rem;
}

.font-14 {
    font-size: 1.4rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-20 {
    font-size: 2.0rem;
}

.font-22 {
    font-size: 2.2rem;
}

.font-24 {
    font-size: 2.4rem;
}

.font-26 {
    font-size: 2.6rem;
}

.font-28 {
    font-size: 2.8rem;
}

.font-30 {
    font-size: 3.0rem;
}

.font-32 {
    font-size: 3.2rem;
}

.font-34 {
    font-size: 3.4rem;
}

.font-36 {
    font-size: 3.6rem;
}

.font-38 {
    font-size: 3.8rem;
}

.font-40 {
    font-size: 4.0rem;
}

.font-42 {
    font-size: 4.2rem;
}

.font-44 {
    font-size: 4.4rem;
}

.font-46 {
    font-size: 4.6rem;
}

.font-48 {
    font-size: 4.8rem;
}

.font-50 {
    font-size: 5.0rem;
}

.font-52 {
    font-size: 5.2rem;
}

.font-54 {
    font-size: 5.4rem;
}

.font-56 {
    font-size: 5.6rem;
}

.font-58 {
    font-size: 5.8rem;
}

/* font weight */
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/* line height */

.lh-00 {
    line-height: 0;
}

.lh-05 {
    line-height: 0.5em;
}

.lh-10 {
    line-height: 1em;
}

.lh-15 {
    line-height: 1.5em;
}

.lh-20 {
    line-height: 2em;
}

.lh-25 {
    line-height: 2.5em;
}

.lh-30 {
    line-height: 3em;
}

/* colors */
.color-white-1 {
    color: var(--white-1);
}

.color-white-2 {
    color: var(--white-2);
}

.color-white-3 {
    color: var(--white-3);
}

.color-grey-1 {
    color: var(--grey-1);
}

.color-grey-2 {
    color: var(--grey-2);
}

.color-grey-3 {
    color: var(--grey-3);
}

.color-yellow-1 {
    color: var(--yellow-1);
}

/* backgound colors */
.bg-color-white-1 {
    background-color: var(--white-1);
}

.bg-color-white-2 {
    background-color: var(--white-2);
}

.bg-color-white-3 {
    background-color: var(--white-3);
}

.bg-color-grey-1 {
    background-color: var(--grey-1);
}

.bg-color-grey-2 {
    background-color: var(--grey-2);
}

.bg-color-grey-3 {
    background-color: var(--grey-3);
}

.bg-color-yellow-1 {
    background-color: var(--yellow-1);
}

/* margin top-bottom */

.marg-tb-1 {
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.marg-tb-2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.marg-tb-3 {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.marg-tb-4 {
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.marg-tb-5 {
    margin-top: 5vw;
    margin-bottom: 5svw;
}

/* Swup Transition */
.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}
