@font-face {
  font-family: mausoleum;
  src: url(font/MausoleumTrial-Regular.ttf);
}
*{
    -webkit-tap-highlight-color: transparent;
}
body{
      background-color:#D2F500;
      color: #919699;
	    padding: 0;
	    margin: 0 auto;
	    height: 100%;
	    width: 100%;
	    text-align: center;
	    font-size: 18px;
	    font-family: 'mausoleum';
      overflow-x: hidden;
}
img {
  width: 100%;
  max-width: 100%;
}
a {
  color: unset;
  text-decoration: none;
}
.center{text-align: center;}
.site{
      position: relative;
    width: 100%;
}
.button{
    font-size: 24px;
    border: 2px solid;
    border-radius: 50px;
    width: max-content;
    margin: 25px auto;
    padding: 4px 20px;
    cursor: pointer;
    flex: none !important;
}
.flex{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.flex div{
  flex: 1;
}
.button.active{
  color: #919699 !important;
    background: #D2F500 !important;
}
.sezione{
  padding: 30px 20px;
  box-sizing: border-box;
}

.logo{ 
  position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  width: calc(100vw - 60px);
  max-width: 480px;
}
.logo img{
  max-height: 45vh;
    width: auto;
}

.sezione1{
  position: absolute;

}
.sezione1 .space{
  height: 60vh;
}
.sezione1 .title {
    color: #919699;
    font-size: 90px;
    line-height: 70px;
    position: fixed;
    top: 20px;
    width: 100vw;
    left: 0;
}
.sezione1 .anno {
  color: #919699;
  font-size: 90px;
  line-height: 70px;
  position: fixed;
  bottom: 90px;
  width: 100vw;
  left: 0;
}

.sezione2{
  position: relative;
  z-index: 1;
  background-color: #919699;
  margin-top: 100vh;
}
.sezione2 p {
 color: #D2F500;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 31px;
}
.sezione2 .button {
    font-size: 24px;
    border: 2px solid;
    border-radius: 50px;
    width: 83px;
    padding: 4px 0px;
    color: #D2F500;
    margin: 10px 15px 0px;
}
.sezione2 .testi {
  display: none;
      max-width: 370px;
    margin: 40px auto;
}
.sezione2 .testi.active{
  display: block;
}




.sezione3{
  position: relative;
  z-index: 1;
  background-color: #d2f500;
}
.sezione3 .title{
  font-size: 40px;
    text-transform: uppercase;
    line-height: 31px;
    display: none;
}
.sezione3 .title.active{
  display: block;
}
.sezione3 .clienti {
      font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 20px 10px;
    line-height: 18px;
}
.sezione3 p{
  text-align: justify;
  padding: 10px 0;
}
.sezione3 .studio{
  font-size: 20px;
  line-height: 18px;
  margin-top: 30px;
}
.sezione3 .space{
  width: 100%;
  height: calc(100dvh - 250px);
}


.sezione3 .bio{
  display: none;
}
.sezione3 .bio.active{
  display: block;
}


.icon-po, .icon-pe{
  display: none;
}


.desktop{
  display: none!important;
}

@media screen and (min-width: 769px){

  .desktop{
    display: block!important;
  }
  .mobile{
    display: none!important;
  }
  .button {
    margin: 0 auto;
  }

  .sezione1 .title{
    font-size: 15vw;
    line-height: 9vw;
  }
  .sezione1 .anno {
    font-size: 15vw;
    line-height: 9vw;
    bottom: 30px;
  }

  .icon-po{
    display: block;
    position: fixed;
    left: 4vw;
    bottom: 50px;
    width: 8vw;
  }
  .icon-pe{
    display: block;
    position: fixed;
    right: 4vw;
    bottom: 50px;
    width: 8vw;
  }

  .sezione2 .testi{
    max-width: 1420px;
  }
  .sezione2 p {
    font-size: 10vw;
    line-height: 8vw;
  }

     .sezione2 .button {
        font-size: 3.5vw;
        border: 3px solid;
        border-radius: 10vw;
        width: 10vw;
        padding: 4px 0px;
        color: #D2F500;
        margin: 10px 60px 0px;
    }

  .sezione3 .title {
    font-size: 100px;
    line-height: 90px;
    max-width: 840px;
    margin: auto;
  }  

  .sezione3 .clienti {
    font-size: 60px;
    line-height: 55px;
    padding: 5vw 10px;
  }
  .sezione3 .studio {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .sezione3 br {
    display: none;
  }
  .link-site{
    display: none;
  }
    .sezione3 p {
        padding: 5px 0;
        text-align: center;
        max-width: 1630px;
        margin: 20px auto;
    }


  .po-desk{
    width: 30vw;
  }
  .pe-desk{
    width: 30vw;
  }
  .flex-icon{
    justify-content: space-between;
    margin: 12vh 0;
  }
  .flex-icon div{
    flex: none;
  }
  .logo img {
    max-height: 45vh;
    width: 25vw;
  }

	  
}


.works {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #919699;
    background-color: #D2F500;
    z-index: 10;
    left: 0;
    font-size: 40px;

    /* per animazione */
    transform: translateY(100%); /* parte sotto */
    transition: all 0.5s ease;   /* durata animazione */
    pointer-events: none;         /* disattiva click quando nascosto */
}

.works.show {
    opacity: 1;
    transform: translateY(0);     /* arriva in posizione */
    pointer-events: auto;         /* click attivi */
}

.works:hover {
    background-color: #919699;
    color: #D2F500;
}