@font-face {
    font-family: Gabarito-VariableFont_wght;
    src: url(../Gabarito-VariableFont_wght.ttf);
    font-weight: 100;
    font-weight: 200;
    font-weight: 300;
    font-weight: 400;


}



body {
    font-family: Gabarito-VariableFont_wght;
    src: url(../Gabarito-VariableFont_wght.ttf);
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.5s ease;
    background-color: #EEEAD5;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

nav a:hover {
    color: rgb(136, 111, 11);
}

.footer a:hover {
    text-decoration: underline;
}


.donate {
    font-weight: 600;
    padding-right: 2vw;
    font-size: 1.3rem;
    color: #5a4722;
}


.leftnav {
    display: flex;
    gap: 3vw
}

.bothnavs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}

nav {
    background-color: rgb(238, 234, 213, 0.8);
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2%;
    align-items: center;
    justify-self: center;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    color: #000000;
    z-index: 1000;
}

.about,
.ourphilosophy,
.ideaspace,
.donate {
    align-self: center;
    text-align: center;
}

.logo1 {
    height: auto;
}

.logo1 svg {
    width: 4rem;
    height: 4rem;
    padding: 0.2rem 0rem 0rem 0.4rem;
}



table {
    width: 40%;
    border-collapse: collapse;
    table-layout: auto;
}

table th,
table td {
    padding: 0.5rem;
    border: 1px solid#d3d2cb
}

table th:first-child,
table td:first-child {
    text-align: left;
}

table th:last-child,
table td:last-child {
    text-align: right;
}

.supportus-top-text {
    text-align: center;
    font-size: 1.8vw;
    padding: 2vw 0vw 2vw 0vw;
}



.supportus-middle {
    display: flex;
    flex-direction: row;
    gap: 15%;
    background-image: url(../img/pyramid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.supportus-middle-two {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20vw 6vw 4vw 2vw;
    color: #000000;
    text-align: right;
}

.supportus-middle-one {
    display: flex;
    flex-direction: column;
    padding: 24vw 2vw 4vw 6vw;
    color: #EEEAD5;
}

ul,
table {
    font-size: 1rem;
}

.supportus-bottom ol {
    font-size: 1.2rem;
}

.supportus-bottom li {
    font-size: 1rem;
}


.supportus-bottom ul,
ol {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

ul {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}

.middle-text-head {
    font-size: 1.8rem;
}

.middle-text-one {
    font-size: 1.3rem;

}




.supportus-bottom {
    padding: 2vw 4vw 2vw 4vw;

}

.bottom-text-top {
    font-size: 1.4rem;
}


.bottom-text-middle {
    font-size: 1.1rem;

}

.supportus-img {
    padding: 0rem 40vw 0rem 40vw;
}

.supportus-img img {
    width: 100%;

}

.pyramids-img img {
    width: 100%;
}

.bottom-bottom-text {
    font-size: 1.1rem;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 1rem 0rem;
    font-size: 1rem;
    border-style: none;
    background-color: #EEEAD5;
       color: #000000;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

.dropdown-toggle:hover {
    background-color: #ffffff;
}

.dropdown-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    border: 1px solid #ccc;
    border-top: none;
}

.dropdown-section.open {
    max-height: 2000px;
    padding: 15px;
}

@media (max-width: 1000px) {

    .donate {
        font-size: 1rem;
    }


    nav {
        font-size: 1rem;
    }

    .supportus-top-text {
        text-align: center;
        font-size: 2.5vw;
        padding: 2vw 2vw 4vw 2vw;
    }

    ul,
    table {
        font-size: 1.7vw;
    }

    ul {
        gap: 0.4rem;
    }

    .middle-text-head {
        font-size: 2.6vw;
    }

    .middle-text-one {
        font-size: 2vw;

    }


    .supportus-middle-two {

        padding: 10vw 4vw 4vw 2vw;
    }

    .supportus-middle-one {

        padding: 20vw 4vw 4vw 4vw;
    }

    .supportus-middle {
        background-size: cover;
    }
}

@media (max-width: 600px) {


    .supportus-top-text {
        text-align: center;
        font-size: 1rem;
        padding: 2vw 7vw 4vw 7vw;

    }

    .supportus-middle {
        display: flex;
        flex-direction: column;
        gap: 15%;
        background-image: none;

    }


    .supportus-middle-two {
        flex-direction: column;
        align-items: flex-start;
        padding: 2vw 7vw 4vw 7vw;
        color: #000000;
        text-align: left;
        gap: 0.3rem
    }

    .supportus-middle-one {
        flex-direction: column;
        padding: 2vw 7vw 4vw 7vw;
        color: #000000;
    }

    ul,
    table {
        font-size: 1rem;
    }

    .middle-text-head {
        font-size: 1.2rem;
    }

    .middle-text-one {
        font-size: 1rem;

    }

    table {
        width: auto;
        border-collapse: collapse;
        table-layout: auto;
    }


    .supportus-bottom {
        padding: 2vw 7vw 4vw 7vw;

    }

    .bottom-text-top {
        font-size: 1.2rem;
    }


    .bottom-text-middle {
        font-size: 1rem;

    }
}


@media (max-width: 465px) {
    nav {
        font-size: 3.5vw;

    }

    .donate {
        font-size: 3.5vw;
    }


}