CV-Portfolio 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +53 -0
  4. data/_config.yml +111 -0
  5. data/_includes/backtotop.html +1 -0
  6. data/_includes/clients.html +37 -0
  7. data/_includes/header.html +2 -0
  8. data/_includes/javascripts.html +4 -0
  9. data/_includes/mapbox-init.html +2 -0
  10. data/_includes/mapbox.html +3 -0
  11. data/_includes/meta.html +28 -0
  12. data/_includes/photoswipe.html +40 -0
  13. data/_includes/preloader.html +4 -0
  14. data/_includes/review.html +79 -0
  15. data/_includes/scroll.html +2 -0
  16. data/_includes/sidebar.html +68 -0
  17. data/_includes/skills.html +31 -0
  18. data/_includes/testimonials.html +54 -0
  19. data/_layouts/contact.html +20 -0
  20. data/_layouts/default.html +18 -0
  21. data/_layouts/post.html +21 -0
  22. data/_layouts/project.html +23 -0
  23. data/_layouts/resume.html +18 -0
  24. data/_sass/style.scss +3353 -0
  25. data/assets/css/app/_button.scss +70 -0
  26. data/assets/css/app/_cases.scss +35 -0
  27. data/assets/css/app/_clients.scss +22 -0
  28. data/assets/css/app/_contact.scss +74 -0
  29. data/assets/css/app/_form.scss +264 -0
  30. data/assets/css/app/_general.scss +106 -0
  31. data/assets/css/app/_navbar.scss +98 -0
  32. data/assets/css/app/_news.scss +112 -0
  33. data/assets/css/app/_other.scss +58 -0
  34. data/assets/css/app/_popup.scss +167 -0
  35. data/assets/css/app/_portfolio.scss +269 -0
  36. data/assets/css/app/_sections.scss +265 -0
  37. data/assets/css/app/_sidebar.scss +181 -0
  38. data/assets/css/app/_single-news.scss +445 -0
  39. data/assets/css/app/_single-project.scss +97 -0
  40. data/assets/css/app/_testimonials.scss +147 -0
  41. data/assets/css/app/_timeline.scss +78 -0
  42. data/assets/css/app/_typography.scss +253 -0
  43. data/assets/css/main.scss +9 -0
  44. data/assets/css/style.css.map +30 -0
  45. data/assets/css/style.scss +43 -0
  46. data/assets/css/variables/_media.scss +8 -0
  47. data/assets/css/variables/_mixins.scss +59 -0
  48. data/assets/css/variables/_vars.scss +48 -0
  49. data/assets/css/vendors/bootstrap.css +10819 -0
  50. data/assets/css/vendors/bootstrap.css.map +1 -0
  51. data/assets/css/vendors/bootstrap.min.css +7 -0
  52. data/assets/css/vendors/bootstrap.min.css.map +1 -0
  53. data/assets/css/vendors/default-skin.css +482 -0
  54. data/assets/css/vendors/magnific-popup.css +351 -0
  55. data/assets/css/vendors/photoswipe.css +179 -0
  56. data/assets/css/vendors/simplebar.css +211 -0
  57. data/assets/css/vendors/simplebar.min.css +1 -0
  58. data/assets/css/vendors/swiper.min.css +12 -0
  59. data/assets/icons/dark/icon-app.svg +4 -0
  60. data/assets/icons/dark/icon-design.svg +5 -0
  61. data/assets/icons/dark/icon-dev.svg +12 -0
  62. data/assets/icons/dark/icon-education.svg +10 -0
  63. data/assets/icons/dark/icon-experience.svg +4 -0
  64. data/assets/icons/dark/icon-photo.svg +7 -0
  65. data/assets/icons/dark/icon-quote.svg +3 -0
  66. data/assets/icons/emoji/emoji-angry.svg +15 -0
  67. data/assets/icons/emoji/emoji-bad.svg +15 -0
  68. data/assets/icons/emoji/emoji-crazy.svg +15 -0
  69. data/assets/icons/emoji/emoji-happy-2.svg +12 -0
  70. data/assets/icons/emoji/emoji-happy-3.svg +16 -0
  71. data/assets/icons/emoji/emoji-happy.svg +15 -0
  72. data/assets/icons/emoji/emoji-in-love.svg +15 -0
  73. data/assets/icons/emoji/emoji-laughing.svg +15 -0
  74. data/assets/icons/emoji/emoji-nerd.svg +16 -0
  75. data/assets/icons/emoji/emoji-pressure.svg +17 -0
  76. data/assets/icons/emoji/emoji-sad-2.svg +15 -0
  77. data/assets/icons/emoji/emoji-sad.svg +13 -0
  78. data/assets/icons/emoji/emoji-shocked-2.svg +15 -0
  79. data/assets/icons/emoji/emoji-shocked-3.svg +11 -0
  80. data/assets/icons/emoji/emoji-shocked.svg +14 -0
  81. data/assets/icons/emoji/emoji-sweating.svg +10 -0
  82. data/assets/icons/emoji/emoji-thinking.svg +13 -0
  83. data/assets/icons/emoji/emoji-wink.svg +12 -0
  84. data/assets/icons/feather.css +871 -0
  85. data/assets/icons/feather.woff +0 -0
  86. data/assets/icons/feather.woff2 +0 -0
  87. data/assets/icons/icomoon.svg +45 -0
  88. data/assets/icons/icomoon.ttf +0 -0
  89. data/assets/icons/icomoon.woff +0 -0
  90. data/assets/icons/icon-app.svg +14 -0
  91. data/assets/icons/icon-at.svg +3 -0
  92. data/assets/icons/icon-calendar.svg +3 -0
  93. data/assets/icons/icon-design.svg +27 -0
  94. data/assets/icons/icon-dev.svg +54 -0
  95. data/assets/icons/icon-download.svg +3 -0
  96. data/assets/icons/icon-education.svg +10 -0
  97. data/assets/icons/icon-envelope.svg +3 -0
  98. data/assets/icons/icon-experience.svg +4 -0
  99. data/assets/icons/icon-like-fill.svg +3 -0
  100. data/assets/icons/icon-like.svg +3 -0
  101. data/assets/icons/icon-location.svg +3 -0
  102. data/assets/icons/icon-news.svg +3 -0
  103. data/assets/icons/icon-phone.svg +3 -0
  104. data/assets/icons/icon-photo.svg +45 -0
  105. data/assets/icons/icon-quote.svg +9 -0
  106. data/assets/icons/icon-reply.svg +3 -0
  107. data/assets/icons/icon-send.svg +3 -0
  108. data/assets/icons/icon-skype.svg +3 -0
  109. data/assets/icons/icon-user.svg +6 -0
  110. data/assets/icons/style-custome-icons.css +132 -0
  111. data/assets/images/280x204.jpg +0 -0
  112. data/assets/images/400x550.jpg +0 -0
  113. data/assets/images/433x240.jpg +0 -0
  114. data/assets/images/560x340.jpg +0 -0
  115. data/assets/images/958x400.jpg +0 -0
  116. data/assets/images/_icon-map-pic.svg +15 -0
  117. data/assets/images/apple-store.png +0 -0
  118. data/assets/images/avatar-1.png +0 -0
  119. data/assets/images/avatar-2.png +0 -0
  120. data/assets/images/avatar-3.png +0 -0
  121. data/assets/images/avatar-4.png +0 -0
  122. data/assets/images/clients/logo-1-color.png +0 -0
  123. data/assets/images/clients/logo-1-white.png +0 -0
  124. data/assets/images/clients/logo-2-color.png +0 -0
  125. data/assets/images/clients/logo-2-white.png +0 -0
  126. data/assets/images/clients/logo-3-color.png +0 -0
  127. data/assets/images/clients/logo-3-white.png +0 -0
  128. data/assets/images/clients/logo-4-color.png +0 -0
  129. data/assets/images/clients/logo-4-white.png +0 -0
  130. data/assets/images/clients/logo-5-color.png +0 -0
  131. data/assets/images/clients/logo-5-white.png +0 -0
  132. data/assets/images/clients/logo-6-color.png +0 -0
  133. data/assets/images/clients/logo-6-white.png +0 -0
  134. data/assets/images/clients/logo-7-color.png +0 -0
  135. data/assets/images/clients/logo-7-white.png +0 -0
  136. data/assets/images/clients/logo-8-color.png +0 -0
  137. data/assets/images/clients/logo-8-white.png +0 -0
  138. data/assets/images/clients/logo-9-color.png +0 -0
  139. data/assets/images/clients/logo-9-white.png +0 -0
  140. data/assets/images/cover.png +0 -0
  141. data/assets/images/cv-portfolio.jpg +0 -0
  142. data/assets/images/favicons/apple-touch-icon-114x114.png +0 -0
  143. data/assets/images/favicons/apple-touch-icon-144x144.png +0 -0
  144. data/assets/images/favicons/apple-touch-icon-57x57.png +0 -0
  145. data/assets/images/favicons/apple-touch-icon-72x72.png +0 -0
  146. data/assets/images/favicons/favicon.png +0 -0
  147. data/assets/images/icon-map-pic.svg +30 -0
  148. data/assets/images/icon-quote.svg +3 -0
  149. data/assets/images/logotype.svg +9 -0
  150. data/assets/images/my-avatar.png +0 -0
  151. data/assets/images/photoswiper/default-skin.png +0 -0
  152. data/assets/images/photoswiper/default-skin.svg +1 -0
  153. data/assets/images/photoswiper/preloader.gif +0 -0
  154. data/assets/images/play-store.png +0 -0
  155. data/assets/images/splash.gif +0 -0
  156. data/assets/img/posts/400x550.jpg +0 -0
  157. data/assets/img/posts/958x400.jpg +0 -0
  158. data/assets/js/common.js +737 -0
  159. data/assets/js/jquery-3.4.1.min.js +2 -0
  160. data/assets/js/mapbox.init.js +32 -0
  161. data/assets/js/plugins.js +33367 -0
  162. data/assets/js/plugins.min.js +106 -0
  163. data/assets/php/form-contact.php +95 -0
  164. data/assets/php/phpmailer/COMMITMENT +46 -0
  165. data/assets/php/phpmailer/LICENSE +502 -0
  166. data/assets/php/phpmailer/README.md +218 -0
  167. data/assets/php/phpmailer/SECURITY.md +28 -0
  168. data/assets/php/phpmailer/VERSION +1 -0
  169. data/assets/php/phpmailer/composer.json +55 -0
  170. data/assets/php/phpmailer/get_oauth_token.php +144 -0
  171. data/assets/php/phpmailer/language/phpmailer.lang-am.php +26 -0
  172. data/assets/php/phpmailer/language/phpmailer.lang-ar.php +27 -0
  173. data/assets/php/phpmailer/language/phpmailer.lang-az.php +26 -0
  174. data/assets/php/phpmailer/language/phpmailer.lang-ba.php +26 -0
  175. data/assets/php/phpmailer/language/phpmailer.lang-be.php +26 -0
  176. data/assets/php/phpmailer/language/phpmailer.lang-bg.php +26 -0
  177. data/assets/php/phpmailer/language/phpmailer.lang-ca.php +26 -0
  178. data/assets/php/phpmailer/language/phpmailer.lang-ch.php +26 -0
  179. data/assets/php/phpmailer/language/phpmailer.lang-cs.php +25 -0
  180. data/assets/php/phpmailer/language/phpmailer.lang-da.php +26 -0
  181. data/assets/php/phpmailer/language/phpmailer.lang-de.php +25 -0
  182. data/assets/php/phpmailer/language/phpmailer.lang-el.php +25 -0
  183. data/assets/php/phpmailer/language/phpmailer.lang-eo.php +25 -0
  184. data/assets/php/phpmailer/language/phpmailer.lang-es.php +26 -0
  185. data/assets/php/phpmailer/language/phpmailer.lang-et.php +27 -0
  186. data/assets/php/phpmailer/language/phpmailer.lang-fa.php +27 -0
  187. data/assets/php/phpmailer/language/phpmailer.lang-fi.php +27 -0
  188. data/assets/php/phpmailer/language/phpmailer.lang-fo.php +26 -0
  189. data/assets/php/phpmailer/language/phpmailer.lang-fr.php +29 -0
  190. data/assets/php/phpmailer/language/phpmailer.lang-gl.php +26 -0
  191. data/assets/php/phpmailer/language/phpmailer.lang-he.php +26 -0
  192. data/assets/php/phpmailer/language/phpmailer.lang-hi.php +26 -0
  193. data/assets/php/phpmailer/language/phpmailer.lang-hr.php +26 -0
  194. data/assets/php/phpmailer/language/phpmailer.lang-hu.php +26 -0
  195. data/assets/php/phpmailer/language/phpmailer.lang-id.php +27 -0
  196. data/assets/php/phpmailer/language/phpmailer.lang-it.php +27 -0
  197. data/assets/php/phpmailer/language/phpmailer.lang-ja.php +27 -0
  198. data/assets/php/phpmailer/language/phpmailer.lang-ka.php +26 -0
  199. data/assets/php/phpmailer/language/phpmailer.lang-ko.php +26 -0
  200. data/assets/php/phpmailer/language/phpmailer.lang-lt.php +26 -0
  201. data/assets/php/phpmailer/language/phpmailer.lang-lv.php +26 -0
  202. data/assets/php/phpmailer/language/phpmailer.lang-mg.php +25 -0
  203. data/assets/php/phpmailer/language/phpmailer.lang-ms.php +26 -0
  204. data/assets/php/phpmailer/language/phpmailer.lang-nb.php +25 -0
  205. data/assets/php/phpmailer/language/phpmailer.lang-nl.php +26 -0
  206. data/assets/php/phpmailer/language/phpmailer.lang-pl.php +26 -0
  207. data/assets/php/phpmailer/language/phpmailer.lang-pt.php +26 -0
  208. data/assets/php/phpmailer/language/phpmailer.lang-pt_br.php +29 -0
  209. data/assets/php/phpmailer/language/phpmailer.lang-ro.php +26 -0
  210. data/assets/php/phpmailer/language/phpmailer.lang-ru.php +27 -0
  211. data/assets/php/phpmailer/language/phpmailer.lang-sk.php +27 -0
  212. data/assets/php/phpmailer/language/phpmailer.lang-sl.php +27 -0
  213. data/assets/php/phpmailer/language/phpmailer.lang-sr.php +27 -0
  214. data/assets/php/phpmailer/language/phpmailer.lang-sv.php +26 -0
  215. data/assets/php/phpmailer/language/phpmailer.lang-tl.php +27 -0
  216. data/assets/php/phpmailer/language/phpmailer.lang-tr.php +30 -0
  217. data/assets/php/phpmailer/language/phpmailer.lang-uk.php +27 -0
  218. data/assets/php/phpmailer/language/phpmailer.lang-vi.php +26 -0
  219. data/assets/php/phpmailer/language/phpmailer.lang-zh.php +28 -0
  220. data/assets/php/phpmailer/language/phpmailer.lang-zh_cn.php +28 -0
  221. data/assets/php/phpmailer/src/Exception.php +39 -0
  222. data/assets/php/phpmailer/src/OAuth.php +138 -0
  223. data/assets/php/phpmailer/src/PHPMailer.php +4502 -0
  224. data/assets/php/phpmailer/src/POP3.php +419 -0
  225. data/assets/php/phpmailer/src/SMTP.php +1326 -0
  226. data/assets/videos/video-1.mp4 +0 -0
  227. data/assets/videos/video-2.mp4 +0 -0
  228. metadata +283 -0
data/_sass/style.scss ADDED
@@ -0,0 +1,3353 @@
1
+
2
+ @import url("vendors/swiper.min.css");
3
+ @import url("vendors/simplebar.min.css");
4
+ @import url("vendors/magnific-popup.css");
5
+ @import url("vendors/photoswipe.css");
6
+ @import url("vendors/default-skin.css");
7
+ @import url("../icons/style-custome-icons.css");
8
+ @import url("../icons/feather.css");
9
+ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
10
+ :root {
11
+ --font-family: 'Poppins', sans-serif;
12
+ --font-base-size: 15px;
13
+ --font-mobile-size: 14px;
14
+ --color-heading: #FCFCFC;
15
+ --color-paragraph: #D6D6D6;
16
+ --color-border: #383838;
17
+ --color-bg: #121212;
18
+ --color-surface-1: #1e1e1f;
19
+ --color-surface-2: #2a2a2b;
20
+ --color-surface-3: #202021;
21
+ --color-accent: #FFDB6E;
22
+ --color-error: #B84C4C;
23
+ --color-gradient: linear-gradient(137.84deg, #FFDB6E 26.31%, #FFBC5E 93.75%);
24
+ --color-gradient-soft: linear-gradient(135deg, rgba(255, 218, 109, 0.0375) 0%, rgba(255, 189, 94, 0) 100%), #1E1E1F;
25
+ --color-gradient-text: linear-gradient(90deg, #FFDB6E, #FFBC5E);
26
+ --color-gradient-border: linear-gradient(155deg, #FFDA6D 0%, rgba(255, 191, 96, 0) 50%);
27
+ --color-gradient-border-gray: linear-gradient(135deg, #404040 0%, rgba(64, 64, 64, 0) 48.44%);
28
+ --color-gradient-gray: linear-gradient(137.84deg, #3F3F40 2.69%, #303030 93.75%);
29
+ --color-gradient-icon: linear-gradient(135deg, rgba(255, 218, 109, 0.25) 0%, rgba(255, 189, 94, 0) 59.86%), #202021;
30
+ --color-btn: linear-gradient(135deg, rgba(45, 45, 46, 0.25) 0%, rgba(27, 27, 28, 0) 100%), #202021;
31
+ --box-shadow-24: -4px 8px 24px rgba(0, 0, 0, 0.25);
32
+ --box-shadow-30: 0px 16px 30px rgba(0, 0, 0, 0.25);
33
+ --box-shadow-40: 0px 16px 40px rgba(0, 0, 0, 0.25);
34
+ --box-shadow-50: 0px 25px 50px rgba(0, 0, 0, 0.15);
35
+ --box-shadow-80: 0px 24px 80px rgba(0, 0, 0, 0.7);
36
+ --radius-32: 32px;
37
+ --radius-20: 20px;
38
+ --radius-18: 18px;
39
+ --radius-16: 16px;
40
+ --radius-14: 14px;
41
+ --radius-12: 12px;
42
+ --radius-8: 8px;
43
+ }
44
+
45
+ /* -----------------------------------------------------------------
46
+ - General Styles
47
+ ----------------------------------------------------------------- */
48
+ *,
49
+ ::before,
50
+ ::after {
51
+ background-repeat: no-repeat;
52
+ -webkit-box-sizing: border-box;
53
+ box-sizing: border-box;
54
+ }
55
+
56
+ html {
57
+ -webkit-overflow-scrolling: touch;
58
+ -webkit-box-sizing: border-box;
59
+ box-sizing: border-box;
60
+ }
61
+
62
+ body, html {
63
+ font-size: 1rem;
64
+ -webkit-text-size-adjust: 100%;
65
+ }
66
+
67
+ body {
68
+ background-color: var(--color-bg);
69
+ color: var(--color-paragraph);
70
+ font-family: var(--font-family);
71
+ font-size: var(--font-base-size);
72
+ font-weight: 300;
73
+ line-height: 1.65;
74
+ min-height: 100vh;
75
+ overflow-x: hidden;
76
+ -ms-overflow-style: scrollbar;
77
+ -webkit-font-smoothing: antialiased;
78
+ }
79
+
80
+ @media only screen and (max-width: 580px) {
81
+ body {
82
+ font-size: var(--font-mobile-size);
83
+ line-height: 1.6;
84
+ }
85
+ }
86
+
87
+ html.is-scroll-disabled body {
88
+ height: 100vh;
89
+ overflow: hidden;
90
+ }
91
+
92
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
93
+ html.is-scroll-disabled {
94
+ overflow: hidden;
95
+ }
96
+ }
97
+
98
+ .no-scroll {
99
+ overflow: hidden;
100
+ -ms-overflow-style: none;
101
+ }
102
+
103
+ .no-scroll-height {
104
+ overflow-x: hidden;
105
+ }
106
+
107
+ .svg-defs {
108
+ position: absolute;
109
+ height: 0;
110
+ width: 0;
111
+ }
112
+
113
+ img {
114
+ max-width: 100%;
115
+ -webkit-user-select: none;
116
+ -moz-user-select: none;
117
+ -ms-user-select: none;
118
+ user-select: none;
119
+ }
120
+
121
+ figure {
122
+ margin: 0;
123
+ }
124
+
125
+ iframe {
126
+ background-color: var(--color-bg);
127
+ border: 0;
128
+ display: block;
129
+ height: 100%;
130
+ width: 100%;
131
+ }
132
+
133
+ .cover {
134
+ -o-object-fit: cover;
135
+ object-fit: cover;
136
+ -o-object-position: center;
137
+ object-position: center;
138
+ font-family: 'object-fit: cover; object-position: center;';
139
+ height: 100%;
140
+ width: 100%;
141
+ }
142
+
143
+ ::-moz-selection {
144
+ background: transparent;
145
+ color: var(--color-accent);
146
+ }
147
+
148
+ ::selection {
149
+ background: transparent;
150
+ color: var(--color-accent);
151
+ }
152
+
153
+ .scroll-line {
154
+ background: var(--color-gradient);
155
+ height: 0.1875rem;
156
+ position: fixed;
157
+ top: 0;
158
+ width: 0;
159
+ z-index: 3;
160
+ }
161
+
162
+ /* -----------------------------------------------------------------
163
+ - Typography
164
+ ----------------------------------------------------------------- */
165
+ h1, h2, h3, h4, h5, h6 {
166
+ color: var(--color-heading);
167
+ font-family: var(--font-family);
168
+ font-weight: 600;
169
+ line-height: 1.3;
170
+ }
171
+
172
+ .title--h1 {
173
+ font-size: 2rem;
174
+ margin-bottom: 1.0625rem;
175
+ }
176
+
177
+ @media only screen and (max-width: 580px) {
178
+ .title--h1 {
179
+ font-size: 1.5rem;
180
+ }
181
+ }
182
+
183
+ .title--h2 {
184
+ font-size: 1.5rem;
185
+ margin-bottom: 1.25rem;
186
+ }
187
+
188
+ @media only screen and (max-width: 580px) {
189
+ .title--h2 {
190
+ font-size: 1.125rem;
191
+ }
192
+ }
193
+
194
+ .title--h3 {
195
+ font-size: 1.125rem;
196
+ margin-bottom: 0.5rem;
197
+ }
198
+
199
+ @media only screen and (max-width: 580px) {
200
+ .title--h3 {
201
+ font-size: 1rem;
202
+ }
203
+ }
204
+
205
+ .title--h4 {
206
+ font-size: 1rem;
207
+ margin-bottom: 0.8125rem;
208
+ font-weight: 500;
209
+ }
210
+
211
+ @media only screen and (max-width: 580px) {
212
+ .title--h4 {
213
+ font-size: 0.875rem;
214
+ }
215
+ }
216
+
217
+ .title--h5 {
218
+ font-size: 0.875rem;
219
+ }
220
+
221
+ @media only screen and (max-width: 580px) {
222
+ .title--h5 {
223
+ font-size: 0.75rem;
224
+ }
225
+ }
226
+
227
+ .title--h6 {
228
+ font-size: 0.75rem;
229
+ }
230
+
231
+ @media only screen and (max-width: 580px) {
232
+ .title--h6 {
233
+ font-size: 0.625rem;
234
+ }
235
+ }
236
+
237
+ .title--center {
238
+ text-align: center;
239
+ }
240
+
241
+ .title--tone {
242
+ background: var(--color-gradient-text);
243
+ -webkit-background-clip: text;
244
+ background-clip: text;
245
+ -webkit-text-fill-color: transparent;
246
+ }
247
+
248
+ .title-icon {
249
+ margin-right: 0.5rem;
250
+ margin-top: -0.25rem;
251
+ height: 2.5rem;
252
+ width: 2.5rem;
253
+ }
254
+
255
+ @media only screen and (max-width: 580px) {
256
+ .title-icon {
257
+ height: 2.08333rem;
258
+ width: 2.08333rem;
259
+ }
260
+ }
261
+
262
+ .title__separate {
263
+ margin-bottom: 2.3125rem;
264
+ position: relative;
265
+ }
266
+
267
+ .title__separate::before {
268
+ content: '';
269
+ background: var(--color-gradient);
270
+ border-radius: 0.5rem;
271
+ height: 0.3125rem;
272
+ position: absolute;
273
+ bottom: -1.0625rem;
274
+ left: 0;
275
+ width: 2.5rem;
276
+ z-index: 1;
277
+ }
278
+
279
+ @media only screen and (max-width: 580px) {
280
+ .title__separate {
281
+ margin-bottom: 1.5rem;
282
+ }
283
+ .title__separate::before {
284
+ height: 0.1875rem;
285
+ bottom: -0.625rem;
286
+ width: 1.875rem;
287
+ }
288
+ }
289
+
290
+ .overhead {
291
+ color: var(--color-paragraph);
292
+ font-size: 0.75rem;
293
+ font-weight: 400;
294
+ display: block;
295
+ opacity: .7;
296
+ text-transform: uppercase;
297
+ }
298
+
299
+ @media only screen and (max-width: 580px) {
300
+ .overhead {
301
+ font-size: 0.6875rem;
302
+ }
303
+ }
304
+
305
+ .text-overflow {
306
+ display: block;
307
+ text-overflow: ellipsis;
308
+ overflow: hidden;
309
+ white-space: nowrap;
310
+ }
311
+
312
+ .block-quote {
313
+ font-size: 1.25rem;
314
+ font-weight: 400;
315
+ font-style: italic;
316
+ margin: 1.8125rem 0;
317
+ position: relative;
318
+ line-height: 1.6;
319
+ }
320
+
321
+ @media only screen and (max-width: 991px) {
322
+ .block-quote {
323
+ padding-left: 3.8125rem;
324
+ }
325
+ }
326
+
327
+ @media only screen and (max-width: 580px) {
328
+ .block-quote {
329
+ font-size: 1.125rem;
330
+ margin: 1rem 0;
331
+ padding-left: 0;
332
+ padding-top: 2.8125rem;
333
+ }
334
+ .block-quote p {
335
+ margin-bottom: 0.5rem;
336
+ }
337
+ }
338
+
339
+ .block-quote::before {
340
+ background-image: url(../icons/icon-quote.svg);
341
+ background-repeat: no-repeat;
342
+ background-position: center;
343
+ background-size: cover;
344
+ content: '';
345
+ height: 1.125rem;
346
+ margin: 0 auto;
347
+ position: absolute;
348
+ top: 0.5rem;
349
+ left: -3.125rem;
350
+ width: 1.6875rem;
351
+ }
352
+
353
+ @media only screen and (max-width: 991px) {
354
+ .block-quote::before {
355
+ left: 0;
356
+ }
357
+ }
358
+
359
+ .block-quote__author {
360
+ font-size: 0.875rem;
361
+ font-style: normal;
362
+ display: block;
363
+ margin-top: 0.5625rem;
364
+ padding-left: 3rem;
365
+ position: relative;
366
+ }
367
+
368
+ @media only screen and (max-width: 580px) {
369
+ .block-quote__author {
370
+ font-size: 0.875rem;
371
+ margin-top: 0;
372
+ padding-left: 2rem;
373
+ }
374
+ }
375
+
376
+ .block-quote__author::before {
377
+ content: '';
378
+ background-color: var(--color-heading);
379
+ height: 0.0625rem;
380
+ margin-bottom: auto;
381
+ margin-top: auto;
382
+ position: absolute;
383
+ top: 0;
384
+ bottom: 0;
385
+ left: 0;
386
+ width: 2rem;
387
+ }
388
+
389
+ @media only screen and (max-width: 580px) {
390
+ .block-quote__author::before {
391
+ width: 1rem;
392
+ }
393
+ }
394
+
395
+ a {
396
+ color: var(--color-accent);
397
+ cursor: pointer;
398
+ text-decoration: none;
399
+ }
400
+
401
+ a:hover {
402
+ outline: none;
403
+ }
404
+
405
+ a.decoration--none {
406
+ text-decoration: none;
407
+ }
408
+
409
+ a.link-gradient {
410
+ background: var(--color-gradient-text);
411
+ -webkit-background-clip: text;
412
+ background-clip: text;
413
+ -webkit-text-fill-color: transparent;
414
+ -webkit-text-decoration-skip: objects;
415
+ }
416
+
417
+ .description {
418
+ color: var(--color-paragraph);
419
+ margin-bottom: 1.875rem;
420
+ }
421
+
422
+ .foreword {
423
+ font-size: 1.125rem;
424
+ }
425
+
426
+ /* Badges */
427
+ .badge {
428
+ background: var(--color-surface-2);
429
+ font-size: 0.75rem;
430
+ font-weight: 300;
431
+ border-radius: var(--radius-8);
432
+ padding: 0.5rem 1rem;
433
+ }
434
+
435
+ @media only screen and (max-width: 580px) {
436
+ .badge {
437
+ font-size: 0.6875rem;
438
+ padding: 0.375rem 0.75rem;
439
+ }
440
+ }
441
+
442
+ /* -----------------------------------------------------------------
443
+ - Form
444
+ ----------------------------------------------------------------- */
445
+ .input, .textarea, select,
446
+ .custom-select {
447
+ background-color: transparent;
448
+ border: 1px solid var(--color-border);
449
+ border-radius: var(--radius-14);
450
+ -webkit-box-shadow: none;
451
+ box-shadow: none;
452
+ color: var(--color-heading);
453
+ font-size: inherit;
454
+ height: auto;
455
+ padding: 0.875rem 1.375rem 0.8125rem;
456
+ position: relative;
457
+ width: 100%;
458
+ -webkit-appearance: none;
459
+ -moz-appearance: none;
460
+ appearance: none;
461
+ }
462
+
463
+ @media only screen and (max-width: 580px) {
464
+ .input, .textarea, select,
465
+ .custom-select {
466
+ padding: 0.8125rem 1.375rem 0.75rem;
467
+ }
468
+ }
469
+
470
+ .input:focus, .textarea:focus, select:focus,
471
+ .custom-select:focus {
472
+ background-color: transparent;
473
+ border-color: var(--color-accent);
474
+ color: var(--color-heading);
475
+ -webkit-box-shadow: none;
476
+ box-shadow: none;
477
+ outline: none;
478
+ }
479
+
480
+ .input {
481
+ line-height: inherit;
482
+ }
483
+
484
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
485
+ .input {
486
+ line-height: 0;
487
+ }
488
+ }
489
+
490
+ .input__icon {
491
+ padding-left: 3.375rem;
492
+ }
493
+
494
+ @media only screen and (max-width: 580px) {
495
+ .input__icon {
496
+ padding-left: 2.8125rem;
497
+ }
498
+ }
499
+
500
+ .textarea {
501
+ border-radius: var(--radius-14);
502
+ display: block;
503
+ padding: 0.8125rem 1.1875rem;
504
+ resize: none;
505
+ }
506
+
507
+ .form-group {
508
+ margin-bottom: 2rem;
509
+ position: relative;
510
+ }
511
+
512
+ @media only screen and (max-width: 580px) {
513
+ .form-group {
514
+ margin-bottom: 1.6875rem;
515
+ }
516
+ }
517
+
518
+ .help-block {
519
+ position: absolute;
520
+ font-size: 0.75rem;
521
+ line-height: 1.4;
522
+ padding-top: 0.3125rem;
523
+ padding-left: 0.375rem;
524
+ }
525
+
526
+ @media only screen and (max-width: 580px) {
527
+ .help-block {
528
+ font-size: 0.6875rem;
529
+ }
530
+ }
531
+
532
+ .with-errors {
533
+ color: var(--color-error);
534
+ }
535
+
536
+ .has-error input,
537
+ .has-error textarea,
538
+ .has-error input:focus,
539
+ .has-error textarea:focus {
540
+ border-color: var(--color-error);
541
+ }
542
+
543
+ #validator-contact {
544
+ font-size: 0.875rem;
545
+ margin-top: 1rem;
546
+ }
547
+
548
+ .form-control::-webkit-input-placeholder {
549
+ color: var(--color-paragraph);
550
+ opacity: .5;
551
+ }
552
+
553
+ .form-control:-ms-input-placeholder {
554
+ color: var(--color-paragraph);
555
+ opacity: .5;
556
+ }
557
+
558
+ .form-control::-ms-input-placeholder {
559
+ color: var(--color-paragraph);
560
+ opacity: .5;
561
+ }
562
+
563
+ .form-control::placeholder {
564
+ color: var(--color-paragraph);
565
+ opacity: .5;
566
+ }
567
+
568
+ input:invalid,
569
+ textarea:invalid {
570
+ outline: none !important;
571
+ }
572
+
573
+ .form-check-input {
574
+ background: transparent;
575
+ border-color: rgba(244, 244, 244, 0.15);
576
+ }
577
+
578
+ .form-check-input:checked {
579
+ background-color: var(--color-accent);
580
+ border-color: var(--color-accent);
581
+ }
582
+
583
+ .form-check-input:checked[type=checkbox] {
584
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
585
+ }
586
+
587
+ .form-check-input:checked[type=radio] {
588
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
589
+ }
590
+
591
+ .form-check-input:focus {
592
+ border-color: var(--color-paragraph);
593
+ -webkit-box-shadow: 0 0 0 0.125rem rgba(244, 244, 244, 0.25);
594
+ box-shadow: 0 0 0 0.125rem rgba(244, 244, 244, 0.25);
595
+ }
596
+
597
+ select,
598
+ .custom-select {
599
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.1rem center/10px 16px;
600
+ }
601
+
602
+ .dropdown-menu {
603
+ background: var(--color-surface-2);
604
+ border: 1px solid var(--color-border);
605
+ border-radius: var(--radius-12);
606
+ -webkit-box-shadow: var(--box-shadow-50);
607
+ box-shadow: var(--box-shadow-50);
608
+ font-size: inherit;
609
+ }
610
+
611
+ .dropdown-menu::before {
612
+ content: '';
613
+ border-left: 0.375rem solid transparent;
614
+ border-right: 0.375rem solid transparent;
615
+ border-bottom: 0.375rem solid var(--color-border);
616
+ height: 0;
617
+ position: absolute;
618
+ top: -0.375rem;
619
+ left: 1.0625rem;
620
+ width: 0;
621
+ }
622
+
623
+ .dropdown-item {
624
+ color: var(--color-paragraph);
625
+ font-weight: 300;
626
+ }
627
+
628
+ .dropdown-item:hover, .dropdown-item:focus {
629
+ background: var(--color-border);
630
+ color: var(--color-paragraph);
631
+ }
632
+
633
+ .dropdown.dropup .dropdown-menu::before {
634
+ border-left: 0.375rem solid transparent;
635
+ border-right: 0.375rem solid transparent;
636
+ border-top: 0.375rem solid var(--color-border);
637
+ border-bottom: 0.375rem solid transparent;
638
+ top: auto;
639
+ bottom: -0.75rem;
640
+ }
641
+
642
+ .progress {
643
+ display: block;
644
+ background: transparent;
645
+ font-size: 0.9375rem;
646
+ margin-bottom: 1.5rem;
647
+ height: auto;
648
+ }
649
+
650
+ @media only screen and (max-width: 580px) {
651
+ .progress {
652
+ font-size: 0.8125rem;
653
+ margin-bottom: 1rem;
654
+ }
655
+ }
656
+
657
+ .progress:last-child {
658
+ margin-bottom: 0;
659
+ }
660
+
661
+ .progress-bar {
662
+ background-color: var(--color-border);
663
+ border-radius: var(--radius-16);
664
+ height: 0.5rem;
665
+ overflow: inherit;
666
+ position: relative;
667
+ width: 100%;
668
+ }
669
+
670
+ .progress-bar span {
671
+ background: var(--color-gradient);
672
+ border-radius: 1rem;
673
+ display: block;
674
+ overflow: hidden;
675
+ position: relative;
676
+ height: 0.5rem;
677
+ width: 0%;
678
+ -webkit-transition: width .6s ease-in-out;
679
+ transition: width .6s ease-in-out;
680
+ z-index: 1;
681
+ }
682
+
683
+ .progress .progress-text {
684
+ margin-bottom: 0.5rem;
685
+ }
686
+
687
+ .progress .progress-text span {
688
+ color: var(--color-heading);
689
+ font-weight: 500;
690
+ }
691
+
692
+ .btn {
693
+ background: var(--color-gradient-border-gray);
694
+ border-radius: var(--radius-14);
695
+ -webkit-box-shadow: var(--box-shadow-40);
696
+ box-shadow: var(--box-shadow-40);
697
+ border: 0;
698
+ color: var(--color-accent);
699
+ cursor: pointer;
700
+ font-weight: 400;
701
+ font-size: 1rem;
702
+ line-height: initial;
703
+ padding: 1rem 1.5rem;
704
+ position: relative;
705
+ -webkit-transition: all .4s ease-in-out;
706
+ transition: all .4s ease-in-out;
707
+ white-space: nowrap;
708
+ z-index: 0;
709
+ }
710
+
711
+ .btn::before {
712
+ content: '';
713
+ position: absolute;
714
+ top: 1px;
715
+ right: 1px;
716
+ bottom: 1px;
717
+ left: 1px;
718
+ background: var(--color-btn);
719
+ border-radius: inherit;
720
+ -webkit-transition: all .4s ease-in-out;
721
+ transition: all .4s ease-in-out;
722
+ z-index: -1;
723
+ }
724
+
725
+ .btn:hover {
726
+ background: var(--color-gradient-border);
727
+ color: var(--color-accent);
728
+ }
729
+
730
+ .btn:hover::before {
731
+ background: var(--color-gradient-icon);
732
+ }
733
+
734
+ .btn:focus {
735
+ -webkit-box-shadow: var(--box-shadow-40);
736
+ box-shadow: var(--box-shadow-40);
737
+ }
738
+
739
+ .btn .font-icon {
740
+ margin-right: 0.375rem;
741
+ }
742
+
743
+ .btn--small {
744
+ -webkit-box-shadow: var(--box-shadow-30);
745
+ box-shadow: var(--box-shadow-30);
746
+ font-size: 0.75rem;
747
+ padding: 0.625rem 1rem;
748
+ }
749
+
750
+ .btn--small:focus {
751
+ -webkit-box-shadow: var(--box-shadow-30);
752
+ box-shadow: var(--box-shadow-30);
753
+ }
754
+
755
+ .btn--icon-left i {
756
+ margin-right: 0.5rem;
757
+ }
758
+
759
+ .btn--icon-right i {
760
+ margin-left: 0.5rem;
761
+ }
762
+
763
+ @media only screen and (max-width: 580px) {
764
+ .btn {
765
+ font-size: 0.875rem;
766
+ padding: 0.75rem 1.125rem;
767
+ }
768
+ }
769
+
770
+ button:focus {
771
+ outline: none;
772
+ }
773
+
774
+ /* -----------------------------------------------------------------
775
+ - Sidebar
776
+ ----------------------------------------------------------------- */
777
+ .sidebar {
778
+ z-index: 10;
779
+ }
780
+
781
+ @media only screen and (max-width: 1200px) {
782
+ .sidebar {
783
+ margin-bottom: 1.875rem;
784
+ }
785
+ }
786
+
787
+ @media only screen and (max-width: 580px) {
788
+ .sidebar {
789
+ margin-bottom: 1rem;
790
+ }
791
+ }
792
+
793
+ @media only screen and (max-width: 1200px) {
794
+ .sidebar__base-info {
795
+ display: -webkit-box;
796
+ display: -ms-flexbox;
797
+ display: flex;
798
+ -webkit-box-align: center;
799
+ -ms-flex-align: center;
800
+ align-items: center;
801
+ }
802
+ .sidebar__base-info > * {
803
+ min-width: 0;
804
+ }
805
+ }
806
+
807
+ @media only screen and (min-width: 1200px) {
808
+ .sidebar__additional-info {
809
+ display: block !important;
810
+ }
811
+ }
812
+
813
+ @media only screen and (max-width: 1200px) {
814
+ .sidebar__additional-info {
815
+ display: none;
816
+ }
817
+ }
818
+
819
+ @media only screen and (max-width: 1200px) {
820
+ .sidebar__additional-info .details-info__item {
821
+ -webkit-box-flex: 0;
822
+ -ms-flex: 0 0 50%;
823
+ flex: 0 0 50%;
824
+ }
825
+ .sidebar__additional-info .details-info__item:nth-last-child(2), .sidebar__additional-info .details-info__item:nth-last-child(1) {
826
+ margin-bottom: 0;
827
+ }
828
+ }
829
+
830
+ @media only screen and (max-width: 768px) {
831
+ .sidebar__additional-info .details-info__item {
832
+ margin-bottom: 1.25rem;
833
+ }
834
+ .sidebar__additional-info .details-info__item:nth-last-child(2) {
835
+ margin-bottom: 1.25rem;
836
+ }
837
+ .sidebar__additional-info .details-info__item:nth-last-child(1) {
838
+ margin-bottom: 0 !important;
839
+ }
840
+ }
841
+
842
+ @media only screen and (max-width: 580px) {
843
+ .sidebar__additional-info .details-info__item {
844
+ -webkit-box-flex: 0;
845
+ -ms-flex: 0 0 100%;
846
+ flex: 0 0 100%;
847
+ }
848
+ .sidebar__additional-info .details-info__item:nth-last-child(2) {
849
+ margin-bottom: 0.9375rem;
850
+ }
851
+ .sidebar__additional-info .details-info__item:nth-last-child(1) {
852
+ margin-bottom: 0;
853
+ }
854
+ }
855
+
856
+ .sidebar .avatar-box {
857
+ background: var(--color-gradient-gray);
858
+ border-radius: var(--radius-32);
859
+ margin: 1.875rem 1.875rem 1.25rem;
860
+ overflow: hidden;
861
+ height: calc(100% - 3.75rem);
862
+ width: calc(100% - 3.75rem);
863
+ -webkit-transition: all .3s ease-in-out;
864
+ transition: all .3s ease-in-out;
865
+ }
866
+
867
+ @media only screen and (max-width: 1200px) {
868
+ .sidebar .avatar-box {
869
+ -ms-flex-negative: 0;
870
+ flex-shrink: 0;
871
+ margin: 0 1.5rem 0 0;
872
+ height: 7.5rem;
873
+ width: 7.5rem;
874
+ }
875
+ }
876
+
877
+ @media only screen and (max-width: 580px) {
878
+ .sidebar .avatar-box {
879
+ border-radius: var(--radius-20);
880
+ margin: 0 1rem 0 0;
881
+ height: 5rem;
882
+ width: 5rem;
883
+ }
884
+ }
885
+
886
+ .sidebar .avatar-box img {
887
+ -o-object-fit: cover;
888
+ object-fit: cover;
889
+ height: 100%;
890
+ width: 100%;
891
+ }
892
+
893
+ .sidebar__name {
894
+ font-size: 1.625rem;
895
+ font-weight: 500;
896
+ margin-bottom: 1rem;
897
+ position: relative;
898
+ }
899
+
900
+ @media only screen and (max-width: 580px) {
901
+ .sidebar__name {
902
+ font-size: 1.0625rem;
903
+ margin-bottom: 0.625rem;
904
+ }
905
+ }
906
+
907
+ .sidebar__btn {
908
+ position: absolute;
909
+ top: 0;
910
+ right: 0;
911
+ border-top-left-radius: 0;
912
+ border-bottom-right-radius: 0;
913
+ display: none;
914
+ }
915
+
916
+ @media only screen and (max-width: 1200px) {
917
+ .sidebar__btn {
918
+ display: block;
919
+ padding: 0.625rem 1rem;
920
+ }
921
+ }
922
+
923
+ @media only screen and (max-width: 580px) {
924
+ .sidebar__btn {
925
+ padding: 0.625rem;
926
+ }
927
+ }
928
+
929
+ .sidebar__btn i {
930
+ display: none;
931
+ }
932
+
933
+ @media only screen and (max-width: 580px) {
934
+ .sidebar__btn i {
935
+ display: block;
936
+ margin: 0;
937
+ }
938
+ .sidebar__btn span {
939
+ display: none;
940
+ }
941
+ }
942
+
943
+ .contacts-block__info {
944
+ -webkit-box-flex: 1;
945
+ -ms-flex: 1;
946
+ flex: 1;
947
+ }
948
+
949
+ /* Social */
950
+ .social {
951
+ text-align: center;
952
+ }
953
+
954
+ .social__link {
955
+ font-size: 1.125rem;
956
+ color: var(--color-heading);
957
+ -webkit-text-fill-color: inherit;
958
+ opacity: .6;
959
+ margin: 0 0.375rem;
960
+ }
961
+
962
+ @media only screen and (max-width: 580px) {
963
+ .social__link {
964
+ font-size: 1rem;
965
+ }
966
+ }
967
+
968
+ .social__link:hover {
969
+ color: inherit;
970
+ opacity: 1;
971
+ text-decoration: none;
972
+ }
973
+
974
+ @media only screen and (max-width: 1200px) {
975
+ .social {
976
+ text-align: left;
977
+ }
978
+ }
979
+
980
+ .sticky-column {
981
+ margin-top: 0;
982
+ -webkit-transition: all .3s ease-in-out;
983
+ transition: all .3s ease-in-out;
984
+ }
985
+
986
+ .sticky-column.is_stuck {
987
+ margin-top: 1.875rem;
988
+ }
989
+
990
+ /* -----------------------------------------------------------------
991
+ - Sections
992
+ ----------------------------------------------------------------- */
993
+ @media (min-width: 1200px) {
994
+ .container {
995
+ max-width: 1140px;
996
+ }
997
+ }
998
+
999
+ @media (min-width: 1300px) {
1000
+ .container {
1001
+ max-width: 1230px;
1002
+ }
1003
+ }
1004
+
1005
+ @media (min-width: 1400px) {
1006
+ .container {
1007
+ max-width: 1290px;
1008
+ }
1009
+ }
1010
+
1011
+ .box {
1012
+ background: var(--color-gradient-border);
1013
+ position: relative;
1014
+ z-index: 0;
1015
+ }
1016
+
1017
+ .box::before {
1018
+ content: '';
1019
+ position: absolute;
1020
+ top: 1px;
1021
+ right: 1px;
1022
+ bottom: 1px;
1023
+ left: 1px;
1024
+ background: var(--color-gradient-soft);
1025
+ border-radius: inherit;
1026
+ z-index: -1;
1027
+ }
1028
+
1029
+ .box--s2 {
1030
+ background: var(--color-gradient-border-gray);
1031
+ }
1032
+
1033
+ .box--s2::before {
1034
+ background-image: var(--color-btn) !important;
1035
+ background-color: var(--color-surface-3) !important;
1036
+ }
1037
+
1038
+ .box-outer {
1039
+ background-color: var(--color-surface-1);
1040
+ border: 1px solid var(--color-border);
1041
+ border-radius: var(--radius-20);
1042
+ -webkit-box-shadow: var(--box-shadow-24);
1043
+ box-shadow: var(--box-shadow-24);
1044
+ padding: 1.875rem;
1045
+ position: relative;
1046
+ }
1047
+
1048
+ @media only screen and (max-width: 580px) {
1049
+ .box-outer {
1050
+ padding: 0.9375rem;
1051
+ }
1052
+ }
1053
+
1054
+ .box-inner {
1055
+ border-radius: var(--radius-16);
1056
+ -webkit-box-shadow: var(--box-shadow-50);
1057
+ box-shadow: var(--box-shadow-50);
1058
+ padding: 1.875rem;
1059
+ margin-bottom: 1.875rem;
1060
+ }
1061
+
1062
+ @media only screen and (max-width: 580px) {
1063
+ .box-inner {
1064
+ border-radius: var(--radius-14);
1065
+ -webkit-box-shadow: var(--box-shadow-30);
1066
+ box-shadow: var(--box-shadow-30);
1067
+ padding: 1.25rem;
1068
+ margin-bottom: 0.9375rem;
1069
+ }
1070
+ }
1071
+
1072
+ .icon-box {
1073
+ font-size: 1.125rem;
1074
+ display: -webkit-inline-box;
1075
+ display: -ms-inline-flexbox;
1076
+ display: inline-flex;
1077
+ -webkit-box-align: center;
1078
+ -ms-flex-align: center;
1079
+ align-items: center;
1080
+ -webkit-box-pack: center;
1081
+ -ms-flex-pack: center;
1082
+ justify-content: center;
1083
+ border-radius: var(--radius-12);
1084
+ -webkit-box-shadow: var(--box-shadow-30);
1085
+ box-shadow: var(--box-shadow-30);
1086
+ line-height: 1;
1087
+ margin-right: 1rem;
1088
+ height: 3rem;
1089
+ width: 3rem;
1090
+ }
1091
+
1092
+ .icon-box > * {
1093
+ min-width: 0;
1094
+ }
1095
+
1096
+ .icon-box::before {
1097
+ background: var(--color-gradient-icon);
1098
+ }
1099
+
1100
+ .icon-box .font-icon {
1101
+ background: var(--color-gradient-text);
1102
+ -webkit-background-clip: text;
1103
+ background-clip: text;
1104
+ -webkit-text-fill-color: transparent;
1105
+ }
1106
+
1107
+ @media only screen and (max-width: 580px) {
1108
+ .icon-box {
1109
+ font-size: 1rem;
1110
+ border-radius: var(--radius-8);
1111
+ -webkit-box-shadow: var(--box-shadow-24);
1112
+ box-shadow: var(--box-shadow-24);
1113
+ height: 1.875rem;
1114
+ width: 1.875rem;
1115
+ }
1116
+ }
1117
+
1118
+ .box-avatar {
1119
+ border-radius: var(--radius-18);
1120
+ -webkit-box-shadow: var(--box-shadow-30);
1121
+ box-shadow: var(--box-shadow-30);
1122
+ height: 5rem;
1123
+ width: 5rem;
1124
+ }
1125
+
1126
+ .box-avatar::before {
1127
+ background: var(--color-gradient-gray);
1128
+ }
1129
+
1130
+ .box-avatar img {
1131
+ -o-object-fit: cover;
1132
+ object-fit: cover;
1133
+ }
1134
+
1135
+ .box-avatar--not-border {
1136
+ background: var(--color-gradient-gray);
1137
+ }
1138
+
1139
+ .box-avatar--not-border::before {
1140
+ display: none;
1141
+ }
1142
+
1143
+ @media only screen and (max-width: 580px) {
1144
+ .box-avatar {
1145
+ border-radius: var(--radius-14);
1146
+ -webkit-box-shadow: var(--box-shadow-24);
1147
+ box-shadow: var(--box-shadow-24);
1148
+ height: calc(5rem - 1.25rem);
1149
+ width: calc(5rem - 1.25rem);
1150
+ }
1151
+ }
1152
+
1153
+ .separation {
1154
+ background: var(--color-border);
1155
+ margin: 2rem 0;
1156
+ height: 1px;
1157
+ width: 100%;
1158
+ }
1159
+
1160
+ @media only screen and (max-width: 580px) {
1161
+ .separation {
1162
+ margin: 1rem 0;
1163
+ }
1164
+ }
1165
+
1166
+ .js-image {
1167
+ background-size: cover;
1168
+ background-position: center;
1169
+ height: 100%;
1170
+ width: 100%;
1171
+ }
1172
+
1173
+ .gutter-top {
1174
+ padding-top: 3.75rem;
1175
+ }
1176
+
1177
+ @media only screen and (max-width: 580px) {
1178
+ .gutter-top {
1179
+ padding-top: 0.9375rem;
1180
+ }
1181
+ }
1182
+
1183
+ .gutter-bottom {
1184
+ padding-bottom: 3.75rem;
1185
+ }
1186
+
1187
+ @media only screen and (max-width: 580px) {
1188
+ .gutter-bottom {
1189
+ padding-bottom: 2.5rem;
1190
+ }
1191
+ }
1192
+
1193
+ .noGutters-Top {
1194
+ margin-top: 0 !important;
1195
+ }
1196
+
1197
+ .noGutters-Bottom {
1198
+ margin-bottom: 0 !important;
1199
+ }
1200
+
1201
+ .noGutters-Left {
1202
+ margin-left: 0 !important;
1203
+ }
1204
+
1205
+ .noGutters-Right {
1206
+ margin-right: 0 !important;
1207
+ }
1208
+
1209
+ /* Details info */
1210
+ .details-info {
1211
+ list-style: none;
1212
+ padding-left: 0;
1213
+ margin-bottom: 0.5rem;
1214
+ }
1215
+
1216
+ @media only screen and (max-width: 1200px) {
1217
+ .details-info {
1218
+ display: -webkit-box;
1219
+ display: -ms-flexbox;
1220
+ display: flex;
1221
+ -ms-flex-wrap: wrap;
1222
+ flex-wrap: wrap;
1223
+ margin-bottom: 0;
1224
+ }
1225
+ .details-info > * {
1226
+ min-width: 0;
1227
+ }
1228
+ }
1229
+
1230
+ @media only screen and (max-width: 768px) {
1231
+ .details-info {
1232
+ display: -webkit-box;
1233
+ display: -ms-flexbox;
1234
+ display: flex;
1235
+ -webkit-box-orient: vertical;
1236
+ -webkit-box-direction: normal;
1237
+ -ms-flex-direction: column;
1238
+ flex-direction: column;
1239
+ margin-bottom: 0.5rem;
1240
+ font-size: 1rem;
1241
+ }
1242
+ .details-info > * {
1243
+ min-width: 0;
1244
+ }
1245
+ }
1246
+
1247
+ @media only screen and (max-width: 580px) {
1248
+ .details-info {
1249
+ font-size: 0.9375rem;
1250
+ }
1251
+ }
1252
+
1253
+ .details-info--inline {
1254
+ display: -webkit-box;
1255
+ display: -ms-flexbox;
1256
+ display: flex;
1257
+ -webkit-box-orient: horizontal;
1258
+ -webkit-box-direction: normal;
1259
+ -ms-flex-direction: row;
1260
+ flex-direction: row;
1261
+ -ms-flex-wrap: wrap;
1262
+ flex-wrap: wrap;
1263
+ }
1264
+
1265
+ .details-info--inline > * {
1266
+ min-width: 0;
1267
+ }
1268
+
1269
+ .details-info__item {
1270
+ color: var(--color-heading);
1271
+ font-size: 0.875rem;
1272
+ display: -webkit-box;
1273
+ display: -ms-flexbox;
1274
+ display: flex;
1275
+ -webkit-box-align: center;
1276
+ -ms-flex-align: center;
1277
+ align-items: center;
1278
+ margin-bottom: 1.75rem;
1279
+ text-overflow: ellipsis;
1280
+ white-space: nowrap;
1281
+ }
1282
+
1283
+ .details-info__item > * {
1284
+ min-width: 0;
1285
+ }
1286
+
1287
+ @media only screen and (max-width: 580px) {
1288
+ .details-info__item {
1289
+ font-size: 0.8125rem;
1290
+ margin-bottom: 0.9375rem !important;
1291
+ }
1292
+ }
1293
+
1294
+ .details-info__item a {
1295
+ color: var(--color-heading);
1296
+ -webkit-text-fill-color: inherit;
1297
+ text-decoration: none;
1298
+ }
1299
+
1300
+ .details-info__item a:hover {
1301
+ color: var(--color-heading);
1302
+ }
1303
+
1304
+ .details-info--inline .details-info__item {
1305
+ display: -webkit-inline-box;
1306
+ display: -ms-inline-flexbox;
1307
+ display: inline-flex;
1308
+ -webkit-box-align: center;
1309
+ -ms-flex-align: center;
1310
+ align-items: center;
1311
+ margin-right: 5rem;
1312
+ }
1313
+
1314
+ .details-info--inline .details-info__item > * {
1315
+ min-width: 0;
1316
+ }
1317
+
1318
+ .details-info--inline .details-info__item:last-child {
1319
+ margin-right: 0;
1320
+ }
1321
+
1322
+ .details-info__info {
1323
+ -webkit-box-flex: 1;
1324
+ -ms-flex: 1;
1325
+ flex: 1;
1326
+ }
1327
+
1328
+ /* -----------------------------------------------------------------
1329
+ - Navbar
1330
+ ----------------------------------------------------------------- */
1331
+ .nav-container {
1332
+ background: var(--color-surface-2);
1333
+ border: 1px solid var(--color-border);
1334
+ border-radius: 0 var(--radius-20) 0 var(--radius-20);
1335
+ display: -webkit-box;
1336
+ display: -ms-flexbox;
1337
+ display: flex;
1338
+ -webkit-box-align: center;
1339
+ -ms-flex-align: center;
1340
+ align-items: center;
1341
+ -webkit-box-pack: end;
1342
+ -ms-flex-pack: end;
1343
+ justify-content: flex-end;
1344
+ height: 4rem;
1345
+ padding-right: 2.375rem;
1346
+ padding-left: 2.375rem;
1347
+ position: absolute;
1348
+ top: 0;
1349
+ right: 0;
1350
+ z-index: 1;
1351
+ }
1352
+
1353
+ .nav-container > * {
1354
+ min-width: 0;
1355
+ }
1356
+
1357
+ @media only screen and (max-width: 991px) {
1358
+ .nav-container {
1359
+ -webkit-backdrop-filter: blur(6px);
1360
+ backdrop-filter: blur(6px);
1361
+ background: rgba(43, 43, 44, 0.75);
1362
+ border-radius: var(--radius-20) var(--radius-20) 0 0;
1363
+ -webkit-box-shadow: var(--box-shadow-30);
1364
+ box-shadow: var(--box-shadow-30);
1365
+ display: -webkit-box;
1366
+ display: -ms-flexbox;
1367
+ display: flex;
1368
+ -webkit-box-align: center;
1369
+ -ms-flex-align: center;
1370
+ align-items: center;
1371
+ -webkit-box-pack: center;
1372
+ -ms-flex-pack: center;
1373
+ justify-content: center;
1374
+ position: fixed;
1375
+ top: auto;
1376
+ bottom: 0;
1377
+ left: 0;
1378
+ height: 3.8125rem;
1379
+ width: 100%;
1380
+ z-index: 1112;
1381
+ }
1382
+ .nav-container > * {
1383
+ min-width: 0;
1384
+ }
1385
+ }
1386
+
1387
+ @media only screen and (max-width: 580px) {
1388
+ .nav-container {
1389
+ border-radius: var(--radius-12) var(--radius-12) 0 0;
1390
+ height: 3rem;
1391
+ padding-right: 1rem;
1392
+ padding-left: 1rem;
1393
+ }
1394
+ }
1395
+
1396
+ @media only screen and (max-width: 991px) {
1397
+ .medium-zoom--opened .nav-container {
1398
+ z-index: 10;
1399
+ }
1400
+ }
1401
+
1402
+ .nav {
1403
+ display: -webkit-box;
1404
+ display: -ms-flexbox;
1405
+ display: flex;
1406
+ -webkit-box-align: center;
1407
+ -ms-flex-align: center;
1408
+ align-items: center;
1409
+ -webkit-box-pack: center;
1410
+ -ms-flex-pack: center;
1411
+ justify-content: center;
1412
+ height: 100%;
1413
+ overflow: hidden;
1414
+ }
1415
+
1416
+ .nav > * {
1417
+ min-width: 0;
1418
+ }
1419
+
1420
+ @media only screen and (max-width: 768px) {
1421
+ .nav {
1422
+ font-size: 0.875rem;
1423
+ }
1424
+ }
1425
+
1426
+ @media only screen and (max-width: 580px) {
1427
+ .nav {
1428
+ font-size: 0.6875rem;
1429
+ }
1430
+ }
1431
+
1432
+ .nav__item {
1433
+ margin-right: 2.75rem;
1434
+ }
1435
+
1436
+ @media only screen and (max-width: 991px) {
1437
+ .nav__item {
1438
+ margin-right: 2rem;
1439
+ }
1440
+ }
1441
+
1442
+ @media only screen and (max-width: 580px) {
1443
+ .nav__item {
1444
+ margin-right: 1.25rem;
1445
+ }
1446
+ }
1447
+
1448
+ .nav__item a {
1449
+ background: none;
1450
+ color: var(--color-paragraph);
1451
+ -webkit-text-fill-color: inherit;
1452
+ font-weight: 500;
1453
+ opacity: 1;
1454
+ -webkit-transition: all .3s ease-in-out;
1455
+ transition: all .3s ease-in-out;
1456
+ }
1457
+
1458
+ .nav__item a:hover {
1459
+ opacity: .6;
1460
+ text-decoration: none;
1461
+ }
1462
+
1463
+ .nav__item a.active {
1464
+ background: var(--color-gradient-text);
1465
+ -webkit-background-clip: text;
1466
+ background-clip: text;
1467
+ -webkit-text-fill-color: transparent;
1468
+ }
1469
+
1470
+ .nav__item a.active:hover {
1471
+ opacity: 1;
1472
+ }
1473
+
1474
+ .nav__item:last-child {
1475
+ margin-right: 0;
1476
+ }
1477
+
1478
+ /* -----------------------------------------------------------------
1479
+ - Popup
1480
+ ----------------------------------------------------------------- */
1481
+ .popup {
1482
+ background: var(--color-surface-1);
1483
+ border: 1px solid var(--color-border);
1484
+ border-radius: var(--radius-20);
1485
+ -webkit-box-shadow: var(--box-shadow-80);
1486
+ box-shadow: var(--box-shadow-80);
1487
+ margin: 1.25rem auto;
1488
+ padding: 1.875rem;
1489
+ position: relative;
1490
+ width: calc(100% - 1.875rem);
1491
+ max-width: 43.75rem;
1492
+ }
1493
+
1494
+ @media only screen and (max-width: 580px) {
1495
+ .popup {
1496
+ border-radius: var(--radius-14);
1497
+ margin: 0.9375rem auto;
1498
+ padding: 0.9375rem;
1499
+ width: calc(100% - 0.9375rem);
1500
+ }
1501
+ }
1502
+
1503
+ .mfp-bg {
1504
+ background: #0D0D0D;
1505
+ opacity: 0.7 !important;
1506
+ }
1507
+
1508
+ .mfp-close {
1509
+ background: var(--color-surface-2) !important;
1510
+ border-radius: var(--radius-8);
1511
+ color: var(--color-heading) !important;
1512
+ font-family: 'feather';
1513
+ height: 2rem;
1514
+ right: 0.9375rem;
1515
+ top: 0.9375rem;
1516
+ text-indent: -99999px;
1517
+ width: 2rem;
1518
+ }
1519
+
1520
+ .mfp-close::before {
1521
+ content: '\ea11';
1522
+ font-size: 1rem;
1523
+ display: -webkit-box;
1524
+ display: -ms-flexbox;
1525
+ display: flex;
1526
+ -webkit-box-align: center;
1527
+ -ms-flex-align: center;
1528
+ align-items: center;
1529
+ -webkit-box-pack: center;
1530
+ -ms-flex-pack: center;
1531
+ justify-content: center;
1532
+ position: absolute;
1533
+ top: 0;
1534
+ right: 0;
1535
+ bottom: 0;
1536
+ left: 0;
1537
+ text-indent: 0;
1538
+ }
1539
+
1540
+ .mfp-close::before > * {
1541
+ min-width: 0;
1542
+ }
1543
+
1544
+ .mfp-close:focus {
1545
+ right: 0.9375rem;
1546
+ top: 0.9375rem;
1547
+ }
1548
+
1549
+ /* Zoom-in effect */
1550
+ .mfp-zoom-in {
1551
+ /* animate in */
1552
+ /* animate out */
1553
+ }
1554
+
1555
+ .mfp-zoom-in .mfp-with-anim {
1556
+ opacity: 0;
1557
+ -webkit-transition: all 0.2s ease-in-out;
1558
+ transition: all 0.2s ease-in-out;
1559
+ -webkit-transform: scale(0.8);
1560
+ transform: scale(0.8);
1561
+ }
1562
+
1563
+ .mfp-zoom-in.mfp-bg {
1564
+ opacity: 0;
1565
+ -webkit-transition: all 0.3s ease-out;
1566
+ transition: all 0.3s ease-out;
1567
+ }
1568
+
1569
+ .mfp-zoom-in.mfp-ready .mfp-with-anim {
1570
+ opacity: 1;
1571
+ -webkit-transform: scale(1);
1572
+ transform: scale(1);
1573
+ }
1574
+
1575
+ .mfp-zoom-in.mfp-ready.mfp-bg {
1576
+ opacity: 0.8;
1577
+ }
1578
+
1579
+ .mfp-zoom-in.mfp-removing .mfp-with-anim {
1580
+ -webkit-transform: scale(0.8);
1581
+ transform: scale(0.8);
1582
+ opacity: 0;
1583
+ }
1584
+
1585
+ .mfp-zoom-in.mfp-removing.mfp-bg {
1586
+ opacity: 0;
1587
+ }
1588
+
1589
+ /* Move-horizontal effect */
1590
+ .mfp-move-horizontal {
1591
+ /* animate in */
1592
+ /* animate out */
1593
+ }
1594
+
1595
+ .mfp-move-horizontal .mfp-with-anim {
1596
+ opacity: 0;
1597
+ -webkit-transition: all 0.3s;
1598
+ transition: all 0.3s;
1599
+ -webkit-transform: translateX(-50px);
1600
+ transform: translateX(-50px);
1601
+ }
1602
+
1603
+ .mfp-move-horizontal.mfp-bg {
1604
+ opacity: 0;
1605
+ -webkit-transition: all 0.3s;
1606
+ transition: all 0.3s;
1607
+ }
1608
+
1609
+ .mfp-move-horizontal.mfp-ready .mfp-with-anim {
1610
+ opacity: 1;
1611
+ -webkit-transform: translateX(0);
1612
+ transform: translateX(0);
1613
+ }
1614
+
1615
+ .mfp-move-horizontal.mfp-ready.mfp-bg {
1616
+ opacity: 0.8;
1617
+ }
1618
+
1619
+ .mfp-move-horizontal.mfp-removing .mfp-with-anim {
1620
+ -webkit-transform: translateX(50px);
1621
+ transform: translateX(50px);
1622
+ opacity: 0;
1623
+ }
1624
+
1625
+ .mfp-move-horizontal.mfp-removing.mfp-bg {
1626
+ opacity: 0;
1627
+ }
1628
+
1629
+ /* Zoom-out effect */
1630
+ .mfp-zoom-out {
1631
+ /* animate in */
1632
+ /* animate out */
1633
+ }
1634
+
1635
+ .mfp-zoom-out .mfp-with-anim {
1636
+ opacity: 0;
1637
+ -webkit-transition: all 0.3s ease-in-out;
1638
+ transition: all 0.3s ease-in-out;
1639
+ -webkit-transform: scale(1.3);
1640
+ transform: scale(1.3);
1641
+ }
1642
+
1643
+ .mfp-zoom-out.mfp-bg {
1644
+ opacity: 0;
1645
+ -webkit-transition: all 0.3s ease-out;
1646
+ transition: all 0.3s ease-out;
1647
+ }
1648
+
1649
+ .mfp-zoom-out.mfp-ready .mfp-with-anim {
1650
+ opacity: 1;
1651
+ -webkit-transform: scale(1);
1652
+ transform: scale(1);
1653
+ }
1654
+
1655
+ .mfp-zoom-out.mfp-ready.mfp-bg {
1656
+ opacity: 0.8;
1657
+ }
1658
+
1659
+ .mfp-zoom-out.mfp-removing .mfp-with-anim {
1660
+ -webkit-transform: scale(1.3);
1661
+ transform: scale(1.3);
1662
+ opacity: 0;
1663
+ }
1664
+
1665
+ .mfp-zoom-out.mfp-removing.mfp-bg {
1666
+ opacity: 0;
1667
+ }
1668
+
1669
+ /* -----------------------------------------------------------------
1670
+ - Cases
1671
+ ----------------------------------------------------------------- */
1672
+ .case-item {
1673
+ display: -webkit-box;
1674
+ display: -ms-flexbox;
1675
+ display: flex;
1676
+ height: calc(100% - 1.25rem);
1677
+ padding-bottom: 1.25rem;
1678
+ position: relative;
1679
+ }
1680
+
1681
+ .case-item > * {
1682
+ min-width: 0;
1683
+ }
1684
+
1685
+ @media only screen and (max-width: 580px) {
1686
+ .case-item {
1687
+ display: -webkit-box;
1688
+ display: -ms-flexbox;
1689
+ display: flex;
1690
+ -webkit-box-orient: vertical;
1691
+ -webkit-box-direction: normal;
1692
+ -ms-flex-direction: column;
1693
+ flex-direction: column;
1694
+ -webkit-box-align: center;
1695
+ -ms-flex-align: center;
1696
+ align-items: center;
1697
+ text-align: center;
1698
+ }
1699
+ .case-item > * {
1700
+ min-width: 0;
1701
+ }
1702
+ }
1703
+
1704
+ .case-item__icon {
1705
+ margin-right: 1rem;
1706
+ height: 2.5rem;
1707
+ width: 2.5rem;
1708
+ }
1709
+
1710
+ @media only screen and (max-width: 580px) {
1711
+ .case-item__icon {
1712
+ margin-right: 0;
1713
+ margin-bottom: 0.8125rem;
1714
+ }
1715
+ }
1716
+
1717
+ .case-item div {
1718
+ -webkit-box-flex: 1;
1719
+ -ms-flex: 1;
1720
+ flex: 1;
1721
+ }
1722
+
1723
+ .case-item__caption:last-child {
1724
+ margin-bottom: 0;
1725
+ }
1726
+
1727
+ /* -----------------------------------------------------------------
1728
+ - Clients
1729
+ ----------------------------------------------------------------- */
1730
+ .js-carousel-clients {
1731
+ padding-top: 0.5rem;
1732
+ padding-bottom: 1rem;
1733
+ }
1734
+
1735
+ .js-carousel-clients .swiper-slide {
1736
+ text-align: center;
1737
+ }
1738
+
1739
+ .js-carousel-clients .logo-client {
1740
+ max-width: 80%;
1741
+ -webkit-filter: grayscale(1);
1742
+ filter: grayscale(1);
1743
+ -webkit-transition: all .5s ease-in-out;
1744
+ transition: all .5s ease-in-out;
1745
+ }
1746
+
1747
+ .js-carousel-clients .logo-client:hover {
1748
+ -webkit-filter: grayscale(0);
1749
+ filter: grayscale(0);
1750
+ }
1751
+
1752
+ /* -----------------------------------------------------------------
1753
+ - Contact
1754
+ ----------------------------------------------------------------- */
1755
+ @media only screen and (max-width: 768px) {
1756
+ .contact-form .btn {
1757
+ width: 100%;
1758
+ }
1759
+ }
1760
+
1761
+ .tabcontent .contact-form {
1762
+ padding-bottom: 1.875rem;
1763
+ }
1764
+
1765
+ @media only screen and (max-width: 580px) {
1766
+ .tabcontent .contact-form {
1767
+ padding-bottom: 1.25rem;
1768
+ }
1769
+ }
1770
+
1771
+ .map {
1772
+ border-radius: var(--radius-16);
1773
+ height: 23.75rem;
1774
+ margin-bottom: 2rem;
1775
+ position: relative;
1776
+ direction: ltr;
1777
+ }
1778
+
1779
+ @media only screen and (max-width: 580px) {
1780
+ .map {
1781
+ height: 15.625rem;
1782
+ }
1783
+ }
1784
+
1785
+ .popover-map-title {
1786
+ color: var(--color-surface-1);
1787
+ font-size: 1.1875rem;
1788
+ margin-top: 0.0625rem;
1789
+ margin-bottom: 0.5rem;
1790
+ }
1791
+
1792
+ .popover-map-caption {
1793
+ color: var(--color-surface-1);
1794
+ }
1795
+
1796
+ #marker {
1797
+ background-image: url("../images/icon-map-pic.svg");
1798
+ background-size: cover;
1799
+ width: 3.75rem;
1800
+ height: 3.75rem;
1801
+ cursor: pointer;
1802
+ }
1803
+
1804
+ @media only screen and (max-width: 580px) {
1805
+ #marker {
1806
+ width: 2.5rem;
1807
+ height: 2.5rem;
1808
+ }
1809
+ }
1810
+
1811
+ .mapboxgl-popup-content {
1812
+ background: var(--color-surface-2) !important;
1813
+ border: 1px solid var(--color-border);
1814
+ border-radius: var(--radius-8) !important;
1815
+ -webkit-box-shadow: var(--box-shadow-30) !important;
1816
+ box-shadow: var(--box-shadow-30) !important;
1817
+ }
1818
+
1819
+ .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
1820
+ border-top-color: var(--color-border) !important;
1821
+ }
1822
+
1823
+ .mapboxgl-popup-close-button {
1824
+ color: var(--color-heading);
1825
+ }
1826
+
1827
+ /* -----------------------------------------------------------------
1828
+ - Portfolio
1829
+ ----------------------------------------------------------------- */
1830
+ .m-item {
1831
+ background: var(--color-accent);
1832
+ margin-bottom: 30px;
1833
+ width: calc(33.333% - 20px);
1834
+ }
1835
+
1836
+ @media only screen and (max-width: 991px) {
1837
+ .m-item {
1838
+ width: calc(50% - 15px);
1839
+ }
1840
+ }
1841
+
1842
+ .gutter-sizer {
1843
+ width: 30px;
1844
+ }
1845
+
1846
+ .gallery-grid__item {
1847
+ margin-bottom: 1.75rem;
1848
+ width: calc(33.333% - 20px);
1849
+ }
1850
+
1851
+ .gallery-grid__item:hover .gallery-grid__image {
1852
+ -webkit-transform: scale3d(1.05, 1.05, 1);
1853
+ transform: scale3d(1.05, 1.05, 1);
1854
+ }
1855
+
1856
+ .gallery-grid__item:hover .gallery-grid__image-wrap::before {
1857
+ background: rgba(13, 13, 13, 0.3);
1858
+ }
1859
+
1860
+ .gallery-grid__item:hover .gallery-grid__image-wrap::after {
1861
+ -webkit-transform: scale(1);
1862
+ transform: scale(1);
1863
+ -webkit-transition: -webkit-transform .6s ease-in-out;
1864
+ transition: -webkit-transform .6s ease-in-out;
1865
+ transition: transform .6s ease-in-out;
1866
+ transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
1867
+ }
1868
+
1869
+ @media only screen and (max-width: 991px) {
1870
+ .gallery-grid__item {
1871
+ width: calc(50% - 16px);
1872
+ }
1873
+ }
1874
+
1875
+ @media only screen and (max-width: 768px) {
1876
+ .gallery-grid__item {
1877
+ width: 100%;
1878
+ }
1879
+ }
1880
+
1881
+ .gallery-grid__image-wrap {
1882
+ border-radius: var(--radius-16);
1883
+ max-height: 12.75rem;
1884
+ height: 13vw;
1885
+ overflow: hidden;
1886
+ position: relative;
1887
+ width: 100%;
1888
+ z-index: 1;
1889
+ }
1890
+
1891
+ .gallery-grid__image-wrap::before {
1892
+ content: '';
1893
+ background: rgba(13, 13, 13, 0);
1894
+ height: 100%;
1895
+ position: absolute;
1896
+ top: 0;
1897
+ left: 0;
1898
+ width: 100%;
1899
+ z-index: 1;
1900
+ -webkit-transition: all .5s ease-in-out;
1901
+ transition: all .5s ease-in-out;
1902
+ }
1903
+
1904
+ .gallery-grid__image-wrap::after {
1905
+ content: '\e95f';
1906
+ background: rgba(32, 32, 33, 0.8);
1907
+ -webkit-backdrop-filter: blur(6px);
1908
+ backdrop-filter: blur(6px);
1909
+ border-radius: var(--radius-12);
1910
+ font-family: 'feather' !important;
1911
+ font-size: 1.125rem;
1912
+ color: var(--color-accent) !important;
1913
+ display: -webkit-box;
1914
+ display: -ms-flexbox;
1915
+ display: flex;
1916
+ -webkit-box-align: center;
1917
+ -ms-flex-align: center;
1918
+ align-items: center;
1919
+ -webkit-box-pack: center;
1920
+ -ms-flex-pack: center;
1921
+ justify-content: center;
1922
+ height: 3.5rem;
1923
+ margin: auto;
1924
+ position: absolute;
1925
+ top: 0;
1926
+ right: 0;
1927
+ bottom: 0;
1928
+ left: 0;
1929
+ width: 3.5rem;
1930
+ -webkit-transform: scale(0);
1931
+ transform: scale(0);
1932
+ -webkit-transition: -webkit-transform .3s ease-in-out;
1933
+ transition: -webkit-transform .3s ease-in-out;
1934
+ transition: transform .3s ease-in-out;
1935
+ transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
1936
+ z-index: 2;
1937
+ }
1938
+
1939
+ .gallery-grid__image-wrap::after > * {
1940
+ min-width: 0;
1941
+ }
1942
+
1943
+ @media only screen and (max-width: 1200px) {
1944
+ .gallery-grid__image-wrap {
1945
+ max-height: 23.75rem;
1946
+ height: 15.5vw;
1947
+ }
1948
+ }
1949
+
1950
+ @media only screen and (max-width: 991px) {
1951
+ .gallery-grid__image-wrap {
1952
+ height: 13rem;
1953
+ }
1954
+ }
1955
+
1956
+ @media only screen and (max-width: 768px) {
1957
+ .gallery-grid__image-wrap {
1958
+ height: 18rem;
1959
+ }
1960
+ }
1961
+
1962
+ @media only screen and (max-width: 580px) {
1963
+ .gallery-grid__image-wrap {
1964
+ height: 11.875rem;
1965
+ }
1966
+ }
1967
+
1968
+ .gallery-grid__image {
1969
+ border-radius: var(--radius-16);
1970
+ -webkit-transform: scale3d(1, 1, 1);
1971
+ transform: scale3d(1, 1, 1);
1972
+ -webkit-transition: -webkit-transform .4s ease-in-out;
1973
+ transition: -webkit-transform .4s ease-in-out;
1974
+ transition: transform .4s ease-in-out;
1975
+ transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
1976
+ }
1977
+
1978
+ .gallery-grid__caption {
1979
+ padding: 0 0.5rem;
1980
+ }
1981
+
1982
+ .gallery-grid__title {
1983
+ font-size: 0.9375rem;
1984
+ font-weight: 300;
1985
+ color: var(--color-heading);
1986
+ margin-top: 1rem;
1987
+ margin-bottom: 0;
1988
+ }
1989
+
1990
+ .gallery-grid__category {
1991
+ font-size: 0.875rem;
1992
+ color: var(--color-paragraph);
1993
+ display: block;
1994
+ opacity: .7;
1995
+ }
1996
+
1997
+ @media only screen and (min-width: 769px) {
1998
+ .filter {
1999
+ display: -webkit-inline-box;
2000
+ display: -ms-inline-flexbox;
2001
+ display: inline-flex;
2002
+ -ms-flex-wrap: wrap;
2003
+ flex-wrap: wrap;
2004
+ list-style: none;
2005
+ margin-bottom: 1.75rem;
2006
+ padding: 0;
2007
+ }
2008
+ .filter > * {
2009
+ min-width: 0;
2010
+ }
2011
+ .filter__item {
2012
+ padding-right: 1.1875rem;
2013
+ }
2014
+ .filter__item:first-child {
2015
+ display: none;
2016
+ }
2017
+ .filter__item:last-child {
2018
+ padding-right: 0;
2019
+ }
2020
+ .filter__item.active a {
2021
+ cursor: default;
2022
+ opacity: 1 !important;
2023
+ background: var(--color-gradient-text);
2024
+ -webkit-background-clip: text;
2025
+ background-clip: text;
2026
+ -webkit-text-fill-color: transparent;
2027
+ -webkit-text-decoration-skip: objects;
2028
+ }
2029
+ .filter__link {
2030
+ color: var(--color-paragraph);
2031
+ font-weight: 500;
2032
+ padding: 0 0.25rem;
2033
+ text-decoration: none;
2034
+ display: block;
2035
+ overflow: hidden;
2036
+ opacity: 1;
2037
+ position: relative;
2038
+ -webkit-transition: all .4s ease-in-out;
2039
+ transition: all .4s ease-in-out;
2040
+ }
2041
+ .filter__link:hover {
2042
+ color: inherit;
2043
+ opacity: .7;
2044
+ text-decoration: none;
2045
+ }
2046
+ }
2047
+
2048
+ .select .placeholder {
2049
+ display: none;
2050
+ }
2051
+
2052
+ @media only screen and (max-width: 768px) {
2053
+ .select {
2054
+ border: 1px solid var(--color-border);
2055
+ border-radius: var(--radius-14);
2056
+ display: block;
2057
+ margin-bottom: 2rem;
2058
+ padding: 0.1875rem 1rem;
2059
+ position: relative;
2060
+ vertical-align: middle;
2061
+ text-align: left;
2062
+ -webkit-user-select: none;
2063
+ -moz-user-select: none;
2064
+ -ms-user-select: none;
2065
+ user-select: none;
2066
+ width: 100%;
2067
+ -webkit-touch-callout: none;
2068
+ z-index: 2;
2069
+ }
2070
+ .select .placeholder {
2071
+ cursor: pointer;
2072
+ display: block;
2073
+ padding: 0.5rem 0;
2074
+ position: relative;
2075
+ z-index: 1;
2076
+ }
2077
+ .select .placeholder:after {
2078
+ position: absolute;
2079
+ top: 50%;
2080
+ right: 0.125rem;
2081
+ -webkit-transform: translateY(-50%);
2082
+ transform: translateY(-50%);
2083
+ font-family: 'icomoon';
2084
+ content: '\e90e';
2085
+ z-index: 10;
2086
+ }
2087
+ .select.is-open .placeholder:after {
2088
+ content: '\e90f';
2089
+ }
2090
+ .select.is-open ul {
2091
+ display: block;
2092
+ }
2093
+ .select ul {
2094
+ background-color: var(--color-surface-1);
2095
+ border: 1px solid var(--color-border);
2096
+ -webkit-box-shadow: var(--box-shadow-40);
2097
+ box-shadow: var(--box-shadow-40);
2098
+ border-radius: var(--radius-14);
2099
+ display: none;
2100
+ max-height: 37.5rem;
2101
+ overflow: hidden;
2102
+ overflow-y: auto;
2103
+ padding: 0.5625rem 0;
2104
+ position: absolute;
2105
+ top: 100%;
2106
+ left: 0;
2107
+ width: 100%;
2108
+ z-index: 100;
2109
+ }
2110
+ .select ul li {
2111
+ display: block;
2112
+ text-align: left;
2113
+ padding: 0.5rem 1rem;
2114
+ cursor: pointer;
2115
+ }
2116
+ .select ul li:hover {
2117
+ background-color: var(--color-surface-2);
2118
+ }
2119
+ .select ul li:hover a {
2120
+ color: var(--color-accent);
2121
+ }
2122
+ .select ul li:first-child {
2123
+ display: none;
2124
+ }
2125
+ .select ul li a {
2126
+ color: var(--color-paragraph);
2127
+ text-decoration: none;
2128
+ }
2129
+ }
2130
+
2131
+ @media only screen and (max-width: 580px) {
2132
+ .select {
2133
+ margin-bottom: 1.5rem;
2134
+ }
2135
+ }
2136
+
2137
+ /* -----------------------------------------------------------------
2138
+ - News
2139
+ ----------------------------------------------------------------- */
2140
+ .news-grid {
2141
+ display: -webkit-box;
2142
+ display: -ms-flexbox;
2143
+ display: flex;
2144
+ -ms-flex-wrap: wrap;
2145
+ flex-wrap: wrap;
2146
+ margin-left: -0.9375rem;
2147
+ margin-right: -0.9375rem;
2148
+ }
2149
+
2150
+ .news-grid > * {
2151
+ min-width: 0;
2152
+ }
2153
+
2154
+ @media only screen and (max-width: 991px) {
2155
+ .news-grid {
2156
+ margin-left: 0;
2157
+ margin-right: 0;
2158
+ }
2159
+ }
2160
+
2161
+ .news-item {
2162
+ border-radius: var(--radius-16);
2163
+ -webkit-box-shadow: var(--box-shadow-50);
2164
+ box-shadow: var(--box-shadow-50);
2165
+ margin-bottom: 1.875rem;
2166
+ margin-left: 0.9375rem;
2167
+ margin-right: 0.9375rem;
2168
+ padding: 0;
2169
+ width: calc(50% - 30px);
2170
+ }
2171
+
2172
+ @media only screen and (max-width: 991px) {
2173
+ .news-item {
2174
+ margin-left: 0;
2175
+ margin-right: 0;
2176
+ width: 100%;
2177
+ }
2178
+ }
2179
+
2180
+ @media only screen and (max-width: 580px) {
2181
+ .news-item {
2182
+ margin-bottom: 1.25rem;
2183
+ }
2184
+ }
2185
+
2186
+ .news-item__image-wrap {
2187
+ overflow: hidden;
2188
+ border-radius: var(--radius-16);
2189
+ height: 14rem;
2190
+ position: relative;
2191
+ }
2192
+
2193
+ @media only screen and (max-width: 991px) {
2194
+ .news-item__image-wrap {
2195
+ height: 18rem;
2196
+ }
2197
+ }
2198
+
2199
+ @media only screen and (max-width: 580px) {
2200
+ .news-item__image-wrap {
2201
+ border-radius: var(--radius-12);
2202
+ height: 12rem;
2203
+ }
2204
+ }
2205
+
2206
+ .news-item__image-wrap img {
2207
+ -webkit-transform: scale(1);
2208
+ transform: scale(1);
2209
+ -webkit-transition: -webkit-transform .3s ease-in-out;
2210
+ transition: -webkit-transform .3s ease-in-out;
2211
+ transition: transform .3s ease-in-out;
2212
+ transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
2213
+ }
2214
+
2215
+ .news-item:hover .news-item__image-wrap img {
2216
+ -webkit-transform: scale(1.05);
2217
+ transform: scale(1.05);
2218
+ -webkit-transition: -webkit-transform .3s ease-in-out;
2219
+ transition: -webkit-transform .3s ease-in-out;
2220
+ transition: transform .3s ease-in-out;
2221
+ transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
2222
+ }
2223
+
2224
+ .news-item__date {
2225
+ margin-bottom: 0.75rem;
2226
+ opacity: .7;
2227
+ }
2228
+
2229
+ .news-item__date span {
2230
+ display: inline-block;
2231
+ padding-right: 1.125rem;
2232
+ position: relative;
2233
+ }
2234
+
2235
+ .news-item__date span::after {
2236
+ content: '';
2237
+ background: var(--color-paragraph);
2238
+ border-radius: 50%;
2239
+ height: 0.25rem;
2240
+ margin: auto;
2241
+ position: absolute;
2242
+ top: 0;
2243
+ right: 0.4375rem;
2244
+ bottom: 0;
2245
+ width: 0.25rem;
2246
+ }
2247
+
2248
+ .news-item__link {
2249
+ position: absolute;
2250
+ height: 100%;
2251
+ width: 100%;
2252
+ z-index: 2;
2253
+ }
2254
+
2255
+ .news-item__caption {
2256
+ padding: 1.25rem 1.5rem 0.375rem;
2257
+ }
2258
+
2259
+ @media only screen and (max-width: 580px) {
2260
+ .news-item__caption {
2261
+ padding: 1.1875rem 1rem 0;
2262
+ }
2263
+ }
2264
+
2265
+ .news-item .title {
2266
+ margin-bottom: 0.625rem;
2267
+ }
2268
+
2269
+ .news-item .title a {
2270
+ color: var(--color-heading);
2271
+ -webkit-transition: all .3s ease-in-out;
2272
+ transition: all .3s ease-in-out;
2273
+ }
2274
+
2275
+ .news-item .title a:hover {
2276
+ background: var(--color-gradient-text);
2277
+ -webkit-background-clip: text;
2278
+ background-clip: text;
2279
+ -webkit-text-fill-color: transparent;
2280
+ }
2281
+
2282
+ /* -----------------------------------------------------------------
2283
+ - Single post
2284
+ ----------------------------------------------------------------- */
2285
+ .header-post {
2286
+ margin-top: 1rem;
2287
+ text-align: center;
2288
+ }
2289
+
2290
+ @media only screen and (max-width: 580px) {
2291
+ .header-post {
2292
+ margin-top: 1rem;
2293
+ }
2294
+ }
2295
+
2296
+ .header-post .title {
2297
+ font-size: 2.5rem;
2298
+ margin-bottom: 1.5rem;
2299
+ }
2300
+
2301
+ @media only screen and (max-width: 991px) {
2302
+ .header-post .title {
2303
+ font-size: 2.25rem;
2304
+ margin-bottom: 1.125rem;
2305
+ }
2306
+ }
2307
+
2308
+ @media only screen and (max-width: 768px) {
2309
+ .header-post .title {
2310
+ font-size: 2rem;
2311
+ }
2312
+ }
2313
+
2314
+ @media only screen and (max-width: 580px) {
2315
+ .header-post .title {
2316
+ font-size: 1.75rem;
2317
+ margin-bottom: 1rem;
2318
+ }
2319
+ }
2320
+
2321
+ .header-post__image-wrap {
2322
+ height: 25rem;
2323
+ margin-left: -1.875rem;
2324
+ margin-right: -1.875rem;
2325
+ margin-bottom: 2.5rem;
2326
+ }
2327
+
2328
+ @media only screen and (max-width: 580px) {
2329
+ .header-post__image-wrap {
2330
+ height: 15rem;
2331
+ margin-left: -1.25rem;
2332
+ margin-right: -1.25rem;
2333
+ margin-bottom: 1.5rem;
2334
+ }
2335
+ }
2336
+
2337
+ .caption-post {
2338
+ margin-left: auto;
2339
+ margin-right: auto;
2340
+ margin-bottom: 2rem;
2341
+ width: 80%;
2342
+ }
2343
+
2344
+ @media only screen and (max-width: 991px) {
2345
+ .caption-post {
2346
+ width: 100%;
2347
+ }
2348
+ }
2349
+
2350
+ @media only screen and (max-width: 580px) {
2351
+ .caption-post {
2352
+ margin-bottom: 1.1875rem;
2353
+ }
2354
+ }
2355
+
2356
+ .gallery-post {
2357
+ display: -webkit-box;
2358
+ display: -ms-flexbox;
2359
+ display: flex;
2360
+ -ms-flex-wrap: wrap;
2361
+ flex-wrap: wrap;
2362
+ margin-left: -1rem;
2363
+ margin-right: -1rem;
2364
+ }
2365
+
2366
+ .gallery-post > * {
2367
+ min-width: 0;
2368
+ }
2369
+
2370
+ @media only screen and (max-width: 580px) {
2371
+ .gallery-post {
2372
+ margin-left: 0;
2373
+ margin-right: 0;
2374
+ }
2375
+ }
2376
+
2377
+ .gallery-post__item {
2378
+ -webkit-box-flex: calc(50% - 32px);
2379
+ -ms-flex: calc(50% - 32px);
2380
+ flex: calc(50% - 32px);
2381
+ height: auto;
2382
+ max-height: 80vw;
2383
+ margin-left: 1rem;
2384
+ margin-right: 1rem;
2385
+ width: calc(50% - 32px);
2386
+ }
2387
+
2388
+ @media only screen and (max-width: 580px) {
2389
+ .gallery-post__item {
2390
+ -webkit-box-flex: 100%;
2391
+ -ms-flex: 100%;
2392
+ flex: 100%;
2393
+ margin-left: 0;
2394
+ margin-right: 0;
2395
+ margin-bottom: 1rem;
2396
+ width: 100%;
2397
+ }
2398
+ }
2399
+
2400
+ .gallery-post__caption {
2401
+ font-size: 0.8125rem;
2402
+ font-style: italic;
2403
+ padding: 1rem 1rem 2rem;
2404
+ text-align: center;
2405
+ width: 100%;
2406
+ }
2407
+
2408
+ @media only screen and (max-width: 580px) {
2409
+ .gallery-post__caption {
2410
+ padding: 0 0 1rem;
2411
+ }
2412
+ }
2413
+
2414
+ .gallery-post__caption a {
2415
+ color: var(--color-accent);
2416
+ }
2417
+
2418
+ .footer-post {
2419
+ display: -webkit-box;
2420
+ display: -ms-flexbox;
2421
+ display: flex;
2422
+ -webkit-box-align: center;
2423
+ -ms-flex-align: center;
2424
+ align-items: center;
2425
+ -webkit-box-pack: center;
2426
+ -ms-flex-pack: center;
2427
+ justify-content: center;
2428
+ -ms-flex-wrap: wrap;
2429
+ flex-wrap: wrap;
2430
+ margin-bottom: 2rem;
2431
+ margin-top: 2rem;
2432
+ padding-top: 2rem;
2433
+ position: relative;
2434
+ }
2435
+
2436
+ .footer-post > * {
2437
+ min-width: 0;
2438
+ }
2439
+
2440
+ @media only screen and (max-width: 580px) {
2441
+ .footer-post {
2442
+ margin-bottom: 1rem;
2443
+ margin-top: 1rem;
2444
+ }
2445
+ }
2446
+
2447
+ .footer-post::before {
2448
+ content: '';
2449
+ background-color: var(--color-border);
2450
+ height: 0.0625rem;
2451
+ margin: auto;
2452
+ position: absolute;
2453
+ top: 0;
2454
+ right: 0;
2455
+ left: 0;
2456
+ max-width: 6.25rem;
2457
+ width: 15%;
2458
+ }
2459
+
2460
+ .footer-post__share {
2461
+ display: -webkit-box;
2462
+ display: -ms-flexbox;
2463
+ display: flex;
2464
+ -webkit-box-align: baseline;
2465
+ -ms-flex-align: baseline;
2466
+ align-items: baseline;
2467
+ font-size: 0.8125rem;
2468
+ color: var(--color-paragraph);
2469
+ margin: 0 1.0625rem;
2470
+ }
2471
+
2472
+ .footer-post__share > * {
2473
+ min-width: 0;
2474
+ }
2475
+
2476
+ @media only screen and (max-width: 580px) {
2477
+ .footer-post__share {
2478
+ margin: 0 0.375rem;
2479
+ }
2480
+ }
2481
+
2482
+ .footer-post__share:hover {
2483
+ color: var(--color-accent);
2484
+ text-decoration: none;
2485
+ }
2486
+
2487
+ .footer-post__share .font-icon {
2488
+ margin-right: 0.6875rem;
2489
+ }
2490
+
2491
+ @media only screen and (max-width: 580px) {
2492
+ .footer-post__share span {
2493
+ display: none;
2494
+ }
2495
+ }
2496
+
2497
+ .comment-box {
2498
+ display: -webkit-box;
2499
+ display: -ms-flexbox;
2500
+ display: flex;
2501
+ -webkit-box-orient: vertical;
2502
+ -webkit-box-direction: normal;
2503
+ -ms-flex-direction: column;
2504
+ flex-direction: column;
2505
+ }
2506
+
2507
+ .comment-box > * {
2508
+ min-width: 0;
2509
+ }
2510
+
2511
+ .comment-box .comment-box {
2512
+ margin-left: 3rem;
2513
+ }
2514
+
2515
+ @media only screen and (max-width: 580px) {
2516
+ .comment-box .comment-box {
2517
+ margin-left: 1.1875rem;
2518
+ }
2519
+ }
2520
+
2521
+ .comment-box__inner {
2522
+ border-radius: var(--radius-16);
2523
+ -webkit-box-shadow: var(--box-shadow-50);
2524
+ box-shadow: var(--box-shadow-50);
2525
+ display: -webkit-box;
2526
+ display: -ms-flexbox;
2527
+ display: flex;
2528
+ margin-bottom: 1.25rem;
2529
+ padding: 1.25rem 1.25rem 1rem 1.25rem;
2530
+ }
2531
+
2532
+ .comment-box__inner > * {
2533
+ min-width: 0;
2534
+ }
2535
+
2536
+ @media only screen and (max-width: 580px) {
2537
+ .comment-box__inner {
2538
+ border-radius: var(--radius-12);
2539
+ -webkit-box-shadow: var(--box-shadow-30);
2540
+ box-shadow: var(--box-shadow-30);
2541
+ -webkit-box-orient: vertical;
2542
+ -webkit-box-direction: normal;
2543
+ -ms-flex-direction: column;
2544
+ flex-direction: column;
2545
+ padding: 1rem;
2546
+ margin-bottom: 1rem;
2547
+ }
2548
+ }
2549
+
2550
+ .comment-box__body {
2551
+ -webkit-box-flex: 1;
2552
+ -ms-flex: 1;
2553
+ flex: 1;
2554
+ padding-left: 1rem;
2555
+ }
2556
+
2557
+ @media only screen and (max-width: 580px) {
2558
+ .comment-box__body {
2559
+ margin-top: 0.75rem;
2560
+ padding-left: 0rem;
2561
+ }
2562
+ }
2563
+
2564
+ .comment-box__body p {
2565
+ margin-bottom: 0.6875rem;
2566
+ }
2567
+
2568
+ @media only screen and (max-width: 580px) {
2569
+ .comment-box__body p {
2570
+ margin-bottom: 0.5rem;
2571
+ }
2572
+ }
2573
+
2574
+ .comment-box__body .emoji {
2575
+ margin: 0 0.3125rem;
2576
+ vertical-align: bottom;
2577
+ }
2578
+
2579
+ @media only screen and (max-width: 580px) {
2580
+ .comment-box__body .emoji {
2581
+ margin: 0 0.125rem;
2582
+ height: 1.0625rem;
2583
+ width: 1.0625rem;
2584
+ }
2585
+ }
2586
+
2587
+ .comment-box__details {
2588
+ display: -webkit-box;
2589
+ display: -ms-flexbox;
2590
+ display: flex;
2591
+ -webkit-box-pack: justify;
2592
+ -ms-flex-pack: justify;
2593
+ justify-content: space-between;
2594
+ font-size: 1.125rem;
2595
+ margin-top: 0.5rem;
2596
+ margin-bottom: 0.5rem;
2597
+ }
2598
+
2599
+ .comment-box__details > * {
2600
+ min-width: 0;
2601
+ }
2602
+
2603
+ @media only screen and (max-width: 580px) {
2604
+ .comment-box__details {
2605
+ font-size: 0.9375rem;
2606
+ -webkit-box-orient: vertical;
2607
+ -webkit-box-direction: normal;
2608
+ -ms-flex-direction: column;
2609
+ flex-direction: column;
2610
+ margin-top: 0;
2611
+ }
2612
+ }
2613
+
2614
+ .comment-box__details a {
2615
+ text-decoration: none;
2616
+ }
2617
+
2618
+ .comment-box__details-date {
2619
+ font-size: 0.75rem;
2620
+ font-weight: 400;
2621
+ opacity: .5;
2622
+ }
2623
+
2624
+ @media only screen and (max-width: 580px) {
2625
+ .comment-box__details-date {
2626
+ font-size: 0.75rem;
2627
+ margin-top: 0.3125rem;
2628
+ }
2629
+ }
2630
+
2631
+ .comment-box .avatar {
2632
+ margin-right: 1rem;
2633
+ -ms-flex-negative: 0;
2634
+ flex-shrink: 0;
2635
+ }
2636
+
2637
+ .comment-box__footer {
2638
+ display: -webkit-inline-box;
2639
+ display: -ms-inline-flexbox;
2640
+ display: inline-flex;
2641
+ list-style: none;
2642
+ margin: 0;
2643
+ padding: 0;
2644
+ }
2645
+
2646
+ .comment-box__footer > * {
2647
+ min-width: 0;
2648
+ }
2649
+
2650
+ .comment-box__footer li {
2651
+ cursor: pointer;
2652
+ font-weight: 400;
2653
+ margin-right: 2rem;
2654
+ }
2655
+
2656
+ @media only screen and (max-width: 580px) {
2657
+ .comment-box__footer li {
2658
+ margin-right: 1rem;
2659
+ }
2660
+ }
2661
+
2662
+ .comment-box__footer li:last-child {
2663
+ margin-right: 0;
2664
+ }
2665
+
2666
+ .comment-box__footer .font-icon {
2667
+ font-size: 1rem;
2668
+ vertical-align: text-bottom;
2669
+ }
2670
+
2671
+ @media only screen and (max-width: 580px) {
2672
+ .comment-box__footer .font-icon {
2673
+ font-size: 0.875rem;
2674
+ }
2675
+ }
2676
+
2677
+ .comment-form {
2678
+ margin-top: 1rem;
2679
+ position: relative;
2680
+ }
2681
+
2682
+ .comment-form .textarea {
2683
+ padding: 1.5rem 4.5rem;
2684
+ max-height: 12.5rem;
2685
+ overflow: hidden !important;
2686
+ }
2687
+
2688
+ @media only screen and (max-width: 580px) {
2689
+ .comment-form .textarea {
2690
+ padding: 0.875rem 3.25rem;
2691
+ }
2692
+ }
2693
+
2694
+ .comment-form .btn {
2695
+ height: 3rem;
2696
+ margin-bottom: auto;
2697
+ margin-top: auto;
2698
+ padding: 0;
2699
+ position: absolute;
2700
+ top: 0;
2701
+ bottom: 0;
2702
+ width: 3rem;
2703
+ }
2704
+
2705
+ @media only screen and (max-width: 580px) {
2706
+ .comment-form .btn {
2707
+ height: 2.14286rem;
2708
+ width: 2.14286rem;
2709
+ }
2710
+ }
2711
+
2712
+ .comment-form .btn i {
2713
+ background: var(--color-gradient-text);
2714
+ -webkit-background-clip: text;
2715
+ background-clip: text;
2716
+ -webkit-text-fill-color: transparent;
2717
+ -webkit-text-decoration-skip: objects;
2718
+ cursor: pointer;
2719
+ font-size: 1rem;
2720
+ margin: 0;
2721
+ }
2722
+
2723
+ @media only screen and (max-width: 580px) {
2724
+ .comment-form .btn i {
2725
+ font-size: 1rem;
2726
+ }
2727
+ }
2728
+
2729
+ .comment-form .btn-submit {
2730
+ right: 0;
2731
+ margin-right: 0.75rem;
2732
+ }
2733
+
2734
+ @media only screen and (max-width: 580px) {
2735
+ .comment-form .btn-submit {
2736
+ margin-right: 0.625rem;
2737
+ }
2738
+ }
2739
+
2740
+ .comment-form .btn-emoji {
2741
+ line-height: 0;
2742
+ }
2743
+
2744
+ .comment-form .dropdown {
2745
+ height: 1.1875rem;
2746
+ line-height: 1.2;
2747
+ margin-top: auto;
2748
+ margin-bottom: auto;
2749
+ margin-left: 0.75rem;
2750
+ position: absolute;
2751
+ top: 0;
2752
+ bottom: 0;
2753
+ }
2754
+
2755
+ .comment-form .dropdown-menu {
2756
+ background: var(--color-surface-2);
2757
+ border: 1px solid var(--color-border);
2758
+ border-radius: var(--radius-16);
2759
+ -webkit-box-shadow: var(--box-shadow-50);
2760
+ box-shadow: var(--box-shadow-50);
2761
+ margin-left: -1rem;
2762
+ min-width: 14.9375rem;
2763
+ max-width: 14.9375rem;
2764
+ }
2765
+
2766
+ .comment-form .dropdown-menu::before {
2767
+ content: '';
2768
+ height: 0;
2769
+ border-left: 0.375rem solid transparent;
2770
+ border-right: 0.375rem solid transparent;
2771
+ border-top: 0.375rem solid var(--color-surface-2);
2772
+ position: absolute;
2773
+ bottom: -0.375rem;
2774
+ left: 1rem;
2775
+ width: 0;
2776
+ }
2777
+
2778
+ @media only screen and (max-width: 580px) {
2779
+ .comment-form .dropdown {
2780
+ margin-left: 0.625rem;
2781
+ }
2782
+ }
2783
+
2784
+ .emoji-wrap {
2785
+ display: -webkit-box;
2786
+ display: -ms-flexbox;
2787
+ display: flex;
2788
+ -ms-flex-pack: distribute;
2789
+ justify-content: space-around;
2790
+ -ms-flex-wrap: wrap;
2791
+ flex-wrap: wrap;
2792
+ padding: 0.375rem 0.8125rem 0.1875rem;
2793
+ }
2794
+
2795
+ .emoji-wrap > * {
2796
+ min-width: 0;
2797
+ }
2798
+
2799
+ .emoji-wrap .emoji {
2800
+ cursor: pointer;
2801
+ border-radius: 0.1875rem;
2802
+ margin: 0.125rem;
2803
+ padding: 0.1875rem;
2804
+ }
2805
+
2806
+ .emoji-wrap .emoji:hover {
2807
+ background-color: var(--color-bg);
2808
+ }
2809
+
2810
+ .scroll-line {
2811
+ height: 0.1875rem;
2812
+ position: fixed;
2813
+ top: 0;
2814
+ width: 0;
2815
+ z-index: 3;
2816
+ }
2817
+
2818
+ .social-auth {
2819
+ color: var(--color-heading);
2820
+ list-style: none;
2821
+ padding: 0;
2822
+ margin-top: 1rem;
2823
+ }
2824
+
2825
+ @media only screen and (max-width: 580px) {
2826
+ .social-auth {
2827
+ font-size: 0.875rem;
2828
+ }
2829
+ }
2830
+
2831
+ .social-auth__item {
2832
+ display: -webkit-inline-box;
2833
+ display: -ms-inline-flexbox;
2834
+ display: inline-flex;
2835
+ margin-right: 0.375rem;
2836
+ }
2837
+
2838
+ .social-auth__item > * {
2839
+ min-width: 0;
2840
+ }
2841
+
2842
+ .social-auth__link {
2843
+ color: var(--color-heading);
2844
+ }
2845
+
2846
+ .social-auth__link:hover {
2847
+ color: var(--color-heading);
2848
+ opacity: .7;
2849
+ }
2850
+
2851
+ .social-auth .font-icon {
2852
+ border-radius: 50%;
2853
+ font-size: 0.75rem;
2854
+ padding: 0.375rem;
2855
+ }
2856
+
2857
+ @media only screen and (max-width: 580px) {
2858
+ .social-auth .font-icon {
2859
+ font-size: 0.6875rem;
2860
+ }
2861
+ }
2862
+
2863
+ .social-auth .icon-facebook {
2864
+ background-color: #3B5998;
2865
+ }
2866
+
2867
+ .social-auth .icon-twitter {
2868
+ background-color: #55ACEE;
2869
+ }
2870
+
2871
+ .social-auth .icon-dribbble {
2872
+ background-color: #F26798;
2873
+ }
2874
+
2875
+ .social-auth .icon-behance {
2876
+ background-color: #4176FA;
2877
+ }
2878
+
2879
+ /* -----------------------------------------------------------------
2880
+ - Single project
2881
+ ----------------------------------------------------------------- */
2882
+ .header-project {
2883
+ margin-top: 1.5rem;
2884
+ margin-bottom: 2.5rem;
2885
+ position: relative;
2886
+ }
2887
+
2888
+ @media only screen and (max-width: 580px) {
2889
+ .header-project {
2890
+ margin-top: 1rem;
2891
+ margin-bottom: 1.875rem;
2892
+ }
2893
+ }
2894
+
2895
+ .header-project .title {
2896
+ margin-bottom: 1.5rem;
2897
+ position: absolute;
2898
+ bottom: 0;
2899
+ left: 0;
2900
+ z-index: 2;
2901
+ }
2902
+
2903
+ @media only screen and (max-width: 580px) {
2904
+ .header-project .title {
2905
+ font-size: 1.25rem;
2906
+ margin-bottom: 0.75rem;
2907
+ }
2908
+ }
2909
+
2910
+ .header-project__image-wrap {
2911
+ height: 25rem;
2912
+ margin-left: -1.875rem;
2913
+ margin-right: -1.875rem;
2914
+ position: relative;
2915
+ }
2916
+
2917
+ .header-project__image-wrap::before {
2918
+ content: '';
2919
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), color-stop(68.23%, rgba(13, 13, 13, 0.4)), to(rgba(13, 13, 13, 0.4)));
2920
+ background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.4) 68.23%, rgba(13, 13, 13, 0.4) 100%);
2921
+ height: 100%;
2922
+ position: absolute;
2923
+ top: 0;
2924
+ left: 0;
2925
+ width: 100%;
2926
+ z-index: 1;
2927
+ }
2928
+
2929
+ @media only screen and (max-width: 580px) {
2930
+ .header-project__image-wrap {
2931
+ height: 15.625rem;
2932
+ margin-left: -0.9375rem;
2933
+ margin-right: -0.9375rem;
2934
+ margin-bottom: 1.5rem;
2935
+ }
2936
+ }
2937
+
2938
+ /* Slider */
2939
+ .js-carousel-project {
2940
+ margin-top: 2.375rem;
2941
+ }
2942
+
2943
+ .js-carousel-project .swiper-pagination {
2944
+ margin-top: 1.875rem;
2945
+ }
2946
+
2947
+ @media only screen and (max-width: 580px) {
2948
+ .js-carousel-project {
2949
+ margin-top: 1.5rem;
2950
+ }
2951
+ }
2952
+
2953
+ .swiper-slide-project {
2954
+ height: 19.6875rem;
2955
+ max-width: 35rem;
2956
+ opacity: .5;
2957
+ overflow: hidden;
2958
+ -webkit-transition: opacity .3s ease-in-out;
2959
+ transition: opacity .3s ease-in-out;
2960
+ }
2961
+
2962
+ .swiper-slide-project.swiper-slide-active {
2963
+ opacity: 1;
2964
+ }
2965
+
2966
+ .swiper-slide-project img {
2967
+ -o-object-fit: cover;
2968
+ object-fit: cover;
2969
+ height: 100%;
2970
+ width: 100%;
2971
+ }
2972
+
2973
+ @media only screen and (max-width: 580px) {
2974
+ .swiper-slide-project {
2975
+ height: 9.25rem;
2976
+ }
2977
+ }
2978
+
2979
+ /* Button back */
2980
+ .btn-back {
2981
+ color: var(--color-paragraph);
2982
+ display: -webkit-box;
2983
+ display: -ms-flexbox;
2984
+ display: flex;
2985
+ -webkit-box-align: center;
2986
+ -ms-flex-align: center;
2987
+ align-items: center;
2988
+ }
2989
+
2990
+ .btn-back > * {
2991
+ min-width: 0;
2992
+ }
2993
+
2994
+ .btn-back:hover {
2995
+ color: var(--color-accent);
2996
+ }
2997
+
2998
+ .btn-back i {
2999
+ margin-right: 0.5rem;
3000
+ }
3001
+
3002
+ /* -----------------------------------------------------------------
3003
+ - Testimonials
3004
+ ----------------------------------------------------------------- */
3005
+ .swiper-container .swiper-wrapper {
3006
+ min-height: 100%;
3007
+ }
3008
+
3009
+ .review-item {
3010
+ cursor: pointer;
3011
+ display: -webkit-box;
3012
+ display: -ms-flexbox;
3013
+ display: flex;
3014
+ -webkit-box-orient: vertical;
3015
+ -webkit-box-direction: normal;
3016
+ -ms-flex-direction: column;
3017
+ flex-direction: column;
3018
+ background-color: var(--color-gradient-soft);
3019
+ border-radius: var(--radius-16);
3020
+ height: auto;
3021
+ padding: 1.875rem 1.875rem 1.5rem;
3022
+ margin-top: 2.5rem;
3023
+ }
3024
+
3025
+ .review-item > * {
3026
+ min-width: 0;
3027
+ }
3028
+
3029
+ .review-item::before {
3030
+ background: var(--color-gradient-soft) url(../icons/icon-quote.svg);
3031
+ background-repeat: no-repeat;
3032
+ background-position: 0 0, right 1.875rem top 1.5rem;
3033
+ }
3034
+
3035
+ @media only screen and (max-width: 580px) {
3036
+ .review-item {
3037
+ padding: 1rem;
3038
+ margin-top: 1.5rem;
3039
+ }
3040
+ .review-item::before {
3041
+ background-size: 0, 1.5rem;
3042
+ background-position: 0 0, right 0.9375rem top 0.9375rem;
3043
+ }
3044
+ }
3045
+
3046
+ .review-item .box-avatar {
3047
+ margin-top: -3.75rem;
3048
+ }
3049
+
3050
+ @media only screen and (max-width: 580px) {
3051
+ .review-item .box-avatar {
3052
+ margin-top: -2.5rem;
3053
+ margin-bottom: 0.5rem;
3054
+ }
3055
+ }
3056
+
3057
+ .review-item__caption:last-child {
3058
+ margin-bottom: 0;
3059
+ }
3060
+
3061
+ .review-item .title {
3062
+ margin-top: -1.375rem;
3063
+ margin-left: calc(5rem + 0.9375rem);
3064
+ margin-bottom: 0.75rem;
3065
+ }
3066
+
3067
+ @media only screen and (max-width: 580px) {
3068
+ .review-item .title {
3069
+ margin-left: 0;
3070
+ margin-top: 0.5rem;
3071
+ margin-bottom: 0.5rem;
3072
+ }
3073
+ }
3074
+
3075
+ .review-icon-quote {
3076
+ background: url(../icons/icon-quote.svg);
3077
+ background-repeat: no-repeat;
3078
+ background-position: center;
3079
+ margin: auto 0;
3080
+ height: 1.5rem;
3081
+ max-width: 5rem;
3082
+ }
3083
+
3084
+ .review-date {
3085
+ color: var(--color-paragraph);
3086
+ display: block;
3087
+ opacity: .7;
3088
+ margin: 0.25rem 0 0.625rem;
3089
+ }
3090
+
3091
+ .full-rewiew-con-avatar {
3092
+ display: -webkit-box;
3093
+ display: -ms-flexbox;
3094
+ display: flex;
3095
+ -webkit-box-orient: vertical;
3096
+ -webkit-box-direction: normal;
3097
+ -ms-flex-direction: column;
3098
+ flex-direction: column;
3099
+ }
3100
+
3101
+ .full-rewiew-con-avatar > * {
3102
+ min-width: 0;
3103
+ }
3104
+
3105
+ .full-rewiew-con-avatar .box-avatar {
3106
+ max-width: 5rem;
3107
+ width: auto;
3108
+ }
3109
+
3110
+ @media only screen and (max-width: 768px) {
3111
+ .full-rewiew-con-avatar .box-avatar {
3112
+ height: auto;
3113
+ }
3114
+ }
3115
+
3116
+ @media only screen and (max-width: 580px) {
3117
+ .full-rewiew-con-avatar .box-avatar {
3118
+ margin-bottom: 0.9375rem;
3119
+ }
3120
+ }
3121
+
3122
+ @media only screen and (max-width: 580px) {
3123
+ .full-rewiew-con-avatar .review-icon-quote {
3124
+ display: none;
3125
+ }
3126
+ }
3127
+
3128
+ .full-rewiew-con-text p:last-child {
3129
+ margin-bottom: 0;
3130
+ }
3131
+
3132
+ /* Carousel pagination */
3133
+ .swiper-pagination {
3134
+ margin-top: 0.5rem;
3135
+ position: relative;
3136
+ line-height: 0;
3137
+ }
3138
+
3139
+ @media only screen and (max-width: 580px) {
3140
+ .swiper-pagination {
3141
+ margin-top: 1rem;
3142
+ }
3143
+ }
3144
+
3145
+ .swiper-pagination-bullet {
3146
+ background: var(--color-surface-2);
3147
+ border-radius: 1rem;
3148
+ opacity: 1;
3149
+ height: 0.625rem;
3150
+ width: 0.625rem;
3151
+ -webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
3152
+ transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
3153
+ }
3154
+
3155
+ @media only screen and (max-width: 580px) {
3156
+ .swiper-pagination-bullet {
3157
+ height: 0.375rem;
3158
+ width: 0.375rem;
3159
+ }
3160
+ }
3161
+
3162
+ .swiper-pagination-bullet-active {
3163
+ background: var(--color-gradient);
3164
+ width: 1.25rem;
3165
+ }
3166
+
3167
+ @media only screen and (max-width: 580px) {
3168
+ .swiper-pagination-bullet-active {
3169
+ width: 0.75rem;
3170
+ }
3171
+ }
3172
+
3173
+ .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
3174
+ margin: 0 0.3125rem;
3175
+ }
3176
+
3177
+ .swiper-container-horizontal > .swiper-pagination-bullets,
3178
+ .swiper-pagination-custom, .swiper-pagination-fraction {
3179
+ bottom: 0;
3180
+ }
3181
+
3182
+ /* -----------------------------------------------------------------
3183
+ - Timeline
3184
+ ----------------------------------------------------------------- */
3185
+ .timeline {
3186
+ margin-top: 1.8125rem;
3187
+ padding-left: 1.5rem;
3188
+ position: relative;
3189
+ }
3190
+
3191
+ .timeline::before {
3192
+ content: '';
3193
+ border-left-color: var(--color-border);
3194
+ border-left-width: 1px;
3195
+ border-left-style: solid;
3196
+ height: 3.75rem;
3197
+ width: 1px;
3198
+ position: absolute;
3199
+ top: -1.875rem;
3200
+ }
3201
+
3202
+ @media only screen and (max-width: 580px) {
3203
+ .timeline {
3204
+ padding-left: 0.90625rem;
3205
+ }
3206
+ }
3207
+
3208
+ .timeline__item {
3209
+ border-left-color: var(--color-border);
3210
+ border-left-width: 1px;
3211
+ border-left-style: solid;
3212
+ padding-bottom: 0.5625rem;
3213
+ padding-left: 2.5rem;
3214
+ position: relative;
3215
+ }
3216
+
3217
+ .timeline__item::before {
3218
+ content: '';
3219
+ background: var(--color-gradient-text);
3220
+ -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 219, 110, 0.1);
3221
+ box-shadow: 0 0 0 0.25rem rgba(255, 219, 110, 0.1);
3222
+ border-radius: 50%;
3223
+ position: absolute;
3224
+ top: 0.0625rem;
3225
+ left: -0.3125rem;
3226
+ height: 0.5625rem;
3227
+ width: 0.5625rem;
3228
+ }
3229
+
3230
+ .timeline__item:last-child {
3231
+ border: 0;
3232
+ }
3233
+
3234
+ @media only screen and (max-width: 580px) {
3235
+ .timeline__item {
3236
+ padding-left: 1.875rem;
3237
+ }
3238
+ .timeline__item::before {
3239
+ left: -0.21875rem;
3240
+ height: 0.375rem;
3241
+ width: 0.375rem;
3242
+ }
3243
+ }
3244
+
3245
+ .timeline__title {
3246
+ margin-bottom: 0;
3247
+ position: relative;
3248
+ top: -0.3125rem;
3249
+ }
3250
+
3251
+ .timeline__period {
3252
+ background: var(--color-gradient-text);
3253
+ -webkit-background-clip: text;
3254
+ background-clip: text;
3255
+ -webkit-text-fill-color: transparent;
3256
+ font-weight: 400;
3257
+ }
3258
+
3259
+ .timeline__description {
3260
+ margin-top: 0.25rem;
3261
+ }
3262
+
3263
+ @media only screen and (max-width: 580px) {
3264
+ .timeline__description {
3265
+ margin-top: 0.1875rem;
3266
+ }
3267
+ }
3268
+
3269
+ /* -----------------------------------------------------------------
3270
+ - Other
3271
+ ----------------------------------------------------------------- */
3272
+ .back-to-top {
3273
+ border-top: 1px solid var(--color-accent);
3274
+ border-left: 1px solid var(--color-accent);
3275
+ cursor: pointer;
3276
+ height: 1.5rem;
3277
+ opacity: .5;
3278
+ position: fixed;
3279
+ right: 2.5rem;
3280
+ bottom: 1.875rem;
3281
+ width: 1.5rem;
3282
+ -webkit-transform: rotate(45deg);
3283
+ transform: rotate(45deg);
3284
+ -webkit-transition: opacity .35s ease-out;
3285
+ transition: opacity .35s ease-out;
3286
+ z-index: 10;
3287
+ }
3288
+
3289
+ .back-to-top:hover {
3290
+ opacity: 1;
3291
+ }
3292
+
3293
+ @media only screen and (max-width: 768px) {
3294
+ .back-to-top {
3295
+ height: 1.5rem;
3296
+ width: 1.5rem;
3297
+ }
3298
+ }
3299
+
3300
+ @media only screen and (max-width: 580px) {
3301
+ .back-to-top {
3302
+ display: none !important;
3303
+ }
3304
+ }
3305
+
3306
+ .js-lines {
3307
+ overflow: hidden;
3308
+ }
3309
+
3310
+ .js-lines div {
3311
+ overflow: hidden;
3312
+ }
3313
+
3314
+ .js-words div div {
3315
+ opacity: 0;
3316
+ }
3317
+
3318
+ .medium-zoom-overlay {
3319
+ background: var(--color-surface-1) !important;
3320
+ z-index: 1104;
3321
+ }
3322
+
3323
+ .medium-zoom-image {
3324
+ cursor: pointer !important;
3325
+ z-index: 1104;
3326
+ }
3327
+
3328
+ .medium-zoom-image--opened {
3329
+ border-radius: 0.0625rem;
3330
+ height: 100%;
3331
+ }
3332
+ /* Preloader */
3333
+ #preloader {
3334
+ position: fixed;
3335
+ top:0;
3336
+ left:0;
3337
+ right:0;
3338
+ bottom:0;
3339
+ background-color:rgb(0, 0, 0); /* change if the mask should have another color then white */
3340
+ z-index:99; /* makes sure it stays on top */
3341
+ }
3342
+
3343
+ #status {
3344
+ width:200px;
3345
+ height:200px;
3346
+ position:absolute;
3347
+ left:50%; /* centers the loading animation horizontally one the screen */
3348
+ top:50%; /* centers the loading animation vertically one the screen */
3349
+ background-image:url(../images/splash.gif); /* path to your loading animation */
3350
+ background-repeat:no-repeat;
3351
+ background-position:center;
3352
+ margin:-100px 0 0 -100px; /* is width and height divided by two */
3353
+ }