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

@font-face {
    font-family: Town80;
    src: url(Jason_Vandenberg-Town80Text-Book.otf)format("opentype");
}

@font-face {
    font-family: Town80light;
    src: url(Jason_Vandenberg-Town80Text-Light.otf)format("opentype");
}


html {
	cursor: none;
	background: black;
			overflow: scroll;
}


a {
	cursor: none;
	color: white;
}

.embeddato {
	width: 90%;
	margin-top: 100px;
	margin: 0 auto 10rem auto;

	position: relative;
}

/* 
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes zoomOut {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.8);
        opacity: 0;
    }
}

/
.embeddato.zoomIn {
    animation: zoomIn 0.7s;
}


.embeddato.zoomOut {
    animation: zoomOut 0.7s;
} */


iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	left: 0;
	margin-left: 0;
}


.instagram_icon {
	left: 3%;
	bottom: 3%;
	position: fixed;
	z-index: 999999;
	
	
}


.logo_fisso {
	position: fixed;
	top: 3%;
	left: 3%;
	z-index: 999999;
	opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.logo_fisso img {
	width: 150px;
}

h2 {
	font-size: 4em;
	color: #bbb;
	font-family: Town80light;
	z-index: 99;
}

.bianco{
    color: #fff !important;
	text-decoration: underline;
}

h3 {
	margin-top: -30px;
  font-size: 1.5em;
  max-width: 500px;
  font-family: Town80;
  line-height: 1.4em;
	text-align: left;
	color: #bbb;
	z-index: 9999;
}
h3 span {
	font-weight: 900;
	color: white;
}

body {
			overflow: scroll;
	background-color: black;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Town80light;
	    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

* {
  box-sizing: border-box;
}

.container {
	display: block;
}

h4.nero {
	color: #111;
	font-size: 15em;
	line-height: 0.8em;
	position: absolute;
	top: 300px;
	z-index: -1;
	  font-family: Town80light;
}

section {
	 height: 100vh;
  width: 90%;
	margin-left: 5%;
  place-items: center;
	z-index: 99999;
  display: grid;
	position: relative;
	margin-bottom: 15vh;
}

.immagine, .immagine_1, .immagine_2{
	width: 100%;
	height: 90vh;
  background-position: 100%;
  background-repeat: no-repeat;
	background: url("imgs/imm_prima_1.jpg");
	background-size: cover;
	z-index: -9;
}

.immagine_2 {
	margin-top: 0px;
}


.immagine img {
	width: 100%;
}

.immagine2 {
	width: 100%;
	height: 55vh;
  background-position: 100%;
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.show-logo #logo_fisso {
  opacity: 1;
}


.mobile {
	display: none;
}


section:nth-child(3) {
	grid-template-columns: repeat(1, 1fr 3fr 2fr);
    grid-column-gap: 50px;
}

section:nth-child(4) {
grid-template-columns: repeat(1, 1fr 1fr 1fr);
    grid-column-gap: 50px;
}

section:nth-child(5) {
grid-template-columns: repeat(1, 1fr 1fr 1fr);
    grid-column-gap: 50px;
}

section:nth-child(6) {
grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 50px;
	height: 100vh;
}

	section:nth-child(6) h3{

	margin-top: -10px;
  font-size: 1.2em;
  max-width: 100%;
  font-family: Town80;
  line-height: 1.4em;
	text-align: left;
	color: #bbb;
	width: 100%;
	z-index: 99;

}

section:nth-child(7) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 10vh;
}

section:nth-child(8) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 55vh;
}


section:nth-child(9) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 100vh;
	margin-bottom: 1vh;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

@media (any-pointer: fine) {
  .c-cursor {
    display: block;
  }

  .c-cursor__inner {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
	   background: #fff;
    border-radius: 50%;
    z-index: 999999;
  }

  .c-cursor__side {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 1px;
    background: #fff;
    opacity: 0;
  }

  .c-cursor__side--left {
    right: calc(100% + 5px);
  }

  .c-cursor__side--right {
    left: calc(100% + 5px);
  }

  .c-cursor__inner--circle {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
	  
  }
}


.comingsoon {
	text-align: center;
	font-size: 1.05em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 220px;
	height: 200px;
	line-height: 1em;
	margin:  auto;
	vertical-align: middle;
	position: absolute;
	letter-spacing: 1px;
}

.comingsoon img {
	width: 100%;
	margin-bottom: 80px;
}

.testo_finale {
	text-align: center;
	font-size: 1.05em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 350px;
	height: 200px;
	line-height: 1em;
	margin:  auto;
	vertical-align: middle;
	position: absolute;
	letter-spacing: 1px;
	color: #bbb;
}

.secondo_logo img {
	width: 100%;
	margin-bottom: 80px;
}

.secondo_logo {
	width: 220px;
	
	margin: 0 auto;
}


.contatti {
	position: absolute;
	bottom: 5%;
	width: 100%;
	
	margin: 0 auto;
	
	
	text-align: center;
	display: grid;
	  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;	
}

.contatti a {
	font-size: 1.5em;
}

.contatti span {
	font-size:1em;
}

.contatti p {
	font-size: 0.9em;
}

.contatti img {
	width: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.video_background {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#sound {
	
}

video#bgvid { 

	position: fixed; right: 0; bottom: 0; top: 0;
	margin: 0;
	padding: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; 
	background: url(loop-hd.jpg) no-repeat;
	background-size: cover; 
	background-position: center;
	z-index: -10;
}

video#bgvid2 { 

	position: relative; 
	margin: 0 auto;
	padding: 0;
	width: 100%; min-height: 100%;
	width: 100%; height: auto; 
	background: url(loop-hd.jpg) no-repeat;
	background-size: cover; 
	background-position: center;
	z-index: 1;
}


video { display: block; } 




.bar-c {
  overflow: hidden;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  position: fixed;
	bottom: 2%;
	right: 2%;
	z-index: 999999;
  cursor: pointer;
}

.bar {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: #ffffff;
  bottom: 0;
  position: absolute;
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.bar.noAnim {
  -webkit-animation: none;
  -webkit-animation-name: none;
}

#bar-1 {
  left: 0;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
}

#bar-2 {
  left: 6px;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 300ms;
}

#bar-3 {
  left: 12px;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 600ms;
}

#bar-4 {
  left: 18px;
  -webkit-animation-name: danceHeight4;
  -webkit-animation-delay: 900ms;
}

#bar-5 {
  left: 24px;
  -webkit-animation-name: danceHeight5;
  -webkit-animation-delay: 1200ms;
}

#bar-6 {
  left: 30px;
  -webkit-animation-name: danceHeight6;
  -webkit-animation-delay: 1500ms;
}

@media (min-width: 1920px) {
	
h4.nero {
	color: #111;
	font-size: 15em;
	line-height: 0.8em;
	position: absolute;
	top: 500px;
	  font-family: Town80light;
	z-index: 0;
}
	
	section:nth-child(6) h4 {
top: 250px;
}
}

@media (min-width: 1366px)  and (min-width: 1919px) {
h4.nero {
	color: #111;
	font-size: 15em;
	line-height: 0.8em;
	position: absolute;
	top: 270px;
	  font-family: Town80light;
	z-index: 0;
}
	
	section:nth-child(7) h4 {
top: 200px;
}
}


@media (max-width: 835px) {
	
	.sfuma {
		display: block;
		position: fixed;
		height: 150px;
		 background: rgb(10, 10, 10);
  background: linear-gradient(180deg, rgba(10,10,10,.9) 0%, rgba(0,0,0,0) 100%);
		z-index: 999999;
		width: 100%;
	}
	
	.logo_fisso {
	position: fixed;
	top: 3%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
	opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
	
	.container {
	
}
	
	.mobile {
	display: block;
		z-index: 9999999;
}
	
	 .section-2-mobile, .section-3-mobile, .section-4-mobile{
		
		margin-bottom: 100px;
		width: 90%;
		 height: auto;
		margin-left: 5%;
		z-index: 999999;
	}
	
	.section-6-mobile {
		height: auto;
		padding-bottom: 100px;
		margin-bottom: 100px;
		width: 90%;
		margin-left: 5%;
		z-index: 999999;
	}
	
	.section-5-mobile {
		height: auto;
		padding-bottom: 100px;
		margin-bottom: 100px;
		width: 90%;
		margin-left: 5%;
		z-index: 999999;
	}
	
	.section-3-mobile h2.reveal-text {
		text-align: right;
	}

	
  h2 {
    font-size: 1.8rem;
	  width: 70%;
  }
	
	h2.destra {
		margin-left: 30%;
	}
	
	
	.vuoto {
		display:none;
	}
	
	section {
	 height: 100vh;
  width: 94%;
	margin-left: 3%;
  place-items: center;
	z-index: 99999;
  display: grid;
	position: relative;
	margin-bottom: 15vh;
}
	
	.video_background {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
	
	.immagine_2 {
	margin-top: 0px;
}


	
	.immagine1-mobile, .immagine2-mobile, .immagine3-mobile {
		width: 70%;
	height: 50vh;
  background-position: 100%;
  background-repeat: no-repeat;
	background: url("imgs/imm_prima_1.jpg");
	background-size: cover;
		z-index: 99999999;
		display: block;
		background-color: aqua;
		margin-top: 20px;
	}
	
	
	
	.immagine2-mobile {
		margin-left: 30%;
	}
	
	.immagine4-mobile {
		width: 100%;
	height: 20vh;
  background-position: 100%;
  background-repeat: no-repeat;
		
		z-index: 99999999;
		display: block;
		margin-top: 20px;
	}
	
	h4.nero {
	color: #111;
	font-size: 9em;
	line-height: 0.8em;
	position: absolute;
	top: 350px;
	left: 30%;
	  font-family: Town80light;
}
	
	h2 {
	font-size: 2.2em;
	color: #bbb;
	font-family: Town80light;
		z-index: 99;
}

.bianco{
    color: #fff !important;
	text-decoration: underline;
}

h3 {
	margin-top: -10px;
  font-size: 1.2em;
  max-width: 500px;
  font-family: Town80;
  line-height: 1.4em;
	text-align: left;
	color: #bbb;
	width: 70%;
	z-index: 99;
}

	h3.destra {
		margin-left:30%;
	}

h3 span {
	font-weight: 900;
	color: white;
}
	
	
	#sezione7 {
		display:none;
	}
	
	section:nth-child(3) {
	grid-template-columns: repeat(1, 1fr 3fr 2fr);
    grid-column-gap: 50px;
		display: none;
}

section:nth-child(4) {
grid-template-columns: repeat(1, 1fr 1fr 1fr);
    grid-column-gap: 50px;
	display: none;
}

section:nth-child(5) {
grid-template-columns: repeat(1, 1fr 1fr 1fr);
    grid-column-gap: 50px;
	display: none;
}

section:nth-child(6) {
grid-template-columns: repeat(1, 1fr 1fr 1fr);
    grid-column-gap: 50px;
	height: 70vh;
	display: none;
}

section:nth-child(7) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 55vh;
	display: none;
}

section:nth-child(8) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 55vh;
	display: none;
}
	
	section:nth-child(9) {
grid-template-columns: repeat(1, 1fr 8fr 1fr);
    grid-column-gap: 50px;
	height: 55vh;
	display: none;
}
	
	section:nth-child(6) h3{

	margin-top: -10px;
  font-size: 1.6em;
  max-width: 100%;
  font-family: Town80;
  line-height: 1.4em;
	text-align: left;
	color: #bbb;
	width: 100%;
	z-index: 99;

}
	
}




@-webkit-keyframes danceHeight1 {
  from {
    height: 1px;
  }
  to {
    height: 22px;
  }
}

@-webkit-keyframes danceHeight2 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}

@-webkit-keyframes danceHeight3 {
  from {
    height: 1px;
  }
  to {
    height: 30px;
  }
}

@-webkit-keyframes danceHeight4 {
  from {
    height: 1px;
  }
  to {
    height: 20px;
  }
}

@-webkit-keyframes danceHeight5 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}

@-webkit-keyframes danceHeight6 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}


@media only screen and (max-device-width: 799px) {
  .js-cursor {
    display: none;
  }
}

.video_finto {
	z-index: 9999;
}



@media (max-width: 600px) {
 	h2 {
	font-size: 1.8em;
		text-align: justify;
	color: #bbb;
	font-family: Town80light;
}
}

.reveal-text {
  visibility: hidden;
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
}

@media (max-width: 320px) {
	.comingsoon {
	text-align: center;
	font-size: 1.05em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 180px;
	height: 200px;
	line-height: 1em;
	margin:  auto;
	vertical-align: middle;
	position: absolute;
	letter-spacing: 1px;
}

.comingsoon img {
	width: 100%;
	margin-bottom: 80px;
}
	
	.secondo_logo img {
	width: 100%;
	margin-bottom: 80px;
}

.secondo_logo {
	width: 180px;
	
	margin: 0 auto;
}
	
	.testo_finale {
	text-align: center;
	font-size: 1.05em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 300px;
	height: 200px;
	line-height: 1em;
	margin:  auto;
	vertical-align: middle;
	position: absolute;
	letter-spacing: 1px;
	color: #bbb;
}
}


