section {
    padding: calc(100vh * 115/1080) 0 0 0;
}

#intro_video {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#PLASTICPeople_title  {
	z-index: 1;
}
.scroll-btn{
    /*border-radius: 10%;*/
	font-weight: 600;
    font-size: 2.5vw;
    border: 0;
	bottom: 6vh;
	width: auto;
    height: auto;
	left: calc(50% - 1.25vw);
}
.scroll-btn i{
	font-size:2em;
}

#PLASTICPeople_title img{
    width: calc(100vw * 1840/1920)!important;
    position: absolute;
    top: 2.5vh;
    left: 0;
    right: 0;
    margin: auto;
	opacity:1;
}	

#PLASTICPeople_title img.small {
	width: calc(100vw * 300/1920)!important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
	
section#introImgsSection {
	padding: 0!important;
	margin: 0!important;
	overflow: hidden;
}

.darkFilter{
    width: 100%;
    height: 100vh;
    background: rgb(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
}

section#intro_section {
	padding: 0 !important
}

#intro_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#intro_video .container {
  position: relative;
  z-index: 2;
  max-width: 98%;
}

#intro_video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#intro_video h1 {
	margin-top: 1.3rem;
/*	position: fixed;
	width: 100%;
	display: block;
	transition: top 0.3s;*/
}
#intro_video i {
    position: absolute;
    top: 11px;
    left: 14px;
}
.link-scroll a{ 
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
}


.divImgThePLASTICAge img {
	width: calc(100vw * 1370/1920);
}
.content {
    width: calc(100vw * 1460/1920)
}

section#SaveThePLASTIC{
    background: url('../images/SaveThePLASTIC.jpg'),url('../images/SaveThePLASTIC.svg');
	background-size: cover,60%;
	background-repeat: no-repeat;
	background-position: center;
}

section#SaveThePLASTIC img{
    width: 60%!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.SaveThePLASTIC_txt{
	font-family:'NewCooperRegular';
	font-size: 12rem;
	margin: 0 0.8em;
	width: 100%;
	text-align: center;
	letter-spacing: -0.08em;
	line-height: 85%;
}

.SaveThePLASTIC_txt strong {
	font-family: "SuisseIntSemiBold";
	font-weight: normal;
	letter-spacing: -0.04em;
}

#P_symbol .row{
	justify-content: center;
    align-content: center;
}

#P_symbol video, #P_symbol img {
	height: calc(100vh *800/1080);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*transform: translate(-50%,-45%);*/
}

section#processSection {
	overflow: hidden;
	padding-top:5.5vw;
	padding-bottom:0;
}
section#projectsSection {
    padding: 0;
}

#projectsSection .container{
	max-width: 100%;
	padding: 0
}


.carousel-item{
  height: 100vh;
}

.imgIntro, .imgProject {
  position: absolute;
  width:100%!important;
  object-fit: cover;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#projectsSection .carousel-control-prev-icon {
	width: 60px;
	height: 60px;
	background-image: url('../images/arrow_left.png')
}
#projectsSection .carousel-control-next-icon {
	width: 60px;
	height: 60px;
	background-image: url('../images/arrow_right.png')
}

#projectsSection .carousel-indicators{
	bottom:0;
}

#projectsSection .carousel-caption{
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;	
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.carousel-control-next, .carousel-control-prev {
	z-index:10;
}
.carousel-control-prev span,.carousel-control-next span{
	font-size: calc(100vw * 90/1920);
	font-family: SuisseIntSemiBold;
}

.carousel-caption h5{
	font-size: calc(100vw * 120/1920);
	font-family: SuisseIntSemiBold;
	line-height: 0.75;
	letter-spacing: calc(100vw * -5.4/1920)
}

.carousel-caption p{
	/*font-size: 2.4vw;*/
	font-size: calc(100vw * 36/1920);
	line-height: 120%;
	width: calc(100vw * 1200/1920);
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

/* Menu Horizontal PPL */
.menu_top, .menu_lang{
  width: 100vw;
  height: auto;
  padding: calc(100vh * 25/1080) calc(100vw * 240/1920);
  background-color: rgb(0,0,0,0);
  position: absolute;
  z-index:10;
  margin:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_lang{
    right: 1vw;
    width: 4vw;
    text-align: center;
    height: auto;
    padding: calc(100vh * 50/1080) 0;
	font-size: calc(100vw * 23/1920);
 }
 .menu_lang li{
	display:block;
 }

.dropdown-toggle{
	opacity:0.5;
}
.dropdown-toggle:hover{
	opacity:1;
}

.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  color:white;
}
.sl-nav li ul {
	display: none;
}
.sl-nav li:hover ul {
    display: block;
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 5px 10px;
  padding-bottom:0;
  z-index: 2;
}

.sl-nav li ul li a:hover, .sl-nav li ul li span.active {
  opacity: 1;
}



.menu_top li{
  list-style:none;
  display: inline;
  width: calc(100vw * 107/1920);
  margin: 0;
  text-align: center;
  font-family: "SuisseIntRegular";
  font-size: calc(100vw * 24/1920);
  line-height: 3.25;
  letter-spacing: calc(100vw * -0.6/1920);
}

.menu_top li a,.menu_lang li a{
  color: #fff;
  opacity: 0.5;
}

.menu_top li a.active,.menu_top li a.active_subsec,.menu_top li a:hover{
  font-family: "SuisseIntSemiBold";
  opacity: 1;
}


.menu_top li.img_menu a{
	opacity: 1;
}
#imgMenu, .menu_top li.img_menu{
	width: calc(100vw * 300/1920);
	height: auto;
	margin-bottom: calc(100vh * 5/1080)
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: right;
background: #e2e2e2;
width: 100%;
height: 100%;
}


/* NAVIGATION

UL!!
onepage-pagination {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
.onepage-pagination li a.active:before {
    left: 7px;
}
.onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #ecba24;
    margin-top: -4px;
    left: 8px;
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background: rgb(234 8 8 / 85%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  #intro_video {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  #intro_video video {
    display: none;
  }
}

.titleSection {
	display: none;
	z-index:100;
	font-family: "SuisseIntRegular";
	font-weight: normal;
	font-size: calc(100vw * 72/1920);
	position: absolute;
	top: 2vh;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.footerSection {
	font-family: "SuisseIntRegular";
	font-weight: normal;
	font-size: calc(100vw * 36/1920);
	position: absolute;
	bottom: 4vh;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0!important;
	letter-spacing: calc(100vw * -0.9/1920)
}

footer span {
	font-family:'NewCooperRegular';
	font-size: calc(100vw * 36/1920);
	margin: 0 0.8em;
	letter-spacing: -0.05em
}

footer strong {
	font-family: "SuisseIntSemiBold";
	font-weight: normal;
	letter-spacing: 0
}

.footerSection a,footer a{
	color: white;
	text-decoration: underline;
}

.bg-blue {
	background: #0046dd !important;
	color: white;
}

.blue_text,.blue_text:hover {
	color: #0046dd!important;
}

.red_text {
	color: #ff321c!important;
}

.bg-red {
	background: #ff321c !important;
	color: white;
}

.bg-black {
	background: black !important;
	color: white;
}

.bg-blue .content, .bg-white .content, .bg-red .content {
	font-family: "NewCooperRegular";
	font-weight: normal;
	font-size: calc(100vw * 90/1920);
	line-height: 1.07;
	letter-spacing: calc(100vw * -5.85/1920);
	text-align: center;
}

.content strong{
	font-family: "SuisseIntSemiBold";
	letter-spacing: calc(100vw * -4.05/1920);
}

.content.intro{
    font-size: calc(100vw * 72/1920);
    line-height: 1.06;
    letter-spacing: calc(100vw * -4.68/1920);
	padding-top: 5vh;
}
.content.intro strong{
    letter-spacing: calc(100vw * -3.24/1920);
}


.content a{
	text-decoration:underline;
	font-family: "SuisseIntRegular";	
	font-size: 0.9em;
}


.carousel-item span{
	font-family: "SuisseIntRegular";
	font-size: 2rem;
	padding:0;
	margin:0;
}

.arrow_carousel{
    width: 25%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

section#servicesSection {
  margin: 0;
  padding-top:2em;
  padding-bottom: 0;
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  overflow: hidden;
}

#servicesSection .container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*transform: skew(5deg);*/
  max-width:99%;
}
.cardServ {
    flex: 1;
    transition: all 0.5s ease-in-out;
    height: 85vmin;
    position: relative;
} 

#servicesSection .content {
	/*width:auto;*/
}

.cardServ.bg_blue{
  background-color:#0046dd;
}
.cardServ.bg_red{
  background-color:#ff321c;
}
.cardServ.bg_black{
  background-color:black;
}

.cardServ__head {
  /*color: black;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
*/
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
.cardServ__head h3{
    font-family: 'NewCooperRegular';
    font-weight: normal;
    font-size: 3.1rem;
    color: white;
    width: 100%;
    text-align: center;
    letter-spacing: -0.08em;
    line-height: 90%;
}

.cardServ__head h3 strong {
	font-family: "SuisseIntSemiBold";
    font-size: 0.98em;
    letter-spacing: -0.03em;
}

.cardServ img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transition: all 1s ease-in-out;*/
  filter: grayscale(100%);
}
.cardServ__head img {
	opacity:1;
	width: 90%;
}
.cardServ__head.takeUsToYourPLASTIC img{
	width: 52%;
}

.cardServ__content{
  width: 100%;
  bottom:0;
  position: absolute;
}

.cardServ__content p.content{
  font-size: 1.5em;
  color: white;
  padding:0 1em
}

.cardServ__content p strong{
  font-size: 1.4rem;
}

.cardServ__content p a{
  font-family: "SuisseIntRegular";
  font-weight: normal;
  font-size: 1.4rem;
  color: white;
  text-decoration: underline;
  letter-spacing: -1px;
}

.cardServ:hover {
  /*flex-grow: 5; NOT CONTENT EXPANSION */
}
	
.cardServ:hover  img {
	/*filter: grayscale(0);*/
	opacity: 0.6;
    transition: all 0.5s ease-in-out;
 }
 .cardServ:hover  .cardServ__head img {
	opacity:1;
 }

  /*
.cardServ:hover  .cardServ__head {
	/*text-align: center;
	top: calc(100% - 2em);
	color: white;
	background: rgba(0, 0, 0, 0.5);
	font-size: 2em;
	transform: rotate(0deg)
	opacity: 0;
}  
.cardServ:hover  .cardServ__content {
	background: rgba(0, 0, 0, 0.4);	
}*/

.cardServ:not(:nth-child(5)) {
  margin-right: 0.5em;
}

section#sampleBoxSection{
	padding: 6.5vw 0;
}
#sampleBox img{
  height: calc(100vh * 750/1080);
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#imgWeArePLASTICPeople{
	width: calc(100vw * 1500/1920);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);	
}
/*
@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  14% {
    opacity:1;
  }
  21% {
    opacity:0;
  }
  97% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#sampleBox img:nth-of-type(1) {
  animation-delay: 12s;
}
#sampleBox img:nth-of-type(2) {
  animation-delay: 10s;
}
#sampleBox img:nth-of-type(3) {
  animation-delay: 8s;
}
#sampleBox img:nth-of-type(4) {
  animation-delay: 6s;
}
#sampleBox img:nth-of-type(5) {
  animation-delay: 4s;
}
#sampleBox img:nth-of-type(6) {
  animation-delay: 2s;
}
#sampleBox img:nth-of-type(7) {
  animation-delay: 0;
}

#sampleBox img {
	animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 14s;
}*/

/* Breakpoints (Bootstrap)
	I.   Extra small <576px	
	     Small ≥576px	
	II.  Medium ≥768px	
	III. Large ≥992px	
	     Extra large ≥1200px
*/

@media (min-width: 1200px){
	.container {
		max-width: 90vw;
	}
}



@media (min-width: 1000px) {
	
#materialsSection .container,#processSection .container {
	max-width: 100%;
}
	
div.carousel-caption:hover .project-title{ 
	display: none; 
	transition: display 0.5s ease-out;
}
div.carousel-caption:hover .project-desc	{ 
	display: block!important;
	transition: display 0.5s ease-out;
}
.txt-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



/* Fade in mouse rollover */ 
div.carousel-item:hover .carousel-caption {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
 }
/* Fade out mouse rollout */ 
.carousel-caption{
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
}	
	
}

@media (max-width: 1024px) {
	
#sampleBox {
	overflow: hidden;
}
#sampleBox img {
	width: 98%;
	height: auto;
}
	
.carousel-caption h5{
    font-size: calc(100vh * 120/1920);
}
.carousel-caption p{
    font-size: calc(100vh * 52/1920);
}

}
	
@media (max-width: 1000px) {
section {
    /*padding: calc(100vh * 42/812) 0 0 0; */
	padding: 0;
}	
	
#introImgsSection, #intro_section, #processSection, #materialsSection, #projectsSection,#servicesSection,#contactSection {
    height: 100vh!important;	
}	

#sampleBoxSection{
 	height: 80vh!important;
}

#thePLASTICAge_2,#projectsIntroSection{
	height: 40vh!important;
}
#thePLASTICAge_1,#SaveThePLASTIC,#PlasticIsGoodMaterial {
	height: 30vh!important;
}
#thePLASTICAge_1 img{
	width: 80%;
}
#thePLASTICAge_1 .divImgThePLASTICAge{
	position: absolute;
	bottom: 10px
}
#WeTransform {
	height: 40vh!important;
}
#P_symbol{
	height: 60vh!important;
	padding: 2rem 0;
}
#P_symbol video{
	width: 85vw!important;
}
.imgIntro{
    width: auto!important;
    height: 100vh;
    /*transform: translateX(-30%);*/
}

.scroll-btn {
    display: flex;
    bottom: 4rem;
	font-size: 2rem;
}
.titleSection {
	display: block;
	font-size: calc(100vw * 20/375);
}
#servicesSection.titleSection {
	margin-bottom: 0!important;
}

.cardServ__head img {
	width: 50%;
    padding-top: 3px;
}

.cardServ__head.takeUsToYourPLASTIC img{
	width: 28%;
}
.cardServ__head h3 {
  font-size: 6.3vw;
}


.cardServ:not(:nth-child(5)) {
    margin-right: 0;
}

.footerSection {
	font-size: calc(100vw * 20/375);
    /*bottom: calc(100vh * 15/812);*/
	bottom: calc(100vh * 60/661);
}
.footer span {
	font-size: calc(100vw * 20/375);
}
.content{
	font-size: calc(100vw * 20/375);
	width: 95%;
}

.bg-blue .content, .bg-white .content, .bg-red .content,.content.intro, .content.intro strong {
	font-size: calc(100vw * 20/375);
	letter-spacing: -1px;
	line-height: 100%;
}

.content.intro{
	padding-top: 10vh;
	width: 80%;
}
.imgProject {
/*  transform: translate(-19%,0);*/
  height: 50vh;
  width: 100%!important;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
	transform: translate(0);
}

.carousel-control-next, .carousel-control-prev {
  top: -50vh;
}


#servicesSection .container {
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 1em;
}
.cardServ{
	flex:0;
	height: 29vh;
	width: 90vw;
}

.cardServ__content p.content {
    font-size: 2.3vh;
	line-height: 105%;
	margin-bottom: 1.9vh;
}
.cardServ__content p strong{
  font-size: 0.96em;
}
.cardServ__content p a {
	font-size:1em;
}

}

@media (max-width: 768px) {

.carousel-control-prev span,.carousel-control-next span{
	font-size:25px;
}
.carousel-caption h5{
    position: absolute;
    font-size: 3em;
    top: 23vh
}
.carousel-caption p{
    position: absolute;
    font-size: 1.7em;
    color: #0046dd;
    top: 52vh;
    width: 90%;	
}
.carousel-item span{
	font-size: 1.5rem;
}
}
@media (max-width: 576px) {

#P_symbol img{
	width: 100%;
    height: auto;
}
.SaveThePLASTIC_txt{
	font-size: 4.4rem;
	margin: 0;
}
#SaveThePLASTIC .row{
    justify-content: center;
    align-items: center;
	margin: 0;
}


div.introProjects {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
section#sampleBoxSection {
  overflow: hidden;
}

#sampleBoxSection img {
  width: 95%;
  height: auto;
}


#contactSection span {
	font-size: calc(100vw * 20/375);
}

#contactSection img {
	width: 100%;
    transform: translate(-50%, -60%)
}

.content{
	width: 95%;
}

.bg-blue .content, .bg-white .content, .bg-red .content {
	font-size: calc(100vw * 20/375);
	letter-spacing: -0.065em;
	line-height: 125%;
}

.content strong{
	letter-spacing:-0.045em;
}

.carousel-control-prev span,.carousel-control-next span{
	font-size:25px;
}
.carousel-caption h5{
    font-size: 1.6em;
    top: 23vh
}
.carousel-caption p{
    font-size: 1em;
}
.carousel-item span{
	font-size: 1.5rem;
}

}	

@media (max-height: 568px) {
.carousel-caption p{
    font-size: 0.9em;
}
}
/* Prevent landscape mode in mobile 	
@media only screen and (orientation:portrait){
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
}*/

#ACCCIO_CIT_img{
	width:10vw;
}

#GENCAT_ET_DGI_img{
	width:23vw;
    float: right;
}
#supoortSection{
    font-family: "SuisseIntRegular";
	font-size: 1vw;
	line-height: 1.2vw;
}	
#supoortSection h3 {
	font-size: 1.5vw;
	line-height: 1.6vw;
}