body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
}

.testimonials-slider {
    padding: 50px 20px;
    text-align: center;
    background-color: black;
}

.texto-sections {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-slider {
    display: flex;
    justify-content: center !important;
    width: 80%;
    height: 700px;
    margin: 0 auto;
    perspective: 1000px;
    overflow: hidden;
    background-color: transparent;
}

.testimonial-card {
    width: 400px; 
    height: 600px; 
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0.5;
    transform: scale(0.8) translateX(0);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.testimonial-card .title{
    margin-top: 1.5rem;
}
.testimonial-card .header{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-card .header .user{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}
.userimg{
    margin-right: 0.5rem;
}

.testimonial-card.active {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.slider-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#prev {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 50%;
    height: 3.25rem;
    flex-shrink: 0;
    border: 0px;
    outline: none;
    font-size: 2rem;
    margin: 0px;
}
#next{
    color: white;
    background-color: transparent;
    margin: 0px;
    font-size: 2rem;
    outline: none;
    display: flex;
    width: 50%;
    height: 3.25rem;
    padding-bottom: 0.375rem;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin-left: -0.5rem;
}
button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-controls{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


#prev, #next{
    margin: 0;
    padding: 0;
    width: auto;

}
#prev:hover, #next:hover{
    cursor: pointer;
    box-shadow: none;
}




























body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
}

.videos-slider {
    padding: 50px 20px;
    text-align: center;
    background-color: black;
    margin-bottom: 10rem;
}
.videos-container{
    background-color: black;
}

.video-slider {
    display: flex;
    justify-content: center !important;
    width: 63%;
    height: 400px;
    margin: 0 auto;
    perspective: 1000px;
    overflow: hidden;
    background-color: transparent;
}

.video-card {
    width: 600px;
    height: 300px; 
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0.5;
    transform: scale(0.8) translateX(0);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


.video-card.active {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.video-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#prev-video {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 50%;
    height: 3.25rem;
    flex-shrink: 0;
    border: 0px;
    outline: none;
    font-size: 2rem;
    margin: 0px;
}
#next-video{
    color: white;
    background-color: transparent;
    margin: 0px;
    font-size: 2rem;
    outline: none;
    display: flex;
    width: 50%;
    height: 3.25rem;
    padding-bottom: 0.375rem;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin-left: -0.5rem;
}
button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-controls{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


#prev-video, #next-video{
    margin: 0;
    padding: 0;
    width: auto;

}
#prev-:hover, #next-video:hover{
    cursor: pointer;
    box-shadow: none;
}