@font-face {
    font-family: 'Barlow Condensed Italic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('./font/Barlow_Condensed/BarlowCondensed-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow Condensed Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('./font/Barlow_Condensed/BarlowCondensed-Regular.ttf') format('truetype');
}
@media (min-width: 768px) {
    .parallax {
        background-image: url("./img/contatti-page.webp");
        min-height: 77vh;
        background-attachment: fixed;
        background-position: 50% 36%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* pointer-events: none; */
    }
    .parallax:active{
        pointer-events: none;
    }
    .titolo{
        position: absolute;
        top:90px;
        width: 100%;
        color: white;
        padding: 20px;
        font-family: 'Barlow Condensed Basic';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:4px 5px 2px #1a305533;
    }     
}
/*mobile*/
@media (max-width: 767px) {
    .parallax {
        /* The image used */
        background-image: url("./img/contatti-page.webp");
        /* Set a specific height */
        min-height: 80vh;
        /* Create the parallax scrolling effect */
        /* background-attachment: fixed; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }
    .titolo{
        position: absolute;
        top:190px;
        width: 100%;
        color: white;
        padding: 20px;
        font-family: 'Barlow Condensed Basic';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:4px 5px 2px #1a3055;
    }
    .hero-image{
        height: 500px;
        object-fit: cover;
    }

    
}
.contatti-element{
    color:#1a3055;
}
.contatti-element-digit{
    color:white;
}
p, .contatti-element, .contatti-element-digit{
    font-family: 'Barlow Condensed Regular';
    letter-spacing: 2px;
    font-size: 18px;
}
h3{
    color:#1a3055;
    font-family: 'Barlow Condensed Regular';
    letter-spacing: 2px;
    font-size: 28px; 
    text-transform: uppercase;
}
.foto-profilo{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: url(./img/dettaglio-studio-6.webp);
    background-repeat: no-repeat;
    background-size: 260%;
    background-position: 50% 58%;
}

.contatti-icons{
    font-size: 18px;
}

.sfondo-blue{
    background-color: #1a3055;
    /* height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; */
}

#come-contattarmi, .color-white{
    color: white;
}