@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	width: 100%;
	height: 100%;
//	background: #f0ede9;
//	background: #f8f8f8;
	background: #f1f1f1;
	font-family: "Manrope", Arial, sans-serif;
	color: #151515;
	}

#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0; left: 0;
	}

#preloader.done {
	display: none;
	}

#preloader-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #1d1d1b;
//	background: #444;
	top: 0; left: 0;

	transition: all 1s cubic-bezier(0.77, 0.25, 0.18, 1);
	}

#preloader.hide #preloader-bg {
	height: 0;
	top: -300px;
	}

#preloader-bg img {
	width: 100%;
	position: absolute;
	bottom: -300px;
	}

/*
#preloader-bg:after {
	width: 100%;
	height: 300px;
	position: absolute;
	background: url(../img/preloader.svg);
	background-size: 100%;
	content: "";
	left: 0; bottom: -300px;
	}*/

#preloader.hide:after {
	height: 0;
	}

#preloader ul {
	height: 24px;
	position: relative;
	font-size: 16px;
	text-align: center;
	list-style: none;
	display: block;
	overflow: hidden;
	z-index: 2;
	margin-top: -18px;
	top: 50%;
	}

#preloader li {
	color: #f0ede9;
	transition: all .8s cubic-bezier(0.77, 0.25, 0.18, 1);
	}

#preloader ul li:first-child {
	margin-top: 24px;
	}

#preloader ul.one li:first-child {
	margin-top: 0;
	}

#preloader ul.two li:first-child {
	margin-top: -24px;
	}

#preloader ul.three li:first-child {
	margin-top: -48px;
	}

#preloader ul.hide li:first-child {
	margin-top: -72px;

//	transition: all 0.8s ease;
	}

h1, h2, h3, #diensten a {
	font-family: "Silka", sans-serif;
	}

#logo {
	width: 36px;
	height: 41px;
	position: fixed;
	background: url(../img/logo.svg);
//	mix-blend-mode: difference;
	z-index: 98;
	top: 50px; left: 8%;
	}

#header {
	position: fixed;
//	mix-blend-mode: difference;
	z-index: 98;
	top: 50px; right: 8%;
	}

#mobile-menu {
	width: 20px;
	height: 12px;
	position: relative;
	top: 10px;
	}

#mobile-menu div {
	width: 20px;
	height: 2px;
	position: absolute;
	background: #fff;
	}

#mobile-menu div:nth-child(even) {
	bottom: 0;
	}

#menu-button {
	background: #151515;
	font-size: 17px;
	color: #fff;
	border-radius: 99px;
	float: left;
	cursor: pointer;
	padding: 12px 26px;

display: none;
	}

video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	object-fit: cover;
	}

#hero {
	position: relative;
	color: #fff;
	display: grid;
	padding-top: 160px;
	padding-bottom: 140px;
	}

#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f8f8f8;
	top: 0; left: 0;
display: none;
	}

#bg:after, video:after {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.45);
	content: "";
	top: 0; left: 0;
	}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	content: "";
	top: 0; left: 0;
	}

.holder {
	width: 80%;
	position: relative;
	margin: 0 auto;
	}

#hero .subtitle {
	background: #c9f5a8;
	font-size: 16px;
	color: #3b3939;
	border-radius: 99px;
	display: inline-block;
	padding: 14px 24px;
	margin-bottom: 20px;

display: none;
	}

#hero h1 {
	width: 90%;
	font-size: 56px;
	font-weight: 400;
	letter-spacing: -5.5px;
//	text-align: center;
	line-height: 100%;
//	margin: 0 auto 50px auto;
	}

h1 span {
	position: relative;
	display: inline-block;
	opacity: 0;
	top: 80px;
	transform: rotateX(45deg) rotate3d(0, 0, 10, 4deg);

	transition: opacity .8s ease, top .8s ease, transform 1s ease;
	}

h1 span.show {
	opacity: 1;
	top: 0;
	transform: rotateX(0deg);
	}

#hero p {
	width: 150px;
	position: relative;
	font-size: 15px;
//	text-transform: uppercase;
	letter-spacing: -0.4px;
	line-height: 140%;
	float: right;
	margin-top: 40px;

//display: none;
	}

#diensten {
//	text-align: center;
	padding: 24px 12px;
	margin-top: 100px;
	top: 0px; left: 400px;
	}

#diensten a {
	position: relative;
	font-size: 16px;
	letter-spacing: -0.6px;
	color: #fff;
	display: table;
	margin-bottom: 18px;
	}

#diensten a:before {
	width: 0;
	height: 1px;
	position: absolute;
	background: #fff;
	content: "";
	bottom: 0;

	transition: width .6s ease;
	}

#diensten a:hover:before {
	width: 100%;
	}

#diensten a:after {
	width: 7px;
	height: 7px;
	background: url(../img/arrow-white.svg);
	content: "";
	display: inline-block;
	margin-left: 10px;
	}

.button {
	display: table;
	margin-top: 50px;

display: none;
	}

.button span {
	background: #c9f5a8;
	font-size: 18px;
	color: #3b3939;
	border-radius: 99px;
	float: left;
	padding: 18px 24px;
	}

.button:before, .button:after {
	width: 60px;
	height: 60px;
	background: #c9f5a8 url(../img/scroll-arrow.svg);
	border-radius: 99px;
	content: "";
	float: left;

	transition: all .4s ease;
	}

.button:before, .button:hover:after {
	width: 0;
	transform: scale(0);
	}

.button:hover:before {
	width: 60px;
	transform: scale(1);
	}

#showreel {
	width: 86%;
	height: 700px;
	background: #ede8e5;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 100px;
	margin: 0 auto;
	}

.block {
	padding-top: 160px;
	padding-bottom: 200px;
	}

h2 {
	font-size: 160px;
	font-weight: 400;
	letter-spacing: -16px;
	}

.projects {
	width: 1000px;
	margin: 140px auto;
	}

.project {
	width: 400px;
	float: left;
	margin-bottom: 100px;
	}

.project:nth-child(even) {
	float: right;
	margin-top: 70px;
	}

.project .img {
	width: 400px;
	height: 540px;
	background: #eee;
	margin-bottom: 10px;
	}

.project p {
	color: #aaa;
	}