-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (555 loc) · 28.1 KB
/
index.html
File metadata and controls
616 lines (555 loc) · 28.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bite Tooth Pase</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Fav icon -->
<link rel="shortcut icon" href="./assets/img/fav icon.png" type="image/x-icon" hight="auto" width="100%">
<!-- fontawsome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- my css -->
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<style>
</style>
<body>
<!-- navigation bar & hero section -->
<div id="navbar" class="nav_styling">
<nav class="navbar navbar-expand-lg py-3 border-black border " aria-label="Thirteenth navbar example">
<div class="container-fluid ">
<a href="./index.html"><img src="./assets/img/logo.png" alt=""></a>
<button class="navbar-toggler border-white" type="button" data-bs-toggle="collapse" data-bs-toggle="collapse"
data-bs-target="#navbarsExample11" aria-controls="navbarsExample11" aria-expanded="true"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse d-lg-flex" id="navbarsExample11">
<a class="navbar-brand col-lg-3 me-0" href="#">
<a href="./index.html"><img class="d-none" src="./assets/img/logo.png" alt=""></a>
</a>
<ul class="navbar-nav col-lg-6 align-items-center justify-content-lg-center">
<li class="nav-item">
<li><a href="./index.html" class="nav-link px-2 text-dark">Home</a></li>
</li>
<li class="nav-item">
<li><a href="./shopall.html" class="nav-link px-2 text-dark">Shop</a></li>
</li>
<li class="nav-item">
<li><a href="./about.html" class="nav-link px-2 text-dark">About</a></li>
</li>
</ul>
<div class="d-flex justify-content-center justify-content-md-end gap-2 col-lg-3 p-3 p-md-0">
<a href="./signup.html"><button type="button" class="btn btn-dark">Signup</button></a>
<a href="./login.html"><button type="button" class="btn btn-outline-dark">Login</button></a>
</div>
</div>
</div>
</nav>
</div>
<!-- hero section -->
<div
class="container-fluid herosec d-flex flex-wrap flex-column justify-content-center align-items-start text-light "
id="footer">
<div class="herosectexts ">
<h1 class="">It's Time To Brush Better.</h1>
<p class="">Clean up your routine with Toothpaste Bits. <br> No plastic, no harsh chemicals
just
a better <br> way to brush your teeth.</p>
<a href="./shopall.html" class="herosech111">
<button type="button" class="btn btn-dark px-5 animaation herosech111">SHOP NOW</button>
</div>
</a>
</div>
<!-- hero section below -->
<div class="container py-md-5 herosectionbelow">
<div behavior="" direction="">
<div class="md-d-flex d-none justify-content-between">
<div class="item p-5">
<img src="./assets/img/elle-logo-113023.png" class="w-100 " alt="...">
</div>
<div class="item">
<img src="./assets/img/goop-113023.png" class="w-100" alt="...">
</div>
<div class="item">
<img src="./assets/img/people-logo-113023.png" class="w-100" alt="...">
</div>
<div class="item">
<img src="./assets/img/oprah-magazine-logo-113023.png" class="w-100" alt="...">
</div>
<div class="item">
<img src="./assets/img/womens-health-logo-113023.png" class="w-100" alt="...">
</div>
<div class="item">
<img src="./assets/img/forbes-logo-113023.png" class="w-100" alt="...">
</div>
<div class="item">
<img src="./assets/img/vogue-logo-113023.png" class="w-100" alt="...">
</div>
</div>
</div>
</div>
<!-- how to use section -->
<div class="container p-3 rounded howtousesection">
<div class="row ">
<h1 class="text-center ">How To Use</h1>
<div class="col-lg-4 py-5 ">
<div data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/img/how to use 1.jpg" alt="" class=" w-100 rounded howtousesectionimg">
</div>
<div class="div p-3">
<h3 class="text-center m-0">1. Grap a Toothpaste Bit</h3>
<p class="text-center ">A Single Bit is all you need each time.</p>
</div>
</div>
<div class="col-lg-4 py-5 ">
<div data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/img/how to use 2.jpg" alt="" class="w-100 rounded">
</div>
<div class="div p-3">
<h3 class="text-center m-0">2. Chew your Bit</h3>
<p class="text-center pb-4">A soft paste will form in your mouth.</p>
<a href="./shopall.html"><button type="button"
class="btn btn-dark w-100 howtousesection-btn animation-btn">SHOP NOW</button></a>
</div>
</div>
<div class="col-lg-4 py-5 ">
<div data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/img/how to use 3.jpg" alt="" class="w-100 rounded">
</div>
<div class="div p-3">
<h3 class="text-center m-0">3. Brush with toothbrush</h3>
<p class="text-center ">It'll foam up , just like regular Toothpaste</p>
</div>
</div>
</div>
</div>
<!-- reviews section -->
<div class="container p-4 text-dark rounded">
<h1 class="text-center py-5 1-3">21,000+ ReviewsFor A Reason</h1>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="1500">
<div class="row d-flex justify-content-around">
<div class="col-lg-4">
<div class="box-one">
<img src="./assets/img/review-2.jpg" alt="" width="400px" class="rounded">
<p class="py-3">I've tried a few other brands of toothpaste tablets and these bits are by far the
best.They foam up like regular toothpaste and have a great flavor.</p>
<h5>BRITT W.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
</div>
<div class="col-lg-4">
<div class="box-one">
<img src="./assets/img/review-5.jpg" alt="" width="400px" class="rounded">
<p class="py-3">I have been using Bits for a year now, and I am very happy with them. My dental
hygienist is too! I highly recommend them!</p>
<h5>ANNE L.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="col-lg-4">
<div class="box-one ">
<img src="./assets/img/review-3.jpg" alt="" width="400px" class="rounded">
<p class="py-3">I love the sustainable packaging and my teeth have gotten whiter since using
thistoothpaste. Easy to travel with!</p>
<h5>KATHLEEN .M.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<div class="row d-flex justify-content-around">
<div class="col-lg-4">
<div class="box-one">
<img src="./assets/img/review-3.jpg" alt="" width="400px" class="rounded">
<p class="py-3">I love the sustainable packaging and my teeth have gotten whiter since using
thistoothpaste. Easy to travel with!</p>
<h5>BRITT W.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
</div>
<div class="col-lg-4">
<div class="box-one">
<img src="./assets/img/review-4.jpg" alt="" width="400px" class="rounded">
<p class="py-3">I've tried a few other brands of toothpaste tablets and these bits are by far the
best.They foam up like regular toothpaste and have a great flavor.</p>
<h5>LUCY R.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
</div>
<div class="col-lg-4">
<div class="box-one ">
<img src="./assets/img/review-1.jpg" alt="" width="400px" class="rounded">
<p class="py-3">No mess, cleans and whitens beautifully, and no plastic or repeat containers!</p>
<h5>CHRISSY B.</h5>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Shop By Category -->
<div class="container ">
<div class="row py-5">
<h1 class="text-center 1-3 ">Shop By Category</h1>
<p class="text-center 1-3 ">Easy-to-browse categories</p>
<div class="col-lg-3 ShopByCategory py-5">
<div class="border border-black p-3 rounded">
<h5 class="ShopByCategory-h5 text-dark">TOOTHPASTE</h5>
<img src="./assets/img/shop_by_category-1.webp" alt="" class="w-100 py-3 rounded">
<a href="./shopall.html#bestseller"><button type="button" class="btn btn-dark w-100">SHOP NOW</button></a>
</div>
</div>
<div class="col-lg-3 ShopByCategory py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 rounded">
<h5 class="ShopByCategory-h5 text-dark">ORAL CARE</h5>
<img src="./assets/img/shop_by_category-2.webp" alt="" class="w-100 py-3 rounded">
<a href="./shopall.html#oralcare"><button type="button" class="btn btn-dark w-100">SHOP NOW</button></a>
</div>
</div>
</div>
<div class="col-lg-3 ShopByCategory py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 rounded">
<h5 class="ShopByCategory-h5">SETS</h5>
<img src="./assets/img/shop_by_category-3.webp" alt="" class="w-100 py-3">
<a href="./shopall.html#sets"><button type="button" class="btn btn-dark w-100">SHOP NOW</button></a>
</div>
</div>
</div>
<div class="col-lg-3 ShopByCategory py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 rounded">
<h5 class="ShopByCategory-h5">BODY CARE</h5>
<img src="./assets/img/shop_by_category-4.webp" alt="" class="w-100 py-3">
<a href="./shopall.html#bodycare"><button type="button" class="btn btn-dark w-100">SHOP NOW</button></a>
</div>
</div>
</div>
</div>
</div>
<!-- why bits are better -->
<div class="container whybits-div">
<h1 class="text-center 1-3 ">Why Bits are Better</h1>
<p class="text-center 1-3 ">Accessible Anytime, Anywhere</p>
<div class="row py-5">
<div class="col-lg-4">
<div class="one-a-a text-center">
<i class="fa-solid fa-hand whybits-icon py-2"></i>
<h5 class="py-2">PERFECTLY PORTIONED</h5>
<p class="py-1">Stop wasting money by using more <br> toothpaste than you need </p>
</div>
<div class="one-a-b text-center">
<i class="fa-solid fa-star whybits-icon py-2"></i>
<h5 class="py-2">BETTER - FOR - YOU FORMULATIONS</h5>
<p class="py-1">A dry tablet means we can use less- <br>harmful ingredients and still protect <br>your teeth.
</p>
</div>
<div class="one-a-c text-center">
<i class="fa-solid fa-boxes-stacked whybits-icon py-2"></i>
<h5 class="py-2">SINK FRIENDLY</h5>
<p class="py-1">Our tablets leave mess in your <br>sink because no glycerine - what <br> makes most toothpaste
, paste - <br>
means no sticky goop</p>
</div>
</div>
<div class="col-lg-4 d-flex justify-content-center align-items-center ">
<img src=".//assets/img/Subscribe & Save-5.webp" alt="" width="100%">
</div>
<div class="col-lg-4">
<div class="one-a-a text-center">
<i class="fa-solid fa-suitcase-rolling whybits-icon py-2"></i>
<h5 class="py-2">SUITCASE-SAFE</h5>
<p class="py-1">No more toothpaste <br> explosions in your bag. <br> Just throw a few Bits in your <br> pack
and you’re good to go</p>
</div>
<div class="one-a-b text-center">
<i class="fa-solid fa-earth-americas whybits-icon py-2"></i>
<h5 class="py-2">EARTH-FRIENDLY</h5>
<p class="py-1">Infinitely refillable with no plastic <br>thooth paste tubes , our Bits are better <br> for
our
earth and oceans.</p>
</div>
<div class="one-a-c text-center">
<i class="fa-solid fa-bacterium whybits-icon py-2"></i>
<h5 class="py-2">STOP THE SPREAD OF BACTERIA</h5>
<p class="py-1">The top of a toothpaste tube can <br> transfer bacteria from your partners <br> brush to your
mouth. Our Bits can <br> stop the spread.</p>
</div>
</div>
</div>
</div>
<!-- Shop Best Sellers -->
<div class="container py-5">
<h1 class="text-center 1-3">Shop Best Sellers</h1>
<p class="text-center 1-3">Limited Stock, Get Yours Before It's Gone!</p>
<div class="row py-5">
<div class="col-lg-3 shopbestsellers-div py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 animation-btn rounded">
<h5 class="pb-3 pt-3">THOOTHPASTE BITS <br>FLORIDE-FREE</h5>
<img src="./assets/img/pc-tpb-ff-4oz-mint-no-bg.webp" alt="" class="w-100">
<a href="./payment.html"><button type="button" class="btn btn-dark w-100">ADD TO BAG</button></a>
</div>
</div>
</div>
<div class="col-lg-3 shopbestsellers-div py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 animation-btn rounded">
<h5 class="pb-3 pt-3">THOOTHPASTE BITS <br> WITH FLORIDE</h5>
<img src="./assets/img//pc-tpb-wf-2oz-mint-fluoride-no-bg.png" alt="" class="w-100">
<a href="./payment.html"><button type="button" class="btn btn-dark w-100">ADD TO BAG</button></a>
</div>
</div>
</div>
<div class="col-lg-3 shopbestsellers-div py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 animation-btn rounded">
<h5 class="pb-3 pt-3">DEODORANT <br> SET</h5>
<img src="./assets/img//pdp-product-card-desktop-silver-case-open-no-bg.png" alt="" class="w-100">
<a href="./payment.html"><button type="button" class="btn btn-dark w-100">ADD TO BAG</button></a>
</div>
</div>
</div>
<div class="col-lg-3 shopbestsellers-div py-5">
<div data-aos="flip-right" data-aos-duration="2000">
<div class="border border-black p-3 animation-btn rounded">
<h5 class="pb-3 pt-3">MOUTHWASH <br>BITS</h5>
<img src="./assets/img/pc-mouthwash-no-bg.png" alt="" class="w-100">
<a href="./payment.html"><button type="button" class="btn btn-dark w-100">ADD TO BAG</button></a>
</div>
</div>
</div>
</div>
</div>
<!-- Shop Best Sellers bottem -->
<div class="container border border-black rounded p-5">
<div class="row">
<h4 class="text-center">“Best Whitening Toothpaste Tablets”</h4>
<h2 class="text-center">Forbes</h2>
</div>
</div>
<!-- FAQ section -->
<div class="container py-5 ">
<div class="row ">
<h1 class="text-center">FAQ</h1>
<div class="accordion accordion-flush rounded py-5" id="accordionFlushExample">
<div class="accordion-item my-4">
<h2 class="accordion-header ">
<button class="faq-1-border collapsed bg-white" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
<div class="d-flex justify-content-between">
<h5 class="text-start ">Are Toothpaste Bits good for sensitive teeth ?</h5>
<i class="fa-sharp fa-solid fa-chevron-down smaller_text "></i>
</div>
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body border-bottom border-black">
<p>Yes, our Bits are safe for sensitive teeth. We use Nano-hydroxyapatite in our Fluoride-Free formula, a
mineral that's been proven to strengthen and remineralize enamel and help fight sensitivity. <br><br>
Read the nHAP Study here and read more information about it here. <br><br>
We also recommend talking to your dentist about Nano-hydroxyapatite or when making any changes to your
oral care routine.</p>
</div>
</div>
</div>
<div class="accordion-item my-4 faqbackground">
<h2 class="accordion-header">
<button class="faq-1-border collapsed bg-white" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
<div class="d-flex justify-content-between">
<h5 class="text-start ">How do subscriptions work </h5>
<i class="fa-sharp fa-solid fa-chevron-down smaller_text "></i>
</div>
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body border-bottom border-black">
<p>
With subscriptions, we send you all 4 months of Toothpaste Bits at once in our refillable glass jar for
$32. Shipments after that will be sent every 4 months for $32 after your initial purchase, so you don't
have to worry about running out of Bits. Those orders will come in our compostable refill pouches that
are meant to be transferred into your glass jar as soon as you receive them. <br><br>
Our refill pouch will disintegrate in home compost within 12-16 weeks. Or if you don't have a home
compost, they can be dropped in the compost bin in a number of stores—Starbucks and Whole Foods are the
most common.<br><br>
We will send you an email reminder before your order is processed so you can cancel, postpone or even
change the flavor of your upcoming Bits before they ship. You can always update the frequency or flavor
of your upcoming Bits by logging into your account and making changes there.
</p>
</div>
</div>
</div>
<div class="accordion-item my-4 faqbackground">
<h2 class="accordion-header">
<button class="faq-1-border collapsed bg-white" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
<div class="d-flex justify-content-between">
<h5 class="text-start ">Can I purchase just the refill pouches first ?</h5>
<i class="fa-sharp fa-solid fa-chevron-down smaller_text "></i>
</div>
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body border-bottom border-black">
<p>
Unfortunately, we do not sell refill pouches on their own. However we do offer a 4 month subscription –
it costs $32 which breaks down to only $8 per month. <br><br>
The Bits come in a 4oz glass jar in the first shipment and then in compostable refill pouches after
that, as our tablets are sensitive to humidity and heat. We recommend transferring the refill to the jar
as soon as it is delivered to keep the integrity of the Bits.<br><br>
Being as eco-friendly as possible is super important to us, but there are a few things that are equally
important, such as the safety of our customers (and their pets!), which is why we send the first round
of Bits in a glass jar with a label that has the full ingredient list, and a warning to keep away from
pets. Xylitol is great for teeth, but not great for pups!<br><br>
We suggest using the 1oz small bottles that you already have for travel to keep extra Bits in your bag
or for a guest bathroom.
</p>
</div>
</div>
</div>
<div class="accordion-item my-4 faqbackground ">
<h2 class="accordion-header">
<button class="faq-1-border collapsed bg-white" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
<div class="d-flex justify-content-between">
<h5 class="text-start ">What is the shelf life ?</h5>
<i class="fa-sharp fa-solid fa-chevron-down smaller_text "></i>
</div>
</button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body border-bottom border-black">
<p>With proper storage in a cool and dry place our nHap Bits have a shelf life of 2 years and our Fluoride
Bits have a shelf life of 1 1/2 years from the manufacturing date (MFT).</p>
</div>
</div>
</div>
<div class="accordion-item my-4 faqbackground">
<h2 class="accordion-header">
<button class="faq-1-border collapsed bg-white" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
<div class="d-flex justify-content-between">
<h5 class="text-start ">How do I use Toothpaste Bits ?</h5>
<i class="fa-sharp fa-solid fa-chevron-down smaller_text "></i>
</div>
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse " data-bs-parent="#accordionFlushExample">
<div class="accordion-body border-bottom border-black">
<p>
It's easy :
<ol>1.Put a perfectly portioned Bit into your mouth.</ol>
<ol>2.Chew the Bit gently until it forms a soft powder</ol>
<ol>3.Brush with a wet toothbrush for 2 minutes, it will foam up - just like what you're used to.</ol>
<ol>4.Spit, smile and repeat twice a day to make your dentist proud and our Earth happy.</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer section -->
<div class="container-fluid bg-black text-white">
<footer class="container py-5">
<div class="row">
<div class="col-6 col-md-2 mb-3">
<h5>SHOP</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">All Products</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Oral Care</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Body</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Sets</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5>HELP</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Account</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Whole Sale</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">FAQs</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link footer-link p-0 text-white">Sitemap</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5>FOLLOW</h5>
<ul class="nav flex-column">
<a href="https://www.instagram.com/bite/" class=" text-light py-1 linkshover footer-link ">Instagram</a>
<a href="https://x.com/i/flow/login?redirect_after_login=%2Fbitetoothpaste"
class=" text-light py-1 linkshover footer-link ">Twitter</a>
<a href="https://www.tiktok.com/notfound" class=" footer-link text-light py-1 linkshover">Tik
Tok</a>
<a href="https://www.facebook.com/bitetoothpastebits"
class=" text-light py-1 linkshover footer-link ">Facebook</a>
</ul>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<form>
<h5>Stay in the Know</h5>
<p>Sign up for 10% off your first order.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-dark" type="button">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© 2024 Mohanavenkatesh , Inc. All rights reserved.</p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-body-emphasis" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#twitter"></use>
</svg></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#instagram"></use>
</svg></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><svg class="bi" width="24" height="24">
<use xlink:href="#facebook"></use>
</svg></a></li>
</ul>
</div>
</footer>
</div>
<!-- Bootstrap Script -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous">
</script>
<script src="./assets//js//scripts.js"></script>
</body>
</html>