-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
780 lines (763 loc) · 39.3 KB
/
Copy pathindex.html
File metadata and controls
780 lines (763 loc) · 39.3 KB
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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="FoxyMoron is an award-winning creative agency specializing in modern web design, branding, and digital experiences.">
<meta name="keywords" content="creative agency, web design, branding, digital marketing, animation">
<meta name="author" content="FoxyMoron Creative Agency">
<meta property="og:title" content="FoxyMoron | Award-Winning Creative Agency">
<meta property="og:description" content="Modern creative agency with stunning animations and innovative designs.">
<meta property="og:type" content="website">
<title>FoxyMoron | Award-Winning Creative Agency</title>
<link rel="stylesheet" href="styles.css">
<link
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preload" href="script.js" as="script">
</head>
<body>
<!-- Skip to main content link -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Preloader -->
<div class="preloader">
<div class="preloader-content">
<div class="fox-logo">
<span class="logo-text">FOXY</span>
<span class="logo-accent">MORON</span>
</div>
<div class="progress-bar">
<div class="progress-fill"></div>
</div>
<div class="loading-text">Loading...</div>
</div>
</div>
<!-- Custom Cursor -->
<div class="cursor"></div>
<div class="cursor-follower"></div>
<!-- Navigation -->
<header class="header">
<nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="logo">
<a href="#" aria-label="FoxyMoron home">
<span class="logo-main">FOXY</span><span class="logo-highlight">MORON</span>
</a>
</div>
<div class="nav-toggle" id="navToggle" aria-label="Toggle navigation menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link active">Home</a></li>
<li><a href="#about" class="nav-link">Culture</a></li>
<li><a href="#services" class="nav-link">Services</a></li>
<li><a href="#work" class="nav-link">Work</a></li>
<li><a href="#awards" class="nav-link">Awards</a></li>
<li><a href="#contact" class="nav-link">Connect</a></li>
</ul>
<div class="nav-social">
<a href="https://instagram.com" target="_blank" class="social-icon"><i class="fab fa-instagram"></i></a>
<a href="https://linkedin.com" target="_blank" class="social-icon"><i
class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com" target="_blank" class="social-icon"><i class="fab fa-twitter"></i></a>
</div>
</nav>
</header>
<!-- Hero Section -->
<main id="main-content">
<section class="hero" id="home">
<div class="hero-bg">
<div class="gradient-overlay"></div>
<div class="noise-overlay"></div>
</div>
<div class="hero-content">
<div class="hero-text">
<div class="hero-tagline">Creative Agency</div>
<h1 class="hero-title">
<span class="line">
<span class="word" data-delay="0">We</span>
<span class="word" data-delay="1">Create</span>
</span>
<span class="line">
<span class="word highlight" data-delay="2">Digital</span>
<span class="word" data-delay="3">Ideas</span>
</span>
</h1>
<p class="hero-subtitle">
<span class="subtitle-line">Award-winning creative agency crafting</span>
<span class="subtitle-line">digital experiences that captivate</span>
<span class="subtitle-line">and drive results.</span>
</p>
<div class="hero-cta-group">
<a href="#work" class="cta-button">
<span class="btn-text">View Our Work</span>
<span class="btn-icon"><i class="fas fa-arrow-right"></i></span>
</a>
<a href="#contact" class="cta-button secondary">
<span class="btn-text">Get in Touch</span>
</a>
</div>
</div>
<div class="hero-visual">
<div class="floating-shapes">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
</div>
<div class="hero-image-box" style="
border: 3px solid var(--accent-rose);
">
<img src="https://images.unsplash.com/photo-1531403009284-440f080d1e12?w=800&q=100&auto=format"
alt="Creative wireframe and design process">
<div class="hero-image-overlay"></div>
</div>
<div class="hero-image-box secondary">
<img src="https://images.unsplash.com/photo-1542744094-3a31f272c490?w=600&q=100&auto=format"
alt="Ideas becoming reality">
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="mouse">
<div class="wheel"></div>
</div>
<span>Scroll Down</span>
</div>
</section>
<!-- About Section - Story of the Fox -->
<section class="about" id="about">
<div class="container">
<div class="section-header">
<span class="section-tag">About Us</span>
<h2 class="section-title">
<span class="title-line">Story of</span>
<span class="title-line highlight">the Fox</span>
</h2>
</div>
<div class="about-content">
<div class="about-text">
<p class="lead-text" data-animate>
We are a full-service creative agency that brings brands to life through
<span class="text-highlight">strategic thinking</span> and
<span class="text-highlight">creative excellence</span>.
</p>
<p data-animate>
Founded in 2012 in Mumbai, FoxyMoron has grown from a scrappy startup to one of India's
most awarded independent creative agencies. We've partnered with Fortune 500 companies,
disruptive startups, and everything in between. Our team of 200+ creative minds spans
strategists, designers, developers, filmmakers, and data scientists who collaborate
to create campaigns that don't just look good—they deliver results.
</p>
<div class="stats-grid" data-animate>
<div class="stat-item">
<span class="stat-number" data-count="500">0</span>
<span class="stat-label">Campaigns Delivered</span>
</div>
<div class="stat-item">
<span class="stat-number" data-count="120">0</span>
<span class="stat-label">Happy Clients</span>
</div>
<div class="stat-item">
<span class="stat-number" data-count="85">0</span>
<span class="stat-label">Awards Won</span>
</div>
<div class="stat-item">
<span class="stat-number" data-count="12">0</span>
<span class="stat-label">Years Experience</span>
</div>
</div>
</div>
<div class="about-image">
<div class="image-wrapper" data-animate>
<img src="https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&q=100&auto=format"
alt="Creative team at work" class="about-img">
<div class="image-decoration"></div>
</div>
</div>
</div>
</div>
<div class="parallax-bg">
<div class="parallax-shape shape-circle"></div>
<div class="parallax-shape shape-square"></div>
</div>
</section>
<!-- Clients Section -->
<section class="clients">
<div class="container">
<div class="clients-header">
<span class="section-tag">Trusted By</span>
<p>Leading brands across industries</p>
</div>
<div class="clients-logos">
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg" alt="Google">
</div>
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a9/Amazon_logo.svg" alt="Amazon">
</div>
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg" alt="Apple">
</div>
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg" alt="Microsoft">
</div>
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Netflix_2015_logo.svg" alt="Netflix">
</div>
<div class="client-logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e8/Tesla_logo.png" alt="Tesla">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="container">
<div class="section-header center">
<span class="section-tag">What We Do</span>
<h2 class="section-title">
<span class="title-line">Our</span>
<span class="title-line highlight">Services</span>
</h2>
</div>
<div class="services-grid">
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1558655146-9f40138edfeb?w=800&q=100&auto=format" loading="lazy"
alt="Brand Strategy">
</div>
<div class="service-icon">
<i class="fas fa-paint-brush"></i>
</div>
<h3 class="service-title">Brand Strategy</h3>
<p class="service-desc">We craft brand identities that stand out. From positioning to visual
systems, we build brands that connect emotionally and drive business growth.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&q=100&auto=format" loading="lazy"
alt="Digital Marketing">
</div>
<div class="service-icon">
<i class="fas fa-bullhorn"></i>
</div>
<h3 class="service-title">Digital Marketing</h3>
<p class="service-desc">Performance-driven campaigns across Google, Meta, LinkedIn & programmatic.
We optimize for ROI with data-backed strategies that scale.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1574717024653-61fd2cf4d44d?w=800&q=100&auto=format" loading="lazy"
alt="Content Creation">
</div>
<div class="service-icon">
<i class="fas fa-film"></i>
</div>
<h3 class="service-title">Content & Video</h3>
<p class="service-desc">From viral reels to cinematic brand films, our in-house production team
creates thumb-stopping content that drives engagement and shares.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1547658719-da2b51169166?w=800&q=100&auto=format"
alt="Web Development">
</div>
<div class="service-icon">
<i class="fas fa-code"></i>
</div>
<h3 class="service-title">Web & App Development</h3>
<p class="service-desc">Custom websites, web apps, and mobile applications built with modern tech
stacks. We focus on performance, accessibility, and conversion.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&q=100&auto=format"
alt="Analytics">
</div>
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="service-title">Analytics & Insights</h3>
<p class="service-desc">Data doesn't lie. We set up robust tracking, build custom dashboards, and
extract actionable insights to continuously improve performance.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
<div class="service-card" data-animate>
<div class="service-image">
<img src="https://images.unsplash.com/photo-1611162617474-5b21e879e113?w=800&q=100&auto=format"
alt="Social Media">
</div>
<div class="service-icon">
<i class="fas fa-users"></i>
</div>
<h3 class="service-title">Social Media Management</h3>
<p class="service-desc">Community building, influencer partnerships, and always-on social
strategies. We grow engaged audiences that become brand advocates.</p>
<a href="#" class="service-link">
<span>Learn More</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Work/Portfolio Section -->
<section class="work" id="work">
<div class="container">
<div class="section-header">
<span class="section-tag">Portfolio</span>
<h2 class="section-title">
<span class="title-line">Latest</span>
<span class="title-line highlight">Campaigns</span>
</h2>
</div>
<div class="work-grid">
<div class="work-item large" data-animate>
<div class="work-image">
<img src="https://images.unsplash.com/photo-1559136555-9303baea8ebd?w=1600&q=100&auto=format"
alt="Spotify Campaign">
</div>
<div class="work-overlay">
<div class="work-content">
<span class="work-category">Integrated Campaign</span>
<h3 class="work-title">Spotify Wrapped 2024</h3>
<p class="work-desc">A multi-platform campaign celebrating music lovers across India with
personalized OOH, social, and experiential activations.</p>
<a href="#" class="work-link">View Case Study <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="work-item" data-animate>
<div class="work-image">
<img src="https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=800&q=100&auto=format"
alt="E-commerce redesign">
</div>
<div class="work-overlay">
<div class="work-content">
<span class="work-category">UX/UI Design</span>
<h3 class="work-title">Myntra App Redesign</h3>
<p class="work-desc">Increased conversion by 34%</p>
<a href="#" class="work-link">View Case Study <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="work-item" data-animate>
<div class="work-image">
<img src="https://images.unsplash.com/photo-1605810230434-7631ac76ec81?w=800&q=100&auto=format"
alt="Video production">
</div>
<div class="work-overlay">
<div class="work-content">
<span class="work-category">Brand Film</span>
<h3 class="work-title">Tata Motors - #DrivingDreams</h3>
<p class="work-desc">50M+ views on YouTube</p>
<a href="#" class="work-link">View Case Study <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="work-item" data-animate>
<div class="work-image">
<img src="https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=800&q=100&auto=format"
alt="Social campaign">
</div>
<div class="work-overlay">
<div class="work-content">
<span class="work-category">Social Campaign</span>
<h3 class="work-title">Swiggy #VoiceOfHunger</h3>
<p class="work-desc">2M+ UGC submissions</p>
<a href="#" class="work-link">View Case Study <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="work-item" data-animate>
<div class="work-image">
<img src="https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&q=100&auto=format"
alt="Rebranding">
</div>
<div class="work-overlay">
<div class="work-content">
<span class="work-category">Rebranding</span>
<h3 class="work-title">PhonePe Brand Evolution</h3>
<p class="work-desc">Complete visual identity overhaul</p>
<a href="#" class="work-link">View Case Study <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="work-cta">
<a href="#" class="cta-button secondary">
<span class="btn-text">View All Work</span>
<span class="btn-icon"><i class="fas fa-arrow-right"></i></span>
</a>
</div>
</div>
</section>
<!-- Team Section -->
<section class="team">
<div class="container">
<div class="section-header center">
<span class="section-tag">Leadership</span>
<h2 class="section-title">
<span class="title-line">Meet the</span>
<span class="title-line highlight">Pack</span>
</h2>
</div>
<div class="team-grid">
<div class="team-member" data-animate>
<div class="member-image">
<img src="https://images.unsplash.com/photo-1560250097-0b93528c311a?w=800&q=100&auto=format"
alt="Suveer Bajaj">
</div>
<div class="member-info">
<h4 class="member-name">Suveer Bajaj</h4>
<span class="member-role">Co-Founder & CEO</span>
<div class="member-social">
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="team-member" data-animate>
<div class="member-image">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=800&q=100&auto=format"
alt="Pratik Gupta">
</div>
<div class="member-info">
<h4 class="member-name">Pratik Gupta</h4>
<span class="member-role">Co-Founder & COO</span>
<div class="member-social">
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="team-member" data-animate>
<div class="member-image">
<img src="https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?w=800&q=100&auto=format"
alt="Creative Director">
</div>
<div class="member-info">
<h4 class="member-name">Arjun Menon</h4>
<span class="member-role">Chief Creative Officer</span>
<div class="member-social">
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="team-member" data-animate>
<div class="member-image">
<img src="https://images.unsplash.com/photo-1580489944761-15a19d654956?w=800&q=100&auto=format"
alt="Strategy Head">
</div>
<div class="member-info">
<h4 class="member-name">Priya Sharma</h4>
<span class="member-role">Head of Strategy</span>
<div class="member-social">
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Awards Section -->
<section class="awards" id="awards">
<div class="container">
<div class="section-header center">
<span class="section-tag">Recognition</span>
<h2 class="section-title">
<span class="title-line">Awards &</span>
<span class="title-line highlight">Accolades</span>
</h2>
</div>
<div class="awards-marquee">
<div class="marquee-track">
<div class="award-item">
<i class="fas fa-trophy"></i>
<span>Cannes Lions 2024</span>
</div>
<div class="award-item">
<i class="fas fa-award"></i>
<span>D&AD Pencil</span>
</div>
<div class="award-item">
<i class="fas fa-star"></i>
<span>One Show Gold</span>
</div>
<div class="award-item">
<i class="fas fa-medal"></i>
<span>Effie Awards India</span>
</div>
<div class="award-item">
<i class="fas fa-gem"></i>
<span>Webby Winner</span>
</div>
<div class="award-item">
<i class="fas fa-trophy"></i>
<span>Clio Awards</span>
</div>
<div class="award-item">
<i class="fas fa-award"></i>
<span>Kyoorius Blue Elephant</span>
</div>
<div class="award-item">
<i class="fas fa-star"></i>
<span>Spikes Asia</span>
</div>
<!-- Duplicate for seamless loop -->
<div class="award-item">
<i class="fas fa-trophy"></i>
<span>Cannes Lions 2024</span>
</div>
<div class="award-item">
<i class="fas fa-award"></i>
<span>D&AD Pencil</span>
</div>
<div class="award-item">
<i class="fas fa-star"></i>
<span>One Show Gold</span>
</div>
<div class="award-item">
<i class="fas fa-medal"></i>
<span>Effie Awards India</span>
</div>
</div>
</div>
<div class="news-grid">
<div class="news-card" data-animate>
<div class="news-image">
<img src="https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&q=100&auto=format"
alt="Award ceremony">
</div>
<div class="news-date">Dec 2024</div>
<h3 class="news-title">FoxyMoron Wins Grand Prix at Goafest for Spotify Campaign</h3>
<p class="news-excerpt">Our integrated campaign for Spotify Wrapped takes home the coveted Grand
Prix in the Digital category at Goafest 2024.</p>
<a href="#" class="news-link">Read More <i class="fas fa-arrow-right"></i></a>
</div>
<div class="news-card" data-animate>
<div class="news-image">
<img src="https://images.unsplash.com/photo-1497366216548-37526070297c?w=800&q=100&auto=format"
alt="New office">
</div>
<div class="news-date">Nov 2024</div>
<h3 class="news-title">New Singapore Office: FoxyMoron Expands APAC Footprint</h3>
<p class="news-excerpt">Strategic expansion to Southeast Asia with new regional headquarters in
Singapore, serving clients across APAC markets.</p>
<a href="#" class="news-link">Read More <i class="fas fa-arrow-right"></i></a>
</div>
<div class="news-card" data-animate>
<div class="news-image">
<img src="https://images.unsplash.com/photo-1559136555-9303baea8ebd?w=800&q=100&auto=format"
alt="Campaign India">
</div>
<div class="news-date">Oct 2024</div>
<h3 class="news-title">Ranked #3 in Campaign India's Top Digital Agencies 2024</h3>
<p class="news-excerpt">Recognized for consistent creative excellence and business impact across
client portfolios spanning FMCG, tech, and finance.</p>
<a href="#" class="news-link">Read More <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="contact-wrapper">
<div class="contact-info">
<div class="section-header">
<span class="section-tag">Get in Touch</span>
<h2 class="section-title">
<span class="title-line">FONE A</span>
<span class="title-line highlight">FOX</span>
</h2>
</div>
<p class="contact-desc">Got a project in mind? We'd love to hear from you. Drop us a line and let's
create something extraordinary together.</p>
<div class="contact-details">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<a href="mailto:hello@foxymoron.in">hello@foxymoron.in</a>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<a href="tel:+912226556677">+91 22 2655 6677</a>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<span>WeWork Enam Sambhav, Bandra Kurla Complex, Mumbai 400051</span>
</div>
</div>
<div class="office-locations">
<h4>Our Offices</h4>
<div class="locations-grid">
<div class="location">
<strong>Mumbai</strong>
<span>Headquarters</span>
</div>
<div class="location">
<strong>Delhi NCR</strong>
<span>North India</span>
</div>
<div class="location">
<strong>Bangalore</strong>
<span>South India</span>
</div>
<div class="location">
<strong>Singapore</strong>
<span>APAC</span>
</div>
</div>
</div>
<div class="social-links">
<a href="https://instagram.com/foxymoron" target="_blank" class="social-link"><i
class="fab fa-instagram"></i></a>
<a href="https://facebook.com/foxymoron" target="_blank" class="social-link"><i
class="fab fa-facebook-f"></i></a>
<a href="https://linkedin.com/company/foxymoron" target="_blank" class="social-link"><i
class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/foxymoron" target="_blank" class="social-link"><i
class="fab fa-twitter"></i></a>
<a href="https://youtube.com/foxymoron" target="_blank" class="social-link"><i
class="fab fa-youtube"></i></a>
</div>
</div>
<div class="contact-form-wrapper">
<form class="contact-form" id="contactForm">
<div class="form-row">
<div class="form-group">
<input type="text" id="name" name="name" required>
<label for="name">Your Name</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<input type="email" id="email" name="email" required>
<label for="email">Work Email</label>
<span class="focus-border"></span>
</div>
</div>
<div class="form-row">
<div class="form-group">
<input type="text" id="company" name="company" required>
<label for="company">Company Name</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<input type="tel" id="phone" name="phone">
<label for="phone">Phone (Optional)</label>
<span class="focus-border"></span>
</div>
</div>
<div class="form-group">
<select id="service" name="service" required>
<option value="" disabled selected></option>
<option value="branding">Brand Strategy & Identity</option>
<option value="digital">Digital Marketing</option>
<option value="content">Content & Video Production</option>
<option value="web">Web & App Development</option>
<option value="social">Social Media Management</option>
<option value="other">Other</option>
</select>
<label for="service">What are you looking for?</label>
<span class="focus-border"></span>
</div>
<div class="form-group">
<textarea id="message" name="message" rows="4" required></textarea>
<label for="message">Tell us about your project</label>
<span class="focus-border"></span>
</div>
<button type="submit" class="submit-btn">
<span class="btn-text">Send Message</span>
<span class="btn-icon"><i class="fas fa-paper-plane"></i></span>
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<span class="logo-main">FOXY</span><span class="logo-highlight">MORON</span>
</div>
<p class="footer-tagline">Award-winning creative agency helping brands tell stories that matter.
Part of the Zoo Media network.</p>
<div class="footer-certifications">
<span>Google Premier Partner</span>
<span>Meta Business Partner</span>
</div>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Company</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#work">Our Work</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Services</h4>
<ul>
<li><a href="#">Brand Strategy</a></li>
<li><a href="#">Digital Marketing</a></li>
<li><a href="#">Content Production</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Social Media</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Connect</h4>
<ul>
<li><a href="https://instagram.com/foxymoron" target="_blank">Instagram</a></li>
<li><a href="https://linkedin.com/company/foxymoron" target="_blank">LinkedIn</a></li>
<li><a href="https://twitter.com/foxymoron" target="_blank">Twitter</a></li>
<li><a href="https://youtube.com/foxymoron" target="_blank">YouTube</a></li>
<li><a href="https://behance.net/foxymoron" target="_blank">Behance</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 FoxyMoron Digital Pvt. Ltd. All rights reserved.</p>
<div class="footer-legal">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>