@import url("./styles.css");



.background-container {
    height: 30vh;
}

h2 {
    text-align: left;
}

.section p {
    color: white;
}

ul {
    list-style-type: disc; /* Restores default bullets */
}

.section {
    background: black;
    padding:  2vw 10vw;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.feature-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid white;
    justify-content: flex-start;
    gap: 2rem;
}

.feature-container img {
    height: 15vh;
    border-radius: 50%;
    object-fit: cover;
}

.feature-info {
    color: white;
    font-size: 1rem;
}

.feature-info h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-info p {
    margin: 0;
    max-width: 50vw;
}

.features h1 {
    color: white;
    font-size: 3rem;
    font-weight: 600;
}

.feature-container > .feature-info:first-of-type {
    min-width: 15rem;
    flex-shrink: 0;
}

.feature-info h2 {
    color: white;
    font-size: 1.5rem;
}

.slide1, .slide2{
    display:none;
}

.slideshowButton {
    color: black;
    height: 10rem;
    width: 5rem;
    padding: 0 0;
    border-radius: 50%;
    background-color: white;
    border: none;
    font-weight: 1000;
    font-size:4rem;
    transform: scaleY(0.5); 
    position: absolute;
    aspect-ratio: 1/1;
    z-index: 997;
    text-align: center;
}

#rightButton {
    right: 5vw;
}

#leftButton {
    left: 5vw;
}

.slideshowButton:hover {
    color: #233544;
    background-color: rgb(230, 230, 230);

}

.slideshow{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slide1, .slide2{
    display:none;
}