-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
732 lines (701 loc) · 31.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<title>Document</title>
</head>
<body>
<header class="p-5 py-10 h-2 sm:h-4 sm:p-10 flex justify-between items-center">
<div>
<img src="assests/Group 828.png" alt="logo" class="h-8" />
</div>
<nav class="hidden sm:block">
<ul class="flex justify-between font-bold">
<li class="px-6"><a href="/">Home</a></li>
<li class="px-6"><a href="/about">About Us</a></li>
<li class="px-6"><a href="/about">Our Services</a></li>
<li class="px-6"><a href="/contact">Contact Us</a></li>
</ul>
</nav>
<div>
<button class="bg-purple-700 rounded-md px-4 py-2 font-bold text-white">
Book appointment
</button>
</div>
</header>
<!-- Hero Section -->
<div
class="bg-blue-100 bg-[url('assests/bg-pattern.svg')] bg-contain bg-center bg-no-repeat flex flex-col sm:flex-row sm:h-screen m-4 sm:m-8 mt-4 rounded-[48px]"
>
<!-- First Half -->
<div class="h-1/2 sm:h-full p-12 sm:p-24 sm:pr-0 w-full sm:w-1/2">
<h1 class="text-3xl sm:text-6xl font-bold text-[#181945]">
Entrust your smile to professional
</h1>
<p class="mt-8 sm:mt-16 text-md sm:text-xl text-[#181945]">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
<div class="mt-10 sm:mt-20 flex flex-col sm:flex-row justify-between gap-4">
<button
class="bg-indigo-700 rounded-2xl px-6 py-2 font-bold text-white"
>
Book an appointment
</button>
<div class="flex">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M14.3558 2.00793C14.1328 1.97595 13.9087 2.04191 13.7304 2.18381C13.5472 2.32771 13.4326 2.53557 13.4077 2.76841C13.355 3.23908 13.6946 3.66479 14.1646 3.71776C17.4063 4.07951 19.9259 6.60477 20.2904 9.85654C20.3392 10.2922 20.7047 10.621 21.1409 10.621C21.1738 10.621 21.2057 10.619 21.2385 10.615C21.4666 10.59 21.6697 10.4771 21.8132 10.2972C21.9556 10.1174 22.0203 9.89351 21.9944 9.66467C21.5403 5.60746 18.4002 2.45862 14.3558 2.00793ZM14.4181 5.48994C13.942 5.402 13.5048 5.70579 13.4142 6.17047C13.3236 6.63515 13.6283 7.08884 14.0914 7.17978C15.4857 7.45159 16.5623 8.53085 16.8351 9.92989V9.93089C16.9128 10.3336 17.2674 10.6264 17.6757 10.6264C17.7305 10.6264 17.7852 10.6214 17.841 10.6114C18.3041 10.5185 18.6088 10.0658 18.5182 9.60012C18.1109 7.51055 16.5025 5.89666 14.4181 5.48994ZM16.0001 15.0905C16.4515 14.8302 16.9615 14.5362 17.6047 14.673C18.1873 14.7959 20.1731 16.4078 20.7169 16.9665C21.0734 17.3322 21.2716 17.7099 21.3025 18.0877C21.3562 19.5697 19.3425 21.2615 18.976 21.4724C18.489 21.8231 17.9224 22 17.286 22C16.6357 22 15.9106 21.8151 15.1199 21.4464C10.8296 19.6556 4.27553 13.231 2.54266 8.97395C1.82362 7.38903 1.81864 6.08193 2.53071 5.09961C2.81454 4.63892 4.43288 2.71325 5.88192 2.7742C6.26733 2.80718 6.64179 3.00505 7.00928 3.3648C7.56499 3.90942 9.13653 5.90106 9.25803 6.48565C9.39247 7.13521 9.09769 7.65185 8.83576 8.10554C8.7799 8.20307 8.70463 8.31881 8.62217 8.4456C8.3092 8.92683 7.89264 9.56735 8.04004 9.97626C9.09669 12.5705 11.5376 14.8339 14.133 15.8972C14.5343 16.0431 15.1745 15.6235 15.6542 15.3092C15.7791 15.2273 15.8932 15.1525 15.9893 15.0967L16.0001 15.0905Z"
fill="#583FBC"
/>
</svg>
</div>
</div>
<div class="ml-6 font-medium flex justify-center flex-col">
<span class="block align-middle text-indigo-700"
>DENTAL 24H EMERGENCY</span
>
<span class="block align-middle">01 234 567 890</span>
</div>
</div>
</div>
</div>
<!-- Second Half -->
<div class="h-1/2 sm:h-full m-auto pt-16 relative">
<!-- Decoration -->
<img
class="block absolute top-0 bottom-0 m-auto"
src="assests/Pattern.svg"
/>
<!-- main image -->
<img
class="h-full relative"
src="assests/indoor-shot-happy-young-woman-with-glasses-posing-against-white-wall 1.png"
alt="hero"
/>
<div
class="rounded-3xl absolute z-10 bottom-10 sm:bottom-20 px-4 py-4 bg-white flex"
>
<img
class="rounded-2xl"
src="assests/a-young-female-doctor-with-a-stethoscope 1.png"
/>
<div class="font-bold ml-4">Habib Siddiqui</div>
</div>
</div>
</div>
<!-- second section -->
<div
class="my-20 sm:my-36 mx-4 sm:mx-52 text-[#181945] leading-snug sm:leading-loose font-medium text-2xl sm:text-4xl text-center relative after:content[''] after:absolute after:h-1 after:rounded-sm after:w-36 after:left-0 after:right-0 after:mx-auto after:mt-10 sm:after:mt-24 after:bg-indigo-700"
>
Dentalist is re-imagining what the dental experience can be and proudly
setting a new standard for patient care.
</div>
<!-- Third section -->
<div class="mx-8 sm:mx-16">
<p class="text-indigo-700 font-semibold">SERVICES</p>
<div class="flex flex-col sm:flex-row justify-between gap-10 sm:gap-20 mt-4">
<h2 class="text-[#181945] text-3xl sm:text-5xl font-bold leading-tight sm:w-1/2">
Feel amazing about your oral health
</h2>
<p class="text-md sm:text-lg text-[#181945] font-medium sm:w-1/2">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
</div>
<div class="flex flex-wrap justify-center py-12 sm:py-24 text-[#181945] gap-8">
<div class="p-4 shadow-md rounded-[32px] text-center w-[222px]">
<div
class="rounded-[32px] bg-[#DBEFFA] w-[190px] h-44 grid place-content-center"
>
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Group 840.png" />
</div>
</div>
</div>
<span class="font-bold text-xl block py-4"> Dentures </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
<div class="p-4 shadow-md rounded-[32px] text-center w-[222px]">
<div
class="rounded-[32px] bg-[#DBDEFA] w-[190px] h-44 grid place-content-center"
>
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/dental-crown 1.png" />
</div>
</div>
</div>
<span class="font-bold text-xl block py-4"> Implants </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
<div class="p-4 shadow-md rounded-[32px] text-center w-[222px]">
<div
class="rounded-[32px] bg-[#F6DBFA] w-[190px] h-44 grid place-content-center"
>
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/teeth 1.png" />
</div>
</div>
</div>
<span class="font-bold text-xl block py-4"> Whitening </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
<div class="p-4 shadow-md rounded-[32px] text-center w-[222px]">
<div
class="rounded-[32px] bg-[#FADBE2] w-[190px] h-44 grid place-content-center"
>
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/root-canal 1.png" />
</div>
</div>
</div>
<span class="font-bold text-xl block py-4"> Root Canal </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
</div>
<div class="grid place-content-center">
<button class="bg-indigo-100 font-bold rounded-2xl text-indigo-700 p-4">
View all service list
</button>
</div>
</div>
<!-- fourth section -->
<div class="sm:h-screen flex flex-col sm:flex-row justify-center sm:justify-between gap-20 sm:gap-0 mx-10 sm:mx-20 my-12 sm:my-auto items-center">
<div class="relative">
<div
class="absolute top-0 bottom-0 my-auto bg-blue-100 h-[120%] w-[400px] max-w-full rounded-[32px]"
></div>
<img
class="relative ml-8 sm:ml-16"
src="assests/patient-receiving-dental-treatment 1.png"
/>
</div>
<div class="ml-2 sm:ml-16 sm:w-1/2">
<p class="text-indigo-700 font-semibold">DENTAL 24H EMERGENCY</p>
<h2 class="text-[#181945] text-4xl font-bold leading-tight">
Gentle, friendly treatment from our locally practice.
</h2>
<p class="text-base my-8 text-[#181945] font-medium">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
<button
class="bg-indigo-700 rounded-2xl px-6 py-4 font-bold text-white"
>
Book an appointment
</button>
</div>
</div>
<!-- fifth section -->
<div class="sm:h-screen m-4 sm:m-8 rounded-[48px] bg-[#DBDEFA]">
<div class="p-8 sm:py-28 sm:px-48">
<p class="text-indigo-700 font-semibold">FEATURES</p>
<h2 class="text-[#181945] text-3xl sm:text-4xl font-bold leading-tight">
Specialized care through experience
</h2>
<p class="text-base my-8 text-[#181945] font-medium">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
<div class="mt-10 sm:mt-20 grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-8 sm:gap-y-10">
<div class="flex">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Shield Done.png" />
</div>
</div>
<div class="ml-4">
<h3 class="text-md font-bold">Safety first</h3>
<p class="text-base text-[#181945] font-medium">
We prioritize safety with health checks and more
</p>
</div>
</div>
<div class="flex">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Group.png" />
</div>
</div>
<div class="ml-4">
<h3 class="text-md font-bold">Insurance accepted</h3>
<p class="text-base text-[#181945] font-medium">
We’re in network with major insurers like Delta Dental, Aetna,
and Cigna.
</p>
</div>
</div>
<div class="flex">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/chair 1.png" />
</div>
</div>
<div class="ml-4">
<h3 class="text-md font-bold">Full-service density</h3>
<p class="text-base text-[#181945] font-medium">
Our clinic offer a full of dental service, from exams to
implants and veneers.
</p>
</div>
</div>
<div class="flex">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/tooth (2) 1.png" />
</div>
</div>
<div class="ml-4">
<h3 class="text-md font-bold">No judgement ever</h3>
<p class="text-base text-[#181945] font-medium">
From floss bosses to sweet tooths, every mouth is welcome.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- sixth section -->
<div class="sm:h-screen flex flex-col sm:flex-row justify-center sm:justify-between mx-10 sm:mx-20 my-12 sm:my-auto gap-20 sm:gap-0 items-center">
<div class="ml-2 sm:ml-16 sm:w-1/2">
<p class="text-indigo-700 font-semibold">EXPERTS IN DENTAL</p>
<h2 class="text-[#181945] text-4xl font-bold leading-tight">
Top-notch dentistry, from Seattle's top dentists.
</h2>
<p class="text-base my-8 text-[#181945] font-medium">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
<div class="flex my-4 gap-2 items-center">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="10" cy="10" r="10" fill="#583FBC" />
<path
d="M6 10L9 13L14 8"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
Top quality dental team
</div>
<div class="flex my-4 gap-2 items-center">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="10" cy="10" r="10" fill="#583FBC" />
<path
d="M6 10L9 13L14 8"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
State of the art dental service
</div>
<div class="flex my-4 gap-2 items-center">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="10" cy="10" r="10" fill="#583FBC" />
<path
d="M6 10L9 13L14 8"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
Discount on all dental treatment
</div>
</div>
<div class="relative">
<div
class="absolute top-0 sm:right-0 bottom-0 my-auto bg-pink-100 h-[120%] w-[400px] max-w-full rounded-[32px]"
></div>
<img
class="relative ml-8 sm:ml-auto sm:mr-16"
src="assests/young-asian-female-dentist-white-coat-posing-clinic-equipment 1.png"
/>
</div>
</div>
<!-- seventh section -->
<div class="m-4 sm:m-8 rounded-[48px] mt-10 sm:mt-8 bg-blue-100">
<div class="p-8 sm:p-24">
<p class="text-indigo-700 font-semibold">TESTIMONIAL</p>
<div class="flex flex-wrap sm:flex-nowrap justify-between gap-10 sm:gap-20 mt-4">
<h2 class="text-[#181945] text-3xl sm:text-5xl font-bold leading-tight">
What people have said about us
</h2>
<p class="text-lg sm:w-1/2 text-[#181945] font-medium">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual mockups.
</p>
</div>
</div>
<div class="p-8 pt-8 sm:pt-0 pb-20 flex flex-col sm:flex-row gap-20 sm:gap-8">
<!-- <img src="assests/Group 862.png" /> -->
<div class="bg-white rounded-[32px] text-center relative p-8 pt-16">
<img
src="assests/image 24.png"
class="rounded-full m-auto left-0 right-0 -top-12 border-blue-100 border-8 absolute"
/>
<span class="font-bold text-[#181945]">Robert Fox</span>
<p class="text-base text-[#181945] font-medium mt-4">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts
</p>
<img src="assests/Group 861.png" class="mx-auto mt-10" />
</div>
<div class="bg-white rounded-[32px] text-center relative p-8 pt-16">
<img
src="assests/image 25.png"
class="rounded-full m-auto left-0 right-0 -top-12 border-blue-100 border-8 absolute"
/>
<span class="font-bold text-[#181945]">Albert Flores</span>
<p class="text-sm text-[#181945] font-medium mt-4">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts
</p>
<img src="assests/Group 861.png" class="mx-auto mt-10" />
</div>
<div class="bg-white rounded-[32px] text-center relative p-8 pt-16">
<img
src="assests/image 26.png"
class="rounded-full m-auto left-0 right-0 -top-12 border-blue-100 border-8 absolute"
/>
<span class="font-bold text-[#181945]">Bessie Cooper</span>
<p class="text-base text-[#181945] font-medium mt-4">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts
</p>
<img src="assests/Group 861.png" class="mx-auto mt-10" />
</div>
</div>
</div>
<!-- eighth section -->
<div class="sm:h-screen m-8 py-20 p-2 sm:p-16 text-center">
<p class="text-indigo-700 font-semibold">BLOG</p>
<h3 class="text-4xl font-bold">Stay updated with our latest news</h3>
<div class="flex gap-10 mt-20 md:flex-row flex-col">
<div class="p-4 border-2 rounded-[32px] text-start flex-1">
<div class="rounded-[32px] overflow-hidden relative max-h-56">
<img class="rounedd-[32px]" src="assests/daniel-frank-wKbWAMlHgNo-unsplash.jpg">
<div class="bg-white justify-center rounded-2xl w-12 h-12 flex flex-col text-center items-center gap-0 absolute z-10 top-3 left-3">
<span class="text-md leading-none font-semibold">
23
</span>
<span class="text-xs">Jan</span>
</div>
</div>
<div class="my-4">
<span class="text-indigo-700 font-semibold">TECHNOLOGY</span>
<span class="font-bold text-md block py-4"> New Technology Make for Dental Operation </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
</div>
<div class="p-4 border-2 rounded-[32px] text-start flex-1">
<div class="rounded-[32px] overflow-hidden relative max-h-56">
<img class="rounedd-[32px]" src="assests/paediatric-dentist-kids-hong-kong-MAIN-IMAGE-1-900x643.jpeg">
<div class="bg-white justify-center rounded-2xl w-12 h-12 flex flex-col text-center items-center gap-0 absolute z-10 top-3 left-3">
<span class="text-md leading-none font-semibold">
23
</span>
<span class="text-xs">Jan</span>
</div>
</div>
<div class="my-4">
<span class="text-indigo-700 font-semibold">DENTAL</span>
<span class="font-bold text-md block py-4"> Regular dental are make Your smile Brighter </span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
</div>
<div class="p-4 border-2 rounded-[32px] text-start flex-1">
<div class="rounded-[32px] overflow-hidden relative max-h-56">
<img class="rounedd-[32px]" src="assests/the-humble-co-cADflhZzgyo-unsplash-864x864.jpg">
<div class="bg-white justify-center rounded-2xl w-12 h-12 flex flex-col text-center items-center gap-0 absolute z-10 top-3 left-3">
<span class="text-md leading-none font-semibold">
23
</span>
<span class="text-xs">Jan</span>
</div>
</div>
<div class="my-4">
<span class="text-indigo-700 font-semibold">HYGIENE</span>
<span class="font-bold text-md block py-4"> Dental Hygiene for All age to make smile</span>
<div class="text-sm font-medium">
Lorem ipsum is placeholder text commonly used in the graphic,
</div>
</div>
</div>
</div>
<!-- <img src="assests/Group 869.png" class="mt-20" /> -->
</div>
<!-- ninth section -->
<div class="flex flex-col-reverse sm:flex-row m-4 sm:m-16">
<div class="">
<img class="" src="assests/Group 13921.png" />
</div>
<div class="ml-4 sm:m-16">
<span class="text-indigo-700 font-medium">BOOK APPOINTMENT</span>
<h3 class="text-4xl font-bold">Care at Dentalist is pleasure</h3>
<p class="mt-6">
Lorem ipsum is placeholder text commonly used in the graphic, print,
and publishing industries for previewing layouts and visual
</p>
<form>
<div class="grid grid-cols-2 font-medium gap-x-8">
<label class="block mt-8">
<span class="block text-gray-700 my-2">NAME</span>
<input
class="rounded-2xl border-2 px-4 py-2 w-full"
type="text"
name="name"
placeholder="Enter your name..."
/>
</label>
<label class="block mt-8">
<span class="block text-gray-700 my-2">EMAIL</span>
<input
class="rounded-2xl border-2 px-4 py-2 w-full"
type="email"
name="email"
placeholder="Enter your email..."
/>
</label>
<label class="block mt-4">
<span class="block text-gray-700 my-2">SERVICES</span>
<select
class="rounded-2xl border-2 px-4 py-2 w-full"
name="services"
>
<option>Select Services</option>
<option selected value="service1">Tooth Whitening</option>
<option value="service2">Root Canal</option>
<option value="service3">Service 3</option>
</select>
</label>
<label class="block mt-4">
<span class="block text-gray-700 my-2">DEPARTMENT</span>
<select
class="rounded-2xl border-2 px-4 py-2 w-full"
name="department"
>
<option>Select Department</option>
<option value="department">Department</option>
<option value="department">Department</option>
<option value="department">Department</option>
<option value="department">Department</option>
</select>
</label>
<label class="block mt-4 col-span-2">
<span class="block text-gray-700 my-2">MESSAGE</span>
<textarea
class="rounded-2xl border-2 px-4 py-2 w-full h-32"
name="message"
placeholder="Enter your message..."
></textarea>
</label>
</div>
<div class="my-8 flex flex-col sm:flex-row gap-4 sm:gap-0 justify-between">
<div class="flex">
<div
class="bg-indigo-700 p-2 bg-opacity-20 flex justify-center items-center rounded-2xl border-2 border-indigo-700"
>
<div
class="flex justify-center h-12 w-12 bg-indigo-700 p-3 rounded-2xl"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M14.3558 2.00793C14.1328 1.97595 13.9087 2.04191 13.7304 2.18381C13.5472 2.32771 13.4326 2.53557 13.4077 2.76841C13.355 3.23908 13.6946 3.66479 14.1646 3.71776C17.4063 4.07951 19.9259 6.60477 20.2904 9.85654C20.3392 10.2922 20.7047 10.621 21.1409 10.621C21.1738 10.621 21.2057 10.619 21.2385 10.615C21.4666 10.59 21.6697 10.4771 21.8132 10.2972C21.9556 10.1174 22.0203 9.89351 21.9944 9.66467C21.5403 5.60746 18.4002 2.45862 14.3558 2.00793ZM14.4181 5.48994C13.942 5.402 13.5048 5.70579 13.4142 6.17047C13.3236 6.63515 13.6283 7.08884 14.0914 7.17978C15.4857 7.45159 16.5623 8.53085 16.8351 9.92989V9.93089C16.9128 10.3336 17.2674 10.6264 17.6757 10.6264C17.7305 10.6264 17.7852 10.6214 17.841 10.6114C18.3041 10.5185 18.6088 10.0658 18.5182 9.60012C18.1109 7.51055 16.5025 5.89666 14.4181 5.48994ZM16.0001 15.0905C16.4515 14.8302 16.9615 14.5362 17.6047 14.673C18.1873 14.7959 20.1731 16.4078 20.7169 16.9665C21.0734 17.3322 21.2716 17.7099 21.3025 18.0877C21.3562 19.5697 19.3425 21.2615 18.976 21.4724C18.489 21.8231 17.9224 22 17.286 22C16.6357 22 15.9106 21.8151 15.1199 21.4464C10.8296 19.6556 4.27553 13.231 2.54266 8.97395C1.82362 7.38903 1.81864 6.08193 2.53071 5.09961C2.81454 4.63892 4.43288 2.71325 5.88192 2.7742C6.26733 2.80718 6.64179 3.00505 7.00928 3.3648C7.56499 3.90942 9.13653 5.90106 9.25803 6.48565C9.39247 7.13521 9.09769 7.65185 8.83576 8.10554C8.7799 8.20307 8.70463 8.31881 8.62217 8.4456C8.3092 8.92683 7.89264 9.56735 8.04004 9.97626C9.09669 12.5705 11.5376 14.8339 14.133 15.8972C14.5343 16.0431 15.1745 15.6235 15.6542 15.3092C15.7791 15.2273 15.8932 15.1525 15.9893 15.0967L16.0001 15.0905Z"
fill="#fff"
/>
</svg>
</div>
</div>
<div class="ml-6 font-medium flex justify-center flex-col">
<span class="block align-middle text-indigo-700"
>DENTAL 24H EMERGENCY</span
>
<span class="block align-middle">01 234 567 890</span>
</div>
</div>
<button
class="bg-indigo-700 rounded-2xl px-6 sm:px-16 py-2 sm:py-1 font-bold text-white"
>
Book an appointment
</button>
</div>
</form>
</div>
</div>
<!-- footer -->
<footer class="bg-[#041434] p-4 sm:p-16 pb-8 sm:pb-8">
<div class="flex flex-col sm:flex-row pb-16">
<div class="w-full sm:w-1/2">
<img src="assests/Group 828.png" alt="logo" class="w-32" />
</div>
<div class="flex flex-col sm:flex-row">
<div class="text-white font-medium">
<span class="text-xs">QUICK LINKS</span>
<ul class="mt-4">
<li class="mt-4">About Us</li>
<li class="mt-4">Dental Services</li>
<li class="mt-4">Dentist</li>
<li class="mt-4">Blog</li>
<li class="mt-4">FAQs</li>
</div>
<div class="text-white font-medium m-auto sm:ml-16">
<span class="text-xs">CONTACT & INFORMATION</span>
<div class="flex my-4">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Shield Done.png" />
</div>
</div>
<div class="ml-4">
<span class="text-xs font-medium block">Phone Number</span>
<span class="text-md font-bold block">
+91 123 456 7890
</span>
</div>
</div>
<div class="flex my-4">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Shield Done.png" />
</div>
</div>
<div class="ml-4">
<span class="text-xs font-medium block">Open Hour</span>
<span class="text-md font-bold block">
09:00 AM - 18:00 PM
</span>
</div>
</div>
<div class="flex my-4">
<div
class="bg-white p-2 bg-opacity-20 flex justify-center items-center h-16 w-16 rounded-2xl border-2 border-white"
>
<div
class="flex justify-center h-12 w-12 bg-white p-3 rounded-2xl"
>
<img src="assests/Shield Done.png" />
</div>
</div>
<div class="ml-4">
<span class="text-xs font-medium block">Clinic Address</span>
<span class="text-md font-bold block">
35 West Dental Street California 1004
</span>
</div>
</div>
</div>
</div>
</div>
<div class="flex flex-col sm:flex-row items-center justify-between text-white">
<p>©Dentalist. All Right Reserved</p>
<ul class="flex gap-8 sm:gap-16">
<li>Terms of Use</li>
<li>Privacy Policy</li>
</ul>
</div>
</footer>
</body>
</html>