-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
511 lines (477 loc) · 8.63 KB
/
index.css
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
html {
background-color: black;
color: white;
font-size: 62.5%;
font-family: "Poppins";
}
body {
margin: 0;
font-family: "Poppins";
--space-animation-time: 40s;
--moon-animation-time: 20s;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid white;
height: 80px;
}
nav {
margin: 4em;
}
nav ul {
list-style-type: none;
display: flex;
gap: 4.1rem;
padding-left: 0;
}
nav ul li a {
text-decoration: none;
color: white;
text-transform: uppercase;
font-size: 1.6rem;
position: static;
padding: 13px;
}
nav ul li a:hover {
border: 1px solid white;
border-radius: 9px;
}
.main {
background-image: url("images/night.png");
background-repeat: no-repeat;
background-position: 0 0;
}
.main h1 {
display: flex;
justify-content: left;
height: 150px;
margin-left: 0px;
font-size: 130px;
margin-bottom: none;
margin-bottom: 0px;
cursor: default;
background: linear-gradient(to right, #FFFFFF, #0087EB);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.main h2 {
display: flex;
justify-content: left;
font-size: 70px;
margin-left: 0px;
margin-top: 0px;
font-weight: 500;
cursor: default;
}
.main .start_investing {
display: flex;
justify-content: left;
color: white;
text-decoration: none;
width: 310px;
font-size: 39.38px;
background-color: #0455bf;
padding: 10px 25px 10px 25px;
margin-left: 0px;
border-radius: 50px;
height: 60px;
width: 250px;
border: 1px solid white;
}
.main .start_investing:hover {
border: 3px solid white;
}
.form_main {
margin-top: 100px;
margin-bottom: 200px;
margin-left: 200px;
margin-right: 200px;
}
.form_main a {
color: white;
text-decoration: none;
font-size: 26px;
background-color: #1f7ae0;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 15px;
}
.form_main p {
font-size: 24.36px;
}
.form_main h1 {
font-size: 43px;
}
.form_main .form_buttons {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 26px;
}
.form_main button {
font-size: 23px;
margin-right: 30px;
height: 162px;
width: 162px;
border-radius: 20px;
border-style: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
color: white;
background-color: #939393;
margin-bottom: 100px;
}
.form_main button:hover{
background-color: #696969;
border: 1px solid #ffffff;
}
.form_main .form_active {
margin-top: 100px;
display: flex;
justify-content: space-between;
}
.main_ani {
display: flex;
justify-content: center;
}
.main_2 {
display: flex;
justify-content: center;
text-align: center;
margin-top: 200px;
padding-top: 100px;
padding-bottom: 100px;
padding-left: 50px;
}
.main_2_text h3 {
font-size: 80px;
font-weight: bold;
}
.main_2 p {
font-size: 32px;
}
.main_2_text {
width: 800px;
margin-left: 47px;
margin-bottom: 100px;
}
.main_3 {
align-items: center;
background-color: black;
color: white;
height: 460px;
}
.main_2_img {
display: flex;
justify-content: space-evenly;
margin: 30px;
}
.main_3_text h3 {
font-size: 60px;
font-weight: bold;
text-align: center;
}
.main_3_text {
width: 800px;
margin-right: 25px;
margin-left: 250px;
margin-bottom: 100px;
}
.main_3 img {
margin-left: 85px;
}
.faq {
padding: 10px 12%;
text-align: center;
font-size: 18px;
background-image: url("images/night.png");
color: #1b1b1b;
}
.faq h2 {
font-weight: 500;
font-size: 40px;
margin-top: 25px;
margin-left: 135px;
margin-bottom: 0px;
}
.faq h1 {
font-size: 45px;
margin-left: 85px;
text-align: center;
height: 26px;
margin-top: 0px;
color: white;
}
.accordion {
margin: 60px auto;
width: 100%;
max-width: 750px;
}
.accordion li {
list-style: none;
width: 100%;
padding: 5px;
}
.accordion li label {
display: flex;
align-items: center;
padding: 20px;
font-size: 18px;
font-weight: 500;
color: white;
margin-bottom: 2px;
cursor: pointer;
position: relative;
border-style: solid;
border-width: 2px;
border: 1px solid white;
}
.accordion li label:hover {
border: 3px solid white;
}
label::after {
content: "+";
font-size: 34px;
position: absolute;
right: 20px;
transition: transform 0.5s;
}
input[type="radio"] {
display: none;
}
.accordion .content {
border: 2px black;
color: white;
text-align: left;
padding: 0 20px;
max-height: 0;
overflow: hidden;
transition: max-height 0s, padding 0.5s;
}
.accordion input[type="radio"]:checked + label + .content {
max-height: 600px;
padding: 30px 20px;
}
.accordion input[type="radio"]:checked + label::after {
transform: rotate(135deg);
}
.faq small {
font-size: 13px;
}
.main_5 {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 100px;
}
.main_5_img {
margin-right: 30px;
margin-left: 500px;
margin-top: 100px;
}
.main_5_text {
/* margin-top: 100px;
margin-left: 30px;
margin-right: 450px; */
}
.sounds_amazing{
margin-top: 100px;
margin-left: 30px;
margin-right: 450px;
}
.sounds_amazing h3{
font-size: 56px;
}
.sounds_amazing button{
font-size: 22px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 10px;
border-style: none;
background-color: #1f7ae0;
}
.sounds_amazing button:hover {
color: white;
border: 1px solid white;
}
.main_5_text h3 {
font-size: 56px;
}
.main_5_text button {
font-size: 22px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 10px;
border-style: none;
background-color: #1f7ae0;
}
.main_dash {
margin-top: 150px;
font-size: 500%;
text-align: center;
}
.main_dash h2 {
border: solid;
border-width: 1px;
border-color: white;
border-radius: 50%;
margin-left: 700px;
margin-right: 700px;
padding-top: 50px;
}
.main_dash button {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
font-size: 50px;
}
.start_investing {
margin-top: 100px;
border: 2px solid white;
background-color: white;
background-color: rgba(151, 148, 148, 0.2);
padding: 10px 25px 10px 25px;
margin-left: 650px;
margin-right: 650px;
border-radius: 10px;
}
button {
cursor: pointer;
}
footer {
background-color: #121212;
}
.footer {
display: flex;
height: 200px;
justify-content: space-evenly;
margin-right: -50px;
}
.first {
margin-left: -89px;
margin-right: -70px;
margin-top: 30px;
list-style: none;
font-weight: 300;
font-size: large;
text-align: left;
}
.second {
margin-top: 20px;
margin-left: -75px;
font-weight: 300;
font-size: large;
width: 430px;
}
.third {
margin-left: -89px;
margin-right: -70px;
margin-top: 30px;
list-style: none;
font-weight: 300;
font-size: large;
text-align: left;
}
.fourth {
margin-top: 30px;
display: flex;
flex-direction: column;
}
.fourth img {
margin-bottom: 3px;
}
.aboutus_main {
padding-top: 100px;
color: grey;
margin: auto;
width: 50%;
font-size: 3rem;
text-align: center;
}
.aboutus_main h3 {
font-weight: bold;
color: white;
}
.aboutus_people {
padding-top: 100px;
padding-bottom: 200px;
color: grey;
margin: auto;
width: 50%;
font-size: 2rem;
display: block;
justify-content: center;
}
.aboutus_people_first {
display: flex;
justify-content: center;
margin-top: 7rem;
}
.aboutus_people_second {
display: flex;
justify-content: center;
margin-top: 5rem;
}
.aboutus_people_individual {
margin: 0rem 5rem 1rem 5rem;
text-align: center;
}
.aboutus_people_individual p,
h3 {
margin: 0px;
}
.aboutus_people_individual h3 {
color: white;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-options {
display: none;
position: absolute;
background-color: black;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-options a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
border: 2px solid transparent;
transition: border 0.3s ease;
}
.dropdown-options a:hover {
border: 2px solid white;
}
.dropdown:hover .dropdown-options {
display: block;
}
.aboutus_people_individual {
text-align: center;
margin-bottom: 20px;
}
.aboutus_people_individual img {
width: 250px; /* Set a small width for the image */
height: 250px; /* Set a small height for the image */
border-radius: 50%; /* Create a circular shape using border-radius */
object-fit: cover; /* Ensure the image covers the circular area */
}
.aboutus_people_individual h3,
.aboutus_people_individual p {
color: white;
margin: 10px 0 5px;
}