.section {
    width: 100%;
}

#fold {
    position: relative;
}

#fold-intro {
    width: 100%;

    color: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;

    top: 50%;
    left: 50%;

    text-align: center;

    transform: translate(-50%, -50%);

    z-index: 2;
}

#fold-intro > span {
    font-size: 48px;
    font-weight: normal;

    text-align: center;
    text-transform: uppercase;
}

.fold-slider {
    width: 100%;
    height: 100vh;
}

.fold-slide-container {
    width: 100%;
    height: 100vh;
}

.fold-slide-container > img {
    width: 100%;
    height: 100%;

    filter: brightness(60%);

    object-fit: cover;

    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
}

.sectoins-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 100px;

    padding: 100px;
}

#about-us {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

#about-us > div:first-child {
    display: flex;
}

#about-us-img { 
    width: 400px;
    height: 400px;

    border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);

    overflow: hidden;

    animation: bubble 10.0s ease-in-out infinite;
}

#about-us-img > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

#who-we-are {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

#who-we-are > * {
    margin: 0;
}

#who-we-are > h2 {
    font-weight: bold;

    text-align: center;
    text-transform: uppercase;
}

#who-we-are > p {
    font-size: 18px;

    line-height: 24px;
}

#bottles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

#bottles > div:first-child {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#bottles > div:first-child > h2 {
    font-weight: bold;

    margin: 0;

    text-align: center;
    text-transform: uppercase;
}

.bottles-slider {
    max-width: 100%;
}

.bottle-slide-container {
    height: 400px;

    border-radius: 0;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;

    padding: 50px;
    margin: 5px;
}

.bottle-slide-container > img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
}

.bottle-slide-container > span {
    font-size: 18px;

    text-align: center;
    text-transform: uppercase;
}

#about-fund {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

#about-us > div:last-child {
    display: flex;
}

#about-fund-img { 
    width: 400px;
    height: 400px;

    border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);

    overflow: hidden;

    animation: bubble 10.0s ease-in-out infinite;
}

#about-fund-img > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

#fund-purpose {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

#fund-purpose > * {
    margin: 0;
}

#fund-purpose > h2 {
    font-weight: bold;

    text-transform: uppercase;
}

#fund-purpose > p {
    font-size: 18px;

    line-height: 24px;
}

#posts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

#posts > div:first-child {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#posts > div:first-child > h2 {
    font-weight: bold;

    margin: 0;

    text-align: center;
    text-transform: uppercase;
}

.posts-slider {
    max-width: 100%;
}

.post-slide-container {
    height: 400px;

    border-radius: 0;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;

    padding: 50px;
    margin: 5px;
}

.post-slide-container > span {
    font-size: 24px;
    font-weight: normal;
}

#partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

#partners > div:first-child {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#partners > div:first-child > h2 {
    font-weight: bold;

    margin: 0;

    text-align: center;
    text-transform: uppercase;
}

#partners-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.partner {
    max-width: 220px;
    height: 100px;
}

.partner > img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

@media only screen and (max-width: 1200px) {
    #fold-intro > span {
        font-size: 36px;
    }

    .sectoins-container {
        gap: 50px;

        padding: 50px;
    }

    #about-us {
        gap: 50px;
    }

    #about-fund {
        gap: 50px;
    }
}

@media only screen and (max-width: 900px) {
    #about-us {
        flex-direction: column;
    }

    #about-fund {
        flex-direction: column-reverse;
    }

    .post-slide-container > span {
        font-size: 18px;
    }

    .post-link-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px) {
    #fold-intro > span {
        font-size: 28px;
    }

    #fold-logo {
        width: 64px;
        height: 64px;
    }

    .sectoins-container {
        gap: 20px;

        padding: 20px;
    }

    #about-us {
        gap: 20px;
    }

    #about-us-img { 
        width: 250px;
        height: 250px;
    }

    #who-we-are {
        align-items: center;
    }

    #bottles {
        gap: 20px;
    }

    #about-fund {
        gap: 20px;
    }

    #fund-purpose {
        align-items: center;
    }

    #about-fund-img { 
        width: 250px;
        height: 250px;
    }

    #posts {
        gap: 20px;
    }

    #partners {
        gap: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #fold-intro > span {
        font-size: 22px;
    }
}

@keyframes bubble {
    0%, 100% {
        border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
    }
    50% {
        /* border-radius: 77% 43% 54% 46% / 40% 38% 62% 60%; */
        border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
    }
}