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.
- checksums.yaml +4 -4
- data/_data/blog/share.yml +1 -0
- data/_data/footer/en/data.json +5 -1
- data/_data/header/en/data.json +174 -52
- data/_data/wordgames/en/five_letter_word_finder.json +449 -93
- data/_data/wordgames/en/root.json +222 -229
- data/_data/wordleSolver/en/resultData.json +2 -1
- data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
- data/_includes/WordPointTables/table.html +1 -4
- data/_includes/author_bio.html +39 -18
- data/_includes/authorpagehead/index.html +37 -0
- data/_includes/autogenerated/content.html +1 -3
- data/_includes/custom-head.html +9 -1
- data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
- data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
- data/_includes/footer/index.html +7 -9
- data/_includes/head/index.html +45 -10
- data/_includes/header/blogHeader.html +1 -1
- data/_includes/header/index.html +4 -4
- data/_includes/howto.html +1 -1
- data/_includes/repeat-letters.html +50 -186
- data/_includes/script.html +9 -2
- data/_includes/section/commonPage.html +13 -18
- data/_includes/section/{news.html → faq.html} +2 -2
- data/_includes/section/feature.html +18 -4
- data/_includes/section/home.html +57 -62
- data/_includes/section/wordGroup.html +2 -7
- data/_includes/section/xyzGroup.html +1 -1
- data/_includes/wordfinderstrategy/content.html +1 -5
- data/_includes/xyzpages/xyz.html +12 -8
- data/_layouts/aboutUs.html +136 -0
- data/_layouts/allAuthors.html +121 -0
- data/_layouts/allpages.html +0 -1
- data/_layouts/author.html +410 -0
- data/_layouts/autogencontent.html +0 -3
- data/_layouts/default.html +1 -11
- data/_layouts/disclaimer.html +28 -0
- data/_layouts/page.html +0 -45
- data/_layouts/page2.html +0 -44
- data/_layouts/post.html +28 -2
- data/_layouts/privacyPolicy.html +27 -0
- data/_layouts/termAndCondition.html +28 -4
- data/_layouts/tools.html +7 -1
- data/_layouts/wordMeaning.html +25 -17
- data/_layouts/xyzpages.html +2 -6
- data/assets/css/blog.css +128 -212
- data/assets/css/bootstrap-icons.css +42 -0
- data/assets/css/bootstrap.min.css +2521 -524
- data/assets/css/content.css +34 -49
- data/assets/css/font/bootstrap-icons.css +1981 -0
- data/assets/css/font/bootstrap-icons.json +1955 -0
- data/assets/css/font/bootstrap-icons.scss +1993 -0
- data/assets/css/fonts/bootstrap-icons.woff +0 -0
- data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
- data/assets/css/game.css +60 -57
- data/assets/css/multiple-word-anagram-solver.css +14 -15
- data/assets/css/style.css +583 -285
- data/assets/css/wordGroup.css +380 -17
- data/assets/css/wordleSolver.css +22 -22
- data/assets/css/wordsInCertainPosition.css +20 -32
- data/assets/images/wordswithletters-logo.webp +0 -0
- data/assets/js/adBlocker.js +0 -1
- data/assets/js/default.js +3 -6
- data/assets/js/theme.js +45 -0
- data/assets/js/wordScrabble-test.js +0 -3
- data/assets/js/words-starting-with.js +0 -4
- metadata +21 -37
- data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
- data/_data/wordgames/da/four_letter_word_finder.json +0 -196
- data/_data/wordgames/de/four_letter_word_finder.json +0 -196
- data/_data/wordgames/es/four_letter_word_finder.json +0 -196
- data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
- data/_data/wordgames/id/four_letter_word_finder.json +0 -196
- data/_data/wordgames/it/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
- data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
- data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
- data/_data/wordgames/th/four_letter_word_finder.json +0 -196
- data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
- data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
- data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
- data/_includes/section/home2.html +0 -174
- data/_layouts/other-lang-scrabble.html +0 -170
- data/assets/css/advancedFilter.css +0 -215
- data/assets/css/feature.css +0 -58
- data/assets/css/footer.css +0 -161
- data/assets/css/home.css +0 -538
- data/assets/css/news.css +0 -48
- data/assets/css/testhome.css +0 -417
- 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:
|
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
|
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
|
-
|
95
|
-
|
88
|
+
overflow-x: hidden;
|
89
|
+
overflow-y: auto;
|
90
|
+
left: -50px;
|
96
91
|
font-size: 14px;
|
97
|
-
|
98
|
-
|
99
|
-
box-shadow: 0 1px 1px 0 #bdcad2;
|
100
|
-
|
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
|
-
|
107
|
-
|
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
|
-
.
|
111
|
-
|
112
|
-
|
117
|
+
.pageHeading h1 {
|
118
|
+
font-size: 27px;
|
119
|
+
font-weight: 600;
|
113
120
|
color: #000;
|
114
|
-
font-size: 35px;
|
115
121
|
}
|
116
122
|
|
117
|
-
|
118
|
-
|
123
|
+
/* serachSection and serachBox css */
|
124
|
+
#containerWd {
|
125
|
+
max-width: 100%;
|
126
|
+
width: 700px !important;
|
127
|
+
padding: 0px;
|
119
128
|
}
|
120
129
|
|
121
|
-
.
|
122
|
-
|
123
|
-
|
124
|
-
color: #000;
|
130
|
+
.serachSection {
|
131
|
+
height: 50px;
|
132
|
+
position: relative;
|
125
133
|
}
|
126
134
|
|
127
|
-
.
|
128
|
-
|
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
|
-
.
|
133
|
-
|
134
|
-
|
135
|
-
|
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
|
-
|
139
|
-
|
140
|
-
|
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
|
-
.
|
145
|
-
|
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:
|
303
|
+
height: 10px;
|
149
304
|
font-weight: 900;
|
150
305
|
position: absolute;
|
151
|
-
top:
|
152
|
-
right:
|
306
|
+
top: 19px;
|
307
|
+
right: 9px;
|
153
308
|
margin: -3px 0;
|
154
309
|
cursor: pointer;
|
155
|
-
/* z-index:
|
310
|
+
/* z-index: 9999; */
|
156
311
|
}
|
157
312
|
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
padding: 15px;
|
313
|
+
|
314
|
+
.hide {
|
315
|
+
visibility: hidden;
|
162
316
|
}
|
163
317
|
|
164
|
-
.
|
165
|
-
|
166
|
-
transition: all 0.5s linear;
|
167
|
-
color: #fff;
|
318
|
+
.fillterWrapper {
|
319
|
+
display: none;
|
168
320
|
}
|
169
321
|
|
170
|
-
.
|
171
|
-
|
322
|
+
.startsWith,
|
323
|
+
.mustInclude,
|
324
|
+
.endsWith,
|
325
|
+
.exculdeWith,
|
326
|
+
.inculdeWith,
|
327
|
+
.wordLength {
|
328
|
+
position: relative;
|
172
329
|
}
|
173
330
|
|
174
|
-
.
|
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
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
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
|
-
.
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
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
|
-
|
190
|
-
|
360
|
+
outline: none;
|
361
|
+
box-shadow: none;
|
191
362
|
}
|
192
363
|
|
193
|
-
.
|
194
|
-
|
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
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
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
|
-
.
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
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
|
-
.
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
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
|
-
.
|
235
|
-
|
236
|
-
|
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
|
-
.
|
241
|
-
|
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
|
-
.
|
245
|
-
|
441
|
+
.feature,
|
442
|
+
.faqs .title {
|
443
|
+
text-indent: 10px;
|
246
444
|
font-size: 25px;
|
247
|
-
|
248
|
-
font-size: 16px;
|
249
|
-
font-weight: 400;
|
250
|
-
line-height: 30px;
|
445
|
+
font-weight: 900;
|
251
446
|
}
|
252
447
|
|
253
|
-
|
254
|
-
.
|
255
|
-
|
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
|
-
.
|
259
|
-
|
260
|
-
|
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
|
-
.
|
266
|
-
|
267
|
-
color: #
|
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
|
-
.
|
273
|
-
|
274
|
-
|
275
|
-
|
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
|
-
|
279
|
-
|
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
|
-
|
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
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
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
|
-
.
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
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
|
-
|
336
|
-
}
|
337
|
-
|
338
|
-
.close_ltr_icon {
|
339
|
-
display: block;
|
535
|
+
padding-left: 48px;
|
340
536
|
}
|
341
537
|
|
342
|
-
.
|
343
|
-
|
344
|
-
padding:
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
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-
|
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
|
-
|
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
|
-
|
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
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
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
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
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
|
-
.
|
513
|
-
color:
|
514
|
-
|
515
|
-
|
516
|
-
|
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
|
-
.
|
520
|
-
|
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
|
-
|
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
|
-
.
|
532
|
-
|
844
|
+
.serachSection .serachBox .serachBtn {
|
845
|
+
height: 50px !important;
|
846
|
+
width: 40px !important;
|
533
847
|
}
|
534
848
|
|
535
|
-
.
|
536
|
-
|
537
|
-
width:
|
538
|
-
|
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
|
-
.
|
542
|
-
|
543
|
-
|
544
|
-
|
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
|
-
.
|
551
|
-
|
552
|
-
|
863
|
+
.actives {
|
864
|
+
top: 102px;
|
865
|
+
right: -5px;
|
553
866
|
}
|
554
867
|
|
555
|
-
|
556
|
-
|
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
|
-
.
|
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-
|
564
|
-
|
565
|
-
justify-content: center;
|
882
|
+
.how-to-section .how-to-leftimg {
|
883
|
+
margin-bottom: 24px;
|
566
884
|
}
|
567
885
|
|
568
|
-
|
569
|
-
.rating-
|
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
|
-
|
616
|
-
|
617
|
-
|
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
|
-
.
|
627
|
-
|
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
|
-
|
639
|
-
|
640
|
-
|
641
|
-
.description {
|
642
|
-
width: 100% !important;
|
643
|
-
text-align: center;
|
939
|
+
.dropdown-menu.show {
|
940
|
+
display: block;
|
941
|
+
padding: 15px;
|
644
942
|
}
|
645
943
|
}
|