word-games-theme 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/scrabble-words.js +885 -0
  71. data/assets/js/theme.js +2 -1
  72. data/assets/js/wordgames-home.js +82 -0
  73. data/assets/js/wordgames-result.js +885 -0
  74. data/assets/js/wordgames-xletter.js +740 -0
  75. metadata +65 -2
@@ -0,0 +1,498 @@
1
+ /***************
2
+ Result page css
3
+ ***************/
4
+
5
+ /* common loader css */
6
+ .loader {
7
+ width: 100%;
8
+ text-align: center;
9
+ }
10
+
11
+ .loader img {
12
+ height: 100px;
13
+ }
14
+
15
+
16
+ input:-webkit-autofill,
17
+ input:-webkit-autofill:hover,
18
+ input:-webkit-autofill:focus,
19
+ input:-webkit-autofill:active {
20
+ transition: background-color 5000s ease-in-out 0s;
21
+ }
22
+
23
+ .btn-info:not(:disabled):not(.disabled).active:focus,
24
+ .btn-info:not(:disabled):not(.disabled):active:focus,
25
+ .show>.btn-info.dropdown-toggle:focus {
26
+ box-shadow: unset;
27
+ border-color: rgba(0, 0, 0, 0.1);
28
+ }
29
+
30
+ /* navbar css for result page */
31
+ .result_navbar_section {
32
+ width: 100%;
33
+ padding: .8rem 9% !important;
34
+ position: sticky;
35
+ top: 0;
36
+ z-index: 99999;
37
+ }
38
+ .header_bars{
39
+ background-color: var(--black-color);
40
+ }
41
+
42
+ .result_navbar_section .mobile_bars {
43
+ cursor: pointer;
44
+ position: absolute;
45
+ top: 13px;
46
+ /* margin: 0 40px; */
47
+ left: 110px;
48
+ }
49
+
50
+ .mobile_bars .bars {
51
+ position: relative;
52
+ color: #000;
53
+ font-size: 35px;
54
+ }
55
+
56
+ .fillterWrapper .filter-tooltip{
57
+ top: 10px !important
58
+ }
59
+ .result_navbar_section #open_list_bar {
60
+ position: fixed;
61
+ top: 0px;
62
+ left: -100%;
63
+ z-index: 999;
64
+ height: 100vh;
65
+ transition: all .5s ease-in-out;
66
+ list-style: none;
67
+ box-shadow: 0 0 5px grey;
68
+ background: #f8f9fa;
69
+ overflow-y: scroll;
70
+ }
71
+
72
+ #open_list_bar .cat_bar_logo_link {
73
+ padding: 0 15px;
74
+ }
75
+
76
+ #open_list_bar .cat_bar_logo_link .cat_bar_img {
77
+ width: 30px;
78
+ }
79
+
80
+ #open_list_bar .cat_title {
81
+ color: #000;
82
+ font-weight: 900;
83
+ font-size: 14px;
84
+ position: relative;
85
+ left: 10px;
86
+ top: 3px;
87
+ }
88
+
89
+ #open_list_bar .close_bar_btn {
90
+ position: absolute;
91
+ right: 8px;
92
+ font-size: 28px;
93
+ top: 15px;
94
+ cursor: pointer;
95
+ }
96
+
97
+ .list-items-container .list_cat_heading {
98
+ padding: 8px 15px;
99
+ background-color: var(--primary-color);
100
+ color: #fff;
101
+ font-size: 13px;
102
+ }
103
+
104
+ .list-items-container .list_cat_name {
105
+ padding: 8px 15px;
106
+ font-size: 12px;
107
+ border-bottom: 1px solid rgb(209, 213, 219)
108
+ }
109
+
110
+ .list-items-container .list_cat_name:active {
111
+ color: #000 !important
112
+ }
113
+
114
+ .list-items-container .list_cat_name:hover {
115
+ background-color: #e9ecef;
116
+ }
117
+
118
+ /* h1,h2 for result page , searchbox and length selector css*/
119
+ .pageHeading>.result_heading {
120
+ font-size: 22px;
121
+ font-weight: 600;
122
+ color: #000;
123
+ }
124
+
125
+ .serachSection {
126
+ height: auto;
127
+ }
128
+
129
+
130
+ .letter-close-button-commonPage {
131
+ position: absolute;
132
+ right: 300px;
133
+ top: 24px;
134
+ font-size: 15px;
135
+ cursor: pointer;
136
+ display: none;
137
+ }
138
+
139
+ .ltr-cls-btn-commonPage {
140
+ display: block;
141
+ }
142
+
143
+ .tab_link_wrapper {
144
+ display: flex;
145
+ width: 100%;
146
+ justify-content: center;
147
+ background: var(--black-color);
148
+ border-radius: 40px;
149
+ margin: 10px 0px;;
150
+ padding: 10px;
151
+ /* border: 2px solid var(--black-color); */
152
+ }
153
+
154
+ .tab_link_wrapper .flex-row {
155
+ -ms-flex-direction: row !important;
156
+ flex-direction: row !important;
157
+ display: flex;
158
+ overflow: hidden;
159
+ margin: 0 25px;
160
+ }
161
+
162
+ .tab_link_wrapper #next {
163
+ background: url('/assets/images/next.webp');
164
+ background-size: cover;
165
+ width: 21px;
166
+ height: 21px;
167
+ object-fit: cover;
168
+ padding: 3px;
169
+ border: none;
170
+ position: absolute;
171
+ top: 6px;
172
+ right: 10px;
173
+ }
174
+
175
+ .tab_link_wrapper #prev {
176
+ background: url('/assets/images/prev.webp');
177
+ background-size: cover;
178
+ width: 21px;
179
+ height: 21px;
180
+ object-fit: cover;
181
+ padding: 3px;
182
+ border: none;
183
+ position: absolute;
184
+ top: 6px;
185
+ left: 10px;
186
+ }
187
+
188
+ .active-tab {
189
+ border-bottom: solid 3px var(--primary-color) !important;
190
+ }
191
+
192
+ .tab_link_wrapper .tab_link {
193
+ font-size: 15px;
194
+ font-weight: 900;
195
+ margin: 0 5px;
196
+ padding-top: 5px;
197
+ border: none;
198
+ outline: none;
199
+ background-color: inherit;
200
+ color: white
201
+ }
202
+
203
+ /* advanced filter and sorting css */
204
+ .Advancedbtn .filter_count {
205
+ width: 20px;
206
+ color: white;
207
+ height: 20px;
208
+ text-align: center;
209
+ background-color: #808080;
210
+ padding-top: 2px;
211
+ border-radius: 50%;
212
+ margin-right: 1px;
213
+ position: relative;
214
+ left: 150px;
215
+ }
216
+
217
+ .Advancedbtn .filterButton {
218
+ background: #f8f9fa;
219
+ box-shadow: 0 0 3px #343a4063;
220
+ width: 190px;
221
+ border-radius: 10px;
222
+ border: none;
223
+ outline: none;
224
+ font-weight: 900;
225
+ font-size: 13px;
226
+ padding: 8.5px;
227
+ text-align: left;
228
+ }
229
+
230
+ .Advancedbtn .angle-arrow {
231
+ background: url(../images/angle-arrow-down.svg) no-repeat;
232
+ background-size: contain;
233
+ width: 10px;
234
+ height: 20px;
235
+ font-weight: 900;
236
+ position: absolute;
237
+ top: 20px;
238
+ right: 5px;
239
+ margin: -3px 0;
240
+ }
241
+
242
+
243
+ /* .fillterWrapper .same {
244
+ margin-bottom: 10px;
245
+ } */
246
+ /*
247
+ .tick {
248
+ background: url("/assets/images/close-btn.svg") no-repeat;
249
+ background-position: 95% 50%;
250
+ } */
251
+
252
+
253
+ .sort-select,
254
+ #select_dropDown {
255
+ background: #f8f9fa;
256
+ border: solid 1px var(--black-color);
257
+ box-shadow: 2px 2px 1px 0px var(--black-color);
258
+ word-wrap: normal;
259
+ width: 190px;
260
+ border-radius: 10px;
261
+ cursor: pointer;
262
+ padding: 10px;
263
+ text-align: left;
264
+ color: #1c1107;
265
+ font-size: 13px;
266
+ font-weight: 600;
267
+ font-stretch: normal;
268
+ font-style: normal;
269
+ outline: none;
270
+ }
271
+ .length-select{
272
+ background: #f8f9fa;
273
+ border: solid 1px var(--black-color);
274
+ box-shadow: 2px 2px 1px 0px var(--black-color);
275
+ word-wrap: normal;
276
+ width: 190px;
277
+ border-radius: 10px;
278
+ cursor: pointer;
279
+ padding: 10px;
280
+ text-align: left;
281
+ color: #1c1107;
282
+ font-size: 13px;
283
+ font-weight: 600;
284
+ font-stretch: normal;
285
+ font-style: normal;
286
+ outline: none;
287
+ }
288
+
289
+ /* result data css */
290
+ #home_page_search_result {
291
+ padding: 10px;
292
+ font-size: 12px;
293
+ }
294
+
295
+ #home_page_search_result:hover {
296
+ text-decoration: underline !important;
297
+ }
298
+
299
+ .wordCount {
300
+ text-indent: 10px;
301
+ font-size: 18px;
302
+ }
303
+
304
+ .filterSortedIcons {
305
+ flex-basis: 11%;
306
+ display: flex;
307
+ font-size: 20px;
308
+ gap: 20px;
309
+ cursor: pointer;
310
+ display: none
311
+ }
312
+
313
+ .allGroupWords {
314
+ background-color: white !important;
315
+ width: auto;
316
+ height: auto;
317
+ border-radius: 15px;
318
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
319
+ margin: 10px 0;
320
+ border:2px solid var(--black-color)
321
+ }
322
+
323
+ .allGroupWords>.wordListHeading {
324
+ background: var(--black-color);
325
+ padding: 10px 0px 5px 25px;
326
+ border-top-right-radius: 13px;
327
+ border-top-left-radius: 13px;
328
+ color: #fff;
329
+ }
330
+
331
+ .wordListHeading>h3 {
332
+ font-size: 20px;
333
+ font-weight: 600;
334
+ }
335
+
336
+ .wordList {
337
+ padding: 15px;
338
+ }
339
+
340
+ .wordList>ul {
341
+ display: inline-flex;
342
+ width: 100%;
343
+ flex-wrap: wrap;
344
+ }
345
+ .fillterWrapper input{
346
+ padding: 10px !important;
347
+ font-size: 14px;
348
+ width: 140px;
349
+ }
350
+ .fillterWrapper .filter-tooltip img{
351
+ width: 22px;
352
+ }
353
+
354
+ .wordList>ul li {
355
+
356
+ padding: 8px 0;
357
+ background: #f8f9fa;
358
+ border-radius: 5px;
359
+ margin: 6px 6px;
360
+ width: auto;
361
+ min-width: 100px;
362
+ text-align: center;
363
+ border: solid 1px var(--black-color);
364
+ box-shadow: 2px 2px 1px 0px var(--black-color);
365
+ }
366
+
367
+ .wordList .anchor__style {
368
+ color: #000 !important;
369
+ font-size: 15px;
370
+ text-decoration: none !important;
371
+ font-weight: 600;
372
+ }
373
+
374
+ .wordList .anchor__style .highlight {
375
+ color: #ff0000 !important;
376
+ }
377
+
378
+ .points {
379
+ color: #73716e;
380
+ font-weight: 600;
381
+ }
382
+
383
+ .errorMsg {
384
+ text-align: center;
385
+ font-size: 20px;
386
+ color: red;
387
+ font-weight: 800;
388
+ }
389
+
390
+ /* close */
391
+
392
+
393
+ @media (max-width: 768px) {
394
+
395
+ /* result page navbar, closebtn, heading css for mobile */
396
+ .allGroupWords,.allGroupWords>.wordListHeading{
397
+ border-radius: 0px;
398
+ border: none;
399
+ }
400
+ .result_navbar_section {
401
+ padding: 1.2rem 15px !important;
402
+ }
403
+
404
+ .nav_menu_bar {
405
+ display: none;
406
+ }
407
+
408
+ .result_navbar_section .mobile_bars {
409
+ display: block;
410
+ position: absolute;
411
+ top: 30px;
412
+ margin: 0;
413
+ left: 30px;
414
+ }
415
+
416
+ .letter-close-button-commonPage {
417
+ right: 45%;
418
+ top: 17px;
419
+ font-size: 15px;
420
+ }
421
+ .letter-close-button-commonPage svg{
422
+ width: 30px;
423
+ }
424
+
425
+ .pageHeading>.result_heading {
426
+ font-size: 1.8rem;
427
+ padding-left: 25px;
428
+ }
429
+
430
+ /* length selector css for mobile */
431
+
432
+ .tab_link_wrapper .flex-row {
433
+ margin: 0 15px;
434
+ }
435
+
436
+ .tab_link_wrapper .tab_link {
437
+ font-size: 12px;
438
+ }
439
+
440
+ .tab_link_wrapper #prev {
441
+ top: 6px;
442
+ left: 5px;
443
+ width: 16px;
444
+ height: 16px;
445
+ }
446
+
447
+ .tab_link_wrapper #next {
448
+ top: 6px;
449
+ right: 5px;
450
+ width: 16px;
451
+ height: 16px;
452
+ }
453
+
454
+ /* advanced filter and sorting css for mobile */
455
+ .angle-arrow {
456
+ display: none;
457
+ }
458
+
459
+ .Advancedbtn .filterButton {
460
+ display: none;
461
+ }
462
+
463
+ .fillterWrapper {
464
+ right: auto;
465
+ position: fixed;
466
+ left: 0px;
467
+ top: 135px;
468
+ width: 100%;
469
+ }
470
+
471
+ .Advancedbtn .filter_count {
472
+ display: none !important;
473
+ }
474
+
475
+ .filterSortedIcons {
476
+ display: flex;
477
+ gap: 8px;
478
+ }
479
+ .fillterWrapper{
480
+ position: static;
481
+ }
482
+ .filters{
483
+ flex-direction: column;
484
+ }
485
+ #sort-select{
486
+ margin-top: 1rem;
487
+ }
488
+
489
+ /* result data css for mobile */
490
+ .pad {
491
+ padding-bottom: 50px;
492
+ }
493
+
494
+ .wordCount {
495
+ font-size: 1.3rem;
496
+ }
497
+
498
+ }
@@ -0,0 +1,227 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');
2
+
3
+ * {
4
+ margin: 0;
5
+ padding: 0;
6
+ box-sizing: border-box;
7
+ }
8
+
9
+ html {
10
+ scroll-behavior: smooth;
11
+ font-size: 62.5%;
12
+ }
13
+
14
+ body {
15
+ padding: 0;
16
+ margin: 0;
17
+ -webkit-font-smoothing: antialiased;
18
+ font-family: var(--font-family);
19
+ overflow-x: hidden !important;
20
+ }
21
+
22
+ /* header && navbar css */
23
+ header {
24
+ width: 100%;
25
+ position: sticky;
26
+ top: 0;
27
+ left: 0;
28
+ z-index: 999;
29
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
30
+ }
31
+
32
+ .navbar {
33
+ background-color: var(--black-color);
34
+ padding: 1.2rem 9% !important;
35
+ }
36
+
37
+ .navbar-brand {
38
+ font-size: 2.2rem;
39
+ color: var(--white-color) !important;
40
+ font-weight: 900;
41
+ position: relative;
42
+ }
43
+
44
+ .navbar-dark .navbar-toggler {
45
+ padding: 0px !important;
46
+ }
47
+
48
+ .header_bars {
49
+ width: 25px;
50
+ height: 0.2rem;
51
+ background-color: var(--white-color);
52
+ margin: 6px 0;
53
+ }
54
+
55
+ .navbar-nav .nav-item {
56
+ padding: 0 15px;
57
+ }
58
+
59
+ .navbar-nav .nav-link {
60
+ text-decoration: none !important;
61
+ font-size: 16px;
62
+ color: var(--white-color) !important;
63
+ }
64
+
65
+ .navbar-nav .nav-link:hover {
66
+ color: var(--white-color) !important;
67
+ transition: all 0.2s linear;
68
+ }
69
+
70
+ .navbar-nav .top_tool_bar {
71
+ max-height: 700px;
72
+ overflow-x: hidden;
73
+ overflow-y: auto;
74
+ font-size: 14px;
75
+ border: none;
76
+ background: var(--white-color);
77
+ top: 60px !important;
78
+ width: 100%;
79
+ }
80
+
81
+ .dropdown-menu.show {
82
+ padding: 3.5rem 9% !important;
83
+ grid-template-columns: auto auto auto auto !important;
84
+ }
85
+
86
+ .dropdown-item {
87
+ color: var(--black-color) !important
88
+ }
89
+
90
+
91
+ /* Footer design css */
92
+ .footer-section {
93
+ padding: 20px 0px;
94
+ background-color: var(--black-color);
95
+ margin-top: 3rem;
96
+ }
97
+
98
+ .footer-section .txt-primary {
99
+ color: var(--white-color);
100
+ font-size: 16px;
101
+ text-decoration: none !important;
102
+ }
103
+
104
+ .footer-section .txt-secondary {
105
+ color: var(--white-color);
106
+ font-size: 15px;
107
+ text-decoration: none;
108
+ /* margin: 1rem 0px; */
109
+ }
110
+
111
+ .footer-section .txt-secondary:hover {
112
+ color: var(--white-color);
113
+ text-decoration: underline;
114
+ }
115
+
116
+ .footer-logo-cont {
117
+ display: flex;
118
+ justify-content: center;
119
+ align-items: center;
120
+ gap: 10px;
121
+ font-size: 20px;
122
+ color: var(--white-color);
123
+ font-weight: 900;
124
+ }
125
+
126
+ .footer_hr {
127
+ width: 50px;
128
+ margin: 2rem auto;
129
+ border: 2px solid var(--white-color);
130
+ }
131
+
132
+ .footer-social-list .list-inline {
133
+ padding-left: 0;
134
+ list-style: none;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ gap: 40px;
139
+ }
140
+
141
+ .footer-social-list ul li a i {
142
+ width: 35px;
143
+ height: 35px;
144
+ line-height: 35px;
145
+ text-align: center;
146
+ vertical-align: middle;
147
+ font-size: 18px;
148
+ background: #000;
149
+ color: transparent;
150
+ transition: all 0.3s ease-in;
151
+ }
152
+
153
+ .copyright-text {
154
+ font-size: 17px;
155
+ color: #3E3E3E;
156
+ justify-content: space-around;
157
+ }
158
+
159
+ .footer-bottom .drop-down-btn {
160
+ cursor: pointer;
161
+ outline: 0px;
162
+ border: 0px;
163
+ width: auto;
164
+ overflow: visible;
165
+ display: flex;
166
+ -webkit-box-align: center;
167
+ align-items: center;
168
+ background-color: transparent;
169
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
170
+ font-weight: 400;
171
+ font-size: 16px;
172
+ line-height: 24px;
173
+ color: rgb(26, 26, 26);
174
+ }
175
+
176
+ .footer-bottom .drop-down-btn svg {
177
+ height: 22px;
178
+ }
179
+
180
+ .footer-bottom .language-drop-down-menu {
181
+ display: flex;
182
+ justify-content: space-between;
183
+ margin: 0;
184
+ padding: 0;
185
+ flex-wrap: wrap;
186
+ }
187
+
188
+ .footer-bottom .language-drop-down-item {
189
+ width: 50%;
190
+ padding: 10px 12px 1px 1px;
191
+ text-align: center;
192
+ font-size: 15px;
193
+ margin-bottom: 0;
194
+ list-style: none;
195
+ }
196
+
197
+ .footer-bottom .language-drop-down-item a {
198
+ justify-content: space-between;
199
+ display: flex;
200
+ width: 100%;
201
+ align-items: center;
202
+ padding: 9px 9px;
203
+ color: #11304e;
204
+ border-bottom: 1px solid rgb(224, 224, 224);
205
+ }
206
+
207
+ .footer-bottom .language-drop-down-item a:hover {
208
+ background: rgb(238, 238, 238);
209
+ border-radius: 3px;
210
+ }
211
+
212
+ .footer-bottom .language-drop-down-item a i {
213
+ margin: 0;
214
+ }
215
+
216
+ .footer-bottom .language-drop-down-menu .active-lang {
217
+ background: rgb(238, 238, 238);
218
+ border-radius: 3px;
219
+ }
220
+
221
+ .footer-bottom .modal .modal-title {
222
+ font-size: 2.28rem;
223
+ }
224
+
225
+ .footer-bottom .modal .close {
226
+ font-size: 3rem;
227
+ }
@@ -0,0 +1,20 @@
1
+ :root {
2
+ --primary-color: #0CC48B;
3
+ --font-size: 16px;
4
+ --secondary-color: #E0FDFE;
5
+ --secondary-color-1: #fafafa;
6
+ --secondary-color-3: #f4f5ff;
7
+ --black-color: #191919;
8
+ --white-color: #ffffff;
9
+ --black-light: #777777;
10
+ --font-family: 'Poppins', sans-serif;
11
+ --text-color: #303030;
12
+ --success-color: #3de968;
13
+ --error-color: #e33e3e;
14
+ --warning-color: #efcf2a;
15
+ --dark-gray: #4d4d4d;
16
+ --mid-gray: #1d1d1d;
17
+ --light-gray: rgb(137, 137, 137);
18
+ --tooltip-padding: 0.5rem;
19
+ --tooltip-border-style: 0.5rem;
20
+ }