html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.baner{
    min-height: 80vh;
    width: 100vw;
    overflow-y: auto;
    /* background-image: linear-gradient(0deg, rgba(17,161,110,1) 0%, rgba(47,189,138,0) 100%),url('/assets/img/ogony.webp'); */
    /* background-image: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(47,189,138,0) 100%),url('/assets/img/ogony.webp'); */
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(47, 189, 137, 0) 100%),url('../img/ogony.jpg');
    background-position: center;
    border-top: 15px solid black;
    /* border-top: 15px solid #e4e4e4; */
    border-bottom: 1px solid black;
}
a{
    color: currentColor;
}
nav ul{
    list-style: none;
    /* font-weight: 700; */
    font-size: 20pt;
    color: white;
    display: flex;
    align-items: center;
}
.rozwin{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rozwin #toggler{
    position: absolute;
    top: 0;
    left: 0;
}
.brand{
    font-size: 22pt;
}
.brand img{
    margin-right: 1em;
}
.brand div{
    display: flex;
    align-items: center;
}
.rozwin ul{
    display: block !important;
    color: black;
    margin: 0 !important;
}
.rozwin li{
    display: block;
    font-size: 24pt;
}
nav li{
    margin-inline: 30px;
    cursor: pointer;
}
nav a{
    text-decoration: none;
}
#toggler{
    border: none;
    background: transparent;
    margin-top: 1em;
    margin-bottom: 1em;
    display: none;
}
.pasek{
    width: 3em;
    height: 5px;
    background: black;
}
.pasek:first-child{
    margin-bottom: 10px;
}
.aida{
    display: flex;
    justify-content: center;
}
.artykuly{
    color: white;
}
.kreska{
    margin-inline: 2em;
    width: 5px;
    background-color: #e4e4e4;
}
.przebieg{
    background: #e4e4e4;
    padding: 2em;
    border-radius: 10px;
}
.przebieg a{
    float: right;
    cursor: help;
}
.przebieg .kolo{
    position: relative;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    border: 30px solid #0f9d4b;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 24pt;
    font-weight: 700;
    overflow: hidden;
}
.przebieg .kolo div{
    z-index: 2;
}
.przebieg .kolo::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 0;
    background-color: red;
    /* border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; */
}
.zrzutka{
    background-color: #11A16E;
    margin-top: 3em;
    padding: 2em;
    border: 3px solid black;
}
.zrzutka a{
    font-size: 18pt;
    text-align: center;
    margin-inline: auto;

    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}
.zrzutka img{
    margin-top: 10px;
    margin-inline: auto ;
}
.osiagniete{
    color: #0f9d4b;
}
.przebieg h1{
    font-weight: 300;
    max-width: 360px;
    font-size: 16pt;
    text-align: center;
    font-size: 20pt;
}
.artykul{
    display: block;
    color: white;
    border-radius: 10px;
    background-image: url('../img/kot02.jpg');
    background-size: contain;
    background-position: center;
    min-height: 150px;
    padding: 2em;
    position: relative;
    cursor: pointer;
    margin-bottom: 2em;
    width: 360px;
}
.artykul p{
    position: absolute;
    bottom: 0px;
}
.artykul :hover{
    transform: scale(1.1);
    text-decoration: underline;
}
.partnerzy{
    margin-top: 5em;
    background: #222;
    color: white;
    padding-bottom: 5em;
    padding-top: 5em;
}
.partnerzy ul{
    list-style: none;
}
.partnerzy li{
}
#oco{
    width: 80vw;
    font-size: 18pt;
    display: flex;
}

#oco img{
    border-radius: 50%;
    width: 500px;
}
.misja{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(47, 189, 137, 0) 100%),url('../img/banerChwilowy.jpg');
}
/* .kotki{
    width: 100vw;
    margin-top: 5em;
    padding: 10em;
    margin-bottom: 5em;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(47, 189, 137, 0) 100%),url('../img/banerChwilowy.jpg');
    background-position: center;
    background-size: cover;
    color: white;
}
.kotki p{
    font-size: 16pt;    
}
.kotki h1{
    font-size: 30pt!important;
    color:#54f395;
} */
#czytaj{
    margin-left: 1em;
}
.sociale{
    background-image: url('../img/pussy.png');
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 5em;
    padding-top: 5em;
    margin-top: 2em;
}
.sociale h1{
    font-size: 30pt
}
.sociale a{
    display: flex;
    align-items: center;
    width: 300px;
    background: #222;
    margin: 1em;
    padding: 1em;
    color: white;
    border-radius: 15px;
    font-size: 18pt;
}
.sociale a img{
    margin-right: 1em;
}
.sociale a:hover img{
    transform: scale(1.1);
}
footer{
    margin-top: 5em;
    background: #222;
    color: white;
    padding: 3em;
}
.stopa{
    width: 80vw;
    margin-inline: 10vw;
}
.stopa .logo img{
    display: block;
    margin-bottom: 1em;
}
.linki{
    display: flex;
}
.dlaczego{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(47, 189, 137, 0) 100%),url('../img/pies2.webp');
}
.pasekZdj h1{
    font-size: 30pt;
    color: #54f395;
}

.pasekZdj{
    display: flex;
    margin-top: 5em;
    background-position: center;
    background-size: cover;
    color: white;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-inline: 2em;
    font-size: 18pt;
}

@media(max-width: 1000px){
    .aida{ 
        justify-content: left;
    }
    .przebieg::after{
        content: "Przewiń w prawo 👉👉";
    }
    .przebieg{
        margin-left: calc((100vw - 424px) / 2);
    }
    .artykuly{
        padding-right: 3em;
    }
    #toggler{
        display: block;
    }
    nav ul{
        display: none;
    }
}   