
body{
    margin: 0;
}

/*Navigation Bar English*/
.lang-flag{
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 18px;
}
.lang{
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: Montserrat;
    font-size: 16px;
    padding-right: 20px;
}

.flag{
    width: 25px;
}

.lang-flag a{
    padding: 0px;
}

.navbar{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 8px;
}

.navbar a{
    margin: 30px;
}

a{
    text-decoration: none;
    color: #0D660A;
}


#navbar-logo{
    width: 260px;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*Navigation Bar Spanish*/
.navbar-es{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 22px;
}
.navbar-es a{
    margin: 30px;
}

/*Sliders Css*/

.container{
    width: 100%;
    height: 100vh;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.swiper{
    width: 80%;
    height: fit-content;
}
.swiper-slide img{
    width: 100%;
}
.swiper .swiper-button-prev,.swiper .swiper-button-next{
    color: red;
}
.swiper .swiper-pagination-bullet-active{
    background-color: red;
}


.home-text{
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 200;
    color: black;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 100px
}

.home-headline{
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.home-headline a{
    color: red;
}

.presale-list{
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 200;
    color: black;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 100px
}

.presale-list li{
    padding: 5px 0px;
}

.newspost{
    width: 400px;
    display: block;
    margin: auto;
}

/*Design Drivers*/
.video-split{
    width: 100%;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.home-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


#horseimg{
    width: 35%;
    height: 45%;
}
#tomatoimg{
    width: 35%;
    height: 45%;
}

/*Site Understanding Page*/

.page-split{
    width: 90%;
    padding: 0px 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


.split-img{
    width: 45%;
    height: 45%;
}

.banner-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding: 20px;
}

.banner-full-img{ 
    width: 100%;
    height: 100%;
}
.model-vid{
    display: block;
    margin: auto;
}

.footer-img{
    width: 100%;
    padding-top: 50px;
}

#driving-video {
    display: block;
    margin: auto;
}


@media (max-width: 880px) {
    .navbar{
        justify-content: center;
    }
    .navbar a{
        font-size: 10px;
    }
    .navbar-es a{
        font-size: 10px;
    }
    #navbar-logo{
        width: 100px;
        height: 50%;
    }
    .lang{
        font-size: 12px;
    }
    .flag{
        width: 20px;
    }
    .container{
        height: 300px;
    }
    #taller-container{
        height: 360px;
    }
    .home-text{
        font-size: 14px;
    }
    .home-headline{
        font-size: 14px;
    }
    .video-split{
        flex-direction: column;
    }
    #horseimg{
        width: 83%;
    }
    #tomatoimg{
        width: 83%;
    }
    .page-split{
        flex-direction: column;
        padding: 0px 0px;
        width: 100%;
    }
    .split-img{
        width: 83%;
    }
    .model-vid{
        width: 614px;
        height: 360px;
    }
}

@media (max-width: 425px) {
    .lang{
        font-size: 10px;
    }
    #navbar-logo{
        width: 80px;
        margin: auto;
    }
    .navbar{
        width: 100%;
        display: flexbox;
        flex-wrap: wrap;
    }
    .navbar a{
        font-size: 8px;
        margin: 5px;
    }
    .navbar-es{
        width: 100%;
        display: flexbox;
        flex-wrap: wrap;
        margin-left: 0px
    }

    .navbar-es a{
        font-size: 6px;
        margin: 5px;
    }
    .lang{
        font-size: 8px;
        margin-right: 8px;
    }
    .home-text{
        font-size: 12px;
    }
    .home-headline{
        font-size: 12px;
    }
    .container{
        padding: 0px;
        margin: 0px;
        height: 225px;
    }
    #taller-container{
        height: 225px;
    }
    .banner-img{
        padding: 10px 0px 10px 0px;
    }
    .video-split{
        padding: 0px 0px 10px 0p;
    }
    .page-split{
        padding: 0px 0px 10px 0p;
    }
    .video, .model-vid{
        width: 320px;
        height: 240px;
    }
    .split-img{
        padding: 10px 0px;
    }
    .footer-img{
        padding: 0px;
        margin: 0px;
    }
}


