/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.poppins-bold{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* <weight>: Use a value from 300 to 800 */
/* <width>: Use a value from 75 to 100  */

.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Poppins", sans-serif;
}

a,p{
	font-family: "Open Sans", sans-serif;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #000;
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
video{
	z-index: 0;
}
#overlay::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
}

#video,
.background-video{
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
	margin-top: 0;
	z-index: -1;
	object-fit: cover;
}

@media (min-aspect-ratio: 2.39/1){
	.background-video{
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 2.39/1){
	.background-video{
		width: auto;
		height: 100%;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
banner{
	z-index: -5;
}
#overlay::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
}

#banner,
.background-image{
    position: absolute;
	width: 100%;
	min-height: 100px;
	max-height: 180px;
    display: flex;
    justify-content: center;
    align-content: center;
	margin-top: 0;
	z-index: -1;
	object-fit: cover;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

#headersmall{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items:flex-end;
	position: fixed; /* ensure fixed on mobile */
	bottom: 0;
	left: 0;
	z-index: 30;
	pointer-events: auto;
}


#headersmall .nav-item {
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition-duration: 0.2s;
	align-items: center;
	padding: 1rem 1.5rem;
}

#headersmall div {
	color: #000;
	transition-duration: 0.2s;
}

#headersmall .nav-item:hover div {
	animation: left-edge 0.5s linear 1;
	color: rgba(228,4,20,0.8);
}

#headersmall div:hover .menu {
	box-shadow: 0px 10px 5px rgb(100, 187, 241, 0.1);
}

#headersmall .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
	height: 60px;
	padding: 0 20px;
	border-radius: 15px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

#headersmall .dot {
	animation: dot-anim 8s linear infinite;
}

/* Animations */

@keyframes dot-anim {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#headerlarge {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#headerlarge a{
	font-size: 1.1rem;
	padding-right: 2rem;
	text-decoration: none;
	color: #fff;
}

#headerlarge a:hover {
	text-decoration-line: line-through;
	text-decoration-thickness: 15%;
}

#headerlarge .container-fluid{
	z-index: 50;
}

.header-scrolled{
  background-color: rgba(0, 0, 0, 0.8);
}

#headerlarge .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#headerlarge .logo img {
  max-height: 40px;
}

@media (max-width: 767.98px){
	#headerlarge{
		background-color: #fff;
	}
	#headerlarge a{
		color: #000;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-content: center;
}

#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  
}

#hero .background-video-content{
	z-index: 100;
	max-width: 1200px;
}

#hero .custom-button{
	border-color: #fff;
	color: #fff;
}

#hero .custom-button:hover{
	background-color: #fff;
	color: #000;
}

#hero a {
  padding-top: 60px;
}

#hero a span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#hero a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: mouse 2s infinite;
  animation: mouse 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mouse {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767.98px){
	#hero a span{
		bottom: 80px;
	}
}

/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
#work .container{
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin-bottom: 50px;
}

#work .work-block{
  padding-bottom: 100px;
  padding-top: 100px;
}

#work .card{
	position: relative;
}

#work .card-img{
	object-fit: cover;
}


#work .card-img-overlay{
	background-color: rgba(0,0,0,0.3);
}

#work .card-img-overlay:hover{
	background-color: rgba(0,0,0,0.6);
}

#work .card-text{
	color: #fff;
}

#work .modal-dialog {
	width: 1500px;
    max-width: 100%;
  }

#work .modal-content{
	background-color: #000;
}

#work .modal-body {
  background-color: transparent;
  position:relative;
  padding:0px;
}
#work .bi-x-circle {
  z-index: 500;
  color: #fff;
  background-color: transparent;
  position:absolute;
  top: 0;
  right: 5px;
}

#work .bi-x-circle:hover{
	color: rgba(228,4,20,0.8);
}

@media screen and (max-width: 767.98px) {
  #work .container{
    width: 100%;
  }
}

@media screen and (min-width:767.98px) {
	#work .card-text{
		position: absolute;
		left: 0;
		bottom: 0;
		margin-bottom: 3rem;
		margin-left: 2rem;
	}
	
	#work .ratio-21x9{
		aspect-ratio: 16/9;
	}
	
	#work .modal-dialog{
		max-width: 80%;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about .container{
	padding-top: 5rem;
	padding-bottom: 3rem;
}

#about .profile-picture{
	max-width: 80%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .container{
	z-index: 50px;
	max-width: 1200px;
}

#footer .adres{
	font-size: 14px;
	color: #B3B3B3;
}

#footer .phone{
	font-size: 14px;
	color: #fff;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

#footer .footer-links:hover{
    text-decoration-line: line-through;
	text-decoration-thickness: 15%;
}

#footer .footer-socials{
	background-color: #000;
}
#footer .footer-socials:hover{
}


/* --- Fixes for mobile interactivity --- */
#overlay::before {
  pointer-events: none !important;
  /* keep visual gradient but not block touches */
}

#overlay {
  position: relative;
  z-index: 0;
  pointer-events: none; /* so the video itself doesn't block clicks */
}

#headersmall {
  pointer-events: auto; /* ensure this element can receive taps */
}

/* --- Fix voor logo linksboven in Safari mobiel --- */
#logo {
  position: relative;
  z-index: 50;        /* boven overlay en video */
  color: #fff !important;  /* forceer witte tekst */
}

#logo span {
  text-shadow: 0 0 5px rgba(0,0,0,0.7); /* betere leesbaarheid op video */
}

#logo svg {
  fill: #e40414; /* kies eigen logo kleur, bv rood of wit */
}
