html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: white;
}

a:visited {
    color: white;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.material-icons {
    color: white;
}

header {
    width: 100vw;
    margin: auto;
    display: block;
    position: fixed;
    top: 0;
    background: #161616;
}

.header-top-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.header-top-row a {
    text-decoration: none;
}

.header-top-row a img {
    display: inline-block;
    align-items: center;
    border-radius: 6px;
    left: 0;
    vertical-align: middle;
}

.header-top-left {
    display: inline-block;
    left: 0;
}

.site-name {
    display: inline-block;
    left: 0;
    color: white;
    padding-left: 0.5rem;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.5rem;
}

.menu-button {
    display: inline-block;
    right: 0;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 1rem;
    background: none;
    border: none;
    color: white;
    padding: 0.5rem;
}

.menu-button:hover {
    background-color: hsl(0, 0%, 20%);
}

.index-container {
    display: flex;
    justify-content: center;
    padding: 6rem 1em 2rem;
}

.vehicle-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
    width: 100%;
}

.vehicle-row {
    display: flex;
    justify-content: space-evenly;
    background: #212121;
    border-radius: 12px;
    font-size: 1em;
    width: 100%;
}

.vehicle-model {
    font-size: 1.1em;
    color: white;
}

.vehicle-submodel {
    font-size: 1em;
    color: white;
}

.vehicle-image {
    float: left;
    width: 10em;
    height: 100%;
    margin: auto 1rem;
}

.vehicle-image img {
    width: 10em;
}

.vehicle-first-info {
    float: left;
    height: auto;
    padding: 1rem 0;
    padding-right: 1rem;
}

.vehicle-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.8em;
    column-gap: 1em;
    padding-top: 10px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}

.grid-item-title {
    color: gray;
}

.grid-item-value {
    color: white;
}

.vehicle-info-container {
    display: flex;
    flex-direction: column;
    margin: 6rem 1em 2rem;
    row-gap: 1em;
}

.vehicle-info-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1em;
}

.vehicle-summary {
    display: flex;
    background: #212121;
    border-radius: 12px;
    width: 100%;
    padding: 0 1em;
}

.vehicle-summary-image img {
    width: 30em;
    margin: auto 1rem;
}

.vehicle-other-variants-container {
    background: #212121;
    border-radius: 12px;
    width: 30%;
}

.vehicle-other-variants-list {
    height: 400px;
    border-radius: 12px;
}

.scrollbar {
    float: left;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #303030;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #212121;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.vehicle-summary-model {
    color: white;
    font-size: 2em;
}

.vehicle-summary-submodel {
    color: white;
    font-size: 1.4em;
}

.vehicle-summary-right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    padding: 1rem 0;
    padding-right: 1rem;
    padding-left: 3rem;
    width: 100%;
    font-size: 1.3em;
}

.vehicle-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2em;
    column-gap: 1em;
}

.vehicle-summary-grid-item {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: center;
    gap: 1em;
}

.vehicle-summary-grid-item i {
    font-size: 1.9em;
}

.grid-item-text {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}

.vehicle-info-first-row {
    display: flex;
    flex-direction: column;
    background: #212121;
    border-radius: 12px;
    width: 100%;
    padding: 2em 2em;
    color: white;
}

.vehicle-info-first-row-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 9em;
    margin-bottom: 4em;
}

.vehicle-info-first-row-left-side {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}

.vehicle-info-first-row-right-side {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}

.category-name {
    font-size: 1.6em;
    margin-bottom: 1em;
    font-weight: bold;
}

.last-element {
    margin-top: 2em;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.3em;
    column-gap: 5em;
}

.category-grid-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 2em;
    column-gap: 3em;
}

.note {
    font-size: 0.8em;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .vehicle-row {
        font-size: 0.8em;
    }

    .vehicle-model {
        font-size: 1.2em;
    }

    .vehicle-list {
        grid-template-columns: 1fr;
    }

    .vehicle-info-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .vehicle-info-container {
        display: flex;
        flex-direction: column;
        margin: 6rem 1em 2rem;
        row-gap: 1em;
    }

    .vehicle-info-top-row {
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }

    .vehicle-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #212121;
        border-radius: 12px;
        width: 100%;
        padding: 0 1em;
    }

    .vehicle-summary-image img {
        width: 20em;
        margin: 0 1rem;
    }

    .vehicle-other-variants-container {
        background: #212121;
        border-radius: 12px;
        width: 100%;
    }

    .vehicle-other-variants-list {
        display: flex;
        flex-direction: row;
        height: 150px;
        border-radius: 12px;
    }

    .scrollbar {
        float: left;
        height: 150px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #303030;
    }

    #style-1::-webkit-scrollbar {
        width: 12px;
        background-color: #212121;
    }

    #style-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    .vehicle-summary-model {
        color: white;
        font-size: 2em;
        text-align: center;
    }

    .vehicle-summary-submodel {
        color: white;
        font-size: 1.4em;
        text-align: center;
    }

    .vehicle-summary-right-side {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
        padding: 1rem 0;
        width: 100%;
        font-size: 0.8em;
    }

    .vehicle-summary-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 2em;
        column-gap: 1em;
        margin-top: 2em;
    }

    .vehicle-summary-grid-item {
        display: flex;
        flex-direction: row;
        justify-content: baseline;
        align-items: center;
        gap: 1em;
    }

    .vehicle-summary-grid-item i {
        font-size: 1.9em;
    }

    .grid-item-text {
        display: flex;
        flex-direction: column;
        justify-content: baseline;
    }

    .vehicle-info-first-row {
        display: flex;
        flex-direction: column;
        background: #212121;
        border-radius: 12px;
        width: 100%;
        padding: 2em 2em;
        color: white;
    }

    .vehicle-info-first-row-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 3em;
        margin-bottom: 4em;
    }

    .vehicle-info-first-row-left-side {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }

    .vehicle-info-first-row-right-side {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .category-name {
        font-size: 1.5em;
        margin-bottom: 1em;
        font-weight: bold;
    }

    .last-element {
        margin-top: 2em;
    }

    .category-grid {
        display: grid;
        grid-template-columns: 1fr;
        font-size: 1.0em;
        row-gap: 0.8em;
    }

    .category-grid-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 2em;
    }

    .note {
        font-size: 0.8em;
        text-align: center;
    }
}