@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda\ Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda\ Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda\ Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda\ Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Menda';
  src: url('../fonts/Menda\ Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  background-color: #131313;
  color: #f3f1e8;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Menda';
  font-style: normal;
  font-weight: 900;
  line-height: 75%;
  letter-spacing: 0.897px;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 8vw, 5.6rem);
  padding-top: 4rem;
  text-align: center;
}

h2 {
  font-family: 'Menda';
  font-style: normal;
  font-weight: 900;
  line-height: 75%;
  letter-spacing: -0.76px;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.5vw, 2.375rem);
}

h3 {
  font-family: 'Menda';
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.56px;
  font-size: clamp(1.1rem, 2vw, 1.75rem);
}

h4 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}

h5 {
  font-family: 'Menda';
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.75rem);
}

a {
  cursor: pointer;
}

.navigation-bar .navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  z-index: 999;
  transition: transform 0.6s ease;
}

.nav-desktop {
  display: none;
  padding: 0 6rem;
}

.nav-mobile {
  display: flex;
  padding: 0 2rem;
}

@media screen and (min-width: 1132px) {
  .navigation-bar.hide .navigation {
    transform: translateY(-100%);
  }
}

.navigation-bar a {
  color: #f3f1e8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Work Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
}

.navigation-bar a:hover {
  color: #ff16b5;
}

.navigation-bar .nav-links {
  display: flex;
  gap: 24px;
}

.nav-links-mobile {
  position: absolute;
  right: 0;
  top: 0;
  padding: 100px 2rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
  transition: transform 0.6s ease;
  background-color: #8b1c65;
}

.nav-links-mobile.hide {
  transform: translateX(100%);
}

.nav-toggle {
  font-size: 2rem;
  background: none;
  border: none;
  color: #f3f1e8;
  cursor: pointer;
  z-index: 99;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1132px) {
  .nav-desktop {
    display: flex;
  }

  .nav-mobile {
    display: none;
  }
}

.hero,
.over-section,
.sprekers-section,
.programma,
.aanmeld-section,
.locatie {
  padding: 0 1rem;
  max-width: 100%;
}

section {
  margin: 2rem auto;
}

/* Tablet (≥ 640px) */
@media screen and (min-width: 640px) {
  .hero,
  .over-section,
  .sprekers-section,
  .programma,
  .aanmeld-section,
  .locatie {
    padding: 0 2rem;
    max-width: 640px;
  }

  section {
    margin: 2rem auto;
  }
}

/* Small Desktop / Laptop (≥ 1024px) */
@media screen and (min-width: 1024px) {
  .hero,
  .over-section,
  .sprekers-section,
  .programma,
  .aanmeld-section,
  .locatie {
    padding: 0 6rem;
    max-width: 1080px;
  }
  section {
    margin: 6rem auto;
  }
}

/* Large Desktop (≥ 1440px) */
@media screen and (min-width: 1440px) {
  .hero,
  .over-section,
  .sprekers-section,
  .programma,
  .aanmeld-section,
  .locatie {
    padding: 0 8rem;
    max-width: 1200px;
  }
}

/* Ultra-wide screens (≥ 1920px) */
@media screen and (min-width: 1920px) {
  .hero,
  .over-section,
  .sprekers-section,
  .programma,
  .aanmeld-section,
  .locatie {
    max-width: 1800px;
  }
}
