.neo-premium-hero-carousel {
    width: 100%;
    padding: 60px 0;
}

.elementor-widget-neo_premium_hero_carousel {
    overflow: hidden;
}

.neo-premium-hero-carousel .swiper-slide-active {
    opacity: 1;
}

.neo-premium-hero-carousel .swiper-slide:before{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content:' ';
}

.neo-premium-hero-carousel .slide-content {
    max-width: 50%;
    display: flex;
    padding-right: 40px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.neo-premium-hero-carousel .neo-button span{
    color:var(--neo-color-button);
    font-style: normal;
}

.neo-premium-hero-carousel .slide-image {
    text-align: right;
    z-index: 2;
    max-width: 50%;
}

.neo-premium-hero-carousel .layout-right .slide-content {
    order:2
}

.neo-premium-hero-carousel .layout-right .slide-image {
    order:1;
    text-align: left;
}

.neo-premium-hero-carousel .hero-title{
    max-width: 100%;
}

.neo-premium-hero-carousel .slide-image img {
    max-width: 90%;
    height: auto;
    border-radius: var(--neo-border-radius);
}

.neo-premium-hero-carousel .vertical-line.bottom{
    bottom:0;
    top:unset;
    right: unset;
    left:182px
}

.neo-premium-hero-carousel p{
    margin-top: 0;
}

.neo-premium-hero-carousel .swiper-slide .slide-image:hover ~ .vertical-line.top:before{
    height:0
}

.neo-premium-hero-carousel .swiper-slide .slide-image:hover ~ .vertical-line.top:after{
    height: 50px;
}

.neo-premium-hero-carousel .swiper-slide .neo-button:hover ~ .vertical-line.bottom:before{
    height:0
}

.neo-premium-hero-carousel .swiper-slide .neo-button:hover ~ .vertical-line.bottom:after{
    height: 50px;
}

/* Simulated hover for Swiper patch */
.neo-premium-hero-carousel .swiper-slide .neo-button.force-hover ~ .vertical-line.bottom:after {
    height: 50px;
}

.neo-premium-hero-carousel .swiper-slide .vertical-line.bottom:before,
.neo-premium-hero-carousel .swiper-slide .vertical-line.bottom:after{
    bottom:0
}

.neo-premium-hero-carousel .vertical-line ,
.neo-premium-hero-carousel .vertical-text {
    right: 40px;
}

.neo-premium-hero-carousel .lottie-container {
  width:60%
}


@media (min-width: 992px) {
    .neo-premium-hero-carousel .swiper-slide{
        padding: 120px 120px 60px 120px;
    }
}

@media (max-width: 991px) {
    .neo-premium-hero-carousel .swiper-slide {
        flex-direction: column;
        padding: 50px;
    }

     .neo-premium-hero-carousel .vertical-line {
        right: 30px;
    }

     .neo-premium-hero-carousel .vertical-text {
        right: 30px;
    }

    .neo-premium-hero-carousel .vertical-line.bottom{
        left:120px
    }
    
    .neo-premium-hero-carousel .slide-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        order:2
    }

    .neo-premium-hero-carousel .slide-image {
        text-align: center;
        max-width: 100%;
        order: 1;
        padding-bottom: 15px;
    }

    .neo-premium-hero-carousel .slide-image img {
        max-width: 100%;
    }

    .neo-premium-hero-carousel .slide-content .hero-title{
        font-size: 36px;
    }
    .neo-premium-hero-carousel .big-text {
        bottom: unset;
        top:100px;
        font-size: 250px;
    }
    
}

@media (max-width: 767px) {  
    .neo-premium-hero-carousel .neo-button {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .neo-premium-hero-carousel .swiper-slide{
        padding: 50px 35px
    }
}