*{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

body{
    background: #28282b;
    color: black
}

html{
    scroll-behavior: smooth;
  }

    /* CONTAINER VOOR HELE WEBSITE */

.container{
    margin: 0 auto;
    max-width: 1350px;
}

    /* HEADER */

header{
    width: 100%;
    background-color: #0C120C;
}

.header-wrapper{
    min-height: 126px;
}

.header--fixed{
    position: fixed;
    z-index: 100;
    animation: glideIn .4s 1;
}

.header--fixed .logo{
    width: 120px;
}

.header--fixed nav a{
    font-size: 24px;
}

.nav-bar{
    display: flex;
    justify-content: space-between;
}

.nav-menu{
    display: flex;
    align-items: center;
}

nav a{
    text-decoration: none;
    color: white;
    font-size: 28px;
    margin: 0 15px;
    transition: .3s ease;
}

.logo{
    width: 170px;
    height: 100%;
    padding: 15px 0;
    transition: .3s ease;
}


.lang-selector{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 0 15px 0 15px;

    color: white;
}

.lang-selector select{
    font-size: 14px;
    color: #D3D3D3;
    background: #0C120C;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    outline: none;
    cursor: pointer;
    padding: 1px 5px;
    margin-top: 5px;
}


.lang-selector select > *{
    background-color: #0C120C;
}

    /* HOMEPAGE */

#home{
    background-image: url(fotos/achtergrond-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 84vh;
}

p{
    align-items: center;
}

.homeContent{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.game-col{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    flex-direction: column;

}

.ticket-col{
    flex-basis: 50%;

}

.game-col-text{
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border-radius: 4px;
    background-color: #0C120C;
    font-size: 60px;
    font-weight: 400;
    color: white;
    text-align: center;
}

#myCanvas{
    align-self: center;
}

    /* VAKJE VOOR DE GAME */


#myCanvas{
    margin-top: 30px;
    width: 600px;
    height: 700px;
    background-color: gray;
    border: 3px solid black;
    border-radius: 4px;
}

/* TICKETS BUTTON BLAUW */

.tickets-btn{
    margin-top: 100px;
    width: 100%;
    background-color: #0D54B9;
    border: 4px solid black;
    border-radius: 4px;
    transform: rotate(-5deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    box-shadow: -17px 17px 0px -1px rgba(0,0,0,1);
}

.tickets-btn > img{
    height: 150px;
    margin-right: 28px;
}

.tickets-link{
    color: white;
    font-size: 44px;
    padding: 10px;
}

.tickets-caption{
    color: black;
    font-size: 30px;
    padding: 0 10px 10px 10px;
}

.location-row{
    display: flex;
}

.tickets-btn i{
    margin: 36px 0 auto 0;
    padding: 10px;
    font-size: 24px;
    text-align: left;
}

.location{
    color: black;
    font-size: 24px;
    padding: 5px 10px 10px 5px;
    text-align: right;
}

.arrow{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
}

.arrow-down{
    width: 100px;
    display: block;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

/* CURVES */

.curve{
    display: block;
}

.footer-curve{
    display: block;
    background-color: #f5f5f5;
}

/* ABOUT PAGE */

#over{
    margin-top: 100px;
}

.about-content{
    display: flex;
    gap: 20px;
}

.about-img{
    height: 450px;
    width: 660px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.about h2{
    font-size: 36px;
    color: white;
}

.about p{
    font-size: 20px;
    color: white;
    margin-bottom: 6px;
    line-height: 26px;
}

/* GESCHIEDENIS */

#history{
    background-color: whitesmoke;
}

.histroy-content{
    display: flex;
    gap: 20px;
}

.history-title{
    display: flex;
    gap: 5px;
}

.history-title h2{
    width: 50%;
    font-size: 36px;
    color: black;
}

.history-img{
    height: 450px;
    width: 660px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.history p{
    font-size: 18px;
    color: black;
    margin-bottom: 6px;
    line-height: 26px;
}

/* WAT TE DOEN */

#watTeDoen{
    background-color: #28282b;
}

.watTeDoen-content{
    display: flex;
    gap: 36px;
}

.WatTeDoen-title h2{
    width: 50%;
    color: white;
    font-size: 36px;
    margin-left: 820px;
}

.watTeDoen-right p{
    font-size: 20px;
    color: white;
}

.watTeDoen-left{
    width: 60%;
}

.watTeDoen-right{
    width: 40%;
}

/* FOTO SLIDER */

.mySlides{
    display: none
}


.slideshow {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #717171;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active, .dot:hover {
      background-color: #bbb;
    }
    
    .fade {
      animation-name: fade;
      animation-duration: 1s;
    }
    
    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }
    
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }


    /* REVIEWS */

#reviews{
    background-color: whitesmoke;
}
.reviews h2{
    font-size: 36px;
    color: black;
}

.reviews-content {
    display: flex;
  }

.reviews h2{
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
}

.review{
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    width: 33%;
    background-image: url(fotos/review-bg.png);
    background-color: black;
    color: white;
}

.review h3{
    font-size: 22px;
}

.review *{
    margin-bottom: 5px;
}

.user{
    display: flex;
    align-items: center;
}

.user img{
    width: 40px;
    margin-right: 10px;
}

.rev-stars{
    font-size: 24px;
    color: white;
}

.rev-stars span{
    color: yellow;
}

    /* FOOTER */

#footer{
    padding: 30px 0;
    width: 100%;
    background-color: #0C120C;
    color: #bababa;
    font-size: 16px;
}

h2, h3, h4{
    color: #FEFEFA;
    font-weight: 500;
}

.footer{
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid white;
}


.footer-1, .footer-2, .footer-3, .footer-4{
    width: 24%;
    margin-bottom: 30px;
}

    /* FOOTER COL 1 */

.logo-footer{
    width: 120px;
    margin: 0 0 20px 0;
}

.formText1{
    font-size: 16px;
    margin-bottom: 10px;
}

input[type=text] {
    padding: 8px 4px;
    margin: 8px 0 4px -4px;
    border-radius: 5px;
    border: 3px solid black;
}

.formText2{
    margin-top: 5px;
    font-size: 12px;
}

.Inschrijf-btn{
    font-size: 14px;
    padding: 8px    ;
    background-color: #0D54B9;
    border-radius: 5px;
}

    /* FOOTER COL 2 */

.footer-2_Links{
    display: flex;
}

.websiteLinks{
    display: flex;
    flex-direction: column;
}

.websiteLinks li{
    list-style-type: none;
}

.websiteLinks a{
    line-height: 30px;
    color: #bababa;
}

.websiteLinks a:hover {
    color: white;
}

    /* FOOTER COL 3 */

.contactGegevens{
    color: white;
}

.contactGegevens-content{
    display: flex;
}

.contactGegevens-icons{
    color: #0D54B9;
    line-height: 30px;
}

.contactGegevens-links a{
    color: #bababa;
    line-height: 30px;
}


.socials{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.socials h4{
    margin-bottom: 4px;
}

.social-media > a{
    color: white;
    font-size: 22px;
    text-decoration: none;
    margin-right: 5px;
}

/* FOOTER COL 4 */ 

.openingstijden{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.openingstijden p{
    margin: 5px 0;
}

.tijdsblok-btn{
    margin: 10px 0 0 10px;
    font-size: 14px;
    color: #565656;
    text-decoration-color: #565656
}

    /* FOOTER POLICYS */

.footerPolicys{
    background-color: #0C120C;
    font-size: 14px;
}

.footerPolicys-content{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: white;
}

.policy-links a{
    margin: 0 0 0 12px;
    color: white;
}

.hidethis{
    display: none;
}



@keyframes glideIn{
    0% {
        top: -126px;
    }

    100% {
        top: 0;
    }

}