html, body {
height: 100%;
}
var item1 = $('.for-animate1').offset().top - $(window).scrollTop();
swiper.on('slideChange', function () {
if($('.swiper-slide').data('swiper-slide-index') == 1){
$('.textblock').addClass('opac');
}
if($('.swiper-slide').data('swiper-slide-index') == 0 || $('.swiper-slide').data('swiper-slide-index') == 2){
$('.textblock').removeClass('opac');
}