body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-height: 100vh;
}
a {
    text-decoration: none;
    color: var(--bs-dark);
}
header nav a {
    text-transform: uppercase;
    font-size: 1.5rem;
}
h1, h2 {
    color: #334B62;
}
.pnb-color {
    color: #334B62;
}
.pnb-bg {
    background-color: #334B62;
}
.blocco {
    justify-content: center;
    align-items: center;
}
.home-slider li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-52 {
    color: white;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-52:after {
    content: "";
    background-color: #334B62;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-52:hover:after {
    top: 0px;
    left: 0px;
}

@media (min-width: 992px) {
    .button-52 {
        padding: 13px 50px 13px;
    }

    .blocco {
        display: flex;
        min-height: 300px;
    }
}
.btn-facebook {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1877f2;
    --bs-btn-border-color: #1877f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1465ce;
    --bs-btn-hover-border-color: #135fc2;
    --bs-btn-focus-shadow-rgb: 59,139,244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #135fc2;
    --bs-btn-active-border-color: #1259b6;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1877f2;
    --bs-btn-disabled-border-color: #1877f2
}

.btn-youtube {
    --bs-btn-color: #fff;
    --bs-btn-bg: red;
    --bs-btn-border-color: red;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d90000;
    --bs-btn-hover-border-color: #c00;
    --bs-btn-focus-shadow-rgb: 255,38,38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c00;
    --bs-btn-active-border-color: #bf0000;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: red;
    --bs-btn-disabled-border-color: red
}

.btn-instagram {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c13584;
    --bs-btn-border-color: #c13584;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a42d70;
    --bs-btn-hover-border-color: #9a2a6a;
    --bs-btn-focus-shadow-rgb: 202,83,150;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9a2a6a;
    --bs-btn-active-border-color: #912863;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c13584;
    --bs-btn-disabled-border-color: #c13584
}

@media (max-width:991.98px) {
    .btn-social {
        padding: .5rem 1rem;
        font-size: 1.5rem
    }
}

#aperitivo-giardino .list-group-item {
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}
#aperitivo-giardino .list-group-item span, #aperitivo-giardino .list-group-item p {
    font-weight: normal;
}
#aperitivo-giardino .list-group-item span {
    text-wrap: nowrap;
    font-size: 1.1em;
}
#aperitivo-giardino .list-group-item p {
    font-size: 0.9em;
}
.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.badge-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    transform: rotate(45deg);
    padding: 5px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 0.8rem;
}
.sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Sidebar nascosta di default */
    width: 250px;
    height: 100%;
    background-color: #343a40;
    color: white;
    transition: left 0.3s ease;
    padding: 1rem;
    z-index: 1045;
}

.sidebar.active {
    left: 0;
}

.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
.home-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}