@-webkit-keyframes aniPenna {
  0% {
    margin-top: 14%;
  }
  50% {
    margin-top: 16%;
  }
  100% {
    margin-top: 14%;
  }
}

@keyframes aniPenna {
  0% {
    margin-top: 14%;
  }
  50% {
    margin-top: 16%;
  }
  100% {
    margin-top: 14%;
  }
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 1;
  will-change: opacity;
}

.penna {
  display: block;
  margin-left: 44%;
  width: 15%;
  height: auto;
  -webkit-animation: aniPenna infinite 2s;
          animation: aniPenna infinite 2s;
  -webkit-filter: drop-shadow(0 0 0.75rem grey);
          filter: drop-shadow(0 0 0.75rem grey);
  z-index: 1;
  opacity: 0;
  will-change: margin-top, opacity;
}

@-webkit-keyframes animateBordo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animateBordo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.titoloCopy {
  font-size: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: white;
  opacity: 0;
  z-index: 1;
  will-change: transform;
}

.titoloCopy span {
  -webkit-animation: animateBordo 1s infinite linear;
          animation: animateBordo 1s infinite linear;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 3px;
  right: 0;
  top: 0;
  background-color: red;
}

.copyP {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  width: 30%;
  opacity: 0;
  -webkit-filter: url(#noise2);
          filter: url(#noise2);
  z-index: 1;
  padding: 10px;
  text-align: left;
  line-height: 2.5rem;
  will-change: left;
}

.hrEl {
  width: 3px;
  background-color: white;
  border-top: red solid 30px;
  border-bottom: red solid 30px;
  position: absolute;
  z-index: 1;
  top: 28%;
  left: 70%;
  height: 0%;
  opacity: 0;
  will-change: opacity,height;
}

.custom-shape-divider-bottom-1613766018t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 0;
}

@-webkit-keyframes animateSvg {
  0% {
    width: 500%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 500%;
  }
}

@keyframes animateSvg {
  0% {
    width: 500%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 500%;
  }
}

.custom-shape-divider-bottom-1613766018t svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  -webkit-animation: animateSvg 30s infinite;
          animation: animateSvg 30s infinite;
  height: 189px;
}

.custom-shape-divider-bottom-1613766018t .shape-fill {
  fill: #cfcfcf;
}

@media screen and (min-width: 1030px) and (max-width: 1466px) {
  .copyP {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
  .titoloCopy {
    font-size: 4rem !important;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .copyP {
    width: 50%;
  }
  .hrEl {
    left: 90%;
  }
  .titoloCopy {
    font-size: 5rem;
  }
  .penna {
    width: 50%;
    margin-left: 30vw;
  }
  @-webkit-keyframes aniPenna {
    0% {
      margin-top: 35%;
    }
    50% {
      margin-top: 37%;
    }
    100% {
      margin-top: 35%;
    }
  }
  @keyframes aniPenna {
    0% {
      margin-top: 35%;
    }
    50% {
      margin-top: 37%;
    }
    100% {
      margin-top: 35%;
    }
  }
}

@media (max-width: 480px) {
  @-webkit-keyframes aniPenna {
    0% {
      margin-top: 60%;
    }
    50% {
      margin-top: 55%;
    }
    100% {
      margin-top: 60%;
    }
  }
  @keyframes aniPenna {
    0% {
      margin-top: 60%;
    }
    50% {
      margin-top: 55%;
    }
    100% {
      margin-top: 60%;
    }
  }
  .penna {
    width: 50%;
    height: auto;
    margin-left: 32vw;
  }
  .titoloCopy {
    font-size: 2.5rem;
  }
  .hrEl {
    left: 95%;
  }
  .copyP {
    width: 70%;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: center;
  }
}
