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

html, body {
	font-family: 'Bebas Neue', cursive;
	font: 76%/1.5;
	width: 100%;
	height: 100%;
	margin: 0px;
	color: white;
	background-color: black;

  	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;

}

.prima {
	height: 100vh;
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 12vh;
	font-family: 'Bebas Neue', 'Helvetica Neue' , 'sans-serif';
}

.logo img {
	height: 8.8vh;
} 

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 50%;	
}

.nav-links a {
	color: white;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 2.1vh;
}

.burger {
	display: none;
	cursor: pointer;
}

.burger div {
	width: 1.5em;
	height: 0.2em;
	background-color: white;
	margin: 0.3em;
}

.titolo{
	position: absolute;
	padding-top: 50vh;
	padding-left: 10%;
	text-align: left;
}

.prima h1 {
	font-size: 16.2vh;
}

.prima p {
	text-align: right;
	margin-right: 0.02em;
	margin-top: -0.2em;
	font-size: 10.35vh;
}


#seconda {
	align-items: center;
	display: flow-root;
	background-color: black;
}


#seconda h2 {
	padding-top: 10%;
	padding-left: 5%;
	font-size: 10.9vh;
}

#seconda h3 {
	padding-left: 5%;
	font-size: 3.25vh;
}

.contenitore_prod {
	position: relative;
	margin-top: 5%;
	margin-bottom: 10%;
	
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0px;
}

.video iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.glide__arrow {
	font-size: 40px;
}

#terza {
	height: 100vh;
	background-image: url("../img/profilo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

#terza h2 {
	padding-left: 5%;
	font-size: 10.9vh;
	padding-top: 150px;
	color: black;
}

.quarta {
	display: flex;
	align-items: center;
	background-color: black;
}

.testo {
	display: flex;
	margin-top: 7.5%;
	margin-bottom: 7.5%;
}

.quarta h2 {
	margin-left: 5%;
	font-size: 10.9vh;
	margin-right: 3.5%;
	color: white;
}

.quarta p {
	margin-right: 7.5%;
	font-family: 'Lato', sans-serif;
	font-size: 2.65vh;
	line-height: 1.2em;
	text-align: left;
}

#quinta {
	width: 100%;
	background-image: url("../img/backstage_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#quinta h2 {
	margin-left: 5%;
	font-size: 10.9vh;
	padding-top: 5%;
	margin-right: 50px;
	color: white;
}

.slidershow{
  width: 100%;
  max-width: 1280px;
  margin-top: 2.5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.middle{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-0%);
}

.navigation{
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.bar{
  width: 10px;
  height: 10px;
  border: 2.5px solid #fff;
	border-radius: 10px 10px;
  margin: 6px;
  cursor: pointer;
  transition: 0.4s;
}
.bar:hover{
  background: #fff;
}

input[name="r"]{
    position: absolute;
    visibility: hidden;
}

.slides{
  width: 1000%;
  height: 100%;
  display: flex;
}

.slide{
  width: 10%;
  transition: 0.6s;
}
.slide img{
  width: 100%;
  height: 100%;
}

#r1:checked ~ .s1{
  margin-left: 0;
}
#r2:checked ~ .s1{
  margin-left: -10%;
}
#r3:checked ~ .s1{
  margin-left: -20%;
}
#r4:checked ~ .s1{
  margin-left: -30%;
}
#r5:checked ~ .s1{
  margin-left: -40%;
}
#r6:checked ~ .s1{
  margin-left: -50%;
}
#r7:checked ~ .s1{
  margin-left: -60%;
}
#r8:checked ~ .s1{
  margin-left: -70%;
}
#r9:checked ~ .s1{
  margin-left: -80%;
}
#r10:checked ~ .s1{
  margin-left: -90%;
}

#sesta {
	position: relative;
	top: 0%;
	height: 30vh;
	background-color: black;
}

h4 {
	font-size: 1.75vh;
	text-align: center;
	margin-top: -50px;
	font-family: 'Lato', 'sans-serif';
}

#sesta ul {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sesta li {
	margin-left: 4%;
	margin-right: 4%;
}

#sesta .fa {
	font-size: 3.2vh;
	line-height: 6.5vh;
	transition: .6s;
	color: black;
}

#sesta .fas {
	font-size: 3.2vh;
	line-height: 6.5vh;
	transition: .6s;
	color: black;
}

#sesta .fab {
	font-size: 3.2vh;
	line-height: 6.5vh;
	transition: .6s;
	color: black;
}

#sesta .fa:hover {
	color: white;
} 

#sesta .fas:hover {
	color: white;
} 

#sesta .fab:hover {
	color: white;
} 

#sesta ul li a {
	position: relative;
	display: block;
	width: 6.5vh;
	height: 6.5vh;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	transition: .6s; 
}

#sesta ul li a:hover{
	transform: translate(0, -13px);
}

#sesta ul li:nth-child(1) a:hover {
	background-color: #cd201f;
}

#sesta ul li:nth-child(2) a:hover {
	background-color: #00b489;
}

#sesta ul li:nth-child(3) a:hover {
	background-color: #3b5999;
}

#sesta ul li:nth-child(4) a:hover {
	background-color: #0077B5;
}



@media screen and (max-width : 1024px ) {
	
	.nav-links a {
	letter-spacing: 0.1em;
	font-size: 1.8vh;
	}
	
	.prima h1 {
		font-size: 10.9vh;
	}
	
	.prima p {
		font-size: 6.9vh;
		margin-right: 1.7px;
		margin-top: -12px;
	}
	
	#seconda h2 {
		font-size: 7.1vh;
	}
	
	#seconda h3 {
		font-size: 2.15vh;
	}
	
	.glide__arrow {
		font-size: 30px;
	}
	
	#terza h2 {
		font-size: 6.9vh;
	}
	
	.testo {
		display:block;
		margin-top: 10%;
	}
	
	.quarta h2 {
		font-size: 6.9vh;
	}
	
	.quarta p {
		margin-left: 5%;
		padding-top: 25px;
		font-size: 2.7vh;
	}
	
	#quinta h2 {
		font-size: 6.9vh;
	}
}


@media screen and (max-width : 726px ){
	body {
		overflow-x: hidden;
	}
	.nav-links {
		position: absolute;
		right: 0px;
		height: 90vh;
		width: 100%;
		top: 11.7vh;
		background-color: black;
		display: flex;
		flex-direction: column;
		align-items: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in; 
		z-index: 10;
	}
	.nav-links li {
		opacity: 0;
	}
	.burger {
		display: block;
	}
	
	.logo img {
	height: 7vh;
	} 
	
	.prima h1 {
		font-size: 6.5vh;
	}
	
	.prima p {
		font-size: 5.1vh;
		margin-right: 0.8px;
		margin-top: -8px;
	}
	
	#seconda h2 {
		font-size: 5vh;
	}
	
	#seconda h3 {
		font-size: 1.63vh;
	}
	
	#terza h2 {
		font-size: 5vh;
	}
	
	.quarta h2 {
		font-size: 5vh;
	}
	
	.quarta p {
		font-size: 2.2vh;
	}
	
	#quinta h2 {
		font-size: 5vh;
	}
	
	.bar {
		width: 6px;
		height: 6px;
		border: 1.5px solid #fff;
	}
	
	.navigation{height: 20px;}
	
	#sesta {
		height: 20vh;
	}
	
	#sesta ul li a {
		height: 4.3vh;
		width: 4.3vh;
	}
	
	#sesta .fa {
		font-size: 2vh;
		margin-top: -1.1vh;
	}
	#sesta .fas {
		font-size: 2vh;
		margin-top: -1.1vh;
	}
	#sesta .fab {
		font-size: 2vh;
		margin-top: -1.1vh;
	}
	
	h4 {
		font-size: 1.1vh;
		margin-top: -4vh;
	}
}

.nav-active {
	transform: translateX(0%);
}

@keyframes navLinkFade{
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
	opacity: 0;
}

.toggle .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}

