-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
690 lines (689 loc) · 33.8 KB
/
index.html
File metadata and controls
690 lines (689 loc) · 33.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project 3</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<script src="js/bootstrap.bundle.js"></script>
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg ">
<div class="container-fluid">
<a class="navbar-brand" href="#"
><img src="images/23.png" alt=""
/></a>
<a class="navbar-brand navbar-brand2" href="#">ART </a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
style="color: #f39a9a;"
>
<span class="dropdown-toggle-span">T</span>rips
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Cairo</a></li>
<li><a class="dropdown-item" href="#">Alex</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="#">Aswan</a>
</li>
<li>
<a class="dropdown-item" href="#">ElsWiz</a>
</li>
<li>
<a class="dropdown-item" href="#">Aswan</a>
</li>
<li>
<a class="dropdown-item" href="#">ElsWiz</a>
</li>
<li>
<a class="dropdown-item" href="#">More..</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
<form class="d-flex" role="search">
<input
class="form-control me-2 col-sm-12"
type="search"
placeholder="Search"
aria-label="Search"
/>
</form>
<button
class="btn text-light m-2"
type="submit"
style="background-color: #ffa09e;"
>
Search
</button>
<!-- Button trigger modal -->
<button type="button" class="btn text-light me-2" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color: #ffa09e;">
Login
</button>
</div>
</div>
</nav>
</header>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header bg-danger">
<h1 class="modal-title text-light fs-5" id="exampleModalLabel">Login</h1>
<button type="button" class="btn-close bg-body-secondary" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form class="login-form">
<label class="d-block text-danger mb-2" for="email-address">Email Address</label>
<input class="d-block w-100 login-form-input" type="email" id="email-address">
<p class="login-form-p text-secondary">we will never share your email with anyone else</p>
<label class="d-block text-danger mb-2" for="login-password">Password</label>
<input class="d-block w-100 login-form-input" type="password" id="login-password">
</form>
</div>
<div class="modal-footer mb-2">
<button type="submit" class="btn btn-danger me-auto">Login</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- //////////////////////////////////////////////////////////////////////////////// -->
<aside>
<div class="side-icons">
<ul>
<li><i class="fab fa-facebook-square side-icons-i"></i></li>
<li><i class="fab fa-whatsapp-square side-icons-i"></i></li>
<li><i class="fab fa-twitter-square side-icons-i"></i></li>
<li><i class="fab fa-linkedin side-icons-i"></i></li>
<li><i class="fab fa-instagram-square side-icons-i"></i></li>
</ul>
</div>
<!-- side-icons -->
</aside>
<section class="main-carousel">
<div id="carouselExampleCaptions" class="carousel slide">
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="3"
aria-label="Slide 4"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/ww4.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative</p>
<button
class="btn text-light caption-btn"
type="submit"
style="background-color: #ffa09e;"
>
<a href="#">Visit Us</a>
</button>
</div>
</div>
<div class="carousel-item active">
<img src="images/ww3.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative</p>
<button
class="btn text-light caption-btn"
type="submit"
style="background-color: #ffa09e;"
>
<a href="#">Visit Us</a>
</button>
</div>
</div>
<div class="carousel-item">
<img src="images/ww5.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder</p>
<button
class="btn text-light caption-btn"
type="submit"
style="background-color: #ffa09e;"
>
<a href="#">Visit Us</a>
</button>
</div>
</div>
<div class="carousel-item">
<img src="images/ww6.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content</p>
<button
class="btn text-light caption-btn"
type="submit"
style="background-color: #ffa09e;"
>
<a href="#">Visit Us</a>
</button>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- //////////////////////////////////////////////////// -->
<section class="little-card">
<div class="card little-card w-100" style="width: 18rem">
<div class="card-body card-body1 ps-5">
<h5 class="card-title title-gradient fs-2 mt-2">Card title</h5>
<p class="card-text">
Some quick example text to build on the card title and make up the
bulk of the card's content.br<br> Some quick example text to build on the card
</p>
<a href="#" class="btn text-light" style="background-color: #ffa09e;">Go somewhere</a>
</div>
</section>
<hr>
<section class="accordion-sec">
<div class="big-header w-100 text-center text-uppercase fs-1 my-3">
Popular destination In Egypt
</div>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button title-gradient" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Accordion
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed title-gradient" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Accordion
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
It is hidden by default, until the collapse plugin adds thethough the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed title-gradient" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Accordion
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go though the transition does limit overflow.
</div>
</div>
</div>
</div>
</section>
<!-- ////////////////////////////////////////////////////////////////////////////////// -->
<hr>
<section class="translate">
<div class="toEnglish my-2">
<div class="card">
<div class="card-header text-center fs-2 fw-bold text-white">
Translate From Arabic to English
</div>
<div class="card-body card-body2">
<h5 class="card-title text-white">Write and Translate.<a href="#" class="text-decoration-none card-press">Press Here</a></h5>
<!-- <a href="#" class="btn btn-light text-info">Copy</a> -->
<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="copy to clipborad" data-bs-container="body" data-bs-toggle="popover"data-bs-placement="right" data-bs-content="copied" >
Copy
</button>
<button type="button" class="btn btn-secondary" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="right" data-bs-content="Right popover">
Popover on right
</button>
<textarea class="d-block w-100 my-3" rows="5" ></textarea>
</div>
</div>
<!-- toEnglish -->
<hr>
<div class="toEnglish my-2">
<div class="card">
<div class="card-header text-center fs-2 fw-bold text-white">
Translate From Arabic to English
</div>
<div class="card-body card-body2">
<h5 class="card-title text-white">Write and Translate.<a href="#" class="text-decoration-none card-press">Press Here</a></h5>
<a href="#" class="btn btn-light text-info">Copy</a>
<textarea class="d-block w-100 my-3" rows="5" ></textarea>
</div>
</div>
<!-- toEnglish -->
<hr>
<div class="toEnglish my-2">
<div class="card">
<div class="card-header text-center fs-2 fw-bold text-white">
Translate From Arabic to English
</div>
<div class="card-body card-body2">
<h5 class="card-title text-white">Write and Translate.<a href="#" class="text-decoration-none card-press">Press Here</a></h5>
<a href="#" class="btn btn-light text-info">Copy</a>
<textarea class="d-block w-100 my-3" rows="5" ></textarea>
</div>
</div>
<!-- toEnglish -->
<hr>
</div>
</section>
<!-- /////////////////////////////////////////////////////////// -->
<section class="behind-scene1">
</section>
<!-- ////////////////////////////////////////////////////////// -->
<section class="popular mb-5">
<div class="big-header w-100 text-center mb-3 ">
<p class="title-gradient fs-1 text-uppercase">Popular destination In Egypt</p>
</div>
<div class="container">
<div class="row row-cols-1 row-cols-md-3 g-4 my-4">
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/p1.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn text-white">Know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/6.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">Know more</a>
</div>
<p class="card-text">This is a short card.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/7.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">Know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/p2.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">Know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/p3.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">Know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card-overlay">
<img src="images/p4.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">Know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
</div>
</div>
</div>
</div>
<div class="container m-auto mt-4 popular-container2">
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col diff-col ">
<div class="card card-overlay last-2-cards ">
<img src="images/p6.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col diff-col">
<div class="card card-overlay last-2-cards">
<img src="images/p6.jpg" class="card-img-top h-75" alt="...">
<div class="card-body">
<div class="card-title-top d-flex justify-content-between" >
<span class="card-title fw-medium fs-4">Card title</span>
<a href="#" class="btn btn-info text-white">know more</a>
</div>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /////////////////////////////////////////////////////////////////////////////////////// -->
<section class="behind-scene1">
</section>
<!-- /////////////////////////////////////////////////////////////////////////////////////// -->
<section class="team pb-5">
<div class="big-header w-100 text-center text-uppercase fs-1 my-3">
Popular destination In Egypt
</div>
<div class="container w-75 m-auto my-5">
<div class="row">
<div class="col-md-4">
<div class="team-div m-3">
<div class="team-overlay">
<div class="team-overlay-top-info">
<p class="text-light fs-5">All thanks and appreciation</p>
<i class="far fa-clock pe-2"></i><span>Feb 14,2024</span>
</div>
<!-- team-overlay-top-info -->
<div class="team-overlay-bottom-info">
<img src="images/one.png" width="55%" height="150px" class="rounded-circle" alt="">
<h5 class="text-light ">Eng/Aml Ali </h5>
<span>Full sTack Developer</span>
</div>
<!-- team-overlay-bottom-info -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-div m-3">
<div class="team-overlay">
<div class="team-overlay-top-info">
<p class="text-light fs-5">All thanks and appreciation</p>
<i class="far fa-clock pe-2"></i><span>Feb 14,2024</span>
</div>
<!-- team-overlay-top-info -->
<div class="team-overlay-bottom-info">
<img src="images/two.png" width="55%" height="150px" class="rounded-circle" alt="">
<h5 class="text-light ">Eng/Aml Ali </h5>
<span>Full sTack Developer</span>
</div>
<!-- team-overlay-bottom-info -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-div m-3">
<div class="team-overlay">
<div class="team-overlay-top-info">
<p class="text-light fs-5">All thanks and appreciation</p>
<i class="far fa-clock pe-2"></i><span>Feb 14,2024</span>
</div>
<!-- team-overlay-top-info -->
<div class="team-overlay-bottom-info">
<img src="images/five.png" width="55%" height="150px" class="rounded-circle" alt="">
<h5 class="text-light ">Eng/Aml Ali </h5>
<span>Full sTack Developer</span>
</div>
<!-- team-overlay-bottom-info -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /////////////////////////////////////////////////////////////////////////////////////// -->
<section class="news">
<h2 class="title-gradient text-center fs-2 p-2">EGYPT NEWS</h2>
<div class="container">
<div class="news-container1 m-auto mb-5" >
<div class="row">
<div class="news-container1-info col-md-8 p-5">
<h3 >Podcast Title</h3>
<i class="far fa-calendar-alt pe-2"></i><span style="color: #fcc5c4cf;">wed,Feb 14th 2024</span>
<div class="underline"></div>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis consectetur facere repellat culpa error animi ipsam in, placeat dolor qui officia. Iusto enim, velit nesciunt aliquid sapiente autem adipisci neque expedita eius, sed non rerum ea reprehenderit harum id suscipit deleniti. Ab numquam exercitationem consequuntur, voluptates culpa facilis excepturi, quaerat ad repudiandae enim dolores ipsam neque aliquid, corrupti nam impedit dolore officiis adipisci similique quam repellendus non. Inventore, voluptatum beatae?</p>
<div class="info-icons d-flex justify-content-between">
<div class="info-icon rounded-2 p-1"><i class="fas fa-tag"></i><span class="text-black">Product</span></div>
<div class="info-icon rounded-2 p-1"><i class="fas fa-clock"></i> <span class="text-black">55 mins.</span></div>
<div class="info-icon diff-info-icon rounded-2 p-1"><i class="fas fa-play"></i><span class="text-black">Play Epesode</span></div>
</div>
</div>
<div class="news-container1-img col-md-4"><img src="images/four.png" class="img-hov" alt=""></div>
</div>
</div>
<div class="news-container1 m-auto mb-5" >
<div class="row">
<div class="news-container2-img col-md-4"><img src="images/one.png" class="img-hov" alt=""></div>
<div class="news-container1-info col-md-8 p-5">
<h3 >Podcast Title</h3>
<i class="far fa-calendar-alt pe-2"></i><span style="color: #fcc5c4cf;">wed,Feb 14th 2024</span>
<div class="underline"></div>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis consectetur facere repellat culpa error animi ipsam in, placeat dolor qui officia. Iusto enim, velit nesciunt aliquid sapiente autem adipisci neque expedita eius, sed non rerum ea reprehenderit harum id suscipit deleniti. Ab numquam exercitationem consequuntur, voluptates culpa facilis excepturi, quaerat ad repudiandae enim dolores ipsam neque aliquid, corrupti nam impedit dolore officiis adipisci similique quam repellendus non. Inventore, voluptatum beatae?</p>
<div class="info-icons d-flex justify-content-between">
<div class="info-icon rounded-2 p-1"><i class="fas fa-tag"></i><span class="text-black">Product</span></div>
<div class="info-icon rounded-2 p-1"><i class="fas fa-clock"></i></i><span class="text-black">55 mins.</span></div>
<div class="info-icon diff-info-icon rounded-2 p-1"><i class="fas fa-play"></i><span class="text-black">Play Epesode</span></div>
</div>
</div>
</div>
</div>
<div class="news-container1 m-auto mb-5" >
<div class="row">
<div class="news-container1-info col-md-8 p-5">
<h3 >Podcast Title</h3>
<i class="far fa-calendar-alt pe-2"></i><span style="color: #fcc5c4cf;">wed,Feb 14th 2024</span>
<div class="underline"></div>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis consectetur facere repellat culpa error animi ipsam in, placeat dolor qui officia. Iusto enim, velit nesciunt aliquid sapiente autem adipisci neque expedita eius, sed non rerum ea reprehenderit harum id suscipit deleniti. Ab numquam exercitationem consequuntur, voluptates culpa facilis excepturi, quaerat ad repudiandae enim dolores ipsam neque aliquid, corrupti nam impedit dolore officiis adipisci similique quam repellendus non. Inventore, voluptatum beatae?</p>
<div class="info-icons d-flex justify-content-between">
<div class="info-icon rounded-2 p-1"><i class="fas fa-tag"></i><span class="text-black">Product</span></div>
<div class="info-icon rounded-2 p-1"><i class="fas fa-clock"></i> <span class="text-black">55 mins.</span></div>
<div class="info-icon diff-info-icon rounded-2 p-1"><i class="fas fa-play"></i><span class="text-black">Play Epesode</span></div>
</div>
</div>
<div class="news-container1-img col-md-4"><img src="images/four.png" class="img-hov" alt=""></div>
</div>
</div>
<div class="news-container1 m-auto mb-5" >
<div class="row">
<div class="news-container2-img col-md-4"><img src="images/three.png" class="img-hov" alt=""></div>
<div class="news-container1-info col-md-8 p-5">
<h3 >Podcast Title</h3>
<i class="far fa-calendar-alt pe-2"></i><span style="color: #fcc5c4cf;">wed,Feb 14th 2024</span>
<div class="underline"></div>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis consectetur facere repellat culpa error animi ipsam in, placeat dolor qui officia. Iusto enim, velit nesciunt aliquid sapiente autem adipisci neque expedita eius, sed non rerum ea reprehenderit harum id suscipit deleniti. Ab numquam exercitationem consequuntur, voluptates culpa facilis excepturi, quaerat ad repudiandae enim dolores ipsam neque aliquid, corrupti nam impedit dolore officiis adipisci similique quam repellendus non. Inventore, voluptatum beatae?</p>
<div class="info-icons d-flex justify-content-between">
<div class="info-icon rounded-2 p-1"><i class="fas fa-tag"></i><span class="text-black">Product</span></div>
<div class="info-icon rounded-2 p-1"><i class="fas fa-clock"></i><span class="text-black">55 mins.</span></div>
<div class="info-icon diff-info-icon rounded-2 p-1"><i class="fas fa-play"></i><span class="text-black">Play Epesode</span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ////////////////////////////////////////////////////////////////////////////////////// -->
<section class="media m-3">
<h2 class="title-gradient text-center fs-2 p-2 text-uppercase">Join Us</h2>
<div class="container w-75">
<div class="row">
<div class="col-md-3">
<div class="media1 text-center">
<h5>Subscribe Now</h5>
<img src="images/twiter.jpg" class="rounded-circle" style="width:70px ; height: 70px; object-fit: fill;"alt="">
<h6><a href="#"class="text-decoration-none">Go to link</a></h6>
</div>
</div>
<div class="col-md-3">
<div class="media1 text-center">
<h5>Follow</h5>
<img src="images/whatsapp.jpg" class="rounded-circle" style="width:70px ; height: 70px;"alt="">
<h6><a href="#"class="text-decoration-none">Go to link</a></h6>
</div>
</div>
<div class="col-md-3">
<div class="media1 text-center">
<h5>Like the Page</h5>
<img src="images/linkedin.jpg" class="rounded-4" style="width:70px ; height: 70px;"alt="">
<h6><a href="#" class="text-decoration-none">Go to link</a></h6>
</div>
</div>
<div class="col-md-3">
<div class="media1 text-center">
<h5>Like the Page</h5>
<img src="images/instgram.png" style="width:70px ; height: 70px;"alt="">
<h6><a href="#" class="text-decoration-none">Go to link</a></h6>
</div>
</div>
</div>
</div>
</section>
<!-- ///////////////////////////////////////////////////////////////////////////////////////// -->
<footer>
<div class="container-fluid pt-4">
<div class="row">
<div class="col-md-4">
<div class="foot-div text-center">
<div class="footer-top py-3">
<img src="images/23.png" class="rounded-circle " alt="">
<span>Good Company</span>
</div>
<p>Tel:000-000-000</p>
<p>Adress:Egypt</p>
<p>Fax:000-000-000</p>
</div>
</div>
<div class="col-md-4 diff-foot-div">
<div class="foot-div text-center">
<div class="footer-top py-3">
<img src="images/23.png" class="rounded-circle" alt="">
<span>Important Links</span>
</div>
<p><a href="#" class="text-decoration-none diff-foot-div-a">Visit Us</a></p>
<p><a href="#" class="text-decoration-none diff-foot-div-a">Take alook</a></p>
<p><a href="#" class="text-decoration-none diff-foot-div-a">Your health is more important</a></p>
</div>
</div>
<div class="col-md-4">
<div class="foot-div text-center">
<div class="footer-top py-3">
<img src="images/23.png" class="rounded-circle" alt="">
<span>Vision</span>
</div>
<p>Servecies for all</p>
<p>Provide best servecies</p>
<p>You will be better than before</p>
</div>
</div>
</div>
</div>
<div class="copyRight py-2">
<p class="fs-2 title-gradient text-center">COPYRIGHT<i class="far fa-copyright fs-4 p-1"></i>2020 AML ALI.GOOD COMPANY.ALL RIGHTS</p>
</div>
<div class="foot-footer"></div>
</footer>
<script>
var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
return new bootstrap.Popover(popoverTriggerEl)
})
</script>
<script>
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
</script>
</body>
</html>