:root {
    --text-color: white;
    --title-color: white;
    /* --gradient-color: black; */
    --gradient-color: rgba(33, 171, 212, 1);
    --icon-color: purple;
  }
  
  * {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
  }
    
    /* Add some content at the bottom of the video/page */
    .content {
      position: fixed;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #f1f1f1;
      width: 100%;
      padding: 20px;
    }
    
    /* Style the button used to pause/play the video */
    #myBtn {
      width: 200px;
      font-size: 18px;
      padding: 10px;
      border: none;
      background: #000;
      color: #fff;
      cursor: pointer;
    }
    
    #myBtn:hover {
      background: #ddd;
      color: black;
    }
  
    .gradient-box {
      position: absolute;
      width: 100%;
      height:50vh;
      bottom: 0;
      /* border-radius: 5rem; */
      background-image: linear-gradient(rgba(0,0,0,0), var(--gradient-color));
    }
  
    #page {
      z-index: 1;
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* background-image: url(bg-images_c/board_ramp_1.jpg); */
      padding-bottom: 15vh;;
      /* align-items: flex-end; */
    }

    .content-box-container {
        z-index: 5;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: space-between;
        padding: 1rem;
        height: 100%;
        width: 80%;
    }
  
    .context-box-full {
      position: relative;
      /* padding: 1rem; */
        
      width: 100%;
      height: 85vh;
      opacity: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      /* border: 1px solid green; */
      /* border-radius: 5rem; */
      overflow: hidden;
      background-image: url(bg-images_c/board_ramp_1.jpg);
      background-position: center;
      background-size: cover;
      border-bottom-right-radius: 2rem;
      border-bottom-left-radius: 2rem;
  
    }

    .event-details {
        /* border: 1px solid blue; */
        padding: 2rem;
        gap: 1rem;
        font-size:larger;
        display: flex;
        flex-direction: column;
        z-index: 5;
        width: 50%;
        line-height: 1.8rem;
    }
    .ticket-item {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .ticket-description {
        font-size: small;
    }

    .content-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 2rem;
    }
  
    #title {
      color: var(--title-color);
      font-size: 4rem;
      text-decoration: underline;
      padding-top: 1rem;
    }
  
    .undertext {
      font-size: 1rem;
    }
  
    .info {
      /* padding: 1rem 0rem; */
      color: var(--text-color);
      font-size: 2rem;
      /* border: 1px solid black; */
      
      /* background-color: rgba(04, 170, 109, 0.4); */
      background-color: rgba(33, 171, 212, 0.4);
      border-radius: 1rem;
      padding: 1rem;
      
    }

    .column {
        display: flex;
        flex-direction: column;
    }
  
    .info ol {
      list-style: none;
    }
  
    .info ol li:before {
      content: "+";
      margin-right: 4px;
    }
    
    .practical {
      padding: 1rem;
      padding-left: 0rem;
      color: var(--text-color);
      font-size: 2rem;
      display: flex;
      align-items: center;
      /* border: 1px solid green; */
    }
    .practical p {
      padding-left: 1rem;
    }
  
    .practical svg {
      fill: var(--icon-color);
      /* border: 1px solid blue; */
      width: 2rem;
    }

    .practical.location {
        cursor: pointer;
    }
  
    .sign-up-button, button {
        background-color: #04AA6D; /* Green */
        border: none;
        color: white;
        width: 10rem;
        /* width: 100%; */
        padding: 1rem;
        border-radius: 1rem;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        opacity: 1;
        cursor: pointer;
        transition: 0.3s;

    }
    .sign-up-button:hover, button:hover {
        opacity: 1;
        background-color: #039f66; /* Green */
    }

    .countdown-container {
        background-color: rgba(33, 171, 212, 0.6);
        padding: 1rem;
        border-radius: 1rem;
        width: fit-content;
    }

    .countdown-container h1{
        
    }
    .highlight-red {
        /* color: #fd342c; */
        /* color: white; */
    }

    .countdown {
        /* border: 1px solid red; */
        /* opacity: 0.5; */
        color: white;
        display: flex;
        gap: 4rem;
        justify-content: center;
    }
    .countdown div{
        flex-basis: 100px;
        /* border: 1px solid green; */
    }
    .countdown div p {
        font-size: 60px;
        /* margin-bottom: -14px; */
    }

    .countdown-undertitle {
        padding-top: 0.5rem;
        font-weight: bold;
        color: black;
        font-size: 10px
        /* font-size: smaller; */
    }

    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: 0;
        background-color: #222831;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .sponsor-section-container {
        display: flex;
        flex-direction: column;
    }

    .sponsor-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        /* overflow:auto; */
        /* overflow-wrap: normal; */
        flex-wrap: wrap;
        gap: 1rem;
        /* position: relative; */
    }

    .sponsor-section img {
        /* border: 1px solid green; */
      object-fit: contain;
      width: 20%;
      /* height: 10rem; */
      padding: 0.5rem 0rem;
    }

    #nskiv-logo {
        width: 30%;
    }

    #uithof-logo {
        width: 10%;
    }
  
    .logos {
      width: 100%;
      z-index: 2;
      height: 10vh;
      display: flex;
      /* flex-direction: column; */
      justify-content: center;
      background-image: linear-gradient(var(--gradient-color), rgba(34,40,49,1)) ;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      /* margin-bottom: 2rem; */
      /* padding-bottom: 2rem; */
      /* padding: 1rem 0rem; */
    }
  
    .logos .images {
      width: 80%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      /* border: 1px solid green; */
      overflow: hidden;
  
    }
  
    .logos .images img {
      /* width: 20%; */
      object-fit: contain;
      padding: 0.5rem 0rem;
      /* border: 1px solid green; */
    }

    .description {
        /* border: 1px solid black; */
        width: fit-content;
    }

    .description-small {
        font-size: 1.5rem;
    }

    .span-big, .span-small {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .span-big span {
        font-size: 2rem;
    }

    .span-small span {
        font-size: 1.8rem;
    }

    .footer-bottom-content {
        width: 80%;
        display: flex;
        justify-content: flex-end;
    }

    .johan-plug {
        padding: 0.6rem 0rem;
        font-size: 0.5rem;
        display: flex;
        align-items: flex-end;
        color: white;
        gap: 0.2rem;
    }
    
    .icon-container {
        width: 0.5rem;
    }
    
    .icon-container svg {
        fill: white;
    }
    
    .johan-plug a {
        text-decoration: none;
        color: white;
    }

    .socials svg {
        width: 2rem;
        fill: #E4405F;
    }
  
    @media screen and (max-width: 600px) {
        .countdown-container {
            width: 100%;
            padding: 0.2rem 1rem;
        }
            .countdown-container h1 {
                font-size: 1.4rem;
            }
            .countdown {
                width: 100%;
                justify-content: flex-start;
                /* border: 1px solid green; */
                gap: 0.2rem
                /* gap: unset; */
            }
        .countdown div{
            flex-basis: 3rem;
            /* border: 1px solid green; */
        }
        .countdown div p {
            font-size: 1.5rem;
        }
        .countdown div span{
            font-size: 0.7rem;
        }
        .countdown-undertitle {
            padding-top: 0.5rem;
            font-size: 10px
        }
      #title {
        padding-top: 0;
        text-align: center;
        font-size: 2.2rem;
      }
      .content-info {
        flex-direction: column-reverse;
        padding-bottom: 0;
        /* justify-content: center; */
        align-items: center;
        /* align-items: flex-start; */
      }
      .context-box-full {
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
      }

      .event-details {
        width: 100%;
      }
      .ticket-item {
        flex-direction: column;
    }
      .content-box-container {
        width: 100%;
    }
      .info {
        /* width: 100%; */
        font-size: 1rem;
        padding: 0.2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        /* justify-content: center; */
      }

      /* .description {
        font-size: 0.1rem;
      } */

      /* .span-big {
        font-size: 0.7rem;
      }

      .span-small {
        font-size: 0.1rem;
      } */

      .span-big span {
        font-size: 1.5rem;
    }

    .span-small span {
        font-size: 1.3rem;
    }

      .description-small {
        font-size: 0.8rem;
      }
  
      .practical {
        font-size: 1rem;
      }
  
      .practical-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* border: 1px solid blue; */
        /* align-items: center; */
      }
  
      .practical-container button {
        align-self: center;
      }
  
      .logos .images {
        width: 100%;
      }

      .logos .images img {
        width: 20%;
      }

      .sponsor-section img {
        /* height: 10rem; */
        width: 35%;
      }

      #nskiv-logo {
        width: 55%;
      }

      #uithof-logo {
        width: 20%;
      }

      button {
        width: 100%;
      }
      .footer-bottom-content {
        justify-content: center;
    }

    .johan-plug {
        font-size: 0.5rem;
    }
    
    .icon-container {
        width: 0.5rem;
    }
    }
  
   
  
    /* SLIDER */
    
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(calc(-250px * 2))}
    }
    
    .slider {
      margin-top: 90dvh;
      height: 10dvh;
      /* margin: auto; */
      /* display: flex; */
      /* justify-content: center; */
      overflow:hidden;
      position: absolute;
      width: 100vw;
      border: 1px solid green;
    }
  
  .slider .slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
    /* justify-content: center; */
    width: calc(250px * 4);
  
  }
  
  .slider .slide {
    height: 100px;
    width: 250px;
  
  }