/* Main styles */
html{
	scroll-behavior: smooth;
}
@font-face {
	font-family: 'SF';
	src: url('fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF') format('opentype');
	font-weight: 400;
	font-style: normal;
}
a, p, h1, h2, h3, span{
	font-family: 'SF'
}
h1{
	font-size: 42px;
	margin: 0 0 16px;
}
h2{
	font-size: 32px;
	margin: 0 0 16px;
}
h3{
	font-size: 22px;
	margin: 0;
}
p{
	font-size: 18px;
	margin: 0 0 16px;
}
.margin{
	margin: 0 0 16px;
}
.skills{
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	background-color: rgba(229,231,235,1);
	border-radius: 8px;
	margin-bottom: 5px;
}
nav{
	position: sticky;
	display: flex;
  	top: 20px;
  	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
}
nav .links{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
nav .links a{
	margin: 0 50px  0 0;
}
nav .links a:nth-child(6){
	margin: 0;
}
.glass-effect {
	width: 1200px;
	padding: 20px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.25); 
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	margin: 0 auto;
	height: 45px;
	box-sizing: border-box;
	height: 70px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3)

}
nav a{
	color: #FAFAFA;
	font-size: 16px;
	text-decoration: none;
}nav h2{
	color: #FAFAFA;
}
body{
	background-image: linear-gradient(#1a1a1a, #1a1a1a),
                      url('images/Naadloos_zandpatroon.jpg');
	background-size: contain;
	background-repeat: repeat;
	background-blend-mode: multiply;
	margin: 0;
	padding: 0;
	min-height: 100vh;
}
container{
	width: 1200px;
	padding: 70px 0 50px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
	container{
		width: 1000px;
		padding: 70px 20px 50px!important;
	}
	.glass-effect{
		width: 1000px;
	}
	#typewriter{
		font-size: 50px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 1000px) {
	container, .glass-effect{
		width: 840px;
	}
	#typewriter{
		font-size: 40px;
	}
}
@media only screen and (max-width: 840px) {
	.glass-effect {
		width: 100%!important;
		padding: 20px 40px 0 !important;
        box-sizing: border-box;
	}
	nav div{
		width: 100%!important;
	}
	container{
		width: 100%!important;
	}
	body{
		min-width: 360px!important;
		max-width: 360px!important;
		margin: 0 auto;
	}
}

/* Other CSS */

@media only screen and (max-width: 1000px) {
	grid3, grid4{
		grid-template-columns: repeat(2, 1fr)!important;
	}
	artikel row section .img1, artikel row section .img2{
		height: 190px!important;
	}
	grid4 .usp{
		width: 350px;
	}
}

@media only screen and (max-width: 840px) {
main{
	height: auto!important;
	align-items: baseline;
}
.nav-link p{
	display: block!important;
}
main article{
	flex-direction: column!important;
}
main img.picture{
	margin: 0!important;
}
grid3, grid2, grid4{
	grid-template-columns: repeat(1, 1fr)!important;
}
grid4 .usp{
	width: 280px!important;
}
artikel row, flex{
	flex-wrap: wrap;
}
artikel row text{
	padding: 20px 20px 0;	
}
artikel row img{
	width: 100%!important;
}
.row2{
	flex-wrap: wrap-reverse;
}
artikel row section .img1, artikel row section .img2{
	height: 290px!important;
}
}
article{
	background-color: #FAFAFA;
	border-radius: 16px;
	padding: 20px;
}
main img.picture{
	border-radius: 50%;
	width: 256px;
	margin: 0 40px 0 0px;
}
main article{
	margin: 0 auto;
	display: flex;
}
main div{
	margin: auto;
}
main img.icon{
	width: 40px;
	margin: 10px;
}
main .icons{
	display: flex;
	align-items: center;
}

grid3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	row-gap: 10px;
}
grid2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	row-gap: 10px;
}
grid4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	row-gap: 10px;
}
grid2 card.no-padding{
	padding: 0;
}
grid3 card, grid2 card{
	background-color: #FAFAFA;
	padding: 25px;
	border-radius: 16px;
}
card:hover{
	scale: 1.05;
    z-index: 2;
    box-shadow:0 0 50px 20px rgba(0, 0, 0, 0.5);
	transition: .2s ease-in-out;
}
card .middle-card p{
	font-size: 12px;
	margin: 10px 0;
}
card .top-card img{
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin-right: 15px;
}
card .top-card{
	display: flex;
}
card .bottom-card{
	width: 100%;
	border-radius: 8px;
}
card .bottom-card img{
	border-radius: 8px;
}

artikel row{
	display: flex;
	padding-top: 50px;
	gap: 40px;
}
artikel text{
	padding: 40px;
}
artikel row img{
	border-radius: 16px;
}
artikel row section .img1, artikel row section .img2{
	height: 290px;
	background-color: #F5F5DC;
}
artikel row section .img3{
	width: 100%;
	margin-top: 10px;
	background-color: #F5F5DC;
}
flex{
	display: flex;
	gap: 10px;
}
.case-text{
	font-size: 24px;
	line-height: 30px;
}

certificate .top-card img{
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin-right: 15px;
}
certificate .middle-card p{
	margin: 5px 0 0;
}
certificate .top-card{
	display: flex;
}
certificate .bottom-card{
	width: 100%;
	padding: 20px 0 0;
	border-radius: 4px;
}
certificate .bottom-card img{
	width: 125px;
	margin: 0 auto;
	display: block;
}
certificate{
	background-color: #FAFAFA;
	padding: 25px;
	border-radius: 16px;
}

.carousel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.track {
  display: flex;
  will-change: transform;
}
.slide {
  flex: 0 0 auto;
  transform-origin: center center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.slide:last-child {
  margin-right: 0;
}
.slide img {
  display: block;
  width: 300px;
  height: auto;
  border-radius: 16px;
}
.slide--active {
  transform: scale(1);
}
.slide--prev,
.slide--next {
  transform: scale(.8);
}

stack article .top-stack img{
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin-right: 15px;
}

.top-stack{
	display: flex;
	width: 100%;
}

.top-stack div{
	width: 100%;
}

.top-stack p{
	margin: 0;
}

stack article{
	margin-top: 10px;
}
stack article:nth-child(1){
	margin-top: 0;
}

/* Filter styling */
.filter-bar{
	position: relative;
}
.filter-select {
	appearance: none;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  border: none;
  background: #FAFAFA;
  color: #000;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-bar::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 4px 10px 0 0;
  transform: rotate(45deg);
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  left: 155px;
  top: 12px;
  content: "";
  transform: rotate(45deg);
}

card {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

card.hiding {
  opacity: 0;
  transform: scale(0.97);
}

card.hidden {
  display: none;
}

.intro{
	position: relative;
}
.intro h1{
	color: #FAFAFA; 
	font-size: 65px;
}
.intro span{
	display: inline-block;
}
.intro .biggest{
	font-size: 120px;
	position: absolute;
	opacity: 0.5;
	z-index: -1;
}
.intro hr{
	color: #FAFAFA;
	border-bottom: 9px solid #FAFAFA;
	border-radius: 8px;
	width: 60%;
}
.pic-top, .pic-bottom{
	display: block;
	border-radius: 16px;
	z-index: 3;
	width: 590px;
}
.pic-top{
	padding-top: 20px;
}
@media only screen and (max-width: 1200px) {
	.pic-top, .pic-bottom{
		width: 400px!important;
	}
	.intro section{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.usps{
		grid-template-columns: repeat(4, 1fr);
		justify-content: center;
	}
	.introductie .kyra{
		top: 45px!important;
		left: 130px!important;
		transform: rotate(30deg)!important
	}

	.introductie .rocky{
		top: -50px!important; 
		right: -60px!important;
		transform: rotate(-30deg)!important
	}
}
@media only screen and (max-width: 1000px) {
	.pic-top, .pic-bottom{
		width: 400px!important;
	}
	.introductie .kyra{
		top: 25px!important;
		left: 100px!important;
		transform: rotate(30deg)!important
	}

	.introductie .rocky{
		top: -62px!important; 
		right: -60px!important;
		transform: rotate(-34deg)!important
	}
}
@media only screen and (max-width: 840px) {
	.pic-top, .pic-bottom{
		width: 100%!important;
	}
	.intro section{
		position: unset;
	}
	.intro h1, .intro span.biggest{
		font-size: 37px;
	}
	.intro{
		display: flex!important;
    	flex-direction: column-reverse!important;
	}
	.intro br:nth-child(2){
		display: none;
	}
	.pic-top{
	padding-top: 0!important;
	}
	.title{
		text-align: center!important;
		font-size: 50px!important;
	}
	.filter-bar{
		display: flex!important;
    	justify-content: center!important;
	}
	.filter-bar::after{
		left: 225px!important;
	}
	.contact section{
		margin-left: 0!important;
	}
	nav{
		max-height: 88px;
		height: 100%!important;
		display: block!important;
		transition: max-height 0.4s ease;
	}
	nav .links{
		flex-direction: column!important;
		padding-top: 20px!important;
	}
	nav .links a{
		margin: 25px 0!important;
		padding: 0!important;
		text-align: center!important;
	}
	nav img{
		position: absolute;
		top: 20px;
		right: 40px;
		display: block!important;
	}
	.open{
		max-height: 500px!important;
	}
	.introductie .kyra{
		top: 0px!important;
		left: 84px!important;
		transform: rotate(18deg)!important
	}

	.introductie .rocky{
		top: 55px !important;
        right: 68px !important;
        transform: rotate(-180deg) !important;
	}
	.introductie .rocky h2{
        transform: rotate(-180deg) !important;
		padding: 0px !important;
    	margin-right: -15px!important;
	}
	.introductie .kyra h2, .introductie .rocky h2{
		font-size: 24px!important;
	}
	.introductie text{
		margin: 0!important;
	}
}

.title{
	font-size: 65px;
	color: #ffffff;
}
.divider{
	color: #ffffff;
    border-bottom: 9px solid #ffffff;
    border-radius: 8px;
	margin: 50px 0;
	width: 50%;
}
.usp{
	justify-content: center;
    align-items: center;
	width: 192px; 
	height: 180px;
	flex-direction: column;
}
.usp img{
	padding-top: 10px;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
	color: #000000;
}

nav img{
	display: none;
}

.introductie{
	color: #FAFAFA;
}

.introductie .image{
	position: relative;
}

.introductie .kyra{
	position: absolute; 
	top: 70px;
	left: 150px;
	transform: rotate(30deg)
}

.introductie .rocky{
	position: absolute; 
	top: -50px; 
	right: -50px;
	transform: rotate(-30deg)
}

.introductie .rocky h2, .introductie .kyra h2{
	color: #ff0000; 
	padding-left: 60px; 
	margin: 0;
}
.nav-name{
	display: flex;
	align-items: center;
}
.nav-name div{
	padding-left: 20px;
}

.red{
	text-decoration: underline;
}
#lang-nl, #lang-en{
	cursor: pointer;
	font-weight: 400!important;
	font-size: 16px!important;
}

.case-header{
	position: absolute;
	top: -74px;
	left: 50%;
    transform: translateX(-50%);
}
.case-divider{
	height: 320px;
}
.case-article{
	display: block!important;
	padding-top: 270px;
}

.look a h2, .look_mob a h2{
	color: #ff0000;
	margin: 0;
}
.look a{
	display: block;
    text-decoration: none;
    margin-left: 50px;
    padding: 0;
    transform: rotate(-30deg);
}
.look_mob a{
	display: block;
    text-decoration: none;
    margin-left: 50px;
    padding: 0;
	transform: rotate(34deg);
	z-index: 4;
	position: relative;
}
.look_mob{
	position: absolute;
    top: 20px;
    left: -40px;
	transform: rotate(-34deg);
	z-index: 3;
}
.look{
    position: absolute;
    top: 137px;
    right: 0;
    transform: rotate(84deg);
}
.look_mob img{
	transform: rotate(-249deg);
    position: absolute;
    top: 60px;
    left: 110px;
	z-index: 1;
}
.look img{
	transform: rotate(-249deg);
    position: absolute;
    top: 60px;
    left: 110px;
}
.case-header-mob{
	position: absolute;
	top: -30px;
}

@media only screen and (max-width: 1200px) {
	.case-divider{
		height: 230px;
	}
	.case-article{
		padding-top: 245px;
	}
	.look{
		top: 70px;
		right: -40px;
	}
	.case-header-mob{
		width: 300px;
	}
	.look_mob{
		top: -10px;
		left: -70px;
		transform: rotate(-34deg);
	}
}
@media only screen and (max-width: 1000px) {
	.case-divider{
		height: 180px;
	}
	.case-article{
		padding-top: 211px;
	}
	.look{
		top: 30px;
		right: -70px;
	}
	.case-header-mob{
		width: 250px;
	}
	.look_mob{
		top: -5px;
        left: -52px;
        transform: rotate(-54deg);
	}
	.look_mob img{
		top: 5px;
		left: 33px;
	}
}
@media only screen and (max-width: 840px) {
	.case-divider{
		height: 85px!important;
	}
	.case-header{
		top: -50px!important;
		width: 120%!important;
    	left: 180px!important;
	}
	.case-article{
		padding-top: 92px!important;
	}
	.look, .look_mob{
		display: none!important;
	}
	.case-header-mob{
		width: 120px !important;
        left: -10px!important;
	}
	container{
		overflow:hidden!important;
	}
	#typewriter{
		font-size: 36px!important;
		margin: 0!important;
	}
	.intro h1{
		margin: 0!important;
	}
}

  #typewriter {
    display: inline-block;
    border-right: 2px solid #FAFAFA;
    padding-right: 5px;
    animation: blink 0.7s steps(1) infinite;
  }

  @keyframes blink {
    50% { border-color: transparent; }
  }

.filter-select{
	width: 180px;
}
.menu-case{
	position: relative!important;
}