-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
401 lines (399 loc) · 7.65 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
@font-face {
font-family: "gilroy";
src: url("./fonts/GILROY-REGULAR.OTF");
}
@font-face {
font-family: "migra extralight";
src: url("./fonts/MIGRA-EXTRALIGHT.OTF");
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
cursor: none;
width: 100%;
/* cursor: none; */
}
#cursor {
z-index: 9999999;
position: fixed;
transform: translate(-50%, -50%);
transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
height: 18px;
width: 18px;
border-radius: 50%;
border: 2.5px solid darkgoldenrod;
pointer-events: none;
}
#cursor1 {
height: 80px;
width: 80px;
border-radius: 50%;
background-color: black;
color: white;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99999999;
display: none;
font-family: "migra extralight";
transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
pointer-events: none;
}
#cursor1 p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#coverup {
height: 100vh;
width: 100%;
position: absolute;
background-color: #ecece9;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
/* border: 1px solid black; */
}
#coverup h1 {
font-size: 60px;
font-family: "migra extralight";
}
#sj-main {
width: 100%;
background-color: #ecece9;
padding: 0px 30px;
position: relative;
overflow: hidden;
}
#sj-main #main {
height: 100vh;
width: 100%;
position: relative;
/* border: 1px solid brown; */
}
.main1 {
font-family: "gilroy";
}
.main1 #nav {
font-weight: 300;
position: absolute;
height: 50px;
width: 100%;
/* border: 1px solid black; */
display: flex;
justify-content: space-between;
align-items: center;
font-size: 17px;
padding: 40px 30px;
}
.main1 #nav h3 {
font-weight: 400;
}
.main1 #nav #links {
display: flex;
width: 20%;
justify-content: space-between;
align-items: center;
}
.main1 #nav #links a {
color: black;
text-decoration: none;
}
.main1 #content {
height: 75%;
width: 30%;
/* border: 1px solid black; */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-image: url(https://images.pexels.com/photos/7997326/pexels-photo-7997326.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
background-size: cover;
background-position: center;
}
.main1 #content h4 {
width: 100%;
text-align: center;
position: absolute;
top: -60px;
left: 50%;
transform: translate(-50%, 0%);
font-weight: 300;
}
.main1 #content h4 span {
font-weight: 700;
font-family: "migra extralight";
}
.main1 #footer {
position: absolute;
bottom: 0%;
height: 50px;
width: 100%;
/* border: 1px solid black; */
display: flex;
justify-content: space-between;
align-items: center;
padding: 40px 30px;
}
.main1 #footer h4,
.main1 #footer h5 {
font-weight: 400;
}
.main1 #footer h4 {
padding: 10px;
}
.main1 #footer h4:hover {
border-radius: 50%;
/* box-shadow: 1px 1px 20px black; */
/* filter: drop-shadow(1px 1px 10px black); */
background-color: #222;
color: #ecece9;
transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.main1 #footer h5 {
background-color: black;
color: white;
padding: 15px;
border-radius: 50%;
font-size: 15px;
}
.main2 #content {
width: 60%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* border: 1px solid black; */
text-align: center;
}
.main2 #content h4 {
font-weight: 400;
font-family: "gilroy";
}
.main2 #content h1 {
font-size: 60px;
font-family: "migra Extralight";
font-weight: 100;
margin: 25px 0px;
}
.main2 #content h1 span {
font-weight: 600;
}
.main2 #content h2 {
font-size: 30px;
font-family: "migra Extralight";
font-weight: 100;
}
.main2 #content button {
font-size: 12px;
border-radius: 50px;
background-color: transparent;
padding: 10px 30px;
margin-top: 25px;
}
.main3 #content {
height: 25vh;
width: 100%;
border-bottom: 1px solid black;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 30px;
}
.main3 #content i {
font-size: 40px;
}
.main3 #content i:hover {
background-color: rgb(202, 201, 201);
border-radius: 50%;
}
.main3 #content #box {
height: 100%;
display: flex;
}
.main3 #content #box #img {
height: 100%;
width: 10vw;
display: flex;
justify-content: center;
align-items: center;
margin-right: 30px;
}
.main3 #content #box #img img,
.main3 #content #box #img svg {
height: 60%;
width: 60%;
object-fit: cover;
}
.main3 #content #lcontent {
height: 100%;
/* border: 1px solid black; */
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.main3 #content #lcontent h1 {
font-family: "migra extralight";
font-weight: lighter;
font-size: 50px;
}
.main3 #content #lcontent #btns a {
text-decoration: none;
border: 1px solid black;
color: black;
font-family: "gilroy";
border-radius: 50px;
padding: 3px 15px;
margin-right: 15px;
font-size: 14px;
}
.main3 #content #lcontent #btns a:hover {
background-color: rgb(187, 143, 34);
color: white;
transition: all 0.5s;
}
.main4 #content {
width: 50%;
position: absolute;
top: 50%;
right: 5%;
transform: translate(0%, -50%);
font-family: "migra extralight";
font-size: 22px;
}
.main4 #content h1,
.main4 #content h3 {
font-weight: lighter;
}
.main4 #content h1 span {
font-weight: 600;
}
.main4 #content table {
margin-left: 100px;
border-spacing: 50px 20px;
font-size: 28px;
}
.main5 {
padding: 30px 50px;
}
.main5 #box {
height: 100%;
width: 100%;
background-color: black;
background-image: url(https://uploads-ssl.webflow.com/61ab77277fb3141b413e3fac/61d34d5d716b66ab70d86d3d_archive.jpg);
background-size: cover;
border-radius: 20px;
color: white;
text-align: center;
}
.main5 #box h1 {
font-family: "migra extralight";
font-weight: lighter;
font-size: 100px;
padding-top: 100px;
margin-bottom: 20px;
}
.main5 #box p {
margin-bottom: 50px;
font-family: "gilroy";
}
.main5 #box button {
padding: 15px 30px;
background-color: transparent;
border: 1px solid white;
border-radius: 30px;
color: white;
}
.main6 #content {
width: 50%;
position: absolute;
top: 50%;
right: 5%;
transform: translate(0%, -50%);
font-family: "migra extralight";
font-size: 22px;
}
.main6 #content h1,
.main6 #content h3 {
font-weight: lighter;
}
.main6 #content table {
/* border: 1px solid black; */
border-spacing: 50px 30px;
font-size: 15px;
}
.main7 #content {
width: 40%;
position: absolute;
top: 50%;
right: 10%;
transform: translate(0%, -50%);
font-family: "migra extralight";
font-size: 22px;
}
.main7 #content h1 {
font-weight: 500;
}
.main7 #content div {
border-bottom: 1px solid black;
font-size: 30px;
padding: 20px 0px;
display: flex;
justify-content: space-between;
align-items: center;
}
.main7 #content div p {
font-size: 18px;
font-family: "gilroy";
font-weight: 200;
}
#sj-footer {
height: 70vh;
width: 100%;
position: relative;
}
#sj-footer #content {
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -0%);
/* border: 1px solid black; */
font-family: "gilroy";
text-align: center;
}
#sj-footer #content h5 {
font-weight: 400;
}
#sj-footer #content h1 {
font-size: 70px;
font-family: "migra extralight";
font-weight: 100;
margin-top: 100px;
border-bottom: 3px solid black;
}
#sj-footer #footer {
width: 100%;
height: 50px;
position: absolute;
bottom: 0%;
display: flex;
justify-content: space-between;
}
#sj-footer #footer div {
width: 25%;
display: flex;
justify-content: space-between;
}
#sj-footer #footer div a {
text-decoration: none;
color: black;
font-family: "gilroy";
}