/*****************************************************/
/*** Basics ***/

html,body{
	color: var(--white);
	/*width:100%;
	height:100%;*/
	margin: 0; 
	padding: 0;
	overflow-x: hidden;
}

html{
	background:var(--black);} 

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

#debug-panel{
	position:fixed;
	display: block;
	width: 100%;
	bottom: 6%;left: 2%;
	color: red;z-index: 10;}

/*****************************************************/
/*** CSS Variables ***/

:root {
  --black: #2E2E37;
  --white: white;
  --yellow: #FFE600;
  --grey: #C4C4CB;
  --lightgrey: #E6E6E6;
  --green: #52A058;
  --transition: 0.40s ease-in-out all !important;
}

.txt-black{color: var(--black);}
.txt-white{color: var(--white);}
.txt-yellow{color: var(--yellow);}

/***
**** NAVIGATION ***
***/
#nav-wrapper{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	display: block;
	padding-top: 8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#nav-wrapper nav{
	width: 100%;
	max-width: 1500px;
	height: 100%;
	margin: 0 auto;
	display: block;
}

#logo {
	float: left;
	height: 50px;
	padding-left: 20px;
}

#logo img{
	height: 100%;
	transition: 0.5s ease;
}

.logo-black img{
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
	transition: 0.5s ease;
}

.cta{
	display: inline-block;
	font-family: 'EYInterstate', Helvetica;
  	font-weight: 500;
  	font-size: 18px;
  	cursor: pointer;
	border-radius: 8px;
	padding: 10px 20px;
	text-decoration: none;
}

.cta-gradient{
	background: var(--yellow);
	color: var(--black);
	outline: 0;
	border: 0;
	transition: 0.3s ease;
}

.cta-gradient:hover,
.cta-gradient:active{
	/*opacity: 0.90;*/
	background: #EBCF17;
	transition: 0.3s ease;
}

.cta-outline{
	color: var(--black);
	background: var(--white);
	border: 1px solid var(--black);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
	transition: 0.3s ease;
}

.cta-outline:hover,
.cta-outline:active{
	border: 1px solid var(--black);
	background: var(--lightgrey);
	transition: 0.3s ease;
}




/***
**** 1 - LEAD ***
***/
section{
	min-height: 100vh;
	width: 100%;
	padding: 0 20px;
	float: left;
}
@media screen and (orientation: portrait) and (max-width: 768px){
	section{
		padding: 0 0px;
		min-height: 80vh;
	}
}

section .container, footer ul{
	width: 100%;
	max-width: 1500px;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.animation-perspective{
	position: absolute;
	bottom: -100px;
	right: 0px;
	width: 58%;
	max-width: 1000px;
	min-width: 770px;
	float: right;
}

width: 85%; float: right;

@media screen and (orientation: portrait) and (max-width: 896px){
	.animation-perspective{
		position: initial; top: auto; right: auto;
		display: block;
		width: 100%;
	}
}

/***
**** 2 - HURDLE ***
***/

.animation-haie{width: 50%;float: left;}
.animation-haie img{width: 100%;}

.content-right{float: right;}
.content-hurdle span{
	font-family: 'Andada Pro' ,'EYInterstate', Helvetica;
  	font-weight: bold;
	color: #3B3D46;
	font-size: 256px;
	letter-spacing: -30px;
	position: absolute;
	z-index: 0;
	top: -190px;
	right: 46px;
}
.content-hurdle h4{
	position: relative;
	z-index: 10;
} 

@media screen and (orientation: portrait) and (max-width: 768px){
	.animation-haie{width: 100%;float: left;}
	.content-hurdle span{
		font-size: 136px;
	    top: -90px;
	    right: 38px;
	    letter-spacing: -20px;
	}
	.animation-haie img{width: 115%;}
}

/***
**** SEPERATOR ***
***/
.seperator{
	width: 100%;
	max-height: 50px;
	float: left;
}
.black-to-white {
      width: 0;
      height: 0;
      border-bottom: 200px solid var(--white);
      border-left: 100vw solid transparent;
}

.white-to-black {
      width: 0;
      height: 0;
      border-top: 200px solid var(--white);
      border-right: 100vw solid transparent;
}

@media screen and (orientation: portrait) and (max-width: 768px){
	.black-to-white {
	      border-bottom: 140px solid var(--white);}

	.white-to-black {
	      border-top: 140px solid var(--white);}
}

/***
**** 3 - AGILE ***
***/
.animation-front{
	position: absolute;
	top: 28vh;
	left: 0px;
	width: 70vw;
	max-width: 1000px;
}

.animation-front img{
	width: 80%;
}

.pointer-tip{display: inline-block;}
.pointer-tip p{
	margin: 0;
	padding: 0;
	font-family: 'Annie Use Your Telescope', 'EYInterstate', Helvetica, Arial, sans-serif;
	font-size: 21px;
}
.pointer-tip img{
	padding: 15px 10px 10px 18%;
}

@media screen and (orientation: portrait) and (max-width: 768px){

	.animation-front{
		position: initial; top: auto; right: auto;
		display: block;
		width: 100%;
	}
	.animation-front img{
		width: 100%;
	}

	.pointer-tip{display: inline-block;}
	.pointer-tip p{
		margin: 0;
		padding: 0;
	}
	.pointer-tip img{
		width: 75px;
		padding: 15px 10px 10px 60px;
	}	
}

/***
**** 4 - SOLUTIONS ***
***/
.solution-nav ul{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

.solution-nav ul li{
	list-style-type: none;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-left: 16px;
	outline: 0;
	border: 0;
	background: transparent;
	color: var(--grey);
	font-size: 26px;
	font-family: 'EYInterstate', Helvetica;
  	font-weight: 300;
  	text-align: left;
  	cursor: pointer;
}

.solution-nav ul li:hover,
.solution-nav ul li:active{
	color: #EBCF17;
}

.solution-nav ul li.nav-active{
	color: var(--yellow);
	font-weight: 700;
}

@media screen and (orientation: portrait) and (max-width: 768px){
	
	.solution-nav{
		overflow-x: scroll;
		height: auto;
    margin-bottom: 10px;
	}

	.solution-nav ul{
		width: 1100px;
		display: block;
    float: left;
    margin-bottom: 0px;
	}

	.solution-nav{
		width: 94%;
		margin: 0 3%;
		overflow-x: scroll;
	 }
	 .solution-nav::-webkit-scrollbar {
	 		height: 5px;
	 		background-color: rgba(255, 255, 255, 0.2);
	    border-radius: 10px;
	 }
	 .solution-nav::-webkit-scrollbar-track {
	    background-color: rgba(255, 255, 255, 0.1);
	    border-radius: 10px;
	}
	.solution-nav::-webkit-scrollbar-thumb {
		background: var(--white);
	  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
	  border-radius: 10px;
	}


	.solution-nav ul li{
		margin-bottom: 20px;
		margin-right: 15px;
		float: left;
		font-size: 20px;
		cursor: pointer;
	}

	.img-solutions img{
		margin: 0 auto;
	}
}

@media screen and (orientation: portrait) and (max-device-width: 768px){
.solution-nav::-webkit-scrollbar {display: none;}
	
.solution-nav::-webkit-scrollbar {display: none;}
	.solution-nav{
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */}
}


/***
**** 5 - QUOTE ***
***/

.quote-title{
	padding-left: 15vw;
	padding-right: 15vw;
	text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 768px){
.quote-title{
	padding-left: 16px;
	padding-right: 16px;
}
}

.quote-author{
	width: 25%;
	padding-right: 10%;
	text-align: center;
	padding-top: 30px;
}

.quote-author p{
	text-align: center;
}

.quote-author p .author{
	color: var(--grey);
}

.quote{
	width: 55%;
}

.quote p{
	font-size: 36px;
	border-right: 1px solid var(--black);
	padding-right: 30px;
}

.quote-image{
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
	background: var(--yellow);
	box-shadow: 0px 0px 16px rgba(235, 207, 23, .5);
	border: 1px solid var(--white);
}

@media screen and (orientation: portrait) and (max-width: 768px){
.quote p{
	font-size: 21px;
	border-right: 0px solid var(--black);
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
}

.container-pointer-tip-variant{
	width: 80%;
	display: block;
	margin: 0 auto;
}

.pointer-tip-variant{display: inline-block;
margin-left: 4vw;}
.pointer-tip-variant p{
	font-family:'Annie Use Your Telescope', 'EYInterstate', Helvetica, Arial, sans-serif;
	font-size: 21px;
	margin: 0;
	padding: 0;
}
.pointer-tip-variant img{
	padding: 15px 10px 10px 10px;
}

.ctas-pointer-tip-variant{
	display: flex;
	align-items: center;
  	justify-content: center;
}

@media screen and (orientation: portrait) and (max-width: 768px){
.ctas-pointer-tip-variant{
	 flex-direction: column;
	 padding-top: 10px;
	 padding-bottom: 50px;
}
.ctas-pointer-tip-variant a{
	 margin-top: 16px;
}
}

/***
**** 6 - CONTACT ***
***/
.contact{
	position:relative;
	min-height: 90vh !important;
	width: 100%;
	text-align: center;
}
.contact h2{
	text-align: center;
	padding-left: 15vw;
	padding-right: 15vw;
}

.background-img{
	position: absolute;
	bottom: 1vh;
	left: 1vw;
}

@media screen and (orientation: portrait) and (max-width: 768px){
.contact{
	position:relative;
	height: 90vh !important;
	width: 100%;
	text-align: center;}

.background-img{
	display: block;
	float: left;
	position: unset;
	padding-bottom: 50px;
}

.background-img img{
	width: 80%;
	float: left;
}

.contact h2{
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}

}


/***
**** 7 - FOOTER ***
***/
footer{
	width: 100%;
	padding-bottom: 10px;
	display: block;
	float: left;
}

footer ul{width: 100%;padding: 0;margin: 0;}

footer ul li{
	float: right;
	display: inline-block;
	margin-right: 15px;
}

footer ul li a{
	float: right;
	display: inline-block;
	margin-right: 10px;
	color: #C4C4CB;
	text-decoration: none;
	font-family: 'EYInterstate', Helvetica;
  	font-weight: 500;
}


footer ul li.links a:hover,
footer ul li.links a:active{
	text-decoration: underline;
}

@media screen and (orientation: portrait) and (max-width: 768px){
li.links{
	width: 50%;
	float: left;
	text-align: left;
}

li.links a{
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 16px;
}
}

/***
**** EMAIL FORM ***
***/
.wrapper-email-form{
	width: 100%;
	height: 100%;
	background: rgba(31, 31, 38, 0.7);
	position:fixed;
	z-index: 100;
	top: 0;left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	display: none;
	transition: 0.3s ease;
	opacity: 0;
	-webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}

#contact-form{
	max-width: 480px;
	background: var(--black);
	height: 490px;
	padding: 30px;
	position: relative;
	font-family: "EYInterstate";
}

#contact-form input.email-input{

	width: 90%;
	margin-left: 16px;
	font-size: 18px;
	padding: 8px 8px;
	margin-top: 6px;
	margin-bottom: 16px;
}

#contact-form label.email-label{
	width: 95%;
	margin-left: 16px;
}


#contact-form input.gdpr-input{
	margin-left: 16px;
	width: 4%;
	float: left;
}

#contact-form label.gdpr-label{
	width: 85%;
	float: left;
}

.cta-download{
	margin-left: 16px;
	margin-top: 32px;
}

#email-sending-validation{
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0 0 16px 4%;
	padding: 20px;
	width: 90%;
	background: var(--green);
	z-index: 100;
	font-family: "EYInterstate";
}



