.welcome{
    margin-top: 70px;
    height: 60vh;
    width: 100%;
    background-image: url("../images/grupowe/wigilijka.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    animation: 40s welcomeAnimation ease-in-out infinite;
}
@keyframes welcomeAnimation {
    0%{
        background-image: url("../images/grupowe/wigilijka.png");
    }
    7%{
        background-image: url("../images/grupowe/wigilijka.png");
    }
    15%{
        background-image: url("../images/grupowe/background2.png");
    }
    23%{
        background-image: url("../images/grupowe/background2.png");
    }
    30%{
        background-image: url("../images/grupowe/background3.png");
    }
    37%{
        background-image: url("../images/grupowe/background3.png");
    }
    45%{
        background-image: url("../images/grupowe/background4.png");
    }
    52%{
        background-image: url("../images/grupowe/background4.png");
    }
    60%{
        background-image: url("../images/grupowe/background5.png");
    }
    67%{
        background-image: url("../images/grupowe/background5.png");
    }
    75%{
        background-image: url("../images/grupowe/background6.png");
    }
    81%{
        background-image: url("../images/grupowe/background6.png");
    }
    87%{
        background-image: url("../images/grupowe/background1.png");
    }
    94%{
        background-image: url("../images/grupowe/background1.png");
    }
    100%{
        background-image: url("../images/grupowe/wigilijka.png");
    }
}
.welcomeText{
    width: 100%;
    height: 70%;
    font-size: 40px;
}
.welcomeBlur{
    height: 30%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
}
.info{
    width: 100%;
}
.infoHeader{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    font-size: 26px;
}
.actualInfo{
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    gap: 50px;
    justify-items: center;
    place-content: center;
}
.infoBox{
    width: 270px;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    border-radius: 20px;
    height: 400px;
    transition: 200ms ease-in-out;
    cursor: default;
}
.infoBox:hover{
    transform: scale(105%);
}
.infoBoxBlur{
    backdrop-filter: blur(1px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transition: 200ms;
}
.infoBox:hover .infoBoxBlur{
    backdrop-filter: blur(0);
}
.infoBoxHeader{
    background-image: linear-gradient(0deg,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0));
    border-radius: 0 0 18px 18px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 180px;
}
.patrnersBox{
    width: 100%;
}
.partnersHeader{
    width: 100%;
    text-align: center;
}
.partners{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.partner{
    cursor: pointer;
    margin: 16px;
    width: auto;
}
.swiperBox{
    width: 100%;
    scroll-margin: 200px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    flex-direction: row;
    display: flex !important;
    cursor: grab;
}
.swiper-slide img {
    width: 100%;
    border-radius: 100px 40px;
}
.swiperImg{
    width: 282px;
    margin: 0;
    padding: 20px 50px;
}
.swiperText{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 40px;
}
.about{
    width: 98%;
    border: 3px solid #007aff;
    border-radius: 30px;
    padding: 1%;
    margin-top: 70px;
    scroll-margin: 200px;
}
.aboutText{
    width: 100%;
    text-align: justify;
}
ul{
    list-style-type: square;
}
@media (max-width: 800px) {
    .welcome{
        height: 50vh;
    }
    .swiper-slide{
        flex-direction: column;
        align-items: center;
    }
    .swiperText{
        text-align: center;
        padding: 0;
        margin-top: -50px;
        font-size: 15px;
    }
    .swiperText h1{
        position: absolute;
        top: 0;
    }
    .swiperText p{
        margin-top: 80px;
    }
    .swiperImg{
        margin-top: 80px;
    }
    .infoHeader{
        margin: 0;
    }
    .infoHeader h1{
        margin: 0;
    }
    #swiperImgPszczoly{
        margin-top: 100px;
    }
    .about{
        font-size: 15px;
    }
}
@media (max-width: 650px) {
    .welcome{
        height: 20vh;
        margin-top: 103px;
    }
}
@media (max-width: 358px) {
    
}