*{margin: 0;
  padding: 0;
  box-sizing: border-box
  ;
}

.container{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
.slides{
    padding: 100px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: white;
    scroll-snap-align: start;
}
.slides h2{
    font-size: 5vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    max-width: 650px;
    line-height: 120%;
}
.slides p{
    margin-top: 5px;
        font-size: 2vw;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        max-width: 500px;
        line-height: 115%;
}
.a{
    background: linear-gradient(45deg, blue, rgb(255, 150, 222));
}
.b{
    background: linear-gradient(454deg, red, yellow);
}
.c{
    background: linear-gradient(45deg, rgb(0, 242, 255), rgb(77, 5, 201));
}
.d{
    background: linear-gradient(215deg, rgb(172, 1, 172), red);
}
.e{
    background: linear-gradient(150deg, rgb(0, 162, 255),rgb(0, 185, 108));
}
.f{
    background: linear-gradient(30deg, rgb(0, 255, 162), rgb(255, 255, 0));
}
.g{
    background: linear-gradient(129deg, rgb(255, 0, 230), rgb(64, 0, 174));
}
.box{
    flex: 50%;
    max-width: 51%;
}
@media (max-width: 800px) {
    .slides {
      flex-direction: column;
    }
  }
video{
    border-radius: 25px;
}  
.navigatie{
    position: sticky;
    background-color: transparent;
    top: 0;
    margin-top: -48px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}  
.navigatie a{
   padding: 20px;
   font-size: 50%;
   font-weight: 350;
}  
a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: whitesmoke;
}

a:active {
    text-decoration: none;
    color: rgb(223, 223, 223);
}
img{
    max-width: 700px;
}
.merk{
    max-height: 80px;
    margin-top: 0px;
    max-width: 80px;
    width: 7vw;
}