﻿
.oswald-<uniquifier > {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.container {
    background: #ffffffbf;
}
.titolo-categorie {
    color: red;
    background: #6464648c;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0000003d;
}
html, body {
    height: 100%;
    margin: 0;
    font-family: "Oswald", sans-serif;
    color: #252525;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* === Sfondo con blur === */
.bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/tecnologie.jpg') center/cover no-repeat;
    z-index: -2;
    /* background: #fff; */
    /* opacity: 2.7; */
}

/* === Overlay scuro === */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    z-index: -1;
    opacity: 0.7;
}

/* === Contenuto scrollabile === */
.content {
    position: relative;
    z-index: 1;
    padding: 6rem 1rem;
    max-width: 900px;
    margin: auto;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}
a.btn.btn-white.btn-lg {
    border: 1px solid #646464;
}
p {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 2rem;
    color: #646464;
}

.btn-white {
    background: rgba(255,255,255,0.9);
    color: #0f172a;
    border: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

    .btn-white:hover {
        background: white;
        transform: scale(1.05);
    }

footer {
    text-align: center;
    padding: 2rem 0;
    color: rgba(255,255,255,0.8);
    color: #454444
}

h1.display-5.fw-bold {
    color: #646464;
}
