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


body,html{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
}

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

header{
	margin: 40px;
	background-color: black;
	border-radius: 30px;
	background-image: url('../img/header-technocrane.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

header .top{
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: space-between;
	padding: 0px 40px;
}

header .top .left .logo{
	font-size: 22px;
	line-height: 110px;
	color: white;
	font-weight: 400;
}

header .top .right .email{
	font-size: 14px;
	color: #5F5F5F;
	line-height: 110px;
	text-decoration: none;
	margin-right: 20px;
}

header .top .right .email:hover{
	color: #878787;
}

header .top .right .btn{
	padding: 20px;
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

header .top .right .btn:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

header .center-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 700px;
	margin-top: -110px;
}

header .center-container .content{
	text-align: center;
	width: 60vw;
}

header .center-container .content h1{
	font-size: 40px;
	color: white;
	font-weight: 300;
}

header .center-container .content h2{
	color: #7C7C7C;
	font-size: 21px;
	font-weight: 500;
}








#welcome{
	margin-top: 150px;
	margin-bottom: 150px;
}

#welcome .container{
	max-width: 900px;
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#welcome .container h1{
	font-weight: 700;
	color: black;
	font-size: 19px;
	margin: 0;
	padding: 0;
}

#welcome .container p{
	font-weight: 300;
	color: black;
	font-size: 16px;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	margin-top: 40px;
}







#watwedoen{}

#watwedoen .container{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border-radius: 30px;
	color: white;
	display: flex;
	overflow: hidden;
}

#watwedoen .container .left{
	width: 60%;
	height: 450px;
}

#watwedoen .container .left .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	border-radius: 30px 0px 0px 30px;
}

#watwedoen .container .left .item .text{
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 45px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 75%);
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	border-radius: 30px 0px 0px 30px;
}

#watwedoen .container .right{
	width: 40%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#watwedoen .container .right .item{
	width: 100%;
	height: 100%;
	padding: 0px 45px;
	border-bottom: 1px solid #262626;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#watwedoen .container .right .item:hover,
#watwedoen .container .right .item.active:hover
{
	background-color: #141414;
}

#watwedoen .container .right .item.active{
	background-color: #0A0A0A;
}

#watwedoen .container .right .item h2{
	font-weight: 200;
	font-size: 23px;
	margin: 0;
	padding: 0;
}

#watwedoen .container .right .item h3{
	font-weight: 600;
	font-size: 13px;
	color: #808080;
	margin: 0;
	padding: 0;
}

#watwedoen .container .left #item2,
#watwedoen .container .left #item3,
#watwedoen .container .left #item4{
	display: none;
}


#hoewewerken{
	margin: 150px 0px;
}

#hoewewerken .container{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: stretch;
	align-content: stretch;
	gap: 50px;
}

#hoewewerken .container .left{
	flex: 3;
}

#hoewewerken .container .left h1{
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#hoewewerken .container .left p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

#hoewewerken .container .right{
	flex: 2;
}

#hoewewerken .container .right .image{
	width: 100%;
	height: 100%;
	background-image: url('../img/cameraman-light.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}










#quote{
	margin: 0px 40px;
	background-color: black;
	border-radius: 30px;
	background-image: url('../img/concertzalen.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#quote .content{
	color: white;
	width: 50vw;
	text-align: center;
}

#quote .content h1{
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 50px;
}

#quote .content .btn{
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 20px;
	border-radius: 15px;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#quote .content .btn:hover{
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}











#contact{
	margin-top: 150px;
	margin-bottom: 150px;
}

#contact .container{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: stretch;
	align-content: stretch;
	gap: 50px;
}

#contact .container .left{
	flex: 2;
}

#contact .container .left .image{
	width: 100%;
	height: 100%;
	background-image: url('../img/concert-lights.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

#contact .container .right{
	flex: 3;
}

#contact .container .right h1{
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 20px;
}

#contact .container .right p{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#contact .container .right p a{
	text-decoration: none;
	color: #1987C6;
}

#contact .container .right p a:hover{
	color: #0e5c89;
}

#contact .container .right .row{
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

#contact .container .right input{
	width: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 10px 15px;
	border-radius: 100px;
	font-size: 14px;
	border: 1px solid #DBDBDB;
}

#contact .container .right input:focus{
	outline: none;
	border: 1px solid #1987C6;
}

#contact .container .right textarea{
	width: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 10px 15px;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #DBDBDB;
}

#contact .container .right textarea:focus{
	outline: none;
	border: 1px solid #1987C6;
}

#contact .container .right .btn{
	padding: 18px 20px;
	color: white;
	background-color: #1987C6;
	border-radius: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

#contact .container .right .btn:hover{
	background-color: #0e5c89;
}

#contact .container .right #message{
	background-color: #f0f4f5;
	border: 1px solid #c1dae8;
	padding: 15px;
	border-radius: 20px;
	font-size: 14px;
	color: #082b3f;
	margin-top: 40px;
	display: none;
}





footer{
	margin: 0px 40px;
	background-color: black;
	border-radius: 30px 30px 0px 0px;
	color: white;
	text-align: center;
	padding: 40px;
}

footer .main{
	font-size: 14px;
	font-weight: 400;
	color: #898989;
}
footer .sub{
	font-size: 12px;
	font-weight: 400;
	color: #404040;
}



