@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: #5c5a59;
background: #5b5e64;
	font-family: "Manrope", Arial, sans-serif;
	color: #f0ede9;
	}

#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: 36px;
	position: relative;
	font-size: 24px;
	text-align: center;
	list-style: none;
	display: block;
	overflow: hidden;
	z-index: 2;
	margin-top: -18px;
	top: 50%;
	}

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

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

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

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

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

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

//	transition: all 0.8s ease;
	}

h1, h2, h3 {
	font-family: "PP Mori", sans-serif;
	}

#logo {
	width: 42px;
	height: 48px;
	position: fixed;
	background: url(../img/logo.svg);
	top: 80px; left: 10%;
	}

#diensten {
	position: absolute;
	padding: 24px 30px;
	margin-top: 70px;
	top: 0px; left: 400px;
	}

#diensten a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #f0ede9;
	display: inline-block;
	padding-bottom: 10px;
	}

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

	transition: width .6s ease;
	}

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

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

#diensten a:nth-child(even) {
	margin: 0 90px;
	}

#header {
	position: fixed;
	top: 80px; right: 10%;
	}

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

#dark-mode {
	width: 46px;
	height: 46px;
	border-radius: 99px;
	border: 1px solid #d3d3d3;
	float: left;
	margin-left: 20px;
	}

#hero {
	padding-top: 300px;
	padding-bottom: 120px;
	}

.holder {
	width: 1300px;
	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: 1200px;
	font-size: 170px;
	font-weight: 400;
	letter-spacing: -6px;
	line-height: 100%;
	margin-bottom: 50px;
	}

#hero h1 strong {
	position: relative;
	font-weight: 400;
	}

#hero h1 strong:after {
	width: 560px;
	height: 177px;
	position: absolute;
	background: url(../img/line.svg);
	content: "";
	display: block;
	top: 0; left: 0;
	}

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

.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);
	}

#scroll-button {
	width: 220px;
	height: 220px;
	position: relative;
	background: #c9f5a8;
	border-radius: 999px;
	cursor: pointer;
	left: 52%;

	transition: transform .6s ease;
	}

#scroll-button:hover {
	transform: scale(0.87);
	}

#scroll-button .arrow {
	width: 100%;
	height: 100%;
	background: url(../img/scroll-arrow.svg);
	}

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