
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');

body, html {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Nasconde lo scorrimento verticale */
    max-width:17280px;
    max-height:1080px;
}
h2,h3{
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.container {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 1080px;
    overflow: hidden;
}
.float{
    animation: float 5.5s ease-in-out infinite;
}

.panel {
    width: 1920px;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-position: bottom !important;
    position: relative;
    background-color:transparent;
    background-repeat: no-repeat;
}
.panel-01{
    background-image: url("/assets/images/bg-sections/bg-01.jpg");
}
.panel-02{
    background-image: url("/assets/images/bg-sections/bg-02.jpg");
}
.panel-03{
    background-image: url("/assets/images/bg-sections/bg-03.jpg");
}
.panel-04{
    background-image: url("/assets/images/bg-sections/bg-04.jpg");
}
.panel-05{
    background-image: url("/assets/images/bg-sections/bg-05.png");
}
.panel-06{
    background-image: url("/assets/images/bg-sections/bg-06.png");
}
.panel-07{
    background-image: url("/assets/images/bg-sections/bg-07.png");
}
.panel-08{
    background-image: url("/assets/images/bg-sections/bg-08.png");
}
.panel-09{
    background-image: url("/assets/images/bg-sections/bg-09.jpg");
}
/*** after bg ***/



/*** cicinetto ***/

.sasy {
    height: 161px;
    width: 225px;
    position: absolute;
    display: none;
}
.left {
    background-image: url("/assets/images/sasy-front.png");
}
.right {
    background-image: url("/assets/images/sasy-front.png");
}

.walk-right {
    background-image: url("/assets/images/sasy-walk-right.png");
    animation: walk .9s steps(5) infinite;
}

.walk-left {
    background-image: url("/assets/images/sasy-walk-left.png");
    animation: walk .9s steps(5) infinite;
}

.panel.panel-01 .sasy{
    z-index:5;
}
.panel.panel-01 .rock{
    z-index:6;
}
.panel.panel-01{
    z-index: 9;
}
.panel.panel-02{
    z-index: 8;
}
.panel.panel-03{
    z-index:7;
}
.panel.panel-03 .entrance{
    z-index:7;
}
.panel.panel-04{
    z-index:9;
}
.panel.panel-05{
    z-index:10;
}
.panel.panel-06{
    z-index: 11;
}
.panel.panel-07{
    z-index: 12;
}
.panel.panel-08{
    z-index: 11;
}
.panel.panel-09{
    z-index: 14;
}
/*** generiche ***/

.fixed{
    position: fixed;
    left: 200px;
    display: block;
}

/* Z-index per gli elementi */
.panel.panel-01 .sasy { z-index: 9; }
.panel.panel-01 .rock { z-index: 10; }
.panel.panel-01 .truk { z-index: 7; }
.panel.panel-01 .uovo { z-index: 8; }
.panel.panel-01 .morte-nera { z-index: 6; }
.panel.panel-01 .nuvola-01 { z-index: 8; }
.panel.panel-01 .nuvola-02 { z-index: 9; }
.panel.panel-01 .sw-logo { z-index: 10; }

.panel.panel-02 .sasy { z-index:5}
.panel.panel-02 .entrance {z-index: 6;}
.panel.panel-02 .colonna {z-index: 7;}

.panel.panel-03 .sasy { z-index:5}

.panel.panel-04 .sasy { z-index:5}
.panel.panel-04 .exit {z-index: 6;}
.panel.panel-04 .muschio-sx {z-index: 10;}
.panel.panel-04 .figure-09 { z-index:6}


.panel.panel-05 .sasy { z-index:5}
.panel.panel-05 .figure-04 {z-index: 6;}
.panel.panel-05 .muschio-dx {z-index: 10;}
.panel.panel-05 .bubble { z-index:12}

.panel.panel-07 .sasy { z-index:3}

/* Posizionamento specifico per elementi */
.morte-nera{
    position: absolute;
    top:10%;
    left:60%;
}
.nuvola-01{
    position: absolute;
    top:0;
    left:65%;
}
.nuvola-02{
    position: absolute;
    top:0;
    right:-50%;
}
.nuvola-03{
    position: absolute;
    top:10%;
    left:10%;
}
.truk {
    position: absolute;
    bottom: 300px;
    left: 0;
}
.colonna{
    position: absolute;
    right:-230px;
    top:0;
    max-height:100%;
    min-height:100%;
}

.rock {
    position: absolute;
    bottom: 0%;
    right: -150px;
}
.entrance{
    position: absolute;
    right: 0;
    bottom: 0;
}
.exit{
    position: absolute;
    left: -100px;
    bottom: 0;
    max-height:100%;
    min-height:100%;
}
.muschio-sx{
    position: absolute;
    left:480px;
    bottom: -50px;
}

.muschio-dx{
    position: absolute;
    right:40%;
    bottom: 0;
}
.balaustra{
    position: absolute;
    left: 200px;
    bottom: 40px;
}
.uovo{
    position: absolute;
    left:-10%;
    bottom:10%;
}
.fondo{
    position: absolute;
    left:800px;
    bottom:15%;
    z-index:-100;
    height: auto;
    max-width: 2000px;
}
.fondo.short{
    max-width: 1500px;
}
.panel-05 .fondo{
    position: absolute;
    left:700px;
    bottom:15%;
    z-index:-100;
    height: 1380px;
    width: auto;
    min-height:1300px;
}
.control{
    position: absolute;
    left: 18%;
    bottom: -5%;
    width: 700px;
    z-index:10;
}
.pedana{
    position: absolute;
    left: 0;
    bottom: 6px;
}
.team{
    position: absolute;
    right: 300px;
    bottom: 200px;
    width: 700px;
}
.rock-big{
    position: absolute;
    bottom: 0;
    left: -12%;
}
.colonna-blu{
    position: absolute;
    bottom: 0;
    right: -600px;
    z-index:10
}
/*** logo ***/

.sw-logo{
    position: absolute;
    left:calc(50vw - 269px);
    top: 4%;
}

/*** scritta ***/

.scritta{
    position: absolute;
    left: calc(50vw - 399px);
    bottom: 5%;
}

/*** figure ***/

.figure-01{
    position: absolute;
    right: 45%;
    bottom: 16%;
    height: 350px;
}
.figure-02{
    position: absolute;
    right: 45%;
    bottom: 16%;
    height: 350px;
}
.figure-03{
    position: absolute;
    left: 33%;
    bottom: 16%;
    width: 270px;
}

.figure-04{
    position: absolute;
    left: -200px;
    bottom: -35%;
    width: 460px;
    z-index:9;
}
.vader{
    position: absolute;
    width:350px;
    z-index:11;
}
.vader.vader_01{
    top:100px;
    left: 200px;
}
.vader.vader_02{
    top:300px;
    left: 200px;
}
.vader.vader_03{
    top:500px;
    left: 200px;
}
.sith{
    position: absolute;
    bottom: -40px;
    left: 500px;
    z-index: 100;
}
.boba_01{
    position: absolute;
    bottom: 0;
    left: 900px;
    z-index: 100;
}
.bubble{
    position: absolute;
    left: -27%;
    bottom: 40%;
    width: 400px;
}
.figure-05{
    position: absolute;
    left: -5%;
    bottom: 450px;
    width: 150px;
}
.figure-06{
    position: absolute;
    left: 5%;
    bottom: 450px;
    width: 170px;
}
.figure-07{
    position: absolute;
    left: 15%;
    bottom: 450px;
    width: 140px;
}
.figure-08{
    position: absolute;
    left: 25%;
    bottom: 450px;
    width: 140px;
}
.figure-09{
    position: absolute;
    left: 650px;
    bottom: -30%;
    width: 500px;
}
.collection{
    position: absolute;
    left: -100px;
    bottom: 200px;
    width:1200px;
    z-index:2;
}
.opacity-0 {
    opacity: 0;
    transition: opacity 3.5s ease-in-out;
}
.fade-out{
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.seen > .fade-out {
    opacity: 1;
    transition: opacity 3s ease-in-out;
}

/*** screen ***/
.board{
    background-repeat: no-repeat;
    background-size: contain;
    height:auto;
    width:400px;
    background-position: center;
    animation: float 4s ease-in-out infinite;
}
.board-01{
    background-image: url('/assets/images/screen.png');
    position: absolute;
    right: 48%;
    top: 10%;
    padding: 120px;
}
.board-02{
    background-image: url('/assets/images/lavagnetta_leila.png');
    position: absolute;
    right: 20%;
    top: 10%;
    padding: 100px;
}
.board-03{
    background-image: url('/assets/images/lavagnetta_leila.png');
    position: absolute;
    left: 2%;
    top: 10%;
    padding: 160px;
}
.board-04{
    background-image: url('/assets/images/lavagnetta_leila.png');
    position: absolute;
    right: 10%;
    top: 10%;
    padding: 160px;
}

.board-05{
    background-image: url('/assets/images/lavagnetta_leila.png');
    position: absolute;
    left: 130px;
    top: 0%;
    padding: 120px;
    z-index:1;
}
.board-06{
    background-image: url('/assets/images/lavagnetta_leila.png');
    position: absolute;
    left: 300px;
    top: 0%;
    padding: 120px;
    z-index:1;
}
.board-07{
    background-image: url('/assets/images/small-screen.png');
    position: absolute;
    left: 250px;
    top: -6%;
    padding: 120px;
    z-index:1;
    width: 250px;
}
.board h2,h3{
    font-size: .7em;
    text-transform: uppercase;
    color: #c1edfb;
    text-align: center;
    text-shadow: 0 0 0.15em #8bb9cf, 0 0 0.3em #8bb9cf;
    animation: neon 2s ease-in-out infinite alternate, float 6s ease-in-out infinite;
}
h3{
    font-size: .4em;
}


/* Keyframes per l'animazione "walk" */
@keyframes walk {
    from { background-position: 0; }
    to { background-position: -500px; } /* Adatta la dimensione in base ai fotogrammi */
}

/*** box ***/
.panel-09{
    display: flex;
}
.close-logo{
    display: block;
    left: 50vw;
    top: 35px;
    position: absolute;
}
.close-logo img.sw-logo{
    position: relative;
    left: auto;
    top: auto;
}
.close-logo h2{
    font-size: .7em;
    text-transform: uppercase;
    color: #c1edfb;
    text-align: center;
    text-shadow: 0 0 0.15em #8bb9cf, 0 0 0.3em #8bb9cf;
    animation: neon 2s ease-in-out infinite alternate, float 6s ease-in-out infinite;
}

.box-title{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width:70%;
}

/*** nuove aggiunte 10 febbraio ***/
.box-licenza-wrapper {
    position: absolute;
    bottom: 150px;
    left: calc(50vw - 350px);
    z-index:8;
}
.box-licenza{

    max-width:700px;
}
.box-licenza-wrapper .box-licenza-button-01{
    top: 141px;
    position: absolute;
    left: 188px;
}
.box-licenza-wrapper .box-licenza-button-02{
    top: 196px;
    position: absolute;
    left: 181px;
}
[class^="box-licenza-button-"]{
    position: absolute;
}
.pulse-wrapper .circle{
    width: 15px;
    height: 15px;
    background-color: #ff4f57;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 23px;
    cursor: pointer;
}
.pulse-wrapper .ringring{
    border: 3px solid #ff4f57;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}
.box-licenza-button-02.pulse-wrapper .circle{
    background-color: #0537e4
}
.box-licenza-button-02.pulse-wrapper .ringring{
    border-color:#0537e4
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

/*** box memory ***/

.box-memory{
    max-width: 500px;
    position: absolute;
    top: 50px;
    right: 200px;
    z-index:8;
    transform: translateY(-500px);
    transition: transform .7s ease-in-out;
}
.box-memory.active{
    transform: translateY(0);
    transition: transform .7s ease-in-out;
}
.box-licenses{
    max-width: 500px;
    position: absolute;
    bottom: 150px;
    right: 200px;
    z-index:12;
    transform: translateY(500px);
    transition: transform .7s ease-in-out;
}

.box-licenses.active{
    transform: translateY(0);
    transition: transform .7s ease-in-out;
}

/*** pannello ***/

.box-pannello-wrapper {
    position: relative;
    height: 100vh;
    width: 100vw;
}
.pannello{
    max-width:1500px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-1500px);
    transition: transform .7s ease-in-out;
    z-index:100;
}
.box-pannello-button-03{
    position: absolute;
    bottom: 48%;
    right: 31%;
    z-index:99;
}
.pannello.active{
    transform: translateY(0);
    transition: transform .7s ease-in-out;
}
.box-pannello-wrapper .exit-button{
    position: absolute;
    width: 90px;
    height: auto;
    right: 170px;
    bottom: 163px;
    z-index: 102;
    opacity: 0;
}
.box-pannello-wrapper .exit-button.active{
    opacity: 1;
}

/*** reference ***/

.reference{
    position: absolute;
    right: 0px;
    top: 20px;
    transform: translateX(220px);
    transition: transform .7s ease-in-out;
}
.reference.active{
    transform: translateX(0);
    transition: transform .7s ease-in-out;
}

.box-reference-button-04{
    position: absolute;
    bottom: 56%;
    right: 28%;
    z-index: 99;
}

/*** team ***/

.team-wrapper .team-01,
.team-wrapper .team-02,
.team-wrapper .team-03,
.team-wrapper .team-04{
    max-width: 200px;
    position: absolute;
    bottom: 125px;
}
.team-wrapper .team-01{
    right: 600px;
    max-width: 250px;
}
.team-wrapper .team-02{
    right: 400px;
}
.team-wrapper .team-03{
    right: 200px;

}
.team-wrapper .team-04{
    right: 0;

}

/*** circle ***/

.circle-translucid .circle-translucid-img{
    animation: rotateInfinite 10s linear infinite;
    position: absolute;
    z-index:10
}
@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.circle-translucid h3{
    max-width:170px;
}
h3{
    text-shadow: 0 0 0.15em #8bb9cf, 0 0 0.3em #8bb9cf;
    animation: neon2 2s ease-in-out infinite alternate;
}
.circle-translucid{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.circle-translucid.circle-01{
    top: -200px;
    left: 200px;
    z-index:10;
}
.circle-translucid.circle-02{
    bottom: -300px;
    left: 400px;
    z-index:11;
}
.circle-translucid.circle-03{
    bottom: -300px;
    left: 650px;
    z-index:12;
}

.circle-translucid.circle-04 {
    top: -100px;
    left: -900px;
    z-index: 13;
}
.circle-translucid.circle-05{
    top: -200px;
    left: -150px;
    z-index: 1000;
}
.steps{
    width: 100vw;
}
.steps .steps-boxes{
    display: flex;
    flex-wrap: nowrap;
    width: 900px;
    left:50vw;
    margin-left: -260px;
    z-index: 1000000;
    position: absolute;
    bottom: 20px;
}
.steps .steps-boxes [class*="box_0"]{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:300px;
}
.steps .steps-boxes [class*="box_0"] [class*="step_block_0"]{
    width: 100%;
}
.step_01{}
.step_02{}
.step_03{}
.step_block_01{left:0}
.step_block_02{left:200px}
.step_block_03{left:300px;}
