@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html {
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
}

.contenitore {
    width: 100%;
    height: 53rem;
    background-image: url(/immagini/sf1.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #292929d0;
}

.link-light:hover {
    color: #ff9900 !important;
}

.card-body{
    background-color: #0b0c0e9f;
    padding: 2rem;
    text-align: center;
}
.table {
    color: rgba(255, 255, 255, 0.774);
}
.navbar-toggler {
    border-color: white; /* Bordo bianco per il pulsante */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M2 4h12M2 8h12M2 12h12'/%3E%3C/svg%3E");
}


#spazi{
    width: 100%;
    height: 40rem;
    background-image: url("../immagini/sfondoragazza.png");
    background-size: cover;
    background-position: center;
    color: white;
    background-blend-mode: multiply;
    background-color: #292929ea;

   
}
.intro{
 color:#ff9900!important;
    font-weight: 600;
}

#abbonamenti{
   
    background-image: url("../immagini/FLF_risetothehighest.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    background-blend-mode: multiply;
    background-color: #29292988;
   

   
}
#footer{
    background-color:#0b0c0e !important;
}

/*  pallino di ritorno e  foto palestra  */
#pallino {
    cursor: pointer;
    opacity: 0.8;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: fixed;
    top: 90%;
    left: 50%;
    font-size: 2em;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    color: #0B0C0E;
}
