My website seems to be getting stuck at the beginning of a section, particularly on mobile browsers. You can check out the website here
<section class="home-slider owl-carousel">
<div class="slider-item" style="background-image: url(images/bg_1.jpg);">
<div class="container-fluid">
<div class="row slider-text align-items-center" >
<div class="col-md-5 wrap col-sm-12 ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<h1 class="mb-4 mt-5" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Simplify School Affairs with Vicasin Techies</h1>
<p class="mb-4 mb-md-5 sub-p" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Digitalize your school with Daksha - Simple, Secure, and Reliable</p>
</div>
<div class="col-md-7 ftco-animate">
<img src="images/dashboard_full_1.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>