word-games-theme 0.1.8 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +60 -60
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +175 -175
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +99 -92
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -89
  54. data/_includes/section/home2.html +90 -83
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -43
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -67
  67. data/_layouts/page2.html +60 -60
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -160
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -69
  77. data/assets/css/footer.css +95 -95
  78. data/assets/css/home.css +235 -234
  79. data/assets/css/news.css +62 -62
  80. data/assets/css/style.css +394 -386
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/star.svg +1 -0
  93. data/assets/images/twitter-square.svg +1 -0
  94. data/assets/images/twitter.svg +1 -0
  95. data/assets/images/twitter2.svg +1 -0
  96. data/assets/images/window-close.png +0 -0
  97. data/assets/images/window-close.svg +1 -0
  98. data/assets/images/word-games-logo.svg +52 -52
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/X-letter.js +359 -378
  101. data/assets/js/advancedFilter.js +5 -5
  102. data/assets/js/advancedFilter2.js +12 -12
  103. data/assets/js/advancedFilter3.js +2 -2
  104. data/assets/js/scrabbleDictonary.js +165 -165
  105. data/assets/js/wordScrabble.js +511 -510
  106. metadata +19 -8
  107. data/_data/header/hi/data.json +0 -145
data/assets/css/news.css CHANGED
@@ -1,62 +1,62 @@
1
- .rowHeight2 {
2
- position: relative;
3
- top: 300px;
4
- margin-bottom: 550px;
5
- }
6
- .news {
7
- margin-top: -120px;
8
- margin-left: 60px;
9
- color: #fff;
10
- }
11
- .news img {
12
- width: 420px;
13
- position: absolute;
14
- top: -200px;
15
- height: 700px;
16
- z-index: -1;
17
- left: -15px;
18
- }
19
- .meduim-text2 {
20
- margin: 0 0 25px;
21
- font-size: 20px;
22
- font-weight: 600;
23
- color: #11304e;
24
- position: relative;
25
- padding-right: 30px;
26
- line-height: 1.4;
27
- cursor: pointer;
28
- padding-left: 48px;
29
- }
30
- .meduim-text {
31
- font-size: 14px;
32
- padding-left: 48px;
33
- font-weight: 500;
34
- line-height: 1.75;
35
- text-align: left;
36
- color: #536571;
37
- margin: 0 0 25px;
38
- height: auto;
39
- overflow: hidden;
40
- }
41
- @media (max-width: 768px) {
42
- .meduim-text,
43
- .meduim-text2 {
44
- padding-left: 0px;
45
- }
46
- }
47
- @media (max-width: 1125px) {
48
- .rowHeight2 {
49
- margin-top: 50px;
50
- margin-bottom: 120px;
51
- top: 0;
52
- }
53
- .news {
54
- padding: 15px;
55
- background-color: #29dec0;
56
- margin-left: 0;
57
- margin-top: 0;
58
- }
59
- .news img {
60
- display: none;
61
- }
62
- }
1
+ .rowHeight2 {
2
+ position: relative;
3
+ top: 300px;
4
+ margin-bottom: 550px;
5
+ }
6
+ .news {
7
+ margin-top: -120px;
8
+ margin-left: 60px;
9
+ color: #fff;
10
+ }
11
+ .news img {
12
+ width: 420px;
13
+ position: absolute;
14
+ top: -200px;
15
+ height: 700px;
16
+ z-index: -1;
17
+ left: -15px;
18
+ }
19
+ .meduim-text2 {
20
+ margin: 0 0 25px;
21
+ font-size: 20px;
22
+ font-weight: 600;
23
+ color: #11304e;
24
+ position: relative;
25
+ padding-right: 30px;
26
+ line-height: 1.4;
27
+ cursor: pointer;
28
+ padding-left: 48px;
29
+ }
30
+ .meduim-text {
31
+ font-size: 14px;
32
+ padding-left: 48px;
33
+ font-weight: 500;
34
+ line-height: 1.75;
35
+ text-align: left;
36
+ color: #536571;
37
+ margin: 0 0 25px;
38
+ height: auto;
39
+ overflow: hidden;
40
+ }
41
+ @media (max-width: 768px) {
42
+ .meduim-text,
43
+ .meduim-text2 {
44
+ padding-left: 0px;
45
+ }
46
+ }
47
+ @media (max-width: 1125px) {
48
+ .rowHeight2 {
49
+ margin-top: 50px;
50
+ margin-bottom: 120px;
51
+ top: 0;
52
+ }
53
+ .news {
54
+ padding: 15px;
55
+ background-color: #29dec0;
56
+ margin-left: 0;
57
+ margin-top: 0;
58
+ }
59
+ .news img {
60
+ display: none;
61
+ }
62
+ }
data/assets/css/style.css CHANGED
@@ -1,386 +1,394 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
2
- @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
3
- @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
4
-
5
- /* styling........ */
6
- * {
7
- margin: 0;
8
- padding: 0;
9
- box-sizing: border-box;
10
- font-family: 'Open Sans', sans-serif;
11
- }
12
- :root {
13
- --txtColor: #000;
14
- --txtColor1: #fff;
15
- --bgColor: #000;
16
- --bgColor2: #fff;
17
- }
18
-
19
- html {
20
- scroll-behavior: smooth;
21
- font-size: 62.5%;
22
- }
23
- /* loader css */
24
- .loader {
25
- width: 100%;
26
- text-align: center;
27
- }
28
- .loader img {
29
- height: 100px;
30
- }
31
- /* loader css close */
32
- header {
33
- width: 100%;
34
- position: relative;
35
- }
36
-
37
- .navbar {
38
- width: 100%;
39
- padding: 1.2rem 10rem !important;
40
- position: fixed;
41
- top: 0;
42
- left: 0;
43
- z-index: 999;
44
- }
45
- .navbar-brand {
46
- font-size: 2.2rem;
47
- color: var(--txtColor) !important;
48
- font-weight: 900;
49
- }
50
- .navbar-dark .navbar-toggler {
51
- outline: none !important;
52
- }
53
- .navbar-nav .nav-item {
54
- padding: 0 10px;
55
- }
56
- .navbar-nav .nav-link:hover {
57
- color: var(--txtColor) !important;
58
- transition: all 0.2s linear;
59
- -webkit-transition: all 0.2s linear;
60
- -moz-transition: all 0.2s linear;
61
- }
62
- .nav-link {
63
- text-decoration: none !important;
64
- font-size: 16px;
65
- color: gray !important;
66
- }
67
- .dropdown:hover .dropdown-menu {
68
- display: block;
69
- border: none;
70
- font-size: 14px;
71
- left: -70px;
72
- padding: 13.5px;
73
- background: transparent;
74
- }
75
-
76
- /* for heading */
77
- .heading {
78
- font-family: 'Poppins', sans-serif;
79
- font-weight: 600;
80
- font-size: 4rem;
81
- color: #000;
82
- }
83
-
84
- /* block title styling. */
85
- .site-no {
86
- font-size: 100px;
87
- font-weight: 700;
88
- font-family: 'Poppins', sans-serif;
89
- }
90
- .title {
91
- text-indent: 10px;
92
- font-size: 25px;
93
- font-weight: 900;
94
- font-family: 'Poppins', sans-serif;
95
- }
96
- .description {
97
- width: 250px;
98
- padding: 0 10px;
99
- font-size: 15px;
100
- font-family: 'Poppins', sans-serif;
101
- }
102
- /* advanced filtering angle styling. */
103
- .angle-arrow {
104
- background: url(../images/angle-arrow-down.svg) no-repeat;
105
- background-size: contain;
106
- width: 10px;
107
- height: 20px;
108
- font-weight: 900;
109
- position: absolute;
110
- top: 20px;
111
- right: 5px;
112
- margin: -3px 0;
113
- cursor: pointer;
114
- /* z-index: 999; */
115
- }
116
- .post-link {
117
- font-size: 1.5rem;
118
- color: #000;
119
- padding: 15px;
120
- }
121
- .post-link:hover {
122
- background: deepskyblue;
123
- transition: all 0.5s linear;
124
- color: #fff;
125
- }
126
-
127
- .hide {
128
- visibility: hidden;
129
- }
130
- .fa-times {
131
- position: absolute;
132
- top: 12px;
133
- right: 15px;
134
- font-size: 15px;
135
- cursor: pointer;
136
- }
137
-
138
- /* newspaper subscribbe styling */
139
- .alertbar {
140
- box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
141
- position: fixed;
142
- bottom: 0;
143
- left: 0;
144
- background-color: #fff;
145
- width: 100%;
146
- padding: 14px 0;
147
- z-index: 1;
148
- }
149
-
150
- .alertbar form {
151
- display: inline-block;
152
- }
153
- .alertbar input[type='email'] {
154
- font-size: 0.85rem;
155
- padding: 3px 40px 3px 10px;
156
- border-top-left-radius: 3px;
157
- border-bottom-left-radius: 3px;
158
- border: 1px solid #ddd;
159
- border-right: 0;
160
- margin-right: -10px;
161
- height: 34px;
162
- letter-spacing: 0.5px;
163
- margin-left: 5px;
164
- outline: none;
165
- }
166
- .alertbar input[type='submit'] {
167
- background-color: #1c9963;
168
- border: 1px solid #1c9963;
169
- color: rgba(255, 255, 255, 1);
170
- fill: rgba(255, 255, 255, 1);
171
- font-size: 12px;
172
- border-radius: 0;
173
- padding: 4px 10px;
174
- border-top-right-radius: 3px;
175
- border-bottom-right-radius: 3px;
176
- font-weight: 600;
177
- height: 34px;
178
- letter-spacing: 0.5px;
179
- cursor: pointer;
180
- }
181
- /* close */
182
-
183
- .page-top-section {
184
- font-size: 16px;
185
- padding-top: 250px;
186
- padding-bottom: 40px;
187
- background: url(/assets/images/footer2-bg.webp);
188
- }
189
- .page-top-nav a {
190
- color: #fff;
191
- text-transform: uppercase;
192
- padding: 0 15px;
193
- }
194
- .page-top-nav a:hover {
195
- color: white !important;
196
- }
197
- .section-gap {
198
- padding: 120px 0;
199
- font-size: 25px;
200
- color: #50668f;
201
- font-size: 16px;
202
- font-weight: 400;
203
- line-height: 30px;
204
- }
205
-
206
- /* dictonary css */
207
- .dictionary-item {
208
- padding: 5px 0;
209
- }
210
- .font16px {
211
- font-size: 16px;
212
- font-weight: 500;
213
- line-height: 1.19;
214
- color: #1c1107;
215
- }
216
- .found-word {
217
- background: #2ec308;
218
- color: #fff;
219
- padding: 3px;
220
- font-size: 15px;
221
- }
222
- .word-score {
223
- font-style: italic;
224
- opacity: 0.7;
225
- font-size: 14px;
226
- }
227
-
228
- @media (max-width: 768px) {
229
- .navbar {
230
- padding: 1.2rem 15px !important;
231
- }
232
- .title,
233
- .description {
234
- width: 100% !important;
235
- text-align: center;
236
- }
237
- .angle-arrow {
238
- position: fixed;
239
- bottom: 5px;
240
- right: 52%;
241
- z-index: 999;
242
- top: auto;
243
- }
244
- .alertbar form {
245
- display: block;
246
- margin-top: 10px;
247
- }
248
- .heading {
249
- font-size: 40px;
250
- }
251
- }
252
-
253
- @media (max-width: 992px) {
254
- .dropdown:hover .dropdown-menu {
255
- left: 0px;
256
- padding: 0;
257
- }
258
- .dropdown-item {
259
- text-align: left;
260
- font-weight: 600;
261
- padding: 0.25rem 0;
262
- }
263
- }
264
-
265
- @media (max-width: 1125px) {
266
- .title,
267
- .description {
268
- width: 100% !important;
269
- text-align: center;
270
- }
271
- }
272
-
273
- /* styling close */
274
- /* rating css */
275
- /* .rating css */
276
- #rating-img {
277
- height: 1px;
278
- width: 1px;
279
- filter: brightness();
280
- filter: brightness(100);
281
- }
282
-
283
- .rating-tool {
284
- width: 100%;
285
- display: flex;
286
- justify-content: center;
287
- align-items: center;
288
- padding: 20px 0px 20px 0px;
289
- border-top: 1px solid rgb(221, 221, 221);
290
- border-bottom: 1px solid rgb(221, 221, 221);
291
- margin-bottom: 60px;
292
- position: relative;
293
- top: 30px;
294
- }
295
- .rating-text {
296
- font-size: 17px;
297
- font-weight: 700;
298
- color: rgb(33, 33, 33);
299
- padding: 6px;
300
- }
301
- .rating-stars {
302
- color: #9d9d9d !important;
303
- display: flex;
304
- align-items: center;
305
- }
306
- .rating-stars i {
307
- padding: 5px;
308
- font-size: 17px;
309
- }
310
- .rating-value {
311
- line-height: 24px;
312
- font-size: 16px;
313
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
314
- -webkit-font-smoothing: antialiased;
315
- font-weight: 400;
316
- color: rgb(33, 33, 33);
317
- padding: 6px;
318
- }
319
-
320
- /* social icons style */
321
- .social-count {
322
- background: #d60000;
323
- color: #fff;
324
- position: absolute;
325
- height: 16px;
326
- width: 16px;
327
- display: inline-flex;
328
- align-items: center;
329
- justify-content: center;
330
- text-align: center;
331
- font-size: 12px;
332
- font-weight: 700;
333
- right: 1px;
334
- border-radius: 50%;
335
- margin-top: 1px;
336
- padding: 9px;
337
- }
338
- .social-icons {
339
- position: fixed;
340
- right: 0;
341
- top: 35%;
342
- width: 47px;
343
- height: 174px;
344
- display: flex;
345
- font-size: 15px;
346
- color: #fff;
347
- flex-direction: column;
348
- align-items: center;
349
- justify-content: center;
350
- z-index: 999;
351
- border-top-left-radius: 8px;
352
- border-bottom-left-radius: 8px;
353
- background: #fff;
354
- box-shadow: 0 0 20px -7px #191a1a9e;
355
- line-height: 30px;
356
- }
357
- .social-icons a {
358
- color: #000 !important;
359
- }
360
- @media (max-width: 768px) {
361
- .social-icons {
362
- left: 0;
363
- bottom: 0 !important;
364
- top: auto;
365
- font-size: 25px;
366
- width: 100%;
367
- height: 60px;
368
- display: flex;
369
- margin: 0 !important;
370
- flex-direction: row;
371
- justify-content: space-evenly;
372
- line-height: 100px;
373
- }
374
- .social-count {
375
- right: auto !important;
376
- margin-top: 25px !important;
377
- }
378
- }
379
- .social-icon {
380
- margin: 0 !important;
381
- color: gray;
382
- font-size: 1.6rem;
383
- }
384
- .social-icon:hover {
385
- color: black;
386
- }
1
+ /* styling........ */
2
+ * {
3
+ margin: 0;
4
+ padding: 0;
5
+ box-sizing: border-box;
6
+ }
7
+ :root {
8
+ --txtColor: #000;
9
+ --txtColor1: #fff;
10
+ --bgColor: #000;
11
+ --bgColor2: #fff;
12
+ }
13
+
14
+ html {
15
+ scroll-behavior: smooth;
16
+ font-size: 62.5%;
17
+ }
18
+ /* loader css */
19
+ .loader {
20
+ width: 100%;
21
+ text-align: center;
22
+ }
23
+ .loader img {
24
+ height: 100px;
25
+ }
26
+ /* loader css close */
27
+ header {
28
+ width: 100%;
29
+ position: relative;
30
+ }
31
+
32
+ .navbar {
33
+ width: 100%;
34
+ padding: 1.2rem 10rem !important;
35
+ position: fixed;
36
+ top: 0;
37
+ left: 0;
38
+ z-index: 999;
39
+ }
40
+ .navbar-brand {
41
+ font-size: 2.2rem;
42
+ color: var(--txtColor) !important;
43
+ font-weight: 900;
44
+ }
45
+ .navbar-dark .navbar-toggler {
46
+ outline: none !important;
47
+ }
48
+ .navbar-nav .nav-item {
49
+ padding: 0 10px;
50
+ }
51
+ .navbar-nav .nav-link:hover {
52
+ color: var(--txtColor) !important;
53
+ transition: all 0.2s linear;
54
+ -webkit-transition: all 0.2s linear;
55
+ -moz-transition: all 0.2s linear;
56
+ }
57
+ .nav-link {
58
+ text-decoration: none !important;
59
+ font-size: 16px;
60
+ color: gray !important;
61
+ }
62
+ .dropdown:hover .dropdown-menu {
63
+ display: block;
64
+ border: none;
65
+ font-size: 14px;
66
+ left: -70px;
67
+ padding: 13.5px;
68
+ background: transparent;
69
+ }
70
+ .bars {
71
+ position: relative;
72
+ top: 3px;
73
+ color: #000;
74
+ font-size: 35px;
75
+ }
76
+ .bars::before {
77
+ font-weight: 900 !important;
78
+ }
79
+ /* for heading */
80
+ .heading {
81
+ font-family: 'Poppins', sans-serif;
82
+ font-weight: 600;
83
+ font-size: 4rem;
84
+ color: #000;
85
+ }
86
+
87
+ /* block title styling. */
88
+ .site-no {
89
+ font-size: 100px;
90
+ font-weight: 700;
91
+ font-family: 'Poppins', sans-serif;
92
+ }
93
+ .title {
94
+ text-indent: 10px;
95
+ font-size: 25px;
96
+ font-weight: 900;
97
+ font-family: 'Poppins', sans-serif;
98
+ }
99
+ .description {
100
+ width: 250px;
101
+ padding: 0 10px;
102
+ font-size: 15px;
103
+ font-family: 'Poppins', sans-serif;
104
+ }
105
+ /* advanced filtering angle styling. */
106
+ .angle-arrow {
107
+ background: url(../images/angle-arrow-down.svg) no-repeat;
108
+ background-size: contain;
109
+ width: 10px;
110
+ height: 20px;
111
+ font-weight: 900;
112
+ position: absolute;
113
+ top: 20px;
114
+ right: 5px;
115
+ margin: -3px 0;
116
+ cursor: pointer;
117
+ /* z-index: 999; */
118
+ }
119
+ .post-link {
120
+ font-size: 1.5rem;
121
+ color: #000;
122
+ padding: 15px;
123
+ }
124
+ .post-link:hover {
125
+ background: deepskyblue;
126
+ transition: all 0.5s linear;
127
+ color: #fff;
128
+ }
129
+
130
+ .hide {
131
+ visibility: hidden;
132
+ }
133
+ .fa-times {
134
+ position: absolute;
135
+ top: 12px;
136
+ right: 15px;
137
+ font-size: 15px;
138
+ cursor: pointer;
139
+ }
140
+
141
+ /* newspaper subscribbe styling */
142
+ .alertbar {
143
+ box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
144
+ position: fixed;
145
+ bottom: 0;
146
+ left: 0;
147
+ background-color: #fff;
148
+ width: 100%;
149
+ padding: 14px 0;
150
+ z-index: 1;
151
+ }
152
+
153
+ .alertbar form {
154
+ display: inline-block;
155
+ }
156
+ .alertbar input[type='email'] {
157
+ font-size: 0.85rem;
158
+ padding: 3px 40px 3px 10px;
159
+ border-top-left-radius: 3px;
160
+ border-bottom-left-radius: 3px;
161
+ border: 1px solid #ddd;
162
+ border-right: 0;
163
+ margin-right: -10px;
164
+ height: 34px;
165
+ letter-spacing: 0.5px;
166
+ margin-left: 5px;
167
+ outline: none;
168
+ }
169
+ .alertbar input[type='submit'] {
170
+ background-color: #1c9963;
171
+ border: 1px solid #1c9963;
172
+ color: rgba(255, 255, 255, 1);
173
+ fill: rgba(255, 255, 255, 1);
174
+ font-size: 12px;
175
+ border-radius: 0;
176
+ padding: 4px 10px;
177
+ border-top-right-radius: 3px;
178
+ border-bottom-right-radius: 3px;
179
+ font-weight: 600;
180
+ height: 34px;
181
+ letter-spacing: 0.5px;
182
+ cursor: pointer;
183
+ }
184
+ /* close */
185
+
186
+ .page-top-section {
187
+ font-size: 16px;
188
+ padding-top: 250px;
189
+ padding-bottom: 40px;
190
+ background: url(/assets/images/footer2-bg.webp);
191
+ }
192
+ .page-top-nav a {
193
+ color: #fff;
194
+ text-transform: uppercase;
195
+ padding: 0 15px;
196
+ }
197
+ .page-top-nav a:hover {
198
+ color: white !important;
199
+ }
200
+ .section-gap {
201
+ padding: 120px 0;
202
+ font-size: 25px;
203
+ color: #50668f;
204
+ font-size: 16px;
205
+ font-weight: 400;
206
+ line-height: 30px;
207
+ }
208
+
209
+ /* dictonary css */
210
+ .dictionary-item {
211
+ padding: 5px 0;
212
+ }
213
+ .font16px {
214
+ font-size: 16px;
215
+ font-weight: 500;
216
+ line-height: 1.19;
217
+ color: #1c1107;
218
+ }
219
+ .found-word {
220
+ background: #2ec308;
221
+ color: #fff;
222
+ padding: 3px;
223
+ font-size: 15px;
224
+ }
225
+ .word-score {
226
+ font-style: italic;
227
+ opacity: 0.7;
228
+ font-size: 14px;
229
+ }
230
+
231
+ @media (max-width: 768px) {
232
+ .navbar {
233
+ padding: 1.2rem 15px !important;
234
+ }
235
+ .title,
236
+ .description {
237
+ width: 100% !important;
238
+ text-align: center;
239
+ }
240
+ .angle-arrow {
241
+ position: fixed;
242
+ bottom: 5px;
243
+ right: 52%;
244
+ z-index: 999;
245
+ top: auto;
246
+ }
247
+ .alertbar form {
248
+ display: block;
249
+ margin-top: 10px;
250
+ }
251
+ .heading {
252
+ font-size: 40px;
253
+ }
254
+ }
255
+
256
+ @media (max-width: 992px) {
257
+ .dropdown:hover .dropdown-menu {
258
+ left: 0px;
259
+ padding: 0;
260
+ }
261
+ .dropdown-item {
262
+ text-align: left;
263
+ font-weight: 600;
264
+ padding: 0.25rem 0;
265
+ }
266
+ }
267
+
268
+ @media (max-width: 1125px) {
269
+ .title,
270
+ .description {
271
+ width: 100% !important;
272
+ text-align: center;
273
+ }
274
+ }
275
+
276
+ /* styling close */
277
+ /* rating css */
278
+ /* .rating css */
279
+ .ratingSTar {
280
+ width: 30px;
281
+ padding: 5px;
282
+ }
283
+ #rating-img {
284
+ height: 1px;
285
+ width: 1px;
286
+ filter: brightness();
287
+ filter: brightness(100);
288
+ }
289
+
290
+ .rating-tool {
291
+ width: 100%;
292
+ display: flex;
293
+ justify-content: center;
294
+ align-items: center;
295
+ padding: 20px 0px 20px 0px;
296
+ border-top: 1px solid rgb(221, 221, 221);
297
+ border-bottom: 1px solid rgb(221, 221, 221);
298
+ margin-bottom: 60px;
299
+ position: relative;
300
+ top: 30px;
301
+ }
302
+ .rating-text {
303
+ font-size: 17px;
304
+ font-weight: 700;
305
+ color: rgb(33, 33, 33);
306
+ padding: 6px;
307
+ }
308
+ .rating-stars {
309
+ color: #9d9d9d !important;
310
+ display: flex;
311
+ align-items: center;
312
+ }
313
+ .rating-stars i {
314
+ padding: 5px;
315
+ font-size: 17px;
316
+ }
317
+ .rating-value {
318
+ line-height: 24px;
319
+ font-size: 16px;
320
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
321
+ -webkit-font-smoothing: antialiased;
322
+ font-weight: 400;
323
+ color: rgb(33, 33, 33);
324
+ padding: 6px;
325
+ }
326
+
327
+ /* social icons style */
328
+ .social-count {
329
+ background: #d60000;
330
+ color: #fff;
331
+ position: absolute;
332
+ height: 16px;
333
+ width: 16px;
334
+ display: inline-flex;
335
+ align-items: center;
336
+ justify-content: center;
337
+ text-align: center;
338
+ font-size: 12px;
339
+ font-weight: 700;
340
+ right: 1px;
341
+ border-radius: 50%;
342
+ margin-top: 1px;
343
+ padding: 9px;
344
+ }
345
+ .social-icons {
346
+ position: fixed;
347
+ right: 0;
348
+ top: 35%;
349
+ width: 47px;
350
+ height: 174px;
351
+ display: flex;
352
+ font-size: 16px;
353
+ color: #fff;
354
+ flex-direction: column;
355
+ align-items: center;
356
+ justify-content: center;
357
+ z-index: 999;
358
+ border-top-left-radius: 8px;
359
+ border-bottom-left-radius: 8px;
360
+ background: #fff;
361
+ box-shadow: 0 0 20px -7px #191a1a9e;
362
+ line-height: 30px;
363
+ }
364
+ .social-icons a {
365
+ color: #000 !important;
366
+ padding: 4px 0;
367
+ }
368
+ @media (max-width: 768px) {
369
+ .social-icons {
370
+ left: 0;
371
+ bottom: 0 !important;
372
+ top: auto;
373
+ font-size: 25px;
374
+ width: 100%;
375
+ height: 60px;
376
+ display: flex;
377
+ margin: 0 !important;
378
+ flex-direction: row;
379
+ justify-content: space-evenly;
380
+ line-height: 100px;
381
+ }
382
+ .social-count {
383
+ right: auto !important;
384
+ margin-top: 25px !important;
385
+ }
386
+ }
387
+ .social-icon {
388
+ margin: 0 !important;
389
+ color: gray;
390
+ font-size: 1.6rem;
391
+ }
392
+ .social-icon:hover {
393
+ color: black;
394
+ }