
@import url('https://fonts.googleapis.com/css2?family=Phetsarath:wght@400;700&display=swap');
@font-face {
    font-family: Piston Balck ;
    src: url(../font/PistonBlack-Regular.ttf); 
}
 
/* .phetsarath-regular {
  font-family: "Phetsarath", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.phetsarath-bold {
  font-family: "Phetsarath", sans-serif;
  font-weight: 700;
  font-style: normal;
} */
:root{
    --kolor-ciemny:rgba(32, 42, 6, 1);
    --kolor-akcent:rgba(208, 248, 64, 1);
    --kolor-napisy:rgba(136, 176, 149, 1);
    --kolor-jasny:rgba(255, 207, 141, 1);
    --kolor-fiolet:rgba(125, 62, 142, 1);
}
*{
    /* box-sizing: border-box; */
    transition: 1s;
}
html{
    scroll-behavior: smooth;
    font-size: 10px;
}
body{
    font-size: 1.6rem;
}
img{
    max-width: 100%;
}
p{
    font-family: "Phetsarath", sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
}
a{
    font-family: Piston Balck ;
    color: var(--kolor-napisy);
    text-decoration: none;
}
h1{
    font-family: "Piston Balck";
}
h2{
    font-family: "Piston Balck";
}
h3{
    font-family: "Piston Balck";
}
h4{}
h5{
  font-family: "Phetsarath", sans-serif;

}
h6{
    color: rgba(136, 176, 149, 0.5);
    font-size: 1.2rem;
    font-family: "Phetsarath", sans-serif;
}

/* NAWIGACJA DESKTOP */
nav{
    background-color: var(--kolor-ciemny);
    position: fixed;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;

    z-index: 2;
}
nav div{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 7vh;
    text-align: center;
}
nav ol{
    background-color: var(--kolor-ciemny);
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    border-radius:20px;
    color: var(--kolor-napisy);
}
nav ol li{}
nav ol li a{
    color: var(--kolor-);
    padding: 15px 2vw ;
    text-align: center;
    display: block;
    font-size: 3vh;
    letter-spacing: 1px;
    border-radius:10px;
}
nav ol li a:hover{
    background-color: var(--kolor-akcent);
    color: var(--kolor-ciemny);
}

/* NAWIGACJA MOBILE */
.burger{
    background-color: var(--kolor-ciemny);
    color: var(--kolor-napisy);

    position: fixed;
    right: 2rem;
    top: 1rem;

    font-size: 3rem;
    padding: .6rem .7rem;

    /* cursor: default; */
    cursor: pointer;
    display: none;
    z-index: 1;

}
.burger:hover{
    background-color: var(--kolor-napisy);
    color: var(--kolor-ciemny);
}
.nakladka{
    /* opacity: .9; */
    background-color: var(--kolor-ciemny);
    position: fixed;
    right: 0;
    height: 0;
    width: 100%;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.zamknijX{
    background-color: var(--kolor-napisy);
    color: var(--kolor-ciemny);

    position: absolute;
    top: 1rem;
    right: 2rem;

    font-size: 3rem;
    padding: .6rem 1.2rem;

    cursor: pointer;
}
.zamknijX:hover{
    background-color: var(--kolor-ciemny);
    color: var(--kolor-napisy);
}

.nakladka ol{
    /* background-color: red; */
    width: 100%;
}
.nakladka ol li{
    /* background-color: aqua; */
}
.nakladka ol li a{
    /* background-color: yellow; */
    display: block;
    text-align: center;
    text-decoration: none;

    color: var(--kolor-napisy);
    font-size: 4rem;
    padding: 2rem 0;

    margin-bottom: 2vh;
}
.nakladka ol li a:hover{
    background-color: var(--kolor-akcent);
    color: var(--kolor-ciemny);
}


/* WSZYSTKIE SEKCJE */
section{
    min-height: 80vh;
    
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 2rem;
    scroll-margin-top: 5rem;
}
.zawartosc{
    max-width: 1420px;
    width: 100%;
    /* overflow: hidden; */
    /* background-color: red; */
}


/* POSZCZEGÓLNE SEKCJE */
#pierwsza{
    color: var(--kolor-akcent);
    background: url(../img/tlo_animacja.gif) no-repeat center center;
    background-size: cover;
    background-color: var(--kolor-ciemny);
}
#pierwsza .zawartosc{
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 5rem;

    width: 100%;
}
#pierwsza h1{
    font-size: clamp(6rem, 25vw, 30rem);
}
#pierwsza h5{
    color: var(--akcent, #D0F840);
    font-size: 2rem;
    width: 15%;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}


#druga{
    background-color: var(--kolor-jasny);
    background: url(../img/background_texture.jpg);
    background-size: cover;
    /* flex-direction: column; */
    position: relative;
    padding-bottom: 150px;
}
#druga .zawartosc{

    display: flex;
    gap: 50px;
    align-items: flex-start;
    width: 100%;

    /* flex-wrap: wrap; */
}
#druga h2{
    flex: 1 1 100px;

    color: var(--kolor-napisy);
    font-size: 26rem;
    font-weight: 400;
    
    writing-mode: vertical-rl;
    /* text-orientation: mixed; */
    transform: rotate(180deg);
    white-space: nowrap;
}
#druga article{
    flex: 3 1 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}
#druga aside{
    flex: 2 1 300px;
}
#druga article p{
    color: var(--kolor-ciemny);
    /* line-height: 1.5; */
    /* margin-top: 15px; */
}
#druga article .bold{
    font-family: "Phetsarath", sans-serif;
    font-weight: 700;
}
#druga em{
    font-family: Piston Balck ;
    font-size: 3rem;
}
#druga .smok{
    position: absolute;
    right: 5vw;
    width: 30vw;
}
#druga .dekoracja{
    position: absolute;
    left: 0;
    bottom: 3rem;
    
    width: 55%;
    max-height: 150px;
}


#trzecia{
    background: url(../img/tlo_3.png) no-repeat center center;
    background-size: cover;
    background-color: var(--kolor-ciemny);
    color: var(--kolor-akcent);

    position: relative;
}
#trzecia .zawartosc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}
#trzecia h3{
    font-size: clamp(3rem, 5vw, 6.4rem);
    text-align: center;
    width: 20rem;
}
#trzecia .year h3{
    font-family: "Phetsarath", sans-serif;
    font-weight: 700;  
}
#trzecia .year, #trzecia .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5.5vw;
}
#trzecia .group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 5vh; */
    margin: 5vh;
    flex-wrap: nowrap;
    position: relative;
    width: 80%;
    padding-inline: calc(var(--timeline-dot-size) / 2);
    box-sizing: border-box;
    --timeline-dot-size: clamp(3.5rem, 5vw, 7rem);
}
#trzecia .timeline-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trzecia .dot-1, #trzecia .dot-2, #trzecia .dot-3, #trzecia .dot-4{
    width: var(--timeline-dot-size);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--kolor-akcent);
    cursor: pointer;
    z-index: 0;
    flex: 0 0 var(--timeline-dot-size);
}
#trzecia .timeline{
    background-color: var(--kolor-akcent);
    position: absolute;
    left: calc(var(--timeline-dot-size) / 2);
    right: calc(var(--timeline-dot-size) / 2);
    top: 50%;
    transform: translateY(-50%);
    height: clamp(0.8rem, 1vw, 1.4rem);
}
.pop-up-1{
    display: none;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(40rem, 90vw);


    background-color: var(--kolor-jasny);
    color: var(--kolor-ciemny);
    width: 40rem;
    height: auto;
    z-index: 1;
    border-radius: 1.5rem;
    padding: 2.5rem;
}
.pop-up-1 h5{
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.4rem; 
    letter-spacing: 0.3rem;
    margin-bottom: 1.5rem;
}
.pop-up-2{
    display: none;
    position: absolute;
    cursor: pointer;
    /* position: fixed; */
    /* opacity: 0.5; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(40rem, 90vw);

    background-color: var(--kolor-jasny);
    color: var(--kolor-ciemny);
    width: 40rem;
    height: auto;
    z-index: 1;
    border-radius: 1.5rem;
    padding: 2.5rem;
}
.pop-up-2 h5{
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.4rem; 
    letter-spacing: 0.3rem;
    margin-bottom: 1.5rem;
}
.pop-up-3{
    display: none;
    position: absolute;
    cursor: pointer;
    /* position: fixed; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(40rem, 90vw);

    background-color: var(--kolor-jasny);
    color: var(--kolor-ciemny);
    width: 40rem;
    height: auto;
    z-index: 1;
    border-radius: 1.5rem;
    padding: 2.5rem;
}
.pop-up-3 h5{
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.4rem; 
    letter-spacing: 0.3rem;
    margin-bottom: 1.5rem;
}
.pop-up-4{
    display: none;
    position: absolute;
    cursor: pointer;
    /* position: fixed; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: min(40rem, 90vw);

    background-color: var(--kolor-jasny);
    color: var(--kolor-ciemny);
    width: 40rem;
    height: auto;
    z-index: 1;
    border-radius: 1.5rem;
    padding: 2.5rem;
}
.pop-up-4 h5{
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.4rem; 
    letter-spacing: 0.3rem;
    margin-bottom: 1.5rem;
}


#czwarta{
    color: var(--kolor-napisy);
    background: url(../img/background_texture.jpg);
    background-size: cover;
    position: relative;
}
#czwarta .zawartosc{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#czwarta .decorative-bar{
    position: absolute;
    left: 0;
    height: 100%;
    width: auto;
    /* width: 100%; */
    object-fit: contain;
    object-position: left start;
}
#czwarta article{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5vw;
}
#czwarta h2{
    font-size: clamp(8rem, 15vw, 14rem);
    line-height: 10rem;
    margin-bottom:10rem;
    color: var(--kolor-napisy);
}
#czwarta h4{
    display: none;
}
#czwarta .right{
    text-align: right;
}
#czwarta em{
    display: inline-block;
    font-size: 2.6rem;
    color: var(--kolor-napisy);
    /* margin-bottom: 1.6rem; */
    font-weight: normal;
    font-family: "Phetsarath", sans-serif;
    letter-spacing: 0.75rem;
    text-transform: capitalize;
    vertical-align: middle;
    line-height: 6;
}
#czwarta .text-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#czwarta .watch-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#czwarta .buy-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#czwarta .logos-grid{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    flex-wrap: wrap;
}
#czwarta .logos-grid-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
}
#czwarta .logos-grid img{
    /* flex: 1 1 100px; */
    width: 10rem;
    height: 10rem;
    gap: 5rem;
    object-fit: contain;
    /* display: block; */
}
#czwarta .logos-grid img:hover{
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}
#czwarta .decorative-bar-mobile{
    display: none;
}


#piata{
    background-color: var(--kolor-ciemny);
    color: var(--kolor-akcent);
}
#piata .zawartosc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: red; */
    gap: clamp(5rem, 5vw, 15rem); 

    width: 100%;
}
#piata h2{
    font-size: clamp(4rem, 15vw, 18rem); 
    /* transform: rotate(-90deg); */
    writing-mode: vertical-lr;
    transform: rotate(180deg);

}
#piata img{
    flex: 1 1 300px;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;

    scroll-snap-align: start;
}
#piata .scroll-x{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    overflow-x: scroll ;
    scroll-snap-type: x mandatory;

    scrollbar-color: var(--kolor-akcent) var(--kolor-ciemny);
}
#piata .mobile{
    display: none;
}
#piata p{
    width: 34rem;
}

#szosta{
    background-color: var(--kolor-jasny);
    color: var(--kolor-ciemny);
}
#szosta .zawartosc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}
#szosta h2{
    font-size: 14rem;
}
#szosta p{
    max-width: 700px;
}
#szosta h4{
    font-family: "Phetsarath", sans-serif;
    font-size: 18px;
    color: var(--kolor-napisy);
    background-color: var(--kolor-ciemny);
    display: flex;
    width: 220px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    cursor: pointer;
}
#szosta h4:hover{
    background-color: var(--kolor-akcent);
    color: var(--kolor-ciemny);
}
#szosta .vinyl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 6rem;
    cursor: pointer;
}
#szosta img:hover{
    filter: grayscale(1);
    transform: scale(1.1);
}
#szosta img{
    width: auto;
    height: 28rem;
    transition: all 0.2s ease-in-out;
}
#szosta .vinyl-album{
    width: auto;
    height: 25rem;
    transition: all 0.2s ease-in-out;
}


#siodma{
    background-color: #4F3157;
    color: var(--kolor-jasny);

    position: relative;
}
#siodma .zawartosc{
    display: flex;
    flex-direction: column;
    gap: 10rem;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10rem;

}
#siodma .diagram{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    margin-top: 5rem;
    flex-wrap: wrap;
}
#siodma .movie{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}
#siodma img{
    width: 80px;
    padding: 1rem;
}
#siodma .logos-grid img:hover{
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}
#siodma h2{
    font-size: 17rem;
    margin: 0 0 50px 0;
    text-transform: capitalize;
}
#siodma .year{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    height: 100%;
}
#siodma .title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    height: 100%;

}
#siodma .year h3{
    font-family: "Phetsarath", sans-serif;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 4rem;
    margin-top: 2rem;
}
#siodma .title h3{
    font-size: 6.4rem;
    line-height: 6rem;
    margin: 0;
}
#siodma p{
    /* width: 100%; */
    max-width: 58rem;
    /* font-size: 2rem; */
    color: var(--kolor-jasny);
}
#siodma .kreska{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#siodma .timeline-dot{
    height: 45px;
    width: 45px;
    background-color: var(--kolor-jasny);
    border-radius: 50%;
}
#siodma .timeline{
    background-color: var(--kolor-jasny);
    height: 7rem;
    width: 1rem;
}
#siodma .puss-character{
    position: absolute;
    right: 5vw;
    width: 28vw;
}


#stopka{
    background-color: var(--kolor-ciemny);
    display: flex;
    flex-direction: column;
    gap: 10vh;
    min-height: 30vh;

}
#stopka .zawartosc{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 10vh;

}
#stopka article{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20vw;
}
#stopka h3{
    color: var(--kolor-akcent);
    font-family: "Phetsarath", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin-top: 3rem;
    text-align: center;
}
#stopka h5{
    color: var(--kolor-napisy);
    font-weight: 700;
    text-align: center;
}
#stopka .button{
    background-color: var(--kolor-napisy);
    color: var(--kolor-ciemny);
    display: flex;
    width: 18rem;
    height: 1rem;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    border-radius: 1rem;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 1.2px;
}
#stopka .button:hover{
    background-color: var(--kolor-akcent);
    /* color: var(--kolor-napisy); */
}
#stopka img{
      height: 40px;
}


/*MOBILE < 600px */
@media (max-width: 800px){
    nav{
        display: none;
    }
    .burger{
        display: block;
    }
    section{
        scroll-margin-top: 0;
    }

    #pierwsza{
        justify-content: flex-end;
        gap: 15rem;
    }
    #pierwsza .zawartosc{
        gap: 13rem;
        align-items: flex-end;
    }
    #pierwsza h1{
        font-size: 15rem; 
    }
    #pierwsza h5{
        font-size: 1.2rem;
        line-height: 1.6rem;
        width: 100%;
    }

    #druga{
        padding:2rem 2rem 5rem 2rem;
    }
    #druga .zawartosc{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    #druga .smok{
        position: static;
        width: 100%;
    }
    #druga .dekoracja{
        position: static;
        width: 100%;
        /* margin-bottom: 2rem; */
    }
    #druga h2{
        font-size: 7rem;
        transform: rotate(0);
        writing-mode: horizontal-tb;
    }
    #druga aside{
        display: none;
    }

    #trzecia{
        /* background-image: none; */
    }
    #trzecia .zawartosc{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 2.3rem;
        margin: 6rem 0 6rem 0;
    }
    #trzecia article{
        /* flex: 1 1 300px; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        text-align: bottom;
        width: auto;
        gap: 15rem;
    }
    #trzecia .timeline{
        top: calc(var(--timeline-dot-size) / 2);
        bottom: calc(var(--timeline-dot-size) / 2);
        left: 50%;
        right: auto;
        width: clamp(0.8rem, 1vw, 1.4rem);
        height: auto;
        transform: translateX(-50%);
    }
    #trzecia h3{
        /* font-size: clamp(2.4rem, 4vw, 4rem); */
        font-size: 4rem;
        width: auto;
    }
    #trzecia .title h3{
        text-align: right;
    }
    #trzecia .title{
        align-items: flex-end;
    }
    #trzecia .year, #trzecia .title{
        gap: 14rem;
    }
    #trzecia .year{
        align-items: flex-start;
    }
    #trzecia .year h3{
        line-height: 2.5rem;
        margin-top: 1.5rem;
        text-align: left;
    }
    #trzecia .pop-up-1, .pop-up-2, .pop-up-3, .pop-up-4{
        width: 30rem;
        left:0;
        right:0;    
    }
    #trzecia .group{
        margin: 0;
        width: auto;
    }

    #czwarta{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #czwarta .zawartosc{
        flex-direction: column;
        margin-bottom: 3rem;
        margin-top: 25vw;
    }
    #czwarta h4{
        font-family: "Phetsarath", sans-serif;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        /* vertical-align: middle; */

        height: 12rem;
        display: block;
        font-size: 2.4rem;
        line-height: 3rem;
        letter-spacing: 4.56px;
        text-align: right;
    }
    #czwarta em{
        display: none;
    }
    #czwarta .right{
        text-align: left;
    }
    #czwarta .watch-section, #czwarta .buy-section{
        gap: 3rem;
        align-items: center;
        justify-content: center;
    }
    #czwarta .text-right{
        text-align: left;
        flex-direction: row;
        gap: 2rem;
    }
    #czwarta .text-left{
        display: flex;
        text-align: left;
        flex-direction: row;
        gap: 2rem;
    }
    #czwarta h2{
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 0;
        /* margin-left: 7rem; */
    }
    #czwarta article{
        flex-direction: column;
        gap: 5rem;
    }
    #czwarta .logos-grid{
        flex-direction: row;
        gap: 1.7rem;
    }
    #czwarta .logos-grid-row{
        flex-direction: row;
        gap: 1.7rem;
    }
    #czwarta .logos-grid img{
        width: 4rem;
        height: 4rem;
    }
    #czwarta .decorative-bar{
        display: none;
    }
    #czwarta .decorative-bar-mobile{
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
    }


    #piata .zawartosc{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
    }
    #piata .guziki{
        margin-bottom: 8rem;
    }
    #piata .guziki li{
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);

        background-color: var(--kolor-fiolet);
        color: var(--kolor-jasny);

        padding: 1rem 14rem 1.5rem 9rem;
        margin-bottom: 2rem;

        text-align: left;
        font-family: "Piston Balck";
        font-size: 3.6rem;
        
    }
    #piata h2{
        font-size: 7rem;
        writing-mode: horizontal-tb;
        transform: rotate(0);
        text-align: start;
    }
    #piata a{
        color: var(--kolor-jasny);
    }
    #piata h4{
        color: var(--kolor-napisy);
        font-size: 2.4rem;
        font-family: "Phetsarath", sans-serif;

    }
    #piata h3{
        color: var(--kolor-napisy);
        font-size: 12rem;
    }
    #piata p{
        color:var(--kolor-jasny);
    }
    #piata .characters article{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        gap: 1.5rem;
    }
    #piata img{
        max-width: 100%;
        max-height: 100%;
    }
    #piata .scroll-x{
        display:none;
    }
    #piata .mobile{
        display: block;
    }

    #szosta .zawartosc{
        align-items: center;
        margin-bottom: 4rem;
    }
    #szosta h2{
        font-size: 7rem;
    }
    #szosta h4{
        max-width: 40%;
    }

    #siodma .zawartosc{
        margin-bottom:2rem;
        gap: 3rem;
        align-items: center;    
    }
    #siodma .diagram{
        justify-content: center;
        gap: 4rem;
    }
    #siodma .movie{
        gap: 2rem;
        align-items: flex-start;
        /* justify-content: center; */
    }
    #siodma h2{
        font-size: 7rem;
        margin: 0 0 15px 0;
    }
    #siodma .title, #siodma .year{
        align-items: flex-start;
        gap: 9.4rem;
    }
    #siodma .title{
        gap: 5rem;
    }
    #siodma .year h3{
        font-size: 4rem;
        line-height: 2.5rem;
        margin-top: 2.1rem;
    }
    #siodma .title h3{
        font-size: 4rem;
        line-height: 4.6rem;
        margin: 0;

    }
    #siodma img{
        width: 42px;
        padding: 0;
    }
    #siodma .timeline{
        height: 10.5rem;
    }
    #siodma .logos-grid{
        display: flex;
        flex-direction: row;
        gap: 1.7rem;
    }
    #siodma .logos-grid-row {
        display: flex;
        gap: 1.7rem;
    }
    #siodma .puss-character{
        position: relative;
        width: 100%;
        right: auto;
    }


    #stopka article{
        flex-direction: column;
        gap: 2rem;
    }
    #stopka h3{
        font-size: 2rem;
        line-height: 3rem;
    }
}