html, body {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 20px;
}

h1 {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    margin: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    color: #BA8E6E;
}

h3 {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    margin: 0;
    font-weight: lighter;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #0A261F;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
}

p, span, a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.9rem;
}

@keyframes float {
    0% { transform: translatey(0px); }
	50% { transform: translatey(-20px); }
	100% { transform: translatey(0px); }
}

@-webkit-keyframes float {
    0% { transform: translatey(0px); }
	50% { transform: translatey(-20px); }
	100% { transform: translatey(0px); }
}

#banner_top {
    width: 100%;
    height: 100vh;
    background-image: url('https://www.pirandellovr.it/image/Cosi-e-o-mi-pare-sito-web-foto-home.jpg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

img.top {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 600px;
    animation: float 3s ease-in-out infinite;
    -webkit-animation: float 3s ease-in-out infinite;
}

img.top_left {
    position: absolute;
    z-index: 1;
    left: -150px;
    top: 100px;
    width: 300px;
    animation: float 2s ease-in-out infinite;
    -webkit-animation: float 2s ease-in-out infinite;
}

img.bottom_left {
    position: absolute;
    z-index: 1;
    bottom: -200px;
    left: 0;
    width: 400px;
    animation: float 4s ease-in-out infinite;
    -webkit-animation: float 4s ease-in-out infinite;
}

img.center {
    top: 65vh;
    left: 100px;
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 1;
    animation: float 2s ease-in-out infinite;
    -webkit-animation: float 2s ease-in-out infinite;
}

img.top_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 750px;
    height: auto;
    animation: float 4s ease-in-out infinite;
    -webkit-animation: float 4s ease-in-out infinite;
}

img.white_right_bottom {
    height: 700px;
    position: absolute;
    z-index: 1;
    bottom: -70px;
    right: 0;
    animation: float 3s ease-in-out infinite;
    -webkit-animation: float 3s ease-in-out infinite;
}

img.right_bottom {
    width: 300px;
    position: absolute;
    z-index: 1;
    bottom: -70px;
    right: 0;
    animation: float 2s ease-in-out infinite;
    -webkit-animation: float 2s ease-in-out infinite;
}

img.logo_desktop {
    display: block;
}

img.logo_mobile {
    display: none;
}

.banner_container {
    width: calc(1440px - 20px);
    margin: 0 auto;
}

.banner_container img {
    width: 800px;
    object-fit: contain;
}

.container {
    width: 100%;
    height: auto;
    background-color: #0A261F;
    position: relative;
    z-index: 2;
}

.text_container {
    width: 1040px;
    margin: 0 auto;
    padding: 150px 0 75px 0;
    text-align: center;
}

.text_container h1 {
    color: #fff;
}

.text_container h2 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 0;
}

.text_container p {
    color: #fff;
    padding-bottom: 20px;
}

.text_container p:first-of-type {
    padding-top: 30px;
}

.text_container p:last-of-type {
    padding-bottom: 0;
}

.trailer_container {
    width: calc(1440px - 20px);
    height: 450px;
    margin: 0 auto;
}

.trailer_container iframe {
    width: 100%;
    height: 100%;
}

.section_locandina {
    width: calc(1440px - 100px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}

.locandina_left {
    flex: 0 45%;
}

.locandina_left_container {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.locandina_left_container p {
    color: #fff;
}

.locandina_left_container a {
    color: #fff;
}

.locandina_right {
    flex: 0 50%;
    height: 900px;
}

.locandina_rigt_container {
    width: calc(100% - 50px);
    height: 100%;
}

.locandina_rigt_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo_section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-direction: row;
}

.box_photo {
    flex: 0 25%;
    height: auto;
}

.box_photo img {
    width: 100%;
    object-fit: cover;
}

.credits_container {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 100px 0;
}

.credits {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.credits h4:first-of-type {
    color: #BA8E6E;
    font-weight: bold;
    margin: 15px 0 0 0;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.credits p {
    font-weight: 200;
    margin: 0 0 20px 0;
    font-size: 0.9rem;
    color: #2A5744;
}

.credits h4 {
    color: #0a261f;
    font-weight: bold;
    margin: 35px 0 0 0;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button_show_more_container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0 0;
}

.mobile {
    display: none;
}

.button {
    width: 250px;
    height: 55px;
    border: 2px solid #0a261f;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-color: #0a261f;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    overflow: hidden;
    transition: 1.1s;
    -webkit-transition: 1.1s;
}

.button a {
    line-height: 0;
}

.button_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 1s;
    -webkit-transition: left 1s;
    transition-timing-function: cubic-bezier(0.1, 0.2, 0.3, 0.4);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.2, 0.3, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.button_overlay span {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.button:hover .button_overlay {
    left: -300%;
}

.button:hover {
    background-color: #fff;
}

.button:hover svg .st0, .button:hover svg .st4 {
    fill: #0a261f;
}

.button svg {
    height: 40px;
}

.button svg .cls-1, .button svg .cls-2, .button svg .cls-3, .button svg .cls-4 {
    fill: #0a261f;
}

.button svg .st0, .button svg .st4 {
    fill: #fff;
    display: block;
    opacity: 1;
}

.photo_bottom_section {
    width: 100%;
    height: 750px;
    background-image: url('https://www.pirandellovr.it/image/Cosi-e-o-mi-pare-sito-web-foto-footer.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.final_section {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.final_section span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.final_section a.presskit svg {
    height: 50px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50px;
    stroke-width: 3px;
}

.final_section a.presskit svg .st19 {
    fill: #0a261f;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.final_section a.presskit svg .st7 {
    fill: #0a261f;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.final_section a.presskit svg:hover {
    background-color: #0A261F;
}

.final_section a.presskit svg:hover .st7 {
    fill: #fff;
}

.final_section span:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 15px;
}

.final_section a.mail {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #2A5744;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: block;
}

.final_section a.mail:hover {
    opacity: 0.7;
}

.final_section a.social {
    display: inline-block;
    margin-right: 15px;
}

.final_section a.social:last-of-type {
    margin-right: 0;
}

.final_section a.social svg {
    height: 40px;
    margin-top: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.final_section a.social svg .st7 {
    fill: #BA8E6E;
}

.final_section a.social svg:hover {
    fill-opacity: 0.6;
}

@media screen and (max-width: 1440px) {

    img.top_right {
        width: 650px;
    }

    img.white_right_bottom {
        height: 500px;
    }

    img.right_bottom {
        width: 250px;
    }

    img.top {
        width: 450px;
    }

    img.top_left {
        width: 250px;
    }

    img.center {
        width: 70px;
    }

    img.bottom_left {
        bottom: -120px;
        width: 350px;
    }

    .banner_container {
        width: calc(1280px - 20px);
    }

    .banner_container img {
        width: 650px;
    }

    .trailer_container {
        width: calc(1280px - 20px)
    }

    .section_locandina {
        width: calc(1280px - 100px);
    }

    .photo_bottom_section {
        height: 600px;
    }

}

@media screen and (max-width: 1366px) {

    #banner_top {
        background-attachment: scroll;
    }

    .photo_bottom_section {
        background-attachment: scroll;
    }

}

@media screen and (max-width: 1280px) {

    img.bottom_left {
        width: 290px;
    }

    img.center {
        top: 70vh;
    }

    img.top_right {
        width: 600px;
    }

    img.top_left {
        width: 200px;
        left: -100px;
    }

    img.top {
        width: 400px;
    }

    img.top_right {
        width: 550px;
    }

    img.white_right_bottom {
        height: 450px;
    }

    img.right_bottom {
        width: 200px;
        bottom: -50px;
    }

    .banner_container {
        width: calc(1024px - 20px);
    }

    .text_container {
        width: 1000px;
    }

    .trailer_container {
        width: calc(1024px - 20px);
    }

    .section_locandina {
        width: calc(1024px - 50px);
    }

    .locandina_rigt_container {
        margin-left: auto;
    }

    .locandina_left_container {
        width: 100%;
        margin: 0 auto 0 0;
    }

}

@media screen and (max-width: 1024px) {

    html, body {
        font-size: 18px;
    }

    img.bottom_left {
        width: 450px;
    }

    img.white_right_bottom {
        height: 600px;
    }

    img.logo_desktop {
        display: none;
    }
    
    img.logo_mobile {
        display: block;
        margin: 0 auto;
    }
    
    #banner_top {
        background-position: center;
        background-image: url('https://www.pirandellovr.it/image/Cosi-e-o-mi-pare-sito-web-foto-home-mobile.png');
    }

    .banner_container {
        width: calc(100% - 50px);
        text-align: center;
    }

    .text_container, .trailer_container, .section_locandina, .credits {
        width: calc(100% - 100px);
    }

    .trailer_container {
        height: 350px;
    }

    .section_locandina {
        flex-direction: column;
    }

    .locandina_right {
        flex: unset;
        width: 100%;
        height: 600px;
        margin: 75px auto 0 auto;
    }

    .locandina_left_container {
        width: 600px;
        margin: 0 auto 0 auto;
        text-align: center;
    }

    .locandina_rigt_container {
        width: 100%;
    }

    .photo_section {
        flex-wrap: wrap;
    }

    .box_photo {
        flex: 0 50%;
        height: calc(50vw*2/3);
    }
    
    .box_photo img {
        height: 100%;
    }

    .credits_container {
        padding: 50px 0;
    }

    .credits h4 {
        font-size: 0.8rem;
    }

    .credits p {
        font-size: 1rem;
    }

    .button {
        background-color: #fff;
    }
    
    .button svg {
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .button svg:hover {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .photo_bottom_section {
        height: 400px;
    }

    .button_show_more_container {
        flex-direction: column;
    }

    .mobile {
        display: block;
        margin-bottom: 35px;
    }

    span.mobile {
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .button_overlay {
        display: none;
    }

}

@media screen and (max-width: 834px) {

    img.white_right_bottom {
        height: 500px;
    }

    img.top_right {
        width: 400px;
    }

    img.top {
        width: 300px;
    }

    img.bottom_left {
        width: 350px;
    }

    .banner_container img {
        width: 550px;
    }

    .text_container {
        padding: 100px 0 75px 0;
    }

    .section_locandina {
        padding: 50px 0 75px 0;
    }

}

@media screen and (max-width: 600px) {

    img.white_right_bottom {
        height: 400px;
    }

    img.bottom_left {
        width: 300px;
    }

    img.top_right {
        width: 300px;
    }

    img.top_left {
        width: 150px;
    }

    img.top {
        width: 250px;
    }

    .banner_container img {
        width: 100%;
    }

    .trailer_container {
        height: 300px;
    }

    .text_container, .trailer_container, .section_locandina, .credits {
        width: calc(100% - 50px);
    }

    .locandina_left_container {
        width: 100%;
    }

    .photo_bottom_section {
        background-size: cover;
    }

}

@media screen and (max-width: 414px) {

    img.white_right_bottom {
        height: 400px;
    }

    img.top_right {
        width: 200px;
    }

    img.bottom_left {
        width: 200px;
    }

    img.center {
        top: 80vh;
        left: 30px;
    }

    img.top {
        width: 200px;
    }

    .text_container {
        padding: 70px 0 50px 0;
    }

    .trailer_container {
        height: auto;
        width: calc(100% - 10px);
    }

    .locandina_right {
        height: auto;
        margin: 40px auto 0 auto;
    }

    .photo_bottom_section {
        height: 250px;
    }

    .final_section a.presskit svg {
        height: 40px;
        margin-top: 20px;
    }

    .final_section a.mail {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

}

@media screen and (max-width: 320px) {

    .text_container h1 {
        font-size: 1.8rem;
    }

    .text_container, .trailer_container, .section_locandina, .credits {
        width: calc(100% - 20px);
    }

}