@font-face {
    font-family: 'Barlow Condensed Italic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('./fonts/Barlow_Condensed_Libre_Franklin/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('./fonts/Barlow_Condensed_Libre_Franklin/Barlow_Condensed/BarlowCondensed-Regular.ttf') format('truetype');
}

body{
    font-family: 'Barlow Condensed Regular';
    letter-spacing: 2px;
}
/*desktop*/
@media (min-width: 768px) {
    .parallax {
        background-image: url("./img/hero-home.jpg");
        min-height: 77vh;
        background-attachment: fixed;
        background-position: 50% 120%;
        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 Regular';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:4px 5px 2px #1a305533;
    }
    .titolo2{
        position: absolute;
        top:140px;
        width: 100%;
        color: white;
        padding: 20px;
        font-family: 'Barlow Condensed Regular';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:2px 2px 2px #676668;
    }          
    .sfondo-blue,.img-bio,.img-studio,.img-contatti{
        height: 500px;
    }
}
@media (min-width:513px) and (max-width:767px) {
    .titolo2{
        position: absolute;
        top:240px;
        width: 100%;
        color: white;
        padding: 20px;
        font-family: 'Barlow Condensed Regular';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:4px 5px 2px #676668;
    }
}

@media(max-width:512px){
    .titolo2{
        position: absolute;
        top:285px;
        width: 100%;
        color: white;
        padding: 20px;
        font-family: 'Barlow Condensed Regular';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:2px 2px 2px #676668;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .parallax {
        /* The image used */
        background-image: url("./img/hero-home.jpg");
        /* 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 Regular';
        letter-spacing: 8px;
        text-transform: uppercase;
        font-weight: 900;
        text-align: center;
        text-shadow:4px 5px 2px #1a305533;
    }
    
    .sfondo-blue,.img-bio,.img-studio,.img-contatti{
        height: 300px;
    }
}

.img-carousel{
    width: auto;
    height: 341.7px;
}

.titolo-eventi{
    font-family: 'Barlow Condensed Regular';
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.data{
    font-family: 'Barlow Condensed Regular';
    color: #686868;
    font-size: 14px;
}
.text-ateprima{
    font-family: 'Barlow Condensed Regular';
    color:#111;
}

.ellipsis{
    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.divider{
    width:100%;
    height: 1px;
    color: #111;
}

.img-fluid-custom{
    max-width: 100%;
    height: 543px;
    object-fit: cover;
    object-position: center;
}

.bg-custom{
    background-color: #e8e2da;
}

.card{
    box-shadow: 5px 1px 13px #2f2f2f36;
}

.carousel{
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}