word-games-theme 1.8.5 → 1.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +1 -1
  3. data/_data/header/en/data.json +174 -52
  4. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  5. data/_data/wordgames/en/root.json +11 -168
  6. data/_data/wordleSolver/en/resultData.json +2 -1
  7. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  8. data/_includes/WordPointTables/table.html +1 -4
  9. data/_includes/autogenerated/content.html +1 -3
  10. data/_includes/footer/index.html +1 -1
  11. data/_includes/head/index.html +39 -9
  12. data/_includes/howto.html +1 -1
  13. data/_includes/repeat-letters.html +50 -186
  14. data/_includes/script.html +4 -2
  15. data/_includes/section/commonPage.html +13 -18
  16. data/_includes/section/{news.html → faq.html} +2 -2
  17. data/_includes/section/feature.html +4 -4
  18. data/_includes/section/home.html +50 -54
  19. data/_includes/section/wordGroup.html +2 -7
  20. data/_includes/section/xyzGroup.html +1 -1
  21. data/_includes/wordfinderstrategy/content.html +1 -5
  22. data/_includes/xyzpages/xyz.html +12 -8
  23. data/_layouts/allpages.html +0 -1
  24. data/_layouts/autogencontent.html +0 -3
  25. data/_layouts/default.html +1 -11
  26. data/_layouts/disclaimer.html +28 -0
  27. data/_layouts/page.html +0 -45
  28. data/_layouts/page2.html +0 -44
  29. data/_layouts/post.html +3 -2
  30. data/_layouts/privacyPolicy.html +27 -0
  31. data/_layouts/termAndCondition.html +28 -4
  32. data/_layouts/tools.html +7 -1
  33. data/_layouts/wordMeaning.html +25 -17
  34. data/_layouts/xyzpages.html +2 -6
  35. data/assets/css/blog.css +128 -212
  36. data/assets/css/bootstrap.min.css +2521 -524
  37. data/assets/css/content.css +34 -49
  38. data/assets/css/game.css +60 -57
  39. data/assets/css/multiple-word-anagram-solver.css +14 -15
  40. data/assets/css/style.css +533 -285
  41. data/assets/css/wordGroup.css +380 -17
  42. data/assets/css/wordleSolver.css +22 -22
  43. data/assets/css/wordsInCertainPosition.css +14 -29
  44. data/assets/images/wordswithletters-logo.webp +0 -0
  45. data/assets/js/adBlocker.js +0 -1
  46. data/assets/js/words-starting-with.js +0 -4
  47. metadata +4 -32
  48. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  49. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  50. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  51. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  52. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  53. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  54. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  55. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  56. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  57. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  58. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  59. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  60. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  61. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  62. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  63. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  64. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  65. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  66. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  67. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  68. data/_includes/section/home2.html +0 -174
  69. data/_layouts/other-lang-scrabble.html +0 -170
  70. data/assets/css/advancedFilter.css +0 -215
  71. data/assets/css/feature.css +0 -58
  72. data/assets/css/footer.css +0 -161
  73. data/assets/css/home.css +0 -538
  74. data/assets/css/news.css +0 -48
  75. data/assets/css/testhome.css +0 -417
  76. data/assets/css/wordScrabble.css +0 -4
data/assets/css/style.css CHANGED
@@ -1,3 +1,4 @@
1
+ /* define css variables and default elements css */
1
2
  * {
2
3
  margin: 0;
3
4
  padding: 0;
@@ -21,6 +22,7 @@ body {
21
22
  overflow-x: hidden !important;
22
23
  }
23
24
 
25
+ /* common loader css */
24
26
  .loader {
25
27
  width: 100%;
26
28
  text-align: center;
@@ -30,6 +32,7 @@ body {
30
32
  height: 100px;
31
33
  }
32
34
 
35
+ /* header and navbar css */
33
36
  header {
34
37
  width: 100%;
35
38
  position: sticky;
@@ -39,13 +42,8 @@ header {
39
42
  }
40
43
 
41
44
  .navbar {
42
- width: 100%;
43
45
  padding: 1.2rem 9% !important;
44
- display: flex;
45
- justify-content: space-between;
46
- flex-wrap: wrap;
47
- -ms-flex-align: center;
48
- align-items: center;
46
+ background-color: #FAFAFA !important;
49
47
  }
50
48
 
51
49
  .navbar-brand {
@@ -55,6 +53,10 @@ header {
55
53
  position: relative;
56
54
  }
57
55
 
56
+ .navbar-dark .navbar-toggler {
57
+ padding: 0px !important;
58
+ }
59
+
58
60
  .header_bars {
59
61
  width: 25px;
60
62
  height: 0.2rem;
@@ -62,243 +64,395 @@ header {
62
64
  margin: 6px 0;
63
65
  }
64
66
 
65
- .navbar-dark .navbar-toggler {
66
- padding: 0px !important;
67
- outline: none !important;
68
- }
69
-
70
67
  .navbar-nav {
71
- margin-left: 14rem;
68
+ margin-left: 4rem;
72
69
  }
73
70
 
74
71
  .navbar-nav .nav-item {
75
72
  padding: 0 15px;
76
73
  }
77
74
 
78
- .navbar-nav .nav-link:hover {
79
- color: var(--txtColor) !important;
80
- transition: all 0.2s linear;
81
- -webkit-transition: all 0.2s linear;
82
- -moz-transition: all 0.2s linear;
83
- }
84
-
85
- .nav-link {
75
+ .navbar-nav .nav-link {
86
76
  text-decoration: none !important;
87
77
  font-size: 16px;
88
78
  color: gray !important;
89
79
  }
90
80
 
81
+ .navbar-nav .nav-link:hover {
82
+ color: var(--txtColor) !important;
83
+ transition: all 0.2s linear;
84
+ }
85
+
91
86
  .top_tool_bar {
92
- overflow-y: auto;
93
87
  height: 540px;
94
- grid-template-columns: auto auto;
95
- border: none;
88
+ overflow-x: hidden;
89
+ overflow-y: auto;
90
+ left: -50px;
96
91
  font-size: 14px;
97
- left: -70px;
98
- padding: 13.5px;
99
- box-shadow: 0 1px 1px 0 #bdcad2;
92
+ border: none;
100
93
  background: whitesmoke;
94
+ box-shadow: 0 1px 1px 0 #bdcad2;
95
+ }
96
+
97
+ .dropdown-menu.show {
101
98
  padding: 3.5rem;
99
+ display: grid;
100
+ grid-template-columns: auto auto;
102
101
  column-gap: 5rem;
103
102
  row-gap: 1rem;
104
103
  }
105
104
 
106
- .dropdown-menu.show {
107
- display: grid;
105
+ /* pageheaderBg and pageheading(h1,h2) css */
106
+ .pageHeaderBg {
107
+ background: url(/assets/images/bg_elements.png);
108
+ background-position: center;
109
+ background-size: cover;
110
+ margin-bottom: 20vh;
111
+ padding: 15px 0;
108
112
  }
109
113
 
110
- .bars {
111
- position: relative;
112
- /* top: 3px; */
114
+ .pageHeading h1 {
115
+ font-size: 27px;
116
+ font-weight: 600;
113
117
  color: #000;
114
- font-size: 35px;
115
118
  }
116
119
 
117
- .bars::before {
118
- font-weight: 900 !important;
120
+ /* serachSection and serachBox css */
121
+ #containerWd {
122
+ max-width: 100%;
123
+ width: 700px !important;
124
+ padding: 0px;
119
125
  }
120
126
 
121
- .heading {
122
- font-weight: 600;
123
- font-size: 4rem;
124
- color: #000;
127
+ .serachSection {
128
+ height: 50px;
129
+ position: relative;
125
130
  }
126
131
 
127
- .site-no {
128
- font-size: 100px;
132
+ .serachSection .serachBox .txtBox {
133
+ height: 70px;
134
+ border: solid 1px rgba(0, 0, 0, 0.1);
135
+ background: #fff;
136
+ padding: 0;
137
+ width: 100%;
138
+ font-size: 15px;
129
139
  font-weight: 700;
140
+ font-style: normal;
141
+ letter-spacing: normal;
142
+ color: var(--txtColor);
143
+ text-indent: 15px;
144
+ outline: none;
145
+ position: relative;
130
146
  }
131
147
 
132
- .title {
133
- text-indent: 10px;
134
- font-size: 25px;
135
- font-weight: 900;
148
+ .serachSection .serachBox .letter-close-button {
149
+ position: absolute;
150
+ right: 220px;
151
+ top: 24px;
152
+ font-size: 18px;
153
+ cursor: pointer;
154
+ display: none;
136
155
  }
137
156
 
138
- .description {
139
- width: 250px;
140
- padding: 0 10px;
141
- font-size: 15px;
157
+ .serachSection .serachBox .close_ltr_icon {
158
+ display: block;
142
159
  }
143
160
 
144
- .angle-arrow {
145
- background: url(../images/angle-arrow-down.svg) no-repeat;
146
- background-size: contain;
147
- width: 10px;
148
- height: 20px;
149
- font-weight: 900;
161
+ /* txtBox animation css */
162
+ .txtBox~.focus-border:before,
163
+ .txtBox~.focus-border:after {
164
+ content: "";
150
165
  position: absolute;
151
- top: 20px;
152
- right: 5px;
153
- margin: -3px 0;
154
- cursor: pointer;
155
- /* z-index: 999; */
166
+ top: 0;
167
+ right: 0;
168
+ width: 0;
169
+ height: 2px;
170
+ background-color: #000;
171
+ transition: .5s;
172
+ transition-delay: 0.2s;
173
+ z-index: 9;
156
174
  }
157
175
 
158
- .post-link {
159
- font-size: 1.5rem;
160
- color: #000;
161
- padding: 15px;
176
+ .txtBox~.focus-border:after {
177
+ top: auto;
178
+ bottom: 0;
179
+ right: auto;
180
+ left: 0;
181
+ transition-delay: 0.6s;
162
182
  }
163
183
 
164
- .post-link:hover {
165
- background: deepskyblue;
166
- transition: all 0.5s linear;
167
- color: #fff;
184
+ .txtBox:focus~.focus-border:before,
185
+ .txtBox:focus~.focus-border:after,
186
+ .has-content.txtBox~.focus-border:before,
187
+ .has-content.txtBox~.focus-border:after {
188
+ width: 100%;
189
+ transition: .5s;
190
+ transition-delay: 0.6s;
168
191
  }
169
192
 
170
- .hide {
171
- visibility: hidden;
193
+ .txtBox:focus~.focus-border:after,
194
+ .has-content.txtBox~.focus-border:after {
195
+ transition-delay: 0.2s;
196
+ }
197
+
198
+ .txtBox:focus~.focus-border i:before,
199
+ .txtBox:focus~.focus-border i:after,
200
+ .has-content.txtBox~.focus-border i:before,
201
+ .has-content.txtBox~.focus-border i:after {
202
+ height: 100%;
203
+ transition: 0.2s;
172
204
  }
173
205
 
174
- .fa-times {
206
+ .txtBox:focus~.focus-border i:after,
207
+ .has-conten.txtBox~.focus-border i:after {
208
+ transition-delay: 0.4s;
209
+ }
210
+
211
+ .txtBox~.focus-border i:before,
212
+ .txtBox~.focus-border i:after {
213
+
214
+ content: "";
175
215
  position: absolute;
176
- top: 12px;
177
- right: 15px;
178
- font-size: 15px;
179
- cursor: pointer;
216
+ top: 0;
217
+ left: 0;
218
+ width: 2px;
219
+ height: 0;
220
+ background-color: #000;
221
+ transition: .5s;
180
222
  }
181
223
 
182
- .alertbar {
183
- box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
184
- position: fixed;
224
+ .txtBox~.focus-border i:after {
225
+
226
+ left: auto;
227
+ right: 0;
228
+ top: auto;
185
229
  bottom: 0;
186
- left: 0;
187
- background-color: #fff;
188
- width: 100%;
189
- padding: 14px 0;
190
- z-index: 1;
230
+ transition-delay: 0.4s;
191
231
  }
192
232
 
193
- .alertbar form {
194
- display: inline-block;
233
+ .txtBox::placeholder {
234
+ color: var(--txtColor);
235
+ opacity: 0.5;
236
+ font-weight: 500 !important;
237
+ text-transform: capitalize;
195
238
  }
196
239
 
197
- .alertbar input[type='email'] {
198
- font-size: 0.85rem;
199
- padding: 3px 40px 3px 10px;
200
- border-top-left-radius: 3px;
201
- border-bottom-left-radius: 3px;
202
- border: 1px solid #ddd;
203
- border-right: 0;
204
- margin-right: -10px;
205
- height: 34px;
206
- letter-spacing: 0.5px;
207
- margin-left: 5px;
240
+ /* close animation css */
241
+
242
+ .serachSection .serachBox .serachBtn {
243
+ border-radius: 0px;
244
+ background-color: #000 !important;
245
+ background: url(/assets/images/search.svg) no-repeat center center;
246
+ background-size: 35px 35px;
247
+ height: 70px;
248
+ width: 59px;
249
+ border: none;
250
+ position: absolute;
251
+ top: 0px;
252
+ right: 0px;
208
253
  outline: none;
209
254
  }
210
255
 
211
- .alertbar input[type='submit'] {
212
- background-color: #1c9963;
213
- border: 1px solid #1c9963;
214
- color: rgba(255, 255, 255, 1);
215
- fill: rgba(255, 255, 255, 1);
216
- font-size: 12px;
256
+ .serachSection .serachBox .select_dropDown2 {
257
+ height: 69px;
258
+ position: absolute;
259
+ top: 0px;
260
+ font-size: 15px;
261
+ width: 142px;
262
+ overflow: hidden;
263
+ object-fit: cover;
264
+ right: 69px;
265
+ border-bottom: 0 !important;
217
266
  border-radius: 0;
218
- padding: 4px 10px;
219
- border-top-right-radius: 3px;
220
- border-bottom-right-radius: 3px;
267
+ border: none;
268
+ box-shadow: none;
269
+ background: white;
270
+ border-left: 1px solid rgba(0, 0, 0, 0.11);
271
+ border-top: 1px solid rgba(0, 0, 0, 0.11);
272
+ }
273
+
274
+ .serachSection .serachBox .select_dropDown2:focus {
275
+ outline: none;
276
+ }
277
+
278
+ .serachSection .serachBox .advancedFilter .filterButton {
279
+ background: #f8f9fa;
280
+ box-shadow: 0 0 2px #343a4063;
281
+ width: 190px;
282
+ border-radius: 10px;
283
+ cursor: pointer;
284
+ border: none;
285
+ padding: 10px;
286
+ text-align: left;
287
+ color: #1c1107;
288
+ font-size: 13px;
221
289
  font-weight: 600;
222
- height: 34px;
223
- letter-spacing: 0.5px;
290
+ font-stretch: normal;
291
+ font-style: normal;
292
+ outline: none;
293
+ }
294
+
295
+ .serachSection .serachBox .advancedFilter .angle-arrow2 {
296
+ background: url(/assets/images/angle-arrow-down.svg) no-repeat;
297
+ background-size: contain;
298
+ object-fit: cover;
299
+ width: 10px;
300
+ height: 10px;
301
+ font-weight: 900;
302
+ position: absolute;
303
+ top: 19px;
304
+ right: 9px;
305
+ margin: -3px 0;
224
306
  cursor: pointer;
307
+ /* z-index: 9999; */
225
308
  }
226
309
 
227
- .page-top-section {
228
- font-size: 16px;
229
- padding-top: 250px;
230
- padding-bottom: 40px;
231
- background: url(/assets/images/footer2-bg.webp);
310
+
311
+ .hide {
312
+ visibility: hidden;
232
313
  }
233
314
 
234
- .page-top-nav a {
235
- color: #fff;
236
- text-transform: uppercase;
237
- padding: 0 15px;
315
+ .fillterWrapper {
316
+ display: none;
238
317
  }
239
318
 
240
- .page-top-nav a:hover {
241
- color: white !important;
319
+ .startsWith,
320
+ .mustInclude,
321
+ .endsWith,
322
+ .exculdeWith,
323
+ .inculdeWith,
324
+ .wordLength {
325
+ position: relative;
242
326
  }
243
327
 
244
- .section-gap {
245
- padding: 120px 0;
246
- font-size: 25px;
247
- color: #50668f;
248
- font-size: 16px;
249
- font-weight: 400;
250
- line-height: 30px;
328
+ .actives {
329
+ z-index: 999;
330
+ top: 90px;
331
+ background: #fff;
332
+ box-shadow: 0 0 5px rgb(0 0 0 / 40%);
333
+ padding: 15px 15px;
334
+ border-radius: 15px;
335
+ height: auto;
336
+ position: absolute;
337
+ right: -16px;
338
+ margin: 1rem 0;
339
+ flex-direction: column;
340
+ width: 240px;
341
+ display: inline-flex !important;
342
+ gap: 5px;
251
343
  }
252
344
 
253
- /* dictonary css */
254
- .dictionary-item {
255
- padding: 5px 0;
345
+ .fillterWrapper label {
346
+ margin: 0;
347
+ text-indent: 5px;
256
348
  }
257
349
 
258
- .font16px {
259
- font-size: 16px;
260
- font-weight: 500;
261
- line-height: 1.19;
262
- color: #1c1107;
350
+ .fillterWrapper input {
351
+ border-radius: 10px;
352
+ border: solid 1px rgba(0, 0, 0, 0.11);
353
+ background-color: #fff;
354
+ font-size: 12px;
355
+ padding: 5px 12px;
356
+ width: 100%;
357
+ outline: none;
358
+ box-shadow: none;
263
359
  }
264
360
 
265
- .found-word {
266
- background: #2ec308;
267
- color: #fff;
268
- padding: 3px;
361
+ .fillterWrapper .filter-tooltip {
362
+ opacity: .5;
363
+ position: absolute;
364
+ top: 20px;
365
+ right: 10px;
269
366
  font-size: 15px;
270
367
  }
271
368
 
272
- .word-score {
273
- font-style: italic;
274
- opacity: 0.7;
275
- font-size: 14px;
369
+ .tooltip-inner {
370
+ width: 140px !important;
371
+ margin: 0 auto;
276
372
  }
277
373
 
278
- .tools_headings {
279
- padding: 15px 0;
374
+ .tooltip {
375
+ z-index: 99999;
376
+ font-size: 1rem;
377
+ }
378
+
379
+
380
+ /* Feature highlightes section css */
381
+ .feature,
382
+ .faqs {
383
+ padding: 15px;
384
+ background-color: #b641da;
385
+ margin-top: 5rem;
386
+ color: white;
387
+ text-align: center;
388
+ width: 100%;
389
+ }
390
+
391
+ .feature,
392
+ .faqs .title {
393
+ text-indent: 10px;
394
+ font-size: 25px;
395
+ font-weight: 900;
396
+ }
280
397
 
398
+ .features_data .card-body>.card-title {
399
+ transition: all 0.5s ease;
400
+ font-size: 1.5rem;
401
+ line-height: 25px;
402
+ color: #000;
403
+ font-weight: 600;
404
+ margin-bottom: 8px;
405
+ margin-top: 5px;
406
+ }
407
+
408
+ .features_data .card-body:hover i {
409
+ transform: scale(1.2);
410
+ transition: all 0.5s linear;
411
+ }
412
+
413
+ .features_data .card-body:hover .card-text {
414
+ transition: all 0.5s linear;
415
+ color: #6c757d !important;
281
416
  }
282
417
 
418
+ .features_data .card-body:hover {
419
+ border-radius: 10px;
420
+ transition: all 0.5s ease;
421
+ background-color: #f7f7f7;
422
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
423
+ }
424
+
425
+ /* How to section css */
283
426
  .how-to-section {
284
427
  padding: 90px 0;
285
428
  }
286
429
 
287
- .how-to-title {
430
+ .how-to-section .how-to-img-wrapper {
431
+ display: flex;
432
+ justify-content: center;
433
+ align-items: center;
434
+ }
435
+
436
+ .how-to-section .how-to-leftimg {
437
+ height: 180px;
438
+ width: 300px;
439
+ }
440
+
441
+ .how-to-section .how-to-title {
288
442
  line-height: 30px;
289
443
  font-weight: 600;
290
444
  margin: 0;
291
445
  padding-bottom: 12px;
292
446
  }
293
447
 
294
- .how-to-list {
448
+ .how-to-section .how-to-list {
295
449
  margin: 0;
296
450
  padding: 6px 0;
297
451
  list-style: none;
298
452
  text-align: left;
299
453
  }
300
454
 
301
- .how-to-list-item {
455
+ .how-to-section .how-to-list-item {
302
456
  line-height: 24px;
303
457
  font-size: 16px;
304
458
  font-weight: 400;
@@ -306,51 +460,44 @@ header {
306
460
  padding: 6px 0;
307
461
  }
308
462
 
309
- .how-to-list-item span {
463
+ .how-to-section .how-to-list-item span {
310
464
  line-height: 24px;
311
465
  font-size: 16px;
312
466
  font-weight: 600;
313
467
  min-width: 24px;
314
468
  }
315
469
 
316
- .how-to-img-wrapper {
317
- width: 100%;
318
- height: 100%;
319
- display: flex;
320
- justify-content: center;
321
- align-items: center;
470
+ /* FAQ's section css */
471
+ .faqList-container {
472
+ margin-top: 50px;
473
+ margin-bottom: 120px;
322
474
  }
323
475
 
324
- .how-to-leftimg {
325
- height: 180px;
326
- width: 300px;
327
- }
328
-
329
- .letter-close-button {
330
- position: absolute;
331
- right: 220px;
332
- top: 24px;
333
- font-size: 18px;
476
+ .faqList-container .meduim-text2 {
477
+ margin: 0 0 25px;
478
+ font-size: 20px;
479
+ font-weight: 600;
480
+ color: #11304e;
481
+ position: relative;
482
+ padding-right: 30px;
483
+ line-height: 1.4;
334
484
  cursor: pointer;
335
- display: none;
336
- }
337
-
338
- .close_ltr_icon {
339
- display: block;
340
- }
341
-
342
- .ratingSTar {
343
- width: 30px;
344
- padding: 5px;
485
+ padding-left: 48px;
345
486
  }
346
487
 
347
- #rating-img {
348
- height: 1px;
349
- width: 1px;
350
- filter: brightness();
351
- filter: brightness(100);
488
+ .faqList-container .meduim-text {
489
+ font-size: 14px;
490
+ padding-left: 48px;
491
+ font-weight: 500;
492
+ line-height: 1.75;
493
+ text-align: left;
494
+ color: #536571;
495
+ margin: 0 0 25px;
496
+ height: auto;
497
+ overflow: hidden;
352
498
  }
353
499
 
500
+ /* Rating tool css */
354
501
  .rating-tool {
355
502
  width: 100%;
356
503
  display: flex;
@@ -364,52 +511,39 @@ header {
364
511
  top: 30px;
365
512
  }
366
513
 
367
- .rating-text {
514
+ .rating-tool #rating-img {
515
+ height: 1px;
516
+ width: 1px;
517
+ filter: brightness(100);
518
+ }
519
+
520
+ .rating-tool .rating-text {
368
521
  font-size: 17px;
369
522
  font-weight: 700;
370
523
  color: rgb(33, 33, 33);
371
524
  padding: 6px;
372
525
  }
373
526
 
374
- .rating-stars {
527
+ .rating-tool .rating-stars {
375
528
  color: #9d9d9d !important;
376
529
  display: flex;
377
530
  align-items: center;
378
531
  }
379
532
 
380
- .rating-stars i {
533
+ .rating-tool .rating-stars i {
381
534
  padding: 5px;
382
535
  font-size: 17px;
383
536
  }
384
537
 
385
- .rating-value {
538
+ .rating-tool .rating-value {
386
539
  line-height: 24px;
387
540
  font-size: 16px;
388
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
389
- -webkit-font-smoothing: antialiased;
390
541
  font-weight: 400;
391
542
  color: rgb(33, 33, 33);
392
543
  padding: 6px;
393
544
  }
394
545
 
395
- .social-count {
396
- background: #d60000;
397
- color: #fff;
398
- position: absolute;
399
- height: 16px;
400
- width: 16px;
401
- display: inline-flex;
402
- align-items: center;
403
- justify-content: center;
404
- text-align: center;
405
- font-size: 12px;
406
- font-weight: 700;
407
- right: 1px;
408
- border-radius: 50%;
409
- margin-top: 1px;
410
- padding: 9px;
411
- }
412
-
546
+ /* social icons css */
413
547
  .social-icons {
414
548
  position: fixed;
415
549
  right: 0;
@@ -445,10 +579,7 @@ header {
445
579
  color: black;
446
580
  }
447
581
 
448
- .highlight {
449
- color: #ff0000 !important;
450
- }
451
-
582
+ /* recent and related posts on home page css */
452
583
  .related_post_heading {
453
584
  width: 100%;
454
585
  font-size: 46px;
@@ -491,92 +622,228 @@ header {
491
622
  text-transform: capitalize;
492
623
  }
493
624
 
494
- #ezoic-pub-ad-placeholder-109 {
495
- position: absolute;
496
- top: 60px;
497
- left: 0;
498
- z-index: 99999;
499
- /* width: 160px;
500
- height: 100vh; */
625
+ /* Footer section css */
626
+ .footer-section {
627
+ padding: 50px 0px;
628
+ background-color: #f8f9fa;
629
+ margin-top: 3rem;
501
630
  }
502
631
 
503
- #ezoic-pub-ad-placeholder-110 {
504
- position: absolute;
505
- top: 60px;
506
- right: 0;
507
- z-index: 99999;
508
- /* width: 160px;
509
- height: 100vh; */
632
+ .footer-section .txt-primary {
633
+ color: #000;
634
+ font-size: 16px;
635
+ text-decoration: none !important;
510
636
  }
511
637
 
512
- .trywordle {
513
- color: #fff;
514
- background-color: #404040;
515
- padding: 12px 100px;
516
- border-radius: 50px;
638
+ .footer-section .txt-secondary {
639
+ color: gray;
640
+ font-size: 15px;
641
+ text-decoration: none !important;
642
+ margin: 2rem 0px;
643
+ }
644
+
645
+ .footer-section .txt-secondary:hover {
646
+ color: #000;
647
+ }
648
+
649
+ .footer-logo-cont {
650
+ display: flex;
651
+ justify-content: center;
652
+ align-items: center;
653
+ gap: 10px;
654
+ font-size: 20px;
655
+ color: #000;
656
+ font-weight: 900;
657
+ }
658
+
659
+ .footer_hr {
660
+ width: 50px;
661
+ margin: 2rem auto;
662
+ border: 2px solid #000;
663
+ }
664
+
665
+ .footer-social-list .list-inline {
666
+ padding-left: 0;
667
+ list-style: none;
668
+ display: flex;
669
+ align-items: center;
670
+ justify-content: center;
671
+ gap: 40px;
517
672
  }
518
673
 
519
- .trywordle:hover {
520
- color: #fff !important;
674
+ .footer-social-list ul li a i {
675
+ width: 35px;
676
+ height: 35px;
677
+ line-height: 35px;
678
+ text-align: center;
679
+ vertical-align: middle;
680
+ font-size: 18px;
681
+ background: #000;
682
+ color: transparent;
683
+ transition: all 0.3s ease-in;
684
+ }
685
+
686
+ .footer-section .copyright-text {
687
+ font-size: 18px;
688
+ }
689
+
690
+ .footer-section .drop-down-btn {
691
+ cursor: pointer;
692
+ outline: 0px;
693
+ border: 0px;
694
+ width: auto;
695
+ overflow: visible;
696
+ display: flex;
697
+ -webkit-box-align: center;
698
+ align-items: center;
699
+ background-color: transparent;
700
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
701
+ font-weight: 400;
702
+ font-size: 16px;
703
+ line-height: 24px;
704
+ color: rgb(26, 26, 26);
705
+ }
706
+
707
+ .footer-section .drop-down-btn svg {
708
+ height: 22px;
709
+ }
710
+
711
+ .footer-section .language-drop-down-menu {
712
+ display: flex;
713
+ justify-content: space-between;
714
+ margin: 0;
715
+ padding: 0;
716
+ flex-wrap: wrap;
717
+ }
718
+
719
+ .footer-section .language-drop-down-item {
720
+ width: 50%;
721
+ padding: 10px 12px 1px 1px;
722
+ text-align: center;
723
+ font-size: 15px;
724
+ margin-bottom: 0;
725
+ list-style: none;
726
+ }
727
+
728
+ .footer-section .language-drop-down-item a {
729
+ justify-content: space-between;
730
+ display: flex;
731
+ width: 100%;
732
+ align-items: center;
733
+ padding: 9px 9px;
734
+ color: #11304e;
735
+ border-bottom: 1px solid rgb(224, 224, 224);
736
+ }
737
+
738
+ .footer-section .language-drop-down-item a:hover {
739
+ background: rgb(238, 238, 238);
740
+ border-radius: 3px;
741
+ }
742
+
743
+ .footer-section .language-drop-down-item a i {
744
+ margin: 0;
745
+ }
746
+
747
+ .footer-section .language-drop-down-menu .active-lang {
748
+ background: rgb(238, 238, 238);
749
+ border-radius: 3px;
750
+ }
751
+
752
+ .footer-section .modal .modal-title {
753
+ font-size: 2.28rem;
521
754
  }
522
755
 
756
+ .footer-section .modal .close {
757
+ font-size: 3rem;
758
+ }
523
759
 
524
760
  @media (max-width: 768px) {
525
- .letter-close-button {
761
+
762
+ /* navbar ||| pageheading || searchsection css for mobile */
763
+ .navbar {
764
+ padding: 1.2rem 15px !important;
765
+ }
766
+
767
+ .pageHeaderBg {
768
+ background: unset;
769
+ }
770
+
771
+ .pageHeading h1 {
772
+ font-size: 2rem;
773
+ }
774
+
775
+ .pageHeading>h2 {
776
+ font-size: 1.4rem;
777
+ }
778
+
779
+ #containerWd {
780
+ width: 100% !important;
781
+ padding: 0px 15px;
782
+ }
783
+
784
+ .serachSection .serachBox .txtBox {
785
+ height: 50px !important;
786
+ }
787
+
788
+ .serachSection .serachBox .letter-close-button {
526
789
  right: 45%;
527
790
  top: 17px;
528
791
  font-size: 15px;
529
792
  }
530
793
 
531
- .navbar {
532
- padding: 1.2rem 15px !important;
794
+ .serachSection .serachBox .serachBtn {
795
+ height: 50px !important;
796
+ width: 40px !important;
533
797
  }
534
798
 
535
- .title,
536
- .description {
537
- width: 100% !important;
538
- text-align: center;
799
+ .serachSection .serachBox .select_dropDown2 {
800
+ height: 50px;
801
+ width: 30%;
802
+ right: 40px;
803
+ padding: 9.5px 0;
804
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
539
805
  }
540
806
 
541
- .angle-arrow {
542
- position: fixed;
543
- bottom: 5px;
544
- right: 52%;
545
- z-index: 999;
546
- top: auto;
547
- display: none;
807
+ .wrapper_dropDown {
808
+ align-items: flex-end;
809
+ flex-direction: column;
810
+ gap: 0 !important;
548
811
  }
549
812
 
550
- .alertbar form {
551
- display: block;
552
- margin-top: 10px;
813
+ .actives {
814
+ top: 102px;
815
+ right: -5px;
553
816
  }
554
817
 
555
- .how-to-leftimg {
556
- margin-bottom: 24px;
818
+ /* Feature Highlights || How to || Faq css for mobile */
819
+ .features_data .card-body {
820
+ border-radius: 10px;
821
+ background-color: #fff;
822
+ box-shadow: unset;
823
+ margin: 20px 0;
557
824
  }
558
825
 
559
- .how-to-title {
826
+ .faqList-container .meduim-text,
827
+ .faqList-container .meduim-text2 {
828
+ padding-left: 0px;
560
829
  text-align: center;
561
830
  }
562
831
 
563
- .how-to-list-item {
564
- display: flex;
565
- justify-content: center;
832
+ .how-to-section .how-to-leftimg {
833
+ margin-bottom: 24px;
566
834
  }
567
835
 
568
- .rating-text,
569
- .rating-value {
836
+ /* rating and social media share icons css for mobile */
837
+ .rating-tool .rating-text,
838
+ .rating-tool .rating-value {
570
839
  font-size: 12px;
571
840
  }
572
841
 
573
842
  .social-icons {
574
843
  position: static;
575
844
  width: 100%;
576
- display: flex;
577
845
  font-size: 16px;
578
846
  gap: 50px;
579
- justify-content: center;
580
847
  flex-direction: row;
581
848
  z-index: 999;
582
849
  box-shadow: unset;
@@ -587,18 +854,6 @@ header {
587
854
 
588
855
  }
589
856
 
590
- .social-icons a {
591
- color: #fff !important;
592
- background: white;
593
- border-radius: 100%;
594
- height: 30px;
595
- width: 30px;
596
- display: flex;
597
- align-items: center;
598
- justify-content: center;
599
- /* box-shadow: 0 0 5px rgb(0 0 0 / 20%); */
600
- }
601
-
602
857
  .share-icon {
603
858
  width: 14px;
604
859
  }
@@ -606,15 +861,19 @@ header {
606
861
  .share-this {
607
862
  font-weight: 900;
608
863
  font-size: 14px;
609
- /* width: 100%; */
610
864
  display: block !important;
611
865
  color: #000;
612
866
  text-align: center;
613
867
  }
614
868
 
615
- .social-count {
616
- right: auto !important;
617
- margin-top: 25px !important;
869
+
870
+ /* footer css for mobile */
871
+ .footer-section .language-drop-down-item {
872
+ width: 100% !important;
873
+ }
874
+
875
+ .footer-section .txt-secondary {
876
+ text-align: center;
618
877
  }
619
878
  }
620
879
 
@@ -623,23 +882,12 @@ header {
623
882
  margin-left: 0rem;
624
883
  }
625
884
 
626
- .dropdown-menu.show {
627
- display: block !important;
628
- padding: 15px !important
629
- }
630
-
631
- .dropdown-item {
632
- text-align: left;
633
- font-weight: 600;
634
- padding: 0.25rem 0;
885
+ .navbar-nav .nav-item {
886
+ padding: 0px !important;
635
887
  }
636
- }
637
888
 
638
- @media (max-width: 1125px) {
639
-
640
- .title,
641
- .description {
642
- width: 100% !important;
643
- text-align: center;
889
+ .dropdown-menu.show {
890
+ display: block;
891
+ padding: 15px;
644
892
  }
645
893
  }