/**************/
/* CSS REMEDY */
/**************/
*,
*::after,
*::before {
	box-sizing: border-box;
}






/*********************/
/* CUSTOM PROPERTIES */
/*********************/
:root {
	/* startje */
	--color-text: #111;
	--color-background: #000000;
}





/****************/
/* JOUW STYLING */
/****************/

.top-nav {
	background-color: #000000;
	max-width: 100%;
	padding: 0;





}

.top-nav ul {
	display: flex;
	gap: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-nav a {
	color: white;
	text-decoration: none;
	font-size: small;
	font-weight: 600;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;



}




.bottom-nav {
	background-color: white;




}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
}

.bottom-nav img {
	height: 1.5em;
}

.bottom-nav .icons {
	display: flex;
	gap: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}


.bottom-nav .icons img,
.bottom-nav .icons button {
	width: 1.5em;
	height: 1.5em;
}


section:nth-of-type(1) {
	position: relative;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

	background: url("../images/zigzag.svg") no-repeat left 1em top .5em / 7em,
		url("../images/groene-driehoek.svg") no-repeat 60% 0 / 11em,
		url("../images/lijntjes2.svg") no-repeat right .75em top 0 / 9em;

	background-size: 3.5em, 6em, 4em;
	
	}

section:nth-of-type(1) div{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 100%;

}

section:nth-of-type(1) div img{
	max-width: 20%;
	border-radius:50%;
	aspect-ratio: 1;
	
}

section:nth-of-type(1) img{
	width:100%;
}


section:nth-of-type(1) li{
	list-style: none;
	padding: 0;
	margin: 1em 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
	

	position: relative;
}




section:nth-of-type(1) a {
	display: block;
	text-align: center;
	padding: 1em 1.5em;
	border-radius: 2em;
	font-weight: 600;
	text-decoration: none;
	font-family: system-ui, sans-serif;
	font-size: 1em;
	border: 2px solid black;
	transition: all 0.2s ease;


}



section:nth-of-type(1) li:first-child a {
	background-color: black;
	color: white;
}


section:nth-of-type(1) li:last-child a {
	background-color: white;
	color: black;
}


.services {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f0f4ff;

}

.services li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	font-size: 1.1em;
	font-weight: 600;
	color: #2463eb;

}

.services li img {
	width: 2em;
	height: 2em;
	margin-right: 1em;

	
	

}

.services li span {
	flex: 1;
	color: #2463eb;
}

.services li .arrow {
	font-size: 1.4em;
	color: #2463eb;
}

.services li span:nth-child(2) {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1em;
	color: #2563eb;
}

.beste {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.beste img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	display: block;
	margin: 1rem auto;

	position: relative;
	padding: 2rem 1.25rem 3rem;
	min-height: 400px;

	background: url("../images/zigzag.svg") no-repeat left 1em top .5em / 7em,
		url("../images/groene-driehoek.svg") no-repeat 60% 0 / 11em,
		url("../images/lijntjes2.svg") no-repeat right .75em top 0 / 9em;

	background-size: 4em, 6em, 4em;
}

.beste h2 {
	font-size: 1.25em;
	margin-top: 1em;

}

.beste h3 {
	font-weight: 600;

}

.beste ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.beste li {
	margin: 0.5em 0;
}


.beste ul a {
	display: block;
	text-align: center;
	padding: 1em 1.5em;
	border-radius: 2em;
	font-weight: 600;
	text-decoration: none;
	font-family: system-ui, sans-serif;
	font-size: 1em;
	border: 2px solid black;
	transition: all 0.2s ease;
}


.beste li:first-child a {
	background-color: black;
	color: white;

}

.beste li:last-child a {
	background-color: white;
	color: black;
}

.beste p {
	font-size: smaller;


	background:
		url("../images/lijntjes1.svg") no-repeat left -1rem bottom -1rem / 4em,
		url("../images/gele-lijntjes.svg") no-repeat right -2rem bottom -1.25rem / 7em;

}

.sim {
	background-color: #f5f6ff;
	max-width: 20em;
	margin: 2rem auto;
	padding: 2rem 1.5rem;
	border-radius: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	
}

.sim img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 0rem auto;
	display: block;
}

.sim h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


}

.sim a {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 2em;
	font-weight: 600;
	background-color: black;
	color: white;
	text-decoration: none;
	transition: transform 0.2s ease;
}



.sim p {
	margin-top: 1.5rem;
	font-size: 0.85rem;
	font-weight: 200;
	color: black;

}

.sim ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  
}

.sim li {
  margin: 0.5em 0;
}
.sim ul a {
	display: block;
	text-align: center;
	padding: 1em 1.5em;
	border-radius: 2em;
	font-weight: 600;
	text-decoration: none;
	font-family: system-ui, sans-serif;
	font-size: 1em;
	border: 2px solid black;
	transition: all 0.2s ease;
}

.sim li:first-child a {
	background-color: black;
	color: white;
}

.oppo {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.oppo img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  display: block;
  margin: 1rem auto;

  padding: 2rem 1.25rem 3rem;
  min-height: 400px;

 
  background: url("../images/zigzag.svg") no-repeat left 1em top .5em / 7em,
              url("../images/groene-driehoek.svg") no-repeat 60% 0 / 11em,
              url("../images/lijntjes2.svg") no-repeat right .75em top 0 / 9em;

  background-size: 4em, 6em, 4em;
}

.oppo h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5em 0;
}

.oppo h4 {
  font-size: 1.25em;
  margin-top: 1em;
  font-weight: 600;
}

.oppo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oppo li {
  margin: 0.5em 0;
}

.oppo ul a {
  display: block;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 2em;
  font-weight: 600;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 1em;
  border: 2px solid black;
  transition: all 0.2s ease;
}

.oppo li:first-child a {
  background-color: black;
  color: white;
}

.oppo li:last-child a {
  background-color: white;
  color: black;
}

.oppo p {
  font-size: smaller;
  margin-top: 1em;

  
  background: url("../images/lijntjes1.svg") no-repeat left -1rem bottom -1rem / 4em,
              url("../images/gele-lijntjes.svg") no-repeat right -2rem bottom -1.25rem / 7em;
}


.klik-en-klaar-internet {
  background-color: #f5f6ff;   
  max-width: 20em;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.klik-en-klaar-internet img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
  display: block;
}

.klik-en-klaar-internet h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.klik-en-klaar-internet p {
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: black;
}


.netwerk {
  list-style: disc;   
  padding-left: 1.5em; 
  margin: 1em 0;
}


.klik.button {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.klik.button li {
  margin: 0.5em 0;
}


.klik.button a {
  display: block;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 2em;
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
  border: 2px solid black;
  transition: all 0.2s ease;
}

.klik.button li:first-child a {
  background-color: black;
  color: white;
}

.klik.button li:last-child a {
  background-color: #f5f6ff;   
  color: black;
}

.iphone16 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  background: url("../images/zigzag.svg") no-repeat left 1em top .5em / 7em,
              url("../images/groene-driehoek.svg") no-repeat 60% 0 / 11em,
              url("../images/lijntjes2.svg") no-repeat right .75em top 0 / 9em;

  background-size: 4em, 6em, 4em;
}

.iphone16 img {
  max-width: 100%;
  display: block;
  margin: 1rem auto;
  padding: 2rem 1.25rem 3rem;
  min-height: 25em; 
}

.iphone16 h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5em 0;
}

.iphone16 h4 {
  font-size: 1.25em;
  margin-top: 1em;
  font-weight: 600;
}

.iphone16 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iphone16 li {
  margin: 0.5em 0;
}

.iphone16 ul a {
  display: block;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 2em;
  font-weight: 600;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 1em;
  border: 0.125em solid black; 
  transition: all 0.2s ease;
}

.iphone16 li:first-child a {
  background-color: black;
  color: white;
}

.iphone16 li:last-child a {
  background-color: white;
  color: black;
}

.iphone16 p {
  font-size: smaller;
  margin-top: 1em;

  background: url("../images/lijntjes1.svg") no-repeat left -1rem bottom -1rem / 4em,
              url("../images/gele-lijntjes.svg") no-repeat right -2rem bottom -1.25rem / 7em;
}

.winweken {
  max-width: 20em;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.winweken img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
  display: block;
}

.winweken h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.winweken p {
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: black;
}

.winweken ul {
  list-style: disc;   
  padding-left: 1.5em;
  margin: 1em 0;
}

.winweken li {
  margin: 0.5em 0;
}

.winweken a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 2em;
  font-weight: 600;
  background-color: black;
  color: white;
  text-decoration: none;
  margin-top: 1rem;
  
}
