@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Comfortaa', sans-serif !important;
}
.sectionOne {
        /*background-image: url(./images/HeroBg.jpeg);*/
    background-size: cover;
background-repeat: no-repeat;
}
.sectionTwo {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    text-align: center;
    background: aliceblue;
}

.modal-backdrop {
    display: none !important;
}

.hero {
    
    padding-bottom: 30pt;
    height: 5%;
}

.heroImg img {
    width: 400px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.rowImg img {
    width: 300px;
    border-radius: 50%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.sectionThree {
    
    text-align: center;
}
.sectionThree div div img {
    text-align: center;
    width: 100%;
}

.sectionThree div div h3 {
    text-align: center;
    /* color: #36414D !important; */
}

.sectionThree-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.sectionThree-right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.sectionFour {
    text-align: center;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    background: aliceblue;
}
.dagliDiFila {
    /* aggiunti due parametri per mettere il testo di seguito rispetto il menu e a capo */
    
    display: flex;
    flex-direction: row;
    /*background-color: DodgerBlue;*/
}
.noDagliDiFila {
    display: inline;
}
.card-img img {
    border-radius: 5px;
}
.animation {
    
    transition: 0.5s;
}
.dpAndName img {
    border-radius: 50%;
}

.card :not(.card) .dagliDiFila {
    color: green !important;
}

.swiper-button-next:after {

    color: #000;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.swiper-button-prev:after {

    color: #000;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.section4-hieght-image {
    height: 600px;
}

.sectionfive {
    text-align: center;
    background-image: url('./images/composition-compressed.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-attachment: fixed; */

}

.hea3 {
    border-bottom: 2px solid #687EFF;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

.btnprimary {
    background: #687EFF !important;
    color: #fff !important;
    font-weight: 600;
}

.btnprimary:hover {
    background-color: #80B3FF !important;
    transition: 0.5s;
}

.sectionfive img {
    height: 500px;
}

.skiptranslate {
    position: absolute;
    top: 30px;
    right: 50px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
    visibility: hidden !important;
}

.VIpgJd-ZVi9od-ORHb {
    display: none !important;
    visibility: hidden !important;
}

.skiptranslate span {
    display: none;
}

.skiptranslate select {
    padding: 1rem;
    border-radius: 15px;
}

.sidebar {
    text-align: left;
    background-color: #333;
    color: #fff;
}

.content {
    display: block;
    background-color:aliceblue
}

ul {
    list-style-type: none;
}

li {
    cursor: pointer;
}

li:hover {
    
    background-color: #555;
}

.hidden {
    display: none;
}
.siphone {
    display: none;
}
/*
.education-con-trasparenza {
    height: 400px;
    width: 400px;
    background: url('./images/education.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.1 ; 
*/
#mySidebar {
    height: 19%; 
    width: 18%;
}
@media(max-width:992px) {
    .heroImg {
        display: none;
    }

    .sectionThree-left {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .sectionThree-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .sectionFour-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        
    }
    .sidebar {
    
        width: 100%;
    }
    li {
        padding: 0px;
        margin-left:0vh;
    }
    #mySidebar {
        width: 300pt;
        height: 15%; 
    }

    .nophone {
        display: none;
    }
    .siphone {
        display: inline;
    }
}

@media(max-width:992px) {
    .sectionfive img {
        height: 100%;
    }
}