/* BASIC css start */
.swiper {
        width: 100%;
        height: 820px;
      }

      .swiper-slide {
        width:100%;
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

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

.swiper-slide-content {
    position: fixed;
    left: 250px;
    bottom: 380px;
    max-width: calc(100% - 64px);
    text-align:left;

.swiper-slide-sub {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
    color:#fff;
    font-family:"Poppins", sans-serif;
}

.swiper-slide-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
    color:#fff;
    font-family:"Poppins", sans-serif;
   padding-bottom:20px;
}

.swiper-slide-sub2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;;
    color:#222;
    font-family:"Poppins", sans-serif;
}

.swiper-slide-title2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.25;
    color:#222;
    font-family:"Poppins", sans-serif;
   padding-bottom:20px;
}
/* BASIC css end */

