#secWhoWeAre {
    position: relative;
    display: grid;
    grid-template-rows: 5% 1fr;
    height: 100vh;
    background: linear-gradient(to top, rgba(0, 131, 193, 0.4), rgba(196, 222, 235, 0.0) 80%);
    /*background-color: #fbf7f5;*/
    position: relative;
    font-family: 'Geologica', sans-serif;
}

.color_1-WWA {
    background-color: rgb(31, 167, 176);
}

.color_2-WWA {
    background-color: rgb(0, 131, 193);
}

.title-WWA {
    position: relative;
    height: 100px;
}

.title-WWA h1 {
    color: rgb(31, 167, 176);
    font-size: 3.5rem;
    font-weight: 700;
    margin-left: 2%;
}

.boxSlider-WWA {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.slider-WWA {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 80%;
    gap: 3%;
    transition: opacity .8s;
    opacity: 0;
}

.on {
    opacity: 1;
}

.imgSlider-WWA {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.imgSlider-WWA img {
    border-radius: 30px;
    max-height: 100%;
    max-width: 100%;
}

.contentSlider-WWA {
    height: auto;
    max-width: 40%;
    color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: -1%;
}

.contentSlider-WWA h2 {
    font-weight: 700;
    font-size: 2rem;
}

.contentSlider-WWA p {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: justify;
    padding: 25px;
}

#prev-button-WWA, #next-button-WWA {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    border: none;
    height: 50px;
    width: 50px;
    transition: transform 1s ease;
}


#prev-button-WWA img, #next-button-WWA img {
    height: 100%;
    width: 100%;
}

#prev-button-WWA {
    left: 2%;
    transform: rotate(180deg)
}

#next-button-WWA {
    right: 2%;
}

#next-button-WWA:hover {
    transform: scale(1.2);
}

#prev-button-WWA:hover {
    transform: scale(1.2) rotate(180deg);
}

.indexBox-WWA {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    width: 200px;
    height: 20px;
}

.indexBtn-WWA {
    width: 10%;
    height: 100%;
    border-radius: 100%;
    background-color: white;
    border: solid;
    border-color: rgba(31, 167, 176, 0.7);
    transition: transform 1s;
}

.on-index-WWA {
    background-color: rgb(31, 167, 176);
    transform: scale(1.1);
}

@media only screen and (max-width: 1130px) {
    #secWhoWeAre {
        height: 180vh;
    }

    .slider-WWA {
        flex-direction: column;
        gap: 0;
        height: 80%;
        width: 90%;
    }

    .imgSlider-WWA img {
        max-height: 80%;
        max-width: 80%;
    }

    .contentSlider-WWA {
        max-width: 60%;
    }

    .indexBox-WWA {
        bottom: 2%;
    }
}

@media only screen and (max-width: 900px) {
    .title-WWA h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 800px) {
    .contentSlider-WWA {
        max-width: 70%;
    }
}

@media only screen and (max-width: 700px) {
    #secWhoWeAre {
        height: 160vh;
    }

    .title-WWA h1 {
        font-size: 2.5rem;
    }

    .contentSlider-WWA {
        max-width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .contentSlider-WWA h2 {
        font-size: 1.5rem;
    }

    .contentSlider-WWA p {
        font-size: 1.1rem;
        padding: 20px;
    }

    .title-WWA h1 {
        position: absolute;
        top: 90%;
        font-size: 2rem;
    }

    #prev-button-WWA, #next-button-WWA {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 500px) {
    #secWhoWeAre {
        height: 140vh;
    }

    .imgSlider-WWA {
        height: 40%;
    }

    .contentSlider-WWA h2 {
        font-size: 1.3rem;
    }

    .contentSlider-WWA p {
        font-size: 1rem;
        padding: 10px;
    }

    .contentSlider-WWA {
        max-width: 90%;
    }

    .imgSlider-WWA img {
        max-height: 90%;
        max-width: 90%;
    }

    .indexBox-WWA {
        bottom: 5%;
    }
}

@media only screen and (max-width: 450px) {
    #secWhoWeAre {
        margin-top: -30%;
        height: 120vh;
    }

    #prev-button-WWA {
        left: 1%;
    }

    #next-button-WWA {
        right: 1%;
    }

    .title-WWA h1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .indexBox-WWA {
        width: 150px;
        height: 15px;
    }

    #prev-button-WWA, #next-button-WWA {
        height: 25px;
        width: 25px;
    }
}

@media only screen and (max-width: 380px) {
    .contentSlider-WWA p {
        padding: 5px;
    }
}

@media only screen and (max-width: 350px) {
    #secWhoWeAre {
        margin-top: -30%;
        height: 120vh;
    }

    .contentSlider-WWA p {
        font-size: 0.9rem;
    }

    #prev-button-WWA, #next-button-WWA {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width: 330px) {
    .contentSlider-WWA p {
        padding: 0px;
    }
}

@media only screen and (max-width: 300px) {
    .title-WWA h1 {
        font-size: 1.3rem;
    }
}