-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.css
385 lines (322 loc) · 6.2 KB
/
action.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
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
html{
/* scroll-behavior: smooth; */
overflow-y: scroll;
scroll-behavior: smooth;
scroll-snap-type: y mandatory;
}
/* body{
overflow: hidden;
} */
.d1{
height: 100vh;
width: 100%;
position: relative;
background: rgb(94, 39, 39);
}
.d1 img
{
width: 100%;
height:100vh;
position: absolute;
top: 0px;
left: 0px;
opacity: 0.5;
}
.top{
position: absolute;
padding: 40px 100px;
top: 0;
left: 0;
align-items: center;
justify-content: space-between;
width: 100%;
display: flex;
}
/* .top a{
color: aliceblue;
text-decoration: none;
font-size: 35px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} */
.l1{
font-size: 45px;
font-weight: 600;
color: aliceblue;
text-decoration: none;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bolder;
letter-spacing: 2px;
text-align: center;
/* position: relative; */
}
.top ul li{
/* color: white; */
text-decoration: none;
display: inline-block;
font-size: 26px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 15px;
cursor:pointer;
background-color: rgb(7, 1, 1);
position: relative;
}
.top ul li::after{
content: "";
width: 0;
height: 4px;
background: yellow;
position: absolute;
bottom: 0;
left: 0;
transition: 0.4s ease;
}
.top ul li:hover::after{
width: 100%;
}
.top ul li a{
color: white;
text-decoration: none;
/* background-color: black;
padding: 30%; */
}
.p1body{
color: white;
position: absolute;
text-align: center;
top: 37%;
max-width: 100%;
font-size: 25px;
padding: 0 5%;
}
.p1body h2{
font-size: 46px;
}
.p1body p{
font-size: 23px;
}
.page2{
display: flex;
flex-direction: row;
}
.page2 img , .about{
width: 50%;
}
.about{
background-color: rgb(173, 148, 4);
text-align: center;
padding: 95px;
text-align: center;
}
.about h2{
margin-top:32px;
font-size: 43px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.about p{
font-size: 19px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.page3{
background-color: rgb(114, 7, 7);
color: white;
padding: 100px;
text-align: center;
}
.page3 h2{
margin-top:32px;
font-size: 43px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 10px 0;
}
.page3 p{
font-size: 19px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container{
width: 80%;
margin: 40px auto;
display: flex;
flex-direction: row;
justify-content: space-between;
cursor: pointer;
}
.card{
border:2px solid white ;
border-radius: 35px;
margin: 40px;
padding: 10px 0;
transition: 0.4s ease;
}
.card h3, .card p{
border-radius: 25px;
}
.container :hover{
background: rgb(247, 44, 44);
/* border-radius: 25px; */
}
.card img{
width: 100%;
height: 240px;
}
.card h3{
padding top: 0px;
padding: 10px;
}
.page4{
background: rgb(214, 15, 15);
padding: 100px;
text-align: center;
color: white;
/* height: 115vh; */
}
.page4-div{
display: flex;
width: 80%;
margin: 50px auto;
}
.page4-div img{
width: 50%;
}
form{
display: flex;
flex-direction: column;
width: 50%;
background-color: rgb(219, 175, 79);
padding: 50px;
}
form input,form textarea{
margin: 10px 0;
background-color: rgb(219, 175, 79);
padding: 5px;
text-decoration: none;
outline: none;
border: none;
font-size: 15px;
border-bottom: 2px solid black;
}
form button {
cursor: pointer;
/* height: 36px; */
border-radius: 22px;
background-color: rgb(158, 209, 19);
color: aliceblue;
font-size: 22px;
padding: 6px 12px;
margin-left: auto;
width: 85px;
transition: 0.4s ease;
}
form button:hover{
/* opacity: 1.2%; */
outline: 0;
border: none;
background: black;
}
.page4 h2{
margin-top:-12px;
font-size: 43px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: 10px 0;
}
.page4 p{
font-size: 19px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer{
background: black;
color: white;
padding: 20px 15%;
text-align: center;
}
@media only screen and (max-width: 700px) and (min-width: 200px)
{
.top ul{
display: none;
}
.top a{
margin: 0 auto;
}
.l1{
font-size: 32px;
width: 100%;
text-align: center;
/*justify-content: center; */
}
.p1body{
top: 20%;
}
.p1body h2{
font-size: 36px;
margin-bottom: 20px;
}
.p1body p{
font-size: 18 px;
/* width: 80%;
text-align: center;
margin-left:45px; */
}
.page2{
flex-direction: column;
/* margin-right: 0%; */
}
#ul1{
display: none;
}
.page2 img, .about{
width: 100%;
}
.about{
padding: 10px;
}
.page3{
padding: 15px;
}
.container{
/* display: flex; */
flex-direction: column;
margin: 25px auto;
/* width: 250px; */
/* margin-left: -35px; */
}
.card{
/* margin: 10px; */
/* display: block; */
display: flexbox;
/* margin-bottom: 15px; */
}
.card img{
height: 100px;
width: 100px;
/* padding: 20px; */
}
.page4{
padding: 15px ;
/* height: 100%; */
/* margin-bottom: 2px; */
}
.page4-div{
padding-bottom:18px: ;
flex-direction: column;
}
.page4-div img,form{
width: 100%;
}
.page4-div form{
height: 45vh;
padding: 20px;
padding-bottom: 15px;
margin-bottom: 1px;
}
.page4-div img{
height: 30vh;
}
.page3 p{
width: 100%;
/* padding: -10px; */
}
}