* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 7px;
}

:root {
  --background-white: white;
  --background-black: black;
  --color-white: white;
  --color-black: black;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-white: black;
    --background-black: black;
    --color-white: white;
    --color-black: white;
  }
}

@font-face {
  font-family: "normaal";
  src: url(webfontkit-20251126-034941/proxima_nova_regular-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bold";
  src: url(webfontkit-20251126-034941/proxima_nova_semibold-webfont.woff2);
  font-weight: bold;
  font-style: bold;
}

h1,
h2,
h3 {
  font-family: bold;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
  margin-bottom: 1rem;
}
p {
  font-family: normaal;
  font-size: 16px;
}

.menu-list {
  display: flex;
  position: fixed;
  top: 0;
  left: -9999em;
  background-color: #555;
  height: 100vh;
  margin: 0;
  padding: 1em;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  line-height: 2em;
  transition: 0.5s;
  align-items: center;
  gap: 2em;
}

.menu-button {
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  float: left;
  margin-top: 1em;
  background-color: var(--background-black);
}

#close-menu {
  background-image: url ("images/button-hamburger.png");
}

#open-menu {
  background-image: url ("images/button-hamburger.png");
}

header {
  display: grid;
  grid-template-columns: 1vw;
  grid-template-rows: 30% 40% 30%;
}

.header-text h1 {
  color: white;
}

.achtergrond-fiets {
  grid-column: 1/2;
  grid-row: 1/4;
  width: 100vw;
  height: 50em;
  object-fit: cover;
  border-radius: 0px;
}

.video {
  grid-column: 1/2;
  grid-row: 1/4;
  width: 100vw;
  height: 50em;
  object-fit: cover;
  border-radius: 0px;
}
.nav {
  grid-row: 1/2;
  display: flex;
  justify-content: space-around;
}

.header-v10 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: white;
}
.subtekst {
  font-family: bold;
  font-size: 12px;
  color: red;
}

section,
footer {
  border-radius: 0px;
}
section {
  background-color: var(--background-white);
  color: var(--color-black);
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
}

.nav img {
  height: 3em;
  width: 3em;
}

button {
  background-color: white;
  border-radius: 0.5em;
  width: 10em;
  height: 3em;
  border-width: 1px;
}

.first-section {
  background-color: var(--background-black);
  color: var(--color-white);
  padding-left: 1em;
  padding-right: 1em;
  border-color: var(--color-black);
}
.first-section .subtekst {
  padding-top: 5em;
}

.first-section button {
  margin-bottom: 3em;
  margin-top: 2em;
}
.first-section img {
  width: 100%;
  padding-bottom: 4em;
  object-fit: cover;
}
.scroll ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
  grid-template-rows: 30rem;
  gap: 1em;
  padding-top: 4em;
  padding-left: 1em;
}
.scroll ul {
  overflow: scroll;
}

.scroll ul li:nth-of-type(1) {
  background-image: url("images/img-section.webp");
  display: grid;
  justify-items: start;
  align-items: end;
  grid-template-rows: 1fr;
  padding-left: 1em;
  padding-bottom: 2em;
  color: var(--color-white);
  background-size: cover;
}
.scroll ul li:nth-of-type(2) {
  background-image: url("images/img-section2.jpg");
  display: grid;
  justify-items: start;
  align-items: end;
  grid-template-rows: 1fr;
  padding-left: 1em;
  padding-bottom: 2em;
  color: var(--color-white);
  background-size: cover;
}
.scroll ul li:nth-of-type(3) {
  background-image: url("images/img-section3.webp");
  display: grid;
  justify-items: start;
  align-items: end;
  grid-template-rows: 1fr;
  padding-left: 1em;
  padding-bottom: 2em;
  color: var(--color-white);
  background-size: cover;
}

.scrollbar {
  display: flex;
  flex-direction: column;
}

.links {
  padding-top: 4em;
  order: 1;
  padding-left: 1em;
  padding-right: 1em;
}

.preview {
  padding-top: 4em;
}

.preview ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 30em;
  padding-left: 1em;
  padding-right: 1em;
  gap: 1em;
}

.preview ul li:nth-of-type(1) {
  background-image: url("images/PG_250523_Vala_01085.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 1em;
  padding-right: 1em;
  color: var(--color-white);
  padding-bottom: 1em;
}

.preview ul li:nth-of-type(2) {
  background-image: url("images/MY26_bronson_details_011.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 1em;
  padding-right: 1em;
  color: var(--color-white);
  padding-bottom: 1em;
}

.preview ul li h3 {
  font-size: 28px;
}

.fiets-carousel {
  padding-left: 1em;
  padding-top: 4em;
  padding-bottom: 4em;
}

.fiets-carousel ul {
  overflow: scroll;
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding-left: 0em;
}
.fiets-carousel p,
.fiets-carousel h3 {
  color: var(--text-color);
  padding-left: 1em;
  padding-right: 1em;
}

.fiets-carousel img {
  padding-left: 1em;
  padding-right: 1em;
}

.fiets-carousel li {
  border-color: black;
  border: 1px solid var(--color-black);
}

footer {
  background-color: #201e1e;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
}

footer button {
  width: 12em;
  background-color: red;
  color: white;
}

footer img {
  width: 15em;
  padding-top: 3em;
}

label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

input {
  height: 2.5em;
}

.flex {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 4em;
  padding-top: 4em;
}

.flex p {
  font-size: 20px;
}

.img {
  display: grid;
  background-image: url("images/product/LesGets24_M3_2416.jpg");
  grid-template-columns: 1fr;
  grid-template-rows: 65vh;
  margin-left: 1em;
  margin-right: 1em;
  background-size: cover;
  background-position: center;
  margin-bottom: 4em;
}

.tekst {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.speed {
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 4em;
}

.speed img {
  max-width: 100%;
  min-height: 50vh;
  object-fit: cover;
  object-position: center;
  padding-bottom: 2em;
}
.speed2 {
  padding-bottom: 4em;
}
.speed2 img {
  max-width: 100%;
  min-height: 50vh;
  object-fit: cover;
  object-position: center;
  padding-bottom: 2em;
}

.puzzle h2,
.puzzle p {
  color: var(--color-black);
}

.puzzle li {
  border-style: solid;
  border-color: var(--color-black);
}

.puzzle ul li img {
  height: auto;
  width: 100%;
  padding-bottom: 2em;
  object-fit: cover;
}

.puzzle li h3,
.puzzle li p {
  color: var(--color-black);
  padding-left: 1em;
  padding-bottom: 1em;
}

.puzzle ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.filter {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

.filter button {
  background-color: white;
  border-color: white;
  color: #201e1e;
  font-size: 12px;
  padding: 0.5em;
}

.puzzle {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 4em;
}
.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
}
.details {
  background-color: var(--background-black);
  color: var(--color-white);
  padding-bottom: 4em;
  padding-top: 4em;
}

.details ul {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  overflow: scroll;
  gap: 1em;
}

.details ul img {
  width: 60vw;
  height: auto;
}

.about {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 4em;
  padding-top: 4em;
}

@media (min-width: 820px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 56px;
  }
  p {
    font-size: 20px;
  }

  .nav-bar {
    grid-row-start: 1;
    grid-row-end: 2;
  }

  section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .first-section {
    display: flex;
    flex-direction: row;
    gap: 3em;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .first-section img {
    max-width: 50%;
    flex-grow: 1;
  }

  .responsive {
    flex-grow: 1;
  }

  .scrollbar {
    display: flex;
    flex-direction: row;
    padding-bottom: 5em;
  }
  .scrollbar ul {
    grid-template-columns: 30vw;
  }

  .links {
    order: -1;
    width: 50%;
  }

  .preview ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .preview img {
    background-image: cover;
  }

  .fiets-carousel ul li {
    min-width: 33%;
  }
  .fiets-carousel ul li img {
    min-width: 90%;
  }

  footer input {
    width: 40em;
  }

  .flex {
    padding-top: 5em;
    display: flex;
  }

  .responsive {
    width: 100%;
  }
  .responsive2 {
    width: 100%;
  }

  .tekst {
    height: 50em;
  }
  .img {
    height: 50em;
  }

  .speed {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
    padding-top: 5em;
  }

  .speed img {
    width: 60%;
    order: 1;
  }

  .speed2 {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
    padding-top: 5em;
  }

  .speed2 img {
    width: 60%;
  }

  .puzzle ul {
    padding-top: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .puzzle {
    padding-left: 3em;
    padding-right: 3em;
  }

  .details ul li {
    width: 40%;
    height: auto;
  }

  .details ul li img {
    width: 30vw;
  }

  .about {
    padding-top: 5em;
    padding-bottom: 5em;
    width: 50vw;
    padding-right: 47.4vw;
  }
}
