#hero-slider {
    height: 90vh;
    display: flex;
    align-items: center;
    min-height: 670px;
}

.swiper-photos {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 670px;
}
#poredjenje h2{
	order:-1  !important;
}
.text.telecare-description{
		order:0  !important;
}

.swiper-photos .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-navigation-icon path {
    fill: #F25805 !important;
}


.swiper-testimonials {
    margin-top: 100px;
    padding-bottom: 100px;
}

.swiper-pagination {
    position: relative;
    width: 70% !important;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #F25805;

}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #D9D9D9;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    padding-inline: 30px;
    padding-top: 22px;
    width: 600px;
    padding-bottom: 40px;
    position: relative;





}

.testimonial-card::after {
    content: "";
    position: absolute;
    height: 70px;
    width: 90px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    bottom: 0;
    transform: translateY(100%);
    left: 70px;

}

.testimonial-card img {
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
    width: max-content;
}

.testimonial-text {
    color: #16315B;
    line-height: 36px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
}

.testimonial-name {
    color: #16315B;
    font-weight: 800;
    font-size: 24px;
    font-style: italic;

}

@media (max-width: 1704px) {
    .swiper-testimonials {
        margin-left: 40px;
    }


}

@media (max-width: 730px) {
    #hero-slider {
        flex-direction: column;
        height: unset;
    }

    .swiper-photos {
        position: relative;
        min-height: 400px;
        height: 400px;
    }

    .testimonial-card {
        width: 100%;
    }

    .swiper-testimonials {
        margin-top: -50px;
    }

    .swiper-testimonials {
        margin-left: unset;
    }

    .testimonial-text,
    .testimonial-name {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-card img {
        height: 20px;
    }

    .swiper-pagination {
        width: 100% !important;

    }

    .swiper-testimonials {
        padding-bottom: unset;
    }

}
@media (max-width: 800px) {
	.swiper.swiper-photos{
		margin-top:100px;
	}
}

