This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
797 lines (724 loc) · 71.4 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
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>NOSO - Indefinitely Scalable Cryptocurrency</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Explore NOSO: a community-driven, open-source cryptocurrency for secure, fast, and low-cost peer-to-peer online payments. Join our mission for a sustainable digital future.">
<link rel="apple-touch-icon" href="assets/img/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<meta name="robots" content="index, follow">
<style type="text/css">@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");*{box-sizing:border-box}html{color:#222;font-size:1em;scroll-behavior:smooth;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#f8c339}::-webkit-scrollbar-thumb:hover{background:#fff}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.chr{border:0;height:1px;background:linear-gradient(to right,transparent,#f8c339,transparent)}audio,canvas,iframe,img,svg{vertical-align:middle}video{object-fit:cover;height:100%;width:100%;position:absolute;top:0;left:0}.video-container{position:relative;overflow:hidden}.video-container video{width:100%;height:auto;position:relative;z-index:1;object-fit:cover}.video-container::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:300px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));pointer-events:none;z-index:2}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.hidden{display:none !important}.alert-window{position:fixed;top:80px;left:30px;background:rgba(255,255,255,.1);backdrop-filter:blur(5px);color:#fff;padding-right:8px;box-shadow:0 0 10px rgba(0,0,0,0.8);z-index:99999;display:none}.alert-header{display:flex;justify-content:flex-end}.close-btn{cursor:pointer;color:#000}.alert-body{display:flex;align-items:center}.alert-image{margin-right:10px}.alert-footer{width:calc(100% + 8px);overflow:hidden}.alert-footer .l-bar{height:2px;background:#f8c339;width:0;animation:lbar 20s linear forwards}@keyframes lbar{from{width:0}to{width:100%}}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after,.faq-container .clearfix.faq-page.active::after{content:" ";display:table}.clearfix:after,.faq-container .clearfix.faq-page.active::after{clear:both}.underline{text-decoration:underline}.primary-100{color:#f8f4eb}.container{max-width:1140px;margin:0 auto}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{padding-left:15px;padding-right:15px}.col-1{flex-basis:8.33%}.col-2{flex-basis:16.66%}.col-3{flex-basis:24.99%}.col-4{flex-basis:33.32%}.col-5{flex-basis:41.65%}.col-6{flex-basis:49.98%}.col-7{flex-basis:58.31%}.col-8{flex-basis:66.64%}.col-9{flex-basis:74.97%}.col-10{flex-basis:83.3%}.col-11{flex-basis:91.63%}.col-12{flex-basis:99.96%}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.flex-row{flex-direction:row}body{font-family:"Roboto",Sans-serif;background-color:#000;color:#fff;margin:0;padding:0}p{margin:10px 0}h1,h2,h3,h4,.h4,h5,.h5,h6{font-family:"Roboto",Sans-serif;text-transform:uppercase;line-height:120%}.fontBold,h1{font-weight:700}.fontSemiBold,.h4,.h5,.bodyFontSemiBold-14,.main-header .nav-menus li a,.button-sm,.bodyFontSemiBold-16,.top_title,.button-md,.bodyFontSemiBold-18,.trade-noso .item p,.button-lg{font-weight:600}.fontMediam{font-weight:500}.fontRegular,.bodyFontRegular-14,.bodyFontRegular-16,.faq-container .faq-body,.bodyFontRegular-18,.noso-roadmap .text-center a{font-weight:400}h1{font-size:64px}h2{font-size:48px}h3{font-size:32px}h4,.h4{font-size:24px}h5,.h5{font-size:18px}h6{font-size:14px}.bodyFontRegular-18,.noso-roadmap .text-center a{font-size:18px;line-height:150%}.bodyFontRegular-16,.faq-container .faq-body{font-size:16px;line-height:150%}.bodyFontRegular-14{font-size:14px;line-height:150%}.bodyFontSemiBold-18,.trade-noso .item p,.button-lg{font-size:18px;line-height:150%}.bodyFontSemiBold-16,.top_title,.button-md{font-size:16px;line-height:150%}.bodyFontSemiBold-14,.main-header .nav-menus li a,.button-sm{font-size:14px;line-height:150%}.button,.buttonSecondary,.buttonPrimary{display:inline-block;text-transform:uppercase;text-decoration:none}.button-lg{padding:20px 35px;border-radius:15px}.button-md{padding:15px 25px;border-radius:10px}.button-sm{padding:10px 15px;border-radius:7px}.buttonPrimary{background-color:#f8c339;color:#000;transition:all .2s ease-in}.buttonSecondary{border:1px solid #f8c339;color:#f8c339;transition:all .2s ease-in}.buttonPrimary:hover{background-color:#f9e5b3}.buttonSecondary:hover{background-color:#f8c339;color:#000}.m-1{margin:10px}.m-2{margin:20px}.m-3{margin:30px}.m-4{margin:40px}.m-5{margin:50px}.p-1{padding:10px}.p-2{padding:20px}.p-3{padding:30px}.p-4{padding:40px}.p-5{padding:50px}.py-1{padding-top:10px;padding-bottom:10px}.py-2{padding-top:20px;padding-bottom:20px}.py-3{padding-top:30px;padding-bottom:30px}.py-4{padding-top:40px;padding-bottom:40px}.py-5{padding-top:50px;padding-bottom:50px}.px-1{padding-left:10px;padding-right:10px}.px-2{padding-left:20px;padding-right:20px}.px-3{padding-left:30px;padding-right:30px}.px-4{padding-left:40px;padding-right:40px}.px-5{padding-left:50px;padding-right:50px}.pt-100{padding-top:100px}.pt-1{padding-top:10px}.pt-2{padding-top:20px}.pt-3{padding-top:30px}.pt-4{padding-top:40px}.pr-1{padding-right:10px}.pr-2{padding-right:20px}.pr-3{padding-right:30px}.pr-4{padding-right:40px}.pr-5{padding-right:50px}.pl-1{padding-left:10px}.pl-2{padding-left:20px}.pl-3{padding-left:30px}.pl-4{padding-left:40px}.pl-5{padding-left:50px}.pb-1{padding-bottom:10px}.pb-2{padding-bottom:20px}.pb-3{padding-bottom:30px}.pb-4{padding-bottom:40px}.pb-5{padding-bottom:50px}.mt-0{margin-top:0}.ml-1{margin-left:10px}.ml-2{margin-left:20px}.ml-3{margin-left:30px}.ml-4{margin-left:40px}.ml-5{margin-left:50px}.mr-1{margin-right:10px}.mr-2{margin-right:20px}.mr-3{margin-right:30px}.mr-4{margin-right:40px}.mr-5{margin-right:50px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.mb-4{margin-bottom:40px}.mb-5{margin-bottom:50px}.py-200{padding:100px 0}.m-0{margin:0}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:10px;margin-bottom:10px}.my-2{margin-top:20px;margin-bottom:20px}.my-3{margin-top:30px;margin-bottom:30px}.my-4{margin-top:40px;margin-bottom:40px}.my-5{margin-top:50px;margin-bottom:50px}.p-0{padding:0}.py-0{padding-top:0;padding-bottom:0}.fluid{width:100%}a{color:#fff;text-decoration:none}a:hover{text-decoration:solid underline #f8c339 1px}ul{list-style-type:none;margin:0;padding:0}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.justify-content-center{justify-content:center}.justify-content-around{justify-content:space-around}.justify-content-between{justify-content:space-between}.d-block{display:block}.d-inline-block,.list-inline li{display:inline-block}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.text-center{text-align:center}.top_title{color:#f8c339;letter-spacing:5px}a .icon{font-size:22px}.uppercase{text-transform:uppercase}.after-hr{position:relative}.after-hr::after,.faq-container .after-hr.faq-page.active::after{content:"";position:relative;top:10px;display:block;width:65px;height:5px;background-color:#f8c339;border-radius:5px}.after-center::after,.faq-container .after-center.faq-page.active::after{margin:0 auto}.border-primary{border:2px solid #f8c339}.rounded{border-radius:15px}.capitalize{text-transform:capitalize}.neutral-300{color:#d3e0ed}.neutral-100{color:#f2f6fa}.neutral-200{color:#e3ecf4}.neutral-400{color:#bccad8}.neutral-500{color:#a4b3c2}.neutral-600{color:#8c9cac}.neutral-700{color:#6d7a87}.neutral-800{color:#505c68}.neutral-900{color:#2c3e50}.featured-list .list-item::before{content:"";display:inline-block;width:8px;border-radius:8px;margin-right:10px;height:8px;background-color:#f8c339;position:absolute;left:0;top:50%;transform:translateY(-50%)}.featured-list .list-item{position:relative;padding-left:20px}.roadmap::after,.faq-container .roadmap.faq-page.active::after{content:"";width:8px;height:100%;background-color:#f8c339;display:block;position:absolute;left:50%;border-radius:20px;top:50%;z-index:-1;transform:translate(-50%,-50%)}.roadmap{padding-top:30px;width:700px;position:relative;margin:0 auto}.roadmap .left,.roadmap .right{width:300px;position:relative;margin-bottom:60px;background-color:rgba(255,255,255,0.05);backdrop-filter:blur(10px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.roadmap .left .position{position:absolute;left:-72px;top:0;z-index:1;width:38px}.roadmap .left::before{content:"";position:absolute;left:-50px;top:6px;border-width:15px 25px;border-color:transparent #f8c339 transparent transparent;display:inline-block;border-style:solid}.roadmap .right::after,.roadmap .faq-container .right.faq-page.active::after,.faq-container .roadmap .right.faq-page.active::after{content:"";position:absolute;right:-50px;top:6px;border-width:15px 25px;border-color:transparent transparent transparent #f8c339;display:inline-block;border-style:solid}.roadmap .right{text-align:right}.roadmap .right .d-flex{justify-content:flex-end}.roadmap .right .position{position:absolute;right:-72px;top:0;width:38px;z-index:1}.font-regular{font-weight:400}.primary-900{color:#f8c339}.font-mediam{font-weight:500}.align-items-start{align-items:flex-start}.nav-menus li a{transition:all .1s ease-in}.nav-menus li:hover a{color:#fff !important;font-weight:bold !important;padding:0 3px}.toggle-bar{display:none}.d-none{display:none}.main-header{background-image:url("assets/img/Header.webp");background-repeat:no-repeat;height:100vh;background-size:100% 100%;position:relative}.main-header .navbar{background-color:rgba(44,62,80,.45);padding:15px 0;border-bottom:2px solid #f8c339;backdrop-filter:blur(8px)}.main-header .nav-left a>img{width:120px}.main-header .nav-right .button-sm{margin-left:25px}.main-header .nav-menus li{margin-right:25px}.main-header .nav-menus li a{text-transform:uppercase;color:#d3e0ed}.faq-container .faq-page::after,.faq-container .faq-page.active::after{content:"";width:50px;height:30px;display:inline-block;background-image:url("assets/img/icon-chevron-down.png");background-repeat:no-repeat;background-position:center center;vertical-align:middle}.faq-container .faq-page.active::after{background-image:url("assets/img/icon-chevron-up.png")}.faq-container .faq-page{display:flex;cursor:pointer;justify-content:space-between;margin:10px 0}.faq-container .faq-body{display:none}.faq-container .faq-body.active{display:block}.hero-area p{font-size:26px;color:#e3ecf4;font-weight:500}.header-bottom{background-image:url("assets/img/top-1.webp"),url("assets/img/header-top.webp");padding:200px 0;background-repeat:no-repeat;background-size:60%,80%;background-position:700px 50px,559px}.header-bottom .item{margin-bottom:50px}.about-noso{background-image:url("assets/img/about-blurry.webp");background-size:42%;background-position:75%;background-repeat:no-repeat}.about-noso .about-right-noso{margin-bottom:50px;width:80%}.feature{background-image:url("assets/img/feature-blurry.webp");background-size:45%;background-position:68% 135px;background-repeat:no-repeat}.feature .featured-list .list-item{margin-bottom:50px}.trade-noso{background-image:url("assets/img/trade.webp");background-size:50%;background-position:center center;background-repeat:no-repeat}.trade-noso .owl-dots{display:none}.trade-noso .item img{width:100%}.trade-noso .item p{color:#d3e0ed;margin:0}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:40%;background-position:76% 70%;background-repeat:no-repeat}.noso-roadmap{background-image:url("assets/img/roadmap.webp");background-size:80%;background-position:center;background-repeat:no-repeat}.noso-roadmap .text-center a{color:#d3e0ed}.noso-roadmap .text-center a img{margin-top:-5px}.faq{background-image:url("assets/img/faq-blurry.webp");background-size:59%;background-position:110px;background-repeat:no-repeat}.get-startnoso{background:linear-gradient(to bottom,#000 0,transparent 28%),url("assets/img/getting-start.webp");background-size:100%,100%;background-position:center center;background-repeat:no-repeat}.get-startnoso .top-part p{width:40%;margin:0 auto}.main-footer{padding-bottom:50px}.main-footer .top-part{border-top:1px solid #2c3e50;border-bottom:1px solid #2c3e50;padding:30px 0}.main-footer .top-part .item{width:230px}.main-footer .top-part .item a{font-weight:700}.main-footer .top-part .item span{display:inline-block;width:70px;height:70px;margin-bottom:15px;line-height:70px;text-align:center;background-color:#f8c339;color:#000;font-size:35px;border-radius:100px}.main-footer .footer-menu{margin:20px 0}.main-footer .footer-menu a{display:inline-block;margin-right:30px;color:#d3e0ed;font-weight:500}.main-footer .footer-menu a:last-child{margin-right:0}.main-footer p{margin:30px 0;font-size:14px;color:#8c9cac}.main-footer .social-icon li{display:inline-block;margin-right:20px;width:40px;height:40px;line-height:40px;background-color:#505c68;text-align:center;color:#f2f6fa;font-size:18px;border-radius:50px}.main-footer .social-icon li:last-child{margin-right:0}.animate__animated{animation-duration:5s;animation-iteration-count:infinite}.navbar{position:fixed;left:0;width:100%;top:0;z-index:1200}.hero-area{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%)}@media(max-width:575.98px){.container{max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}.col-6,.col-5{flex-basis:100%}.toggle-bar{display:block;font-size:30px}.nav-right{display:none}.top_title{color:#f8c339;letter-spacing:2px}.bodyFontSemiBold-16,.top_title,.button-md{font-size:12px;line-height:150%}h1{font-size:40px}.hero-area p{font-size:18px;color:#e3ecf4;font-weight:500}.none{display:none}.button-lg{padding:15px 20px;border-radius:8px}.bodyFontSemiBold-18,.trade-noso .item p,.button-lg{font-size:14px;line-height:150%}.py-200{padding:70px 0}.main-header{background-image:url("assets/img/Header.webp");background-repeat:no-repeat;background-size:cover;position:relative}.header-bottom{background-image:url("assets/img/header-top.webp");padding:50px 0;background-repeat:no-repeat;background-size:cover;background-position:center}.about-noso{background-image:url("assets/img/about-blurry.webp");background-size:cover;background-position:bottom center;background-repeat:no-repeat}.feature{background-image:url("assets/img/feature-blurry.webp");background-size:cover;background-position:bottom center;background-repeat:no-repeat}.trade-noso{background-image:url("assets/img/trade.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:150%;background-position:bottom center;background-repeat:no-repeat}.noso-roadmap{background-image:url("assets/img/about-blurry.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.faq{background-image:url("assets/img/faq-blurry.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.get-startnoso{background-image:url("assets/img/getting-start.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}h2{font-size:28px}h5,.h5{font-size:14px}h4,.h4{font-size:18px}h5,.h5{font-size:12px}body{font-size:12px;line-height:20px}.about-left{margin-bottom:50px}.px-2{padding-left:10px;padding-right:10px}.bodyFontRegular-16,.faq-container .faq-body{font-size:12px;line-height:150%;padding-top:5px}.about-right-noso img{width:40px}.pl-2{padding-left:10px}.col-4{flex-basis:100%}.col-sm-4{flex-basis:33.32%}.col-sm-6{flex-basis:50% !important}.col-8{flex-basis:100%}.roadmap{padding-top:0;width:100%;position:relative;margin:0 auto}.roadmap .left .position,.roadmap .right .position{position:absolute;left:-20%;top:0;z-index:1;width:38px}.roadmap .left,.roadmap .right{margin:35px auto}.roadmap .left::before,.roadmap .right::before{content:"";position:absolute;left:-50px;top:6px;border-width:15px 25px;border-color:transparent #f8c339 transparent transparent;display:inline-block;border-style:solid}.roadmap .right::after{display:none}.roadmap .left,.roadmap .right{margin-left:auto !important;margin-right:0}.roadmap .left,.roadmap .right{width:85%;position:relative;margin-bottom:50px;text-align:left}.roadmap::after,.faq-container .roadmap.faq-page.active::after{content:"";width:5px;height:100%;background-color:#f8c339;display:block;position:absolute;left:15px;border-radius:20px;top:50%;transform:translate(-50%,-50%)}.roadmap .right .d-flex{justify-content:flex-start}.faq-container .faq-page{display:flex;cursor:pointer;justify-content:space-between;margin:10px 0;align-items:center}.get-startnoso .top-part p{width:100%;margin:0 auto}.col-3{flex-basis:50%;margin-bottom:30px}.main-footer .top-part .item{width:230px;margin-bottom:30px}.main-footer .footer-menu a{display:inline-block;margin-right:15px;color:#d3e0ed;font-weight:500}.main-footer p{margin:30px 0;font-size:12px;color:#8c9cac}.main-footer .social-icon li{display:inline-block;margin-right:10px;width:40px;height:40px;line-height:40px;background-color:#505c68;text-align:center;color:#f2f6fa;font-size:18px;border-radius:50px}.only-mb-5{margin-bottom:50px !important;padding-bottom:0 !important}.position-relative{position:relative}.nav-right{position:absolute;left:0;top:50px;width:100%;background-color:#2c3e50;padding:20px;z-index:10}.nav-menus{display:flex;flex-direction:column;gap:13px}.main-header .nav-right .button-sm{margin-left:0;margin-top:20px}.main-header .nav-left a>img{width:80px}.main-header .navbar{background-color:rgba(44,62,80,0.7254901961);padding:13px 0;border-bottom:2px solid #f8c339}.col-sm-4{flex-basis:50%}.col-sm-4 .item{padding-top:0 !important;margin-bottom:25px !important}.m-none{display:none}.d-sm-flex{display:block}}@media(min-width:576px) and (max-width:767.98px){.container{max-width:530px;margin:0 auto}.col-6,.col-5{flex-basis:100%}.toggle-bar{display:block;font-size:30px}.nav-right{display:none}.top_title{color:#f8c339;letter-spacing:2px}.bodyFontSemiBold-16,.top_title,.button-md{font-size:12px;line-height:150%}h1{font-size:40px}.hero-area p{font-size:18px;color:#e3ecf4;font-weight:500}.none{display:none}.button-lg{padding:15px 20px;border-radius:8px}.bodyFontSemiBold-18,.trade-noso .item p,.button-lg{font-size:14px;line-height:150%}.py-200{padding:70px 0}.main-header{background-image:url("assets/img/Header.webp");background-repeat:no-repeat;background-size:cover}.header-bottom{background-image:url("assets/img/header-top.webp");padding:50px 0;background-repeat:no-repeat;background-size:cover;background-position:center}.about-noso{background-image:url("assets/img/about-blurry.webp");background-size:cover;background-position:bottom center;background-repeat:no-repeat}.feature{background-image:url("assets/img/feature-blurry.webp");background-size:cover;background-position:bottom center;background-repeat:no-repeat}.trade-noso{background-image:url("assets/img/trade.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:150%;background-position:bottom center;background-repeat:no-repeat}.noso-roadmap{background-image:url("assets/img/about-blurry.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.faq{background-image:url("assets/img/faq-blurry.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.get-startnoso{background-image:url("assets/img/getting-start.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}h2{font-size:28px}h5,.h5{font-size:14px}h4,.h4{font-size:18px}h5,.h5{font-size:12px}body{font-size:12px;line-height:20px}.about-left{margin-bottom:50px}.px-2{padding-left:10px;padding-right:10px}.bodyFontRegular-16,.faq-container .faq-body{font-size:12px;line-height:150%;padding-top:5px}.about-right-noso img{width:40px}.pl-2{padding-left:10px}.col-4{flex-basis:100%;margin-bottom:30px}.col-sm-4{flex-basis:33.32%}.col-sm-6{flex-basis:50% !important}.col-8{flex-basis:100%}.roadmap{padding-top:0;width:100%;position:relative;margin:0 auto}.roadmap .left .position,.roadmap .right .position{position:absolute;left:-19%;top:0;z-index:1;width:38px}.roadmap .left,.roadmap .right{margin:35px auto}.roadmap .left::before,.roadmap .right::before{content:"";position:absolute;left:-50px;top:6px;border-width:15px 25px;border-color:transparent #f8c339 transparent transparent;display:inline-block;border-style:solid}.roadmap .right::after{display:none}.roadmap .left,.roadmap .right{margin-left:auto !important;margin-right:0}.roadmap .left,.roadmap .right{width:85%;position:relative;margin-bottom:50px;text-align:left}.roadmap::after,.faq-container .roadmap.faq-page.active::after{content:"";width:5px;height:100%;background-color:#f8c339;display:block;position:absolute;left:15px;border-radius:20px;top:50%;transform:translate(-50%,-50%)}.roadmap .right .d-flex{justify-content:flex-start}.faq-container .faq-page{display:flex;cursor:pointer;justify-content:space-between;margin:10px 0;align-items:center}.get-startnoso .top-part p{width:100%;margin:0 auto}.col-3{flex-basis:50%;margin-bottom:30px}.main-footer .top-part .item{width:230px;margin-bottom:30px}.main-footer .footer-menu a{display:inline-block;margin-right:15px;color:#d3e0ed;font-weight:500}.main-footer p{margin:30px 0;font-size:12px;color:#8c9cac}.main-footer .social-icon li{display:inline-block;margin-right:10px;width:40px;height:40px;line-height:40px;background-color:#505c68;text-align:center;color:#f2f6fa;font-size:18px;border-radius:50px}.only-mb-5{margin-bottom:50px !important;padding-bottom:0 !important}.position-relative{position:relative}.nav-right{position:absolute;left:0;top:76px;width:100%;background-color:#2c3e50;padding:20px}.nav-menus{display:flex;flex-direction:column;gap:13px}.main-header .nav-right .button-sm{margin-left:0;margin-top:20px}}@media(min-width:768px) and (max-width:991.98px){.container{max-width:730px;margin:0 auto}.position-relative{position:relative}.nav-right{display:none}.nav-right{position:absolute;left:0;top:76px;width:100%;background-color:#2c3e50;padding:20px}.nav-menus{display:flex;flex-direction:column;gap:15px}.toggle-bar{display:block;font-size:35px}.main-header .nav-right .button-sm{margin-left:0;margin-top:15px}h1{font-size:52px}.none{display:none}.hero-area p{font-size:22px;color:#e3ecf4;font-weight:500}h2{font-size:42px}.col-md-fluid{flex-basis:100%}.px-2{padding-left:13px;padding-right:13px}.block-md{display:block}.py-2{padding-top:13px;padding-bottom:13px}.pl-2{padding-left:13px}h4,.h4{font-size:18px}.bodyFontRegular-16,.faq-container .faq-body{font-size:13px;line-height:150%}h5,.h5{font-size:14px}.bodyFontRegular-14{font-size:12px;line-height:150%}.noso-roadmap{background-image:url("assets/img/roadmap.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.get-startnoso .top-part p{width:60%;margin:0 auto}.button-lg{padding:15px 25px;border-radius:10px}.main-header{background-image:url("assets/img/Header.webp");background-repeat:no-repeat;background-size:cover}.header-bottom{background-image:url("assets/img/header-top.webp");padding:100px 0;background-repeat:no-repeat;background-size:cover;background-position:center}.py-200{padding:100px 0}.about-noso{background-image:url("assets/img/about-blurry.webp");background-size:cover;background-position:top right;background-repeat:no-repeat}.feature{background-image:url("assets/img/feature-blurry.webp");background-size:cover;background-position:78% 133px;background-repeat:no-repeat}.trade-noso{background-image:url("assets/img/trade.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:70%;background-position:125% 79%;background-repeat:no-repeat}.faq{background-image:url("assets/img/faq-blurry.webp");background-size:cover;background-position:left;background-repeat:no-repeat}.get-startnoso{background-image:url("assets/img/getting-start.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}}@media(min-width:992px) and (max-width:1199.98px){.container{max-width:950px}.header-bottom{background-image:url("assets/img/top-1.webp"),url("assets/img/header-top.webp");padding:120px 0;background-repeat:no-repeat;background-size:72%,90%;background-position:398px 137px,378px}.py-200{padding:85px 0}.button-lg{padding:15px 30px;border-radius:10px}h5,.h5{font-size:14px}body{font-family:"Roboto",Sans-serif;color:#fff;font-size:14px}.py-2{padding-top:15px;padding-bottom:15px}.px-2{padding-left:15px;padding-right:15px}.pl-2{padding-left:15px}h4,.h4{font-size:18px}.bodyFontRegular-16,.faq-container .faq-body{font-size:16px;line-height:150%;padding-top:5px}.about-noso{background-image:url("assets/img/about-blurry.webp");background-size:90%;background-position:right;background-repeat:no-repeat}.feature{background-image:url("assets/img/feature-blurry.webp");background-size:69%;background-position:92% 213px;background-repeat:no-repeat}.trade-noso{background-image:url("assets/img/trade.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:60%;background-position:105% 76%;background-repeat:no-repeat}.bodyFontRegular-14{font-size:13px;line-height:150%}.noso-roadmap{background-image:url("assets/img/roadmap.webp");background-size:125%;background-position:center;background-repeat:no-repeat}.faq{background-image:url("assets/img/faq-blurry.webp");background-size:cover;background-position:-212px;background-repeat:no-repeat}.get-startnoso{background-image:url("assets/img/getting-start.webp");background-size:cover;background-position:center center;background-repeat:no-repeat}.header-bottom{background-image:url("assets/img/top-1.webp"),url("assets/img/header-top.webp");padding:200px 0;background-repeat:no-repeat;background-size:70%,90%;background-position:482px 93px,426px}}@media(min-width:1200px) and (max-width:1350px){.feature{background-image:url("assets/img/feature-blurry.webp");background-size:60%;background-position:86% 230px;background-repeat:no-repeat}.noso-community{background-image:url("assets/img/community-blur.webp");background-size:51%;background-position:96% 69%;background-repeat:no-repeat}.noso-roadmap{background-image:url("assets/img/roadmap.webp");background-size:114%;background-position:center;background-repeat:no-repeat}.header-bottom{background-image:url("assets/img/top-1.webp"),url("assets/img/header-top.webp");padding:200px 0;background-repeat:no-repeat;background-size:70%,80%;background-position:125% 50px,180%}}@media(min-width:1200px) and (max-width:1600px){.header-bottom{background-image:url("assets/img/top-1.webp"),url("assets/img/header-top.webp");padding:200px 0;background-repeat:no-repeat;background-size:60%,80%;background-position:97% 52px,167%}}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}</style>
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p><![endif]-->
<div id="nwp" class="alert-window">
<div class="alert-header"><span style="cursor:pointer" onclick="clnwp()">×</span></div>
<div class="alert-body"> <img src="assets/img/alrthead.png" alt="NOSO" class="alert-image"><a
href="https://nosocoin.com/nosopaper" target="_blank">Print a Noso
Paper Wallet to<br>
store your Noso coins offline!</a></div>
<div class="alert-footer">
<div class="l-bar"></div>
</div>
</div>
<header class="main-header" id="home">
<nav class="navbar">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-between position-relative">
<div class="nav-left"><a href="#home"><img src="assets/img/lOGO.png"
alt="Logo"></a></div>
<a href="javascript:void(0)" class="toggle-bar"><i class="fa-solid fa-bars"></i></a>
<div class="nav-right d-flex flex-row align-items-center ml-auto">
<ul class="list-inline nav-menus">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#development">Development</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#download">Downloads</a></li>
<li><a href="https://explorer.nosocoin.com/index.html" target="_blank">Explorer</a></li>
</ul>
<a href="https://docs.nosocoin.com" class="buttonSecondary button-sm">DOCUMENTATION</a>
</div>
</div>
</div>
</nav>
<div class="video-container"><video playsinline="" autoplay="autoplay" muted="muted"
loop="" style="width:100%;height:100vh;z-index:0"><source src="assets/files/bg.mp4"
type="video/mp4"></video></div>
<div class="hero-area" data-aos="zoom-in" data-aos-anchor-placement="top-bottom"
data-aos-delay="1000">
<div class="container">
<div style="opacity:0"><small class="top_title uppercase">indefinitely
scalable cryptocurrency</small>
<h1 class="my-0">Noso, a truly robust and scalable L1 for everyone.</h1>
<p class="my-3">Developed from the ground up by a team with more
than a decade <br class="none">
of experience in blockchain technologies.</p>
</div>
<div class="main-hero text-center"><a href="#download" class="buttonPrimary button-lg"
style="opacity:.95">GETTING STARTED <i class="fa-solid fa-arrow-right-long"></i></a></div>
</div>
</div>
</header>
<section class="header-bottom py-200">
<div class="container">
<div class="row">
<div class="col-6 mb-5 col-md-fluid" data-aos="fade-up" data-aos-duration="1000">
<h2 class="after-hr">NOSO IS A DYNAMIC AND SUSTAINABLE
CRYPTOCURRENCY.</h2>
</div>
<div class="col-6 col-md-fluid" data-aos="fade-up" data-aos-duration="1000"
data-aos-anchor-placement="top-bottom" style="border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.4);backdrop-filter:blur(8px)">
<div class="row">
<div class="col-6 col-sm-6">
<div class="item"><img src="assets/img/novel.png" alt="Noso Coin"
width="50">
<p class="h5">On-chain exchange</p>
<p class="neutral-300"><a target="_blank" href="https://nobiex.com">Nobiex</a>,
a built-in on-chain exchange that will provide users with a
seamless, secure and cost-effective way to trade
cryptocurrencies directly on the Noso network.</p>
</div>
<div class="item"><img src="assets/img/icon05.png" alt="Noso Coin"
width="50">
<p class="h5">Compatibility</p>
<p class="neutral-300">Cross-compatibility and a small
footprint allows Noso to run on virtually any system.</p>
</div>
<div class="item"><img src="assets/img/icon07.png" alt="Noso Coin"
width="50">
<p class="h5">Scalable</p>
<p class="neutral-300">Noso is built with long-term
scalability in mind.</p>
</div>
</div>
<div class="col-6 col-sm-6">
<div class="item"><img src="assets/img/icon02.png" alt="Noso Coin"
width="50">
<p class="h5">Secure</p>
<p class="neutral-300">With Noso anybody can hold their own
coins without intermediaries or intense resource demanding
blockchains.</p>
</div>
<div class="item"><img src="assets/img/fast.png" alt="Noso Coin"
width="50">
<p class="h5">Transaction Speed</p>
<p class="neutral-300">Over 50 sustained tps, 1900 tps future
target and and nearly instant transfers.</p>
</div>
<div class="item"><img src="assets/img/icon06.png" alt="Noso Coin"
width="50">
<p class="h5">New Gen</p>
<p class="neutral-300">Noso is unique and not another token,
fork or copycoin.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-4">
<div class="item"><img src="assets/img/icon04.png" alt="Noso Coin"
width="50">
<p class="h5">Small Investor Friendly</p>
<p class="neutral-300">Noso coins are fairly earned through
PoS <a href="https://github.com/Noso-Project/NosoWallet/releases/latest"
target="_blank" style="font-weight:500;class=" primary-900"="">Full
and soon, Shared Node</a> contracts.</p>
</div>
</div>
<div class="col-4 col-sm-4">
<div class="item"><img src="assets/img/icon02.png" alt="Noso Coin"
width="50">
<p class="h5">Secure</p>
<p class="neutral-300">With Noso anybody can hold their own
coins without intermediaries or intense resource demanding
blockchains.</p>
</div>
</div>
<div class="col-4 col-sm-4">
<div class="item"><img src="assets/img/icon03.png" alt="Noso Coin"
width="50">
<p class="h5">Eco-friendly</p>
<p class="neutral-300">Noso is an energy-efficient and
eco-friendly blockchain network that uses masternodes
designed to consume less energy than traditional
proof-of-work (PoW) blockchains.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-noso py-200" id="about">
<div class="container">
<div class="top-part text-center mb-5">
<h2 class="after-hr after-center font-regular">About <strong>noso</strong>
</h2>
</div>
<div class="row">
<div class="col-6">
<div class="about-left"><small class="top_title">NOSO AT A GLANCE</small>
<h3 class="my-0 pt-1">Noso is an open-source unlicensed community
project.</h3>
<p class="neutral-300 py-3">Our mission is to build a sustainable
and equitable peer-to-peer cryptocurrency that is fast,
reliable, and secure with low transaction costs that can be
widely used for online payments without the need for
intermediaries or third parties.</p>
<a target="_blank" href="https://docs.nosocoin.com/noso-documentation/whitepaper"
class="buttonPrimary button-lg">read the whitepaper</a></div>
</div>
<div class="col-6">
<div class="about-right-noso" data-aos="fade-up" data-aos-anchor-placement="bottom-bottom"
data-aos-duration="1000">
<div class="item1 border-primary d-flex align-items-center py-2 px-2 rounded">
<img src="assets/img/icon1.png" alt="">
<div class="right pl-2">
<p class="title h4 m-0 capitalize">Open Source</p>
<p class="neutral-300 m-0 bodyFontRegular-16">View Noso’s
source <a href="https://github.com/Noso-Project" target="_blank"
class="primary-900 font-mediam">code on GitHub.</a></p>
</div>
</div>
</div>
<div class="about-right-noso ml-auto" data-aos="fade-up" data-aos-anchor-placement="bottom-bottom"
data-aos-duration="1000">
<div class="item1 border-primary d-flex align-items-center py-2 px-2 rounded">
<img src="assets/img/icon2.png" alt="">
<div class="right pl-2">
<p class="title h4 m-0 capitalize">Unlicensed</p>
<p class="neutral-300 m-0 bodyFontRegular-16">Noso protocol
code is unlicensed.</p>
</div>
</div>
</div>
<div class="about-right-noso" data-aos="fade-up" data-aos-anchor-placement="bottom-bottom"
data-aos-duration="1000">
<div class="item1 border-primary d-flex align-items-center py-2 px-2 rounded">
<img src="assets/img/icon3.png" alt="">
<div class="right pl-2">
<p class="title h4 m-0 capitalize">Community</p>
<p class="neutral-300 m-0 bodyFontRegular-16">Noso is
developed for and with its community.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="feature py-200" id="feature">
<div class="container">
<div class="text-center mb-5 pb-5 only-mb-5">
<h2 class="after-hr after-center font-regular" data-aos="flip-up" data-aos-duration="1000">FEATURES</h2>
</div>
<div class="row">
<div class="col-4 col-md-fluid mb-5">
<div class="left-part" data-aos="fade-up-right" data-aos-duration="1000">
<small class="top_title">TECHNICALLY SPEAKING</small>
<h3 class="my-1">Noso Network in numbers.</h3>
</div>
</div>
<div class="col-8 col-md-fluid" data-aos="zoom-in" data-aos-duration="1000">
<div class="row align-items-center">
<div class="col-4 col-sm-6">
<ul class="featured-list">
<li class="list-item">
<p class="h5 m-0">Circulating Supply</p>
<p class="neutral-500"><span id="circulatingsupply" total="0">0</span>
Noso</p>
</li>
<li class="list-item">
<p class="h5 m-0">Current Block Height</p>
<p class="neutral-500"><span id="blockheight" total="0">0</span></p>
</li>
<li class="list-item">
<p class="h5 m-0">TXs per second</p>
<p class="neutral-500">> 1900</p>
</li>
<li class="list-item">
<p class="h5 m-0">Left to distribute</p>
<p class="neutral-500"><span id="undistributedsupply" total="0">0</span>
Noso</p>
</li>
<li class="list-item">
<p class="h5 m-0">Pending TXS</p>
<p class="neutral-500"><span id="pendingtx" total="0">0</span></p>
</li>
</ul>
</div>
<div class="col-4 none block-md"><img src="assets/img/logo.svg" class="fluid"
alt="Noso Coin"></div>
<div class="col-4 col-sm-6">
<ul class="featured-list">
<li class="list-item">
<p class="h5 m-0">Genesys Block</p>
<p class="neutral-500">March 7th, 2021</p>
</li>
<li class="list-item">
<p class="h5 m-0">Max Supply</p>
<p class="neutral-500">21 000 000 Noso</p>
</li>
<li class="list-item">
<p class="h5 m-0">Block time</p>
<p class="neutral-500">600 seconds</p>
</li>
<li class="list-item">
<p class="h5 m-0">TX verification time</p>
<p class="neutral-500">< 3 seconds</p>
</li>
<li class="list-item">
<p class="h5 m-0">Ticker</p>
<p class="neutral-500">NOSO</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="trade-noso py-200">
<div class="container text-center">
<h2 class="font-regular after-hr after-center pb-5 mb-5 only-mb-5" data-aos="flip-up"
data-aos-duration="1000">PLATFORMS SUPPORT <strong>NOSO</strong></h2>
<p class="neutral-100 mb-5">Disclaimer: Third-party exchanges are not
endorsed by the Noso project and are purely listed here for <br class="none">
informational purpose. Do your own research before investing in Noso.</p>
<h2 class="font-regular"><strong>TRADE</strong> NOSO.</h2>
<div class="d-flex flex-wrap align-items-center justify-content-center owl-carousel owl-theme">
<div class="item"><a target="_blank" href="https://www.sevenseas.exchange/market/NOSO-USDT"><img
src="assets/img/logo1.png" alt="SevenSeas" border="0"></a></div>
<div class="item"><a target="_blank" href="https://azbit.com"><img src="assets/img/logo14.png"
alt="AzBit" border="0"></a></div>
<div class="item"><a target="_blank" href="https://www.finexbox.com/market/pair/NOSO-USDT.html"><img
src="assets/img/logo17.png" alt="FINEXBOX" border="0"></a></div>
<div class="item"><a target="_blank" href="https://xeggex.com/market/NOSO_USDT"><img
src="assets/img/logo13.png" alt="XeggeX" border="0"></a></div>
<div class="item"><a target="_blank" href="https://nonkyc.io/asset/NOSO"><img
src="assets/img/logo4.png" alt="nonkyc" border="0"></a></div>
</div>
<hr style="border:1px solid #f8c339">
<h2 class="font-regular"><strong>TRACK</strong> NOSO.</h2>
<div class="d-flex flex-wrap align-items-center justify-content-center owl-carousel owl-theme">
<div class="item"><a target="_blank" href="https://delta.app/en"><img
src="assets/img/logo5.png" alt="delta" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coinpaprika.com/coin/noso-noso"><img
src="assets/img/logo3.png" alt="coinpaprika" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coinpare.io/coin/noso-noso"><img
src="assets/img/logo6.png" alt="coinpare.io" border="0"></a></div>
<div class="item"><a target="_blank" href="https://www.coingecko.com/de/munze/noso"><img
src="assets/img/logo15.png" alt="coingecko.com" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coinmarketcap.com/currencies/noso-project/"><img
src="assets/img/logo12.png" alt="coinmarketcap" border="0"></a></div>
<div class="item"><a target="_blank" href="https://www.livecoinwatch.com/price/Noso-NOSO"><img
src="assets/img/logo7.png" alt="livecoinwatch.com" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coinmooner.com/coin/noso-noso"><img
src="assets/img/logo8.png" alt="coinmooner" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coincodex.com/crypto/noso"><img
src="assets/img/logo9.png" alt="coincodex" border="0"></a></div>
<div class="item"><a target="_blank" href="https://coincheckup.com/coins/noso"><img
src="assets/img/logo10.png" alt="coincheckup" border="0"></a></div>
<div class="item"><a target="_blank" href="https://blockspot.io/coin/noso"><img
src="assets/img/logo11.png" alt="blockspot.io" border="0"></a></div>
<div class="item"><a target="_blank" href="https://www.coinlore.com/coin/noso"><img
src="assets/img/logo18.png" alt="Coinlore.com" border="0"></a></div>
</div>
<hr style="border:1px solid #f8c339">
<h2 class="font-regular"><strong>HOST</strong> NOSO.</h2>
<div class="d-flex flex-wrap align-items-center justify-content-center owl-theme">
<div class="item"><a target="_blank" href="https://pecuniaplatform.io/coin-stats/Noso"><img
src="assets/img/logo19.png" alt="PECUNIA" border="0"></a></div>
</div>
</div>
</section>
<section class="noso-community py-200">
<div class="container">
<div class="text-center mb-5">
<h2 class="font-regular after-hr after-center pb-5 mb-5 only-mb-5" data-aos="flip-up"
data-aos-duration="1000"><strong>NOSO</strong> COMMUNITY</h2>
</div>
<div class="row" data-aos="zoom-in-up" data-aos-duration="1000">
<div class="col-6 mb-5">
<h3>Join a thriving community with people from around the globe.</h3>
<a target="_blank" href="https://discord.gg/6wGfPnr6Qg" class="buttonPrimary button-lg"><span
class="icon"><i class="fa-brands fa-discord"></i></span> JOIN ON
DISCORD</a></div>
<div class="col-6"><img src="assets/img/community.webp" class="fluid"
alt=""></div>
</div>
</div>
</section>
<section class="noso-roadmap py-200" id="development">
<div class="container">
<div class="text-center mb-5" data-aos="flip-up" data-aos-duration="1000">
<h2 class="font-regular my-1"><strong>NOSO</strong> DEVELOPMENT</h2>
<br>
Noso has been continuously innovating and evolving from its inception.
In this section, we highlight the latest features and advancements in
the technology under development. While you can monitor progress on <a
href="https://github.com/Noso-Project" target="_blank" style="color:#F8C339">GitHub</a>,
this section provides a breakdown of the developmental phases.</div>
<div class="roadmap">
<div class="left py-2 border-primary px-2 rounded ml-auto" data-aos="fade-left"
data-aos-duration="1000">
<div class="d-flex align-items-center ">
<h5 class="m-0 pr-1">Completed</h5>
</div>
<br>
<li>Noso Public Safe Offers (PSO) version 1 Implementation</li>
<li>2023 White Paper</li>
<li>Website Refresh</li>
<li>CEX Listing</li>
<li>Noso code (library sets) Improvement</li>
<li>explorer.nosocoin.com release</li>
<li>PoW removed</li>
<br>
<details>
<summary style="color:#F8C339;cursor:pointer">Show more</summary>
<hr class="chr"> <b>2022</b><br>
<li>Project Funds implementation 10% distribution starting at
block 88406</li>
<li>Protocol 2</li>
<li>NosoStats explorer</li>
<li>mntool release</li>
<li>GVT full support enabled</li>
<li>Consominer release</li>
<li>Protocol 2 release</li>
<li>Nosomobile Android wallet</li>
<li>Android Mobile Miner</li>
<br>
<b>2021</b>
<li>Nosolite beta version 0.1</li>
<li>Masternode functionality fully implemented at block 40000</li>
<li>JSON-RPC server</li>
<li>Noso-go miner</li>
<li>Nosocoin block explorer</li>
<li>Noso Wallet</li>
<li>Noso Miner</li>
<li>Noso Mainnet live</li>
<hr class="chr"></details>
<img src="assets/img/step.png" alt="Step" class="position"></div>
<div class="right py-2 border-primary px-2 rounded mr-auto" data-aos="fade-right"
data-aos-duration="1000">
<div class="d-flex align-items-center">
<h5 class="m-0 pr-1">Testing</h5>
</div>
<br>
Code translation Wallet
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> Noso's programming language is undergoing a
transformation from Pascal to C++ to enhance overall platform
compatibility, performance, and speed. While Pascal has served as
a conceptual modeling tool, similar to clay shaping an idea, the
shift to C++ represents a move towards a more widely recognized
and faster programming language. This transition is expected to
provide Noso with increased compatibility and global programming
support, elevating its potential beyond the confines of its
initial design.
<hr class="chr"> </details>
<br>
<img src="assets/img/step.png" alt="Step" class="position"></div>
<div class="left py-2 border-primary px-2 rounded ml-auto" data-aos="fade-left"
data-aos-duration="1000">
<div class="d-flex align-items-center ">
<h5 class="m-0 pr-1">Development</h5>
</div>
<br>
Public Safe Offer enhancements
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> Decentralized operations, known as Public Safe
Offers (PSOs) within the Noso ecosystem, will be powered by a
distinct cognitive component that can be continually enhanced
through community suggestions and contributions. The core concept
is to empower anyone to utilize Noso as a secure and public
network for their business. This framework encourages ongoing
improvement and collaboration within the community, fostering a
robust and adaptable ecosystem for diverse business needs.
<hr class="chr"> </details>
<br>
PSO: Noso Shared Nodes
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> SharedNode Contracts (SN Contracts) empower
participants to collaboratively fund and operate node instances on
the mainnet, promoting collaboration and decentralized resource
management. By pooling Noso funds, participants can collectively
operate a node within the Noso network, with all contributors
receiving rewards for their Noso asset "staking" activities. This
incentivizes active participation and reinforces the collective
strength of the network.
<hr class="chr"> </details>
<br>
2024 White Paper
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> Update for 2023: The white paper serves as a
dynamic document seamlessly integrating historical developments
with present objectives to create a coherent and easily digestible
whole. Its primary purpose is to provide comprehensive insights
for newcomers to the Noso protocol and facilitate the onboarding
process for developers.
<hr class="chr"> </details>
<br>
<img src="assets/img/step.png" alt="Step" class="position"></div>
<div class="right py-2 border-primary px-2 rounded mr-auto" data-aos="fade-right"
data-aos-duration="1000">
<div class="d-flex align-items-center ">
<h5 class="m-0 pr-1">Planning</h5>
</div>
<br>
PSO: Noso On Chain Exchange (Nobiex)
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> The upcoming Nobiex exchange seeks to provide the
community with a streamlined method for monetizing their digital
currency, removing the necessity for external exchanges. Currently
in development, Nobiex will enable the exchange of the currency
into diverse cryptocurrencies, utilizing the blockchain as an
escrow platform. Once launched, Nobiex will empower users to
engage in decentralized peer-to-peer currency monetization through
their dedicated digital wallets.
<hr class="chr"> </details>
<br>
GVT management move to protocol
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> The Noso protocol incorporates Governance Tokens
(GVT) that grant voting rights to their owners in governance
polls. Each GVT owner is entitled to one voting right per token
owned, enabling them to propose and vote on project-related polls.
To participate in the voting, individuals must acquire GVT tokens
by trading Noso. While the tokens are available on the Noso
blockchain, the development of a voting process is underway to
engage the Noso community effectively.
<hr class="chr"> </details>
<br>
NosoD
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> Nosod will introduce an advanced command-line
interface for effortless full node management on the Noso network.
Users can expect seamless initialization, efficient daemon
startup, RPC api, and the convenience of background operations,
all accessible from the command line.
<hr class="chr"> </details>
<br>
Code translation Node
<details>
<summary style="color:#F8C339;cursor:pointer">Details</summary>
<hr class="chr"> The ongoing transition of Noso from Pascal to C++
aims to boost platform compatibility, enhance performance, and
increase speed. Following the successful release of the wallet,
the translation process will persist, extending to Noso Node.
<hr class="chr"> </details>
<br>
PSO: Additional Furture Utility yet to be announced
<p></p>
<img src="assets/img/step.png" alt="Step" class="position"></div>
</div>
</div>
</section>
<section class="faq py-200" id="faq">
<div class="container">
<div class="text-center mb-5 pb-5 only-mb-5">
<h2 class="font-regular after-hr after-center" data-aos="flip-up" data-aos-duration="1000">FREQUENTLY
ASKED
QUESTIONS</h2>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">What is Noso?</h4>
<div class="faq-body active">
<p>Noso is a cryptocurrency developed from scratch, building and
running over its own blockchain. It means that it is not a
token, a fork or a copycoin.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">Is Noso stakable?</h4>
<div class="faq-body">
<p>Yes, Noso is a stakable cryptocurrency that uses a
proof-of-stake (PoS) consensus mechanism to secure its network
and validate transactions.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">How does Proof-of-Stake
(PoS) work in Noso?</h4>
<div class="faq-body">
<p>As the PoS mechanism in the Noso Blockchain, masternodes
require addresses to stake a minimum of 10,500 Noso and
acively praticipate in block creation to earn Masternode
rewards. Investors who hold less than 10,500 Noso have the
opportunity to participate in shared Masternode contracts,
which enable them to earn rewards proportionate to the
amount of Noso staked.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">What is Noso’s supply?</h4>
<div class="faq-body">
<p>Total supply is 21,000,000. Current supply can be found
on Noso blockchain explorer.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">Is Noso listed at any
Exchange?</h4>
<div class="faq-body">
<p>Noso is currently listed on multiple centralized
exchanges. However, as an open-source project, users are
welcome to reach out of their preferred exchanges to
request its listing. In addition, the upcoming
implementation of Nobiex will enable investors to buy or
trade Noso for other cryptocurrencies directly on the
Noso blockchain.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">What Wallet can I
use to hold Noso?</h4>
<div class="faq-body">
<p>The Noso Project offers two wallet options for Noso
holders and investors: NosoLite and NosoMobile. As an
open-source project, users are free to contact
third-party wallets and request Noso integration.</p>
</div>
</div>
<div class="faq-container">
<div class="faq-one mb-2 border-primary px-2 rounded" data-aos="fade-up"
data-aos-duration="1000">
<h4 class="faq-page capitalize active">Can Noso be
earned from a smartphone?</h4>
<div class="faq-body">
<p>Noso is no longer a proof of Work coin and can
therefore no longer be "earned" or "mined" from any
device.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="get-startnoso py-200" id="download">
<div class="container">
<div class="top-part text-center pb-5 mb-5" data-aos="flip-up" data-aos-duration="1000">
<h2 class="font-regular after-hr after-center">GETTING STARTED WITH <strong>NOSO</strong></h2>
<p>Obtain the latest Wallet and Node binaries by downloading them from
the project's <a href="https://github.com/Noso-Project" class="primary-900 font-mediam"
target="_blank">Github repository</a> or building them from
source. Additionally, users can learn more about the Noso exosystem
by visiting <a href="https://docs.nosocoin.com" class="primary-900 font-mediam"
target="_blank">Docs</a>.</p>
</div>
<div class="row" data-aos="flip-up" data-aos-duration="1000">
<div class="col-3">
<div class="item text-center"><img src="assets/img/f01.png" alt="Master Node"
width="65">
<h5 class="my-2">Master Node</h5>
<p class="pb-1 neutral-300">Download NosoNode software to run a
Master Node</p>
<a href="https://github.com/Noso-Project/NosoWallet/releases/latest"
target="_blank" class="buttonPrimary button-sm">Download</a></div>
</div>
<div class="col-3">
<div class="item text-center"><img src="assets/img/f02.png" alt="Wallet"
width="65">
<h5 class="my-2">Legacy Wallet</h5>
<p class="pb-1 neutral-300">Use our Legacy wallet "NosoLite"
to manage your Noso</p>
<a href="https://github.com/Noso-Project/NosoLite/releases/latest"
target="_blank" class="buttonPrimary button-sm">Download</a></div>
</div>
<div class="col-3">
<div class="item text-center"><img src="assets/img/f03.png" alt="Mobile App"
width="65">
<h5 class="my-2">Multi-Platform</h5>
<p class="pb-1 neutral-300">Use NosoSova Wallet on Windows Linux
Mac or Android</p>
<a href="https://github.com/Noso-Project/NosoSova/releases/latest"
target="_blank" class="buttonPrimary button-sm">Download</a></div>
</div>
<div class="col-3">
<div class="item text-center"><img src="assets/img/f04.png" alt="Noso Paper Wallet"
width="65">
<h5 class="my-2">PAPER WALLET</h5>
<p class="pb-1 neutral-300">Print a Noso Paper Wallet to store
your Noso coins offline</p>
<a href="https://nosocoin.com/nosopaper" target="_blank" class="buttonPrimary button-sm">Download</a></div>
</div>
</div>
</div>
</section>
<footer class="main-footer">
<div class="top-part d-flex align-items-start flex-wrap justify-content-center">
<div class="item text-center"><span><a href="https://t.me/nosocoin" target="_blank"
style="color:#000"><i class="fa-solid fa-paper-plane"></i></a></span>
<a href="https://t.me/nosocoin" target="_blank" class="d-block">Join
Us On Telegram</a></div>
<div class="item text-center"><a href="https://discord.gg/6wGfPnr6Qg" target="_blank"
style="color:#000"><span><i class="fa-brands fa-discord"></i></span></a>
<a href="https://discord.gg/6wGfPnr6Qg" target="_blank" class="d-block">Join
Us On Discord</a></div>
</div>
<div class="container text-center py-3">
<div class="footer-menu text-center"><a href="#home">Home</a><a href="#download">Getting
Started</a><a target="_blank" href="https://explorer.nosocoin.com/index.html">Explorer</a>
<a href="/cdn-cgi/l/email-protection#e19584808ca18f8e928e828e888fcf828e8c">Contact</a></div>
<p>This website is maintained by the Noso community</p>
<ul class="social-icon">
<li><a target="_blank" href="https://t.me/nosocoin"><span class="icon"><i
class="fa-solid fa-paper-plane"></i></span></a><br>
</li>
<li><a target="_blank" href="https://twitter.com/NosoCoin"><span class="icon"><i
class="fa-brands fa-twitter"></i></span></a><br>
</li>
<li><a target="_blank" href="https://discord.com/invite/weed5ePmfY"><span
class="icon"><i class="fa-brands fa-discord"></i></span></a><br>
</li>
<li><a target="_blank" href="https://github.com/Noso-Project"><span class="icon"><i
class="fa-brands fa-github"></i></span></a><br>
</li>
<li><a target="_blank" href="https://www.reddit.com/r/NosoProject"><span
class="icon"><i class="fa-brands fa-reddit"></i></span></a><br>
</li>
<li><a target="_blank" href="https://www.instagram.com/nosocoin/"><span
class="icon"><i class="fa-brands fa-instagram"></i></span></a><br>
</li>
</ul>
</div>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/vendor/modernizr-3.8.0.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.4.min.js"></script>
<script src="assets/files/owl-carousel/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script>
<script type="application/ld+json">{"@context":"http://schema.org/","@type":"Organization","name":"Noso Coin","url":"https://nosocoin.com/","sameAs":["https://twitter.com/NosoCoin","https://www.instagram.com/nosocoin","https://github.com/Noso-Project","https://www.reddit.com/r/NosoProject"]}</script>
<script type="text/javascript">!function(){for(var e,n=function(){},o=["assert","clear","count","debug","dir","dirxml","error","exception","group","groupCollapsed","groupEnd","info","log","markTimeline","profile","profileEnd","table","time","timeEnd","timeline","timelineEnd","timeStamp","trace","warn"],i=o.length,r=window.console=window.console||{};i--;)r[e=o[i]]||(r[e]=n)}();$(".owl-carousel").owlCarousel({loop:!0,margin:16,nav:!1,autoplay:!0,autoplayTimeout:2100,autoplayHoverPause:!0,animateOut:"slideOutDown",animateIn:"flipInX",smartSpeed:900,responsive:{0:{items:2},600:{items:3},1000:{items:5}}});var i,faq=document.getElementsByClassName("faq-page");for(i=0;i<faq.length;i++)faq[i].addEventListener("click",function(){var e=this.nextElementSibling;this.classList.toggle("active"),e.classList.toggle("active")});$(".toggle-bar").click(function(){$(".nav-right").slideToggle()});function nWS(val){var integerValue=parseInt(val);return integerValue.toString().replace(/\B(?=(\d{3})+(?!\d))/g," ");}
function lvcnt(type){$.get('https://cdnplus.de/preloader/noso/?get='+type+'&nocache='+Date.now(),function(data){if(data){$({countNum:$('#'+type).attr('total')}).animate({countNum:data},{duration:3500,easing:'swing',step:function(now){var rounded=Math.ceil(now);$('#'+type).attr('total',rounded);$('#'+type).text(nWS(rounded.toFixed(0)));}});}setTimeout(lvcnt,15000,type);})}
lvcnt('blockheight');lvcnt('circulatingsupply');lvcnt('undistributedsupply');lvcnt('pendingtx');
function clnwp(){document.getElementById("nwp").style.display="none"}function sC(e,t,n){var o="";if(n){var i=new Date;i.setTime(i.getTime()+n),o="; expires="+i.toUTCString()}document.cookie=e+"="+(t||"")+o+"; path=/"}function gC(e){for(var t=e+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){for(var i=n[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(t))return i.substring(t.length,i.length)}return null}document.addEventListener("DOMContentLoaded",function(){gC("als")||(document.getElementById("nwp").style.display="block",setTimeout(function(){clnwp()},2e4),sC("als","true",2592e6))});</script>
</body>
</html>