* {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  cursor: none !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  background: #F9392C;
}

::-moz-selection {
  background: rgba(232, 37, 37, 0.5);
}

::selection {
  background: rgba(232, 37, 37, 0.5);
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

html {
  scroll-behavior: smooth !important;
  padding: 0 !important;
}

body {
  padding: 0;
  border: 0;
  overflow: hidden !important;
  background-image: url("../Resources/back13.jpg") !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center;
  cursor: none;
}

.plsRotate {
  display: none;
}

.mouseFollower {
  position: absolute;
  /* 		display:block; */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F9392C;
  z-index: 99999999999;
  -webkit-transition: border 500ms, background 500ms, width 500ms, height 500ms, top 100ms, left 100ms !important;
  transition: border 500ms, background 500ms, width 500ms, height 500ms, top 100ms, left 100ms !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.mouseFollowerActive {
  width: 40px;
  height: 40px;
  background: transparent;
  border: solid #F9392C 2px;
}

.mouseFollowerTActive {
  width: 2px;
  height: 40px;
  border-radius: 0;
}

#Loader {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #F1F2F3;
  pointer-events: none;
  overflow: hidden;
}

section {
  overflow: hidden;
}

.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.soundMessage {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: -15%;
  width: 100%;
  height: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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);
  font-size: 20px;
  background: #383838;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.soundMessage p {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  text-align: center;
  font-size: 16px;
  color: white;
}

.soundMessage .POPBC {
  width: 100%;
  height: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 50%;
  margin-top: 1%;
}

.soundMessage .popUPB {
  width: 80px;
  height: 40px;
  border-radius: 15px;
  background: none;
  font-size: 16px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  text-align: center;
}

.soundMessage .act {
  margin-right: 20px;
  color: #383838;
  font-weight: 600;
  background-color: white;
}

.soundMessage .act:hover {
  background: none;
  color: white;
  border: solid 1px white;
}

.soundMessage .deact {
  margin-left: 20px;
  color: white;
  font-weight: 600;
}

.soundMessage .deact:hover {
  background: #e72525;
  color: white;
}

@-webkit-keyframes toggleOpacity {
  from {
    opacity: 1;
    pointer-events: all;
  }
  to {
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
  }
}

@keyframes toggleOpacity {
  from {
    opacity: 1;
    pointer-events: all;
  }
  to {
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
  }
}

.toggleOpacityActivator {
  -webkit-animation: toggleOpacity 1s forwards !important;
          animation: toggleOpacity 1s forwards !important;
}

@-webkit-keyframes pointScrollAnimation {
  0% {
    margin-top: 20%;
  }
  50% {
    margin-top: 110%;
  }
  100% {
    margin-top: 20%;
  }
}

@keyframes pointScrollAnimation {
  0% {
    margin-top: 20%;
  }
  50% {
    margin-top: 110%;
  }
  100% {
    margin-top: 20%;
  }
}

.scrolldownIcon {
  width: 20px;
  height: 40px;
  position: absolute;
  border-radius: 20px;
  border: black 2px solid;
  position: absolute;
  left: 50%;
  top: 80% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  top: 30%;
  opacity: 0.7;
}

.scrolldownIcon span {
  width: 8px;
  height: 8px;
  z-index: 11;
  background-color: #F9392C;
  display: block;
  border-radius: 50%;
  margin: auto;
  -webkit-animation: pointScrollAnimation 1s infinite linear;
          animation: pointScrollAnimation 1s infinite linear;
}

.scrolldownIcon::after {
  content: "Scroll";
  position: absolute;
  top: 110%;
  color: black;
  font-size: 12px;
  text-align: center;
  -webkit-transform: translate(-22%);
          transform: translate(-22%);
}

.megaTitolo {
  font-size: 15rem;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
}

.megaTitolo b {
  color: #F9392C;
}

.megaTitolo::-moz-selection {
  background: transparent;
  cursor: none;
}

.megaTitolo::selection {
  background: transparent;
  cursor: none;
}

#slide1 {
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

#slide2 {
  background-size: cover !important;
  position: relative !important;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

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

#slide4 {
  position: relative;
  overflow: hidden !important;
  padding: 0 !important;
}

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

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

::-webkit-scrollbar {
  display: none;
  width: 0;
}

@-webkit-keyframes hrNavAnimation {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}

@keyframes hrNavAnimation {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}

.activateHr {
  -webkit-animation: hrNavAnimation 1s forwards;
          animation: hrNavAnimation 1s forwards;
}

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

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

.activateNavWrite {
  -webkit-animation: navWrite 1s forwards;
          animation: navWrite 1s forwards;
}

.soundController {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.audioEtichetta {
  color: black;
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 1100;
  font-size: 12px;
}

#footerSniper {
  position: relative;
}

.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%;
}

.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;
}

.socialContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.5% 5% 5% 5% 5% 5% 37.5%;
      grid-template-columns: 37.5% 5% 5% 5% 5% 5% 37.5%;
  margin-top: 2%;
}

.socialImages {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1000;
}

.socialLinks {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1000;
}

.socialLinks:nth-of-type(1) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.socialLinks:nth-of-type(2) {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.socialLinks:nth-of-type(3) {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.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;
  }
  .audioEtichetta {
    display: none;
  }
  .mobileGoDown {
    display: block;
    width: 20px;
    height: 30px;
    top: 10%;
    left: 0%;
    z-index: 10000;
    padding: 0 !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
  }
  .infoContainer {
    margin: 0 !important;
    padding: 0 !important;
  }
  .rotateMobileGodown {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ContactForm {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    overflow-y: scroll !important;
    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:not(:hover) {
    -webkit-animation: none;
            animation: none;
    z-index: 1000;
  }
  .megaTitolo {
    font-size: 3rem;
  }
  .redPoint {
    width: 10px;
    height: 10px;
    -webkit-animation: redPointAnimationMobile infinite 1s linear;
            animation: redPointAnimationMobile infinite 1s linear;
    left: 12%;
  }
  .loadTitle {
    width: 70%;
  }
  .soundMessage {
    width: 100% !important;
    height: 30%;
  }
  .soundMessage p {
    font-size: 16px;
    width: 90%;
    left: 5%;
  }
  .POPBC {
    margin: auto !important;
    margin-top: 32% !important;
  }
  .popUPB {
    width: 90px;
    padding: 0;
  }
  #fp-nav {
    display: none;
  }
  .mouseFollower {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .mobileGoDown {
    display: block;
    width: 20px;
    height: 30px;
    top: 10%;
    left: 0%;
    z-index: 10000;
    padding: 0 !important;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .rotateMobileGodown {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ContactForm {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    overflow-y: scroll !important;
  }
  .ContactForm form {
    margin-left: 0 !important;
  }
  .megaTitolo {
    font-size: 6rem;
  }
  .redPoint {
    width: 20px;
    height: 20px;
    -webkit-animation: redPointAnimationTablet infinite 1s linear;
            animation: redPointAnimationTablet infinite 1s linear;
    left: 12%;
  }
  .loadTitle {
    width: 70%;
  }
  .soundMessage {
    width: 100% !important;
    height: 18% !important;
  }
  .soundMessage p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .POPBC {
    margin: auto !important;
    margin-top: 15% !important;
  }
  .mouseFollower {
    display: none;
  }
}

@media (min-width: 1030px) and (max-width: 1366px) {
  .megaTitolo {
    font-size: 12rem;
  }
  .ContactForm {
    height: 100%;
    padding: 0;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  .plsRotate {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 9999999 !important;
    display: block;
    overflow: hidden;
  }
  .plsRotate p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
  }
  .plsRotate img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.2;
    width: 60%;
    height: auto;
  }
}
/*# sourceMappingURL=general.css.map */