* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  background-color: #fdfbf6;
  color: #444;
}

nav {
  background-color: #fff4b1;
  width: 100%;
  min-height: 100px;
}

nav ul {
  list-style: none;
  padding-right: 3%;
  margin-top: 25px;
}

nav li {
  float: left;
  margin-top: 10px;
  padding-bottom: 25px;
}

nav a {
  font-family: "Luckiest Guy", cursive;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #93d9f1;
  padding: 20px;
}

a:hover,
.active {
  color: #c9adf1;
}

nav img {
  padding: 1%;
  width: 10%;
  float: right;
}

nav > a:nth-child(2) {
  display: none;
}

#hoofd {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(4, auto);
}

main {
  display: grid;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

main :first-child {
  grid-area: 1 / 1 / 2 / 3;
  text-align: center;
  margin-left: 10px;
}

#welkom {
  grid-area: 2 / 1 / 3 / 2;
  background-color: #c8f4d4;
  border: 10px solid #83de9b;
  border-radius: 20px;
  padding: 10px;
  margin: 0 20px 20px 0;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

#welkom:hover {
  transform: scale(1.05);
}

h4,
h1,
h3,
.tekst,
.nummer,
h6 {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-size: 25px;
  color: #93d9f1;
}

h1,
h3,
.tekst {
  font-size: 50px;
  text-align: center;
  color: #fbb5b5;
}

.nummer {
  font-size: 12px;
  color: #fbb5b5;
  text-align: center;
  margin-bottom: 4px;
}

h6 {
  font-size: xx-large;
  text-align: center;
  color: #64cef1;
}

h3{
  padding-bottom: 55px;
}

#Waarom {
  grid-area: 2 / 2 / 3 / 3;
  background-color: #c8f4d4;
  border: 10px solid #83de9b;
  border-radius: 20px;
  padding: 10px;
  margin: 0 20px 20px 0;
  transition: transform 0.3s ease;
}

#Waarom:hover {
  transform: scale(1.05);
}

#tickets {
  display: grid;
  grid-area: 2 / 1 / 3 / 2;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding: 150px 0 10px;
  margin-top: 50px;
  background-color: #dfd2f0;
  clip-path: ellipse(75% 100% at 50% 100%);
}

.kolom {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 40px;
  margin: 10px;
  background-color: #93d9f1;
  border: 10px solid #64cef1;
  border-radius: 20px;
  padding: 20px;
  min-height: 400px;
  transition: transform 0.3s ease;
   width: 400px;
}

.kolom:hover {
  transform: scale(1.05);
}

#kolom1{
  margin-left: 80px;
}

#kolom2{
  margin-left: 50px;
}

#kolom3{
  margin-right: 80px;
}

.kolom > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  grid-row: 1;
  border-radius: 20px;
}

.kolom > .kost {
  grid-row: 2;
}

.kost > h5 {
  font-size: larger;
  font-weight: bolder;
  text-align: center;
  padding: 5%;
  color: #e9e2f4;
}

.kolom > .btn {
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

#prijzen {
  grid-area: 1 / 1 / 2 / 4;
  color: #c9adf1;
}

.btn {
  background-color: #64cef1;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #dfd2f0;
  text-align: center;
  justify-self: center;
  align-self: end;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

#kleur {
  background-color: #dfd2f0;
}

#kleur2 {
  background-color: #c8f4d4;
}

#themaGebieden {
  display: grid;
  grid-area: 3 / 1 / 4 / 2;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  background-color: #c8f4d4;
  clip-path: ellipse(75% 100% at 50% 100%);
}

#themaGebieden > h3 {
  grid-area: 1 / 1 / 2 / 3;
  padding-top: 50px;
}

.slideshow-container {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: center;
  margin: 10px auto 0 10%;
  grid-area: 2 / 1 / 3 / 2;
}

.sliders {
  display: none;
  grid-column: 1 / -1;
  grid-row: 1;
  text-align: center;
}

.sliders img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border: 10px solid #fbb5b5;
  border-radius: 30px;
}

.prev,
.next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
  color: #fdfbf6;
  background-color: #fbb5b5;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.prev:hover,
.next:hover {
  transform: scale(1.1);
  background-color: #fc9898;
  color: #c8f4d4;
}

.prev {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.next {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.dots {
  margin-left: 32%;
  grid-area: 3 / 1 / 4 / 2;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background-color: #fbb5b5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: none;
}

.dot:hover,
.dot.active {
  background-color: #fc9797;
}

.uitleg {
  grid-area: 2 / 2 / 3 / 3;
  padding: 150px 20px 20px;
  font-size: 18px;
  color: #444;
  border-radius: 15px;
}

#info {
  display: grid;
  grid-area: 4 / 1 / 5 / 2;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  background-color: #93d9f1;
  clip-path: ellipse(75% 100% at 50% 100%);
  padding: 150px 0 10px;
  margin-top: 50px;
}

#informatie {
  grid-area: 1 / 1 / 2 / 5;
  color: #fff4b1;
}

#info > article {
  margin: 10%;
  color: #4dbade;
  background-color: #fff4b1;
  border: 10px solid #fae876;
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.3s ease;
}

#info > article:hover {
  transform: scale(1.05);
}

#info article ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

#info article ul li {
  margin-bottom: 8px;
  font-size: medium;
  color: #3a9fb9;
}

#comfort {
  grid-area: 2 / 1 / 3 / 2;
}

#hygiëne {
  grid-area: 2 / 2 / 3 / 3;
}

#herinneringen {
  grid-area: 2 / 3 / 3 / 4;
}

#extra {
  grid-area: 2 / 4 / 3 / 5;
}

footer {
  background-color: #fff4b1;
  padding: 30px;
  color: #333;
}

.sponsors {
  float: left;
  width: 50%;
}

.sponsors img {
  width: 20%;
  margin: 10px;
  transition: transform 0.3s ease;
}

.sponsors img:hover {
  transform: scale(1.1);
}

.contact {
  float: right;
  width: 45%;
  text-align: right;
  list-style: none;
}

.contact li {
  display: inline-block;
  margin: 0 10px;
}

.icon {
  width: 50px;
  cursor: pointer;
}

.contact .copyright {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  nav > a:nth-child(2) {
    display: block;
    font-size: 30px;
    margin: 20px 50px 20px 20px;
  }

  nav ul {
    display: block;
    float: left;
    background-color: #fff4b1;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
  }

  nav ul.menudicht {
    display: none;
  }

  nav ul li {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 2px solid #83de9b;
    cursor: pointer;
    float: none;
  }

  nav a {
    font-size: 22px;
    padding: 10px;
    display: block;
  }

  nav img {
    width: 30%;
    float: right;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-right: 33%;
  }

  nav,
  main,
  #tickets,
  #themaGebieden,
  #info,
  footer {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  #tickets,
  #themaGebieden,
  #info{
    margin: 0%;
    padding: 0%;
  }

  main {
    padding-left: 3%;
  }

  main h1{
    font-size: 50px;
  }

  #welkom {
    margin-top: 30px;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  h4, h6 {
    font-size: 36px;
    text-align: center;
    margin: 15px 0;
  }



  h3{
    font-size: 45px;
  }

  .nummer {
    font-size: 20px;
  }

  .tekst {
    font-size: 35px;
  }

  #tickets {
    padding: 30px 10px;
    margin-top: 30px;
    clip-path: none;
  }

#kolom1,
#kolom2,
#kolom3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  width: 400px;
}

  .kolom > img {
    height: 200px;
  }

  .kost > h5 {
    font-size: 18px;
    padding: 10px;
  }

  span {
    display: none;
  }

  #themaGebieden {
    padding: 30px 10px;
    clip-path: none;
  }

  .slideshow-container {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin: 0px;
  }

  .sliders img {
    width: 100%;
    height: auto;
  }

  .prev, .next {
    font-size: 20px;
  }
  .prev{
    grid-area: 1/1/2/2;
  }

  .sliders{
    grid-area: 1/2/2/3;
  }

  .next{
    grid-area: 1/3/2/4;
  }

  .dots {
    margin: 10px 0;
    text-align: center;
  }

  .uitleg {
    padding: 20px 10px;
    font-size: 16px;
  }

  #info {
    grid-template-columns: 1fr;
    padding: 30px 10px;
    clip-path: none;
  }

  #info > article {
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
    width: 400px;
  }

  #info article ul {
    padding-left: 20px;
  }

  #info article ul li {
    font-size: 14px;
  }

  .btn {
    font-size: 16px;
    padding: 10px 20px;
    width: auto;
  }

  footer {
    text-align: center;
    padding: 20px;
  }

  .sponsors,
  .contact {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .sponsors img {
    width: 40%;
    margin: 10px;
  }

  .contact li {
    display: inline-block;
    margin: 0 10px;
  }

  .icon {
    width: 60px;
  }

  .contact .copyright {
    margin-top: 15px;
    font-size: 12px;
    color: #555;
    text-align: center;
  }
}