:root {
  --basecolorOrange: #e6560f;
  --basecolorYellow: #efba11;
  --basecolorGreen: #1bba9f;
}

@font-face {
  font-family: "Mistery";
  src: url("../font/Mistery.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
}

.mistery {
  font-family: "Mistery", sans-serif;
  letter-spacing: 0.2rem;
}

header {
  background-color: #333;
  color: white;
  padding: 10px 0;
  text-align: center;
}
nav {
  background-color: #444;
  padding: 10px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 20px;
}
.video-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 128, 0.5); /* Dark blue overlay color */
}
.video-banner video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-small {
  margin: 0 10%;
  /* margin-top: 50px; */
  margin-bottom: 0px;
}

.info {
  padding: 20px;
  text-align: left;
}

.infoSection {
  background: #2e2727;
  color: white;
}

.infoKaartenSection {
  background: #2e2727;
  color: white;
}
/* info bloks */
.services {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
}

#registreerpagina {
  background-color: rgb(249, 243, 234);
}

.service-block {
  position: static;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  border: 4px solid rgb(255, 255, 255);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.small {
  width: 25%;
}

.fl_space {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.service-block:nth-child(1) {
  background-color: var(--basecolorOrange);
}
.service-block:nth-child(2) {
  background-color: var(--basecolorYellow);
}
.service-block:nth-child(3) {
  background-color: var(--basecolorGreen);
}

/* overlay */
.overlay {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1.5s ease-out;
}

.overlay img {
  width: 200px;
  height: 200px;
  transition: opacity 1s;
}

.overlay img:hover {
  cursor: grabbing;
}

.komop {
  height: 0px;
}

/* body {
  overflow: hidden;
} */
/* einde overlay */

/* Cast section */
.cast-section {
  background-color: var(--basecolorOrange);
  padding: 20px 0 20px 0;
}

.infoSB {
  text-align: left;
  background-color: var(--basecolorYellow);
  color: white;
}

.infoSB H1 {
  color: white;
}

.infoSB p {
  color: white;
}

/* Einde cast section */

/* Crew section */
.crew-section {
  background-color: var(--basecolorYellow);
  padding: 20px 0 20px 0;
}

/* Einde crew section */

/* sponsor section */
.sponsor-section {
  background-color: var(--basecolorGreen);
  padding: 20px 0 20px 0;
}
.cast-section .service-block {
  background-color: var(--basecolorGreen);
}

.sponsor-section .service-block {
  background-color: var(--basecolorYellow);
}

/* Einde sponsor section */

/* footer */
footer {
  background-color: black;
  color: white;
  margin-top: 0px;
}

.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer a {
  color: white;
  text-decoration: none;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* einde footer */

/* knop */
.btn {
  display: inline-block;
  background-color: Green;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  color: white;
  margin: 5px;
}

.btn_botom {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.Akleur {
  background-color: var(--basecolorYellow);
}

.Bkleur {
  background-color: var(--basecolorGreen);
}
.Ckleur {
  background-color: var(--basecolorOrange);
}

.respons {
  display: flex;
}

.small_img {
  width: 40px;
  margin: 10px;
}

@media screen and (max-width: 600px) {
  .respons {
    flex-direction: column;
  }

  .small {
    margin-top: 20px;
    width: 90%;
  }
}
