word-games-theme 0.1.9 → 0.2.0

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 +399 -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 -359
  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,399 @@
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
+ @font-face {
3
+ font-family: myFirstFont;
4
+ src: url(../../OpenSans-Regular.ttf);
5
+ }
6
+ * {
7
+ margin: 0;
8
+ padding: 0;
9
+ box-sizing: border-box;
10
+ font-family: myFirstFont !important;
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
+ .bars {
76
+ position: relative;
77
+ top: 3px;
78
+ color: #000;
79
+ font-size: 35px;
80
+ }
81
+ .bars::before {
82
+ font-weight: 900 !important;
83
+ }
84
+ /* for heading */
85
+ .heading {
86
+ font-family: 'Poppins', sans-serif;
87
+ font-weight: 600;
88
+ font-size: 4rem;
89
+ color: #000;
90
+ }
91
+
92
+ /* block title styling. */
93
+ .site-no {
94
+ font-size: 100px;
95
+ font-weight: 700;
96
+ font-family: 'Poppins', sans-serif;
97
+ }
98
+ .title {
99
+ text-indent: 10px;
100
+ font-size: 25px;
101
+ font-weight: 900;
102
+ font-family: 'Poppins', sans-serif;
103
+ }
104
+ .description {
105
+ width: 250px;
106
+ padding: 0 10px;
107
+ font-size: 15px;
108
+ font-family: 'Poppins', sans-serif;
109
+ }
110
+ /* advanced filtering angle styling. */
111
+ .angle-arrow {
112
+ background: url(../images/angle-arrow-down.svg) no-repeat;
113
+ background-size: contain;
114
+ width: 10px;
115
+ height: 20px;
116
+ font-weight: 900;
117
+ position: absolute;
118
+ top: 20px;
119
+ right: 5px;
120
+ margin: -3px 0;
121
+ cursor: pointer;
122
+ /* z-index: 999; */
123
+ }
124
+ .post-link {
125
+ font-size: 1.5rem;
126
+ color: #000;
127
+ padding: 15px;
128
+ }
129
+ .post-link:hover {
130
+ background: deepskyblue;
131
+ transition: all 0.5s linear;
132
+ color: #fff;
133
+ }
134
+
135
+ .hide {
136
+ visibility: hidden;
137
+ }
138
+ .fa-times {
139
+ position: absolute;
140
+ top: 12px;
141
+ right: 15px;
142
+ font-size: 15px;
143
+ cursor: pointer;
144
+ }
145
+
146
+ /* newspaper subscribbe styling */
147
+ .alertbar {
148
+ box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
149
+ position: fixed;
150
+ bottom: 0;
151
+ left: 0;
152
+ background-color: #fff;
153
+ width: 100%;
154
+ padding: 14px 0;
155
+ z-index: 1;
156
+ }
157
+
158
+ .alertbar form {
159
+ display: inline-block;
160
+ }
161
+ .alertbar input[type='email'] {
162
+ font-size: 0.85rem;
163
+ padding: 3px 40px 3px 10px;
164
+ border-top-left-radius: 3px;
165
+ border-bottom-left-radius: 3px;
166
+ border: 1px solid #ddd;
167
+ border-right: 0;
168
+ margin-right: -10px;
169
+ height: 34px;
170
+ letter-spacing: 0.5px;
171
+ margin-left: 5px;
172
+ outline: none;
173
+ }
174
+ .alertbar input[type='submit'] {
175
+ background-color: #1c9963;
176
+ border: 1px solid #1c9963;
177
+ color: rgba(255, 255, 255, 1);
178
+ fill: rgba(255, 255, 255, 1);
179
+ font-size: 12px;
180
+ border-radius: 0;
181
+ padding: 4px 10px;
182
+ border-top-right-radius: 3px;
183
+ border-bottom-right-radius: 3px;
184
+ font-weight: 600;
185
+ height: 34px;
186
+ letter-spacing: 0.5px;
187
+ cursor: pointer;
188
+ }
189
+ /* close */
190
+
191
+ .page-top-section {
192
+ font-size: 16px;
193
+ padding-top: 250px;
194
+ padding-bottom: 40px;
195
+ background: url(/assets/images/footer2-bg.webp);
196
+ }
197
+ .page-top-nav a {
198
+ color: #fff;
199
+ text-transform: uppercase;
200
+ padding: 0 15px;
201
+ }
202
+ .page-top-nav a:hover {
203
+ color: white !important;
204
+ }
205
+ .section-gap {
206
+ padding: 120px 0;
207
+ font-size: 25px;
208
+ color: #50668f;
209
+ font-size: 16px;
210
+ font-weight: 400;
211
+ line-height: 30px;
212
+ }
213
+
214
+ /* dictonary css */
215
+ .dictionary-item {
216
+ padding: 5px 0;
217
+ }
218
+ .font16px {
219
+ font-size: 16px;
220
+ font-weight: 500;
221
+ line-height: 1.19;
222
+ color: #1c1107;
223
+ }
224
+ .found-word {
225
+ background: #2ec308;
226
+ color: #fff;
227
+ padding: 3px;
228
+ font-size: 15px;
229
+ }
230
+ .word-score {
231
+ font-style: italic;
232
+ opacity: 0.7;
233
+ font-size: 14px;
234
+ }
235
+
236
+ @media (max-width: 768px) {
237
+ .navbar {
238
+ padding: 1.2rem 15px !important;
239
+ }
240
+ .title,
241
+ .description {
242
+ width: 100% !important;
243
+ text-align: center;
244
+ }
245
+ .angle-arrow {
246
+ position: fixed;
247
+ bottom: 5px;
248
+ right: 52%;
249
+ z-index: 999;
250
+ top: auto;
251
+ }
252
+ .alertbar form {
253
+ display: block;
254
+ margin-top: 10px;
255
+ }
256
+ .heading {
257
+ font-size: 40px;
258
+ }
259
+ }
260
+
261
+ @media (max-width: 992px) {
262
+ .dropdown:hover .dropdown-menu {
263
+ left: 0px;
264
+ padding: 0;
265
+ }
266
+ .dropdown-item {
267
+ text-align: left;
268
+ font-weight: 600;
269
+ padding: 0.25rem 0;
270
+ }
271
+ }
272
+
273
+ @media (max-width: 1125px) {
274
+ .title,
275
+ .description {
276
+ width: 100% !important;
277
+ text-align: center;
278
+ }
279
+ }
280
+
281
+ /* styling close */
282
+ /* rating css */
283
+ /* .rating css */
284
+ .ratingSTar {
285
+ width: 30px;
286
+ padding: 5px;
287
+ }
288
+ #rating-img {
289
+ height: 1px;
290
+ width: 1px;
291
+ filter: brightness();
292
+ filter: brightness(100);
293
+ }
294
+
295
+ .rating-tool {
296
+ width: 100%;
297
+ display: flex;
298
+ justify-content: center;
299
+ align-items: center;
300
+ padding: 20px 0px 20px 0px;
301
+ border-top: 1px solid rgb(221, 221, 221);
302
+ border-bottom: 1px solid rgb(221, 221, 221);
303
+ margin-bottom: 60px;
304
+ position: relative;
305
+ top: 30px;
306
+ }
307
+ .rating-text {
308
+ font-size: 17px;
309
+ font-weight: 700;
310
+ color: rgb(33, 33, 33);
311
+ padding: 6px;
312
+ }
313
+ .rating-stars {
314
+ color: #9d9d9d !important;
315
+ display: flex;
316
+ align-items: center;
317
+ }
318
+ .rating-stars i {
319
+ padding: 5px;
320
+ font-size: 17px;
321
+ }
322
+ .rating-value {
323
+ line-height: 24px;
324
+ font-size: 16px;
325
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
326
+ -webkit-font-smoothing: antialiased;
327
+ font-weight: 400;
328
+ color: rgb(33, 33, 33);
329
+ padding: 6px;
330
+ }
331
+
332
+ /* social icons style */
333
+ .social-count {
334
+ background: #d60000;
335
+ color: #fff;
336
+ position: absolute;
337
+ height: 16px;
338
+ width: 16px;
339
+ display: inline-flex;
340
+ align-items: center;
341
+ justify-content: center;
342
+ text-align: center;
343
+ font-size: 12px;
344
+ font-weight: 700;
345
+ right: 1px;
346
+ border-radius: 50%;
347
+ margin-top: 1px;
348
+ padding: 9px;
349
+ }
350
+ .social-icons {
351
+ position: fixed;
352
+ right: 0;
353
+ top: 35%;
354
+ width: 47px;
355
+ height: 174px;
356
+ display: flex;
357
+ font-size: 16px;
358
+ color: #fff;
359
+ flex-direction: column;
360
+ align-items: center;
361
+ justify-content: center;
362
+ z-index: 999;
363
+ border-top-left-radius: 8px;
364
+ border-bottom-left-radius: 8px;
365
+ background: #fff;
366
+ box-shadow: 0 0 20px -7px #191a1a9e;
367
+ line-height: 30px;
368
+ }
369
+ .social-icons a {
370
+ color: #000 !important;
371
+ padding: 4px 0;
372
+ }
373
+ @media (max-width: 768px) {
374
+ .social-icons {
375
+ left: 0;
376
+ bottom: 0 !important;
377
+ top: auto;
378
+ font-size: 25px;
379
+ width: 100%;
380
+ height: 60px;
381
+ display: flex;
382
+ margin: 0 !important;
383
+ flex-direction: row;
384
+ justify-content: space-evenly;
385
+ line-height: 100px;
386
+ }
387
+ .social-count {
388
+ right: auto !important;
389
+ margin-top: 25px !important;
390
+ }
391
+ }
392
+ .social-icon {
393
+ margin: 0 !important;
394
+ color: gray;
395
+ font-size: 1.6rem;
396
+ }
397
+ .social-icon:hover {
398
+ color: black;
399
+ }