word-games-theme 1.8.5 → 1.8.7

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