-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
614 lines (518 loc) · 29.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Big Pixels - Change that you want</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets\img\LOGO icon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Techie
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html"><img type="icon-box" class="logo" src="assets/img/Artboard 1.png"></img></a>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#features">Why us</a></li>
<li><a class="nav-link scrollto" href="#testimonials">Reviews</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="#contact">Get Proposal</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container-fluid" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-xl-5 col-lg-6 pt-3 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>Strategizing your Digital Growth</h1>
<h2>We help Businesses to Grow Exponentially using Social Media </h2>
<div><a href="#contact" class="btn-get-started scrollto">Get Proposal</a></div>
</div>
<div class="col-xl-4 col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="150">
<img src="assets\img\Front.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in" data-aos-delay="150">
<img src="assets\img\about.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>About</h3>
<p class="bi ">
We strategize your digital presence for exponential growth. Welcome to our Creative Digital Marketing Agency - The top choice for businesses seeking to establish a strong online presence. We specialize in helping businesses across India to make a seamless transition into the digital world and form a strong online community.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> Our SSM services are designed to help you build and maintain a strong presence on platforms such as Facebook, Instagram, Twitter, and LinkedIn.</li>
<li><i class="bi bi-check-circle"></i> Our experienced team of creators loves creating content that increases your brand awareness and engages with your audience.
</li>
<li><i class="bi bi-check-circle"></i> Our team of experienced digital marketing strategists utilizes a data-driven approach to deliver effective and measurable results.
</li>
<li><i class="bi bi-check-circle"></i> Our Video editing services will help you transform raw footage into captivating masterpieces that engage, inspire, and leave a lasting impact on your audience.
</li>
</ul>
<p class="fst-italic">
Contact us today to discuss your digital marketing needs and let us help you establish a strong online presence that drives business growth.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="22" data-purecounter-duration="1" class="purecounter"></span>
<p class="piyush">Clients</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="125" data-purecounter-duration="1" class="purecounter"></span>
<p class="piyush">Projects</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="7215" data-purecounter-duration="1" class="purecounter"></span>
<p class="piyush">Hours Of Support</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="11" data-purecounter-duration="1" class="purecounter"></span>
<p class="piyush">Team Members</p>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Services</h2>
<p>Take your online presence to the next level with our comprehensive suite of professional services. From enhancing visibility to driving growth, we've got you covered.</p>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<a href="#contact"><div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/5.png" />
</svg>
</div>
<h4>Social media Marketing</h4>
<p>Boost your online presence with our social media integration!</p>
</div></a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<a href="#contact"><div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/7.png" />
</svg>
</div>
<h4><a href="#contact">Video Editing</a></h4>
<p>Transform your footage into a masterpiece with our editing services!</p>
</div></a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<a href="#contact"><div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/6.png" />
</svg>
</div>
<h4><a href="#contact">360° YouTube Management </a></h4>
<p>Expert YouTube management to maximize your channel's potential!</p>
</div></a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<a href="#contact"><div class="icon-box iconbox-yellow">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/8.png" />
</svg>
</div>
<h4><a href="#contact">Web Development</a></h4>
<p>Crafting responsive and stunning websites tailored to your needs!</p>
</div></a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<a href="#contact"><div class="icon-box iconbox-red">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/4.png" />
</svg>
</div>
<h4><a href="#contact">Meta and Google Ads</a></h4>
<p>Drive traffic and conversions with our Ads and Meta services!</p>
</div></a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<a href="#contact"><div class="icon-box iconbox-teal">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<img class="icon" src="assets/img/3.png" />
</svg>
</div>
<h4><a href="#contact">SEO</a></h4>
<p>Excellent online visibility with our top-notch SEO services!</p>
</div></a>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Why choose us ...</h2>
<p>Absolutely! Our agency offers a wide range of services and a data-driven approach for constantly analyzing results and optimizing campaigns to ensure maximum ROI. Here are the standout features that set us apart:
</p>
</div>
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column align-items-lg-center">
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>Creative video strategies</h4>
<p>Experts in developing effective video marketing strategies to promote your brand, products or services, and engage your audience.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Brand identity</h4>
<p>Helping clients develop a strong and consistent brand identity, with custom themes, intros/outros, logos, and branding elements.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-images"></i>
<h4>Professional video editing</h4>
<p>Skilled video editing team that can take raw footage and transform it into high-quality videos with engaging visuals, crisp audio, and seamless transition. </p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-shield"></i>
<h4>Communication and Reporting</h4>
<p>Delivering a collaborative approach with regular communication and feedback, we ensure that the final product meets your expectations. Additionally, we provide detailed analytics and reporting on video and Ads performance, including views, engagement and conversion.</p>
</div>
</div>
<div class="image col-lg-6 order-1 order-lg-2 " data-aos="zoom-in" data-aos-delay="100">
<img src="assets\img\features.png" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Testimonials</h2>
<p>Read what our satisfied clients have to say about our services and how it has helped them to achieve their business goals and surpass their expectations.</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Big Pixels transformed our online presence with their exceptional web design and strategic digital marketing. Highly recommended for businesses looking to thrive in the digital world!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Bhanu Pratap Singh</h3>
<h4>Business Head Vehicle Duniya</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Thanks to Big Pixels, our social media engagement skyrocketed. Their creative content and effective strategies have truly made a difference in our brand's online visibility.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Abhishek Rangwani</h3>
<h4>Director i-Tesc Classing</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
The team at Big Pixels delivered outstanding results with their SEO expertise. Our website now ranks higher on search engines, attracting more organic traffic and potential customers.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Dr. Sonia Batra </h3>
<h4>Gold Medalist Gynaecologist</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Big Pixels video editing services exceeded our expectations. They turned our raw footage into captivating masterpieces that truly engaged our audience and conveyed our brand's message.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Sahil Paul</h3>
<h4>Founder Grolify</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Working with Big Pixels was a game-changer for our business. Their data-driven approach to digital marketing led to measurable results and a significant increase in our online conversions.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>CS Pinky R Yadav</h3>
<h4>Director & Educator</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Big Pixels content creation team consistently delivers high-quality and engaging content that perfectly represents our brand. They have been instrumental in building our online presence.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-6.jpg" class="testimonial-img" alt="">
<h3>Ravindra Sharma</h3>
<h4>Stock Market Trader</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Choosing Big Pixels for our digital marketing needs was one of the best decisions we made. Their expertise and dedication helped us establish a strong online presence and drive business growth.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-7.jpg" class="testimonial-img" alt="">
<h3>Jay bharadwaj</h3>
<h4>Entrepreneur</h4>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>Looking for answers to common questions? Check out our FAQs below to get all the information you need. From our range of services to our approach, reading the FAQs will help you make an informed decision about how we can assist you.</p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">What is Big Pixels and how can it benefit my business? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
Big Pixels is a creative digital marketing agency specializing in helping businesses and creators to establish a strong online presence. We offer a range of services including website creation, social media management, and digital marketing strategies. Our expertise and tailored approach can benefit your business by increasing brand visibility, driving targeted traffic to your website, and ultimately boosting your online sales and growth.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-2" class="collapsed">What services does your agency offer? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
We offer a wide range of services including website creation, social media management, digital marketing strategies, video editing, content creation, search engine optimization (SEO), and more.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-3" class="collapsed">Can you provide examples of successful projects or clients you have worked with? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Absolutely! We have worked with a diverse range of clients across different industries. We can provide case studies and examples of successful projects to demonstrate our expertise and the results we have achieved for our clients.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-4" class="collapsed">Do you provide detailed analytics and reporting on video performance? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, we provide comprehensive analytics and reporting on video performance. This includes metrics such as views, engagement, conversions, and other relevant data. Our detailed reports help you understand the impact of your video marketing efforts and make informed decisions for future campaigns.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" data-bs-target="#faq-list-5" class="collapsed">How do I get started with your agency? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Getting started is easy! Simply contact us through our website or give us a call to discuss your specific needs and goals.
</p>
</div>
</li>
</ul>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>For more information about our services or to request a personalized proposal, please don't hesitate to get in touch with us.</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="info-box mb-4">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>2792/2 Rampur Shakti bhawan road Opposite Union bank of India, jabalpur</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>bigpixelsindia@gmail.com</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-phone-call"></i>
<h3>Call Us</h3>
<p>+91 94793 60145</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 ">
<iframe class="mb-4 mb-lg-0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3668.7755807861427!2d79.9189565107714!3d23.141876879003178!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x82327c6445cb520d%3A0x70cbdb5537ec0976!2sBig%20Pixels%20-%20Social%20Media%20Agency!5e0!3m2!1sen!2sin!4v1683280050197!5m2!1sen!2sin" frameborder="0" style="border:0; width: 100%; height: 384px;" allowfullscreen></iframe>
</div>
<!-- Form Starts -->
<div class="col-lg-6">
<div class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" class="form-control" id="name" placeholder="Your Name" required />
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" id="email" placeholder="Your Email" required />
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" id="subject" placeholder="Subject" required />
</div>
<div class="form-group mt-3">
<textarea class="form-control" id="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<!-- <div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div> -->
</div>
<div class="text-center"><button type="submit" onclick="sendMail()">Send Message</button></div>
</div>
</div>
<!-- Form Ends -->
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<a href="#hero"><img type="icon-box" class="white" src="assets\img\white.png"></img></a>
<p>
2792/2 Rampur <br>
Shakti bhawan road<br>
Opposite Union bank of india Jabalpur<br><br>
<strong>Phone:</strong> +91 94793 60145<br>
<strong>Email:</strong> bigpixelsindia@gmail.com<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Social media Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Video Editing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">YouTube Management </a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Meta and Google Ads</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">SEO</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright-wrap d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>Big Pixels</span></strong>. All Rights Reserved. <br><span class="mann"> developed with <a href="https://github.com/aman1ahrwr" target="_blank">aman1ahrwr</a></span>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<!-- <a href="#" target="_blank" class="facebook"><i class="bx bxl-facebook"></i></a> -->
<a href="https://instagram.com/bigpixelsindia" target="_blank" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://youtube.com/@bigpixelsindia" target="_blank" class="youtube"><i class="bx bi-youtube"></i></a>
<!-- <a href="#" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a> -->
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<div style="bottom: 15px;" class="elfsight-app-9ce40272-f975-4573-b0d2-fada895a401b"></div>
<script src="assets/js/main.js"></script>
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<script src="/forms/index.js"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("W4HBzYAdtRikaGHhh");
})();
</script>
</body>
</html>