@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "DM Serif Display", serif;
    box-sizing: border-box;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

:root {
    --main_gold: #DAA520;
}

a {
    color: #000000;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #FFFEFA;
}

#blur {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(205, 205, 205, 0.236);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.button_blur {
    width: 100%;
    height: 100vh;
    z-index: 2000;
}









.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.section_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10vh;
}

#section_header_main {
    justify-content: space-between;
}

#section_header_main img {
    width: 14%;
}

.p_title_header {
    font-size: 30pt;
    font-style: italic;
}

#p_header_main {
    font-style: normal;
}

.span_gold {
    color: #DAA520;
}

.div_between_header_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15%;
}

.button_area_riservata {
    border: 2px solid var(--main_gold);
    color: var(--main_gold);
    border-radius: 100px;
    padding: .5vh 2vh;
    background: none;
    font-size: 15pt;
}



.section_body {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90vh;
}

.section_body_left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 1% 5%;
}

.section_left_parliamo {
    align-items: flex-end;
}

.citation_big {
    font-size: 50pt;
}

.text_name_quote {
    font-size: 20pt;
    font-style: italic;
    text-align: left;
}

.section_body_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 100%;
    gap: 13vh;
}

.img_attestato {
    width: 50%;
    /* box-shadow: 0px 0px 40px -15px #00000049; */
}

.img_attestato_w_border {
    width: 55%;
    border: 3px solid #00000050;
}

.img_skewed_left {
    margin-left: -20vh;
}

.no_shadow {
    box-shadow: none;
    width: 80%;
}








.divider {
    width: 90%;
    height: 2px;
    background-color: var(--main_gold);
    border-radius: 20px;
    margin-bottom: 6vh;
}










.div_paragraph {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 1.5vh;
}

.p_title_paragraph {
    color: var(--main_gold);
    font-size: 22pt;
    font-style: italic;
}

.p_description_paragraph {
    font-size: 16pt;
}

#section_body_left_service_description {
    gap: 2vh;
}

.ul_description_paragraph {
    margin-left: 5vh;
    font-size: 16pt;
}


.right_section_america img {
    border-radius: 20px;
    box-shadow: 0px 0px 40px -15px #000000
}





.div_popup_prenota_call {
    background-color: #DAA52020;
    border-radius: 20px;
    color: var(--main_gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3%;

    font-size: 17pt;
    text-align: center;
    width: 50%;
}

.p_button_popup {
    background-color: var(--main_gold);
    border-radius: 10px;
    padding: 2% 4%;
    border: none;
    margin-top: 3vh;
    font-size: 15pt;
    color: #ffffff;
}






.span_rosso_americano {
    color: #B31942;
}

.div_title_paragraph_america {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 2vh;
}

.img_american_flag {
    margin-left: 4vh;
    width: 5%;
}

.img_sticker_honor_roll_student {
    width: 10%;
}

.p_title_paragraph_america {
    font-size: 23pt;
}

.p_paragraph_america {
    margin-top: 4vh;
    font-size: 17pt;
}

.span_br {
    display: block;
    margin-top: 1.5vh;
}



#section_body_finale .section_body_left {
    width: 50%;
}

#section_body_finale .section_body_right {
    width: 50%;
}






#section_body_left_contattaci {
    padding: 0;
}

.div_contacts,
.div_licenza {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 70%;
    height: 60%;
}


.p_title_contattaci,
.p_title_licenza {
    font-size: 27pt;
}

.div_contact {
    margin-top: 3vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 19pt;
    gap: 2vh;
    width: 60%;
}


.contact_label {
    align-items: center;
}

.img_logo_contact {
    width: 45px;
}



.p_prezzo_licenza {
    font-size: 20pt;
}

.span_prezzo_licenza {
    font-size: 70pt;
}

.p_descrizione_licenza {
    font-size: 15pt;
}

.ul_descrizione_licenza {
    margin-left: 5vh;
    font-size: 15pt;
}





footer {
    width: 100%;
    padding: .5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: var(--main_gold);
    color: #fff;
    font-size: 12pt;
    gap: 2vh;
}

.footer_link {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


.bar_divider_footer {
    display: block;
}








#div_prenota_call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2%;
    gap: 2%;
    border-radius: 30px;
    background-color: #ffffff;
    gap: 2vh;
    min-width: 40%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;

    z-index: 1001;
    ;
}

.header_prenota_call {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 3vh;
}

.p_prenota_call {
    font-size: 20pt;
}

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

.button_close_prenota_call img {
    width: 40px;
    height: 40px;
}

.div_input {
    width: 80%;
}

#div_prenota_call input {
    border-radius: 10px;
    border: 2px solid #cecece;
    padding: 1% 3%;
    font-size: 15pt;
    width: 100%;
}

#div_prenota_call input::placeholder {
    color: #cecece;
    opacity: .8;
}

#div_prenota_call textarea {
    border-radius: 10px;
    border: 2px solid #cecece;
    padding: 1% 3%;
    font-size: 15pt;
    width: 100%;
}

#div_prenota_call textarea::placeholder {
    color: #cecece;
    opacity: .8;
}

.buttonPrenotaCall {
    width: 100%;
    background-color: var(--main_gold);
    border-radius: 10px;
    padding: 1%;
    color: #ffffff;
    font-size: 20pt;
}






















@media (max-width: 1023px) {

    #section_header_main img {
        width: 23%;
    }

    .p_title_header {
        font-size: 20pt;
    }

    .button_area_riservata {
        display: none;
    }

    .section {
        height: auto;
    }

    .section_header {
        height: auto;
        min-height: 10vh;
    }

    .p_title_header {
        font-size: 22pt;
        padding: 0;
        text-align: center;
    }





    .section_body {
        height: auto;
        flex-direction: column;
    }

    .section_body_left {
        width: 100%;
    }

    .section_body_right {
        padding: 4vh 0;
        width: 100%;
    }

    #section_body_right_main {
        padding-left: 5vh;
    }



    .citation_big {
        font-size: 30pt;
    }

    .p_title_paragraph {
        font-size: 16pt;
    }

    .p_description_paragraph {
        font-size: 13pt;
    }

    .img_american_flag {
        width: 15%;
    }

    .ul_description_paragraph {
        font-size: 13pt;
    }

    .div_popup_prenota_call {
        width: 70%;
    }

    .p_title_popup {
        font-size: 15pt;
    }

    .p_button_popup {
        font-size: 13pt;
    }

    .divider {
        margin: 3vh 0;
    }

    .p_title_paragraph_america {
        font-size: 17pt;
    }

    .img_sticker_honor_roll_student {
        width: 15%;
    }

    .p_paragraph_america {
        font-size: 13pt;
    }

    #section_body_finale .section_body_left {
        width: 100%;
        margin: 4vh 0;
    }

    .p_title_contattaci,
    .p_title_licenza {
        font-size: 18pt;
    }

    .img_logo_contact {
        width: 30px;
    }

    .div_contact {
        font-size: 14pt;
    }

    #section_body_finale .section_body_right {
        width: 100%;
    }


    .span_prezzo_licenza {
        font-size: 45pt;
    }


    .div_licenza,
    .div_contacts {
        width: 80%;
    }

    .p_descrizione_licenza,
    .ul_descrizione_licenza {
        font-size: 13pt;
    }

    #div_prenota_call {
        min-width: 85%;
        padding: 5%;
    }

    .p_prenota_call {
        font-size: 17pt;
    }





}



@media (max-width: 483px) {
    #section_header_main img {
        width: 45%;
    }
}

@media (max-width: 700px) {

    footer {
        flex-direction: column;
        gap: 1vh;
        padding: 2vh 0;
    }

    .bar_divider_footer {
        display: none;
    }

}