#slide7 {
  position: relative;
  overflow: hidden;
}

#footerSniper {
  position: relative;
  height: 100vh;
}

.ContactForm {
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 10 !important;
  height: 85%;
  width: 90%;
  margin-top: 5% !important;
}

.ContactForm input {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 6px 10px 0 rgba(255, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 40px;
  border: 1px solid rgba(255, 0, 0, 0.1);
  outline: none !important;
  height: 50px;
  font-size: 14px;
}

.ContactForm textarea {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 6px 10px 0 rgba(255, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  outline: none !important;
  resize: none;
}

.ContactForm button {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  outline: none;
  border: solid red 2px;
  background: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #F9392C;
  text-transform: uppercase;
  font-weight: 600;
}

.ContactForm button:hover {
  background: #F9392C;
  color: white;
}

.socialImages {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1000;
}

.socialLinks {
  position: absolute;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  width: 30px;
  height: 30px;
  z-index: 1000;
}

.socialLinks:nth-of-type(1) {
  left: 19%;
  top: 91%;
}

.socialLinks:nth-of-type(2) {
  left: 23%;
  top: 91%;
}

.socialLinks:nth-of-type(3) {
  left: 27%;
  top: 91%;
}

.socialLinks:hover {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.infoIcon {
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(8vw);
          transform: translateX(8vw);
}

.info {
  font-size: 14px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.mobileGoDown {
  display: none;
  position: absolute;
}

@-webkit-keyframes rocketMoove {
  from {
    top: 50%;
  }
  to {
    top: -30%;
  }
}

@keyframes rocketMoove {
  from {
    top: 50%;
  }
  to {
    top: -30%;
  }
}

.activateRocket {
  -webkit-animation: rocketMoove 2s forwards;
          animation: rocketMoove 2s forwards;
}

.modal {
  display: block;
  width: 600px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}

.modal img {
  width: 150px;
  height: auto;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .checkImage {
  opacity: 0;
  width: 50px;
  top: 60%;
}

.modal h3 {
  text-align: center;
  margin-top: 300px;
  width: 80%;
  margin-left: 10%;
  border-bottom: 2px #EC1C24 solid;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .modal {
    top: 20%;
    width: 300px;
    height: 300px;
  }
  .modal img {
    width: 50px;
  }
  .modal .checkImage {
    opacity: 0;
    width: 40px;
    top: 70%;
  }
  .modal h3 {
    text-align: center;
    margin-top: 200px;
    font-size: 18px;
  }
  #footerSniper {
    height: 200vh;
  }
  .ContactForm {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
  }
  .ContactForm textarea {
    height: 100px !important;
    margin-top: 10px !important;
  }
  .ContactForm input {
    margin-top: 10px !important;
  }
  .ContactForm form {
    margin-left: 0 !important;
  }
  .ContactForm button {
    margin-top: 20px !important;
  }
  .infoIcon {
    width: 30px;
    height: 30px;
    margin: auto !important;
    padding: 0 !important;
    margin-top: 5% !important;
    -webkit-transform: translateX(-1.5vw);
            transform: translateX(-1.5vw);
  }
  .socialImages {
    width: 30px;
    height: 30px;
    z-index: 1000;
    left: 0;
    -webkit-animation: none;
            animation: none;
  }
  .socialLinks {
    z-index: 1000 !important;
    -webkit-animation: none;
            animation: none;
    width: 30px;
    height: 30px;
  }
  .socialLinks:nth-of-type(1) {
    left: 90%;
    top: 10% !important;
  }
  .socialLinks:nth-of-type(2) {
    left: 90%;
    top: 20% !important;
  }
  .socialLinks:nth-of-type(3) {
    left: 90%;
    top: 30% !important;
  }
  .socialLinks:not(:hover) {
    -webkit-animation: none;
            animation: none;
    z-index: 1000;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .ContactForm {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    overflow-y: scroll !important;
  }
  .ContactForm form {
    margin-left: 0 !important;
  }
  .socialLinks {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15px !important;
  }
  .socialLinks:nth-of-type(1) {
    left: 5%;
  }
  .socialLinks:nth-of-type(2) {
    left: 15%;
  }
  .socialLinks:nth-of-type(3) {
    left: 25%;
  }
}

@media (min-width: 1030px) and (max-width: 1366px) {
  .ContactForm {
    height: 100%;
    padding: 0;
    margin-top: 0 !important;
  }
  .socialLinks:nth-of-type(1) {
    left: 17.5%;
    top: 91%;
  }
  .socialLinks:nth-of-type(2) {
    left: 21.5%;
    top: 91%;
  }
  .socialLinks:nth-of-type(3) {
    left: 25.5%;
    top: 91%;
  }
}
/*# sourceMappingURL=contatti.css.map */