-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
340 lines (277 loc) · 4.75 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
/* Reset styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
font-style: normal;
list-style: none;
}
/* Global Styles */
/* Website Styles */
/* Header Part */
/* Nav Section */
.logo {
font-size: 24px;
color: #3A3A3A;
font-weight: 800;
}
nav {
margin: 87px 120px 56px 120px;
display: flex;
justify-content: space-between;
}
.nav-right {
display: flex;
gap: 34px;
font-size: 1rem;
font-weight: 600;
color: #3A3A3A;
}
.cart {
position: relative;
bottom: 3px;
}
/* Banner Section */
.banner {
display: flex;
margin: 0 165px 0 120px;
justify-content: space-between;
}
.banner-text {
max-width: 582px;
display: flex;
justify-content: center;
flex-direction: column;
}
.banner-title {
color: #3A3A3A;
font-size: 52px;
}
.banner-description {
font-size: 1rem;
font-weight: 500;
max-width: 505px;
margin-bottom: 16px;
}
.banner-button {
background-color: #E02C6D;
color: white;
border-radius: 30px;
padding: 10px 24px;
font-size: 1rem;
font-weight: 600;
border: 0px;
width: 190px;
}
.banner-image {
background-image: url("Assets/images/Circle\ design.svg");
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.banner-image>img {
padding: 30px;
}
/* logo section */
.logos {
display: flex;
justify-content: space-between;
padding: 36px 62px;
margin: 107px 10.31vw;
border-radius: 10px;
border: 2px solid rgba(233, 230, 230, 0.705);
}
/* Collection and Card Section */
.collection-container {
max-width: 1047px;
margin: 0 auto;
}
.collection-title {
font-size: 28px;
font-weight: 600;
color: #3A3A3A;
text-align: center;
margin-bottom: 30px;
}
.card-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.card {
display: flex;
flex-direction: column;
padding: 16px;
border-radius: 10px;
box-shadow: 3px 6px 42px 16px rgba(0, 0, 0, 0.11);
width: 329px;
}
.card>img {
width: 300px;
justify-content: center;
}
.card-title {
font-size: 28px;
font-weight: 500;
margin-top: 16px;
color: #18191F;
}
.price {
font-size: 24px;
}
.checked {
color: orange;
}
.card-description {
color: #787885;
font-size: 14px;
font-weight: 600;
margin-top: 10px;
}
.see-more {
color: #E02C6D;
font-size: 1rem;
font-weight: 700;
margin-top: 50px;
text-align: right;
margin-right: 20px;
}
/* Featured section */
.feature-container {
display: flex;
max-width: 1120px;
margin: 100px auto;
/* border: #0A0826 2px solid; */
}
.feature-container>img {
width: 404px;
}
.feature-text {
padding: 23px 0 23px 96px;
}
.feature-title {
font-size: 38px;
font-weight: 800;
color: #0A0826;
}
.feature-description {
font-size: 1rem;
font-weight: 700;
color: #6C6C6C;
max-width: 501px;
margin: 16px 0;
}
.feature-button {
background-color: #E02C6D;
color: white;
padding: 10px 24px;
font-size: 1rem;
font-weight: 600;
border: 0px;
width: 180px;
}
/* Footer Section */
footer {
padding: 50px 0;
display: flex;
background-color: #0A0826;
align-items: center;
flex-direction: column;
}
.footer-text {
margin: 0 auto;
text-align: center;
}
.footer-title {
font-size: 24px;
font-weight: 800;
color: #FFFFFF;
}
.footer-description {
font-size: 14px;
font-weight: 500;
color: #D9DBE1;
margin: 3px 0;
}
.footer-logos {
display: flex;
justify-content: space-between;
/* border: #ffffff 2px solid; */
width: 176px;
margin-top: 14px;
}
/* Small device */
@media screen and (max-width:576px) {
nav {
display: block;
text-align: center;
margin: 35px 35px 22px 35px;
}
.logo {
font-size: 22px;
margin-bottom: 20px;
}
.nav-right {
display: flex;
gap: none;
justify-content: space-between;
}
/* logos */
.logos {
flex-wrap: wrap;
gap: 15px;
}
.logos img {
width: 51px;
}
/* Banner responsive */
.banner {
flex-direction: column-reverse;
align-items: center;
margin: 0 51px 14px 51px;
}
.banner-title {
font-size: 28px;
}
.banner-description {
font-size: 14px;
}
.banner-image {
width: 400px;
height: 400px;
}
.banner-image>img {
width: 370px;
padding: none;
}
.card-container {
display: flex;
flex-direction: column;
align-items: center;
}
.card-title {
font-size: 20px;
font-weight: 700;
}
.price {
font-size: 18px;
}
.feature-container {
flex-direction: column-reverse;
align-items: center;
margin-top: 30px;
}
.feature-text {
width: 400px;
display: flex;
flex-direction: column;
padding: 0 0 50px 0;
text-align: center;
}
.feature-container>img {
width: 430px;
}
}