@media screen and (max-width: 992px) {
    #header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: unset;
        backdrop-filter: none;

        .col-11 {
            background-color: rgba(48, 54, 86, 0.5);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border-radius: var(--bs-border-radius-pill) !important;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .brand svg {
            width: 200px;
        }
    }

    .img-frontend-slider {
        height: 500px !important;
    }

    .rounded-section-b-r {
        border-bottom-right-radius: 50px;
    }

    .custom-rounded-top {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .rounded-section-t-r {
        border-top-right-radius: 50px;
    }

    .margin-fixed {
        margin-top: 120px;
    }

    .padding-fixed {
        padding-top: 120px;
    }

    .prossimi-eventi-frontpage {
        margin: 0;

        .slide-track {
            height: 100%;

            .slide {
                width: 100%;

                img {
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}

@media screen and (min-width: 992px) {
    #menu-primary-menu {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-radius: var(--bs-border-radius-pill) !important;
        padding-left: 20px;
    }
}