* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#terms_container {
    padding: 50px;
    padding-bottom: 200px;
}

#landing_title {
    font-size: 3em;
    text-align: center;
}

.menu {
    padding: 30px;
    height: 100px;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 0;
    z-index: 5;
}

.menu a {
    color: white;
    text-decoration: none;
    margin: 10px;
    font-size: 1.5em;
    padding: 10px;
    display: block;
    border-radius: 15px;
    transition: .3s ease-in-out;
    border: 2px solid white;
    box-sizing: border-box;
}

.menu a:hover {
    background-color: white;
    color: black;
}

#menu_impression {
    position: fixed;
}

#menu_impression a {
    background-color: rgb(255, 0, 149);
    border: none;
}

#menu_impression a:hover {
    background-color: rgb(9, 52, 150);
    color: rgb(255, 0, 149);
}

.container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.track {
  display: flex;
  width: max-content; /* important */
  animation: scroll 80s linear infinite;
}

.image {
  flex: 0 0 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 4;
    font-size: 3em;
    font-weight: 800;
    font-family: "Sora", sans-serif;
    color: rgb(255, 0, 149);
    mix-blend-mode: difference;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(7, 9, 32);
    mix-blend-mode: lighten;
    z-index: 3;
}

#booking_image_frame {
    flex: 1;
    background-image: url("../images/doka_img/compressed/1.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#footer {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

#footer p {
    display: inline;
    padding: 0 10px;
}

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

.box {
    width: 500px;
    height: auto;
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
    border: 5px white solid;
    z-index: 2;
    color: white;
}

#box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    font-family: "Sora", sans-serif;
    z-index: 2;
    box-sizing: border-box;
    padding: 100px;
}

.line {
    border: 2px white solid;
}

.book_btn {
    text-decoration: none;
    border: 2px solid white;
    color: white;
    padding: 5px;
    float: right;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    border-radius: 10px;
}

.book_btn:hover {
    background-color: black;
    color: white;
}

#backdrop_reserveren {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/compressed/6.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: saturate(0) blur(20px);
}

#backdrop_team {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/compressed/1.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: saturate(0) blur(20px);
}

#team_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    z-index: 1;
}

.team_card {
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    align-items: center;
    padding: 30px;
    font-family: "Sora", sans-serif;
    border: 5px solid white;
    z-index: 1;
    color: white;
}

.team_image {
    width: 200px;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 0;
}

.personal_link {
    text-decoration: wavy;
    float: right;
    color: white;
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
}

#text_frame_booking {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: 100%;
    padding-left: 250px;
    padding-top: 100px;
    max-width: 100vw;
    box-sizing: border-box;
    height: auto;
    z-index: 1;
    background-color: black;
}

#backdrop_impression {
    position: absolute;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    background-image: url('../images/compressed/4.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: saturate(0) blur(20px);
}

#text_frame_booking > h1 {
    font-weight: 800;
    font-family: "Sora", sans-serif;
    font-size: 4em;
    flex: 0 0 100%;
    padding-left: 25px;
    z-index: 1;
}

.text_box_imp > p {
    font-size: 1.2em;
}

.text_box_imp {
    width: 100%;
    color: white;
    max-width: 700px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    border: 5px solid white;
    margin: 25px;
    font-family: "Sora", sans-serif;
    margin-right: auto;
    z-index: 1;
}
/* grid code */


#gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(21, 15vh);
  grid-gap: 1.5rem;
  background-color: white;
  padding: 1.5rem;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 12;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4;  */
  /* grid-row: 3 / span 3; */
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 12;
  grid-row-end: 16;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 12;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--7 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 12;
  grid-row-end: 16;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--8 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 16;
  grid-row-end: 21;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--9 {
  grid-column-start: 6;
  grid-column-end: 9;
  grid-row-start: 16;
  grid-row-end: 21;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 700px) {
    .menu a {
        display: inline;
    }
    #booking_container {
        padding-top: 100px;
    }
    #booking_image_frame {
        display: none;
    }
    #header {
        font-size: 1.7em;
        text-align: center;
    }
    .menu > a {
        font-size: .7em;
        margin: 5px;
        padding: 5px;
        border: 1px solid white;
    }
    #text_frame_booking > h1 {
        font-size: 3em;
        padding: 0;
    }
    .menu {
        width: 100%;
    }
    #footer {
        padding: 5px;
    }
    #footer > p {
        font-size: .3em;
        padding: 0;
    }
    #footer > a {
        font-size: .3em;
        padding: 0;
    }
    #box_container {
        padding: 20px;
        padding-bottom: 100px;
    }
    #text_frame_booking {
        padding-left: 10px;
        padding: 10px;
        padding-top: 100px;
    }
    .text_box_imp {
        max-width: 100%;
        width: 100%;
    }



    #gallery {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(54, 15vh);
    }


    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 6;
  }
    .gallery__item--2 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 6;
        grid-row-end: 12;
    }
    .gallery__item--3 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 12;
        grid-row-end: 18;
    }
    .gallery__item--4 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 18;
        grid-row-end: 24;
    }
    .gallery__item--5 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 24;
        grid-row-end: 30;
    }
    .gallery__item--6 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 30;
        grid-row-end: 36;
    }
    .gallery__item--7 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 36;
        grid-row-end: 42;
    }
    .gallery__item--8 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 42;
        grid-row-end: 48;
    }
    .gallery__item--9 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 48;
        grid-row-end: 54;
    }
}