
/* .about-background{
    background-image: url('./images/Path 8062@2x.png');
    background-position: center;
} */

.news-parallel::before{
    content: url('./assets/images/Path 58@2x.png');
    position: absolute;
    left:-50px;
    top:10px;
}


.trapezoid::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -25px;
    transform: skew(-20deg);
    width: 50px;
}

.bg-img-1{
    background-image: url('../images/slide1@2x.png') ;
}

.bg-img-2{
    background-image: url('../images/slide2@2x.png') ;
}

.bg-img-3{
    background-image: url('../images/slide3@2x.png') ;
}

.bg-img-4{
    background-image: url('../images/slide4@2x.png') ;
}

.bg-img-5{
    background-image: url('../images/slide5@2x.png') ;
}

.bg-img-6{
    background-image: url('../images/slide6@2x.png') ;
}

.overlay_image_slide{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-1{
  /* transform: translate(-50%, -50%); */
  /* display: block; */
  opacity: 1;
  animation:fadeOut 0.5s 0.5s ease forwards
  /* animation: fadeIn 2s 2s ease forwards; */
}


.slide-2{
  /* transform: translate(-50%, -50%); */
  opacity: 0;
  animation: zoom-in 0.5s 0.5s ease forwards;
}




@keyframes zoom-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes zoom-out {
    from {

    }
    to {

    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }








@media only screen and (max-width: 750px){
    .top-vh{
        height: 100%;
    }
}


