/* RISOLUZIONE PER MOBILE */
@media (max-width: 1000px) {
    iframe {
        height: 270px;
    }

    .img-decoration::before,
    .img-decoration::after {
        display: none !important;
    }

    .mt-lg-negative {
        margin-top: 0;
    }

    .form-absolute {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .mt-box-xl {
        margin-top: 0;
    }

    .decoration-shape-2 {
        position: absolute;
        bottom: -20px;
        right: -4%;
        height: auto;
        width: 31%;
        transform: rotate(90deg);
        background-image: url(../images/dots.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .slider-full .h2 {
        font-size: clamp(22px, 2vw, 47px);
        font-weight: normal;
    }

    section {
        padding: 20px 0;
    }

    .badge {
        position: relative;
        top: 15px;
        left: 15px;
        background-color: var(--second-color);
        padding: 11px 10px;
        border-radius: 13px;
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        z-index: 1000;
        transition: .15s ease-in-out;
        top: 50px;
    }

    .form-container {
        min-height: 420px;
        margin: 0;
    }

    .slider-video {
        width: auto !important;
        height: 80vh !important;
    }

    #bg-green-big1 {
        height: 80vh !important;
    }

    .unique-div .splide__list {
        margin: 20px !important;
    }

    .vertical_stage-row:after {
        display: none
    }

    .row-negative {
        margin-top: 0px;
    }

    .header_fullscreen_text_video .splide__pagination .splide__pagination__page {
        height: 3px;
        width: 40px;
        border-radius: unset !important;
    }

    .header_fullscreen_text_video .splide__pagination .splide__pagination__page.is-active {
        transform: scale(1) !important;
    }

    .bg-attachment {
        background-attachment: unset !important;
    }

    .circle-icon {
        height: 50px;

    }

    .circle-icon i {
        font-size: 45px;
    }

    .icona-servizio {
        width: 90px;
    }

    .header_fullscreen_text_video {
        height: auto;
        position: relative !important;
    }

    .cookie-preferences {
        bottom: 55px !important;
    }

    form input:not(input[type=checkbox]):not(input[type=file]),
    form textarea {
        padding: 10px !important;
    }
}


@media screen and (min-width: 668px) and (max-width: 1200px) {
    .bg-glass {
        margin: 0 100px;
        background: rgba(255, 255, 255, .8);
        padding: 40px;
        backdrop-filter: blur(10px);
        margin-top: -114px;
        box-shadow: 1px 2px 79px rgba(0, 0, 0, 0.2);
    }

    .sezione-form-contatti {
        margin-top: 0;
    }

    .icona-servizio {
        padding: 20px !important;
        width: 110px
    }
}



/* RISOLUZIONE PER PORTATILE */
@media (min-width: 1001px) and (max-width: 1600px) {
    #menu-desktop .menu-item-has-children {
        padding: 10px;
    }

    #menu-desktop .menu-item {
        margin: 0 10px;
    }

    #menu-desktop .menu-item a {
        font-size: 14px;
    }

    #menu-desktop .menu-item-has-children {
        margin: 0 !important;
    }

    #menu-desktop .menu-item-has-children a:after {
        padding-left: 5px;
    }

    #bg-dots {
        width: 250px;
        position: absolute;
        right: 0;
        top: -180px;
    }

    #menu-desktop .menu-item-has-children .sub-menu {
        min-width: 200px;
    }
}