.ilem-slider {
    height: 100vh;
    overflow: hidden;
}

.img-slide-ilem {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.swiper-slide-active .img-slide-ilem {
    -webkit-animation: zoomin 8000ms ease-in forwards;
    animation: zoomin 8000ms ease-in forwards;
    transition: all .5s ease-in-out;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes zoomin {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

/*End of Zoom in Keyframes */
.ilem-slide--text {
    font-size: 20px;
    margin-bottom: 95px;
}

.swiper-slide {
    pointer-events: none;
}

.ilem-slider .swiper {
    height: 100%;
}

.swiper-slide.swiper-slide-active {
    pointer-events: all;
}

.ilem-slide--title.std-title, .ilem-slide--title.std-title {
    margin-bottom: 100px;
}

.ilem-slide--title.std-title h1, .ilem-slide--title.std-title h2 {
    font-weight: 800;
    font-size: 50px;
    /* 
    position: absolute;
    top: 255px;
    left: 80px; */
    max-width: 700px;
    line-height: 1;
    font-family: "Work Sans", Sans-serif;
    color: #fff;
    margin-bottom: 0;
}

.ilem-block {
    position: absolute;
    top: 255px;
    left: 80px;
    width: 100%;
}

.line-progressiva {
    position: relative;
}

.slide-progressiva {
    margin-top: 30px;
}

.line-progressiva::before, .line-progressiva::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.num-progressivo, .title-progressivo, .ilem-slide--text, .ilem-slide--title.std-title, .ilem-cont-descrizione .descrizione, .ilem-cont-descrizione .title_descrizione {
    color: #fff;
}

.line-progressiva::before {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
}

.swiper-slide-active .line-progressiva::after {
    background-color: #fff;
    width: 0;
    height: 1px;
    animation: durationSlide 4400ms linear forwards;
}

@keyframes durationSlide {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.ilem-slider .swiper-slide-active .title_descrizione, .ilem-slider .swiper-slide-active .ilem-slide--title.std-title, .ilem-slider .swiper-slide-active .descrizione, .ilem-slider .swiper-slide-active .title-progressivo, .ilem-slider .swiper-slide-active .ilem-slide--text {
    animation: slideScritte 400ms linear forwards;
}

.ilem-slider .swiper-slide-active .title_descrizione {
    animation-delay: 0s;
}

.ilem-slider .swiper-slide-active .ilem-slide--title.std-title h1, .ilem-slider .swiper-slide-active .ilem-slide--title.std-title h2 {
    animation-delay: 0.05s;
}

.ilem-slider .swiper-slide-active .descrizione {
    animation-delay: 0.08s;
}

.ilem-slider .swiper-slide-active .title-progressivo {
    animation-delay: 0.1s;
}

@keyframes slideScritte {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.container-image-desktop, .container-image-mobile {
    height: inherit;
    width: 100%;
    z-index: -1;
}

.title-progressivo {
    font-size: 18px;
    text-align: right;
    margin-top: 26px;
    padding-right: 6%;
}

.line-progressiva, .title-progressivo {
    max-width: min(800px, calc(100% - 160px)) !important;
}

.num-progressivo p {
    font-size: 14px;
}

.ilem-cont-descrizione .descrizione, .ilem-cont-descrizione .title_descrizione {
    font-size: 20px;
}

.ilem-cont-title-icona {
    display: flex;
    margin-bottom: 35px;
}

.img-icona-descr {
    width: 26px;
    height: 30px;
    margin-right: 20px;
    object-fit: contain;
}

.swiper-slide {
    transition: all 0.1s ease;
}

/* .ilem-container-descrizioni {
    max-width: 350px;
} */
.ilem-cont-descrizione {
    max-width: 360px;
}

@media (min-width: 768px) {
    .seconda-descrizione {
        margin-left: 90px;
    }

    .ilem-container-descrizioni {
        display: flex;
    }

    .container-image-desktop {
        display: block;
    }

    .container-image-mobile {
        display: none;
    }

    .ilem-slider .swiper-pagination {
        display: none
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .ilem-slide--title.std-title h1, .ilem-slide--title.std-title h2 {
        font-size: 40px;
        max-width: 635px;
        margin-bottom: 50px;
    }

    .ilem-block {
        top: 190px;
        height: calc(100% - 190px);
        width: calc(100% - 160px);
    }

    .slide-progressiva {
        position: absolute;
        bottom: 45px;
        width: 100%;
    }

    .ilem-slide--text {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .ilem-slider .swiper-pagination {
        bottom: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ilem-slider .swiper-pagination-bullet-active {
        background: #fff;
    }

    .ilem-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        border: 1px solid #fff;
    }

    .ilem-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .container-image-desktop {
        display: none;
    }

    .container-image-mobile {
        display: block;
    }

    .ilem-slide--title.std-title h1, .ilem-slide--title.std-title h2 {
        font-size: 30px;
        margin-bottom: 55px;
    }

    .ilem-slide--title.std-title br {
        display: none !important;
    }

    /*  .ilem-slide--text, .ilem-slide--title.std-title {
        max-width: 90%;
    } */
    .ilem-slide--text {
        margin-bottom: 40px;
    }

    .ilem-block {
        position: absolute;
        top: 140px;
        left: 20px;
        width: 90%;
    }

    .slide-progressiva {
        display: none;
    }

    .ilem-container-descrizioni {
        display: none;
    }
}

/* colore particolare del 2° slide */
.slide-ilem-1 .ilem-slide--title h2 {
    background-image: radial-gradient(circle at 31% 50%, #133652 4%, #47882E 80%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

/* left: -172px; */