-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
369 lines (344 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
@font-face {
font-family: 'pp mori';
src: url(./ppmori.ttf);
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
color: #fff;
}
html,body{
width: 100%;
height: 100%;
}
.cursor{
height: 20px;
width: 20px;
border-radius: 50%;
position: fixed;
background-color: #fff;
z-index: 9 ;
mix-blend-mode: difference;
}
.main{
background-color: #0F0D0D;
}
.page1{
min-height: 100vh;
width: 100%;
}
#nav{
height: 60px;
width: 100%;
/* background-color: red; */
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30px;
}
#nav img{
height: 26px;
}
#nav-part2{
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
#nav #circle{
height: 20px;
width: 20px;
background-color: #fff;
border-radius: 50%;
}
#nav h4{
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
font-family: pp mori;
font-weight: 300;
}
#nav h4:nth-child(1){
border-bottom: #fff 2px solid;
}
.page1 h1{
font-size: 7vw;
font-family: pp mori;
font-weight: 300;
margin-top: 12vw;
margin-left: 6vw;
}
.page1 h2{
font-size:8vw;
font-weight: 300;
font-family: pp mori;
margin-left: 26vw;
}
.page1 video{
width: 60%;
margin-top: 7vw;
position: relative;
left: 50%;
transform:translateX(-50%);
}
.page2{
min-height:110vh;
width: 100%;
padding: 100px 5vw;
border-bottom: 2px solid #dada;
}
.page2 h1{
font-size: 7vw;
font-family: pp mori;
font-weight: 600;
color: #111;
}
.page2-container{
height: 60vh;
width: 100%;
/* background-color: red; */
display: flex;
align-items: center;
justify-content: space-between;
/* padding: 0 5vw; */
}
.page2-left{
/* background-color: blue; */
width: 26%;
}
.page2-right{
/* background-color: blue; */
width: 28%;
}
.page2-left h2{
font-size: 3vw;
font-family: pp mori;
color: #111;
line-height: 4vw;
}
.page2-right p{
font-size:2vw;
font-family: pp mori;
color: #111;
}
.page2-right button{
width: 100%;
border-radius: 50px;
border: none;
padding: 4px 0;
background-color: #EDBFFF;
color: #111;
}
.page3{
min-height: 100vh;
width: 100%;
position: relative;
padding-top: 100px;
margin-bottom: 120px;
}
.page3 h1{
font-size: 6.8vw;
font-weight: 300;
color: #111;
font-family: pp mori;
margin-left: 100px;
}
.page3-part1{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.page3-part1 img{
height: 600px;
width: 600px;
margin-top: 160px;
padding-left: 25px;
}
.page3-part1 video{
width: 550px;
height: 550px;
}
.page3-part2{
margin-top: 40px;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.page3-part2 img{
height: 500px;
width: 500px;
margin-top: 160px;
padding-left: 25px;
}
.page3-part2 video{
width: 550px;
height: 550px;
}
.page4{
min-height: 100vh;
height: max-content;
width: 100%;
padding: 17vw 5vw;
color: #fff;
border-top: 2px solid #6c6c6c;
}
.page>p{
text-align: center;
font-size: 0.9vw;
position: relative;
bottom: 40px;
}
.elem{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
}
.elem img{
width: 400px;
position: absolute;
opacity: 0;
transform: translateY(10%) rotate(2deg);
z-index: -1;
}
.elem img:nth-child(1){
left: 15%;
}
.elem img:nth-child(3){
right: 2%;
}
.elem:hover img{
opacity: 1;
transform: translateY(0%) rotate(0deg);
transition: all ease-out 0.5s;
}
.text-div{
/* background-color:blue; */
height: 8vw;
overflow: hidden;
}
.text-div h1{
font-family: pp mori;
font-size: 8vw;
font-weight: 600;
mix-blend-mode: difference;
cursor: pointer;
}
.elem h1{
transition: all ease-out 0.5s;
}
.elem:hover h1{
transform: translateY(-100%);
color: #EDBFFF;
}
#img1{
left: 6%;
bottom: -150%;
}
#img2{
right: 5%;
bottom: -200%;
}
#img3{
left: 6%;
bottom: -180%;
}
#img4{
right: 5%;
bottom: 0%;
}
#img5{
left: 6%;
bottom: 130%;
}
#img6{
right: 2%;
top: -150%;
}
.page5{
min-height: 100vh;
width: 100%;
/* background-color: red; */
position: relative;
z-index: 9;
padding: 140px 100px;
}
.page5 h2{
font-size: 4vw;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 50px;
}
.box{
/* background-color: blue; */
display: flex;
align-items: center;
justify-content: space-between;
height: 100px;
padding: 0 20px;
border-top: 2px solid #fff;
}
.box:nth-last-child(1){
border-radius: 2px solid #fff;
}
footer{
height: 100vh;
width: 100%;
background-color: #EDBFFF;
/* padding: 30px 40px; */
}
#footer1{
margin-left: 7.5vw;
width: 80%;
padding: 70px 40px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2px solid black;
}
#footer1 h1{
color: #0F0D0D;
font-family: Gidole;
font-size: 40px;
}
#footer2{
width: 80%;
margin-left: 7.5vw;
padding: 110px 15px;
display: flex;
align-items: center;
justify-content: space-around;
}
#footer2 h4{
color: #0F0D0D;
font-family: Gidole;
font-size: 25px;
padding-bottom: 20px;
}
#footer2 #left span {
padding: 20px 0px;
}
#footer2 #left span{
padding-top: 20px;
border-bottom: 2px solid #0F0D0D;
}
#footer2 #left button{
padding: 2px;
border-radius: 17px;
color: #0F0D0D;
}
#footer2 p{
color: #0F0D0D;
font-size: 25px;
font-weight: 400;
}
#footer3{
padding: 40px 150px;
}
#footer3 p{
color: #0F0D0D;
font-size: 15px;
font-weight: 400;
}