<?php
include('./all/config.php');
include('./all/header.php');
include('./all/navbar.php'); ?>
<section>
<div class="container" style="margin-top: 85px;margin-bottom:100px;">
<div class="row text-center">
<h4 style="margin-bottom: 10px;color:#2D3290"><strong>পেমেন্ট</strong></h4>
<h6 style="margin-bottom: 35px;">লোভনীয় সব অফার পেতে FirstCash দিয়ে পেমেন্ট করুন</h6>
</div>
<div class="flex-container">
<div class="flex-item" style="">
<img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
<div class="container">
<h5 style="font-size:18px;padding-top: 15px;"><b>জুতার কেনাকাটায় ৳৩০০ ক্যাশব্যাক</b></h5>
<p> এই ঈদে <span>FirstCash</span> নিয়ে এসেছে একটি আকর্ষণীয় অফার!</p>
</div>
</div>
<div class="flex-item" style="">
<img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
<div class="container">
<h5 style="font-size:18px;padding-top: 15px;"><b>জুতার কেনাকাটায় ৳৩০০ ক্যাশব্যাক</b></h5>
<p> এই ঈদে <span>FirstCash</span> নিয়ে এসেছে একটি আকর্ষণীয় অফার!</p>
</div>
</div>
<div class="flex-item" style="">
<img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
<div class="container">
<h5 style="font-size:18px;padding-top: 15px;"><b>জুতার কেনাকাটায় ৳৩০০ ক্যাশব্যাক</b></h5>
<p> এই ঈদে <span>FirstCash</span> নিয়ে এসেছে একটি আকর্ষণীয় অফার!</p>
</div>
</div>
</div>
<!-- <button class="btn btn-lg offerButton" style="border-radius:30px;width:300px;background-color:white;border: 1px solid green;color:green;">View More Offers</button> -->
<button class="button-24">View More Offers</button>
</div>
</section>
<!--
<section data-bs-version="5.1" class="header12 cid-tyCfvuk4ue mbr-parallax-background" id="header12-k">
<div class="wrapper">
<div class="grid-container">
<div class="item1" id="campaign1" style="border:1px solid #eee;">
<img src="./assets/images/campaign-1.webp" alt="">
<div class="card-box" style="padding: 10px;background-color:white; box-sizing: border-box;border-radius:10px;">
<h5 class="card-title mbr-fonts-style display-7">৳300 cashback on Accessories!</h5>
<p class="mbr-text mbr-fonts-style"><strong class="text-primary"> FirstCash</strong> is here with an exciting offer for this Eid!</p>
</div>
</div>
<div class="item2" style="border:1px solid #eee;">
<img src="./assets/images/campaign-1.webp" alt="">
<div class="card-box" style="padding: 10px;background-color:white;">
<h5 class="card-title mbr-fonts-style">৳300 cashback on shoe brands!</h5>
<p class="mbr-text mbr-fonts-style"><strong class="text-primary"> FirstCash</strong> is here with an exciting offer for this Eid!</p>
</div>
</div>
<div class="item3" style="border:1px solid #eee;">
<img src="./assets/images/campaign-1.webp" alt="">
<div class="card-box" style="padding: 10px;background-color:white;">
<h4 class="card-title mbr-fonts-style">৳300 cashback on apparels!</h4>
<p class="mbr-text mbr-fonts-style"> <strong class="text-primary"> FirstCash</strong> is here with an exciting offer for this Eid!</p>
</div>
</div>
<div class="item4">
<h4 style="margin-bottom: 35px;"><strong>Payment</strong></h4>
<h6 style="margin-bottom: 35px;">Pay with FirstCash to get amazing offers</h6>
<button class="btn btn-lg offerButton" style="border-radius: 30px;width:300px;background-color:white;border: 1px solid green;color:green;">View More Offers</button>
</div>
</div>
</div>
</section>
-->
<?php include('./all/footer.php') ?>
<script>
document.getElementById('campaign1').onclick = function(){window.open('campaign-1.php')};
</script>
</body>
</html>