appscms-tools-theme 2.8.8 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +4 -4
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/calculators/en/biology-calc/bulb-spacing.json +78 -78
  11. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +52 -52
  12. data/_data/calculators/en/chemistry-calc/activation-energy.json +44 -44
  13. data/_data/calculators/en/finance-calc/401k.json +122 -122
  14. data/_data/contact/en/contact.json +38 -38
  15. data/_data/disclaimer/en/disclaimer.json +37 -37
  16. data/_data/download/en/download.json +35 -35
  17. data/_data/feature/en/3_shop_posters.json +351 -351
  18. data/_data/feature/en/allele-frequency.json +246 -246
  19. data/_data/feature/en/batch-conversion.json +77 -77
  20. data/_data/feature/en/compress-pdf.json +202 -202
  21. data/_data/feature/en/face-detection.json +52 -52
  22. data/_data/feature/en/split-pdf.json +115 -115
  23. data/_data/feature/en/theframe.json +56 -56
  24. data/_data/feature/hi/compress-pdf.json +81 -81
  25. data/_data/feature/tr/compress-pdf.json +80 -80
  26. data/_data/filecomparison/en/filecomparison.json +38 -38
  27. data/_data/fileinfo/en/fileinfo.json +15 -15
  28. data/_data/footer/en/data.json +164 -164
  29. data/_data/footer/hi/data.json +68 -68
  30. data/_data/footer/networksites.json +15 -15
  31. data/_data/header/en/data.json +173 -173
  32. data/_data/header/hi/data.json +144 -144
  33. data/_data/home/en/en.json +285 -285
  34. data/_data/home/en/photoeffects.json +23 -23
  35. data/_data/home/en/posters.json +323 -323
  36. data/_data/home/hi/hi.json +86 -86
  37. data/_data/home-1/en/en.json +229 -229
  38. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  39. data/_data/languagesupport/index-langs.json +13 -13
  40. data/_data/photo-categories.json +104 -104
  41. data/_data/photoeffects.json +31 -31
  42. data/_data/privacy/en/privacyPolicy.json +265 -265
  43. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  44. data/_includes/Rating/rating.html +92 -92
  45. data/_includes/Rating/structureddata.html +53 -53
  46. data/_includes/Usp/usp.html +95 -95
  47. data/_includes/adblocker.html +135 -135
  48. data/_includes/adsense/adsense.html +7 -7
  49. data/_includes/alternates/alternates.html +45 -45
  50. data/_includes/author_bio.html +16 -16
  51. data/_includes/authors/authors.html +67 -67
  52. data/_includes/batch-conversion.html +65 -65
  53. data/_includes/cssfile/links.html +11 -11
  54. data/_includes/custom-head.html +136 -136
  55. data/_includes/customblog/recentposts.html +67 -67
  56. data/_includes/customblog/relatedposts.html +203 -203
  57. data/_includes/disqus_comments.html +10 -10
  58. data/_includes/dropdown/langdropdown.html +22 -22
  59. data/_includes/feature.html +37 -37
  60. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  61. data/_includes/fileformat/comparisonfiles.html +151 -151
  62. data/_includes/fileformat/fileformatdetail.html +101 -101
  63. data/_includes/fileformat/fileinfoformat.html +93 -93
  64. data/_includes/footer/index.html +534 -534
  65. data/_includes/google-analytics.html +22 -22
  66. data/_includes/head/index.html +235 -235
  67. data/_includes/header/blogHeader.html +34 -34
  68. data/_includes/header/index.html +188 -188
  69. data/_includes/languages/languages.html +60 -60
  70. data/_includes/monumetric/ads.html +57 -57
  71. data/_includes/monumetric/monumetric.html +57 -57
  72. data/_includes/monumetric/profitablecpmgate.html +51 -51
  73. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  74. data/_includes/paginationBlogPage.html +71 -71
  75. data/_includes/paginationPostPage.html +14 -14
  76. data/_includes/postauthorbio.html +17 -17
  77. data/_includes/postbox.html +31 -31
  78. data/_includes/script.html +58 -63
  79. data/_includes/section/alertbar.html +11 -11
  80. data/_includes/section/count.html +36 -36
  81. data/_includes/section/recent_posts.html +65 -65
  82. data/_includes/section/related_categories_post.html +198 -198
  83. data/_includes/share/socialshare.html +20 -20
  84. data/_includes/staticfooter.html +67 -67
  85. data/_layouts/aboutUs.html +34 -34
  86. data/_layouts/batch.html +102 -102
  87. data/_layouts/blog-1.html +83 -83
  88. data/_layouts/blog.html +94 -94
  89. data/_layouts/calculator.html +89 -89
  90. data/_layouts/categories.html +33 -33
  91. data/_layouts/contactUs.html +124 -124
  92. data/_layouts/default.html +1 -1
  93. data/_layouts/disclaimer.html +123 -123
  94. data/_layouts/download.html +299 -299
  95. data/_layouts/feature-1.html +320 -320
  96. data/_layouts/feature-download.html +308 -308
  97. data/_layouts/feature.html +258 -258
  98. data/_layouts/featureResultPage.html +65 -59
  99. data/_layouts/fileInfo.html +39 -39
  100. data/_layouts/filecomparison.html +85 -85
  101. data/_layouts/frame.html +434 -434
  102. data/_layouts/help.html +23 -23
  103. data/_layouts/home-1.html +229 -229
  104. data/_layouts/home.html +249 -249
  105. data/_layouts/homeResultPage.html +31 -31
  106. data/_layouts/imagekit.html +125 -125
  107. data/_layouts/page.html +5 -5
  108. data/_layouts/photo-effects-home.html +193 -193
  109. data/_layouts/post.html +177 -177
  110. data/_layouts/privacyPolicy.html +637 -637
  111. data/_layouts/termAndCondition.html +646 -646
  112. data/assets/cross.svg +4 -4
  113. data/assets/css/adblocker.css +187 -187
  114. data/assets/css/batch.css +437 -437
  115. data/assets/css/blog-1.css +65 -65
  116. data/assets/css/blog.css +491 -491
  117. data/assets/css/bootstrap.min.css +6 -6
  118. data/assets/css/calculators.css +47 -47
  119. data/assets/css/common.css +550 -550
  120. data/assets/css/feature-1.css +290 -290
  121. data/assets/css/filecomparison.css +25 -25
  122. data/assets/css/frame.css +780 -780
  123. data/assets/css/home-1.css +187 -187
  124. data/assets/css/imagekit.css +840 -840
  125. data/assets/css/tools.css +1275 -1275
  126. data/assets/facebook.svg +4 -4
  127. data/assets/images/abp.svg +41 -41
  128. data/assets/images/adblock.svg +266 -266
  129. data/assets/images/addimg.svg +2 -2
  130. data/assets/images/convert.svg +8 -8
  131. data/assets/images/safevideoconverter.svg +23 -23
  132. data/assets/images/uo.svg +41 -41
  133. data/assets/images/vectorpaint.svg +5 -5
  134. data/assets/instagram.svg +4 -4
  135. data/assets/js/TopScroll.js +8 -8
  136. data/assets/js/adBlocker.js +44 -44
  137. data/assets/js/ads.js +8 -8
  138. data/assets/js/append-div.js +10 -10
  139. data/assets/js/batch.js +229 -229
  140. data/assets/js/calculator-tooltip.js +3 -3
  141. data/assets/js/face-api.js +38064 -38064
  142. data/assets/js/face-detection.js +303 -303
  143. data/assets/js/featureResult.js +42 -42
  144. data/assets/js/frame.js +263 -263
  145. data/assets/js/googledrive.js +155 -155
  146. data/assets/js/homeResult.js +36 -36
  147. data/assets/js/manifest.json +16 -16
  148. data/assets/js/multiselect.js +157 -157
  149. data/assets/js/perspective.min.js +182 -182
  150. data/assets/js/photo-effects.json +84 -84
  151. data/assets/js/redirectResult.js +9 -9
  152. data/assets/js/testing-batch.js +39 -39
  153. data/assets/js/theme.js +44 -44
  154. data/assets/linkdin.svg +4 -4
  155. data/assets/noserverupload.svg +4 -4
  156. data/assets/pdf.svg +20 -20
  157. data/assets/secure.svg +43 -43
  158. data/assets/star.svg +4 -4
  159. data/assets/twitter.svg +4 -4
  160. data/assets/youtube.svg +4 -4
  161. metadata +7 -7
@@ -1,551 +1,551 @@
1
- body {
2
- font-family: Inter, sans-serif
3
- }
4
-
5
- /**************************
6
- HEADER | NAVBAR DESIGN CSS
7
- **************************/
8
- .home1-nav-header {
9
- position: sticky;
10
- top: 0;
11
- z-index: 10;
12
- background: #fff;
13
- border: none !important;
14
- box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%) !important;
15
- }
16
-
17
- .header-navbar {
18
- padding: 12px;
19
- }
20
-
21
- .header-logo-height {
22
- height: 35px;
23
- width: 35px;
24
- }
25
-
26
- .header_nav__item {
27
- margin: 0 !important;
28
- padding: 0 15px;
29
- font-size: 14px;
30
- font-weight: 400;
31
- line-height: 18px;
32
- text-align: left;
33
- list-style: none;
34
- position: relative;
35
- }
36
-
37
- .header_bars {
38
- width: 22px;
39
- height: 1px;
40
- background-color: black;
41
- margin: 6px 0;
42
- }
43
-
44
- .dropdown-toggle::after {
45
- display: inline-block;
46
- margin-left: 0.255em;
47
- vertical-align: middle;
48
- content: "";
49
- border-top: 0.4em solid;
50
- border-right: 0.4em solid transparent;
51
- border-bottom: 0;
52
- border-left: 0.4em solid transparent;
53
- }
54
-
55
- .tools_list_categoryName {
56
- font-size: 15px !important;
57
- font-weight: 700 !important;
58
- color: #2e2e2e !important;
59
- }
60
-
61
- .tools_list_categoryName:hover {
62
- background-color: transparent !important;
63
- }
64
-
65
- .tools_list_featureName {
66
- font-size: 13px;
67
- font-weight: 400;
68
- }
69
-
70
- .catPad li:hover {
71
- background-color: #f3f3f4;
72
- }
73
-
74
- .dropdown-menu {
75
- border: none;
76
- }
77
-
78
- .navbar .dropdown-menu {
79
- position: fixed;
80
- left: 0;
81
- top: 56px;
82
- width: 100%;
83
- border-top: 1px solid rgb(0 0 0 / 9%);
84
- border-bottom: 1px solid rgb(0 0 0 / 9%);
85
- border-radius: 0;
86
- }
87
-
88
- /**********************
89
- FEATURE H1/H2 STYLE CSS
90
- ***********************/
91
- .home1-top-h1 {
92
- line-height: 60px;
93
- font-size: 35px;
94
- }
95
-
96
- .feature1-h1 {
97
- line-height: 70px;
98
- font-size: 35px;
99
- font-weight: 700;
100
- color: rgb(33, 33, 33);
101
- text-align: center;
102
- margin: 0px;
103
- }
104
-
105
- .home1-top-h2,
106
- .feature1-h2 {
107
- text-align: center;
108
- font-weight: 300;
109
- line-height: 30px;
110
- font-size: 16px;
111
- max-width: 380px;
112
- margin: 0 auto;
113
- }
114
-
115
- /*****************************************************
116
- FEATURE HIGHLIGHTS | HOW TO SECTION DESIGN | FAQS CSS
117
- ******************************************************/
118
-
119
- .feature-card-title {
120
- font-size: 17px;
121
- font-weight: 500;
122
- }
123
-
124
- .feature1-card-desc {
125
- font-size: 14px;
126
- color: #5c5e60;
127
- max-width: 250px;
128
- margin: 0 auto
129
- }
130
-
131
- .feature1-how-to-heading {
132
- font-weight: 900;
133
- font-size: 35px;
134
- }
135
-
136
- .feature1-how-to-title {
137
- line-height: 20px;
138
- font-weight: 500;
139
- margin: 0px;
140
- /* padding-bottom: 12px; */
141
- font-size: 18px;
142
- }
143
-
144
- .feature1-howto-steps {
145
- font-size: 12px;
146
- text-transform: uppercase;
147
- display: block;
148
- padding-bottom: 8px;
149
- }
150
-
151
- .feature1-how-to-list-item {
152
- line-height: 24px;
153
- font-size: 14px;
154
- /* font-weight: 400; */
155
- display: flex;
156
- padding: 6px 0px;
157
- max-width: 240px;
158
- color: #5c5e60;
159
- margin: 0 auto;
160
- }
161
-
162
- .feature1-how-to-right,
163
- .feature1-how-to-list-item {
164
- text-align: left;
165
- }
166
-
167
- .faq_heading {
168
- font-size: clamp(20px, 4vw, 30px);
169
- line-height: 1.2;
170
- margin-bottom: 40px;
171
- text-align: center;
172
- margin-top: 100px;
173
- color: #000;
174
- }
175
-
176
- .faq_ans {
177
- font-size: 15px;
178
- width: 100%;
179
- text-align: center;
180
- color: #000;
181
- }
182
-
183
- main {
184
- max-width: fit-content;
185
- margin: 0px auto;
186
- text-align: left;
187
- }
188
-
189
- details {
190
- margin: 20px 0px;
191
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
192
- }
193
-
194
- summary {
195
- list-style: none;
196
- font-size: 16px;
197
- font-weight: 600;
198
- color: #000;
199
- padding: 0;
200
- margin-bottom: 1rem;
201
- outline: none;
202
- border-radius: 0.25rem;
203
- text-align: left;
204
- cursor: pointer;
205
- position: relative;
206
- border-radius: 0;
207
- }
208
-
209
- details[open] summary~* {
210
- animation: sweep 0.5s ease-in-out;
211
- }
212
-
213
- .faq__content>.faq_answer {
214
- color: #5c5e60;
215
- font-size: 14px;
216
- }
217
-
218
-
219
- @keyframes sweep {
220
- 0% {
221
- opacity: 0;
222
- margin-top: -10px;
223
- }
224
-
225
- 100% {
226
- opacity: 1;
227
- margin-top: 0px;
228
- }
229
- }
230
-
231
- details>summary::after {
232
- font-family: "Font Awesome 5 Free";
233
- position: absolute;
234
- content: '\f107';
235
- right: 0px;
236
- top: 0;
237
- }
238
-
239
- details[open]>summary::after {
240
- font-family: "Font Awesome 5 Free";
241
- top: 0;
242
- position: absolute;
243
- content: '\f106';
244
- right: 0px;
245
- }
246
-
247
- details>summary::-webkit-details-marker {
248
- display: none;
249
- }
250
-
251
-
252
- /*****************
253
- FOOTER DESIGN CSS
254
- *****************/
255
- .footer-wrapper {
256
- padding: 35px;
257
- }
258
-
259
- .footer-nav {
260
- justify-content: space-around;
261
- }
262
-
263
- .footer-link {
264
- font-size: 13px;
265
- font-weight: 400;
266
- text-align: left;
267
- }
268
-
269
-
270
- .footer-1 {
271
- border-top: 1px solid rgb(0 0 0 / 9%);
272
- }
273
-
274
- .footer1-msg {
275
- text-align: left;
276
- font-stretch: 400;
277
- font-weight: 400;
278
- font-size: 13px;
279
- line-height: 24px;
280
- color: rgba(26, 26, 26, 1);
281
- -webkit-flex: 1 1 auto;
282
- -ms-flex: 1 1 auto;
283
- flex: 1 1 auto;
284
- }
285
-
286
- .privacy-footer {
287
- padding: 15px 80px !important;
288
- }
289
-
290
- .privacy-links-item,
291
- .drop-down-btn {
292
- font-size: 13px !important;
293
- }
294
-
295
- .privacy-links-item:nth-child(4) {
296
- border-left: 1px solid rgba(0, 0, 0, 0.1);
297
- }
298
-
299
- .privacy-links-item:nth-child(4),
300
- .drop-down-btn {
301
- padding-left: 15px;
302
- }
303
-
304
- .footer_hvr:hover {
305
- background-color: #f3f3f4;
306
- color: #262628;
307
- border-radius: 5px;
308
- }
309
-
310
- .footer-link:hover {
311
- color: #262628;
312
- }
313
-
314
-
315
-
316
-
317
- /**************************************
318
- FEATURE PAGE INTERNATLIONLIZATION CSS
319
- ***************************************/
320
-
321
- .language-drop-down-item {
322
- font-size: 13px;
323
- font-weight: 400;
324
- }
325
-
326
- .feature1-in8 {
327
- overflow-y: auto;
328
- height: 800px;
329
- }
330
-
331
- .modal-open .modal {
332
- overflow-y: hidden;
333
- }
334
-
335
- .language-drop-down-item a {
336
- padding: 10px 0px;
337
- }
338
-
339
- .active-lang {
340
- padding: 10px 5px !important;
341
- }
342
-
343
-
344
-
345
- /******************
346
- DOWNLOAD PAGE CSS
347
- ******************/
348
- .download-section {
349
- box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
350
- margin-top: 25px;
351
- max-width: 800px;
352
- margin: 25px auto;
353
- }
354
-
355
- .success-greeting {
356
- width: 380px;
357
- gap: 5px;
358
- background:
359
- #57bd91;
360
- color: #fff;
361
- margin: 0 auto;
362
- padding: 15px;
363
- border-radius: 40px;
364
- margin-bottom: 1rem;
365
- }
366
-
367
- .success-msg {
368
- color: #fff;
369
- font-size: 15px;
370
- font-weight: 900;
371
- }
372
-
373
- .try-more-features {
374
- border: none;
375
- }
376
-
377
- .msg_headings {
378
- background: #6c6c6c;
379
- border-radius: 4px;
380
- font-size: 15px;
381
- color: #fff;
382
- padding: 15px;
383
- font-weight: 600;
384
- }
385
-
386
- .feature-showcase-div {
387
- margin: 0px;
388
- padding: 0px;
389
- overflow: visible;
390
- text-decoration: inherit;
391
- display: flex;
392
- position: relative;
393
- border: none;
394
- border-radius: 4px;
395
- width: 100%;
396
- cursor: pointer;
397
- font-weight: 400;
398
- font-size: 15px;
399
- line-height: 24px;
400
- color: rgb(26, 26, 26);
401
- user-select: none;
402
- outline: none;
403
- -webkit-box-align: center;
404
- align-items: center;
405
- height: auto;
406
- background: white;
407
- box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
408
- padding: 5px;
409
- }
410
-
411
- .feature-showcase-div i {
412
- padding-top: 1rem;
413
- }
414
-
415
- .website-img {
416
- width: 30px;
417
- }
418
-
419
- .website-wrap {
420
- text-align: left;
421
- font-size: 15px;
422
- font-weight: 400;
423
- display: flex;
424
- flex-direction: column;
425
- justify-content: center;
426
- align-items: center;
427
- }
428
-
429
- .share-heading {
430
- font-size: 15px;
431
- font-weight: 400;
432
- max-width: 600px;
433
- }
434
-
435
-
436
- /***********************************
437
- MEDIA QUERIES FOR MOBILE RESPONSIVE
438
- ************************************/
439
-
440
- @media (max-width:768px) {
441
-
442
- .home1-top-h1,
443
- .feature1-h1 {
444
- padding-bottom: 1rem;
445
- margin-bottom: 0px;
446
- font-size: 20px;
447
- text-align: center;
448
- line-height: initial;
449
- }
450
-
451
- .home1-top-h2,
452
- .feature1-h2 {
453
- font-size: 14px;
454
- }
455
-
456
- .feature1-card-desc {
457
- max-width: 100%;
458
- }
459
-
460
-
461
- .order-1,
462
- .order-2,
463
- .order-3 {
464
- margin: 1rem 0;
465
- }
466
-
467
- .feature1-how-to-heading {
468
- font-size: 30px;
469
- }
470
-
471
- .feature1-how-to-right {
472
- text-align: center;
473
- }
474
-
475
- .feature1-how-to-list-item {
476
- max-width: 100%;
477
- text-align: center;
478
- }
479
-
480
- summary {
481
- font-size: 14px;
482
- }
483
-
484
- .faq__content>.faq_answer {
485
- font-size: 12px;
486
- }
487
-
488
-
489
- /* .footer-1 {
490
- padding-bottom: 300px;
491
- } */
492
-
493
- .footer-wrapper,
494
- .footer1-options,
495
- .privacy-footer {
496
- padding: 0px !important;
497
- }
498
-
499
- .footer-nav {
500
- padding-top: 0;
501
- overflow: hidden;
502
- }
503
-
504
-
505
- .privacy-links {
506
- flex-direction: column;
507
- }
508
-
509
- .privacy-links-item:nth-child(4) {
510
- border: none
511
- }
512
-
513
- .privacy-links-item:nth-child(4),
514
- .drop-down-btn {
515
- padding-left: 0;
516
- }
517
-
518
- .privacy-links-item,
519
- .drop-down-btn {
520
- padding: 8px 0;
521
- margin: 0;
522
- }
523
-
524
- .footer-nav {
525
- flex-direction: column;
526
- }
527
-
528
- }
529
-
530
- @media (max-width:992px) {
531
- .catPad {
532
- padding: 0;
533
- margin: 0 !important
534
- }
535
-
536
- .inner-dropdown {
537
- padding: 10px 0px;
538
-
539
- }
540
-
541
- .navbar .dropdown-menu {
542
- border-bottom: 0;
543
- }
544
-
545
- .header_nav__item {
546
- padding: 15px 0;
547
- border-bottom: 1px solid #e9ecef;
548
- font-size: 13px;
549
-
550
- }
1
+ body {
2
+ font-family: Inter, sans-serif
3
+ }
4
+
5
+ /**************************
6
+ HEADER | NAVBAR DESIGN CSS
7
+ **************************/
8
+ .home1-nav-header {
9
+ position: sticky;
10
+ top: 0;
11
+ z-index: 10;
12
+ background: #fff;
13
+ border: none !important;
14
+ box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%) !important;
15
+ }
16
+
17
+ .header-navbar {
18
+ padding: 12px;
19
+ }
20
+
21
+ .header-logo-height {
22
+ height: 35px;
23
+ width: 35px;
24
+ }
25
+
26
+ .header_nav__item {
27
+ margin: 0 !important;
28
+ padding: 0 15px;
29
+ font-size: 14px;
30
+ font-weight: 400;
31
+ line-height: 18px;
32
+ text-align: left;
33
+ list-style: none;
34
+ position: relative;
35
+ }
36
+
37
+ .header_bars {
38
+ width: 22px;
39
+ height: 1px;
40
+ background-color: black;
41
+ margin: 6px 0;
42
+ }
43
+
44
+ .dropdown-toggle::after {
45
+ display: inline-block;
46
+ margin-left: 0.255em;
47
+ vertical-align: middle;
48
+ content: "";
49
+ border-top: 0.4em solid;
50
+ border-right: 0.4em solid transparent;
51
+ border-bottom: 0;
52
+ border-left: 0.4em solid transparent;
53
+ }
54
+
55
+ .tools_list_categoryName {
56
+ font-size: 15px !important;
57
+ font-weight: 700 !important;
58
+ color: #2e2e2e !important;
59
+ }
60
+
61
+ .tools_list_categoryName:hover {
62
+ background-color: transparent !important;
63
+ }
64
+
65
+ .tools_list_featureName {
66
+ font-size: 13px;
67
+ font-weight: 400;
68
+ }
69
+
70
+ .catPad li:hover {
71
+ background-color: #f3f3f4;
72
+ }
73
+
74
+ .dropdown-menu {
75
+ border: none;
76
+ }
77
+
78
+ .navbar .dropdown-menu {
79
+ position: fixed;
80
+ left: 0;
81
+ top: 56px;
82
+ width: 100%;
83
+ border-top: 1px solid rgb(0 0 0 / 9%);
84
+ border-bottom: 1px solid rgb(0 0 0 / 9%);
85
+ border-radius: 0;
86
+ }
87
+
88
+ /**********************
89
+ FEATURE H1/H2 STYLE CSS
90
+ ***********************/
91
+ .home1-top-h1 {
92
+ line-height: 60px;
93
+ font-size: 35px;
94
+ }
95
+
96
+ .feature1-h1 {
97
+ line-height: 70px;
98
+ font-size: 35px;
99
+ font-weight: 700;
100
+ color: rgb(33, 33, 33);
101
+ text-align: center;
102
+ margin: 0px;
103
+ }
104
+
105
+ .home1-top-h2,
106
+ .feature1-h2 {
107
+ text-align: center;
108
+ font-weight: 300;
109
+ line-height: 30px;
110
+ font-size: 16px;
111
+ max-width: 380px;
112
+ margin: 0 auto;
113
+ }
114
+
115
+ /*****************************************************
116
+ FEATURE HIGHLIGHTS | HOW TO SECTION DESIGN | FAQS CSS
117
+ ******************************************************/
118
+
119
+ .feature-card-title {
120
+ font-size: 17px;
121
+ font-weight: 500;
122
+ }
123
+
124
+ .feature1-card-desc {
125
+ font-size: 14px;
126
+ color: #5c5e60;
127
+ max-width: 250px;
128
+ margin: 0 auto
129
+ }
130
+
131
+ .feature1-how-to-heading {
132
+ font-weight: 900;
133
+ font-size: 35px;
134
+ }
135
+
136
+ .feature1-how-to-title {
137
+ line-height: 20px;
138
+ font-weight: 500;
139
+ margin: 0px;
140
+ /* padding-bottom: 12px; */
141
+ font-size: 18px;
142
+ }
143
+
144
+ .feature1-howto-steps {
145
+ font-size: 12px;
146
+ text-transform: uppercase;
147
+ display: block;
148
+ padding-bottom: 8px;
149
+ }
150
+
151
+ .feature1-how-to-list-item {
152
+ line-height: 24px;
153
+ font-size: 14px;
154
+ /* font-weight: 400; */
155
+ display: flex;
156
+ padding: 6px 0px;
157
+ max-width: 240px;
158
+ color: #5c5e60;
159
+ margin: 0 auto;
160
+ }
161
+
162
+ .feature1-how-to-right,
163
+ .feature1-how-to-list-item {
164
+ text-align: left;
165
+ }
166
+
167
+ .faq_heading {
168
+ font-size: clamp(20px, 4vw, 30px);
169
+ line-height: 1.2;
170
+ margin-bottom: 40px;
171
+ text-align: center;
172
+ margin-top: 100px;
173
+ color: #000;
174
+ }
175
+
176
+ .faq_ans {
177
+ font-size: 15px;
178
+ width: 100%;
179
+ text-align: center;
180
+ color: #000;
181
+ }
182
+
183
+ main {
184
+ max-width: fit-content;
185
+ margin: 0px auto;
186
+ text-align: left;
187
+ }
188
+
189
+ details {
190
+ margin: 20px 0px;
191
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
192
+ }
193
+
194
+ summary {
195
+ list-style: none;
196
+ font-size: 16px;
197
+ font-weight: 600;
198
+ color: #000;
199
+ padding: 0;
200
+ margin-bottom: 1rem;
201
+ outline: none;
202
+ border-radius: 0.25rem;
203
+ text-align: left;
204
+ cursor: pointer;
205
+ position: relative;
206
+ border-radius: 0;
207
+ }
208
+
209
+ details[open] summary~* {
210
+ animation: sweep 0.5s ease-in-out;
211
+ }
212
+
213
+ .faq__content>.faq_answer {
214
+ color: #5c5e60;
215
+ font-size: 14px;
216
+ }
217
+
218
+
219
+ @keyframes sweep {
220
+ 0% {
221
+ opacity: 0;
222
+ margin-top: -10px;
223
+ }
224
+
225
+ 100% {
226
+ opacity: 1;
227
+ margin-top: 0px;
228
+ }
229
+ }
230
+
231
+ details>summary::after {
232
+ font-family: "Font Awesome 5 Free";
233
+ position: absolute;
234
+ content: '\f107';
235
+ right: 0px;
236
+ top: 0;
237
+ }
238
+
239
+ details[open]>summary::after {
240
+ font-family: "Font Awesome 5 Free";
241
+ top: 0;
242
+ position: absolute;
243
+ content: '\f106';
244
+ right: 0px;
245
+ }
246
+
247
+ details>summary::-webkit-details-marker {
248
+ display: none;
249
+ }
250
+
251
+
252
+ /*****************
253
+ FOOTER DESIGN CSS
254
+ *****************/
255
+ .footer-wrapper {
256
+ padding: 35px;
257
+ }
258
+
259
+ .footer-nav {
260
+ justify-content: space-around;
261
+ }
262
+
263
+ .footer-link {
264
+ font-size: 13px;
265
+ font-weight: 400;
266
+ text-align: left;
267
+ }
268
+
269
+
270
+ .footer-1 {
271
+ border-top: 1px solid rgb(0 0 0 / 9%);
272
+ }
273
+
274
+ .footer1-msg {
275
+ text-align: left;
276
+ font-stretch: 400;
277
+ font-weight: 400;
278
+ font-size: 13px;
279
+ line-height: 24px;
280
+ color: rgba(26, 26, 26, 1);
281
+ -webkit-flex: 1 1 auto;
282
+ -ms-flex: 1 1 auto;
283
+ flex: 1 1 auto;
284
+ }
285
+
286
+ .privacy-footer {
287
+ padding: 15px 80px !important;
288
+ }
289
+
290
+ .privacy-links-item,
291
+ .drop-down-btn {
292
+ font-size: 13px !important;
293
+ }
294
+
295
+ .privacy-links-item:nth-child(4) {
296
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
297
+ }
298
+
299
+ .privacy-links-item:nth-child(4),
300
+ .drop-down-btn {
301
+ padding-left: 15px;
302
+ }
303
+
304
+ .footer_hvr:hover {
305
+ background-color: #f3f3f4;
306
+ color: #262628;
307
+ border-radius: 5px;
308
+ }
309
+
310
+ .footer-link:hover {
311
+ color: #262628;
312
+ }
313
+
314
+
315
+
316
+
317
+ /**************************************
318
+ FEATURE PAGE INTERNATLIONLIZATION CSS
319
+ ***************************************/
320
+
321
+ .language-drop-down-item {
322
+ font-size: 13px;
323
+ font-weight: 400;
324
+ }
325
+
326
+ .feature1-in8 {
327
+ overflow-y: auto;
328
+ height: 800px;
329
+ }
330
+
331
+ .modal-open .modal {
332
+ overflow-y: hidden;
333
+ }
334
+
335
+ .language-drop-down-item a {
336
+ padding: 10px 0px;
337
+ }
338
+
339
+ .active-lang {
340
+ padding: 10px 5px !important;
341
+ }
342
+
343
+
344
+
345
+ /******************
346
+ DOWNLOAD PAGE CSS
347
+ ******************/
348
+ .download-section {
349
+ box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
350
+ margin-top: 25px;
351
+ max-width: 800px;
352
+ margin: 25px auto;
353
+ }
354
+
355
+ .success-greeting {
356
+ width: 380px;
357
+ gap: 5px;
358
+ background:
359
+ #57bd91;
360
+ color: #fff;
361
+ margin: 0 auto;
362
+ padding: 15px;
363
+ border-radius: 40px;
364
+ margin-bottom: 1rem;
365
+ }
366
+
367
+ .success-msg {
368
+ color: #fff;
369
+ font-size: 15px;
370
+ font-weight: 900;
371
+ }
372
+
373
+ .try-more-features {
374
+ border: none;
375
+ }
376
+
377
+ .msg_headings {
378
+ background: #6c6c6c;
379
+ border-radius: 4px;
380
+ font-size: 15px;
381
+ color: #fff;
382
+ padding: 15px;
383
+ font-weight: 600;
384
+ }
385
+
386
+ .feature-showcase-div {
387
+ margin: 0px;
388
+ padding: 0px;
389
+ overflow: visible;
390
+ text-decoration: inherit;
391
+ display: flex;
392
+ position: relative;
393
+ border: none;
394
+ border-radius: 4px;
395
+ width: 100%;
396
+ cursor: pointer;
397
+ font-weight: 400;
398
+ font-size: 15px;
399
+ line-height: 24px;
400
+ color: rgb(26, 26, 26);
401
+ user-select: none;
402
+ outline: none;
403
+ -webkit-box-align: center;
404
+ align-items: center;
405
+ height: auto;
406
+ background: white;
407
+ box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
408
+ padding: 5px;
409
+ }
410
+
411
+ .feature-showcase-div i {
412
+ padding-top: 1rem;
413
+ }
414
+
415
+ .website-img {
416
+ width: 30px;
417
+ }
418
+
419
+ .website-wrap {
420
+ text-align: left;
421
+ font-size: 15px;
422
+ font-weight: 400;
423
+ display: flex;
424
+ flex-direction: column;
425
+ justify-content: center;
426
+ align-items: center;
427
+ }
428
+
429
+ .share-heading {
430
+ font-size: 15px;
431
+ font-weight: 400;
432
+ max-width: 600px;
433
+ }
434
+
435
+
436
+ /***********************************
437
+ MEDIA QUERIES FOR MOBILE RESPONSIVE
438
+ ************************************/
439
+
440
+ @media (max-width:768px) {
441
+
442
+ .home1-top-h1,
443
+ .feature1-h1 {
444
+ padding-bottom: 1rem;
445
+ margin-bottom: 0px;
446
+ font-size: 20px;
447
+ text-align: center;
448
+ line-height: initial;
449
+ }
450
+
451
+ .home1-top-h2,
452
+ .feature1-h2 {
453
+ font-size: 14px;
454
+ }
455
+
456
+ .feature1-card-desc {
457
+ max-width: 100%;
458
+ }
459
+
460
+
461
+ .order-1,
462
+ .order-2,
463
+ .order-3 {
464
+ margin: 1rem 0;
465
+ }
466
+
467
+ .feature1-how-to-heading {
468
+ font-size: 30px;
469
+ }
470
+
471
+ .feature1-how-to-right {
472
+ text-align: center;
473
+ }
474
+
475
+ .feature1-how-to-list-item {
476
+ max-width: 100%;
477
+ text-align: center;
478
+ }
479
+
480
+ summary {
481
+ font-size: 14px;
482
+ }
483
+
484
+ .faq__content>.faq_answer {
485
+ font-size: 12px;
486
+ }
487
+
488
+
489
+ /* .footer-1 {
490
+ padding-bottom: 300px;
491
+ } */
492
+
493
+ .footer-wrapper,
494
+ .footer1-options,
495
+ .privacy-footer {
496
+ padding: 0px !important;
497
+ }
498
+
499
+ .footer-nav {
500
+ padding-top: 0;
501
+ overflow: hidden;
502
+ }
503
+
504
+
505
+ .privacy-links {
506
+ flex-direction: column;
507
+ }
508
+
509
+ .privacy-links-item:nth-child(4) {
510
+ border: none
511
+ }
512
+
513
+ .privacy-links-item:nth-child(4),
514
+ .drop-down-btn {
515
+ padding-left: 0;
516
+ }
517
+
518
+ .privacy-links-item,
519
+ .drop-down-btn {
520
+ padding: 8px 0;
521
+ margin: 0;
522
+ }
523
+
524
+ .footer-nav {
525
+ flex-direction: column;
526
+ }
527
+
528
+ }
529
+
530
+ @media (max-width:992px) {
531
+ .catPad {
532
+ padding: 0;
533
+ margin: 0 !important
534
+ }
535
+
536
+ .inner-dropdown {
537
+ padding: 10px 0px;
538
+
539
+ }
540
+
541
+ .navbar .dropdown-menu {
542
+ border-bottom: 0;
543
+ }
544
+
545
+ .header_nav__item {
546
+ padding: 15px 0;
547
+ border-bottom: 1px solid #e9ecef;
548
+ font-size: 13px;
549
+
550
+ }
551
551
  }