|
@@ -1,9 +1,12 @@
|
1
|
1
|
<section class="contact-section">
|
2
|
|
- <div class="row">
|
3
|
|
- <div class="col-12 col-md-6 py-5 px-6 bg-white">
|
|
2
|
+ <div class="row m-0">
|
|
3
|
+ <div class="col-12 col-md-6 d-block d-md-none bg-contact">
|
|
4
|
+ <!-- Image -->
|
|
5
|
+ </div>
|
|
6
|
+ <div class="col-12 col-md-6 py-5 px-5 bg-white">
|
4
|
7
|
|
5
|
|
- <form class="contact-form bg-secondary-subtle rounded-5 p-5 my-1">
|
6
|
|
- <h3 style="margin-bottom: 70px;">Fill in your information</h3>
|
|
8
|
+ <form class="contact-form bg-secondary-subtle rounded-5 py-5 px-3 px-md-5 my-1">
|
|
9
|
+ <h3 class="text-center text-md-start" style="margin-bottom: 70px;">Fill in your information</h3>
|
7
|
10
|
<div class="d-flex flex-column" style="margin-bottom: 10px;">
|
8
|
11
|
<input type="text" placeholder="Your name">
|
9
|
12
|
<input type="email" placeholder="Your email">
|
|
@@ -11,8 +14,8 @@
|
11
|
14
|
<input type="text" placeholder="Company name">
|
12
|
15
|
</div>
|
13
|
16
|
<div class="container-fluid p-0 d-flex flex-column flex-md-row justify-content-center justify-content-md-between px-5" style="margin-bottom: 40px;">
|
14
|
|
- <p class="p-small fw-bold"> Follow us now:</p>
|
15
|
|
- <div class="d-flex flex-row" style="gap: 20px;">
|
|
17
|
+ <p class="p-small fw-bold text-center text-md-start"> Follow us now:</p>
|
|
18
|
+ <div class="d-flex flex-row justify-content-center justify-content-md-start" style="gap: 20px;">
|
16
|
19
|
<i class="bi bi-telephone-fill text-dark" style="font-size: 20px;"></i>
|
17
|
20
|
<i class="bi bi-whatsapp text-dark" style="font-size: 20px;"></i>
|
18
|
21
|
<i class="bi bi-envelope text-dark" style="font-size: 22px;"></i>
|
|
@@ -22,7 +25,7 @@
|
22
|
25
|
</form>
|
23
|
26
|
|
24
|
27
|
</div>
|
25
|
|
- <div class="col-12 col-md-6 bg-contact">
|
|
28
|
+ <div class="col-12 col-md-6 d-none d-md-block bg-contact">
|
26
|
29
|
<!-- Image -->
|
27
|
30
|
</div>
|
28
|
31
|
</div>
|