@import url(./fonts.css);

:root {
    --primary: #00e47c;
    --secondary: #08312a;
    --bg:#0D312B;
    --t:#00e47c;
    --tdark:#08312A;
    --line:#DDE6E1;
    --dot-ring:#08312a;
    --arrow:#12B7E6;
    --opacgreen:#47B27A;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 1080px;
  /* width: 3840px;
  height: 2160px; */
  font-family: "sans-serif", Arial, Helvetica;
  overflow: hidden;
}


.global-logo {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1000;
    width: 240px;
    height: auto;
    pointer-events: all;
    cursor: pointer;    
    z-index: 200;
}

section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.inactive {
    pointer-events: none !important;
}


.next-btn-global{
    position: fixed;
    top: 45%;
    right: 3%;
  
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    /* transform: translateX(-50%); */
    z-index: 9999;
    opacity: 0;
    pointer-events: all;
    right: 2.5%;
    height: 10%;
    transition: opacity 0.3s ease-in-out;
}
.next-btn-global.inactive{
    opacity: 0 !important;

}

.next-bounce{
    animation: bounce 1600ms infinite ; /* cubic-bezier(0.445, 0.05, 0.55, 0.95); */
}
/* @keyframes next-bounce {
    50% {
        transform: translateY(-15px);
    }
} */
/* .next-btn-global.inactive:not(.global-logo) {
    pointer-events: none !important;
    
} */

section.intro {
    background-color: var(--secondary);
    position: relative;
    opacity: 1;
}

section.intro #logo {
    width: 25%;
    height: auto;
    background-color: var(--primary);
    background-color: transparent;
    pointer-events: all;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

section.intro .logo img {
    width: 100%;
    height: auto;
}

section.second-slide {
    background-color: var(--primary);
}

section .slide-logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
}

.intro-slide-content p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: bold;
    line-height: 1em;
}

section.intro .logo-t {
  font-family: Arial Black;
  font-size: 400px;
  font-weight: 900;
  line-height: 0;
  color: #08352c;           /* colore del riempimento */
  /* -webkit-text-stroke: 38px #08352c; “bordo” dello stesso colore */
  transform: translateY(1000px);
  opacity: 0;
}
/* slide tre */
section.second-slide {
    background-color: var(--secondary);
}

section.second-slide .second-text {
     color: var(--primary);
    font-size: 30px;
    max-width: 869px;
    line-height: 1.2em;
    /* opacity: 0; */
    text-align: center;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 0.05rem;
    will-change: transform;
    width: 48%;
    text-align: justify;
}


.greenhighlight{
    color:var(--primary);
}

.second-text{
    /* opacity: 0; */
    text-align:center;
    color: #FFF;
    font-size: clamp(1.2rem, 1rem, 1vw);
    letter-spacing: 0.05rem;
    will-change: transform;
    width: 48%;
    text-align: justify;
}

.second-text * {
    will-change: transform;
}
/* .second-text .line {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
} */
.line {
    display: block;
}

/* .second-text {
  visibility: hidden;
}

.second-text.is-ready {
  visibility: visible;
} */

#popup-scroll section {
    opacity: 1;
}