@charset "UTF-8";

/* impostazioni generali */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-sito {
    margin-top: 0 8px;
}


header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    z-index: 4;
}

/* MENU */
#menu {
    font-family: 'Futura';
    padding: 15px 50px;
    max-width: 15500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #FFF9EE;
}

.voci_menu {
    padding: 0 35px;
    position: relative;
}

.voci_menu::after {
    content: '';
    position: absolute;
    top: 95%;
    height: 1px;
    width: 0;
    left: 25%;
    background-color: #000;
    transition: width 0.5s ease 0.1s;
}

#fascia_menu a:hover.voci_menu::after {
    width: 50%;
    transition: width 0.3s ease;
}

.logo {
    width: 150px;
}

#cornice {
    border: solid 1px;
    margin: 5px;
}

/* PRIMA PARTE */
#container-hero {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#hero {
    height: 100vh;
    background-image: url(../img/hero.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

/* SECONDA PARTE */

#contenitore {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#bordo {
    padding: 150px 30px;
    background-color: #fff9ee;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#testo {
    max-width: 1550px;
    text-align: center;
    margin: 0 auto;
}

#bordo-testo {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#testo1 {
    max-width: 1550px;
    padding: 0px 50px;
    font-family: 'Marcellus';
    font-size: 34px;
    color: #b5946f;
    text-transform: uppercase;
    text-align: center;
}

#testo2 {
    max-width: 1550px;
    padding: 150px 50px 0 50px;
    font-size: 106px;
    line-height: 180%;
    text-align: center;
    font-family: 'Futura';
}

span {
    /* vertical-align: middle; */
    text-align: center;
    margin: 0 50px;
}

.iframe-testo {
    border-radius: 100px;
    width: 160px;
    height: 115px;
    transform: translateY(25%);
}

#immagineamici {
    border-radius: 100px;
    width: 160px;
    height: 112px;
    transform: translateY(37%);
}

/* PARTE TERZA */

#contenitore-terzo {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#bordo-terzo {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#parteterza {
    padding: 0px 50px;
    min-height: 900px;
    background-image: url(../img/art-bg.webp);
    background-color: #f2e6d4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#testoterzo {
    font-family: 'Marcellus';
    color: #10312b;
    font-size: 145px;
    margin-bottom: 80px;
    max-width: 810px;
}

/* QUARTA PARTE */

#parte_quarta {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#bordo-quarto {
    padding: 150px 70px;
    background-color: #fff9ee;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#sezionequarta {
    max-width: 1550px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sezione_immagine {
    position: relative;
}

#friends2 {
    width: 40%;
    position: absolute;
    top: 20%;
    right: 0;
}

#friends1 {
    height: auto;
    width: 80%;
}

.testo1 {
    padding: 20px 0 0 70px;
    font-family: 'Futura';
    font-size: 42px;
    line-height: 125%
}

/* QUINTA PARTE */

#contenitore-quinto {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#parte_quinta {
    padding: 150px 70px;
    background-color: #fff9ee;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#parte_quinta p {
    color: #4F887E;
    font-size: 106px;
    text-align: center;
    font-family: 'Futura';
}

/* SESTA PARTE */

#contenitore_sesto {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

#parte_sesta {
    width: 100%;
    height: 100%;
    padding: 150px 0;
    background-color: #fff9ee;
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.container1 {
    width: 20%;
}

.el-1 {
    width: 100%;
    padding: 10px;
}

.container2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
}

.el-2 {
    width: 23%;
    padding: 10px;
}

.el-5 {
    padding: 10px;
    width: 70%;
    border: solid transparent;
    border-radius: 130px;
}

.el-3 {
    width: 100%;
    padding: 10px;
}

.container_interno {
    display: flex;
}

.el-text {
    font-size: 50px;
    line-height: 120%;
    font-family: 'Marcellus';
    text-transform: uppercase;
    text-align: center;
}

.mosaico {
    border-radius: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
}

/* SETTIMA PARTE */
#contenitore_settimo {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

#parte_settima {
    padding: 150px 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #10312B;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.container-iframe {
    height: 750px;
    max-width: 535px;
    width: 100%;
}

.iframe-sezione {
    max-width: 535px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

#testo_parte_settima {
    color: #fff;
    font-size: 30px;
    font-family: 'Futura';
}

/* responsive */

@media (max-width: 1197px) {
    
    .voci_menu {
        padding: 0 12px;
        font-size: 13px;
    }

    #testo2 {
        font-size: 50px;
    }

    #testoterzo {
        font-size: 80px;
    }

    #parteterza {
        background-position: unset;
    }

    .testo1 {
        font-size: 30px;
    }

    #parte_quinta p {
        font-size: 50px;
    }

    .el-text {
        font-size: 50px;
    }

}

@media (max-width: 921px) {
    
    #testo2 {
        font-size: 40px;
    }

    #testoterzo {
        font-size: 80px;
    }

    #parteterza {
        background-position: unset;
    }

    .testo1 {
        font-size: 20px;
    }

    #parte_quinta p {
        font-size: 50px;
    }

    .el-text {
        font-size: 40px;
    }

    #testo_parte_settima {
        font-size: 30px;
    }
    
    .container-iframe {
        height: 600px;
        max-width: 700px;
    }

}

@media (max-width: 773px) {

    #menu {
        padding: 10px 5px;
    }

    .logo {
        width: 130px;
    }

    .voci_menu {
        padding: 0 3px;
        font-size: 13px;
    }

    #testo1 {
        font-size: 20px;
    }

    span {

        margin: 0 30px;
    }

    #bordo {
        padding: 50px 30px;
    }
    
    #testo2 {
        font-size: 30px;
        padding: 80px 20px 0 20px;
    }

    #testoterzo {
        font-size: 80px;
    }

    #parteterza {
        background-position: right;
        min-height: 600px;
    }

    #bordo-quarto {
        padding: 50px 50px;
    }

    .testo1 {
        font-size: 20px;
    }

    #parte_quinta {
        padding: 50px 20px;
    }

    #parte_quinta p {
        font-size: 40px;
    }

    #parte_sesta {
        padding: 50px 0;
    }

    .el-text {
        font-size: 30px;
    }

    #testo_parte_settima {
        font-size: 20px;
    }
    
    .container-iframe {
        height: 400px;
        max-width: 500px;
    }
    
    #parte_settima {
        padding: 50px;
    }
}

@media (max-width: 576px) {

    #menu {
        padding: 10px 2px;
    }

    .logo {
        width: 90px;
    }

    .voci_menu {
        padding: 0 3px;
        font-size: 8px;
    }

    #testo1 {
        font-size: 10px;
    }

    span {
        margin: 0 10px;
    }

    #bordo {
        padding: 50px 30px;
    }
    
    #testo2 {
        font-size: 20px;
        padding: 40px 0 0 0;
    }

    .iframe-testo {
        border-radius: 100px;
        width: 102px;
        height: 61px;
        transform: translateY(25%);
    }
    
    #immagineamici {
        border-radius: 100px;
        width: 109px;
        height: 80px;
        transform: translateY(37%);
    }

    #testoterzo {
        font-size: 40px;
        margin: 0;
    }

    #parteterza {
        background-position: right;
        min-height: 400px;
    }

    #bordo-quarto {
        padding: 50px 50px;
    }

    #sezionequarta {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .testo1 {
        padding: 20px 0 0 0;
        font-size: 20px;
        text-align: justify;
    }

    #parte_quinta {
        padding: 50px 20px;
    }

    #parte_quinta p {
        font-size: 20px;
    }

    #parte_sesta {
        padding: 50px 0;
    }

    .el-text {
        font-size: 17px;
    }

    .vp-center {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .el-5 {
       padding: 0;
    }

    #parte_sesta {
        padding: 0;
    }

    #testo_parte_settima {
        font-size: 15px;
    }
    
    .container-iframe {
        height: 300px;
    }
    
    #parte_settima {
        padding: 30px 20px;
    }
}

