html {
    scroll-behavior: smooth;
}
img {
    width: 100%;
    height: auto;
}
.hero-diagonale p, .hero-diagonale h1, .hero-diagonale h2, .hero-diagonale h3,
.forma-carina p, .forma-carina h1, .forma-carina h2, .forma-carina h3 {
    color: #53536e !important;
}
p {
    font-size: 20px;
}
.navbar {
    background-color: #b3b3ce !important;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 500;
    color: #53536e !important;
}
.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.nav-link:hover {
    color: #79799a;
}
.hero-diagonale{
    background: url('../img/bg.jpg') center center/cover no-repeat;
    height: 650px;
    clip-path: ellipse(100% 85% at 50% 15%);
    display: flex;
    justify-content: center; /* verticale */
    align-items: center;     /* orizzontale */

    flex-direction: column;

}
.hero-content {
    max-width: 1200px;
    text-align: center;
    color: #79799a !important;
    background: linear-gradient(135deg, #cccced, #b3b3ce);
    opacity: 0.8;
    padding: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    transition: 0.3s ease;
}
.hero-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}
.hero-content h1 {
    text-transform: uppercase;
}
.forma-carina {
    max-width: 100%;
    padding: 30px;
    min-height: 420px;
    background: linear-gradient(135deg, #b3b3ce, #cccced);
    border-radius: 35px 5px 35px 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.8);
    text-align: center;
    transition: 0.3s ease;
    margin: 20px auto;
    position: relative;
    top: -90px;
    opacity: 0.9;
}
.forma-carina:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.forma-carina h2 {
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
}
.fix-width {
    max-width: 1500px;
}
h2.mi-presento, .servizi {
    font-size: 40px;
}
.underline {
    border-bottom: 4px solid #b3b3ce;
    display: block;
    width: 180px;
}

.wrapper-content-chi-sono {
    display: flex;
    justify-content: center; /* verticale */
    align-items: center;     /* orizzontale */

    flex-direction: column;
   
}
.chi-sono {
    min-height: 100vh;
}
.content-chi-sono {
   padding: 20px; 
}
.content-chi-sono p {
    font-size: 28px;
}
.wrapper-content-chi-sono-img {
    display: flex;
    justify-content: center; /* verticale */
    align-items: center;     /* orizzontale */
}
.content-chi-sono-img {
    max-width: 500px;
    

    flex-direction: column;
}
.content-chi-sono-img img {
    border-radius: 50%;
    border: 7px solid #b3b3ce;
}
.content-mappa-contatti {
    margin-top: 60px;
    margin-bottom: 30px;
}
.wrapper-content-contatti {
    
}
.content-contatti {
    padding: 30px;
    border-radius: 30px 0 30px 0;
    background: linear-gradient(135deg, #b3b3ce, #cccced);
    min-height: 600px;
    margin-bottom: 30px;
}
.content-contatti h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content-contatti p {
    font-size: 28px;
}
#lezioni {
    min-height: 100vh;
}
.lezioni {
    min-height: 100vh;
}
.wrapper-content-lezioni-img, .wrapper-lezioni-content {
    display: flex;
    justify-content: center; /* verticale */
    align-items: center;     /* orizzontale */
}
.wrapper-lezioni-content p{
    /*font-size: 28px;*/
}
.content-lezioni-img img {
    border-radius: 50%;
    border: 7px solid #b3b3ce;
}
.lezioni-content h2 {
    text-decoration: underline;
    font-size: 40px;
}
.servizi {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: underline;

}
.servizi-wrapper {
    margin: 30px auto;
}
.servizi-wrapper p{
    font-size: 28px;
}
.servizi-wrapper h3 {
    font-size: 35px;
}
.container-fluid-servizi {
    padding: 25vh 30px;
    background-color: #cccced;
    clip-path: ellipse(100% 85% at 50% 85%);
}
.lezioni-content {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #cccced, #b3b3ce);
    transition: 0.3s ease;
    position: relative;
    border-radius: 0px 0px 35px 5px !important;
    margin-top: 60px;
}
.lezioni-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}
.card {
    background: linear-gradient(135deg, #cccced, #d8d8fd);
    border-radius: 0px 0px 35px 5px !important;
    text-align: center;
    
}
.chiedi-preventivo {
    background-color: #b3b3ce; 
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.chiedi-preventivo:hover {
    background-color: #cccced;
    border: 1px solid #b3b3ce;
}

.slogan {
    clip-path: ellipse(100% 85% at 50% 15%);
    margin: 30px 0px 30px 0px;
}
.slogan {
    background-color: #838ae9;
    color: #fff;
}
.slogan .contenuto {
    padding: 50px 20px 50px 20px;
    text-align: center;
}
.slogan .contenuto .quote {
    font-size: 40px;
}
.top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #333;
    font-size: 50px;
}
.btn-custom {
    background-color: #b3b3ce;
    color: #000;
    font-weight: 500; 
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 45px;
    margin: 10px 0 100px 0;
}
.btn-custom:hover {
    color: #ccc;
    background-color: #666;

}
.content-mappa-contatti a {
    text-decoration: none;
    color: #000;
}
.content-mappa-contatti a:hover {
    color: #555;
}





.footer-content {
    background-color: #b3b3ce !important;
    padding: 5px;
    color: #000;
    border-radius: 20px 20px 0 0;
}


@media (max-width: 992px) {
    
.container-fluid-servizi {
        padding: 25vh 30px;
        background-color: #cccced;
        clip-path: ellipse(140% 85% at 50% 85%);
    }

}
@media (max-width: 768px) {
.container-fluid-servizi {
        padding: 25vh 30px;
        background-color: #cccced;
        clip-path: ellipse(180% 85% at 50% 85%);
        margin-top: 60px;
    }
    
}
@media (max-width: 576px) {
  
}
