@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/studio.webp"); */
        min-height: 50vh;
        background-color: #1a3055;
        /* background-attachment: fixed;
        background-position: 50% 127%;
        background-repeat: no-repeat;
        background-size: cover; */
        position: relative;
        /* pointer-events: none; */
    }
    .parallax:active{
        pointer-events: none;
    }
    .container-logo{
        background-color: white;
        width: 170px;
        position: absolute;
        right: 50%;
        margin-right: -85px;
        margin-top: 40px;
    }
    .container-2-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .logo-hero{
        position: relative;
    }
    .titolo{
        position: absolute;
        top:210px;
        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;
    }       
    .sfondo-blue,.img-studio{
        height: 500px;
    }
    .img-le-fonti-awards{
        height: 100%;
    }
    .img-dettaglio-studio{
        height: 440px;
    }
}
/*mobile*/
@media (max-width: 767px) {
    .parallax {
       /* The image used */
        /* background-image: url("./img/studio.webp"); */
        /* Set a specific height */
        min-height: 50vh;
        background-color: #1a3055;
        /* Create the parallax scrolling effect */
        /* background-attachment: fixed; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }
    .container-logo{
        background-color: white;
        width: 170px;
        position: absolute;
        right: 50%;
        margin-right: -85px;
        margin-top: 40px;
    }
    .container-2-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .logo-hero{
        position: relative;
    }
    .titolo{
        position: absolute;
        top:337px;
        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;
    }
    .img-le-fonti-awards{
        height: 100%;
    }    
    .hero-image{
        height: 500px;
        object-fit: cover;
    }
    .img-dettaglio-studio{
        height: 384px;
    }
}
.citazione{
    font-family: 'Barlow Condensed Italic';
    letter-spacing: 2px;
    font-size: 17px;
}


.hero-image{
    height: 500px;
    object-fit: cover;
}
.sfondo-blue{
    background-color: #fff;
    /*height: 500px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

p{
    color:#1a3055;
    font-family: 'Barlow Condensed Regular';
    letter-spacing: 2px;
    font-size: 18px;
}
.not-visibled{
    visibility: hidden;
}
.img-studio, .img-le-fonti-awards{
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 6px;
    box-shadow: -1px 2px 20px 2px #1a305557;
}
.img-dettaglio-studio{
    object-fit: cover;
    object-position: center;
    width: 70%;
    border-radius: 6px;
}
.bg-grid-studio{
    background-color: #f7f9fb;
    transition: all 2s ease;
}

.background-change-color{
    background-color: #1a3055;
}


.grid-title-change-color{
    color: #f7f9fb;
}

.background-equestre{
    background-color: #f8f9fa;
    z-index: 999;
    position: relative;
}

.btn-back{
    font-family: 'Barlow Condensed Regular';
    letter-spacing: 2px;
    text-decoration: none;
    color: black;
}

.social{
    font-size: 30px;
    color: #1a3055;
}