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

/* @import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css'); */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* background: rgba(255, 255, 255, 0.2); */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.powetrain__img.powetrain__img--2 {
    background-image: url('/imgs/pic_1.jpeg') !important;
    background-size: contain;
}

.tabs-imgs-wrapper {
    background-color: transparent;
}

.powetrain__img.powetrain__img--1 {
    background-size: contain !important;
    /* zoom: 0.3 !important; */
}

.nav {
    position: absolute;
    left: 0px;
    z-index: 1000000 !important;
    padding: 35px 50px !important;


    /* width: 100vw; */
}

.nav__burger {
    position: absolute;
    top: 18px;
    width: 25px;

    height: 25px;
    right: 20px;
}

.nav__burger-fixed {
    position: fixed;
    top: 18px;
    width: 25px;
    height: 25px;
    right: 20px;
}

.prot-content-wrapper {
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: 600px;
    /* display: flex; */
    position: relative;
}


.tab-vids__grid {
    grid-template-columns: 1fr 1fr;

}

.tab__vid {
    /* width: auto !important; */
    height: 500px !important;
    /* aspect-ratio: 16/9 !important; */
    /* position: absolute; */
}

.specs__grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
}

.headerAsWhite {
    position: fixed;
    left: 0px;
    z-index: 1000000 !important;
    transition-duration: 1s !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    /* background-color: rgba(255, 255, 255, 0.1) !important; */
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.8);
    /* filter: invert(0) !important; */
    /* backdrop-filter: blur(10px); */


}

.nav__burger-line {
    height: 3px;
    border-radius: 10px;
    /* color: white; */
    /* background-color: white !important; */
}


@media (max-width: 1087px) {
    .tabs-menu {
        flex-direction: column;
    }
}

.cta {
    margin-top: 30px !important;
    height: auto;

}

@media (max-width: 985px) {
    .tabs-menu {
        /* flex-direction: row !important; */
    }
}


@media screen and (max-width: 991px) {
    .nav__burger {
        width: 58px !important;
        height: 58px !important;
        padding: 18px 15px;
        position: absolute !important;
        top: 10px !important;
        bottom: auto;
        left: auto;
        right: 10px !important;
    }

    .nav__burger-fixed {
        width: 58px !important;
        height: 58px !important;
        padding: 18px 15px;
        position: fixed !important;
        top: 10px !important;
        bottom: auto;
        left: auto;
        right: 10px !important;
    }

    .content-wrapper h5 {
        font-size: 16px !important;
        /* text-align: left !important; */
        width: 67vw !important;
    }

    #lightLogo {
        margin-top: 25px !important;
    }

    .nav {
        padding: 35px 20px !important;
    }
}

.nav-colour-white {
    /* color: white !important; */
}


.white-bg {
    background-color: white !important;
}

.white-bg2 {
    background-color: black !important;
}



#overlayPage {
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.95); */
    background-color: white;
    z-index: 10000000000000;
    position: fixed;
    top: 100vh;
    left: 0px;
    overflow: scroll;
    overflow-x: hidden !important;
}

.side-nav {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    /* backdrop-filter : blur(4px); */
    /* filter: invert(0) !important; */
    position: fixed !important;
    height: 100vh;
}


@media (max-width: 700px) {
    .side-nav {
        width: auto !important;
        /* background-color: rgba(255, 255, 255, 0.9) !important; */
        /* backdrop-filter: blur(4px); */
    }

    .sec-3 {
        flex-direction: column;
        height: auto !important;
        padding: 30px !important;
    }

    .sec-3 div {
        width: 100% !important;
    }

    .half-1 {
        padding: 0px !important;
    }

    .half-1 span {
        width: 100% !important;
    }

    .sec-2 span {
        padding: 20px;
        width: 100% !important;
    }

    .sec-1 span {
        padding: 20px;
        width: 100% !important;
    }

    .title {
        text-align: center;
    }


    .subtitle {
        text-align: center;
    }

    img {
        margin-top: 30px;
    }


    .interior__headline {
        text-align: center;
    }


    .right-arrow, .left-arrow {
        display: flex !important;
    }
    .slider__arrow-wrapper {
        background-color: rgba(255, 255, 255, 0.284) !important;
        border: 0px;
        backdrop-filter: blur(10px);
        /* padding: 10px; */
        /* border-radius: ; */
    }

    .powertrain-subgrid {
        display: flex !important;
    }

    .go_img {
        background-position: center !important;
    }
    .tab-vids__wrapper {
        height: 60vh;
    }

    .tab__vid {
        height: auto;
    }

    .impact__img {
        height: 30vh !important;
        margin-top : 0px !important;
    }

    .impact {
        min-height: auto !important;
    }

    .cta  {
        height:  auto !important;
    }
    .specs__info {
        width: 100% !important;
    }

    .specs__info h2 {
        text-align: center;
    }

    .image {
        margin-top: 0px !important;
    }


   
}

.slider__text {
    padding-left: 0px !important;
}
.w-slider-mask {
    /* overflow-y: s; */
    height: auto;
}

.w-slider-dot {
    display: none !important;
}

#my-form {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

#my-form input {
    padding: 10px;
    width: 100%;
    outline: none;
    border: 2px solid #F4F4F4;
}

#my-form textarea {
    padding: 10px;
    width: 100%;
    outline: none;
    border: 2px solid #F4F4F4;
    height: 100px !important;
}

.powertrain__grid-item {
    border-top: 3px solid black;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 300 !important;
    height: 40px;
    white-space: nowrap;
}

/* .button {
    -webkit-appearance: none;
    -moz-appearance: none;
} */

.sec-1 span {
    color:  white !important;
}

.container.container--1260.container--1260-powertrain {
    overflow: hidden !important;
}



/* REALLY SMALL */

@media (max-width: 415px) {
    .button-wrapper{
        flex-direction: column !important;
    }

    #overlayPage {
        top: 200vh;
    }

    

    .sec-2 .title,
    .sec-3 div .title {
        font-size: 40px !important;
    }

    .sec-2 .subtitle,
    .sec-3 div .subtitle {
        font-size: 20px !important;
    }

    .freedom-grid {
        display: block !important;
        margin-bottom: 10px;
    }

    .powertrain-subgrid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }
    .data-grid__item {
        justify-content: flex-start;
        align-items: flex-start;
    }

}

.button-tab.w--current {
    background-color: black;
    color: white !important;
}


.impact,
.future,
.specs {
    min-height: auto !important;
}

