.post-header{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#007070, #007070,#007070);
    font-size: 80px;
}

.post-content{
    text-align: justify;
    
}

.scroll-images{
    height: 1500px;
    background-image: linear-gradient(#007070, #007070,#0d0d0d);
    display: flex;
    align-items: center;
    justify-content: center; 
}

.swiper{
    width: 1600px;
    height: 1080px;
}

.swiper-wrapper{
    width: 1600px;
    height: 1080px;
}

.swiper-slider img{
    width: 100%;
    margin-bottom: -4px;
    display: block;
    object-fit: cover;
}

.swiper-slide, .card-content{
    text-align: center;
}

.swiper .swiper-pagination-bullet-active{
    background: aqua;
}

.swiper-slide .card-content{
    position: absolute;
    width: 100%;
    color: #00ffff;
    opacity: 0;
}


.swiper-slide:hover .card-content{
    opacity: 1;
}

.swiper-slide:hover img{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

img, .card-content{
    transition: 0.7s all;
    border-radius: 3px;
}
.post-text-1 {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
}

p, post-text-1 {
    display: flex;
    width: 300px;
}

.post-text-2 {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
}

p, post-text-2 {
    display: flex;
    width: 300px;
}

.post-text-3 {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
}

p, post-text-3 {
    display: flex;
    width: 300px;
}

.post-text-4 {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
}

p, post-text-4 {
    display: flex;
    width: 300px;
}

.video-player{
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
}

.created{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#0d0d0d, #0d0d0d,#0d0d0d);
    height: 100px;
}