Call To Action Style 1
<section class="bg-img cover-background" data-overlay-dark="4" data-background="img/bg/bg-05.jpg">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-lg-9 col-xl-8 col-xxl-6">
<h2 class="display-3 fw-bolder text-white mb-5 text-capitalize">All Your Streaming, in One Place</h2>
<a class="popup-social-video video_btn border-radius-5" href="https://www.youtube.com/watch?v=yd1JhZzoS6A"><i class="fas fa-play"></i></a>
</div>
</div>
</div>
</section>
Call To Action Style 2
<section class="parallax cover-background" data-overlay-dark="4" data-background="img/bg/bg-09.jpg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9 text-center">
<h2 class="h1 text-white mb-2-3">All Your Streaming, in One Place</h2>
<h3 class="h1 text-white mb-6">Call us (+44)123 456 789</h3>
<a href="#!" class="btn-style01">Contact Us</a>
</div>
</div>
</div>
</section>