* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/**
Fonts
 */
:root {
    --oj-white: #ffffff;
    --oj-black: #000000;
    --oj-gray: #DCE0E5;

    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 1.42;
    color: var(--oj-blue);
}
@supports (font-variation-settings: normal) {
    :root {
        font-family: "Raleway", sans-serif;
        font-optical-sizing: none;
    }
}

html, body {
    background: var(--oj-white);
    position: relative;
    overflow-x: hidden;
}


h1 {
    color: var(--oj-black);
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    text-wrap: balance;
}

h2 {
    font-size: 1,5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 2rem;
    text-wrap: balance;
}

h3 {
    font-size: clamp(1.5rem, 1.3684rem + 0.5263vw, 2rem);
    font-weight: 600;
    line-height: 1.31;
    text-wrap: balance;
}

a,
a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.oj-header {
    padding-top: 1.875rem;
    display: flex;
    justify-content: center;
}

.oj-header h1 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.oj-header .logo {
    width: 13rem;
}

.omoodas-jaecoo-container {
    display: block;
    width: 100%;
    position: relative;
}

.omoodas-jaecoo-container .omoodas-container,
.omoodas-jaecoo-container .jaecoo-container {
    width: 100%;
}

.omoodas-car {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.coming-soon {
    width: 20.438rem;
    margin: 3rem auto;
}

.omoodas-jaecoo-container .omoodas-container .omoda,
.omoodas-jaecoo-container .jaecoo-container .jeacoo {
    width: 90%;
}

.jaecoo-container {
    margin-top: 5rem;
}

.car-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.car-info h2 {
    margin: 0;
    padding: 0;
}

.car-info img {
    width: 19rem;
    margin-bottom: 1.5rem;
}

.car-info p {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.splide {
    margin-bottom: 2rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.splide__slide {
    width: 100%;
}

.center-slider-img {
    margin-bottom: 2rem;
    height: 14rem;
}

.center-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-slider-text {
    padding: 0 1rem;
    text-align: center;
    text-wrap: balance;
}

.center-slider-text p {
    text-wrap: balance;
    max-width: 70%;
    margin: 0 auto;
}

.splide__pagination {
    display: flex !important;
    width: 100%;
    bottom: 3.5rem !important;
    justify-content: space-between;
    left: 0;
    padding: 0 .5rem !important;
}

.splide__pagination li {
    flex: 1;
    width: 100%;
    margin-right: .5rem !important;
}

.splide__pagination li:last-child {
    margin-right: 0 !important;
}

.splide__pagination__page {
    flex: 1;
    height: 0.25rem !important;
    width: 100% !important;
    border-radius: 0 !important;
    background-color: var(--oj-gray) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.splide__pagination__page.is-active {
    background-color: var(--oj-black) !important;
}

.car-info {
    position: relative;
}

.jeacoo-car {
    display: flex;
    justify-content: end;
}

.form-container {
    margin: 4rem 0 0 0;
    text-align: center;
}

.form-container h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    margin: 1rem;
}

.form-container p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
}

.brevo iframe {
    width: 55vw;
    height: 68.75rem;
}

.car-info .bottom-logo {
    display: none;
}

.bottom-logo-phone {
    display: block;
    margin: 0 auto 2rem auto;
}

.footer-container {
    width: 100%;
    margin: 4rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.footer-container .social {
    margin:0 auto 2rem auto;
    width: 15vw;
    min-width: 212px;
    display: flex;
    justify-content: space-between;
}

.footer-container nav {
    text-align: center;
}

.footer-container nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.footer-container nav ul li {
    cursor: pointer;
    margin-bottom: 1rem;
}

.footer-container nav ul li a {
    color: var(--oj-black);
    text-decoration: none;
    cursor: pointer;
}

.footer-container nav ul li a:hover {
    text-decoration: underline;
}

.site-container {
    max-width: 60rem;
    margin: 2rem auto;
    padding: 1rem;
}

.site-container h1 {
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    hyphens: auto;
}

.site-container section {
    margin-top: 2rem;
}

.site-container h3 {
    margin: 1rem 0;
}

.site-container ul {
    margin-left: 1rem;
}

.site-container ul li {
    margin-bottom: 1rem;
}

.site-container a {
    color: var(--oj-black);
}

.site-container p.gray {
    background-color: var(--oj-gray);
    padding: 1rem;
}

.brevo iframe {
    width: 100%;
    height: 81.5rem;
}


@media screen and (min-width: 48rem) {
    .oj-header {
        padding-top: 1.875rem;
        display: flex;
        justify-content: center;
    }

    .oj-header .logo {
        width: 22vw;
    }

    .omoodas-jaecoo-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

    .omoodas-jaecoo-container .omoodas-container,
    .omoodas-jaecoo-container .jaecoo-container {
        width: 50%;
    }

    .omoodas-jaecoo-container .omoodas-container img.omoda,
    .omoodas-jaecoo-container .jaecoo-container img.jeacoo {
        width: 47vw;
        z-index: 2;
        position: relative;
    }

    .omoodas-jaecoo-container .jaecoo-container img.jeacoo {
        left: 0;
    }

    .jaecoo-container {
        margin-top: 0rem;
    }

    .jeacoo-car {
        display: flex;
        justify-content: end;
    }


    .coming-soon {
        position: absolute;
        width: 35.3vw;
        left: 32vw;
        top: 3vw;
        z-index: 0;
        margin: auto;
    }

    .car-info {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .car-info img {
        width: 15vw;
        margin: 0;
    } 

    .car-info p {
        width: 25vw;
        text-align: center;
        font-size: 1.5vw;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 1.5rem;
    }

    .splide {
        width: 42vw;
        margin: 0 auto;
    }

    .splide {
        width: 42vw;
        margin: 0 auto;
    }

    .splide__slide {
        width: 30vw;
        height: 33vw;
    }

    .center-slider-img {
        width: 30vw;
        height: 26vw;
        margin-bottom: 0;
    }
    

    .splide__slide .center-slider-img {
        transform: scale(.95) !important;
    }

    .splide__slide.is-active .center-slider-img {
        transform: scale(1) !important;
    }

    .center-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .splide__slide p {
        display: none;
    }

    .center-slider-text p {
        max-width: 35vw;
        margin: 0;
    }

    .splide__slide.is-active p {
        display: block;
    }

    .splide__pagination {
        bottom: 7.5vw !important;
        width: 30vw;
        margin-left: 6vw !important;
    }


    .form-container {
        margin: 4rem 0 0 0;
        text-align: center;
    }

    .form-container h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .form-container p {
        width: 55vw;
        text-align: center;
        margin: 0 auto;
        font-size: 1.625rem;
    }

    .brevo iframe {
        width: 55vw;
        height: 67rem;
    }

    .car-info .bottom-logo {
        position: absolute;
        width: 4vw;
        left: -2vw;
        top: 7vw;
        display: block;
    }
    
    .bottom-logo-phone {
        display: none;
    }

    .footer-container {
        width: 45vw;
        margin: 0 auto 4rem auto;
    }

    .footer-container nav {
        text-align: center;
    }

    .footer-container nav ul {
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .footer-container nav ul li {
        margin: 0;
    }
}