-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdsgn.css
353 lines (317 loc) · 5.28 KB
/
dsgn.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
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Poppins', sans-serif;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(Bck.jpg);
height: 100vh;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
position: relative;
}
.wrapper {
width: 1170px;
margin: auto;
}
header {
background-color: black;
height: 15vh;
width: 100%;
position: fixed;
}
.search-bar {
border: 4px solid blue;
border-radius: 50px;
}
.search {
border: none;
}
.main {
padding-top: 150px;
}
.sectiondiv{
width: 100%;
padding: 40px 100px;
font-family: 'Poppins', sans-serif;
font-size: 1.2em;
color: white;
align-items:center ;
}
.titlediv{
font-weight: bolder;
border-left: 5px solid #ffefa1;
font-size: 1.8em;
padding-left: 15px;
margin-left: -20px;
color: white;
}
.sectiondiv>p{
margin-top: 10px;
}
.nav-area {
float: right;
list-style: none;
margin-top: 30px;
}
.nav-area li {
display: inline-block;
}
.nav-area li a {
color: #fff;
text-decoration: none;
padding: 5px 20px;
font-family: poppins;
font-size: 16px;
text-transform: uppercase;
}
.nav-area li a:hover {
background: #fff;
color: #333;
}
.logo {
float: left;
}
.logo img {
width: 100%;
padding: 15px 0;
}
@media (max-width:600px) {
.wrapper {
width: 100%;
}
.logo {
float: none;
width: 50%;
text-align: center;
margin: auto;
}
.nav-area {
float: none;
margin-top: 0;
}
.nav-area li a {
padding: 5px;
font-size: 11px;
}
.nav-area {
text-align: center;
}
}
header>img{
size: auto;
width: 6vw;
padding-left: 15px;
padding-top: 8px;
}
.nav-area li a.active{
background-color: #ffefa1;
color: black;
border-radius: 10px;
}
.nav-area div {
float: left;
/* padding: 6px;
padding-right: 100px; */
border: none;
margin-right: 100px;
font-size: 17px;
/* border: 1px solid #ccc;
border-radius: 3px; */
}
.nav-area input{
height: 30px;
margin-top: -5px;
}
.nav-area button i{
/* height: 30px; */
padding: 5px;
font-size: 1.8em;
color: black;
margin-top: 3px;
}
.nav-area button{
margin-top: 3px;
}
.section-info {
font-size: 30px;
font-weight:bold;
text-align:center;
color:#2b2d42;
}
.section-info h1 {
padding-top: 40px;
color: white;
}
#last {
background-image: url("contacts1.jpg");
width: 100%;
height:40vh;
background-repeat: no-repeat;
background-position: center;
}
.contact-form {
padding-top: 50px;
font-size: 25px;
text-align: center;
color: white;
}
input, textarea {
width: 400px;
/* margin-top: 10px; */
margin-bottom: 30px;
padding: 20px;
font-size: 18px;
border: 1px solid #dee7ec;
}
.LinkedIn {
color: black;
box-shadow: 2px 2px;
border: none;
outline: none;
background: #ffefa1;
padding: 10px;
margin-top:20px;
font-family:'Poppins', sans-serif;
}
.stardiv{
color: red;
}
.hero{
display: flex;
flex-direction: row;
width: 100%;
}
.lottieelement{
width: 500px;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
background-color: white;
}
}
/* Add some shadows to create a card effect */
.card {
background-color: #ffefa1;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
}
/* Some left and right padding inside the container */
.container {
padding: 16px 16px;
}
/* Clear floats */
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.row{
padding: 2px 16px;
margin: 2px 16px;
}
.title {
color: grey;
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
}
.button:hover {
background-color: #555;
}
.box{
width: 40%;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
height: 60vw;
margin-left: 400px;
}
footer{
width: 100% ;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 80px;
font-weight: bold;
background-color: black;
font-family: 'Poppins', sans-serif;
color:#ffefa1 ;
}
footer ul{
list-style-type:none;
display: flex;
flex-direction: row;
}
footer li{
margin: 0 5px;
}
.fa{
color:#ffefa1 ;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contact{
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
width: 100%;
padding: 40px 100px;
font-size: 1.2em;
color: white;
align-items:left ;
text-align: left;
}
.detail{
font-weight: bolder;
border-left: 5px solid #ffefa1;
font-size: 1.8em;
padding-left: 15px;
margin-left: -20px;
color: white;
margin-bottom: 20px;
}
.contact>p{
margin-top: 10px;
}
.contact h4 p {
text-align: left;
margin-bottom: 20px;
}
.contact p {
margin-bottom: 30px;
}
.contact span{
margin-left: 10px;
margin-right: 5px;
}
.img img {
height: 250px;
width: 300px;
}
.img {
float: left;
margin-right: 20px;
}
.element{
float: right;
}
.content {
margin-top: 20px;
margin-left: 10px;
}