@import url('/sites/cars/2016/uploads/2020/420/assets/CARS_-_Gilroy_Font_Family/CARS_-_Gilroy_Font_Family.css');

html {
    background-color: black;
}


body {
    /*max-width: 2000px;       2/28/25*/
    margin: auto;
    background-color: white;
}

body {
    font-family: 'Gilroy-Regular';
}

p {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .04em;
}

#first {
    height: 100vh;  
    background-color: black;
}



.hero {
    background-color: black;
    /*  Added below 2/28/25*/
    width: 100%;
    display: inline-block;
}


    .hero img {
        max-width: 1000px;
        margin: auto;
        display: block;
    }

    .hero h1 {
        font-size: 3.3em;
        line-height: 1.3;
        color: white;
        text-align: center;
        /*padding: 2em 0 1em;*/
        padding: 3em 0 .5em;
        font-family: 'Gilroy-Bold';
        margin: 0 10px;
    }

    .hero h2 {
        font-size: 3.3em;
        line-height: 1.3;
        color: white;
        text-align: center;
        padding: 00 1em;
        font-family: 'Gilroy-Bold';
        margin: 0 10px;
    }

.second {
    /* height: 60vh; */
    /* display: grid; */
    /* display: flex;
    align-items: center;
    justify-content: center; */

    padding: 12% 1em 12%;
    text-align: center;
    display: inline-block;
    width: 100%;
    /*added background color 2-28-25*/
    background-color: white;
}

.second-text {
    /* position: absolute;
    top: 40%;
    width: 100%; */
    /* padding: 15% 1em 18%;
  text-align: center; */
}

    .second-text h2, .second-text h3 {
        font-size: 3em;
        line-height: 1.3;
        font-family: 'Gilroy-Bold';
        /*padding-top: 1em;    2/28/25*/
    }

    .second-text p {
        font-weight: 800;
        max-width: 800px;
        margin: 1em auto 0;
    }



/*.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

    .jarallax-keep-img > .jarallax-img {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        z-index: -100;
    }

span[data-jarallax-element] {
    display: inline-block;
}*/


/* #vid-jarallax {
    text-align: center;
}

    #vid-jarallax h3 {
        position: relative;
        font-size: 5em;
        font-weight: 300;
        z-index: 99999999;
        border: 1px solid white;
        padding: .2em 1em;
        display: inline-block;
        margin: 2.8em auto;
        background-color: rgba(0, 0, 0, .5);
        color: white;
        font-family: 'Gilroy-Bold';
    } */

.right {
    float: right;
}

.left {
    float: left;
}


.service-row {
    background-color: white;
    padding: 2em 1em;
}

.service-container {
    max-width: 1280px;
    margin: auto;
}

.services {
    display: inline-block;
    width: 100%;
    background-color: black;
    color: white;
    padding: 2em;
    /*    border: 1px solid white;
*/ margin-bottom: 1em;
    border-radius: 8px;
}

.half-text {
    padding: 8em 0 0;
}

    .half-text h4 {
        font-size: 3em;
        line-height: 1.3;
        font-weight: 300;
        color: white;
        font-family: 'Gilroy-Bold';
    }

    .half-text p {
        /*      line-height: 1.5;
        font-size: 26px;
        width: 80%;*/
        color: white;
    }




.bumper {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .bumper h3 {
        color: black;
        font-size: 3.5em;
        line-height: 1.3;
        padding-top: 1em;
        font-family: 'Gilroy-Bold';
    }



/* .space-holder {
    position: relative;
    width: 100%;
}

.sticky {
    position: sticky;
    top: 0;
    height: 50vh;
    width: 100%;
    overflow-x: hidden;
}

.horizontal {
    position: absolute;
    height: 100%;
    will-change: transform;
}

.cards {
    position: relative;
    height: 100%;
    padding: 0 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.sample-card {
    position: relative;
    height: auto;
    margin: 1em;
    flex-shrink: 0;
    background-color: black;
    text-align: center;
    width: 31.5vw;
    color: white;
    padding: 3em;
}

    .sample-card h3 {
        color: white;
        position: absolute;
        font-size: 4em;
        font-weight: 100;
        left: 3.5em;
        line-height: 1.5;
        padding-top: 3.5em;
    }




    .sample-card p {
        margin: auto;
               font-size: 22px;
        line-height: 1.5;
        letter-spacing: .04em;
    } */


.cta {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 4em 0;
    background-color: black;
}


    .cta h3 {
        font-size: 3.5em;
        line-height: 1.5;
        color: white;
        font-family: 'Gilroy-Bold';
    }

    .cta img {
        max-width: 750px;
        margin: auto;
    }


    .cta a {
        padding: 14px;
        width: 240px;
        display: inline-block;
        margin: 5px;
        color: black;
        font-size: 20px;
        letter-spacing: .04em;
        font-weight: 600;
    }

        .cta a:hover {
            text-decoration: none;
            color: black;
        }

.buttons {
    padding: 2em 0;
}

#contacts {
    background-color: mediumpurple;
}

#insights {
    background-color: aqua;
}


.about {
    padding: 2em 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.about-container {
    max-width: 1280px;
    margin: auto;
    /*    padding: 0 2em;
*/
}

.profile {
    padding: 3em;
    background-color: black;
    color: white;
    margin: 1em;
    border-radius: 8px;
}

    .profile img {
        width: 180px;
        margin: 2em auto;
    }

    .profile p {
        text-align: left;
        /*    line-height: 1.5;
    font-size: 24px;*/
    }

@media screen and (max-width: 2100px) (max-height: 1600px) {
    .hero img {
        max-width: 1000px;
    }
}


@media screen and (max-width: 1600px) (max-height: 900px) {
    .hero img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1280px) and (max-height:800px) {
    .hero img {
        max-width: 800px;
    }
}

@media screen and (max-width: 1024px) and (max-height:600px) {
    .hero img {
        max-width: 600px;
    }
}

/*@media screen and (max-width: 800px), screen and (max-height:1100px) {
    .hero img {
        max-width: 1000px;
    }
}*/

/*@media screen and (max-width: 900px), screen and (max-height: 1600px) {
    .hero img {
        max-width: 1000px;
    }
}
*/




@media only screen and (max-width: 2000px) {


    .bumper h3 {
        margin-bottom: 1em;
    }
}



@media only screen and (max-width: 1200px) {

    p {
        font-size: 24px;
    }

    /* .hero h1, .video1 h3, .cta h3 {
        font-size: 4em;
    } */


    .bumper h3, .cta h3 {
        font-size: 3em;
    }


    .half-text {
        padding: 4em 0;
    }

        .half-text p {
            margin: auto;
        }


    /* .sticky {
        height: 55vh;
    }


    .sample-card {
        height: auto;
        padding: 3em;
        width: 47.75%;
    }

        .sample-card img {
            width: 110px;
        } */
}


@media only screen and (max-width: 1032px) {


    /* .hero h1 {
        font-size: 3.5em;
    } */

    #vid-jarallax h3, .eight h3 {
        font-size: 3em;
    }


    .half-text h3 {
        font-size: 2.56em;
    }

    .half-text p {
        font-size: 20px;
    }

    .bumper h3 {
        font-size: 2.5em;
    }

    /* .sample-card {
        width: 47.45%;
    } */
}

@media only screen and (max-width: 992px) {

    /* .space-holder {
        height: auto !important;
    }

    .sticky {
        height: 100vh;
        height: auto;
    }

    .cards {
        display: block;
    }

    .sample-card {
        width: 95%;
        margin: 10px auto;
    }

    .horizontal {
        transform: none !important;
        position: relative;
    } */

    .half-text {
        padding: 0 0;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {


    /* .hero h1 {
        font-size: 2.75em;
        padding: 1em 0;
    } */

    .bumper h3, .eight h3 {
        font-size: 2em;
    }

    p {
        font-size: 20px;
    }


    .second-text h2, .second-text h3 {
        font-size: 2.5em;
    }
}


@media only screen and (max-width: 742px) {

    /* #vid-jarallax {
        padding: 15em 0;
    } */
}

@media only screen and (max-width: 583px) {

    .services {
        padding: 2em 0;
    }
}

@media only screen and (max-width: 542px) {

    /* #vid-jarallax {
        padding: 10em 0;
    } */


    /*            #vid-jarallax h3 {
                font-size: 3em;
            }*/

    .half-text p {
        width: 95%;
    }
}

@media only screen and (max-width: 500px) {

    /* .hero {
        height: 80vh;
    } */

    .hero h1 {
        font-size: 32px;
        padding: 20% 0 .5em;
    }

    .hero h2 {
        font-size: 32px;
        padding: .5em 0 1em;
    }

    .bumper h3, .eight h3 {
        font-size: 1.8em;
    }

    /* .second {
        height: 60vh;
    }

    .second-text {
        top: 20%;
    } */

    .second-text h2, .second-text h3, .cta h3, .half-text h4 {
        font-size: 2em;
    }

    p {
        font-size: 18px;
    }
}