/* slider 01 */
.slider01 {
    height: calc(100vh - 130px);
    /* border: 2px solid greenyellow; */
    border-top: 1px solid var(--blue1);
    border-bottom: 1px solid white;
}

.slider01 .swiper-wrapper,
.slider01 .swiper-slide {
    height: 100%;
}

.slider01 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 15%;
    /* background: url('https://geraldarundass.com/consult/Performance%20consulting.jpg') no-repeat 50% 50%; */
    background: black;
    background-size: cover !important;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
}

.slider01 .ss1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/01.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 100% !important;
    background-size: cover !important;
}

.slider01 .ss2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/02.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 100% !important;
}

.slider01 .ss3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/03.jpeg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 100% !important;
}

.slider01 .ss4 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/04.jpeg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 100% !important;
}

.slider01 .ss5 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/05.avif') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 100% !important;
}

.slider01 .ss6 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url('./slider01/06.jpeg') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.slider01 .swiper-slide * {
    color: white;
    text-align: center;
}

.slider01 .swiper-slide h2 {
    font-size: 2.5rem;
    /* border-bottom: 1px solid white; */
}

.slider01 .swiper-slide h2 * {
    font-size: inherit;
    color: rgb(0, 110, 255);
}

.slider01 .swiper-slide p {
    font-size: 1.5rem;
    max-width: 100%;
    opacity: .75;
    font-weight: 200;
    padding-top: .5rem;
    margin-top: .5rem;
}

.slider01 .swiper-slide * {
    opacity: 0;
    transition: all 1s ease !important;
}

.slider01 .swiper-slide-active * {
    opacity: 1;
    transition: all 1s ease !important;
}

@media screen and (max-width:1700px) and (max-height: 750px) {
    .slider01 {
        height: calc(100vh - 120px);
    }
}

@media screen and (max-width: 1700px) {
    .slider01 .swiper-slide h2 {
        font-size: 2.25rem;
    }

    .slider01 .swiper-slide p {
        font-size: 1.25rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .slider01 .swiper-slide h2 {
        font-size: 2rem;
    }

    .slider01 .swiper-slide p {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 800px) {
    .slider01 .swiper-slide h2 {
        font-size: 1.5rem;
    }

    .slider01 .swiper-slide {
        justify-content: flex-end;
        align-items: flex-start;
        padding: 2rem 5%;
    }

    .slider01 {
        height: 550px;
    }

    .slider01 .swiper-slide * {
        text-align: center;
        width: 100%;
    }

    .slider01 .swiper-slide p {
        font-size: 1rem;
        opacity: 1;

    }
}

/* ------------------------- */
/* slider03 */

.slider03 {
    height: 280px;
    /* background-color: yellow; */
    max-width: 100%;
}

.slider03 .swiper-wrapper,
.slider03 .swiper-slide {
    height: 100%;
}

.slider03 .swiper-slide {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* border: 5px solid black; */
}

.ss-clinic-1 {
    background: url(./slider03/img-1.jpg);
}

.ss-clinic-2 {
    background: url("./slider03/img-2.jpg");
}

.ss-clinic-3 {
    background: url("./slider03/img-3.jpg");
}

.ss-clinic-4 {
    background: url("./slider03/img-4.jpg");
}

.ss-clinic-5 {
    background: url("./slider03/img-5.jpg");
}

.ss-clinic-6 {
    background: url("./slider03/img-6.jpeg");
}

.ss-clinic-7 {
    background: url("./slider03/img-7.jpeg");
}

.ss-clinic-8 {
    background: url("./slider03/img-8.jpeg");
}

.ss-clinic-9 {
    background: url("./slider03/img-9.jpeg");
}

.ss-clinic-10 {
    background: url("./slider03/img-10.jpeg");
}

.ss-clinic-11 {
    background: url("./slider03/img-11.jpeg");
}

.ss-clinic-12 {
    background: url("./slider03/img-12.jpeg");
}

.ss-clinic-13 {
    background: url("./slider03/img-13.jpeg");
}

.ss-clinic-14 {
    background: url("./slider03/img-14.jpeg");
}

.ss-clinic-15{
    background: url("./slider03/img-15.jpeg");
}

.ss-clinic-16{
    background: url("./slider03/img-16.jpeg");
}

.ss-clinic-17{
    background: url("./slider03/img-17.jpeg");
}

.slider03-contact {
    margin-top: 3rem !important;
}

@media screen and (max-width: 1200px) {
    .slider03 {
        height: 240px;
    }
}

@media screen and (max-width: 800px) {
    .slider03 {
        height: 220px;
    }

    .slider03-contact {
        margin-top: 2rem !important;
    }

    .slider03 .swiper-slide {
        background-position: 50% 20% !important;
    }

    .slider03 .ss-clinic-8 {
        background-position: 100% 30% !important;
    }

}