-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
371 lines (316 loc) · 5.83 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
color: #d1d1d1;
font-family: "attila sans";
}
html, body{
width: 100%;
height: 100%;
}
body{
background-color: #222;
overflow-x: hidden;
}
#main{
position: relative;
background-color: #222;
}
#full-scr-nav{
height: 100vh;
width: 100vw;
background-color: bisque;
position: absolute;
top: -100vh;
transition: all ease 0.7s;
padding: 120px 150px;
color: #222;
z-index: 999;
}
#full-scr-nav h1{
font-size: 200px;
color: #222;
}
#full-scr-nav #content{
display: flex;
}
#full-scr-nav #content-left{
margin-top: 150px;
margin-left: 30px;
height: 170px;
width: 150px;
}
#full-scr-nav #content-left h3{
color: #222;
font-size: 25px;
font-family: sans-serif;
line-height: 1.5;
font-weight: 200;
}
#full-scr-nav #content-right{
height: 170px;
width: 150px;
margin-left: 200px;
margin-top: 30px;
}
#full-scr-nav #content-right h3{
color: #222;
font-size: 25px;
font-family: sans-serif;
line-height: 1.5;
font-weight: 200;
}
#nav{
display: flex;
align-items: center;
justify-content: space-between;
height: 100px;
padding: 0 50px;
position: absolute;
width: 100%;
z-index: 9999;
}
#nav h2{
font-size: 26px;
letter-spacing: 1px;
transition: all ease 0.7s;
}
#nav h3{
font-size: 26px;
letter-spacing: 1px;
transition: all ease 0.7s;
}
#nav-prt2{
display: flex;
transition: all ease 0.7s;
gap: 50px;
align-items: center;
}
#nav-prt2 i{
font-size: 30px;
transition: all ease 0.7s;
cursor: pointer;
}
#page1{
min-height: 80vh;
width: 100vw;
position: relative;
}
#page1 h1{
position: absolute;
left: 5.5%;
top: 24%;
letter-spacing: 15px;
font-size: 13vw;
}
#page1 h2{
position: absolute;
left: 24%;
top: 73%;
color: #D5CDC4;
line-height: 2.6vw;
font-size: 3vw;
width: 34%;
}
#page1 h3{
position: absolute;
color: #D5CDC4;
left: 78%;
top: 55%;
line-height: 0.8vw;
font-size: 0.8vw;
width: 10%;
}
#page2 img{
width: 100%;
position: relative;
left: 50%;
transform: translate(-50%, 0) scale(0.9);
}
#page2{
position: relative;
min-height: 100vh;
padding-bottom: 20vh;
}
#page2 h1{
font-size: 48px;
width: 61%;
transform: rotateX(270deg);
text-align: center;
margin-left: auto;
margin-right: auto;
transform-origin: 100% 100%;
opacity: 0;
}
#h11{
margin-top: 20vh ;
}
#page2 h1 span{
font-family: "dancing script";
}
#page4{
height: 75vh;
width: 100%;
position: relative;
padding: 60px 90px;
}
#page4 h1{
opacity: 0;
font-size: 7.8vw;
}
#page5{
height: 130vh;
width: 100vw;
/* background-color: red; */
}
#page5-elems{
height: 22%;
display: flex;
align-items: center;
justify-content: center;
/* background-color: blue; */
}
#page5-elems h1{
opacity: 1;
width: 70%;
/* background-color: yellow; */
height: 100%;
font-size: 60px;
padding: 20px 80px;
border: 1px solid #d1d1d1;
}
#page5-elems h2{
opacity: 1;
width: 30%;
/* background-color: green; */
height: 100%;
font-size: 22px;
padding: 40px 80px;
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
}
#page5-content{
height: 100vh;
width: 100vw;
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-image: url(https://assets-global.website-files.com/61defec4a021d8fe954c11bd/61defec4a021d83ede4c11f8_stars.gif);
padding: 200px 0;
}
#page5-content h1{
font-size: 3.6vw;
width: 60%;
text-align: center;
line-height: 3vw;
}
#page5-content h1 span{
font-family: "dancing script";
font-size: 4.2vw;
}
#page5-content h4{
font-size: 0.9vw;
width: 30%;
margin-top: 60px;
font-size: 15px;
margin-bottom: 60px;
}
#page6 .slide1-of-h1{
overflow-x: auto;
overflow-y: hidden;
cursor: default;
}
#page6 .slide2-of-h1{
overflow-x: auto;
overflow-y: hidden;
cursor: default;
}
#page6 .slide1-of-h1::-webkit-scrollbar{
display: none;
}
#page6 .slide2-of-h1::-webkit-scrollbar{
display: none;
}
#page6 .slide2-of-h1 h1{
transform: translateX(-100%);
}
#page6 h1{
font-size: 17vw;
text-transform: uppercase;
line-height: 30vh;
}
#page6 h1 .one2{
color: transparent;
-webkit-text-stroke: 1px #adadad;
}
#page7{
height: 100vh;
width: 100vw;
background-color: #222;
padding: 180px 50px;
text-align: center;
}
#page7 h3{
position: relative;
left: 50%;
transform: translateX(-50%);
font-size: 3vw;
width: 50%;
}
#page7 h3 span{
font-family: "dancing script";
font-size: 3.8vw;
}
#page7-elems{
display: flex;
height: 45vh;
margin-top: 5vh;
align-items: center;
justify-content: space-around;
position: relative;
}
#page7-elems #element1{
height: 100%;
width: 23%;
display: flex;
align-items: center;
justify-content: center;
cursor: none;
}
#page7-elems #element2{
height: 100%;
width: 23%;
display: flex;
align-items: center;
justify-content: center;
cursor: none;
}
#page7-elems #element1 h1{
font-size: 40px;
z-index: 99;
position: relative;
}
#page7-elems #element2 h1{
font-size: 40px;
z-index: 99;
position: relative;
}
#page7-elems #element1 img{
position: absolute;
opacity: 0;
width: 250px;
height: 250px;
transition: opacity ease-in 0.2s;
transform: rotate(10deg);
}
#page7-elems #element2 img{
position: absolute;
opacity: 0;
width: 250px;
height: 250px;
transition: opacity ease-in 0.2s;
transform: rotate(10deg);
}