@font-face {
  font-family: adapta;
  src: url(../TypekilnAdaptaText-ExtraLight.otf);
}

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

.plsRotate {
  display: none;
}

@-webkit-keyframes consoleAnimation {
  from {
    background: white;
  }
  to {
    background: transparent;
  }
}

@keyframes consoleAnimation {
  from {
    background: white;
  }
  to {
    background: transparent;
  }
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: red;
}

body {
  padding: 0;
  border: 0;
  background-image: url("../Resources/bgpy.jpg");
  background-size: cover !important;
  background-attachment: fixed;
  background-position: bottom;
  overflow-x: hidden !important;
  overflow-y: overlay;
}

.swiper-pagination-bullet-active {
  background: black;
}

.typed-cursor {
  background-color: red;
  position: absolute;
  display: none;
}

#Loader {
  position: fixed;
  top: 0;
  left: 0;
  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);
  z-index: 1000;
}

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

.introIT {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100000;
}

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

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

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

.transitionToOp1 {
  opacity: 1 !important;
}

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

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

.scrolldownIcon {
  width: 20px;
  height: 40px;
  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: black;
  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: red;
}

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

#slide3 {
  background: url(../Resources/bgCopy.png);
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

#slide4 {
  position: relative;
  padding: 0 !important;
  background-size: cover;
}

#slide5 {
  position: relative;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
}

#slide6 {
  background-size: cover !important;
  position: relative !important;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

.lateralNavigation {
  display: block;
  width: 7px;
  height: 100vh;
  position: fixed;
  z-index: 20000;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activeNav {
  background-color: rgba(232, 37, 37, 0.75) !important;
}

.lateralNavigation span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.navigators {
  position: fixed;
  width: 50px;
  height: 100px;
  font-size: 10px;
  z-index: 20000;
  cursor: pointer;
}

.navigators hr {
  width: 0px;
  height: 1px;
  background-color: red !important;
}

.navigators p {
  opacity: 0;
  font-weight: 500;
}

.navigators p::-moz-selection {
  background: none !important;
}

.navigators p::selection {
  background: none !important;
}

.leftNavigator {
  top: 50%;
  left: 2%;
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: upright;
}

.rightNavigator {
  top: 50%;
  right: 2%;
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: upright;
}

.rightNavigator p {
  margin-top: -10px;
}

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

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

@media (max-width: 480px) {
  #slide1 {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .megatitolo {
    font-size: 3rem;
  }
  .navigators {
    display: none;
  }
  .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;
  }
  .audioEtichetta {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  #slide1 {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .megatitolo {
    font-size: 6rem;
  }
  .navigators {
    display: none;
  }
  .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;
  }
  .audioEtichetta {
    display: none;
  }
}

@media (min-width: 1030px) and (max-width: 1366px) {
  .megatitolo {
    font-size: 12rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  .plsRotate {
    width: 100%;
    height: 100%;
    position: fixed;
    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 */