.slideshow {
    list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after {
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 48s linear infinite 0s;
}



.slideshow li:nth-child(1) span {
    background-image: url("/images/fundacja-a-background-main.png");
}
.slideshow li:nth-child(2) span {
    background-image: url("/images/bg1.png");
    animation-delay: 12s;
}
.slideshow li:nth-child(3) span {
    background-image: url("/images/bg2.png");
    animation-delay: 24s;
}
.slideshow li:nth-child(4) span {
    background-image: url("/images/bg3.png");
    animation-delay: 36s;
}

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

header {
    position: relative;
    background-color: black;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    min-height: 100svh;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body {background-color: #212125}

section {background-color: white;}

@media (min-width: 992px) {
    .max-container {
        max-width: 100%;
        padding-left: 65px;
        padding-right: 65px;
    }
}

.bottom-banner-content {
    display: flex;
    justify-content: space-between;
}

.bottom-banner-content h1{
    font-family: Big Shoulders Display;
    font-size: 104px;
    font-weight: 900;
    line-height: 104px;
    margin-top: 44px;
}

.text-white {
    position: absolute;
    bottom: 50px;
}

h2.about-title {
    font-family: Albert Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: left;
    max-width: 871px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.about-text {
    font-family: Albert Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    padding-bottom: 20px;
}

.about-border-left {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    border-left: solid 2px #212125;
    padding-left: 20px;
    margin-bottom: 60px;
}

section.project-card {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.bg-tree {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-miasto-drzew.png");
    background-size: cover;
}

.bg-tree .text-white {
    position: absolute;
    bottom: 34%;
}

.bg-availability {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-dostepnosc.png");
    background-size: cover;
}


.bg-availability .text-white {
    position: absolute;
    bottom: 34%;
}

.bg-scholarship {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-stypendia.png");
    background-size: cover;
}

.bg-scholarship .text-white {
    position: absolute;
    bottom: 34%;
}

p.project {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
}

h2.project-title {
    font-family: Big Shoulders Display;
    font-size: 104px;
    font-weight: 900;
    line-height: 104px;
    text-align: left;
    padding-bottom: 10px;
}

.navbar-footer {
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 60px;
}

.navbar-footer li {
    color: #212125;
    padding-right: 30px;
}

footer {
    padding-bottom: 60px;
    background-color: #F3F0E8;
}

p.footer-text {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    padding-top: 60px;
}

.align-item-end {
    text-align: end;
    padding-top: 100px;
}

div.copyright-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.item-to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1200px) {
    .bottom-banner-content img {
        display: none;
    }
}

@media (max-width: 992px) {
    .bg-container {
        background-position: 40%;
    }
    .bottom-banner-content h1 {
        font-family: Big Shoulders Display;
        font-size: 48px;
        font-weight: 900;
        line-height: 48px;
        margin-top: 44px;
    }
    .bottom-banner-content img {
        display: none;
    }
    .text-white {
        position: absolute;
        bottom: 25px;
    }
    h2.about-title {
        font-family: Albert Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        text-align: left;
        max-width: 871px;
        padding-top: 44px;
        padding-bottom: 35px;
    }

    .bg-tree .text-white {
        position: absolute;
        bottom: 6%;
    }
    .bg-availability .text-white {
        position: absolute;
        bottom: 6%;
    }
    p.project {
        font-family: Albert Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
    }
    h2.project-title {
        font-family: Big Shoulders Display;
        font-size: 56px;
        font-weight: 900;
        line-height: 56px;
        text-align: left;
        padding-bottom: 10px;
    }

    .bg-tree {
        background-position: 50%;
    }
    .bg-availability {
        background-position: 50%;
    }

    .navbar-footer {
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 36px;
    }
    .navbar-footer li {
        font-size: 16px;
        padding-right: 20px;
    }
    p.footer-text {
        font-family: Albert Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        padding-top: 36px;
    }
    .align-item-end img {
        height: 80px;
    }
    footer {
        padding-bottom: 36px;
    }
    .max-container {
        padding-left: 20px;
    }
}