﻿.contenitore-chisiamo {
    background-color: #ffffff91;
    padding: 12px;
    border-radius: 17px;
}

.oswald-<uniquifier > {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body, html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
}

p {
    color: #2f2f2f;
    font-size: 16px;
}
/* === Background Slideshow Container === */
#bg-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: background-image 1.5s ease-in-out;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}

/* === Sezioni === */
section {
    position: relative;
    color: white;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 1rem;
}

    section h1, section h2 {
        text-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }

.btn-white {
    background: rgba(255,255,255,0.9);
    color: #0f172a;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-white:hover {
        background: white;
        transform: scale(1.05);
    }

.navbar {
    /* background: rgba(255,255,255,0.85);*/
    backdrop-filter: blur(8px);
    border-bottom: 2px solid #ffffff2e;
}
