/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mt--15 {
        margin-top: -15%;
    }
    .height-hero {
        height: 300px;
    }
    .translate-middle-md-y {
        transform: translateY(-50%) !important;
    }
    .width-catalogo-img img {
        width: 250px;
    }
    .overlay-hero-home {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 74%;
        height: 85%;
        bottom: 0;
    }

    .left-custom-footer {
        left: calc(100% - 32%);
        top: 0;
        transform: translate(-50%, -50%);
        width: 400px;
    }
    .position-md-absolute {
        position: absolute;
    }
    .hero-home-title {
        bottom: 0;
        left: 0;
    }
    .product-section {
        top: 0;
        transform: translateX(-50%);
        left: -13%;
    }
    .swiper.swiperProgettazione {
        width: 550px;
        height: 400px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .line {
        border-top: 1px solid #e4e4e4;
        width: 600px;
        position: relative;
    }
    .virgo {
        left: -17%;
    }
    .virgo img {
        width: 50px;
    }
    .width-catalogo-img img {
        width: 350px;
    }
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        align-items: end;
    }
    .overlay-hero-home {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 61%;
        height: 80%;
        bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .line {
        border-top: 1px solid #e4e4e4;
        width: 650px;
        position: relative;
    }
    .virgo {
        left: -15%;
    }
    .swiper.swiperProgettazione {
        width: 750px;
        height: 500px;
    }
    .height-hero {
        height: 400px;
    }
    .overlay-hero-home {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 50%;
        height: 70%;
        bottom: 0;
    }
    .img-product-section {
        height: 330px;
    }
}

@media (min-width: 1400px) {
    .line {
        border-top: 1px solid #e4e4e4;
        width: 800px;
        position: relative;
    }
    .overlay-hero-home {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 48%;
        height: 58%;
        bottom: 0;
    }
    .h-xxl-700 {
        height: 700px;
    }
}
@media (min-width: 1600px) {
    .overlay-hero-home {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        width: 46%;
        height: 52%;
        bottom: 0;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .site-wrap {
        width: 1920px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1399.98px) {
    .h-xxl-700 {
        height: 100%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .icf-nav .nav-link {
        font-size: 15px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .icf-nav .nav-link {
        font-size: 18px;
    }
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        align-items: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .list-custom-pallini ul {
        flex-wrap: wrap;
    }
    .height-hero {
        height: auto;
    }
    .position-md-absolute {
        position: relative;
    }
    .mt--15 {
        margin-top: 0%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .swiper.swiperProgettazione {
        width: 300px;
        height: 300px;
    }
}
