-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
285 lines (274 loc) · 4.89 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
color:#dadada;
font-family: "Atilla";
}
html,body{
height: 100%;
width: 100%;
}
body{
background-color: #1A1613;
overflow-x: hidden;
}
#main {
position: relative;
background-color: #1A1613;
}
#full-scr-nav {
height: 100%;
width: 100%;
background-color: #dadada;
position: absolute;
top:-100%;
z-index: 9;
padding: 200px 150px;
transition: all ease 0.6s;
color:#222;
}
#full-scr-nav h1 {
font: 30px;
color: #222;
}
#nav {
height: 80px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30px;
position: absolute;
z-index: 99;
}
#nav-prt2 {
display: flex;
align-items: center;
}
#nav-prt2 i {
font-size: 25px;
margin-left: 30px;
cursor: pointer;
}
#nav h2 {
text-transform: uppercase;
font-size: 22px;
letter-spacing: 1px;
}
#nav h3 {
text-transform: uppercase;
font-size: 22px;
letter-spacing: 1px;
}
#page1 {
min-height: 90vh;
width: 100vw;
position: relative;
}
#page1 h1 {
font-size:13vw;
letter-spacing: 15px;
top: 21%;
left:8%;
position: absolute;
}
#page1 h2 {
font-size: 3.1vw;
width: 30%;
top: 55%;
left:18%;
position: absolute;
line-height: 2.7vw;
}
#page1 h3{
font-size: 1.2vw;
width: 12%;
top: 55%;
left:70%;
position: absolute;
line-height: 1.3vw;
}
#page2 {
min-height: 100vh;
position: relative;
padding-bottom: 20vh
}
#page2 img {
width: 100%;
transform: scale(0.9);
}
#h11 {
padding-top: 20vh;
}
#page2 h1 {
font-size: 45px;
width: 62%;
text-align: center;
margin: 0 auto;
}
#page2 h1 span {
font-family: 'Dancing Script', cursive;
}
#page3{
position: relative;
width: 100;
}
#page4 {
height: 90vh;
width: 100%;
position: relative;
padding-bottom: 20vh;
padding: 10vh 5vw 0;
}
#page4 h1 {
font-size: 9vw;
}
#page5 {
height: 100vh;
width: 100vw;
position: relative;
}
#page5-elems {
height: 28%;
display: flex;
align-items: center;
justify-content: center;
}
#page5-elems h1 {
width: 70%;
height: 100%;
font-size: 55px;
padding: 10px 100px;
border: 1px solid #dadada;
border-left: none;
}
#page5-elems h2 {
border: 1px solid #dadada;
border-inline: none;
width: 30%;
height: 100%;
font-size: 28px;
padding: 20px 40px;
}
#page5-content{
height: 70vh;
padding: 40px 0;
width: 100vw;
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
background-image: url(https://cdn.pixabay.com/animation/2023/03/19/02/34/02-34-11-741_512.gif);
flex-direction: column;
}
#page5-content h1{
font-size: 3.6vw;
width: 60%;
text-align: center;
line-height: 3.2vw;
}
#page5-content h1 span {
font-family: 'Dancing Script', cursive;
font-size: 4.2vw;
}
#page5-content h4{
font-size: 1.1vw;
width: 20%;
margin: 10px ;
text-align: center;
}
#page6 h1 {
font-size: 10vw;
line-height: 20vh;
}
#page6 h1 .one2 {
color: transparent;
-webkit-text-stroke: 1px #dadada;
}
#page6 .slide1-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 {
overflow-x: auto;
overflow-y: hidden;
cursor:default;
}
#page6 .slide2-of-h1 h1 {
transform: translateX(-100%);
}
#page7 {
height: 100vh;
width: 100vw;
background-color: #1A1613;
padding: 130px 50px;
text-align: center;
}
#page7 h3 {
position: relative;
left: 50%;
transform: translateX(-50%);
font-size: 3.5vw;
width: 40%;
}
#page7 h3 span {
font-family: 'Dancing Script', cursive;
font-size: 4vw;
}
#page7-elems{
height: 50vh;
display: flex;
align-items: center;
position: relative;
justify-content: space-around;
}
#page7-elems #element1 {
height: 100%;
width: 25%;
display:flex;
align-items: center;
justify-content: center;
cursor: none;
}
#page7-elems #element2 {
height: 100%;
width: 25%;
display:flex;
align-items: center;
justify-content: center;
cursor: none;
}
#page7-elems #element1 h1 {
font-size: 50px;
z-index: 99;
position: relative;
}
#page7-elems #element2 h1 {
font-size: 50px;
z-index: 99;
position: relative;
}
#page7-elems #element1 img {
position: absolute;
height: 180px;
width: 180px;
opacity: 0;
transition: opacity ease-in 0.2s ;
transform: rotate(10deg);
}
#page7-elems #element2 img {
position: absolute;
height: 180px;
width: 180px;
opacity: 0;
transition: opacity ease-in 0.2s ;
transform: rotate(10deg);
}