Blocks - Footer 04
Copy custom block snippet below and paste it on your page to build your website easily.
<footer class="pt-14 pt-lg-19 pb-16 footer bg-image" data-bg-src="/assets/images/background/bg-footer-01.jpg">
<div class="container container-xxl pt-4">
<div class="row">
<div class="col-lg-5 col-12 mb-13 mb-lg-0">
<h3 class="mb-4 text-white">Good emails.</h3>
<p class="lh-2 text-white me-xl-24 mb-lg-11 mb-9">Enter your email below to be the first to know about new collections and product launches.</p>
<form class="pe-xl-21">
<div class="input-group position-relative">
<input type="email" class="form-control rounded pe-15 py-5 border-0" placeholder="Your email">
<button type="submit" class="btn fs-28px bg-transparent text-secondary position-absolute btn-custom px-8 z-index-5 h-100 lh-0">
<svg class="icon icon-long-arrow-right">
<use xlink:href="#icon-long-arrow-right"></use>
</svg>
</button>
</div>
</form>
</div>
<div class="col-lg col-md-4 col-12 mb-11 mb-md-8 mb-lg-0 text-white">
<h3 class="fs-5 mb-6 text-white">Company</h3>
<p class="pe-xl-18 lh-2">
Find a location nearest you. See <a class="text-white" href="#"><u class="fw-medium">Our Stores</u></a>
</p>
<p class="mb-0 lh-2"><strong>+391 (0)35 2568 4593</strong>
<br>
hello@domain.com
</p>
</div>
<div class="col-lg col-md-4 col-12 mb-11 mb-lg-0 text-white">
<h3 class="fs-5 mb-6 text-white">Useful links</h3>
<ul class="list-unstyled mb-0 fw-medium ">
<li class="pt-3 mb-4">
<a href="#" title="New Products" class="text-white">New Products</a>
</li>
<li class="pt-3 mb-4">
<a href="#" title="Best Sellers" class="text-white">Best Sellers</a>
</li>
<li class="pt-3 mb-4">
<a href="#" title="Bundle & Save" class="text-white">Bundle & Save</a>
</li>
<li class="pt-3 mb-4">
<a href="#" title="Online Gift Card" class="text-white">Online Gift Card</a>
</li>
</ul>
</div>
<div class="col-lg col-md-4 col-12 mb-11 mb-lg-0">
<h3 class="fs-5 mb-6 text-white">Social Media</h3>
<ul class="list-inline fs-5 mb-0">
<li class="list-inline-item me-8">
<a class="text-light" href="#">
<i class="fab fa-pinterest-p"></i>
</a>
</li>
<li class="list-inline-item me-8">
<a class="text-light" href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item me-8">
<a class="text-light" href="#">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="list-inline-item">
<a class="text-light" href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="row mt-0 mt-lg-20 align-items-center">
<div class="col-12 col-md-6 col-lg-4">
<p class="mb-0 text-white">© Glowing 2023</p>
</div>
<div class="col-12 col-md-6 col-lg-8 text-md-end mt-7 mt-md-0">
<img src="#" data-src="/assets/images/footer/img_1.png" width="313" height="28" class="img-fluid lazy-image" alt="PayPal">
</div>
</div>
</div>
</footer>