-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstylem.css
336 lines (269 loc) · 5.86 KB
/
stylem.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
body {
margin: 0;
padding: 0;
background-position: center;
}
html, body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex-grow: 1;
}
.navbar {
width: 100%;
height: 100px;
background-color: #f8f8f8;
position: sticky;
top: 0;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: 20px 10px;
box-sizing: border-box;
}
.navlink{ display: flex;}
.links {
top: 0;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.navbar .logo {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.navbar img {
width: 100px;
height: 60px;
margin-top: 5px;
margin-right: 40px;
}
.navbar a {
list-style-type: none;
margin: 0;
margin-right: 40px;
padding: 0;
display: flex;
}
.navbar a {
padding-right: 20px;
border-right: 1px solid #A48D2F;
}
.navbar a:last-child {
margin-right: 0;
border-right: none;
}
.navbar a {
text-decoration: none;
color: #262626;
font-size: 14px;
position: relative; /* Relative positioning for the pseudo-element */
}
.navbar a:hover::after {
content: " "; /* Add text after the link text when hovered */
position: absolute;
left: 0;
bottom: 1px; /* Position the line under the text */
height: 0.5px; /* Line thickness */
width: 60%; /* Line width */
background-color: #A48D2F; /* Line color */
}
.dropdown-content {
display: none;
position:absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: 10px;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
margin-right: 0px;
border-right: 1px solid transparent;
}
.dropdown {
float: right;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 14px;
border: none;
outline: none;
color: black;
border-right: 1px solid #A48D2F;
background-color: inherit;
font-family: inherit;
margin-right: 40px;
padding-right: 20px;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.navbar .search-icon {
cursor: pointer;
}
.navbar .search-box {
display: none;
margin-right: 10px;
border: none;
border-bottom: 1px solid #A48D2F;
background: transparent;
outline: none;
}
/* body */
.container1 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.centered-img {
width: 360px;
height: 200px;
}
/* our solutions containers*/
.oursolutions {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
}
.oursolutions h1 {
color: #C8C48C;
}
.container3 {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding-top: 10px;
}
.box1 {
width: 555px;
height: 312px;
position: flex;
margin: 20px;
}
.box1 img {
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.container4 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
margin-bottom: 40px;
}
.centered-img1 {
width: 250px;
height: 150px;
}
.container5 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
margin-bottom: 40px;
}
.text1 {
display: flex;
justify-content: center;
align-items: center;
color: #C8C48C;
}
.text2 {
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
opacity: 20%;
}
/* footer */
.footer {
flex-shrink: 0;
width: 100%; /* Full width */
height: 250px;
background-color: white;
position: relative;
display: flex;
justify-content: center; /* Center items horizontally */
align-items: center; /* Center items vertically */
}
.nav2 {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
text-align: center; /* Center the nav */
width: 100%; /* Full width */
position: absolute;
top: 0;
margin-top: 20px;
}
.nav2 li {
display: inline;
margin-right: 10px; /* Space between items */
}
.nav2 li a {
text-decoration: none;
color: black;
position: relative; /* Relative positioning for the pseudo-element */
}
.nav2 li a:hover::after {
content: " "; /* Add text after the link text when hovered */
position: absolute;
left: 0;
bottom: -5px; /* Position the line under the text */
height: 6px; /* Line thickness */
width: 100%; /* Line width */
background-color: #A48D2F; /* Line color */
}
.footer .image {
width: 607px;
height: 102px;
margin-top: 10px; /* Space between nav and image */
margin-left: 50px;
}
.contact-info {
display: flex;
position: absolute;
justify-content: space-between;
width: 60%; /* Adjust as needed */
font-size: 0.9em; /* Smaller text size */
margin-top: 180px; /* Space between image and contact info */
}
.footer .top-left-image {
width: 180px;
height: 100px;
position: absolute;
top: 0;
left: 0;
margin: 10px;
}
.link-images {
position: absolute;
top: 0;
right: 0;
margin-top: 20px;
margin-right: 10px;
}
.link-images img {
width: 20px;
height: 20px;
margin-left: 5px; /* Space between images */
}