
body{
	background:#FFF;
 font-family: "Helvetica", sans-serif;
}

.font1{
	font-family: "Helvetica", sans-serif;
}
.font2{
	font-family: "Afacad Flux", sans-serif;
}

.underline{
	text-decoration: underline;
}

h1,h2,h3,h4{
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	line-height: 1,3em;
}
h1{
	font-size: 50px;
	position: relative;
}

.videoHeroInfo h1{
	color:#fff;
/*	opacity: 0;
	visibility: hidden;*/
}

h2{
	font-size: 44px;
}
h1 span.evidence{
	background: #F6A200;
  line-height: 1.36em;
  color: #fff;
  font-size: 36px;
  padding: 6px 20px 0px 20px;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  top: -20px;
}
p.payoff{
	font-size: 28px;
	line-height: 1.3em;
	color: #fff;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cta-standard-outline-grey{
	color: #666;
	border: 1px solid #666;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 40px;
	background: transparent;
	display: block;
	width: max-content;
	transition: all 0.3s ease-in-out;
}
.cta-standard-outline-grey:hover{
	color: #fff;
	border: 1px solid #fff;
}


.cta-standard-outline-black{
	color: #000;
	border: 1px solid #000;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease-in-out;
}
.cta-standard-outline-black:hover{
	color: #999;
	border: 1px solid #999;
}


.cta-standard-outline-white{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease-in-out;
}
.cta-standard-outline-white:hover{
	color: #ccc;
	border: 1px solid #ccc;
}

.dropdown .cta-standard-outline-white{
	padding: 13px 20px;
}

.cta-standard-white{
	color: #555;
	border: 1px solid #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 40px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.cta-standard-white:hover{
	color: #fff;
	border: 1px solid #333;
	background: #333;
}


a.privacyLnk{
  color:#000 ;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a.privacyLnk:hover{
  opacity:0.5 ;
  transition: all 0.3s ease-in-out;
}


section{
	min-height: 100vh;
	background: white;
}



#section-0{
	background: #030404;
	height:700px;
	padding: 0;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}



p.giant{
	font-size: 40px;
	opacity: 0;
}

.sectionLabel{
	font-size: 22px;
	opacity: 0;
}

.sectionLabel.w{
	color: #fff;
}


body.thankyou section{
	min-height:initial;
	padding: initial;
}


.logovideo{
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
}


section.topNav{
/*	padding:10px;*/
/*	background:rgb( 255 255 255 / 20%);*/
	background: #fff;
	min-height: initial;
	height: initial;
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	opacity:0;
/*	transform:translateY(-100%);*/
	transition: all 0.3s ease-in-out;
/*	box-shadow: 0px 0px 20px #ddd;*/
}

.topNav.bgw{
	background:#fff;
}

.topNavElementWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.topNavElementWrap .logo{
	width: 70px;
}
.topNavElementWrap .logo img{
	width: 100%;
} 
.topNavElementWrap .menu ul{
	margin: 0;
	padding: 0;
}
.topNavElementWrap .menu ul li{
	list-style: none;
	display: inline;
}
.topNavElementWrap .menu ul li a:link,
.topNavElementWrap .menu ul li a:visited{
	font-family: "Roboto+Condensed", sans-serif;
	color:#555;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .menu ul li a:hover{
	opacity:0.3;
}

.topNavElementWrap .menu ul li a.active{
	color:#c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}


.topNavElementWrap .menu ul li:not(:last-child) a{
	margin-right: 20px;
}
.topNavElementWrap .utils{
	display: flex;
	align-items: center;
}
.topNavElementWrap .utils a.ctaOrange{
	font-size: 18px;
}
.topNavElementWrap .menu ul li a.mainCta:link,
.topNavElementWrap .menu ul li a.mainCta:visited{
	color: #fff;
	background: #F6A200;
	border:1px solid #F6A200;
	font-size: 14px;
	padding:8px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .menu ul li a.mainCta:hover{
	color: #fff;
	background: #000;
	border:1px solid #000;
	opacity: 1;
}
.topNavElementWrap .menu ul li a.mainCta.active{
	border:1px solid #fff;
	opacity: 0.5;
}
.topNavElementWrap .utils .langToggler{
	display: flex;
	align-items: center;
}
.topNavElementWrap .utils .langToggler a{
	text-decoration: none;
	color: #666;
	width: 30px;
	height: 30px;
	display: block;
	border:1px solid #666;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.topNavElementWrap .utils .langToggler a.active{
	color: #FFF;
	border:1px solid #FFF;
}

body.thankyou section.formFooter{
    padding: 100px 0px !important;
    font-size: 14px;
    color: #888;
    height: 300px;
}

#hamburger{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
}
#hamburger span{
	width: 40px;
	height: 3px;
	background:#666;
	border-radius: 3px;
	display: block;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
#hamburger span:first-child{
	top:15px;
	left:0;
}
#hamburger span:last-child{
	top:24px;
	left:0;
}

#hamburger.open span:first-child{
	top: 18px;
    left: 0;
    transform: rotate(15deg);
}
#hamburger.open span:last-child{
	top:18px;
	left:0;
	transform: rotate(-15deg);
}




.box-from-this{
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
}

.box-to-this{
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	width: max-content;
}


.box-from-this img{
	margin-left: 50px;
}

.box-to-this img{
	margin-right: 70px;
}

.ribbon-from-this{
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background:#BD5B00;
  font-family: "Roboto+Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.ribbon-to-this{
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background:#F6A200;
  font-family: "Roboto+Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.ribbon-from-this span,
.ribbon-to-this span{
	display: block;
	line-height: 1em;
}


ul.past-features li,
ul.future-features li{
	list-style: none;
	padding: 10px;
}
ul.past-features li{
	list-style-image: url("../img/dot-points.svg");
}
ul.future-features li{
	list-style-image: url("../img/orange-check.svg");
}

.promotionalSpace{
	opacity: 0;
}


.promotionalSpace h3{
	font-size: 36px;
}
.promotionalSpace p{
	font-size: 20px;
}
.carousel-item{
	background-size:cover;
	height: 450px;
	overflow: hidden;
	background-position: center center;
	border-radius: 20px;
}
.carousel-item .overlay{
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:10%;
}
.carousel-item h3,
.carousel-item p{
	color: #fff;
}

.carousel-item.sld01{
	background-image:url(../img/modulabile.jpg);
}

.carousel-item.sld02{
	background-image:url(../img/brevettato.jpg);
}


.carousel-item.sld03{
	background-image:url(../img/sostenibile.jpg);
}

.carousel-item.sld04{
	background-image:url(../img/rifiniture-artigianali.jpg);
}


section#section-2 .bgSection2{
	/*background-image:url(../img/piupiu.jpg);
	background-size: cover;
	background-position: center center;*/
	background: #000;
	width: 60%;
	height: 100vh;
/*	min-height:1000px;*/
	display: block;
	margin-left: 20%;
}

section#section-2 .bgSection2 .dotsWrapper{
	width: 100%;
/*	min-height:1000px;*/
height: 100vh;
	display: block;
	position: relative;
}

.blobWrapper{
	cursor: pointer;
} 

.blobWrapper.blob-01{
	position: absolute;
	left:49%;
	top: 40%;
}
.blobWrapper.blob-02{
	position: absolute;
	left:44%;
	top: 78%;
}

.blobWrapper .blob {
    background: white;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.blobWrapper .box{
	opacity: 0;
	visibility: hidden;
	color: white;
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
  width: 300px;
  border: 1px solid #fff;
  text-align: left;
  padding: 10px 20px;
  width: max-content;
  transition: all 0.3s ease-in-out;
}



.blobWrapper:hover .box{
	opacity: 1;
	visibility: visible;
}


section#section-2 img.piupiuPrev{
	height: 100vh;
}

section#section-2 ul.features{
	margin:0;
	padding:0;
}

section#section-2 ul.features li{
	color: #666;
  font-size: 24px;
  font-weight: 100;
  list-style: none;
  margin-left: -20px;
}

section#section-2 ul.features li div{
	border-bottom:1px solid rgb(255 255 255 / 20%);
	padding: 20px;
	width: max-content;
}











#section-0 .videoHeroInfo a.cta-standard-outline-grey,
#section-1 .cta-standard-outline-black,
#section-2 ul.features li,
#section-2 .piupiuPrev,
#section-2 .cta-standard-outline-grey,
#section-3 p.lead,
#section-3 .cta-standard-outline-black{
	opacity: 0;
	visibility: hidden;
}

#section-3 p.lead{
	margin-left: 30px;
}

#section-3 .cta-standard-outline-black{
	margin-top: 50px;
}

section#section-4{
	display: flex;
	align-items: center;
	background: #000;
	position: relative;
}

section#section-6{
/*	background: #e4e4e4;*/
}

section#section-5 input.form-control{
	background: transparent;
	border:0;
	border-radius: 0;
	border-bottom:1px solid #000;
} 


#owlGallery .owl-nav,
#owlGalleryMob .owl-nav{
	position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 100%;
  padding: 0 5%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

#owlGallery .owl-nav button,
#owlGalleryMob .owl-nav button{
	font-size: 30px;
	width: 40px;
	height: 40px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
#owlGallery .owl-nav button:hover,
#owlGalleryMob .owl-nav button:hover{
	background: rgb(255 255 255 / 20%);
}


.float-cta{
	position: fixed;
	display: flex;
	flex-direction: column;
	padding: 20px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}
.float-cta .cta-mail{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #383838;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}
.float-cta .cta-messenger{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1483fb;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}
.float-cta .cta-wzap{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4dc347;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}



.float-cta .cta-mail img,
.float-cta .cta-messenger img,
.float-cta .cta-wzap img{
	width: 28px;
}

.float-cta .cta-mail:hover,
.float-cta .cta-messenger:hover,
.float-cta .cta-wzap:hover{
	transform: scale(0.9);
	background: #F6A200;
}






/* Video */

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoHero{
/*	height: calc(100vh - 83px);*/
	background: #333;
	color:#666;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoHero:before{
	content:"";
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: rgb(0 0 0 / 60%);
	z-index: 2;
}
.videoHeroInfo{
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
}

#section-1{
	margin-top:100vh;
}

.advantage{
	background:#fff;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}
.advantage .ico{
	width:80px;
}
.advantage .ico img{
	width:60px;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
}
.advantage .description{
	font-size: 18px;
	line-height: 1em;
}
.advantage .check{
	width: 50px;
}

.advantage:hover{
	background:#383838;
	color:#fff;
}

.advantage:hover .ico img{
	/*filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(192deg) brightness(105%) contrast(101%);*/
}






/* video responsive */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.footer{
	background: #484848;
	color:#FFF;
}

.footer input,
.footer select,
.footer textarea{
	background: #696969;
	border:0px ;
}
.footer button{
	font-family: "Roboto+Condensed", sans-serif;
	color: #fff;
	background: #F6A200;
	font-size: 18px;
	line-height: 1em;
	padding:12px 20px;
	border:0;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: block;
	width: max-content;
	text-transform: uppercase;
}
.footer button:hover{
	background: #000;
}


.footerCopy{
	background: #000;
	padding: 30px 0;
	color: #FFF;
}
.footerCopy a{
	color: #888;
	transition: all 0.3s ease-in-out;
}
.footerCopy a:hover{
	opacity: 0.5;
}





/*arrow bounce */
.arrow{
	position: absolute;
	z-index: 4;
	top:70%;
	
}
.arrow img{
	transform: scale(0.5);
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* MEDIA QUERY */

@media (max-width: 1440px) {
	p.giant {
    font-size: 22px;
    opacity: 0;
	}
	.carousel-item{
		height: 320px;
	}
	section#section-2{
  	min-height: initial;
  }

}
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {}
@media (max-width: 991.98px) {}
@media (max-width: 920px) {}
@media (max-width: 820px) {}
@media (max-width: 768px) {
	section#section-2,
  section#section-2 .bgSection2{
  	height: initial;
  	min-height: initial;
  }
	 section#section-2 img.piupiuPrev{
  	width: 100%;
  	height: auto;
  	margin-top: 30px;
  }
  section#section-2 .bgSection2{
  	padding-top: 50px;
  }
  section#section-2 ul.features li div{
  	width: initial;
  }
  section#section-2 ul.features li{
  	font-size: 20px;
  }
  section#section-3{
  	height: initial;
  	min-height: 100vh;
  	padding-bottom:50px;
  }
  section#section-4{
  	height: initial;
  	min-height: initial;
  }

  section#section-5{
  	height: initial;
  	min-height: initial;
  }

  #owlGalleryMob .owl-item img{
  	width: 100%;
  	aspect-ratio: 1/1;
  	object-fit: cover;
  }

  .videoHeroInfo h1{
  	font-size: 30px;
  }

  .cta-standard-outline-grey{
		color: #999;
		border: 1px solid #999;	
	}

}


@media (min-width: 768px) {
	#hamburger{
		display: none;
	}
	.topNavElementWrap .utils a.ctaOrange{
		display: none;
	}
	
}


@media (max-width: 767.98px) {
	.topNav .topNavElementWrap .menu ul#scroll-nav-list li{
		display:block ;
		padding: 10px 0;
	}
	
	.topNavElementWrap .menu {
	    position: absolute;
	    top: 69px;
	    left: -100%;
	    background: #FFF;
	    width: 100%;
			/* height: calc(100vh - 65px); */
			padding: 30px;
	    transition: all 0.3s ease-in-out;
	    box-shadow: 0px 20px 20px rgb(0 0 0 / 18%);
	}
	.topNavElementWrap .menu.open{
	    left: 0; 
	}

	.promotionalSpace{
  	margin-top: -40px;
	}


	p.giant {
    font-size: 26px;
    line-height:1.1em;
  }

  .carousel-item{
  	height:300px;
  }
  .sectionLabel{
  	text-align: center;
  }
  

}
@media (max-width: 395px) {}
@media (max-width: 575.98px) {}
@media (max-width: 540px) {}
@media (max-width: 415px) {}
@media (max-width: 395px) {}
@media (min-width: 280px) and (max-width: 320px) {}


