@charset "UTF-8";
/* Geely styling — zelfstandig, vervangt lotus.css volledig voor de Geely-pagina's. */

/*Fonts*/
@font-face{
    font-family:"Geely-bold";
    font-style:normal;
    font-weight:700;
    src:url("../fonts/geely/GEELY-Bold.ttf") format("truetype"),local("Tahoma");
}
@font-face{
    font-family:"Inter";
    font-style:normal;
    font-weight:100 900;
    src:url("../fonts/geely/Inter-Variable.ttf") format("truetype"),local("Tahoma");
}

/* Titels in GEELY-Bold, bodytekst in Inter */
.geely h1,.geely h2,.geely h3,.geely h4,.geely h5,.geely h6{
    font-family: "Geely-bold", sans-serif;
}
.geely p, .geely label, label{
    font-family: "Inter", sans-serif;
}
.form-control{
    font-family: "Inter", sans-serif;
    border: solid 1px #666;
    border-radius: 0;
}
.geely h2{
    font-size: 3rem;
    font-family: "Geely-bold", sans-serif;
}
.title-wrapper h1{
    font-size: 4rem;
}
#service-wrap h2{
    font-size: 2rem;
}
.light h2{
    color: #fff;
}
.CTA, .car-CTA{
    border-radius: 0;
    padding: 12px;
    background: none;
}
.CTA-light{
    border: solid 2px #fff;
}
.CTA-light:hover{
    background: #fff;
}
.CTA-light:hover p{
    color: #383e42;
}
.CTA-dark, .car-CTA{
    border: solid 2px #383e42;
    background: rgba(255,255,255,0.6);
}
.car-CTA{
    color: #383e42;
    font-family: "Geely-bold", sans-serif;
    width: fit-content;
}
.CTA-dark p{
    color: #383e42;
}
.CTA-dark:hover{
    background: #fff;
}
.car-CTA:hover{
    color: #111;
}
.CTA-dark:hover p{
    color: #383e42;
}
.CTA p{
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}
.model-section{
    height: 72vw;
    background-size: cover;
    background-position: center center;
    max-height: 100vh;
}
.stock-image{
    border: solid 2px #fff;
    border-bottom: none;
}
.geely-stock{
    transition: all ease-out .15s;
}
.geely-stock:hover{
    background-color: #fff;
    color: #383e42;
}
.geely-stock:hover .details{
    color: #383e42;
}
.geely-stock .details{
    border: solid 2px #fff;
    border-top: none;
    color: #fff;
}
.service-header h1{
    font-size: 3rem;
}
.service-body h2{
    font-size: 2.2rem;
}
.geely-social ul{
    padding-left: 0;
    margin-bottom: 50px;
}
.geely-social ul li{
    display: inline;
    padding: 0 20px;
}
.geely-social a{
    color: #fff;
    font-size: 2.2rem;
}
.geely-contact a{
    color: #fff;
    font-weight: bolder;
}
@media only screen and (max-width: 575.88px) {
    .geely h2{
        font-size: 2.4rem;
    }
    .CTA{
        padding: 10px;
    }
}
