﻿

.swiper-slide img
{
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

/* Slider progress bar animated */
/*.swiper-slide-active::after {
    position: absolute;
    content: '';
    background-color: #BBBBBB;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
}

.swiper-slide-active::before {
    position: absolute;
    content: '';
    background-color: #333333;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    animation: progressbar 7s linear infinite;
    animation-delay: 0.3s;
    z-index: 2;
}

@keyframes progressbar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}*/

.swiperContent {
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(25, 25, 25, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 0 50px 0 50px;
}

.swiperContent p:last-child {
    padding: 0;
}

.swiperContent h1,
.swiperContent h2,
.swiperContent h3,
.swiperContent h4
{
    color: #fff;
}

.swiperContent h1 {
    font-size: 53px;
    font-weight: 600;
}

.swiperContent h2 {
    font-size: 40px;
    line-height: 1;
}

.swiperContent a,
.swiperContent a:visited {
    text-decoration: underline;
}

.swiperContent .button {
    margin: 20px 0 0 0;
    text-decoration: none;
    text-shadow: none;
    font-size: 20px;
    background-color: #fff;
    color: #333333;
}

.swiperContent .button:visited {
    text-decoration: none;
    color: #333333;
}

.swiperContent .button:hover {
    text-decoration: none;
    background-color: #808080;
    color: #fff;
}

@media screen and (max-width: 1023.9px) {

    .swiper-slide img {
        min-height: 350px;
        object-fit: cover
    }

    .swiperContent {
        bottom: 20px;
    }

    .swiperContent h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .swiperContent h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767.9px) {

    .swiper-slide img {
        min-height: 250px;
    }

    .swiperContent .button {
        margin: 10px 0 0 0;
        font-size: 18px;
        padding: 5px 10px 5px 10px;
    }

    .swiperContent h1 {
        font-size: 30px;
    }

    .swiperContent h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 450px) {

    .swiperContent h1 {
        font-size: 25px;
    }

    .swiperContent h2 {
        font-size: 20px;
    }
}


