﻿.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    margin-right:3%;
}

    .swiper-slide:hover .imag-sil {
        transition: all 400ms;
        display: block;
    }

.bg-style-1 {
    background: url(../Content/assets/imgs/HippocrApp/bg1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-style-2 {
    background: url(../Content/assets/imgs/HippocrApp/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shape-new-content {
    position: absolute !important;
    z-index: 4 !important;
    width: 100%;
    top: -51px;
    max-height: 150px;
    content: url(wave.svg);
}

    .shape-new-content::after {
        -webkit-clip-path: polygon(24% 64%, 0 59%, 100% 55%);
        clip-path: polygon(24% 64%, 0 59%, 100% 55%);
    }

.new-shape {
    position: absolute !important;
    bottom: -10px;
    width: 100%;
    fill: #fff;
    height: 160px;
    left: 0;
    right: 0;
    overflow: visible;
}

.st0 {
    opacity: 0.6;
    fill: #FFFFFF;
}

.st1 {
    opacity: 0.8;
    fill: #FFFFFF;
}

.st2 {
    fill: #FFFFFF;
}

.partners {
    width: 150px !important;
    /*margin-right: 0% !important;*/
    height: 150px !important;
/*    box-shadow: 0 10px 40px rgba(5, 16, 44, 0.15);
    -webkit-box-shadow: 0 10px 40px rgba(5, 16, 44, 0.15);
    -moz-box-shadow: 0 10px 40px rgba(5, 16, 44, 0.15);*/
}

.partners-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    padding: 10px 15px;
    background-color: rgba(128, 128, 128, 0.8);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    transform: translateY(-40px) scale(0);
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: 0.05s;
    z-index:1;
}

.partners-info h5 {
    margin: 0;
    color: #fff;
}
    .partners-info p {
        margin: 0;
        color: #fff;
    }
