-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpartners.html
More file actions
651 lines (580 loc) · 37.8 KB
/
partners.html
File metadata and controls
651 lines (580 loc) · 37.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Partners & Sponsors — Dubai Meridian Forum</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Partners & Sponsors — Dubai Meridian Forum">
<meta property="og:description" content="A four-day professional forum in Dubai built around Law, Finance, Engineering, and Management.">
<meta property="og:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<meta property="og:url" content="https://www.dubaimeridian.com/partners.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.dubaimeridian.com/og-thumbnail.png">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Raleway:wght@300;400;500;600;700&family=Amiri:wght@400;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
navy: { 50:'#e8e8f0',100:'#c5c5d9',200:'#9494b5',300:'#5e5e88',400:'#2d2d5e',500:'#14143a',600:'#0d0d2b',700:'#09091f',800:'#060616',900:'#03030b' },
gold: { 400:'#d4a44e',500:'#c9a96e' },
},
fontFamily: {
display:['"Cormorant Garamond"','serif'],
body:['"Raleway"','sans-serif'],
arabic:['"Amiri"','serif'],
}
}
}
}
</script>
<style>
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:#060616;color:#e8e8f0;font-family:'Raleway',sans-serif;overflow-x:hidden;}
.grain::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:0.5;}
.nav-link{position:relative;letter-spacing:0.15em;}
.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#c9a96e;transition:width 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}
.nav-link:hover::after{width:100%;}
.gold-line-center{height:1px;background:linear-gradient(90deg,transparent,#c9a96e,transparent);}
.fade-up{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;}
.fade-up.visible{opacity:1;transform:translateY(0);}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:#060616;}
::-webkit-scrollbar-thumb{background:rgba(201,169,110,0.3);border-radius:3px;}
.mobile-menu{transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);}
.mobile-menu.open{transform:translateX(0);}
/* Coming soon badge */
.coming-soon-badge{
display:inline-flex;align-items:center;gap:8px;
background:rgba(201,169,110,0.06);
border:1px solid rgba(201,169,110,0.2);
padding:6px 18px;border-radius:2px;
}
.badge-dot{width:6px;height:6px;border-radius:50%;background:#c9a96e;animation:pulse-dot 2s ease-in-out infinite;}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.4;transform:scale(0.7);}}
/* ── Offering strip ── */
.offering-strip{
background:rgba(9,9,31,0.7);
border:1px solid rgba(201,169,110,0.1);
backdrop-filter:blur(12px);
}
.offering-item{
padding:22px 24px;
border-right:1px solid rgba(201,169,110,0.08);
transition:background 0.3s ease;
}
.offering-item:last-child{border-right:none;}
.offering-item:hover{background:rgba(201,169,110,0.03);}
/* ── Carousel ── */
.carousel-track{
display:flex;
gap:20px;
transition:transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
will-change:transform;
}
.carousel-slide{
flex:0 0 320px;
position:relative;
border-radius:12px;
overflow:hidden;
cursor:pointer;
}
@media(min-width:1024px){.carousel-slide{flex:0 0 360px;}}
.carousel-slide img{
width:100%;height:27rem;object-fit:cover;object-position:center;
transition:transform 0.4s ease;
display:block;
}
.carousel-slide:hover img{transform:scale(1.05);}
.slide-gradient{
position:absolute;inset:0;
background:linear-gradient(to bottom,rgba(6,6,22,0) 0%,rgba(6,6,22,0.4) 40%,rgba(6,6,22,0.88) 100%);
}
/* "Coming soon" frosted chip on each card */
.slide-chip{
position:absolute;top:16px;right:16px;
background:rgba(6,6,22,0.7);
border:1px solid rgba(201,169,110,0.3);
backdrop-filter:blur(8px);
padding:4px 12px;border-radius:2px;
font-family:'Raleway',sans-serif;font-size:9px;font-weight:600;
letter-spacing:0.25em;text-transform:uppercase;color:#c9a96e;
}
.slide-content{
position:absolute;inset-x:0;bottom:0;
padding:24px 28px;
}
@media(min-width:768px){.slide-content{padding:28px 32px;}}
.slide-category{
font-family:'Raleway',sans-serif;font-size:9px;font-weight:600;
letter-spacing:0.28em;text-transform:uppercase;
color:rgba(201,169,110,0.7);margin-bottom:8px;
}
.slide-title{
font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:500;
color:#fff;margin-bottom:8px;line-height:1.25;
}
.slide-desc{
font-family:'Raleway',sans-serif;font-size:12px;color:rgba(255,255,255,0.55);
line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
margin-bottom:14px;
}
.slide-link{
display:inline-flex;align-items:center;gap:6px;
font-family:'Raleway',sans-serif;font-size:11px;letter-spacing:0.15em;text-transform:uppercase;
color:rgba(201,169,110,0.7);text-decoration:none;
transition:color 0.3s ease,gap 0.3s ease;
}
.carousel-slide:hover .slide-link{color:#d4a44e;gap:10px;}
/* Arrow buttons */
.carousel-btn{
width:42px;height:42px;border-radius:4px;
display:flex;align-items:center;justify-content:center;
background:rgba(20,20,58,0.6);border:1px solid rgba(201,169,110,0.15);
color:rgba(201,169,110,0.7);cursor:pointer;
transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease,opacity 0.3s ease;
}
.carousel-btn:hover{background:rgba(201,169,110,0.1);border-color:rgba(201,169,110,0.4);color:#d4a44e;}
.carousel-btn:disabled,.carousel-btn[disabled]{opacity:0.3;pointer-events:none;}
/* Dot indicators */
.carousel-dot{
width:7px;height:7px;border-radius:50%;
background:rgba(201,169,110,0.2);border:none;cursor:pointer;padding:0;
transition:background 0.3s ease,transform 0.3s ease;
}
.carousel-dot.active{background:#c9a96e;transform:scale(1.3);}
/* ── Benefit cards ── */
.card{background:linear-gradient(145deg,rgba(20,20,58,0.6),rgba(9,9,31,0.8));border:1px solid rgba(201,169,110,0.08);transition:border-color 0.4s ease,transform 0.4s ease,box-shadow 0.4s ease;}
.card:hover{border-color:rgba(201,169,110,0.28);transform:translateY(-5px);box-shadow:0 24px 64px rgba(201,169,110,0.07),0 8px 24px rgba(0,0,0,0.3);}
.icon-box{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(201,169,110,0.05);border:1px solid rgba(201,169,110,0.15);border-radius:4px;transition:background 0.3s ease,border-color 0.3s ease;}
.card:hover .icon-box{background:rgba(201,169,110,0.1);border-color:rgba(201,169,110,0.35);}
/* ── CTA ── */
.cta-section{background:linear-gradient(135deg,rgba(14,14,40,0.95),rgba(8,8,26,0.98));border:1px solid rgba(201,169,110,0.1);position:relative;overflow:hidden;}
.cta-section::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,0.05) 0%,transparent 70%);pointer-events:none;}
.cta-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,0.04) 0%,transparent 70%);pointer-events:none;}
.btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(201,169,110,0.15),rgba(201,169,110,0.08));border:1px solid rgba(201,169,110,0.5);color:#d4a44e;padding:14px 36px;font-family:'Raleway',sans-serif;font-size:11px;font-weight:600;letter-spacing:0.25em;text-transform:uppercase;text-decoration:none;transition:background 0.3s ease,border-color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;}
.btn-primary:hover{background:linear-gradient(135deg,rgba(201,169,110,0.22),rgba(201,169,110,0.12));border-color:rgba(201,169,110,0.8);transform:translateY(-2px);box-shadow:0 8px 32px rgba(201,169,110,0.15);}
.btn-secondary{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.5);padding:14px 36px;font-family:'Raleway',sans-serif;font-size:11px;font-weight:500;letter-spacing:0.25em;text-transform:uppercase;text-decoration:none;transition:border-color 0.3s ease,color 0.3s ease,transform 0.3s ease;}
.btn-secondary:hover{border-color:rgba(201,169,110,0.3);color:rgba(201,169,110,0.7);transform:translateY(-2px);}
</style>
</head>
<body class="grain">
<!-- Navigation -->
<nav class="fixed top-0 w-full z-50 transition-all duration-500" id="mainNav">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<div class="flex items-center justify-between h-20">
<a href="index.html" class="flex items-center group">
<img src="5.png" alt="DMF" class="h-14 opacity-90 group-hover:opacity-100 transition-opacity duration-300" style="mix-blend-mode:screen;filter:brightness(1.6) saturate(0.8)">
</a>
<div class="hidden lg:flex items-center gap-10">
<a href="index.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Team</a>
<a href="tracks.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="nav-link text-gold-400 text-xs font-body uppercase tracking-widest">Partners</a>
<a href="contact.html" class="nav-link text-navy-100 text-xs font-body uppercase tracking-widest hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
<a href="register.html" class="hidden lg:block px-6 py-2.5 border border-gold-500/40 text-gold-400 text-xs uppercase tracking-[0.2em] font-body hover:bg-gold-500/10 hover:border-gold-400 transition-all duration-300">Register</a>
<button id="mobileToggle" class="lg:hidden text-navy-100 hover:text-gold-400 transition-colors" aria-label="Menu">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 6h16M4 12h16M4 18h16"/></svg>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobileMenu" class="mobile-menu fixed inset-0 z-[60] bg-black/98 backdrop-blur-xl flex flex-col items-center justify-center gap-8">
<button id="mobileClose" class="absolute top-6 right-6 text-white/60 hover:text-gold-400 transition-colors" aria-label="Close">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 18L18 6M6 6l12 12"/></svg>
</button>
<a href="index.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Home</a>
<a href="about.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">About</a>
<a href="team.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Team</a>
<a href="tracks.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Tracks</a>
<a href="partners.html" class="text-gold-400 text-sm font-body uppercase tracking-[0.3em]">Partners</a>
<a href="contact.html" class="text-white/60 text-sm font-body uppercase tracking-[0.3em] hover:text-gold-400 transition-colors">Contact</a>
<a href="register.html" class="text-gold-400 text-sm font-body uppercase tracking-[0.3em] border border-gold-500/30 px-6 py-2">Register</a>
</div>
<!-- ─── HERO ─── -->
<section class="relative min-h-[80vh] flex flex-col items-center justify-center text-center px-6 pt-28 pb-16 overflow-hidden">
<!-- Ambient glow -->
<div class="absolute inset-0 pointer-events-none">
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[700px] h-[500px]" style="background:radial-gradient(ellipse,rgba(201,169,110,0.05) 0%,transparent 65%);"></div>
</div>
<!-- Coming Soon badge -->
<div class="coming-soon-badge mb-7 fade-up">
<span class="badge-dot"></span>
<span class="font-body text-gold-500/80 text-[10px] uppercase tracking-[0.3em]">Partnerships Opening Soon</span>
</div>
<!-- Heading -->
<div class="fade-up mb-5">
<p class="font-arabic text-gold-500/35 text-base mb-2" dir="rtl">الشركاء والرعاة</p>
<h1 class="font-display text-5xl md:text-7xl lg:text-8xl text-white font-light" style="letter-spacing:-0.03em;line-height:1.05;">
Partners &<br><span class="text-gold-400 italic">Sponsors</span>
</h1>
</div>
<!-- Subtext -->
<div class="fade-up max-w-xl mx-auto mb-10">
<div class="gold-line-center mx-auto mb-6" style="width:80px;"></div>
<p class="font-body text-white/40 text-sm leading-relaxed">
We are finalising our partnership packages for Dubai Meridian Forum 2026. An exclusive selection of opportunities will be available to organisations seeking to align with the Gulf's premier interdisciplinary academic forum.
</p>
</div>
<!-- CTA buttons -->
<div class="fade-up flex flex-col sm:flex-row items-center gap-4 mb-14">
<a href="contact.html" class="btn-primary">
Express Interest
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
<a href="#why-partner" class="btn-secondary">
Learn More
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 9l-7 7-7-7"/></svg>
</a>
</div>
<!-- Offering strip -->
<div class="fade-up w-full max-w-4xl mx-auto offering-strip rounded-sm grid grid-cols-2 md:grid-cols-4">
<div class="offering-item text-left">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/50 mb-1.5">Finance Track</p>
<p class="font-display text-base text-white/80 italic mb-1">Markets & Capital</p>
<p class="font-body text-[10px] text-white/30 leading-relaxed">Live trading simulations, investment panel debates, and VC pitch competitions</p>
</div>
<div class="offering-item text-left">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/50 mb-1.5">Law Track</p>
<p class="font-display text-base text-white/80 italic mb-1">Advocacy & Policy</p>
<p class="font-body text-[10px] text-white/30 leading-relaxed">Moot court rounds, international arbitration workshops, and legislative drafting</p>
</div>
<div class="offering-item text-left">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/50 mb-1.5">Engineering Track</p>
<p class="font-display text-base text-white/80 italic mb-1">Innovation & Systems</p>
<p class="font-body text-[10px] text-white/30 leading-relaxed">Case challenges, infrastructure design sprints, and expert-led keynote workshops</p>
</div>
<div class="offering-item text-left">
<p class="font-body text-[9px] uppercase tracking-[0.25em] text-gold-500/50 mb-1.5">Management Track</p>
<p class="font-display text-base text-white/80 italic mb-1">Strategy & Leadership</p>
<p class="font-body text-[10px] text-white/30 leading-relaxed">Business case competitions, executive panels, and organisational strategy workshops</p>
</div>
</div>
</section>
<!-- ─── DIVIDER ─── -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/15 to-transparent"></div>
<!-- ─── PARTNER POSITIONS CAROUSEL ─── -->
<section class="py-20 md:py-28">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<!-- Header row -->
<div class="flex items-end justify-between mb-12 md:mb-14 fade-up">
<div>
<p class="font-body text-gold-500/60 text-xs uppercase tracking-[0.3em] mb-3">Sponsorship Positions</p>
<h2 class="font-display text-4xl md:text-5xl text-white font-light" style="letter-spacing:-0.02em;">
Partnership<br><span class="text-gold-400 italic">Opportunities</span>
</h2>
<p class="font-body text-white/35 text-sm mt-3 max-w-sm leading-relaxed">These positions are not yet filled — we're actively seeking partners who want to shape the forum.</p>
</div>
<!-- Arrow buttons (desktop) -->
<div class="hidden md:flex gap-2 shrink-0">
<button class="carousel-btn" id="prevBtn" aria-label="Previous">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"/></svg>
</button>
<button class="carousel-btn" id="nextBtn" aria-label="Next">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
</button>
</div>
</div>
</div>
<!-- Carousel viewport (edge-to-edge) -->
<div class="overflow-hidden" id="carouselViewport">
<div class="carousel-track pl-6 lg:pl-[max(24px,calc(50vw-560px))]" id="carouselTrack">
<!-- Slide 1: Presenting Partner -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Presenting Partner">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier I · Lead Sponsor</p>
<p class="slide-title">Presenting Partner</p>
<p class="slide-desc">Headline visibility across every DMF touchpoint — keynote speaking rights, premier branding on all materials, and exclusive delegate reception access.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
<!-- Slide 2: Finance Track Sponsor -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Finance Track">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier II · Track Sponsor</p>
<p class="slide-title">Finance Track Partner</p>
<p class="slide-desc">Brand the Markets & Capital track — sponsor simulations, chair panel debates, and put your firm in front of the next generation of finance professionals.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
<!-- Slide 3: Law Track Sponsor -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1589829545856-d10d557cf95f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Law Track">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier II · Track Sponsor</p>
<p class="slide-title">Law Track Partner</p>
<p class="slide-desc">Own the Advocacy & Policy track — sponsor moot court rounds, co-host arbitration workshops, and engage directly with rising legal talent from across the region.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
<!-- Slide 4: Engineering Track Sponsor -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Engineering Track">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier II · Track Sponsor</p>
<p class="slide-title">Engineering Track Partner</p>
<p class="slide-desc">Power the Innovation & Systems track — lead design sprints, deliver expert keynotes, and connect your brand to the engineers solving tomorrow's infrastructure challenges.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
<!-- Slide 5: Management Track Sponsor -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1551836022-d5d88e9218df?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Management Track">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier II · Track Sponsor</p>
<p class="slide-title">Management Track Partner</p>
<p class="slide-desc">Sponsor the Strategy & Leadership track — host business case rounds, lead executive panels, and place your organisation at the centre of the forum's strategic dialogue.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
<!-- Slide 6: Media Partner -->
<div class="carousel-slide">
<img src="https://images.unsplash.com/photo-1492724441997-5dc865305da7?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&w=1080&q=80" alt="Media Partner">
<div class="slide-gradient"></div>
<span class="slide-chip">Position Open</span>
<div class="slide-content">
<p class="slide-category">Tier III · Media & Community</p>
<p class="slide-title">Media Partner</p>
<p class="slide-desc">Amplify DMF across your digital and institutional networks. Content collaborations, coverage rights, and co-branded storytelling throughout the forum and beyond.</p>
<a href="contact.html" class="slide-link">
Enquire
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
</div>
</div>
</div>
</div>
<!-- Dot indicators -->
<div class="flex justify-center gap-2 mt-8" id="carouselDots"></div>
</section>
<!-- ─── DIVIDER ─── -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/15 to-transparent"></div>
<!-- ─── WHY PARTNER ─── -->
<section class="py-24 md:py-32" id="why-partner">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="fade-up text-center mb-14">
<p class="font-body text-gold-500/60 text-xs uppercase tracking-[0.3em] mb-4">Why Partner</p>
<h2 class="font-display text-4xl md:text-5xl text-white font-light" style="letter-spacing:-0.02em;">
A Platform for <span class="text-gold-400 italic">Lasting Impact</span>
</h2>
<div class="gold-line-center mx-auto mt-6" style="width:80px;"></div>
</div>
<!-- Flowchart layout: circle at top, 3 boxes aligned below -->
<div class="fade-up relative" id="partner-flow">
<!-- Circle hub centred at top -->
<div class="flex justify-center mb-0 relative z-10">
<div class="rounded-full flex items-center justify-center" style="width:120px;height:120px;background:linear-gradient(145deg,#c9a96e,#b8922e);box-shadow:0 0 48px rgba(201,169,110,0.45),0 0 96px rgba(201,169,110,0.15);">
<div class="text-center">
<p class="font-display text-[10px] uppercase tracking-[0.2em]" style="color:rgba(0,0,0,0.5);">Your</p>
<p class="font-display text-xl font-light" style="color:#0a0a1a;letter-spacing:-0.02em;">Brand</p>
</div>
</div>
</div>
<!-- SVG connector lines: from circle bottom to each box top -->
<svg class="w-full pointer-events-none hidden md:block" viewBox="0 0 900 90" preserveAspectRatio="none" style="display:block;margin-top:-2px;height:90px;">
<!-- Left branch -->
<line x1="450" y1="0" x2="155" y2="82" stroke="rgba(201,169,110,0.5)" stroke-width="1.5" stroke-dasharray="6 4"/>
<!-- Centre branch -->
<line x1="450" y1="0" x2="450" y2="82" stroke="rgba(201,169,110,0.5)" stroke-width="1.5" stroke-dasharray="6 4"/>
<!-- Right branch -->
<line x1="450" y1="0" x2="745" y2="82" stroke="rgba(201,169,110,0.5)" stroke-width="1.5" stroke-dasharray="6 4"/>
<!-- Terminal dots -->
<circle cx="155" cy="82" r="4" fill="rgba(201,169,110,0.7)"/>
<circle cx="450" cy="82" r="4" fill="rgba(201,169,110,0.7)"/>
<circle cx="745" cy="82" r="4" fill="rgba(201,169,110,0.7)"/>
</svg>
<!-- Mobile vertical line -->
<div class="flex justify-center md:hidden mt-2 mb-4">
<div style="width:1px;height:32px;background:rgba(201,169,110,0.4);"></div>
</div>
<!-- Three boxes, perfectly aligned -->
<div class="grid md:grid-cols-3 gap-6">
<div class="rounded-sm p-7 text-center transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.28);">
<p class="font-body text-[9px] uppercase tracking-[0.3em] mb-3" style="color:rgba(0,0,0,0.4);">Audience</p>
<h3 class="font-display text-lg mb-3" style="color:#0a0a1a;">Access to ~600<br>Aspiring Like Minds</h3>
<div style="width:40px;height:1px;background:rgba(0,0,0,0.18);margin:0 auto 12px;"></div>
<p class="font-body text-xs leading-relaxed" style="color:rgba(0,0,0,0.55);">Engage directly with an elite international cohort of upcoming and young participants across Finance, Law, Engineering, and Management — the next generation of regional decision-makers.</p>
</div>
<div class="rounded-sm p-7 text-center transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.28);">
<p class="font-body text-[9px] uppercase tracking-[0.3em] mb-3" style="color:rgba(0,0,0,0.4);">Exposure</p>
<h3 class="font-display text-lg mb-3" style="color:#0a0a1a;">Strategic Visibility<br>& Recognition</h3>
<div style="width:40px;height:1px;background:rgba(0,0,0,0.18);margin:0 auto 12px;"></div>
<p class="font-body text-xs leading-relaxed" style="color:rgba(0,0,0,0.55);">Gain premium exposure through event branding, speaking opportunities, and curated interactions with a niche, high-potential audience.</p>
</div>
<div class="rounded-sm p-7 text-center transition-all duration-300 hover:scale-[1.02]" style="background:linear-gradient(145deg,#c9a96e,#d4a44e);box-shadow:0 8px 32px rgba(201,169,110,0.28);">
<p class="font-body text-[9px] uppercase tracking-[0.3em] mb-3" style="color:rgba(0,0,0,0.4);">Partnership</p>
<h3 class="font-display text-lg mb-3" style="color:#0a0a1a;">Bespoke<br>Packages</h3>
<div style="width:40px;height:1px;background:rgba(0,0,0,0.18);margin:0 auto 12px;"></div>
<p class="font-body text-xs leading-relaxed" style="color:rgba(0,0,0,0.55);">From high-impact keynote opportunities and exclusive track branding to co-hosted workshops — every package is tailored to your brand, ensuring maximum visibility and seamless alignment.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ─── DIVIDER ─── -->
<div class="w-full h-px bg-gradient-to-r from-transparent via-gold-500/15 to-transparent"></div>
<!-- ─── CTA SECTION ─── -->
<section class="py-24 md:py-32">
<div class="max-w-4xl mx-auto px-6 lg:px-12">
<div class="cta-section fade-up rounded-sm p-12 md:p-16 text-center relative">
<div class="absolute top-5 left-5 w-6 h-6 border-t border-l border-gold-500/25 pointer-events-none"></div>
<div class="absolute top-5 right-5 w-6 h-6 border-t border-r border-gold-500/25 pointer-events-none"></div>
<div class="absolute bottom-5 left-5 w-6 h-6 border-b border-l border-gold-500/25 pointer-events-none"></div>
<div class="absolute bottom-5 right-5 w-6 h-6 border-b border-r border-gold-500/25 pointer-events-none"></div>
<p class="font-arabic text-gold-500/35 text-base mb-3 relative z-10" dir="rtl">نرحب بشراكتكم</p>
<p class="font-body text-gold-500/60 text-xs uppercase tracking-[0.3em] mb-5 relative z-10">Get Involved</p>
<h2 class="font-display text-4xl md:text-5xl lg:text-6xl text-white font-light mb-4 relative z-10" style="letter-spacing:-0.02em;">
We'd Love to<br><span class="text-gold-400 italic">Hear From You</span>
</h2>
<div class="gold-line-center mx-auto mb-6 relative z-10" style="width:80px;"></div>
<p class="font-body text-white/45 text-sm leading-relaxed max-w-xl mx-auto mb-10 relative z-10">
Partnership applications for Dubai Meridian Forum 2026 are open. Whether you represent a corporation, institution, or media outlet — we welcome the conversation. Reach out and our team will respond within 48 hours.
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4 relative z-10">
<a href="contact.html" class="btn-primary">
Get in Touch
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
</a>
<a href="mailto:info@dubaimeridianforum.com" class="btn-secondary">info@dubaimeridianforum.com</a>
</div>
</div>
</div>
</section>
<!-- ─── FOOTER ─── -->
<footer class="py-16 border-t border-white/5">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="grid md:grid-cols-3 gap-12">
<div>
<img src="5.png" alt="DMF" class="h-8 opacity-60 mb-4" style="mix-blend-mode:screen;filter:brightness(1.6) saturate(0.8)">
<p class="font-body text-white/30 text-xs leading-relaxed">Dubai Meridian Forum © 2026.<br>All rights reserved.</p>
<p class="font-arabic text-gold-500/25 text-sm mt-3" dir="rtl">منتدى دبي ميريديان</p>
</div>
<div>
<p class="text-gold-500/50 text-xs uppercase tracking-[0.2em] font-body mb-4">Navigate</p>
<div class="flex flex-col gap-2">
<a href="index.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Home</a>
<a href="about.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">About</a>
<a href="team.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Team</a>
<a href="tracks.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Tracks</a>
<a href="partners.html" class="text-gold-400 text-sm font-body">Partners</a>
<a href="register.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Register</a>
<a href="contact.html" class="text-white/30 text-sm font-body hover:text-gold-400 transition-colors duration-300">Contact</a>
</div>
</div>
<div>
<p class="text-gold-500/50 text-xs uppercase tracking-[0.2em] font-body mb-4">Contact</p>
<p class="text-white/30 text-sm font-body leading-relaxed">Aspect Tower, Office No. 2206<br>Zone B, Bay Avenue<br>Business Bay, Dubai</p>
<a href="mailto:info@dubaimeridianforum.com" class="text-gold-500/40 text-sm font-body mt-3 inline-block hover:text-gold-400 transition-colors duration-300">info@dubaimeridianforum.com</a>
</div>
</div>
<div class="mt-12 pt-8 border-t border-white/5 text-center">
<p class="text-white/20 text-xs font-body tracking-wide">Dubai Meridian Forum · Business Bay, Dubai, UAE</p>
</div>
</div>
</footer>
<script>
// Nav scroll
const nav = document.getElementById('mainNav');
window.addEventListener('scroll', () => {
if (window.scrollY > 60) {
nav.style.background='rgba(6,6,22,0.96)';
nav.style.backdropFilter='blur(20px)';
nav.style.borderBottom='1px solid rgba(201,169,110,0.08)';
} else {
nav.style.background='transparent';
nav.style.backdropFilter='none';
nav.style.borderBottom='none';
}
});
document.getElementById('mobileToggle').addEventListener('click', () => document.getElementById('mobileMenu').classList.add('open'));
document.getElementById('mobileClose').addEventListener('click', () => document.getElementById('mobileMenu').classList.remove('open'));
// Scroll reveal
const obs = new IntersectionObserver(e => e.forEach(x => {
if (x.isIntersecting) x.target.classList.add('visible');
}), { threshold: 0.08 });
document.querySelectorAll('.fade-up').forEach(el => obs.observe(el));
// ── Carousel ──
(function() {
const track = document.getElementById('carouselTrack');
const viewport = document.getElementById('carouselViewport');
const prevBtn = document.getElementById('prevBtn');
const nextBtn = document.getElementById('nextBtn');
const dotsWrap = document.getElementById('carouselDots');
const slides = track.querySelectorAll('.carousel-slide');
const total = slides.length;
let current = 0;
const GAP = 20;
// Build dots
slides.forEach((_, i) => {
const d = document.createElement('button');
d.className = 'carousel-dot' + (i === 0 ? ' active' : '');
d.setAttribute('aria-label', 'Go to slide ' + (i + 1));
d.addEventListener('click', () => goTo(i));
dotsWrap.appendChild(d);
});
function slideWidth() {
return slides[0].getBoundingClientRect().width;
}
function goTo(index) {
current = Math.max(0, Math.min(index, total - 1));
const offset = current * (slideWidth() + GAP);
track.style.transform = `translateX(-${offset}px)`;
dotsWrap.querySelectorAll('.carousel-dot').forEach((d, i) => {
d.classList.toggle('active', i === current);
});
prevBtn.disabled = current === 0;
nextBtn.disabled = current === total - 1;
}
prevBtn.addEventListener('click', () => goTo(current - 1));
nextBtn.addEventListener('click', () => goTo(current + 1));
// Touch/drag
let startX = 0, isDragging = false;
viewport.addEventListener('pointerdown', e => { startX = e.clientX; isDragging = true; });
viewport.addEventListener('pointermove', e => { if (!isDragging) return; });
viewport.addEventListener('pointerup', e => {
if (!isDragging) return;
isDragging = false;
const diff = startX - e.clientX;
if (Math.abs(diff) > 40) goTo(diff > 0 ? current + 1 : current - 1);
});
viewport.addEventListener('pointercancel', () => { isDragging = false; });
goTo(0);
window.addEventListener('resize', () => goTo(current));
})();
</script>
</body>
</html>