#section-ispirazioni .swiper-slide .slide-title,
#section-ispirazioni .blurred-pic-inner img,
#section-ispirazioni .swiper-button-next,
#section-ispirazioni .swiper-button-prev {
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
#section-ispirazioni .main-pic {
    transition: all 2s cubic-bezier(.215, .61, .355, 1);
}
#section-ispirazioni {
    overflow: hidden;
    padding: 50px 0;
}
#section-ispirazioni-swiper,
#section-ispirazioni-swiper a {
    color: #fff;
}
#section-ispirazioni-swiper .col-slide-title {
    z-index: 5;
}
#section-ispirazioni .slide-inner {
    height: 62vh;
    min-height: 480px;
}
#section-ispirazioni .blurred-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#section-ispirazioni .blurred-pic-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
#section-ispirazioni .blurred-pic-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
#section-ispirazioni .row-slide {
    z-index: 6;
}
#section-ispirazioni .main-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#section-ispirazioni .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section-ispirazioni .slide-info {
    position: relative;
    width: max-content;
}
#section-ispirazioni .slide-title {
    opacity: 0;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
}
#section-ispirazioni a {
    align-self: flex-start;
    padding: 11px 26px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
}
#section-ispirazioni a span.ico {
    margin-left: 10px;
}
#section-ispirazioni a span.ico svg {
    position: relative;
    bottom: 1px;
}
#section-ispirazioni a:hover {
    background: #fff;
    color: var(--mgh-color-1);
}
#section-ispirazioni a:hover span.ico svg path {
    fill: var(--mgh-color-1);
}
#section-ispirazioni .swiper-custom-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    column-gap: 5px;
}
#section-ispirazioni .swiper .swiper-custom-pagination-wrapper .swiper-pagination {
    top: 0 !important;
}
#section-ispirazioni .swiper-button-next,
#section-ispirazioni .swiper-button-prev {
    position: relative;
    top: auto;
    width: 48px;
    height: 48px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: auto;
}
#section-ispirazioni .swiper-button-prev {
    left: 0;
    margin-right: 20px;
}
#section-ispirazioni .swiper-button-next {
    right: 0;
}
#section-ispirazioni .swiper-button-prev:after,
#section-ispirazioni .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
#section-ispirazioni .slide-info {
    left: clamp(3rem, 14vw, 11.25rem);
}
#section-ispirazioni .swiper-navigation {
    position: absolute;
    bottom: 75px;
    z-index: 1;
    display: flex;
    pointer-events: none;
}
#section-ispirazioni .swiper-button-next:hover,
#section-ispirazioni .swiper-button-prev:hover {
    background: #ffffff99;
}
#section-ispirazioni .swiper-slide.swiper-slide-active .main-pic {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#section-ispirazioni .swiper-slide.swiper-slide-active .blurred-pic-inner img {
    filter: blur(15px);
    -webkit-filter: blur(15px);
}
#section-ispirazioni .swiper-slide.swiper-slide-active .slide-title {
    opacity: 1;
}
#section-ispirazioni .swiper-slide.slide-exiting .slide-title {
    bottom: 20px;
}
@media (max-width: 767px) {
    #section-ispirazioni .slide-inner {
        height: 415px;
        min-height: 0;
    }
    #section-ispirazioni-swiper .col-slide-title {
        position: absolute !important;
        top: 35px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #section-ispirazioni .main-pic {
        height: calc(70% - 50px);
    }
    #section-ispirazioni .swiper-navigation {
        bottom: 140px;
        justify-content: space-between;
        width: 100%;
    }
    #section-ispirazioni .swiper-button-prev,
    #section-ispirazioni .swiper-button-next {
        width: 58px;
        height: 58px;
        background: #fff;
    }
    #section-ispirazioni .swiper-button-prev:after,
    #section-ispirazioni .swiper-button-next:after {
        font-size: 20px;
        font-weight: bold;
        color: var(--mgh-color-1);
    }
    #section-ispirazioni .swiper-button-prev {
        left: -24px;
        padding-left: 16px;
    }
    #section-ispirazioni .swiper-button-next {
        right: -24px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    #section-ispirazioni {
        padding: 80px 0;
    }
    #section-ispirazioni .slide-title {
        font-size: 50px;
    }
    #section-ispirazioni a {
        font-size: 17px;
    }
    #section-ispirazioni .slide-info,
    #section-ispirazioni .swiper-navigation {
        left: clamp(5rem, 14vw, 11.25rem);
    }
    #section-ispirazioni .swiper-navigation {
        left: clamp(3rem, 14vw, 11.25rem);
    }
}