<?php
include('./all/config.php');
include('./all/header.php');
include('./all/navbar.php'); ?>
<section data-bs-version="5.1" class="header12 cid-tyCfvuk4ue mbr-parallax-background" id="header12-k">
<div class="container mt-5">
<h3 class="mb-5 text-center" style="font-weight:bold;color:#2D3192">কন্টাক্ট</h3>
<div class="card">
<form action="" method="post">
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">আপনার নাম:</label>
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="">
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label"> আপনার ইমেইল আইডি:</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">সাবজেক্ট:</label>
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">বিস্তারিত:</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary" style="float: right; width:150px;">সাবমিট</button>
</form>
</div>
</div>
</section>
<?php include('./all/footer.php') ?>
</body>
</html>