h1, h2, h3, h4, h5, h6{
    color: black;
}


.slider btn-3 {
    display: none;
}
.my-btn{
    padding: 10px 15px;
    border-left: 10px solid #000000;
    text-transform: uppercase;
}
.f900{
    font-family: 'poppins', sans !important;
    font-weight: 900 !important;
}
.f700{
    font-family: 'poppins', sans !important;
    font-weight: 700 !important;
}
.f400{
    font-family: 'poppins', sans !important;
    font-weight: 400 !important;
}
.f300{
    font-family: 'poppins', sans !important;
    font-weight: 300 !important;
}.f100{
    font-family: 'poppins', sans !important;
    font-weight: 100 !important;
}
.mt-6, .my-6 {
    margin-top: 5rem !important;
}
.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}
h3.speakername {
    font-family: 'Open Sans' !important;
    font-size: 34px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-align: left !important;
}
h4.infostextsch{
    position: absolute;
    top: 48%;
    left: 30%;
}
h4.infostext {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.fondo-nero{
    background: #000000 !important;
    width: 229px;
    height: 229px;
}
.schh-mio {
    /*padding-top: 103px !important;*/
    color: #fff !important;
    position: relative !important;
    margin: 20px 0 26px 0 !important;
    border: 1px dashed #000 !important;
    border-left: none !important;
    width: 100% !important;
    text-align: center;
}
.titoletto{
    font-size: 3rem;
}
.line{
    border-bottom: 1px solid #000;
    margin-top: 10px;
}
#sezione-1 {
    background-image: url(img/2024/02/teatro.jpg);
    background-position: 0 100px; /* 50px dall'alto, centro orizzontalmente */
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: 50% auto;
    /* Aggiungi altre proprietà CSS se necessario */
    z-index: auto;
}
#sezione-3 {
    background-image: url(img/2024/02/cucina.jpg);
    background-position: 0; /* 50px dall'alto, centro orizzontalmente */
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: 50% auto;
    /* Aggiungi altre proprietà CSS se necessario */
    z-index: auto;
}
#sezione-4 {
    background-image: url(img/2024/02/mappa2.jpg);
    background-position: center 162px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 780px;
    z-index: auto;
}
#sezione-5 {
    background-image: url(img/2024/02/iniziativa-yarol.jpg);
    background-position: center 73px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 200px;
    z-index: auto;
}
#sezione-6 {
    background-image: url(img/2024/02/patrocinio.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 257PX;
    z-index: auto;
}
#sezione-7 {
    background-image: url(img/2024/02/sponsor2.jpg);
    background-position: center 81px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 268px;
    z-index: auto;
}
#sezione-8 {
    background-image: url(img/2024/02/sponsor3.jpg);
    background-position: center 69px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 244px;
    z-index: auto;
}
#sezione-9 {
    background-image: url(img/2024/02/sponsor4.jpg);
    background-position: center 73px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 345px;
    z-index: auto;
}
#sezione-10 {
    background-image: url(img/2024/02/sponsor5.jpg);
    background-position: center 75px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 400px;
    z-index: auto;
}

#sezione-11 {
    background-image: url(img/2024/02/salva-la-parola.jpg);
    background-position: 0; /* 50px dall'alto, centro orizzontalmente */
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: 50% auto;
    background-color: #f4f4f4;
    /* Aggiungi altre proprietà CSS se necessario */
    z-index: auto;
}
#sezione-2 {
    background-image: url(img/2024/02/impresa2.jpg);
    background-position: right 204px; /* Posiziona l'immagine a destra, 141px dall'alto */
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: 50% auto;
    /* Aggiungi altre proprietà CSS se necessario */
    z-index: auto;
}
#sezione-12 {
    background-image: url(img/2024/02/elisa-mazzetti-belvedere-festival-eco-della-parola.jpg);
    background-position: right 204px; /* Posiziona l'immagine a destra, 141px dall'alto */
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-size: 50% auto;
    margin-right: 30px;
    /* Aggiungi altre proprietà CSS se necessario */
    z-index: auto;
}
.social{
    margin: 0 auto 1rem;
}
.footer{
    background-color: #292929 !important;
}
.hamburger-menu{
    /*display: none;*/
}
.navbar .site-menu ul li a::before {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 0 !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    border: 0px solid #b68802 !important;
    top: 13px !important;
    left: 97% !important;
    z-index: -1 !important;
    height: 0 !important;
    transition: all 0.1s !important;
}
.navbar .site-menu ul li a:hover::before {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 2px !important;
    position: absolute !important;
    top: 13px !important;
    left: 97% !important;
    transform: translateX(-50%) !important;
    border-radius: 1px !important;
    border: 2px solid #ba8d01 !important;
    z-index: -1 !important;
    height: 30px !important;
    transition: all 0.1s !important;
}
.testata {
    background-color: #f2f2f2 !important;
    height: 532px !important;
}
.testata2 {
    background-color: transparent !important;
}
.testata h1{
    font-size: 4rem !important;
}
.testata2 h2{
    font-size: 4rem !important;
}
.testata p, .testata2 p{
    font-weight: bolder;
    font-size: 1.3em;
}

.border-1-black{
    border: 1px solid #000000;
}
.mt-150{
    margin-top: 14.5em !important;
}
.or img{
    max-width: 70%;
}

.or video{
    max-width: 70%;
}

video{
    width: 700px;
  /* height:450px;*/
}
.bosluksv5 {
    margin-top: 11rem !important;
}
.footer{
    color: #fff; !important;
    font-size: 0.8em;
}
.footer h3{
    text-transform: uppercase !important;
    margin-bottom: 1.2em;
}
.footer ul{
    display: grid;
}
.show-mobile{
    display: none !important;
}
.member-box figure {
    margin: 0 auto !important;
    margin-bottom: 0px !important;
    max-width: 70% !important;
    border: 1px solid #000 !important;
}
.size-21{
    font-size: 2.1em !important;
}.size-23{
    font-size: 2.3em !important;
}
div.member-box.wow.reveal-effect figure img{
    width: 360px;
    /*height: 360px;*/
}

 .copyright a{
     color:black;!important;
 }

@media only screen and (min-width: 768px) {
    .impresa {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 56.25em) {

}
@media only screen and (max-width: 767px) {
    .ingresso-mobile{
        font-size: 1.07em;

    }

    .no-mobile{
        display: none;
    }

    h3{
        font-size: 3rem;
    }
    .mt-150 {
        margin-top: 6.5em !important;
    }
    .testata h1 {
        font-size: 7rem !important;
        margin-top: -88px;
        text-align: center;
    }
    .testata2 h2 {
        font-size: 7rem !important;
        text-align: center;
        /*margin-top: -88px;*/
    }
    .testata p, .testata2 p {
        text-align: center;
    }

    .testata {
        background-color: #f2f2f2 !important;
        height: auto !important;
    }
    .info-featured {
        padding: 1rem 0 0;
    }

    .fondo-nero {
        width: 97%;
        height: 65px;
    }

    h4.infostextsch {
        left: 36%;
    }

    .member-box figcaption p{
        /*bottom: 56px;*/
        font-size: 3rem !important;
    }

    .show-mobile {
        display: block !important;
    }

    .hide-mobile {
        /*display: none !important;*/
        background-color: white;
    }

    .schh img {
        width: 97% !important;
    }

    .h1 {
        font-size: 2.2em !important;
    }

    .ozellika {
        padding: 10rem 0 21rem;
        margin-top: -17rem !important;
    }
    .hamburger-menu {
        margin-top: 57px !important;
        margin-right: 26px !important;
    }

    .navbar .logo a img {
        height: 89px;
    }

    .or img {
        max-width: 100% !important;
    }

    .or video {
        max-width: 100% !important;
    }

    .vbtn-fluid {
        display: flex !important;
        justify-content: center !important;
        color: #fff !important;
        align-items: center !important;
        border-radius: 50% !important;
        -webkit-animation: pulse2 linear 1000ms infinite !important;
        animation: pulse2 linear 1000ms infinite !important;
        -webkit-transition: all 0.4s !important;
        transition: all 0.4s !important;
        width: 50px !important;
        height: 110px !important;
        border: 8px solid #fff !important;
    }

    .slider .main-slider .swiper-slide .slide-image {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover !important;
        background-position: -65% !important;

    }
    .h2-baslik-hizmetler-2 {
        font-size: 20px !important;
    }
    #sezione-2 .h2-baslik-hizmetler-2 {
        font-size: 30px !important;
    }

    i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before {
        position: absolute !important;
        top: 29px !important;
        left: 38px !important;
    }


    #sezione-1 {
        background-image: none; /* Rimuove l'immagine di sfondo */
    }

    #sezione-2, #sezione-3 {
        background-position: 50% top !important;
        background-size: 120% !important;
    }

    #sezione-2 .h1 {
        color: #fff !important;
        text-shadow: 0 0 16px rgb(0, 0, 0) !important;
    }



    #sezione-3 .h1 {
        margin-top: 328px !important;
    }

    #sezione-2 h2 {
        color: #fff !important;
        text-shadow: 0 0 16px rgb(0, 0, 0) !important;
    }

    #sezione-4 {
        background-position: center 207px !important;
        background-size: 163% !important;
        height: 406px !important;
    }

    #sezione-5 {
        background-position: center 93px;
        background-size: 194%;
        height: 150px;
    }
    #sezione-6 {
        background-position: center 67px;
        background-size: 155%;
        height: 149px;
    }
    #sezione-7 {
        background-position: center 103px;
        background-size: 156%;
        height: 158px;
    }
    #sezione-8 {
        background-position: center 101px;
        background-repeat: no-repeat;
        height: 130px;
    }
    #sezione-9 {
        background-position: center 97px;
        background-repeat: no-repeat;
        height: 154px;
    }

    ::selection {
        background-color: transparent ;

    }
    ::selection {
        background-color: #a55b57;

        color: #fff;

    }
    .m-30{
        margin-top: 100px !important;
    }
    #sezione-10 {
        background-image: url(img/2024/02/sponsor5.jpg);

        background-position: center 97px;

        background-repeat: no-repeat;

        background-size: 100% auto;

        height: 199px;

    }
    #sezione-11 {
        background-size: 130% auto;
        background-position: -149px 14px;
        /* Aggiungi altre proprietà CSS se necessario */
    }
    #sezione-11 .h1{
        margin-top: 324px;
    }
    #sezione-5 .h1, #sezione-6 .h1 , #sezione-7 .h1 {
        font-size: 1.4em !important;
    }
    .titoletto{
        font-size: 1.5rem;
        color: black;
    }
    .footer h3{
        font-size: 3.75rem !important;
    }
    .footer ul{
        border-top: 1px solid #424141;
        padding: 40px;
    }
}