@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rouge+Script&display=swap');

body{
    background-color: black;
}

.fa-angles-down{
    display: none;
}

.statuaSfondo{
    width: 50vw;
    position: absolute;
    right:0;
    opacity: .5;
}

.mainHeader{
    color: #c8aa6e;
    font-size: 20vw;
    margin: 0;
    font-weight: 400;
}

.playfair{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal; 
}

.mainSub{
    color: white;
    font-weight: 200;
    margin-top: 0;
    text-align: left;
}

.headButon{
    background-color: transparent;
    border: 2px solid #c8aa6e;
    color: white;
    border-radius:20px;
    padding: 1em 2em 1em 2em;
    margin-top: 2em;
}

.headAbout{
    color: white;
    font-size: 12vw;
    font-weight: 400;
}

.leiSpan{
    color: #c8aa6e;
}

.aboutTextContainer > p{
    width: 45vw;
}

p{
    color: white;
    font-size: smaller;
    text-align: center;

}

.aboutTextContainer{
    display: flex;
    justify-content: space-between;
}

.aboutButton{
    background-color: #c8aa6e;
    color: black;
    border: 2px solid #c8aa6e;
    border-radius:20px ;
    padding: 1em 2em 1em 2em;
    box-shadow: inset 0 0 0 2px black;
}

.outBUtton{
    margin-top: 1em;
    text-align: center;
}

.offers{
    text-align: center;
}

.packages{
    margin-top: 2em;
}

i{
    color: white;
    opacity: .2;
}

.packages h1{
    color: #c8aa6e;
}

.zeus, .Poseidon, .hermes{
    display: grid;
    place-items: center;
}

.fa-bolt, .playfair, .fa-feather, .fa-fire-flame-curved{
    grid-area: 1/1;
}

.playfair{
    z-index: 2;
}

.poseAndHerme{
    display: flex;
    justify-content: space-between;
}

.CTA{
    text-align: center;
    margin-top:4em ;
}

.brand{
    width: 80vw;
    margin-left: 10vw;
}

.statua{
    width: 50vw;
    opacity: .4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#quiz-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
    color:white;
  }
  
.step {
    display: none;
    transition: all 0.3s ease-in-out;
    font-weight: 200;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal; 
 
}

h2{
    font-weight: 400;
}
  
.step.active {
    display: block;
}
  
button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #a88b4a;
    background: transparent;
    color: white;
    border-radius: 15px;
    cursor: pointer;
}
  
button:hover {
    background: #c8aa6e;
}

.desktop{
    display: none;    
}

@media (min-width: 810px) {

    .statuaSfondo{
        position: fixed;
        height: 50vh;
        width: auto;
        bottom: 0;
        left: 50vw;
        transform: translateX(-50%);
    }
    .desktop{
        text-align: center;
    }

    .desktop i {
        color: #a88b4a;
    }
    .brand{
        width: 100vw;
        display: grid;
        place-content: center;
        margin: 0;
    }

    .head{
        text-align: center;
        position: fixed;
        width: 100vw;
    }

    .mainHeader{
        font-size: 5vw;
    }

    .mainSub{
        text-align: center;
    }

    .aboutHer{
        width:30vw;
        text-align: center;
        left: 2em;
        position: fixed;
        height: 100vw;
        top: 50%;
        margin-top: -23vw;
        animation-name: chi;
        animation-timeline: scroll();
    }

    .headAbout{
        font-size:5vw ;
    }

    .aboutTextContainer{
        display: block;
    }

    .aboutTextContainer > p.playfair{
        width: 30vw;
    }

    .offers{
        width: 30vw;
        position: fixed;
        right: 2em;
        height: 100vw;
        top: 50%;
        margin-top: -23vw;
        animation-name: cosa;
        animation-timeline: scroll();
    }

    .block{
        height: 400vh;
    }

    .CTA{
        width: 35vw;
        position: fixed;
        height: 100vw;
        top: 50%;
        margin-top: -25vw;
        animation-name: cta;
        animation-timeline: scroll();
    }

    .fa-angles-down{
        display: block;
        color: #a88b4a;
        opacity: 1;
        position: fixed;
        width: 3vw;
        left: 50vw;
        margin-left: -1.5vw;
        bottom: 1em;
        z-index: 3;
        animation-name: scrollIcon;
        animation-iteration-count: infinite;
        animation-duration: 1.5s;
    }

    .statua{
        width: 20vw;
    }
    .brand{
        width: 35vw;
        margin-left: 32.5vw;
    }

    @keyframes scrollIcon {
        0%{
            bottom: 1em;
        }

        50%{
            bottom: .5em;
        }

        100%{
            bottom: 1em;
        }
    }

    @keyframes chi {
        0%{
            left: -100vw;
        }
        25%{
            left: 2em;
        }
        50%{
            left: 2em;
        }
        75%{
            left: -100vw;
        }
        100%{
             left: -100vw;
        }
    }

    @keyframes cosa {
        0%{
            right: -100vw;
        }
        24%{
            right: -100vw;
        }
        50%{
            right: 2em;
        }
    }

    @keyframes cta {
        0%{
            left: -100vw;
        }
        75%{
            left: -100vw;
        }
        100%{
            left: 2em;
        }
    }
}



