New Desigh Push

This commit is contained in:
sujan
2024-09-06 17:20:59 +05:45
parent 0e4ef3c365
commit b8a2d9e27b
550 changed files with 41049 additions and 409356 deletions

27
parts/hero-section.php Normal file
View File

@ -0,0 +1,27 @@
<section class="pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<video width="100%" height="auto" autoplay muted preload="auto" loop poster="video-poster.jpg">
<source src="images/access-image/access-hero-video.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<!--Hero Section-->
<!--
<section class="top-space-margin p-0 full-screen md-h-600px sm-h-500px section-dark" data-parallax-background-ratio="0.8" style="background-image: url('images/demo-accounting-bg.jpg')">
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col-xl-7 col-md-9 col-sm-9 position-relative text-white" data-anime="{ &quot;el&quot;: &quot;childs&quot;, &quot;opacity&quot;: [0, 1], &quot;translateY&quot;: [30, 0], &quot;staggervalue&quot;: 200, &quot;easing&quot;: &quot;easeInOutSine&quot; }">
<video width="100%" height="auto" autoplay muted preload="auto" loop poster="video-poster.jpg">
<source src="images/access-image/access-video.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
-->
<!--Hero Section Ends-->