.swiper-slide {
    transition: .75s ease;
}
.swiper-slide:hover {
    transform-origin: left center
}
/* .swiper-container {
width: 100%;
overflow: hidden;
}

.swiper-slide {
transition: 0.3s;
} */

.swiper-container {
    transition: translate .75s ease;
}

.slide{
    width: 33% !important;
    z-index: 10;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald";
    color: #000;
}

p, span {
    font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
}

.read-more-btn {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 6px;
    transition: 0.5s all;
    font-size: 14px;
    padding: 6px 16px;
}

.read-more-btn:hover {
    background-color: #000;
    color: #FFF;
}

.swipper-img:hover {
    height: 260px;
    width: 150%;
}

.swiper-container-home {
    height: 250px;
    background-size: cover;
    border-radius: 20px;
}

@media only screen and (min-width: 769px) {
    .home-baner-left {
        padding-left: 0;
    }
    .home-baner-right {
        padding-right: 0;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .swiper-container-home {
        height: 260px;
    }
    .slide {
        width: 65% !important;
    }


}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .slide {
        width: 75% !important;
    }

    .swiper-container-home {
        height: 230px;
    }
    .home-baner-right {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .swiper-container-home {
        height: 160px;
    }
    .slide {
        width: 75% !important;
    }

    .home-baner-right {
        margin-top: 30px;
    }
}
.baner_kswtv {
    width: 100%;
    margin-top: 20px;
}