:root {
    --verde_inchis: #027A5E;
    --verde: #319B42;
    --lime: #D6EF49;
    --galben: #FFC72C;
    --portocaliu: #F5983B;
}

.body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.header {
    background-color: var(--verde_inchis);
    display: flex;
    height: 9vh;
    position: relative;
}

.iban {
    font-weight: 450;
}

.button_container {
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    gap: 3%;
    color: white;
    font-family: bahnschrift;
    font-size: 1vw;
    margin-left: 40%;
    justify-content: center;
    width: 50%;
}

.buttonLink {
    text-decoration: none;
    color: white;
}

.header_button {
    width: auto;
    height: auto;
    display: inline;
    text-wrap: nowrap;
    text-align: center;
}

.logo-header {
    height: 80%;
    width: auto;
    margin-left: 10%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.herosection {
    height: 50vh;
    width: 100%;
    background-color: var(--verde);

    overflow: hidden;
    position: relative;
}

.hsContainer {
    width: 100%;
    height: 100%;
    gap: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.left {
    height: 100%;
    width: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.whiteFilter {
    filter: invert(100%) hue-rotate(180deg) brightness(200%);
}

.title {

    color: white;
    font-family: bahnschrift;

    font-size: 2.5vw;
    font-weight: 600;
}

.buttons {

    width: auto;
    gap: 3%;
    display: inline-flex;
    flex-flow: row;
    align-items: center;
}

.image_our_team {
    height: 60%;
    width: auto;
    object-fit: contain;
    border: none;
    border-radius: 30px;
}

.image_our_team img {
    height: 100%;
    width: auto;
    border-radius: 3vw;
}

.bule {

    #bula1 {
        position: absolute;
        left: 0%;
        bottom: 20%;
        height: 100%;
        z-index: 0;

    }

    #bula2 {

        position: absolute;
        right: 0%;
        bottom: 0%;
        height: 100%;
        z-index: 0;
    }
}

.banda {
    background-color: var(--verde_inchis);
    display: flex;

    justify-content: center;
    align-items: center;
    width: 100%;
}

.text {

    font-family: bahnschrift;
    color: white;
    font-size: 1.2vw;
    text-align: center;
    width: 70%;
}

.poze {
    position: relative;
    height: auto;
    width: auto;
    margin: 0%;
}

.containerpoze {
    margin-top: 5%;
    margin-bottom: 10%;
    display: flex;
    row-gap: 10vh;
    justify-content: center;
    align-items: center;
    justify-self: center;
    flex-wrap: wrap;
    column-gap: 7vw;
    padding: 0;
    width: 100vw;
}

.hoverContainer {
    position: absolute;
    top: -37%;
    left: -2%;
    width: 20vw;
    height: 65vh;
    z-index: 10;
}

.instagram {

    position: absolute;
    display: none;
    z-index: 10;
    width: 15%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    top: 29%;
    left: 42.5%;
}

.instagram img {
    width: 100%;
}

.instagram:hover {

    transform: scale(1.2);
}

.poza:hover {
    .instagram {
        display: flex;
    }
}


.poza {
    position: relative;
    height: 70vh;
    width: 20%;
}

.cardHead {
    width: 96.3%;
    height: auto;
    border-radius: 12%;
    position: relative;
    border-width: 0.4vw;
    z-index: -1;
    border-style: solid;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-color: var(--lime);
}

.poza.hw .cardHead {
    border-color: var(--verde);
}

.poza.sw .cardHead {
    border-color: var(--portocaliu);
}

.poza.nt .cardHead {
    border-color: var(--galben);
}

.poza.hw .cardBody {
    filter: brightness(0) saturate(100%) invert(50%) sepia(11%) saturate(2847%) hue-rotate(77deg) brightness(97%) contrast(83%);
}

.poza.sw .cardBody {
    filter: brightness(0) saturate(100%) invert(87%) sepia(27%) saturate(7104%) hue-rotate(333deg) brightness(101%) contrast(92%);
}

.poza.nt .cardBody {
    filter: brightness(0) saturate(100%) invert(65%) sepia(87%) saturate(373%) hue-rotate(360deg) brightness(102%) contrast(106%);
}

.poza .instagram img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(61%) saturate(447%) hue-rotate(17deg) brightness(102%) contrast(99%);
}

.poza.hw .instagram img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(11%) saturate(2847%) hue-rotate(77deg) brightness(97%) contrast(83%);
}

.poza.sw .instagram img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(27%) saturate(7104%) hue-rotate(333deg) brightness(101%) contrast(92%);
}

.poza.nt .instagram img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(87%) saturate(373%) hue-rotate(360deg) brightness(102%) contrast(106%);
}

.poza.m .cardHead {
    border-color: var(--verde_inchis);
}

.poza.m .cardBody {
    filter: brightness(0) saturate(100%) invert(34%) sepia(12%) saturate(5784%) hue-rotate(130deg) brightness(95%) contrast(98%);
}

.cardBody {
    width: 100%;
    height: auto;
    margin-top: -42.5%;
}

.cardBody img {
    width: 100%;
    height: auto;
}


.cardText {
    font-family: bahnschrift;
    font-size: 1vw;
    color: white;
    align-items: center;
    text-align: left;
    margin-top: -100%;
    margin-left: 5%;
    position: relative;
    z-index: 2;
}

.name {
    font-weight: 1000;
    font-size: 1.5vw;
}

.info {

    font-weight: 200;
    font-size: 1vw;
    width: 15vw;
}

.departament {
    font-weight: 400;
    font-size: 1.5vw;
}


.footer {
    background-color: var(--verde_inchis);
    height: 35vh;
    width: 100%;
    position: relative;
    bottom: 0;
}

.logoFooter {

    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: auto;
    margin-right: auto;
    z-index: 5;
    height: 38%;
}

.logoFooter img {
    height: 100%;
}

.wavesFooter {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: auto;
    scale: 1;
}

.infoFooter {
    height: 10%;
    position: absolute;
    bottom: 31%;
    margin-left: 9.7%;
    z-index: 5;
    font-family: bahnschrift;
    font-size: 1vw;
    color: white;
    width: 80%;
    gap: 0;
    font-weight: 100;
    font-size: 1vw;

}

.icons {
    z-index: 5;
    position: absolute;
    height: 50%;
    width: 20%;
    gap: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 43%;
    margin-bottom: auto;
    flex-wrap: wrap;
    top: 20%;

    #instagram {
        height: 6.5vh;
        position: relative;
        left: 2%;
    }

    #tiktok {
        height: 8vh;
    }

    #youtube {
        height: 8vh;
        position: relative;
        left: 2%;
    }

    #linktree {
        height: 6.5vh;
    }

    #linkedin {
        height: 8vh;
    }

    #facebook {
        height: 8vh;
    }
}



.pages {
    position: absolute;
    z-index: 9;
    color: white;
    font-family: bahnschrift;
    font-size: 1vw;
    margin-top: 4%;
    line-height: 1.75;
    margin-left: 80%;
    display: flexbox;
}

.buttons {
    position: relative;

}

.members {
    position: relative;
    width: 8vw;
    height: 4vh;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #027a5e96;
    border: 7px solid #009673;
    text-align: center;
    align-content: center;
    font-size: 1.5vw;
    font-family: bahnschrift;
    border-radius: 25px 25px 25px 25px;
    text-decoration: none;
    border-color: #027A5E;
    border-style: solid;
}

.members:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

.mentors {
    position: relative;
    width: 8vw;
    height: 4vh;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #fdc8359f;
    border: 7px solid #FFC72C;
    text-align: center;
    align-content: center;
    font-size: 1.5vw;
    font-family: bahnschrift;
    border-radius: 25px 25px 25px 25px;
    text-decoration: none;
    border-color: #FFC72C;
    border-style: solid;

}

.mentors:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

.volunteers {
    position: relative;
    width: 8vw;
    height: 4vh;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #d6ef49af;
    border: 7px solid #D6EF49;
    text-align: center;
    align-content: center;
    font-size: 1.5vw;
    font-family: bahnschrift;
    border-radius: 25px 25px 25px 25px;
    text-decoration: none;
    border-color: #D6EF49;
    border-style: solid;
}

.volunteers:hover {
    cursor: pointer;
    filter: brightness(1.2);
}



@media screen and (max-width: 1008px)and (min-width: 600px) {
    .herosection {
        height: 20vh;
    }

    .title {
        font-size: 4vw;
    }

    .subtitle {
        font-size: 3vw;
    }

    .header {
        height: 5vh;
    }

    .button_container {
        font-size: 2vw;
        margin-left: 20%;
    }

    .instagram {

        position: absolute;
        display: none;
        z-index: 10;
        width: 15%;
        height: auto;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        top: 25%;
        left: 42.5%;
    }


    .icons {
        z-index: 5;
        position: absolute;
        height: 50%;
        width: 30%;
        gap: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 43%;
        margin-bottom: auto;
        flex-wrap: wrap;
        top: 20%;

        #instagram {
            height: 3.5vh;
            position: relative;
            left: 2%;
        }

        #tiktok {
            height: 4vh;
        }

        #youtube {
            height: 4vh;
            position: relative;
            left: 2%;
        }

        #linktree {
            height: 3.5vh;
        }

        #linkedin {
            height: 4vh;
        }

        #facebook {
            height: 4vh;
        }
    }

    .pages {
        position: absolute;
        z-index: 9;
        color: white;
        font-family: bahnschrift;
        font-size: 2vw;
        margin-top: 4%;
        line-height: 1.75;
        margin-left: 80%;
        display: flexbox;
    }

    .infoFooter {
        height: 10%;
        position: absolute;
        bottom: 40%;
        margin-left: 9.7%;
        z-index: 5;
        font-family: bahnschrift;
        color: white;
        width: 80%;
        gap: 0;
        font-weight: 100;
        font-size: 2vw;
    }

    .footer {
        height: 20vh;
    }

    .members {
        position: relative;
        width: 8vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #027a5e96;
        border: 7px solid #009673;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #027A5E;
        border-style: solid;
    }

    .members:hover {
        cursor: pointer;
        filter: brightness(1.2);
    }

    .mentors {
        position: relative;
        width: 8vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #fdc8359f;
        border: 7px solid #FFC72C;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #FFC72C;
        border-style: solid;

    }

    .mentors:hover {
        cursor: pointer;
        filter: brightness(1.2);
    }

    .volunteers {
        position: relative;
        width: 8vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #d6ef49af;
        border: 7px solid #D6EF49;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #D6EF49;
        border-style: solid;
    }

    .text {

        font-family: bahnschrift;
        color: white;
        font-size: 1.5vw;
        text-align: center;
        width: 70%;
    }

    .containerpoze {
        display: flex;
        row-gap: 25vw;
        justify-content: center;
        align-items: center;
        justify-self: center;
        flex-wrap: wrap;
        column-gap: 7vw;

        padding: 0;
        width: 100vw;
    }

    .poza {
        position: relative;
        height: 50vh;
        width: 30%;
    }

    .cardText {
        font-family: bahnschrift;
        font-size: 1.7vw;
        color: white;
        align-items: center;
        text-align: left;
        margin-top: -100%;
        margin-left: 5%;
        position: relative;
        z-index: 2;
    }

    .name {
        font-weight: 1000;
        font-size: 2.5vw;
    }

    .info {

        font-weight: 200;
        font-size: 1.7vw;
        width: 25vw;
    }

    .departament {
        font-weight: 400;
        font-size: 2.5vw;
    }

    .cardHead {
        position: relative;
        left: 0.00vh;
        border-width: 0.59vw;
    }

}

@media screen and (max-width: 640px) {
    .herosection {
        height: 13vh;
    }

    .title {
        font-size: 4vw;
    }

    .subtitle {
        font-size: 3vw;
    }

    .header {
        height: 5vh;
    }

    .button_container {
        font-size: 2.5vw;
        margin-left: 10%;
    }

    .instagram {

        position: absolute;
        display: none;
        z-index: 10;
        width: 15%;
        height: auto;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        top: 30%;
        left: 42.5%;
    }


    .icons {
        z-index: 5;
        position: absolute;
        height: 50%;
        width: 30%;
        gap: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 43%;
        margin-bottom: auto;
        flex-wrap: wrap;
        top: 20%;

        #instagram {
            height: 3.5vh;
            position: relative;
            left: 2%;
        }

        #tiktok {
            height: 4vh;
        }

        #youtube {
            height: 4vh;
            position: relative;
            left: 2%;
        }

        #linktree {
            height: 3.5vh;
        }

        #linkedin {
            height: 4vh;
        }

        #facebook {
            height: 4vh;
        }
    }

    .pages {
        position: absolute;
        z-index: 9;
        color: white;
        font-family: bahnschrift;
        font-size: 2.5vw;
        margin-top: 4%;
        line-height: 1.75;
        margin-left: 80%;
        display: flexbox;
    }

    .infoFooter {
        height: 10%;
        position: absolute;
        bottom: 40%;
        margin-left: 9.7%;
        z-index: 5;
        font-family: bahnschrift;
        color: white;
        width: 80%;
        gap: 0;
        font-weight: 100;
        font-size: 2vw;
    }

    .footer {
        height: 20vh;
    }

    .members {
        position: relative;
        width: 10vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #027a5e96;
        border: 3px solid #009673;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #027A5E;
        border-style: solid;
    }

    .members:hover {
        cursor: pointer;
        filter: brightness(1.2);
    }

    .mentors {
        position: relative;
        width: 10vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #fdc8359f;
        border: 3px solid #FFC72C;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #FFC72C;
        border-style: solid;

    }

    .mentors:hover {
        cursor: pointer;
        filter: brightness(1.2);
    }

    .volunteers {
        position: relative;
        width: 10vw;
        height: 2vh;
        text-align: center;
        color: white;
        text-decoration: none;
        background-color: #d6ef49af;
        border: 3px solid #D6EF49;
        text-align: center;
        align-content: center;
        font-size: 2vw;
        font-family: bahnschrift;
        border-radius: 25px 25px 25px 25px;
        text-decoration: none;
        border-color: #D6EF49;
        border-style: solid;
    }

    .text {

        font-family: bahnschrift;
        color: white;
        font-size: 2.5vw;
        text-align: center;
        width: 70%;
    }

    .containerpoze {
        display: flex;
        row-gap: 10vh;
        justify-content: center;
        align-items: center;
        justify-self: center;
        flex-wrap: wrap;
        column-gap: 7vw;
        padding: 0;
        width: 100vw;

    }

    .poza {
        position: relative;
        height: 50vh;
        width: 50%;
    }

    .cardText {
        font-family: bahnschrift;
        font-size: 10vw;
        color: white;
        align-items: center;
        text-align: left;
        margin-top: -100%;
        margin-left: 5%;
        position: relative;
        z-index: 2;
    }

    .name {
        font-weight: 1000;
        font-size: 4vw;
    }

    .info {

        font-weight: 200;
        font-size: 3vw;
        width: 45vw;
    }

    .departament {
        font-weight: 400;
        font-size: 3.5vw;
    }

    .header_button {
        display: none;
    }

    .footer {
        margin-top: 10vh;
    }

    .banda {
        margin-bottom: 10vh;
        ;
    }

    .cardHead {
        border-width: 4px
    }
    
}

