* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: sans-serif;
    color: white;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
*::-webkit-scrollbar {
    display: none;
}
.bold {
    font-weight: bold;
}


@media (min-width: 769px) {
/* navbar */
    .navbar  {
        height: 100%;
        width: 10vw;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(50, 50, 50, 1), rgba(50, 50, 50, 0));
        overflow-x: hidden;
        padding: 2px;
    }
    .navbar li {
        list-style: none;
        padding: 15px;
        position: relative;
    }
    .topper {
        height: 50px;
    }
    .navbar li::before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
    }
    .navbar a {
        text-decoration: none;
    }
    .navbar li:hover {
        background: linear-gradient(to right, rgba(210, 210, 210, 1), rgba(210, 210, 210, 0));
        font-weight: bold;
    }

/* Main */
    .card {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
    }
    .card > h1 {
        padding-bottom: 20px;
        font-size: 3rem;
    }
    .card h2 {
        font-size: 2.2rem;
        padding-bottom: 15px;
    }
    .car-image {
        width: 50vw;
        margin: 0 auto;
        border: 10px solid rgb(210, 210, 210);
        border-radius: 20px;
    }
    .car-image > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .car-info {
        padding: 30px;
    }
    .car-info li {
        padding-bottom: 10px;
    }
    .primary-one {
        background: linear-gradient(62deg, #3a3d40 0%, #181719 100%);
        height: 100vh;
    }
    .primary-two {
        background: #303841;
        height: 100vh;
    }    
}



























@media (max-width: 768px) {
    .navbar {
        width: 100%;
        position: flex;
        z-index: 1;
        top: 0;
        overflow-y: scroll;
        height: 300px;
        padding: 0px;
    }
    .navbar li {
        list-style: none;
        border-top: 2px solid;
        padding: 15px;
    }
    .navbar a {
        color: black;
        text-decoration: none;
    }
    .navbar li:hover {
        background: rgb(210, 210, 210);
        font-weight: bold;
    }
    .main-section {
        position: relative;
        padding: 5px;
    }
}


@media only screen and (max-width: 500px) {
    * {
        font-family: Helvetica, sans-serif;
    }
}


























.custom-shape-divider-bottom-1688337272 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1688337272 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 153px;
}

.custom-shape-divider-bottom-1688337272 .shape-fill {
    fill: #303841;
}
.custom-shape-divider-top-1688336646 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1688336646 svg {
    position: relative;
    display: block;
    width: calc(144% + 1.3px);
    height: 165px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1688336646 .shape-fill {
    fill: #303841;
}