-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
502 lines (430 loc) · 8.44 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
*{
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}
.nav ol{
padding: 10px;
font-size: 20px;
background-color: black;
display: flex;
justify-content:space-around;
align-items: center;
list-style: none;
}
.navbar li{
color: white;
}
.navbar ol :hover{
padding: 10px;
background-color: #DB597D;
border-radius: 10px;
cursor: pointer;
}
#search{
height: 50px;
width: 50px;
}
#logo{
padding: 0px;
height: 50px;
width: 50px;
}
/* First Slid............. */
.First_Slid{
padding: 50px;
height: 600px;
/* width: 100vw; */
background: url('bg1.png');
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.First_Slid .text{
padding: 50px;
}
.live h1{
color: rgb(200, 13, 135);
font-size: 100px;
padding: 10px 0px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.live p{
font-size: 20px;
}
.live button{
color: white;
background-color: rgb(214, 85, 226);
border-radius: 15px;
padding: 10px 20px;
margin: 10px 0px;
}
.live button:hover{
cursor: pointer;
background-color: rgb(128, 14, 138);
}
.First_Slid img{
border-radius: 50%;
height: 500px;
width: 500px;
padding: 30px;
box-shadow: 10px 10px #DB597D;
}
/* Second Slid................ */
.second_slid{
height: 700px;
/* width: 100vw; */
background-color: rgb(26, 26, 26);
}
.music_tour{
padding: 0px;
text-align: center;
padding: 20px;
}
.music_tour h1{
color: white ;
padding: 10px;
font-size: 50px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.music_tour p{
font-size: 20px;
color: white;
padding: 20px;
/* width: 500px; */
}
.imgCollection{
display: flex;
padding: 10px;
justify-content:space-evenly;
align-items: center;
/* object-fit: cover; */
}
.imgCollection .first{
width: 400px;
height: 400px;
background: url('PIC1.png');
background-size: cover;
box-shadow: 20px 20px #DB597D;
}
.imgCollection .first:hover{
width: 450px;
height: 450px;
background: url('PIC1.png');
background-size: cover;
box-shadow: 20px 20px rgb(26, 26, 26);;
}
@media screen {
}
.imgCollection .sec{
width: 400px;
height: 400px;
background: url('PIC2.png');
background-size: cover;
box-shadow: 20px 20px #FF914D;
}
.imgCollection .sec:hover{
width: 450px;
height: 450px;
background: url('PIC2.png');
background-size: cover;
box-shadow: 20px 20px rgb(26, 26, 26);;
}
.imgCollection .third{
width: 400px;
height: 400px;
background: url('PIC3.png');
background-size: cover;
box-shadow: 20px 20px white;
}
.imgCollection .third:hover{
width: 450px;
height: 450px;
background: url('PIC3.png');
background-size: cover;
box-shadow: 20px 20px rgb(26, 26, 26);
}
/* Thrid Slid................ */
.third_slid{
height: 700px;
/* width: 100vw; */
background: url('bg2.png');
background-size: cover;
}
.thirdSlid{
padding: 50px;
display: flex;
/* justify-content:center; */
align-items: center;
}
.seconImg img{
border-radius: 50%;
padding: 50px;
box-shadow: 10px 10px #DB597D;
}
.thirdSlid .text2{
color: bisque;
padding: 50px;
}
.text2 h1{
font-size: 50px;
padding: 10px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.text2 p{
font-size: 20px;
padding: 10px;
}
/* Forth Slid................ */
.forth_slid{
height: 700px;
background: url('bg3.png');
background-size: cover;
padding: 50px;
}
.forthSlid{
display: flex;
color: black;
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
margin: 50px;
}
.text3 h1{
font-size: 60px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.text3 p{
padding: 20px 0px;
/* margin: 30px; */
font-size: 30px;
}
.forthImg img{
border-radius: 50%;
width: 500px;
height: 500px;
box-shadow: 10px 10px #DB597D;
}
/* Fifth Slid................ */
.fifth_slid{
height: 700px;
background: url('bg4.png');
background-size: cover;
}
.fithSlid{
display: flex;
justify-content: center;
align-items: center;
padding: 100px;
color: rgb(224, 79, 104);
}
.fifImg img{
border-radius: 50%;
}
.text4{
padding: 50px 80px;
}
.text4 h1{
font-size: 50px;
padding: 40px 20px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.text4 p{
font-size: 20px;
padding: 20px;
}
/* Sixth Slid................ */
.sixth_slid{
height: 300px;
color: bisque;
background-color: #13151B;
text-align: center;
padding: 50px;
}
.text5 h1{
font-size: 50px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.text5 p{
font-size: 20px;
padding: 20px;
}
.counter{
display: flex;
justify-content: space-evenly;
align-items: center;
padding: 50px;
}
.fistCount{
width: 100px;
height: 100px;
}
.secCount{
width: 100px;
height: 100px;
}
.thirdCount{
width: 100px;
height: 100px;
}
.counter span{
font-size: x-large;
}
/* Seven Slid...... */
.seventh_slid{
/* width: 100vw; */
/* padding: 0px 100px; */
height: 700px;
background-color: #FAEBD7;
}
.sevenSlid{
display: flex;
justify-content:space-evenly;
align-items: center;
padding: 100px 80px 60px 80px;
}
.sevenFistImg img{
height: 400px;
width: 300px;
object-fit: cover;
}
.sevenSecImg img{
height: 400px;
width: 300px;
object-fit: cover;
}
.sevenThirdImg img{
height: 400px;
width: 300px;
object-fit: cover;
}
.text6 p{
padding: 0px 200px;
color: brown;
text-align: center;
font-size: 40px;
}
/* Eight Slid................ */
.eight_Slid{
padding: 100px;
text-align: center;
color: #FAEBD7;
background-color: #DB597D;
}
.subscribe h1{
font-size: 60px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.subscribe p{
padding: 20px 300px;
font-size: 20px;
}
.subscribe input{
width: 300px;
height: 30px;
border-radius: 10px;
text-align:center;
}
.subscribe span{
background-color: black;
border-radius: 10px;
padding: 10px;
}
/* Nine Sild............... */
.ninth_Sild{
color: #FAEBD7;
background-color: #13151B;
}
.footer{
display: flex;
justify-content: space-evenly;
align-items: center;
/* text-align: center; */
}
.musicUrban{
padding: 50px;
width: 350px;
height: 200px;
/* background-color: #6c0925; */
}
.musicUrban h1{
padding: 20px 0px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.socialMedia ol{
padding: 20px 0px;
display: flex;
justify-content:space-between;
list-style: none;
font-size: 30px;
}
.about{
width: 200px;
height: 200px;
/* background-color: #6c0925; */
}
.about ol{
list-style: none;
}
.about li{
padding: 5px 0px;
}
.about h1{
padding: 20px 0px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.services{
width: 200px;
height: 200px;
/* background-color: rgb(255, 0, 0); */
}
.services ol{
list-style: none;
}
.services li{
padding: 5px 0px;
}
.services h1{
padding: 20px 0px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}
.other{
width: 200px;
height: 200px;
/* background-color: blue; */
}
.other ol{
list-style: none;
}
.other li{
padding: 5px 0px;
}
.other h1{
padding: 20px 0px;
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
}