@anasahmed8819/viewdu-market-ngx-html-prv 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +24 -0
  2. package/anasahmed8819-viewdu-market-ngx-html-prv-1.0.8.tgz +0 -0
  3. package/fesm2022/anasahmed8819-viewdu-market-ngx-html-prv.mjs +634 -0
  4. package/fesm2022/anasahmed8819-viewdu-market-ngx-html-prv.mjs.map +1 -0
  5. package/index.d.ts +5 -0
  6. package/lib/spec-prv/components/architecture/architecture.component.d.ts +14 -0
  7. package/lib/spec-prv/components/change/change.component.d.ts +14 -0
  8. package/lib/spec-prv/components/data/data.component.d.ts +14 -0
  9. package/lib/spec-prv/components/overview/overview.component.d.ts +14 -0
  10. package/lib/spec-prv/components/rules/rules.component.d.ts +14 -0
  11. package/lib/spec-prv/components/tree-spec/tree-spec.component.d.ts +45 -0
  12. package/lib/spec-prv/components/ui/ui.component.d.ts +14 -0
  13. package/lib/spec-prv/components/ui-community/ui-community.component.d.ts +14 -0
  14. package/lib/spec-prv/components/ui-feature/ui-feature.component.d.ts +14 -0
  15. package/lib/spec-prv/components/ui-product/ui-product.component.d.ts +14 -0
  16. package/lib/spec-prv/components/ui-profile/ui-profile.component.d.ts +14 -0
  17. package/lib/spec-prv/components/ui-recruit/ui-recruit.component.d.ts +14 -0
  18. package/lib/spec-prv/components/ui-service/ui-service.component.d.ts +14 -0
  19. package/lib/spec-prv/pages/spec-prv.component.d.ts +20 -0
  20. package/lib/spec-prv/spec-prv-routing.module.d.ts +7 -0
  21. package/lib/spec-prv/spec-prv.module.d.ts +25 -0
  22. package/lib/viewdu-market-ngx-html-prv.module.d.ts +13 -0
  23. package/package.json +39 -0
  24. package/public-api.d.ts +17 -0
  25. package/src/assets/home/css/bootstrap.min.css +11 -0
  26. package/src/assets/home/css/style-e-icon.scss +304 -0
  27. package/src/assets/home/css/style-landing.css +41 -0
  28. package/src/assets/home/css/style.css +969 -0
  29. package/src/assets/home/css/themify-icons.css +1455 -0
  30. package/src/assets/home/images/VoodooDanceGIF.gif +0 -0
  31. package/src/assets/home/images/flags/bronze.png +0 -0
  32. package/src/assets/home/images/flags/gold.png +0 -0
  33. package/src/assets/home/images/flags/silver.png +0 -0
  34. package/src/assets/home/images/promote/architecture/model-viewdu-market.png +0 -0
  35. package/src/assets/home/images/voodoo-trans-bkgnd-1000px.png +0 -0
  36. package/src/assets/i18n/en.json +82 -0
@@ -0,0 +1,969 @@
1
+ /*
2
+ * Copyright (c) Cashikoi. All rights reserved.
3
+ * This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
4
+ */
5
+ @charset "UTF-8";
6
+
7
+ /*------------------------
8
+ [TABLE OF CONTENTS]
9
+
10
+ 1. GLOBAL STYLES
11
+ 2. NAVBAR
12
+ 3. HERO
13
+ 4. TABS
14
+ 5. TESTIMONIALS
15
+ 6. IMAGE GALLERY
16
+ 7. PRICING
17
+ 8. CALL TO ACTION
18
+ 9. FOOTER
19
+
20
+ ------------------------*/
21
+
22
+
23
+ /* GLOBAL
24
+ ----------------------*/
25
+
26
+ body {
27
+ font-family: 'Roboto', sans-serif;
28
+ position: relative;
29
+ }
30
+
31
+ a {
32
+ color: rgb(27, 4, 235);
33
+ font-size: 18px;
34
+ line-height: 27px;
35
+ }
36
+
37
+ a:hover,
38
+ a:focus {
39
+ color: rgb(40, 11, 119);
40
+ text-decoration: none;
41
+ }
42
+
43
+ h1 {
44
+ font-size: 60px;
45
+ font-weight: 300;
46
+ letter-spacing: -1px;
47
+ margin-bottom: 1.5rem;
48
+ }
49
+
50
+ h2 {
51
+ font-size: 45px;
52
+ font-weight: 300;
53
+ color: rgb(27, 4, 235);
54
+ letter-spacing: -1px;
55
+ margin-bottom: 1rem;
56
+ }
57
+
58
+ h3 {
59
+ color: rgb(27, 4, 235);
60
+ font-size: 33px;
61
+ font-weight: 500;
62
+ }
63
+
64
+ h4 {
65
+ font-size: 20px;
66
+ font-weight: 500;
67
+ color: rgb(27, 4, 235);
68
+ }
69
+
70
+ h5 {
71
+ font-size: 28px;
72
+ font-weight: 300;
73
+ color: rgb(27, 4, 235);
74
+ margin-bottom: 0.7rem;
75
+ }
76
+
77
+ p {
78
+ color: #959094;
79
+ }
80
+
81
+ p.lead {
82
+ color: #e38cb7;
83
+ margin-bottom: 2rem;
84
+ }
85
+
86
+ .text-primary {
87
+ color: #e38cb7 !important;
88
+ }
89
+
90
+ .light-font {
91
+ font-weight: 300;
92
+ }
93
+
94
+ .btn {
95
+ font-size: 12px;
96
+ font-weight: 400;
97
+ text-transform: uppercase;
98
+ padding: 0.375rem 1.35rem;
99
+ transition: all 0.3s ease;
100
+ }
101
+
102
+ .btn-outline-light:hover {
103
+ color: #d6619c;
104
+ }
105
+
106
+ /*.btn-primary {
107
+ border-radius: 3px;
108
+ background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
109
+ background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
110
+ background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
111
+ background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
112
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
113
+ font-weight: 500;
114
+ padding: 0.6rem 2rem;
115
+ border: 0;
116
+ }*/
117
+
118
+
119
+ .btn-primary {
120
+ border-radius: 3px;
121
+ background-image: -moz-linear-gradient( 122deg, #fff 0%, #fff 100%);
122
+ background-image: -webkit-linear-gradient( 122deg, #fff 0%, #fff 100%);
123
+ background-image: -ms-linear-gradient( 122deg, #fff 0%, #fff 100%);
124
+ background-image: linear-gradient( 122deg, #fff 0%, #fff 100%);
125
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
126
+ font-weight: 500;
127
+ padding: 10px 15px 10px 10px;
128
+ border: 0;
129
+ color: rgb(27, 4, 235);
130
+ }
131
+
132
+ .btn-primary:hover,
133
+ .btn-primary:focus,
134
+ .btn-primary:active,
135
+ .btn-primary:not([disabled]):not(.disabled).active,
136
+ .btn-primary:not([disabled]):not(.disabled):active,
137
+ .show>.btn-primary.dropdown-toggle {
138
+ background-image: linear-gradient( 122deg, #e5e5e5 0%, #e5e5e5 100%);
139
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
140
+ color: rgb(35, 4, 235);
141
+ }
142
+
143
+ .btn-light {
144
+ border-radius: 3px;
145
+ background: #FFF;
146
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
147
+ font-size: 14px;
148
+ font-weight: 500;
149
+ color: #394391;
150
+ margin: 0.5rem;
151
+ padding: 0.7rem 1.6rem;
152
+ line-height: 1.8;
153
+ }
154
+
155
+ .btn-group-lg>.btn,
156
+ .btn-lg {
157
+ padding: 0.8rem 1rem;
158
+ font-size: 15px;
159
+ }
160
+
161
+ .light-bg {
162
+ background-color: #fff;
163
+ }
164
+
165
+ .section {
166
+ padding: 80px 0;
167
+ }
168
+
169
+ .section-title {
170
+ text-align: center;
171
+ margin-bottom: 3rem;
172
+ }
173
+
174
+ .section-title small {
175
+ color: #f2ccf7;
176
+ }
177
+
178
+ @media (max-width:767px) {
179
+ h1 {
180
+ font-size: 40px;
181
+ }
182
+ h2 {
183
+ font-size: 30px;
184
+ }
185
+ }
186
+
187
+
188
+ /* NAVBAR
189
+ ----------------------*/
190
+
191
+ .nav-menu {
192
+ padding: 1rem 0;
193
+ transition: all 0.3s ease;
194
+ }
195
+
196
+ /*.nav-menu.is-scrolling,
197
+ .nav-menu.menu-is-open {
198
+ background-color: rgb(74, 13, 143);
199
+ background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
200
+ background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
201
+ background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
202
+ -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
203
+ -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
204
+ box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
205
+ }*/
206
+
207
+
208
+ .nav-menu.is-scrolling,
209
+ .nav-menu.menu-is-open {
210
+ background-color: rgb(45, 6, 88);
211
+ background: -moz-linear-gradient (138.18deg, rgb(65, 51, 255) 0%, rgb(171, 184, 255) 100%);
212
+ background: -webkit-linear-gradient(138.18deg, rgb(65, 51, 255) 0%, rgb(171, 184, 255) 100%);
213
+ background: linear-gradient(138.18deg, rgb(65, 51, 255) 0%, rgb(171, 184, 255) 100%);
214
+ -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
215
+ -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
216
+ box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
217
+ }
218
+
219
+ .nav-menu.is-scrolling {
220
+ padding: 0;
221
+ }
222
+
223
+ .navbar-nav .nav-link {
224
+ position: relative;
225
+ }
226
+ /*
227
+ @media (min-width: 992px) {
228
+ .navbar-expand-lg .navbar-nav .nav-link {
229
+ padding-right: 1rem;
230
+ padding-left: 1rem;
231
+ font-size: 14px;
232
+ }
233
+ .navbar-nav>.nav-item>.nav-link.active:after {
234
+ content: "";
235
+ border-bottom: 2px solid #cd99d4;
236
+ left: 1rem;
237
+ right: 1rem;
238
+ bottom: 5px;
239
+ height: 1px;
240
+ position: absolute;
241
+ }
242
+
243
+ }
244
+
245
+ @media (max-width:991px) {
246
+ .navbar-nav.is-scrolling {
247
+ padding-bottom: 1rem;
248
+ }
249
+ .navbar-nav .nav-item {
250
+ text-align: center;
251
+ }
252
+ }
253
+ */
254
+
255
+ /* HERO
256
+ ----------------------*/
257
+
258
+ header {
259
+ padding: 100px 0 0;
260
+ text-align: center;
261
+ color: #FFF;
262
+ }
263
+
264
+ .bg-gradient {
265
+ background: linear-gradient(138.18deg, rgb(65, 51, 255) 0%, rgb(171, 184, 255) 100%);
266
+ overflow: hidden;
267
+ }
268
+
269
+ /*.tagline {
270
+ font-size: 23px;
271
+ font-weight: 300;
272
+ color: #ffb8f6;
273
+ max-width: 800px;
274
+ margin: 0 auto;
275
+ }*/
276
+
277
+ .img-holder {
278
+ height: 0;
279
+ padding-bottom: 33%;
280
+ overflow: hidden;
281
+ }
282
+
283
+ @media (max-width:1200px) {
284
+ .img-holder {
285
+ padding-bottom: 50%;
286
+ }
287
+ }
288
+
289
+ @media (max-width:767px) {
290
+ .tagline {
291
+ font-size: 17px;
292
+ }
293
+ .img-holder {
294
+ padding-bottom: 100%;
295
+ }
296
+ }
297
+
298
+
299
+ /* FEATURES
300
+ ----------------------*/
301
+
302
+ .gradient-fill:before {
303
+ color: #fc73b4;
304
+ background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
305
+ background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
306
+ background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
307
+ -webkit-background-clip: text;
308
+ background-clip: text;
309
+ -webkit-text-fill-color: transparent;
310
+ }
311
+
312
+ .card.features {
313
+ border: 0;
314
+ border-radius: 3px;
315
+ box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.04);
316
+ transition: all 0.3s ease;
317
+ }
318
+
319
+ @media (max-width:991px) {
320
+ .card.features {
321
+ margin-bottom: 2rem;
322
+ }
323
+ [class^="col-"]:last-child .card.features {
324
+ margin-bottom: 0;
325
+ }
326
+ }
327
+
328
+ .card.features:before {
329
+ content: "";
330
+ position: absolute;
331
+ width: 3px;
332
+ color: #fc73b4;
333
+ background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
334
+ background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
335
+ background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
336
+ top: 0;
337
+ bottom: 0;
338
+ left: 0;
339
+ }
340
+
341
+ .card-text {
342
+ font-size: 14px;
343
+ }
344
+
345
+ .card.features:hover {
346
+ transform: translateY(-3px);
347
+ -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
348
+ -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
349
+ box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
350
+ }
351
+
352
+ .box-icon {
353
+ box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
354
+ padding: 10px;
355
+ width: 70px;
356
+ border-radius: 3px;
357
+ margin-bottom: 1.5rem;
358
+ background-color: #FFF;
359
+ }
360
+
361
+ .circle-icon {
362
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
363
+ padding: 10px;
364
+ width: 100px;
365
+ height: 100px;
366
+ border-radius: 50%;
367
+ margin-bottom: 1.5rem;
368
+ background-color: #FFF;
369
+ color: #f5378e;
370
+ font-size: 48px;
371
+ text-align: center;
372
+ line-height: 80px;
373
+ font-weight: 300;
374
+ transition: all 0.3s ease;
375
+ }
376
+
377
+ @media (max-width:992px) {
378
+ .circle-icon {
379
+ width: 70px;
380
+ height: 70px;
381
+ font-size: 28px;
382
+ line-height: 50px;
383
+ }
384
+ }
385
+
386
+ .ui-steps li:hover .circle-icon {
387
+ background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
388
+ background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
389
+ background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
390
+ background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
391
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
392
+ color: #FFF;
393
+ }
394
+
395
+ .ui-steps li {
396
+ padding: 15px 0;
397
+ }
398
+
399
+ .ui-steps li:not(:last-child) {
400
+ border-bottom: 1px solid #f8e3f0;
401
+ }
402
+
403
+ .perspective-phone {
404
+ position: relative;
405
+ z-index: -1;
406
+ }
407
+
408
+ @media (min-width:992px) {
409
+ .perspective-phone {
410
+ margin-top: -150px;
411
+ }
412
+ }
413
+
414
+
415
+ /* TABS
416
+ ----------------------*/
417
+
418
+ .tab-content {
419
+ border-bottom-right-radius: 3px;
420
+ border-bottom-left-radius: 3px;
421
+ background-color: #FFF;
422
+ box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
423
+ padding: 3rem;
424
+ }
425
+
426
+ @media (max-width:992px) {
427
+ .tab-content {
428
+ padding: 1.5rem;
429
+ }
430
+ }
431
+
432
+ .tab-content p {
433
+ line-height: 1.8;
434
+ }
435
+
436
+ .tab-content h2 {
437
+ margin-bottom: 0.5rem;
438
+ }
439
+
440
+ .nav-tabs {
441
+ border-bottom: 0;
442
+ }
443
+
444
+ .nav-tabs .nav-item .nav-link,
445
+ .nav-tabs .nav-link:focus,
446
+ .nav-tabs .nav-link:hover {
447
+ padding: 1rem 1rem;
448
+ border-color: #faf6fb #faf6fb #FFF;
449
+ font-size: 19px;
450
+ color: #b5a4c8;
451
+ background: #f5eff7;
452
+ }
453
+
454
+ .nav-tabs .nav-link.active {
455
+ background: #FFF;
456
+ border-top-width: 3px;
457
+ border-color: #ce75b4 #faf6fb #FFF;
458
+ color: #633991;
459
+ }
460
+
461
+
462
+ /* TESTIMONIALS
463
+ ----------------------*/
464
+
465
+ .owl-carousel .owl-item img.client-img {
466
+ width: 110px;
467
+ margin: 30px auto;
468
+ border-radius: 50%;
469
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
470
+ }
471
+
472
+ .testimonials-single {
473
+ text-align: center;
474
+ max-width: 870px;
475
+ margin: 0 auto;
476
+ width: 90%;
477
+ }
478
+ .client-img {
479
+ display: block;
480
+ text-align: center;
481
+ margin-left: auto;
482
+ margin-right: auto;
483
+ margin-bottom: 10px;
484
+ max-width: 250px;
485
+ }
486
+ .testi_text{
487
+ color: #364570;
488
+ font-family: "Roboto";
489
+ font-size: 28px;
490
+ line-height: 33px;
491
+ text-align: center;
492
+ max-width: 900px;
493
+ margin-left: auto;
494
+ margin-right: auto;
495
+ }
496
+ .testi_author{
497
+ color: #B2B8C6;
498
+ font-family: "Roboto";
499
+ font-size: 18px;
500
+ line-height: 24px;
501
+ margin-top: 27px;
502
+ }
503
+ .blockquote {
504
+ color: #7a767a;
505
+ font-weight: 300;
506
+ }
507
+
508
+ .owl-next.disabled,
509
+ .owl-prev.disabled {
510
+ opacity: 0.5;
511
+ }
512
+
513
+ .owl-prev,
514
+ .owl-next {
515
+ position: absolute;
516
+ top: 50%;
517
+ transform: translateY(-50%);
518
+ }
519
+
520
+ .owl-prev {
521
+ left: 0;
522
+ }
523
+
524
+ .owl-next {
525
+ right: 0;
526
+ }
527
+
528
+ .owl-theme .owl-nav.disabled+.owl-dots {
529
+ margin-top: 60px;
530
+ }
531
+
532
+ .owl-theme .owl-dots .owl-dot span {
533
+ background: #e7d9eb;
534
+ width: 35px;
535
+ height: 8px;
536
+ border-radius: 10px;
537
+ transition: all 0.3s ease-in;
538
+ }
539
+
540
+ .owl-theme .owl-dots .owl-dot:hover span {
541
+ background: #ff487e;
542
+ }
543
+
544
+ .owl-theme .owl-dots .owl-dot.active span {
545
+ background: #ff487e;
546
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
547
+ }
548
+
549
+
550
+ /* IMAGE GALLERY
551
+ ----------------------*/
552
+
553
+ .img-gallery .owl-item {
554
+ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
555
+ transform: scale(0.8);
556
+ transition: all 0.3s ease-in;
557
+ }
558
+
559
+ .img-gallery .owl-item.center {
560
+ transform: scale(1);
561
+ }
562
+
563
+
564
+ /* PRICING
565
+ ----------------------*/
566
+
567
+ @media (max-width:992px) {
568
+ .card-deck {
569
+ -ms-flex-direction: column;
570
+ flex-direction: column;
571
+ }
572
+ .card-deck .card {
573
+ margin-bottom: 15px;
574
+ }
575
+ }
576
+
577
+ .card.pricing {
578
+ border: 1px solid #f1eef1;
579
+ }
580
+
581
+ .card.pricing.popular {
582
+ border-top-width: 3px;
583
+ border-color: #ce75b4 #faf6fb #FFF;
584
+ box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
585
+ color: #633991;
586
+ }
587
+
588
+ .card.pricing .card-head {
589
+ text-align: center;
590
+ padding: 40px 0 20px;
591
+ }
592
+
593
+ .card.pricing .card-head .price {
594
+ display: block;
595
+ font-size: 45px;
596
+ font-weight: 300;
597
+ color: #633991;
598
+ }
599
+
600
+ .card.pricing .card-head .price sub {
601
+ bottom: 0;
602
+ font-size: 55%;
603
+ }
604
+
605
+ .card.pricing .list-group-item {
606
+ border: 0;
607
+ text-align: center;
608
+ color: #959094;
609
+ padding: 1.05rem 1.25rem;
610
+ }
611
+
612
+ .card.pricing .list-group-item del {
613
+ color: #d9d3d8;
614
+ }
615
+
616
+ .card.pricing .card-body {
617
+ padding: 1.75rem;
618
+ }
619
+
620
+
621
+ /* CALL TO ACTION
622
+ ----------------------*/
623
+
624
+ .call-to-action {
625
+ text-align: center;
626
+ color: #FFF;
627
+ margin: 3rem 0;
628
+ }
629
+
630
+ .call-to-action .box-icon {
631
+ margin-left: auto;
632
+ margin-right: auto;
633
+ border-radius: 5px;
634
+ transform: scale(0.85);
635
+ margin-bottom: 2.5rem;
636
+ }
637
+
638
+ .call-to-action h2 {
639
+ color: #FFF;
640
+ }
641
+
642
+ .call-to-action .tagline {
643
+ font-size: 16px;
644
+ font-weight: 300;
645
+ color: #ffb8f6;
646
+ max-width: 650px;
647
+ margin: 0 auto;
648
+ }
649
+
650
+ .btn-light img {
651
+ margin-right: 0.4rem;
652
+ vertical-align: text-bottom;
653
+ }
654
+
655
+
656
+ /* FOOTER
657
+ ----------------------*/
658
+
659
+ .social-icons {
660
+ text-align: right;
661
+ }
662
+ .social-icons a {
663
+ background-color: #FFF;
664
+ box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
665
+ width: 50px;
666
+ height: 50px;
667
+ display: inline-block;
668
+ text-align: center;
669
+ line-height: 50px;
670
+ margin: 0 0.3rem;
671
+ border-radius: 5px;
672
+ color: #f4c9e2;
673
+ transition: all 0.3s ease;
674
+ }
675
+ .social-icons a:hover {
676
+ text-decoration: none;
677
+ color: #e38cb7;
678
+ }
679
+
680
+ @media (max-width:991px) {
681
+ .social-icons {
682
+ text-align: center;
683
+ margin-top: 2rem;
684
+ }
685
+ }
686
+
687
+
688
+ @media (min-width:1200px) {
689
+ .nav-menu .container {
690
+ max-width: 86vw !important;
691
+ width: 86vw !important;
692
+ padding-left: 0 !important;
693
+ padding-right: 0 !important;
694
+ }
695
+ .nav-menu .col-md-12 {
696
+ /* padding-left: 0;
697
+ padding-right: 0; */
698
+ }
699
+ .nav-menu .navbar {
700
+ padding-left: 0;
701
+ padding-right: 0;
702
+ }
703
+ #home .row {
704
+ align-items: center;
705
+ }
706
+ #home .top-text {
707
+ margin-top: -145px;
708
+ padding-left: 7vw;
709
+ text-align: left;
710
+ }
711
+ #home .container-fluid {
712
+ padding-left: 0 !important;
713
+ padding-right: 0 !important;
714
+ }
715
+ }
716
+
717
+ .navbar-dark .navbar-nav .nav-link {
718
+ color: #fff;
719
+ }
720
+ .top-img {
721
+ margin-right: -60px;
722
+ margin-top: 50px;
723
+ max-height: 580px;
724
+ }
725
+ .crypto-solutions {
726
+ color: #FFFFFF;
727
+ font-family: 'Roboto';
728
+ font-size: 46px;
729
+ font-weight: 500;
730
+ line-height: 54px;
731
+ }
732
+ .logo {
733
+ color: #FFFFFF;
734
+ font-family: 'Roboto';
735
+ font-size: 18px;
736
+ letter-spacing: 0.34px;
737
+ line-height: 48px;
738
+ text-align: center;
739
+ }
740
+ #bigHalfCircle path {
741
+ fill: #fff;
742
+ stroke: #fff;
743
+ }
744
+ #bigHalfCircle {
745
+ margin-top: -99px;
746
+ display: block;
747
+ }
748
+ .top_devider {
749
+ position: relative;
750
+ }
751
+ .mouse_icon {
752
+ width: 51px;
753
+ height: 51px;
754
+ margin-left: auto;
755
+ margin-right: auto;
756
+ border-radius: 50%;
757
+ text-align: center;
758
+ line-height: 2;
759
+ box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
760
+ position: absolute;
761
+ left: 0px;
762
+ right: 0px;
763
+ top: 0px;
764
+ background: #fff;
765
+ }
766
+
767
+
768
+ .tagline{
769
+ color: #fff;
770
+ padding-bottom: 10px;
771
+ padding-top: 10px;
772
+ }
773
+
774
+ a.vid-link {
775
+ font-size: 13px;
776
+ color: #fff;
777
+ line-height: 18px;
778
+ margin-left: 30px;
779
+ }
780
+ a.vid-link img {
781
+ padding-right: 10px;
782
+ }
783
+
784
+ .top-scream-section {
785
+ padding-bottom: 5%;
786
+ padding-top: 2%;
787
+ }
788
+
789
+ .top-scream-section .right-txt {
790
+ padding: 2% 0 2% 12%;
791
+ }
792
+ .flipflop-section {
793
+ background-repeat: no-repeat;
794
+ background-position: right top;
795
+ margin-top: -170px;
796
+ }
797
+ .flipflop-section .container {
798
+ padding-top: 180px;
799
+ }
800
+ .flipflop-section .sq-image{
801
+ width: 100%;
802
+ }
803
+ .nopadding {
804
+ padding: 0 !important;
805
+ margin: 0 !important;
806
+ }
807
+ .flipflop-section .left-txt {
808
+ padding: 13% 12% 13% 0;
809
+ }
810
+ .flipflop-section .right-txt {
811
+ padding: 13% 0 13% 12%;
812
+ }
813
+
814
+ .testi-section {
815
+ background-repeat: no-repeat;
816
+ background-position: center center;
817
+ background-size: 100%;
818
+ margin-top: 70px;
819
+ padding-top: 280px;
820
+ }
821
+
822
+ .testi-section .section {
823
+ margin-right: auto;
824
+ margin-left: auto;
825
+ margin-top: -200px;
826
+ }
827
+ .img-responsive {
828
+ max-width: 100%;
829
+ height: auto;
830
+ }
831
+ .container.top-scream-section .row, .flipflop-section .row {
832
+ align-items: center;
833
+ }
834
+
835
+ /* -------------------------------------------------------------------------
836
+ begin Scroll Down Button
837
+ * ------------------------------------------------------------------------- */
838
+ button.scroll_down {
839
+ margin-left: auto;
840
+ margin-right: auto;
841
+ height: 25px;
842
+ width: 15px;
843
+ background-color: transparent;
844
+ border: 1px solid #ccc;
845
+ border-radius: 20px;
846
+ cursor: pointer;
847
+ outline: none;
848
+ margin-left: -1px;
849
+ margin-top: 10px;
850
+ }
851
+ button.scroll_down:before {
852
+ position: absolute;
853
+ top: 10px;
854
+ left: 50%;
855
+ content: '';
856
+ width: 3px;
857
+ height: 6px;
858
+ margin-left: -2px;
859
+ background-color: #ccc;
860
+ border-radius: 100%;
861
+ -webkit-animation: scroll_down_btn-animation 2s infinite;
862
+ animation: scroll_down_btn-animation 2s infinite;
863
+ box-sizing: border-box;
864
+ }
865
+
866
+ @keyframes scroll_down_btn-animation {
867
+ 0% {
868
+ transform: translate(0, 0);
869
+ opacity: 0;
870
+ }
871
+ 40% {
872
+ opacity: 1;
873
+ }
874
+ 80% {
875
+ transform: translate(0, 20px);
876
+ opacity: 0;
877
+ }
878
+ 100% {
879
+ opacity: 0;
880
+ }
881
+ }
882
+
883
+ @-webkit-keyframes scroll_down_btn-animation {
884
+ 0% {
885
+ -webkit-transform: translate(0, 0);
886
+ transform: translate(0, 0);
887
+ opacity: 0;
888
+ }
889
+ 40% {
890
+ opacity: 1;
891
+ }
892
+ 80% {
893
+ -webkit-transform: translate(0, 20px);
894
+ transform: translate(0, 20px);
895
+ opacity: 0;
896
+ }
897
+ 100% {
898
+ opacity: 0;
899
+ }
900
+ }
901
+
902
+ /* -------------------------------------------------------------------------
903
+ end Scroll Down Button
904
+ * ------------------------------------------------------------------------- */
905
+
906
+ #scroll_down::after {
907
+ /* content: "\f107";
908
+ position: absolute;
909
+ left: 0;
910
+ right: 0;
911
+ color: #ccc;
912
+ margin-top: 2px;
913
+ font-family: "FontAwesome";
914
+ display: inline-block;
915
+ font-style: normal;
916
+ font-variant: normal;
917
+ text-rendering: auto;
918
+ -webkit-font-smoothing: antialiased; */
919
+ }
920
+
921
+
922
+
923
+
924
+ @media all and (max-width: 767px) and (min-width: 576px) {
925
+ h3 {
926
+ font-size: 3vw;
927
+ line-height: 1.1;
928
+ }
929
+ p {
930
+ font-size: 2vw;
931
+ }
932
+ a {
933
+ font-size: 2.5vw;
934
+ }
935
+ .testi-section {
936
+ padding-top: 100px !important;
937
+ }
938
+
939
+
940
+ }
941
+
942
+
943
+
944
+ @media (max-width: 575px) {
945
+ .vid-link {
946
+ display: block;
947
+ margin-top: 20px;
948
+ margin-left: 0 !important;
949
+ }
950
+ .flipflop-section .left-txt {
951
+ padding: 20px !important;
952
+ }
953
+ .col-lg-6.col-md-6.col-sm-6.col-xs-12.right-txt {
954
+ padding: 20px !important;
955
+ }
956
+ .section {
957
+ padding: 20px 0 !important;
958
+ }
959
+ .testi-section {
960
+ background-image: none !important;
961
+ padding-top: 120px;
962
+ }
963
+ .flipflop-section .row:first-child {
964
+ -ms-flex-wrap: wrap-reverse;
965
+ flex-wrap: wrap-reverse;
966
+ -webkit-flex-wrap: wrap-reverse;
967
+
968
+ }
969
+ }