.slide_overlay{
position: absolute;
background: #000000ad;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
flex-direction: column;
padding-left: 40px;
padding-right: 40px;
text-align: center;
z-index: 2;
top: 0px;
left: 0px;
right: 0px;
margin: auto;
}
.images-container {
position: relative;
}
.home-change-image{
position: absolute;
left: 0px;
opacity: 0;
}

.images-container:hover .home-change-image{
opacity: 1;
}
.header-home{
height: 780px;
display: flex;
align-items: center;
color: #ffffff;
text-align: center;
}

.home-header-slide-caption{
margin: auto;
font-family: 'font-medium';
color: #ffffff;
text-align: center;
width: 80%;
}

.banner-section{
padding-top: 70px;
padding-bottom: 70px;
}

.memberships-section{
padding-top: 100px;
padding-bottom: 100px;
}

.home_slide_desktop{
display: block;
}
.home_slide_mobile{
display: none;
}

.home_slide_logo{
margin-bottom: 30px;
}

.testimonials-section{
background-color: #191919;
padding-top: 100px;
padding-bottom: 100px;
}

.testimonials-card{
margin-bottom: 30px;
}
.testimonials-card img{
border-radius: 8px;
}

.splide__slide .home_slide_desktop, .home_slide_mobile {
width: 100%;
height: auto;
}
.splide__pagination__page {
height: 15px;
margin: 3px 5px;
width: 15px;
}
.splide__pagination{
z-index: 3;	
}
.splide__arrow{
z-index: 3;		
}
.splide-content {
height: calc(100vh - 140px);
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .home_slide_desktop{
    display:none;
    }
    .home_slide_mobile{
    display: block;
    }
}

@media only screen and (max-width: 600px) {
    .header-home{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(/assets/images/home/xp-home_header_mobile.jpg);
    height: auto;
    padding-top: 85px;
    padding-bottom: 70px;
    }
    .xperience {
    font-size: 3rem;
    }
    .f1-title{
    font-size: 2rem;
    }
    .home_slide_logo{
    width: 70%;
    }
    .home_slide_logo {
    margin-bottom: 10px;
    }
}
