﻿

.swiper {
    /* margin-top: 40px; */
    /* margin-top: 40vh; */
    position: relative;
    top: -150px;
}

.swiper-slide{
    margin-bottom: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 30px rgba(0,0,0,0.2);
    border-radius: 15px;
    height: 420px;
    width: 295px;
    position: relative;
}

    .swiper-slide img {
        height: 420px;
        width: 327px;
        border-radius: 15px;
    }

.swiper-txt{
    position: absolute;
    padding: 25px;
}

    .swiper-txt h3 {
        font-size: 30px;
        margin-bottom: 5px;
        color: #FF7D00;
    }

.desktop{
    text-align: center;
    z-index: 1;
}

    .desktop img {
        width: 800px;
        /* height: 50vh;  */
    /* width: 100%; */
}

@media(max-width:991px){
    .navbar{
        padding: 30px;
    }

    .left{
        display: none;
    }

    .swiper{
        padding: 0 70px;
    }

    .swiper-slide img{
        width: 100%;
    }

    .desktop{
        padding: 30px;
    }

    .desktop img{
        width: 100%;
    }
}