@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Righteous&display=swap');


* {
    max-width: 100vw;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F0EDF4;
}

.navbar {
    display: flex;
    height: 60px;
    width: 100vw;
    background-color: black;
    justify-content: space-between;
    align-items: center;
}
.navbar--logo img {
    max-height: 60px;
}
.navbar--link {
    display: flex;
}
.navbar--link--links a{
    display: flex;
    align-items: center;
    height: 60px;
    width: auto;
    color: gray;
    text-decoration: none;
    padding: 0px 30px;
    text-transform: uppercase;
}
.navbar--link--links a:hover {
    color: white;
}
.navbar--login a{
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}
.navbar--login--button {
    height: 60px;
    padding: 0px 30px;
    background-color: #BF0436;
}
.navbar--login--button--logo img {
    filter: invert(1);
    height: 20px;
    margin-right: 5px;
}
.page_content {
    display: flex;
    justify-content: center;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wrapper--section1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("material/images-large/large-nissan-leaf-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: 100vw;
    padding: 100px;
}
.wrapper--section1--button {
    color: white;
    background-color: #BF0436;
    text-decoration: none;
    padding: 20px;
    margin: 45px;
}
.wrapper--section1 h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 110px;
    color: rgb(43, 43, 43);
    margin: 15px;
}
.wrapper--section1 h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(43, 43, 43);
    font-weight: 500;
    margin: 5px;
}
.wrapper--section1 h4 {
    color: rgb(43, 43, 43);
    text-transform: capitalize;
    font-weight: bolder;
    margin: 5px;
}
.wrapper--section1--scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    margin-top: 280px;
}
.wrapper--section1--scroll img {
    height: 50px;
}
.wrapper--section2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70vw;
    margin: 30px;
}
.wrapper--section2--category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 360px;
    width: 250px;
    background-color: white;
    background-size: 250px;
    background-repeat: no-repeat;
}
.wrapper--section2--category:nth-child(1) {
    background-image: url(material/images-small/small-model.jpg);
}
.wrapper--section2--category:nth-child(2) {
    background-image: url(material/images-small/small-interior.jpg);
}
.wrapper--section2--category:nth-child(3) {
    background-image: url(material/images-small/small-electric.jpg);
}
.wrapper--section2--category:nth-child(4) {
    background-image: url(material/images-small/small-connect.jpg);
}
.wrapper--section2--category--tag {
    background-color: #BF0436;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 5px;
}
.wrapper--section2--category--info {
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: white;
    height: 180px;
    width: 200px;
    margin-right: 25px;
}
.wrapper--section2--category--info--button {
    text-decoration: none;
    color: black;
    background-color: rgba(0, 0, 0, .1);
    padding: 10px;
    width: 80%;
    text-align: center;
    margin: 10px;
}
.wrapper--section2--category--info h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px;
}
.wrapper--section2--category--info h3 {
    font-size: smaller;
    margin: 10px;
}

.wrapper--section3 {
    display: flex;
    flex-direction: column;
    width: 70vw;
}
.wrapper--section3--blocks {
    display: flex;
    background-color: white;
    margin: 25px;
}
.wrapper--section3--blocks--img {
    width: 35vw;
    height: 600px;
    background-image: url(material/images-original/15TDIuslhd_LEAFhelios056_001.png.ximg.full.360.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.wrapper--section3--blocks--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35vw;
}
.wrapper--section3--blocks--content--tag p{
    width: 60px;
    background-color: #BF0436;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 5px;
}
.wrapper--section3--blocks--content h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    margin: 10px;
}
.wrapper--section3--blocks--content h3 {
    margin: 10px;
    font-size: 20px;
}