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