
.horizontal-section {
  height: 100vh; /* Exacte hoogte van het viewport */
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%); /* Centreer de sectie over de volledige breedte */
  margin-right: calc(-50vw + 50%);
}

.horizontal-container {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  will-change: transform;
  left: 0; /* Zorg dat de container helemaal links begint */
}

.panel {
  width: 700px;
  height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 3rem;
  border-right: 2px solid #fff;
  flex-shrink: 0;
  margin-right: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s;
}
.panel:hover {
  text-decoration: unset;
  transform: scale(1.02);
  transition: 0.6s;
}
.panel h2 {
  color: white;
  padding: 1rem;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 32px;
  padding: 20px 40px;
  display: flex;
  gap: 10px;
}
.panel h2 svg {
  position: relative;
  top: 6px;
}
.panel h2:hover {
  text-decoration: unset;
}

.panel_first, .panel_last {
  width: 20vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  flex-shrink: 0;
  position: relative;
}

.panel_first {
  border-right: 2px solid #fff;
  font-family: "Boska", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 55px;
  text-transform: uppercase;
}

.titles_wrapper_horizontal {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 50px;
  position: relative;
}
.titles_wrapper_horizontal .title_small_horizontal {
  font-family: "Boska", serif;
  font-weight: 400;
  font-style: italic;
  z-index: 2;
  font-size: 100px;
  text-transform: uppercase;
}
.titles_wrapper_horizontal .title_big_horizontal {
  font-family: "Boska", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 190px;
  position: absolute;
  top: 0;
  z-index: 1;
  color: rgba(35, 35, 35, 0.1);
  text-transform: uppercase;
}

.panel_last {
  border-left: 2px solid #fff;
}
.panel_last a {
  font-family: "Boska", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
  text-transform: capitalize;
  color: black;
  max-width: 180px;
  line-height: 44px;
  display: flex;
  align-items: flex-end;
}
.panel_last a:hover {
  text-decoration: unset;
}
.panel_last a:hover svg {
  left: 10px;
}
.panel_last a .arrow-icon {
  height: 40px;
  width: 40px;
}
.panel_last a .arrow-icon svg {
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}

.panel_last_repeater {
  position: relative;
}
.panel_last_repeater::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.next-section {
  height: 100vh;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile styles */
@media (max-width: 700px) {
  .info-section__container {
    padding-bottom: 50px;
  }
  .panel {
    width: 80vw;
    font-size: 2rem;
    margin-right: 70px;
  }
  .panel_first {
    width: 55vw !important; /* Wider first/last panels on mobile */
	  font-size: 35px !important;
  }
	
.panel_last {
    width: 20vw !important; /* Wider first/last panels on mobile */
  }
	
  /* Improve touch scrolling experience */
  .horizontal-section {
    touch-action: pan-y; /* Allow vertical scrolling but handle horizontal ourselves */
  }
}
@media (min-width: 1000px) {
	.panel_first, .panel_last {
		    justify-content: flex-start;
	}
}

@media (max-width: 999px) and (min-width: 700px) {
	.panel_last {
		margin-left: -100px;
	}
}

@media (max-width: 1200px) and (min-width: 800px) {
  .titles_wrapper_horizontal .title_small_horizontal {
    font-size: 78px !important;
  }
  .titles_wrapper_horizontal .title_big_horizontal {
    font-size: 140px !important;
  }
}
@media (max-width: 799px) and (min-width: 500px) {
  .titles_wrapper_horizontal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .titles_wrapper_horizontal .title_small_horizontal {
    font-size: 58px !important;
  }
  .titles_wrapper_horizontal .title_big_horizontal {
    font-size: 110px !important;
  }

}
@media (max-width: 499px) {
  .titles_wrapper_horizontal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .titles_wrapper_horizontal .title_small_horizontal {
    font-size: 36px !important;
  }
  .titles_wrapper_horizontal .title_big_horizontal {
    font-size: 68px !important;
    top: 25px;
  }
}
@media (max-width: 400px) {
  .panel {
    font-size: 32px;
    width: 85vw !important;
    height: 95vh !important;
  }
  .panel_first {
    font-size: 34px;
  }
}

@media (max-width: 968px) and (orientation: landscape) {
	.panel_first {
		margin-left: 60px; 
		margin-right: 30px !important;
	}
	
	.panel {
		margin-right: 130px;
	}
}


ul.punten {
	    color: white;
    padding: 1rem;
    font-family: "Satoshi", sans-serif;
    font-weight: 500;
    font-size: 32px;
    padding: 0px 65px 20px;
    display: flex
;
    gap: 10px;
    flex-direction: column;
}

/*# sourceMappingURL=horizontal_scroll.css.map */