-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.sass
292 lines (285 loc) · 6.61 KB
/
style.sass
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
$white: #fff
$white2: #EFEFEF
$orange: #F9BF3B
$blue: #299CBD
$grey: #ADACAB
$grey2: #4a4a4a
$grey3: #888888
$black: #252525
*
padding: 0
margin: 0
font-size: 15px
box-sizing: border-box
font-family: 'Roboto', sans-serif
@mixin container()
width: 1144px
margin: 0 auto
@mixin text()
font-weight: 300
font-size: 15px
line-height: 21px
color: $grey3
.header
background-image: url("../img/main_bg.jpg")
background-position: center center
background-size: cover
background-repeat: no-repeat
padding: 38px 0 61px 0
text-align: center
&_title
position: relative
text-align: center
display: flex
flex-direction: column
color: $white
font-size: 80px
line-height: 80px
margin: 20px 0
text-transform: uppercase
span
color: $orange
font-size: 41px
line-height: 41px
&::before, &::after
content: ''
position: absolute
top: 50%
height: 2px
width: 292px
display: block
background-color: $white
&::before
left: 0
&::after
right: 0
&_desc
font-size: 18px
line-height: 28px
color: $grey
font-weight: 300
text-align: left
margin: 22px 0 72px 0
strong
font-weight: 700
color: $orange
font-size: 21px
&_btn
padding: 23.5px 14px 24.5px 14px
display: block
margin: 0 auto
color: $white
font-size: 18px
line-height: 24px
text-transform: uppercase
background: linear-gradient(0deg, #2798B9 0%, #3AB6DA 100%)
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)
border: none
cursor: pointer
&:hover
background: #418EA5
&_link
display: flex
justify-content: center
flex-direction: column
text-decoration: none
margin-top: 70px
span
color: $grey
font-size: 14px
text-transform: uppercase
img
display: block
width: 30px
height: 19px
margin: 8px auto 0 auto
.container
@include container
.logo
display: flex
flex-direction: column
align-items: center
margin-bottom: 53px
img
display: block
width: 83px
height: 71px
span
text-transform: uppercase
color: $white
font-weight: 500
font-size: 15px
line-height: 24px
// Section about
.about
padding: 85px 0 75px 0
background-color: $white2
text-align: center
.container
h2
margin-bottom: 44px
position: relative
&::before
position: absolute
content: ''
display: block
width: 220px
height: 7px
background: #F9BF3B
left: 50%
top: 48px
transform: translate(-50%, -50%)
&_subtitle
font-weight: 400
font-size: 23px
line-height: 20px
color: $grey2
margin-bottom: 45px
&_wrapper
display: flex
justify-content: space-between
&_wrap
width: 370px
&_image
display: block
width: 342px
height: 201px
&_text
font-weight: 300
font-size: 14px
line-height: 21px
margin-top: 26px
color: $grey2
h2
font-weight: 400
font-size: 30px
line-height: 30px
text-transform: uppercase
color: $black
// Optimise section
.optimise
padding: 108px 0 74px 0
background-color: rgba(0, 0, 0, 0.0001)
.container
position: relative
h2
color: $blue
margin-bottom: 16px
font-weight: 900
width: 750px
margin-left: auto
p
font-weight: 300
font-size: 17px
line-height: 27px
width: 750px
color: $grey2
margin-bottom: 24px
margin-left: auto
&:last-of-type
font-weight: 700
margin-bottom: 0
img
position: absolute
left: -300px
bottom: -74px
z-index: -1
// Study section
.study
padding: 86px 0 68px 0
background-image: url("../img/second_bg.jpg")
background-position: center
background-size: cover
background-repeat: no-repeat
text-align: center
.container
h2
margin-bottom: 64px
color: $white2
position: relative
&::before
position: absolute
content: ''
width: 220px
height: 7px
left: 50%
bottom: -24px
transform: translateX(-50%)
background-color: $orange
&_wrapper
display: flex
justify-content: space-around
&_wrap
width: 208px
&_image
display: flex
justify-content: center
align-items: center
width: 118px
height: 118px
border-radius: 100%
background-color: #B4E2FF
margin: 0 auto 33px auto
&_text
font-weight: 300
line-height: 20px
font-size: 17px
color: $white2
// Gift section
.gift
padding: 86px 0 88px 0
background-color: $white2
text-align: center
img
margin-bottom: 45px
p
font-weight: 400
font-size: 30px
line-height: 43px
color: $black
margin-bottom: 51px
// Meeting section
.meet
padding: 90px 0 52px 0
background: rgba(0, 0, 0, 0.0001)
text-align: center
img
margin-bottom: 36px
h2
color: $black
margin-bottom: 30px
time
font-weight: 900
font-size: 36px
line-height: 36px
color: $blue
p
font-weight: 400
font-size: 23px
line-height: 20px
color: $grey2
margin-top: 24px
// Footer section
.footer
padding: 58px 0 72px 0
background-color: #1A1A1A
text-align: center
&_links
margin-bottom: 8px
&_link
@include text
&_link:not(:last-child)
margin-right: 14px
position: relative
&_link:not(:last-child)::after
content: ''
position: absolute
right: -8px
bottom: 2px
width: 1px
height: 12px
background-color: $grey3
&_feedback, &_feedback a
@include text
&_feedback a
text-decoration: none