
.image-slider-container {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-slider-container > h4, .image-slider-container > .title-container > h4 {
    display: block;
    color: #29A181;
    width: 100%;
    max-width: 1250px;
    padding: 0;
    text-transform: uppercase;
    margin: auto auto 50px;
}

.image-slider-container > p, .image-slider-container > .content-container > p {
    display: block;
    width: 100%;
    max-width: 1250px;
    padding: 0;
    margin: 50px auto auto;
}

.image-slider {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 900;
    max-height: calc(100vh - 96px);
    min-height: calc(100vw / 4);
    overflow: hidden;
}

.image-slider.full-height {
    aspect-ratio: unset;
    height: calc(100vh - 96px);
}

.page-content > .elementor > .elementor-section:first-child .image-slider.full-height {
    height: calc(100vh - 256px);
}

.image-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.image-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-slider .swiper-slide img.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-slider .swiper-slide .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(30, 30, 30, 0.7));
}

.image-slider .swiper-slide .slide-info-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 18%;
    left:50%;
    transform: translateX(-50%);
    color: white;
    margin-top: 58px;
    width: 100%;
    max-width: 1350px;
    padding: 0 50px;
}
.image-slider .swiper-slide .slide-info-container h1,
.image-slider .swiper-slide .slide-info-container h2,
.image-slider .swiper-slide .slide-info-container h3,
.image-slider .swiper-slide .slide-info-container h4,
.image-slider .swiper-slide .slide-info-container p
{
    color: white;
}

.image-slider .swiper-slide .slide-info-container p{
    max-width: 400px;
}



.image-slider .swiper-slide .date {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.image-slider .swiper-slide .date img.arrow {
    width: 10px;
    height: 10px;
    margin-left: 12px;
    margin-right: 12px;
}

.image-slider .swiper-slide .title {
    margin-bottom: 22px;
    text-transform: uppercase;
}

.image-slider .swiper-slide .content-first {
    margin-top: 32px;
}

.image-slider .swiper-slide .content-second {
    margin-top: 10px;
}

.image-slider .swiper-slide .content-third {
    margin-top: 32px;
}

.image-slider .swiper-slide .content-first, .swiper-slide .content-first {
    text-transform: uppercase;
}

.image-slider .swiper-slide .discover-button {
    margin-top: 42px;
}

.image-slider .swiper-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 120px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.image-slider .swiper-button-prev, .image-slider .swiper-button-next {
    width: 67px;
    height: 67px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 14px;
    position: relative;
    margin: 0;
    display: block;
    top: unset;
    left: unset;
    right: unset;
    color: unset;
}

.image-slider .swiper-button-prev.swiper-button-lock, .image-slider .swiper-button-next.swiper-button-lock {
    display: none;
}

.image-slider .swiper-button-prev.swiper-button-disabled, .image-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.image-slider .swiper-button-prev:after, .image-slider .swiper-button-next:after {
    display: none;
}

.image-slider .swiper-button-next {
    margin-top: 24px;
}

.image-slider .swiper-button-prev img, .image-slider .swiper-button-next img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


@media only screen and (max-width: 1700px) {
    .image-slider .swiper-navigation-wrapper {
        right: 80px;
    }

    .image-slider .swiper-slide .slide-info-container {
        margin-top: 0;
    }

    .image-slider .swiper-button-prev, .image-slider .swiper-button-next {
        width: 57px;
        height: 57px;
    }
}


@media only screen and (max-width: 992px) {

    .image-slider-container {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .image-slider {
        width: 100%;
        aspect-ratio: 327 / 245;
    }

    .image-slider.full-height {
        aspect-ratio: unset;
        height: calc(100vh - 96px);
    }
    
    .page-content > .elementor > .elementor-section:first-child .image-slider.full-height {
        height: calc(100vh - 96px);
    }

    .image-slider-container > h4 {
        max-width: 100%;
        padding: 0;
    }

    .image-slider-container > p {
        max-width: 100%;
        padding: 0;
    }

    .image-slider .swiper-navigation-wrapper {
        right: 24px;
        top: unset;
        bottom: 50px;
        transform: unset;
    }

    .image-slider-container.with-content .image-slider .swiper-navigation-wrapper {
        right: 20px;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
    }

    .image-slider .swiper-button-next {
        margin-top: 16px;
    }


    .image-slider .swiper-slide .slide-info-container {
        position: absolute;
        transform: unset;
        left: 30px;
        bottom: 50px;
        padding: 0;
        right: 120px;
        width: unset;
    }

    .image-slider .swiper-slide .slide-info-container p{
        max-width: unset;
    }


    .image-slider .swiper-slide .title {
        text-transform: uppercase;
        margin-bottom: 22px;
    }
}
