.swiper-wrapper h1, .swiper-wrapper h2 {
    text-shadow: 2px 2px black;
}

.swiper-wrapper h1 {
    color: #1fb4cc;
}

.swiper-wrapper h2 {
    color: white;
}

@keyframes darken {
    from {
        filter: brightness(100%);
    }
    to {
        filter: brightness(30%);
    }
}

.swiper-wrapper img {
    animation: darken 0.5s ease 1s 1 normal both;
}

.input input[name="website"] {
    display: none;
}