.slider-area {
    position: relative;
    background: #cfcdc9;
/*    margin-top: 120px; */
}

.slider-area .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
}
.slider-area .swiper-wrapper {
    width: 100%;
    height: 100%;
/*    margin-top: 97px;*/
}

.swiper-slide {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-area .swiper-slide::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*    background: url(../../layout/img/gridtile.png), linear-gradient(90deg, rgb(0, 48, 95) 0%, rgba(119, 225, 216, .15) 60%);*/
    /*background: linear-gradient(90deg, rgb(4, 32, 55) 0%, rgba(119, 225, 216, 0) 59%);   */
/*    background: linear-gradient(90deg, rgb(0, 48, 95) 0%, rgba(119, 225, 216, .15) 60%);*/
    background: linear-gradient(90deg, rgb(41 127 118) 0%, rgba(119, 225, 216, .15) 60%);
/*    background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 1;
}

.swiper-slide .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    align-items: center;
    text-align: center;*/
}

.slider-container {
    width: 50%;
    z-index: 2;
    margin-top: 60px;
}

.slider-sub-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #FFF;
}

.slider-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #FFF;
    margin-bottom: 20px;
    padding: 0px;
    opacity: 1;
}

.slider-desc p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF;
    padding: 0px;
    opacity: 1;
}

.slide-1 {
    background: url("http://demo2.joomshaper.com/2019/indigo/images/2019/06/10/slider-02.jpg");
    background-size: cover;
}

.slide-2 {
    background: url("http://demo2.joomshaper.com/2019/indigo/images/2019/06/10/slider-03.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("http://demo2.joomshaper.com/2019/indigo/images/2019/05/27/slider-01.jpg");
    background-size: cover;
}

.slider-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.slider-button {
    margin-top: 25px;
    padding: 15px 30px;
    font-size: .8em;
    letter-spacing: 1.5px;
}

.swiper-slide-active .slider-sub-title {
    -webkit-animation: fadeInDown 1.5s;
    animation: fadeInDown 1.5s;
}

.swiper-slide-active .slider-title {
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}

.swiper-slide-active .slider-desc {
    width: 100%;
/*    margin: 0 auto;*/
    -webkit-animation: fadeInUp 2s;
    animation: fadeInUp 2s;
}
.swiper-slide-active .slider-button {
    -webkit-animation: fadeInDown 1.5s;
    animation: fadeInDown 1.5s;
}

/*.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.slider-area video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .slider-area .swiper-container {
        height: 100vh;
    }
    .slider-container {
        width: 100%;
        margin-top: 0;
    }
    .slider-sub-title {
        font-size: 16px;
    }
    .slider-title {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .slider-desc p {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-button {
        margin-top: 20px;
        padding: 8px 15px;
        font-size: .8em;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 479.99px) {
    .slider-area .swiper-container {
        height: 70vh;
    }
    .slider-container {
        width: 100%;
        margin-top: 0;
    }
    .slider-sub-title {
        font-size: 16px;
    }
    .slider-title {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .slider-desc p {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-button {
        margin-top: 15px;
        padding: 8px 15px;
        font-size: .8em;
    }
}