@charset "UTF-8";
/* CSS Document */

/* ALGEMEEN */

html {
	scroll-behavior: smooth;
}

body {
	cursor: default;
	background-color: #000000;
}

/* ALGEMEEN MOBIEL */

@media only screen and (max-width: 750px) {
    .info, .usp, .work-nextpage, .work, .text-info, .blog, .contact, .een, .twee, .drie, .vier, .vijf, .zes, .zeven, .acht {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .content-header {
        padding-top: 300px !important;
    }

    .social-media, .mini-img, .icon-bottom-header {
        display: none !important;
    }

}


h1, h2, h3, h4, p, a, input, textarea, button {
	font-family: 'Montserrat Alternates', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

h1 {
	padding: 0;
	font-size: 55px;
	font-weight: 200;
}

h2 {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size: 45px;
	font-weight: 200;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 35px;
	font-weight: 200;
    font-family: 'Montserrat Alternates', sans-serif;
}

p {
    font-size: 16px;
}

a, a:hover {
	text-decoration: none;
}

.hamburger {
    z-index: 100;
}

/* SOCIAL MEDIA */

.social-media {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 50%;
    transform: rotate(-90deg);
    text-align: center;
    width: 400px;
    margin-top: 200px;
    transform-origin: 0 0;
}

.social-media li {
    display: inline-block;
    list-style: none;
    padding: 20px 0;
    margin: 0 10px;
}

.social-media ul li a {
    transition: .25s;
}

.social-media ul li a:hover {
    color: #E99781;
    transition: .25s;
}

ul.social {
    font-weight: bold;
    font-size: 11x;
}

/* HEADER */

.container-xl {
	margin-top: -80px;
	height: 1100px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.shadow {
    box-shadow: 5px 5px 160px 180px #000000 !important;
}

.home-afb, .work-afb, .contact-afb, .blog-afb {
    background-repeat: no-repeat;
    background-size: cover;
}

.home-afb {
    background-image: url(../img/pexels/marketing.jpg);

}

.work-afb {
    background-image: url(../img/pexels/done.jpg);
    background-position: top;
}

.contact-afb {
    background-image: url(../img/pexels/team.jpg);
}

.blog-afb {
    background-image: url(../img/pexels/werk.jpg);
}

.content-header {
	padding-top: 450px;
	margin: 0 auto;
	width: 85%;
}

span.line-before-text {
	width: 5px;
	height: 15px;
	margin-right: 5px;
	margin-top: 2px;
	background-color: #ffffff;
}

/* WORK */

.work {
	margin: 0 auto;
    margin: 0 60px;
    color: #ffffff;
}

.een, .twee, .drie, .vier, .vijf, .zes, .zeven, .acht {
    margin: 0 auto;
    padding: 0;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	transition: .5s !important;
    float: left;
    height: 400px;
}

.vervolg-1, .vervolg-2, .vervolg-3, .vervolg-4, .vervolg-5, .vervolg-6, .vervolg-7, .vervolg-8 {
    background-size: cover;
}

.een, .vervolg-1 {
	background-image: url("../img/pexels/bladeren.jpg");
}

.twee, .vervolg-2 {
	background-image: url(../img/pexels/book.jpg);
}

.drie, .vervolg-3 {
	background-image: url(../img/pexels/camera.jpg);
}

.vier, .vervolg-4 {
	background-image: url(../img/pexels/laptop.jpg);
}

.vijf, .vervolg-5 {
	background-image: url(../img/pexels/marketing.jpg);
}

.zes, .vervolg-6 {
	background-image: url(../img/pexels/phone.jpg);
}

.zeven, .vervolg-7 {
    background-image: url(../img/pexels/relax.jpg);
}

.acht, .vervolg-8 {
    background-image: url(../img/pexels/macbook.jpg);
}

/* WORK HOVER */

.een:hover, .twee:hover, .drie:hover, .vier:hover, .vijf:hover, .zes:hover, .zeven:hover, .acht:hover {
	transition: .5s;
	z-index: 1;
    box-shadow: 0px 0px 50px 22px rgba(0,0,0,0.4);
}

.een:hover {
	transform: translate3d(0px, -2px, 0px) scale(1.05) rotateY(6.564432deg) rotateZ(4.457893deg);
}

.twee:hover {
	transform: translate3d(0px, 2px, 0px) scale(1.05) rotateY(-1.564432deg) rotateZ(-1.457893deg);
}

.drie:hover {
	transform: translate3d(0px, -2px, 0px) scale(1.05) rotateY(3.564432deg) rotateZ(5.457893deg);
}

.vier:hover {
	transform: translate3d(0px, 2px, 0px) scale(1.05) rotateY(-2.564432deg) rotateZ(-4.457893deg);
}

.vijf:hover {
	transform: translate3d(0px, -2px, 0px) scale(1.05) rotateY(1.564432deg) rotateZ(1.457893deg);
}

.zes:hover {
	transform: translate3d(0px, 2px, 0px) scale(1.05) rotateY(-2.564432deg) rotateZ(-5.457893deg);
}

.zeven:hover {
	transform: translate3d(0px, 2px, 0px) scale(1.05) rotateY(3.564432deg) rotateZ(4.457893deg);
}

.acht:hover {
	transform: translate3d(0px, 2px, 0px) scale(1.05) rotateY(-1.564432deg) rotateZ(-1.457893deg);
}

/* Parent Container */
.content_img{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
}
   
   /* Child Text Container */
.content_img div{
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}
   
   /* Hover on Parent Container */
.content_img:hover{
    cursor: pointer;
}
   
.content_img:hover div{
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.75; 
}

.content_img div h1 {
    font-size: 45px;
    text-align: center;
    margin-top: 20px;
}

.content_img div h3 {
    text-align: center;
    margin-top: 30px;
}

.content_img div .logo-work {
    margin-top: 75px;
}

/* WORK NEXT PAGE */

.work-nextpage {
    margin: 0 auto;
    margin: 0 60px;
    color: #000000;
    background-color: #ffffff;
    padding: 100px 0;
}

.work-nextpage nav span a {
    padding: 0 100px;
    line-height: 3;
}

@media only screen and (max-width: 1749px) {
    .work-nextpage nav span a {
        padding: 0 50px !important;
    }
}

@media only screen and (max-width: 530px) {
    .work-nextpage nav span a {
        padding: 0 25px !important;
    }
}

.work-nextpage-content {
    margin: 0 15%;
}

/* THREE USP */

.usp {
	background-color: #ffffff;
	margin: 0 60px;
	padding: 100px 0 100px 0;
}

@media only screen and (max-width:991px){
    .pb {
        padding-bottom: 50px;
    }
}

/* IMG WITH INFO */

@media only screen and (max-width:1600px) {
    .img-info {
        display: none;
    }
}

.info {
	margin: 0 60px;
    width: calc(100% - 120px);
    background-color: #2B2F74;
}

span.line-before-text-info {
	width: 5px;
	height: 15px;
	margin-right: 5px;
	margin-top: 2px;
	background-color: #ffffff;
}

button {
    border: 1px solid #ffffff;
    padding: 20px 30px;
    text-decoration: none;
    display: inline-block;
    background: none;
}

.img-info {
    height: 80%;
    float: left;
}

.text-info {
    float: left;
    padding: 15% 5%;
}

@media only screen and (min-width:1601px) {
    .text-info {
        width: 50%;
    }
}

/* BLOG */

.blog .blog-content a {
    color: black;
}

.blog {
    margin: 0 60px;
    color: #000000;
    background-color: #ffffff;
    padding: 100px 0;
}

.blog-content {
    margin: 0 25%;
}

@media only screen and (max-width: 1300px) {
    .blog-content {
        margin: 0 10%;
    }
}

/* GET IN TOUCH */

.getintouch {
    margin-top: 100px;
    padding: 0;
    padding-bottom: 200px;
    background-image: url(../img/world.png);
    background-size: 1500px;
    background-position: center;
    background-repeat: no-repeat;
}

/* CONTACT */

.contact {
    margin: 0 60px;
    color: #000000;
    background-color: #ffffff;
    padding: 100px 0;
}

.contact-content {
    margin: 0 25%;
}

.contact .contact-content h3, .contact .contact-content h1, .contact .contact-content p, .contact .contact-content a {
    color: black;
}

/* FORMULIER */

form input, form textarea {
	display: block;
	width: 500px;
	padding: 15px;
    text-align: center;
	border: 1px solid #000000;
	margin: 20px 0;
	outline: none;
	font-size: 1.2rem;
	color: #000000;
	position: relative;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
}

@media only screen and (max-width:550px) {
    form input, form textarea {
        width: 350px;
    }
}

form input:last-child {
	border: 1px solid #000000;
    padding: 20px 30px;
    text-decoration: none;
    background: none;
	cursor: pointer;
}

/* HAMBURGER MENU */ 

:root{
    --primary-color: rgba(20, 177, 177, 0.5);
    --overlay-color: rgba(27,23,52,0.8);
    --menu-speed: 0.75s;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Staatliches', cursive;
    line-height: 1.4;
}

.container{
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 3rem;
}

.showcase .showcase-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.showcase h1{
    font-size: 4rem;
}

.showcase p{
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
}

.btnn{
    display: inline-block;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    text-decoration: none;
    transition: opacity 1s ease-in;
    border-radius: 2rem;
}

.btnn:hover{
    opacity: 0.7;
}

.contact-links{
    display: flex;
    justify-content: center;
    width: 200px;
    max-width: 980px;
    flex-wrap: wrap;
    margin-left: 54.5rem; 
    margin-top: -12rem;
}

.contact-details{
    font-size: 1rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease-out; 
  }

  .contact-details:hover{
    transform: translateY(5px);
  }

  .btn{
      display: inline-block;
        padding-right: 1rem;
        text-decoration: none;
        color: #fff;
  }

.menu-wrap{
    position: fixed;
    top: 0;
	right: 0;
    z-index: 1;
}

.menu-wrap .toggler{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-wrap .hamburger{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
	margin: 10px;
    /* background: var(--primary-color); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger line */
.menu-wrap .hamburger >div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

@media only screen and (max-width: 750px) {
    .menu-wrap .hamburger >div {
        background-color: #E99781;
    }
}

/* Top and bottom lines */
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}

/* Moves line down */
.menu-wrap .hamburger > div:after{
    top: 10px;
}

/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}

/* Turn Lines into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after{
    top: 0;
    transform: rotate(90deg);
}

/* Rotate on hover when checked */
.menu-wrap .toggler:checked:hover + .hamburger > div{
    transform: rotate(225deg);
}

/* Show menu */
.menu-wrap .toggler:checked ~ .menu{
    visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div{
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div{
    opacity: 1;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu > div{
    background-color: var(--overlay-color);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0); 
    transition: all 0.4s ease;
}

.menu-wrap .menu > div >div{
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0; 
    transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a{
    color: inherit;
    text-decoration: none;
	font-weight: 200;
    transition: color 0.4s ease;
}

/* END HAMBURGER MENU */