@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: #eaeaea;
	font-family: "Manrope", Arial, sans-serif;
	color: #221f1c;
	}

#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: -100px;
	}

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

#preloader ul {
	height: 24px;
	position: relative;
	font-size: 18px;
	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: 26px;
	}

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

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

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

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

//	transition: all 0.8s ease;
	}

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

#logo {
	width: 46px;
	height: 52px;
	position: fixed;
	background: url(../img/logo.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
//	mix-blend-mode: difference;
	opacity: 0;
	z-index: 98;
	top: 100px; left: 8%;

	transition: opacity .6s ease;
	}

#menu {
	opacity: 0;
	transition: opacity .6s ease;
	}

#logo.show, #menu.show {
	opacity: 1;
	}

.tag {
	width: 120px;
	position: fixed;
	font-size: 15px;
	z-index: 4;
	top: 100px; left: 23%;
	}

.tag.two {
	left: 42%;
	}

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

#menu li {
	position: relative;
	font-size: 16px;
	list-style: none;
	border: 1px solid #626262;
	border-radius: 99px;
	display: inline-block;
	overflow: hidden;
	padding: 12px 24px;
	margin-left: 60px;
	}

#menu li a {
	color: #221f1c;
	}

#menu li a:before {
	width: 110%;
	height: 400%;
	position: absolute;
	background: #4c68d7;
	background: #221f1c;
	border-radius: 999px;
	content: "";
	margin-left: -5%;
	top: 100%;
	left: 0;

	transition: top .45s;
	}

#menu li:hover a:before {
	top: -50%;
	}

#menu li a span {
	position: relative;
	z-index: 2;
	display: block;
	top: 0;

	transition: color .45s;
	}

#menu li a span:after {
	position: absolute;
	content: "Contact";
	color: #eaeaea;
	display: block;
	margin-top: 10px;
	}

#menu li:hover a span {
	color: #eaeaea;
//	top: -32px;
	}

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

display: none;
	}

#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;
	}

#hero {
	position: relative;
	color: #221f1c;
	display: grid;
	padding-top: 280px;
	padding-bottom: 180px;
	}

.holder, .s-holder {
	width: 62%;
	position: relative;
	margin: 0 auto;
	}

.s-holder {
	width: 55%;
	}

#hero h1 {
	width: 80%;
	font-size: 185px;
	font-weight: 400;
	letter-spacing: -18px;
	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 1s ease, top 1s ease, transform 1.2s ease;
	}

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

#hero p {
	width: 520px;
	position: relative;
	font-size: 22px;
//	text-transform: uppercase;
	letter-spacing: -0.4px;
	line-height: 160%;
	float: right;
	margin-top: 30px;
	margin-left: 76px;
	}

.l, .line {
	overflow: hidden;
	display: table;
	}

.l-h, .line-holder {
	position: relative;
	opacity: 0;
	top: 30px;

	transition: opacity .2s ease, top 1.3s ease;
	}

.line-holder {
	top: 20px;
	}

.l-h.show, .line-holder.show {
	opacity: 1;
	top: 0;
	}

.line {
	position: absolute;
	font-size: 12px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	-webkit-text-stroke: 0.15px #000;
	text-stroke: 0.15px #000;
	bottom: 0; left: 8%;
	}

.line.right {
	left: auto;
	right: 8%;
	}

.block {
	display: flex;
	/* padding-top 160px normaal, maar 280 voor scrollto */
	padding-top: 300px;
	padding-bottom: 200px;
	margin-top: -120px;
	}

.block.dark {
	background: #21201f;
	margin-top: 0;
	}

#video {
	width: 100%;
	height: auto;
	background: #666;
	display: flex;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 30px;

	transition: opacity 1.2s ease;
	}

#video.show {
	opacity: 1;
	}

video {
	width: 100% !important;
	height: auto !important;
	}

h2 {
	max-width: 900px;
	font-size: 190px;
	font-weight: 400;
	line-height: 90%;
	letter-spacing: -17px;
	margin: 0 auto 160px auto;
	}

.block.dark h2 {
	color: #f1f2f0;
	}

.sub {
	width: 220px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	line-height: 180%;
	-webkit-text-stroke: 0.15px #000;
	text-stroke: 0.15px #000;
	float: left;
	margin-top: -30px;
	left: -18%;
	}

.sub:before {
	width: 6px;
	height: 6px;
	position: absolute;
	background: #000;
	border-radius: 99px;
	content: "";
	top: 11px; left: -35px;
	}

.s-img-holder {
	width: 160px;
	height: 210px;
	position: absolute;
	float: left;
	left: -78%; bottom: 0;
	}

.s-img-holder:before {
//	width: 10%;
	height: 1px;
	position: relative;
	background: #aaa;
	content: "";
	margin-bottom: 20px;
	}

.s-img {
	width: 100%;
	height: 100%;
	background: url(../img/roos.jpg);
	background-size: cover;
	}

.text-holder {
	width: 680px;
	position: relative;
	margin: 0 auto;
	top: 80px; left: 18%;
	}

#about p {
	font-size: 22px;
	letter-spacing: -0.4px;
	line-height: 170%;
	}

.links {
	margin-top: 90px;
	}

.links a {
	font-size: 19px;
	letter-spacing: -0.2px;
	color: #221f1c;
	display: table;
	margin-top: 28px;
	}

.mail:after {
	width: 100%;
	height: 1px;
	background: #bdbdbd;
	content: "";
	display: block;
	margin-top: 15px;

	transition: background .45s ease;
	}

.mail:hover:after {
	background: #221f1c;
	}

.l-icon {
	width: 11px;
	height: 11px;
	position: relative;
	display: inline-block;
	margin-left: 30px;

	transition: margin-left .45s ease;
	}

.l-icon .icon {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/arrow.svg);
	z-index: 2;

	transition: transform .45s ease;
	}

a:hover .l-icon .icon {
	transform: rotate(135deg);
	}

.l-icon:after {
	width: 40px;
	height: 40px;
	position: absolute;
//	background: #221f1c;
	background: #e1dfdc;
	border-radius: 99px;
	content: "";
	margin-top: -20px;
	margin-left: -19px;
	top: 50%; left: 50%;

	transform: scale(0);
	transition: transform .45s ease;
	}

a:hover .l-icon:after {
	transform: scale(1);
	}

#brands {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 30px 0;
	}

#slider {
	width: auto;
	height: 100%;
//	overflow: hidden;
	-webkit-animation: slider 90s infinite;
	}

@-webkit-keyframes slider {
	0% {
		transform: translate(0%, 0%);
		}
	100% {
		transform: translate(-300%, 0%);
		}
	}

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

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

.project .img {
	width: 600px;
	height: 700px;
	background: #aaa;
	margin-bottom: 10px;
	}

.project:nth-child(even) .img {
	width: 300px;
	height: 400px;
	}

.project h3 {
	font-size: 14px;
	font-weight: 400;
	color: #151515;
	margin: 8px 0;
	}

.project p {
	font-size: 14px;
	color: #92908f;
	}

.quincy {
	width: 280px;
	height: 310px;
	background: url(../img/qk.jpg);
	background-size: cover;
//	border-radius: 99px;
	float: left;
	}

.quote p {
	width: 600px;
	font-size: 24px;
	letter-spacing: -0.4px;
	line-height: 170%;
	float: left;
	margin-left: 15%;
	}


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

.mail {
	color: #221f1c;
	font-size: 85px;
	font-weight: 400;
	letter-spacing: -8.5px;
	float: right;
	}

#footer {
	padding-top: 140px;
	padding-bottom: 140px;
	}

#footer-logo {
	width: 76px;
	height: 87px;
	position: relative;
	background: url(../img/logo-white.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	}