﻿/*SWipper*/
.swiper {
    width: 100%;
    height: 100%;
}

ul[class="slick-dots"] li {
    margin: 5px 4px 0px!important;
    color: var(--gray-tertiary);
}

.slick-dots li button:before {
    font-size: 10px!important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #333333 !important;
}

.section-owner-bene .swiper-slide {
    width: 80%;
    display: grid;
}
/* FONTS */
@font-face {
    font-family: "CorpoA";
    src: url(../fonts/CorpoA.TTF);
}

@font-face {
    font-family: "CORPORATEACON";
    src: url(../fonts/CORPORATEACON-REG.OTF);
}

@font-face {
    font-family: "CorpoS";
    src: url(../fonts/CorpoS.TTF);
}

@font-face {
    font-family: "CorpoSDem";
    src: url(../fonts/CorpoSDem.TTF);
}

@font-face {
    font-family: "CorpoSExtBol";
    src: url(../fonts/CorpoSExtBol.TTF);
}



.overlay_container .overlay--card h1 {
    font-family: "CorpoAScreen2Con";
    font-size: 1.875rem;
}

.overlay_container .overlay--card h4 {
    font-size: 1rem;
}
.infoModel h6 {
    /* font-size: calc(0.6rem + 1vw); */
    font-family: "Corpo S Text Office";
    color: #767676 !important;
    font-size: 1rem;
}

.content-card-info h4 {
    /* font-family: "Arial Narrow"; */
    font-family: "Corpo S Text Office Bold";
    font-size: 20px!important;
}

.content-card-info p {
    /* font-family: "CORPORATEACON"; */
    font-size: 18px!important;
    color: #767676;
}

.EQPage .section-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    background-color: #000000;
}

.EQPage .contentImg img {
    position: absolute;
    width: 100%;
    height: 90vh;
    object-fit: cover;
    z-index: 1;
}

.EQPage .contentTextBanner {
    position: relative;
    top: 38%;
    width: 46rem;
    z-index: 5;
    color: #ffffff;
    padding: 0 6.5rem
}

    .EQPage .contentTextBanner h1 {
        font-family: CorpoATitleCon;
        font-size: calc(38px + 19*(100vw - 768px)/832);
    }

    .EQPage .contentTextBanner h4 {
        font-family: "Corpo S Text Office";
        font-size: 18px;
        line-height: 25.2px;
        padding: 1.75rem 0;
    }

    .EQPage .contentTextBanner button {
        color: #fff;
        background-color: #008DFC;
        padding: 0.6rem 4rem;
        border: solid 1px #008DFC;
        border-radius: 2rem;
    }
    .EQPage .contentTextBanner button:hover {
        background-color: #0078D6;
        border: solid 1px #0078D6;

    }

section .headModel h1,
.accordion h1 {
    font-size: calc(38px + 7*(100vw - 768px)/832);
}

.section-Highlights {
    padding: 1.5rem 3rem;
    position:relative;
}

.content-text p{
    width: 60%;
}

section .content-text h1,
.contenttext-carrousel h1,
section .carousel-cards h1{
    font-family: CorpoATitleCon;
    font-size: calc(38px + 7*(100vw - 768px)/832);
    padding-bottom: 1rem;
}

section .content-text p,
.section-Highlights p {
    font-family: "Corpo S Text Office";
    font-size: 18px;
    color: #767676;
}

.contenttext-carrousel p,
.carousel-cards p {
    font-family: "Corpo S Text Office";
    font-size: 18px;
    color: #767676;
    width: 30vw;
}

.contenttext-carrousel h1 
{
width: 28vw;
}

.carousel-cards p {
    width: 50%;
}

.content-card {
    border-radius: 10px;
}
section .switches-container {
    font-family: "Arial";
    font-weight: bold;
}


.EQPage .content-carrousel {
    position: relative;
    margin: 1.5rem 0;
    padding: 0;
}
.EQPage .section-Highlights .content-carrousel {
    height: auto;
}
.section-Highlights .swiper-pagination {
    position: inherit;
    padding-top: 2rem;
}

    .EQPage .content-carrousel .content-slide-carrousel {
        /* display: grid;
        grid-template-columns: 49% 49%;
        gap: 2%; */
        width: 100%;
        margin: auto;
    }

.EQPage .accordion-button:not(.collapsed) {
    color: #333333 !important;
    background-color: white !important;
    box-shadow: none !important;
    font-weight: bold !important;
}

.EQPage .accordion-button:focus {
    box-shadow: none !important;
}

.EQPage .accordion-button:not(.collapsed)::after {
    background-image: black !important;
}

/* .image-carrousel {
    width: 100%;
} */

.EQPage .content-carrousel .content-slide-carrousel .image-carrousel img {
    height: 60vh;
    object-fit: cover;
}

.contenttext-carrousel {
    text-align: left;
}

/*section Owner*/
.EQPage .section-Owner {
    width: 95%;
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(3, 25%); */
    margin: auto;
}

    .EQPage .section-Owner .content-card {
        border: solid 1.8px #64585826;
        margin: 2% 5%;
        height: initial;
    }

        .EQPage .section-Owner .content-card .content-card-img img {
            width: 389px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 292px; object-fit:cover !important;
        }

        .EQPage .section-Owner .content-card .content-card-info {
            padding: 1.5rem;
            height: 45vh;
        }

            .EQPage .section-Owner .content-card .content-card-info p {
                font-size: 10px;
                color: #767676;
            }

.section-galery {
    width: 100%;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.section-gallery img {
    width: 100%;
    object-fit: cover;
}

.infoModel {
    text-align: center;
    /* padding: 1rem; */
}

.container-models {
    display: grid;
    justify-content: center;
    grid-template-columns: 50% 50%;
    margin: auto;
}

.content-model {
    display: flex;
    justify-content: center;
}

.sectionModel {
    padding: 4rem 2rem 0rem 2rem;
}

.overlay_popUp .btn {
    width: 206px;
    height:46px;
    padding-top: 0.6rem;
}

.btnModel {
    display: flex;
    justify-content: space-evenly;
}

    .btnModel .btn1Model1 {
        background-color: white;
        border: solid 1px;
        padding: .6rem;
        border-radius: 2rem;
        width: 15rem;
        color: black !important;
        text-decoration: none;
    }

    .btnModel .btn1Model2 {
        background-color: #0078D6;
        border-radius: 2rem;
        padding: .6rem;
        border: solid 1px #0078D6;
        color: white;
        width: 15rem;
        color: white !important;
        text-decoration: none;
    }
/*Swich Model*/
.switches-container {
    display: flex;
    width: 100%;
    justify-content: center;
}
.checkbox-container {
    display: block;
    position: relative;
    padding: 1.7rem;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: bold;
    user-select: none;
    min-width: 10rem;
    height: 30px;
    border: 1px solid #dddddd;
}
#labelsedan {
    min-width: 8rem !important;
    border-radius: 2rem 0rem 0rem 2rem;
}
    #labelsedan input:checked ~ .checkmark {
        background-color: #333333;
        border-radius: 2rem 0rem 0rem 2rem;
        transition: .4s;
        color: white;
    }
    #labelsedan input:hover ~ .checkmark {
        background-color: #333333;
        border-radius: 2rem 0rem 0rem 2rem;
        transition: .4s;
        color: white;
    }

#labelsuvs {
    border-radius: 0rem 2rem 2rem 0rem;
}
    #labelsuvs input:checked ~ .checkmark {
        background-color: #333333;
        transition:.4s;
        border-radius: 0rem 2rem 2rem 0rem;
        color: white;
    }
    #labelsuvs input:hover ~ .checkmark {
        background-color: #333333;
        border-radius: 0rem 2rem 2rem 0rem;
        transition: .4s;
        color: white;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }


#suv {
    display: none;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
input#switchSedan span{
    border-radius: 17rem;
}

.sectionModel img {
    width: 100%;
}

.linkWrapper {
    text-align: center
}

    .linkWrapper a {
        color: #0078D6 !important;
    }

.containerModel .btnModel {
    display: none;
}

.show + .containerModel .linkWrapper .btnModel {
    display: flex;
    padding: 1rem;
}

.containerModel .linkWrapper:hover .btnModel {
    display: flex;
    padding: 1rem;
}

.content-card-info {
    padding: 2rem 1rem;
}

.pagination2 {
    position: static;
    margin-top: 1rem;
}

.accordion .containerModel img {
    width: 100%;
}

.accordion {
    display: none;
    font-family: CORPORATEACON !important;
}

.accordion-body {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.accordion .content-model {
    display: flex;
    justify-content: flex-start;
    width: max-content;
}

.accordion .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 26rem;
    height: 100%;
    object-fit: cover;
}

.accordion .containerModel {
    width: 25rem;
}
.section-owner-bene{
    position:relative;
    padding:2rem 0;
}

@media (max-width: 991.98px) {
    .EQPage .section-banner {
        height: max-content;
    }

    .EQPage .contentImg img {
        position: relative;
        width: 100%;
        height: 50vh;
        object-position: 70%;
    }

    .EQPage .contentTextBanner {
        top: 0rem;
        width: 100%;
        z-index: 5;
        color: #ffffff;
        padding: 2rem 3rem;
    }

        .EQPage .contentTextBanner h1 {
            /* font-size: 60px; */
        }

        .EQPage .contentTextBanner button {
            width: 250px;
            margin: auto;
            display: block;
            padding: .6rem;
        }

        .EQPage .contentTextBanner h4 {
            display: none;
        }

    .EQPage .content-carrousel {
        height: auto;
    }

    .section-Highlights {
        padding: 1rem;
        /* margin-top: 2rem; */
    }

    .EQPage .content-carrousel .content-slide-carrousel {
        /* grid-template-columns: 100%;
        gap: 0%; */
        height: auto;
        width: 100%;
    }

    .section-Owner .swiper-slide {
        display: grid !important;
    }

    .section-Owner {
        display: block;
    }

    .content-card {
        display: block;
        width: 100%;
    }

    .EQPage .accordion .section-Owner .swiper-slide .content-card {
        width: 100%;
    }

    .btnModel {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 0.5rem;
    }

    .section-Highlights .swiper-pagination {
        position: relative;
    }

    .content-card-info {
        padding: 2rem 1rem;
        max-height: 50vh;
    }

    .content-card-info p {
        text-align: left;
    }

    .sectionModel {
        display: none;
    }

    .accordion {
        display: block;
        padding: 1rem;
    }
    /* fixes for popUp ebrochure MOB */
    /* .EQPage .accordion .overlay_container:hover .overlay_popUp {
       opacity: 1 !important;
    }
    .EQPage .accordion .overlay_popUp {
        opacity: 1 !important;
        bottom: 0.3rem;
    } */
    .EQPage .card-width--responsive {
        width: inherit !important;
    }
    .EQPage .overlay--btn {
        width: 65%;
        margin: auto;
        top: 3rem;
        /* gap: 0.5rem; */
    }
    .EQPage .swiper-pagination {
        position: inherit;
    }
    .swiper-slide .popUp--bottom{
        bottom: 150px !important;
    }
    .swiper-slide .pb-10--custom{
        padding-bottom: 205px !important;
    }
    .swiper-wrapper .pt-5--mob:has(.show){
        padding-top: 100px !important;
    }
    .accordion-item{
        border: none;
    }
    .invalid-feedback{
        text-align: start;
    }
    /* END - fixes for popUp ebrochure MOB */
    .EQPage .content-carrousel .content-slide-carrousel .image-carrousel img {
        width: 100%;
        height: auto;
    }
    .section-Highlights .swiper-pagination {
        position: relative;
        padding-top: 1rem;
    }
    .accordion-button svg {
        fill: red;
        color:red;
    }

    .content-text p,
    .contenttext-carrousel p,
    .contenttext-carrousel h1 {
        width: unset;
    }
}

@media (max-width: 576px) {
    .EQPage .contentImg img {
        object-position: 85%;
        height: 330px;
        object-fit: cover;
    }

    .EQPage .contentTextBanner {
        padding: 20px;
        padding-bottom: 50px;
    }

        .EQPage .contentTextBanner h1 {
            /* font-size: 40px; */
            padding-bottom: 30px;
        }

    .image-carrousel {
        max-height: 25rem;
    }

    .carousel-cards p {
        width: unset;
    }

    .content-card-info h4 {
        /* font-family: "Arial"; */
        /* font-weight: bold; */
        /* font-size: 18px; */
    }

    .slick-carousel--tech .img-hover--zoom.eq-carousel{
        width: 390px!important;
    }

    @media (max-width: 400px) {
        .slick-carousel--tech .img-hover--zoom.eq-carousel {
            width: 330px !important;
        }
    }
}
