Commit 6a702f93cef55369730ab9d6d1b1d43b9135385a

Authored by apple
1 parent 3c4db43f36
Exists in master and in 1 other branch paytm

country & cityname autoselected

Showing 3 changed files with 37 additions and 20 deletions   Show diff stats
1 /* { 1 /* {
2 outline: none !important; 2 outline: none !important;
3 } */ 3 } */
4 4
5 .logo{ 5 .logo{
6 height: 45px; 6 height: 45px;
7 /* margin-left: */ 7 /* margin-left: */
8 } 8 }
9 9
10 .hyperColor{ 10 .hyperColor{
11 color: white !important; 11 color: white !important;
12 cursor: pointer !important; 12 cursor: pointer !important;
13 } 13 }
14 .main-heading{ 14 .main-heading{
15 height: 70px; 15 height: 70px;
16 line-height: 70px; 16 line-height: 70px;
17 } 17 }
18 .card{ 18 .card{
19 flex-direction: column; 19 flex-direction: column;
20 background-color: rgb(255,255,255); 20 background-color: rgb(255,255,255);
21 border-radius: 0; 21 border-radius: 0;
22 width: 676px; 22 width: 676px;
23 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 23 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
24 } 24 }
25 .card input{ 25 .card input{
26 display: none; 26 display: none;
27 } 27 }
28 .card .card-content{ 28 .card .card-content{
29 padding: 12px; 29 padding: 12px;
30 font-size: 12px; 30 font-size: 12px;
31 } 31 }
32 .card p{ 32 .card p{
33 margin-top:18px; 33 margin-top:18px;
34 margin-right:4px ; 34 margin-right:4px ;
35 margin-bottom:-5px; 35 margin-bottom:-5px;
36 /*margin-left:13px;*/ 36 /*margin-left:13px;*/
37 37
38 font-family: montserrat, arial, verdana; 38 font-family: montserrat, arial, verdana;
39 font-weight: normal; 39 font-weight: normal;
40 font-size: 12px; 40 font-size: 12px;
41 } 41 }
42 .card .thumbnail{ 42 .card .thumbnail{
43 padding: 15px 30px 1px 28px; 43 padding: 15px 30px 1px 28px;
44 border: 0; 44 border: 0;
45 border-radius: 0px !important; 45 border-radius: 0px !important;
46 } 46 }
47 .panel-default{ 47 .panel-default{
48 border-color: #ddd; 48 border-color: #ddd;
49 } 49 }
50 .video-wrapper{ 50 .video-wrapper{
51 padding: 16px 0; 51 padding: 16px 0;
52 } 52 }
53 .stageRadio:checked+label{ 53 .stageRadio:checked+label{
54 background-color: #42b549; 54 background-color: #42b549;
55 color: #fff !important; 55 color: #fff !important;
56 } 56 }
57 57
58 .stageRadio1:checked+label{ 58 .stageRadio1:checked+label{
59 background-color: rgba(158, 158, 158, 0.05); 59 background-color: rgba(158, 158, 158, 0.05);
60 } 60 }
61 61
62 /* css for radio buttons */ 62 /* css for radio buttons */
63 63
64 .option-input { 64 .option-input {
65 -webkit-appearance: none; 65 -webkit-appearance: none;
66 -moz-appearance: none; 66 -moz-appearance: none;
67 -ms-appearance: none; 67 -ms-appearance: none;
68 -o-appearance: none; 68 -o-appearance: none;
69 appearance: none; 69 appearance: none;
70 position: relative; 70 position: relative;
71 /*top: 13.33333px;*/ 71 /*top: 13.33333px;*/
72 right: 0; 72 right: 0;
73 bottom: 0; 73 bottom: 0;
74 left: 0; 74 left: 0;
75 height: 15px; 75 height: 15px;
76 width: 15px; 76 width: 15px;
77 transition: all 0.15s ease-out 0s; 77 transition: all 0.15s ease-out 0s;
78 background: transparent; 78 background: transparent;
79 border: 2px solid #42b549; 79 border: 2px solid #42b549;
80 color: #fff; 80 color: #fff;
81 cursor: pointer; 81 cursor: pointer;
82 display: inline-block; 82 display: inline-block;
83 margin-right: 0.5rem; 83 margin-right: 0.5rem;
84 outline: none; 84 outline: none;
85 position: relative; 85 position: relative;
86 z-index: 1000; 86 z-index: 1000;
87 } 87 }
88 .option-input:checked { 88 .option-input:checked {
89 background: #42b549; 89 background: #42b549;
90 } 90 }
91 .option-input:checked::before { 91 .option-input:checked::before {
92 height: 20px; 92 height: 20px;
93 width: 20px; 93 width: 20px;
94 position: absolute; 94 position: absolute;
95 /*content: '✔';*/ 95 /*content: '✔';*/
96 display: inline-block; 96 display: inline-block;
97 font-size: 12px; 97 font-size: 12px;
98 text-align: center; 98 text-align: center;
99 line-height: 22px; 99 line-height: 22px;
100 } 100 }
101 .option-input:checked::after { 101 .option-input:checked::after {
102 -webkit-animation: click-wave 0.65s; 102 -webkit-animation: click-wave 0.65s;
103 -moz-animation: click-wave 0.65s; 103 -moz-animation: click-wave 0.65s;
104 animation: click-wave 0.65s; 104 animation: click-wave 0.65s;
105 background: #40e0d0; 105 background: #40e0d0;
106 content: ''; 106 content: '';
107 display: block; 107 display: block;
108 position: relative; 108 position: relative;
109 z-index: 100; 109 z-index: 100;
110 } 110 }
111 .option-input-a.radio-a::after { 111 .option-input-a.radio-a::after {
112 border-radius: 50%; 112 border-radius: 50%;
113 } 113 }
114 /*second css*/ 114 /*second css*/
115 .option-input-a { 115 .option-input-a {
116 -webkit-appearance: none; 116 -webkit-appearance: none;
117 -moz-appearance: none; 117 -moz-appearance: none;
118 -ms-appearance: none; 118 -ms-appearance: none;
119 -o-appearance: none; 119 -o-appearance: none;
120 appearance: none; 120 appearance: none;
121 position: relative; 121 position: relative;
122 /*top: 13.33333px;*/ 122 /*top: 13.33333px;*/
123 right: 0; 123 right: 0;
124 bottom: 0; 124 bottom: 0;
125 left: 0; 125 left: 0;
126 height: 22px; 126 height: 22px;
127 width: 22px; 127 width: 22px;
128 transition: all 0.15s ease-out 0s; 128 transition: all 0.15s ease-out 0s;
129 background: transparent; 129 background: transparent;
130 border: 2px solid #42b549; 130 border: 2px solid #42b549;
131 color: #fff; 131 color: #fff;
132 cursor: pointer; 132 cursor: pointer;
133 display: inline-block; 133 display: inline-block;
134 margin-right: 0.5rem; 134 margin-right: 0.5rem;
135 outline: none; 135 outline: none;
136 position: relative; 136 position: relative;
137 z-index: 1000; 137 z-index: 1000;
138 } 138 }
139 .option-input-a:checked { 139 .option-input-a:checked {
140 background: #42b549; 140 background: #42b549;
141 } 141 }
142 .option-input-a:checked::before { 142 .option-input-a:checked::before {
143 height: 20px; 143 height: 20px;
144 width: 20px; 144 width: 20px;
145 position: absolute; 145 position: absolute;
146 /*content: '✔';*/ 146 /*content: '✔';*/
147 display: inline-block; 147 display: inline-block;
148 font-size: 12px; 148 font-size: 12px;
149 text-align: center; 149 text-align: center;
150 line-height: 22px; 150 line-height: 22px;
151 } 151 }
152 .option-input-a:checked::after { 152 .option-input-a:checked::after {
153 -webkit-animation: click-wave 0.65s; 153 -webkit-animation: click-wave 0.65s;
154 -moz-animation: click-wave 0.65s; 154 -moz-animation: click-wave 0.65s;
155 animation: click-wave 0.65s; 155 animation: click-wave 0.65s;
156 background: #40e0d0; 156 background: #40e0d0;
157 content: ''; 157 content: '';
158 display: block; 158 display: block;
159 position: relative; 159 position: relative;
160 z-index: 100; 160 z-index: 100;
161 } 161 }
162 .option-input-a.radio-a { 162 .option-input-a.radio-a {
163 border-radius: 50%; 163 border-radius: 50%;
164 } 164 }
165 .option-input-a.radio-a::after { 165 .option-input-a.radio-a::after {
166 border-radius: 50%; 166 border-radius: 50%;
167 } 167 }
168 168
169 /* css for radio ends */ 169 /* css for radio ends */
170 170
171 .card-small{ 171 .card-small{
172 cursor: pointer; 172 cursor: pointer;
173 } 173 }
174 .card-small img{ 174 .card-small img{
175 width: 37px; 175 width: 37px;
176 } 176 }
177 .card-small label{ 177 .card-small label{
178 width: 100%; 178 width: 100%;
179 font-weight: normal; 179 font-weight: normal;
180 font-size: 12px; 180 font-size: 12px;
181 margin-top: 5px; 181 margin-top: 5px;
182 } 182 }
183 /*.text-input{ 183 /*.text-input{
184 width: 100%; 184 width: 100%;
185 border: 0; 185 border: 0;
186 border-bottom: 2px solid #42b549; 186 border-bottom: 2px solid #42b549;
187 font-size: 18px; 187 font-size: 18px;
188 padding: 5px; 188 padding: 5px;
189 }*/ 189 }*/
190 .input-wrapper{ 190 .input-wrapper{
191 margin-bottom: 15px !important; 191 margin-bottom: 15px !important;
192 } 192 }
193 .select-input{ 193 .select-input{
194 width: 100%; 194 width: 100%;
195 border: 0; 195 border: 0;
196 border-bottom: 2px solid #42b549; 196 border-bottom: 2px solid #42b549;
197 background-color: transparent; 197 background-color: transparent;
198 font-size: 12px; 198 font-size: 12px;
199 padding: 5px; 199 padding: 5px;
200 } 200 }
201 .submit-button, .submit-button:hover{ 201 .submit-button, .submit-button:hover{
202 /*background-color: #00bcd4;*/ 202 /*background-color: #00bcd4;*/
203 background-color: #0161EE; 203 background-color: #0161EE;
204 color: #fff; 204 color: #fff;
205 /*display: none;*/ 205 /*display: none;*/
206 } 206 }
207 .submit-button:disabled{ 207 .submit-button:disabled{
208 background-color: #ddd; 208 background-color: #ddd;
209 } 209 }
210 210
211 .submit-button-form, .submit-button-form:hover{ 211 .submit-button-form, .submit-button-form:hover{
212 212
213 background-color: #0161EE; 213 background-color: #0161EE;
214 margin-top: 2%; 214 margin-top: 2%;
215 margin-bottom: 3%; 215 margin-bottom: 3%;
216 216
217 } 217 }
218 .submit-button-form:disabled{ 218 .submit-button-form:disabled{
219 background-color: #ddd; 219 background-color: #ddd;
220 margin-top: 2%; 220 margin-top: 2%;
221 margin-bottom: 3%; 221 margin-bottom: 3%;
222 } 222 }
223 223
224 .textarea{ 224 .textarea{
225 min-height: 97px; 225 min-height: 97px;
226 } 226 }
227 .error-message{ 227 .error-message{
228 font-weight: inherit; 228 font-weight: inherit;
229 color: #ff0000; 229 color: #ff0000;
230 margin: 5px 4px -5px 0px; 230 margin: 5px 4px -5px 0px;
231 display: none; 231 display: none;
232 } 232 }
233 233
234 /*custom input*/ 234 /*custom input*/
235 .text-input, select { 235 .text-input, select {
236 width: 100%; 236 width: 100%;
237 -webkit-appearance: none; 237 -webkit-appearance: none;
238 padding: 12px 25px; 238 padding: 12px 25px;
239 margin: -2px 0; 239 margin: -2px 0;
240 display: inline-block; 240 display: inline-block;
241 border: 0px solid rgba(51, 51, 51, 0); 241 border: 0px solid rgba(51, 51, 51, 0);
242 border-radius: -3px; 242 border-radius: -3px;
243 box-sizing: border-box; 243 box-sizing: border-box;
244 box-shadow: 0 0 10px rgba(240, 255, 235); 244 box-shadow: 0 0 10px rgba(240, 255, 235);
245 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 245 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
246 -webkit-box-shadow: 0 0 5px #777; 246 -webkit-box-shadow: 0 0 5px #777;
247 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 247 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
248 font-size: 12px; 248 font-size: 12px;
249 } 249 }
250 250
251 /* progress bar css */ 251 /* progress bar css */
252 252
253 @-webkit-keyframes 253 @-webkit-keyframes
254 load { 0% { 254 load { 0% {
255 stroke-dashoffset:0 255 stroke-dashoffset:0
256 } 256 }
257 } 257 }
258 @-moz-keyframes 258 @-moz-keyframes
259 load { 0% { 259 load { 0% {
260 stroke-dashoffset:0 260 stroke-dashoffset:0
261 } 261 }
262 } 262 }
263 @keyframes 263 @keyframes
264 load { 0% { 264 load { 0% {
265 stroke-dashoffset:0 265 stroke-dashoffset:0
266 } 266 }
267 } 267 }
268 268
269 /* Container */ 269 /* Container */
270 270
271 .progress-form { 271 .progress-form {
272 position: relative; 272 position: relative;
273 display: inline-block; 273 display: inline-block;
274 padding: 0; 274 padding: 0;
275 text-align: center; 275 text-align: center;
276 } 276 }
277 277
278 /* Item */ 278 /* Item */
279 279
280 .progress-form>li { 280 .progress-form>li {
281 display: inline-block; 281 display: inline-block;
282 position: relative; 282 position: relative;
283 text-align: center; 283 text-align: center;
284 color: #93A2AC; 284 color: #93A2AC;
285 font-family: Lato; 285 font-family: Lato;
286 font-weight: 100; 286 font-weight: 100;
287 margin: 2rem; 287 margin: 2rem;
288 } 288 }
289 289
290 .progress-form>li:before { 290 .progress-form>li:before {
291 content: attr(data-name); 291 content: attr(data-name);
292 position: absolute; 292 position: absolute;
293 width: 100%; 293 width: 100%;
294 bottom: -2rem; 294 bottom: -2rem;
295 font-weight: 400; 295 font-weight: 400;
296 } 296 }
297 297
298 .progress-form>li:after { 298 .progress-form>li:after {
299 content: attr(data-percent); 299 content: attr(data-percent);
300 position: absolute; 300 position: absolute;
301 width: 100%; 301 width: 100%;
302 top: 3.7rem; 302 top: 3.7rem;
303 left: 0; 303 left: 0;
304 font-size: 2rem; 304 font-size: 2rem;
305 text-align: center; 305 text-align: center;
306 } 306 }
307 307
308 .progress-form svg { 308 .progress-form svg {
309 width: 10rem; 309 width: 10rem;
310 height: 10rem; 310 height: 10rem;
311 } 311 }
312 312
313 .progress-form svg:nth-child(2) { 313 .progress-form svg:nth-child(2) {
314 position: absolute; 314 position: absolute;
315 left: 0; 315 left: 0;
316 top: 0; 316 top: 0;
317 transform: rotate(-90deg); 317 transform: rotate(-90deg);
318 -webkit-transform: rotate(-90deg); 318 -webkit-transform: rotate(-90deg);
319 -moz-transform: rotate(-90deg); 319 -moz-transform: rotate(-90deg);
320 -ms-transform: rotate(-90deg); 320 -ms-transform: rotate(-90deg);
321 } 321 }
322 322
323 .progress-form svg:nth-child(2) path { 323 .progress-form svg:nth-child(2) path {
324 fill: none; 324 fill: none;
325 stroke-width: 25; 325 stroke-width: 25;
326 stroke-dasharray: 629; 326 stroke-dasharray: 629;
327 stroke: rgba(255, 255, 255, 0.9); 327 stroke: rgba(255, 255, 255, 0.9);
328 -webkit-animation: load 10s; 328 -webkit-animation: load 10s;
329 -moz-animation: load 10s; 329 -moz-animation: load 10s;
330 -o-animation: load 10s; 330 -o-animation: load 10s;
331 animation: load 10s; 331 animation: load 10s;
332 } 332 }
333 /*circle of stage image*/ 333 /*circle of stage image*/
334 .circular{ 334 .circular{
335 335
336 -webkit-border-radius: 150px; 336 -webkit-border-radius: 150px;
337 -moz-border-radius: 150px; 337 -moz-border-radius: 150px;
338 border-radius: 150px; 338 border-radius: 150px;
339 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 339 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
340 border: 5px solid white; 340 border: 5px solid white;
341 overflow: hidden; 341 overflow: hidden;
342 position: fixed; 342 position: fixed;
343 height: 100px; 343 height: 100px;
344 width: 100px; 344 width: 100px;
345 left: 80px; 345 left: 80px;
346 top: 20px; 346 top: 20px;
347 } 347 }
348 /*font-size*/ 348 /*font-size*/
349 .font{ 349 .font{
350 font-size: 14px; 350 font-size: 14px;
351 } 351 }
352 352
353 .f-family { 353 .f-family {
354 font-family:sans-serif; 354 font-family:sans-serif;
355 } 355 }
356 356
357 /*container-card css*/ 357 /*container-card css*/
358 .container-card { 358 .container-card {
359 width: auto; 359 width: auto;
360 float: left; 360 float: left;
361 margin: 31px 24px 26px 14px; 361 margin: 31px 24px 26px 14px;
362 } 362 }
363 363
364 /******This css for header container******/ 364 /******This css for header container******/
365 .h1 { 365 .h1 {
366 font-size: 20px; 366 font-size: 20px;
367 margin: 11px; 367 margin: 11px;
368 } 368 }
369 369
370 .paragraph { 370 .paragraph {
371 font-size: 14px; 371 font-size: 14px;
372 margin: 30px 10px 20px; 372 margin: 30px 10px 20px;
373 line-height: 1.5; 373 line-height: 1.5;
374 } 374 }
375 /*This css for stages container*/ 375 /*This css for stages container*/
376 376
377 .full-line { 377 .full-line {
378 border-bottom: 2px solid #dedede; 378 border-bottom: 2px solid #dedede;
379 padding: 15px 10px; 379 padding: 15px 10px;
380 } 380 }
381 381
382 .stages-card { 382 .stages-card {
383 width: auto; 383 width: auto;
384 float: left; 384 float: left;
385 /*margin: -30px 8px 7px 22px;*/ 385 /*margin: -30px 8px 7px 22px;*/
386 } 386 }
387 387
388 /*form -css*/ 388 /*form -css*/
389 .form-all { 389 .form-all {
390 margin: 13px 4px 26px -2px; 390 margin: 13px 4px 26px -2px;
391 border-radius: 15px; 391 border-radius: 15px;
392 background-color: #fff; 392 background-color: #fff;
393 padding-top: 1px; 393 padding-top: 1px;
394 padding-left: 1%; 394 padding-left: 1%;
395 /*display: none;*/ 395 /*display: none;*/
396 } 396 }
397 397
398 .step-two-form{ 398 .step-two-form{
399 display: block; 399 display: block;
400 } 400 }
401 401
402 /*This is for stages images*/ 402 /*This is for stages images*/
403 .stage-img { 403 .stage-img {
404 width: 115px; 404 width: 115px;
405 } 405 }
406 406
407 .stage-thumbnail { 407 .stage-thumbnail {
408 float: left; 408 float: left;
409 margin-bottom: 0; 409 margin-bottom: 0;
410 } 410 }
411 411
412 .stage-shadow { 412 .stage-shadow {
413 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 413 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
414 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 414 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
415 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 415 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
416 /*margin: 3px 22px 14px 14px;*/ 416 /*margin: 3px 22px 14px 14px;*/
417 background-color: #ffffff; 417 background-color: #ffffff;
418 } 418 }
419 419
420 /* .line-size { 420 /* .line-size {
421 421
422 } */ 422 } */
423 423
424 .card-paragraph { 424 .card-paragraph {
425 background-color: rgba(66, 181, 73, 0.61); 425 background-color: rgba(66, 181, 73, 0.61);
426 color: #fff; 426 color: #fff;
427 } 427 }
428 428
429 /* identity card css*/ 429 /* identity card css*/
430 430
431 .identity-shadow { 431 .identity-shadow {
432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
433 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 433 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
434 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 434 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
435 margin: 15px 15px 17px 14px; 435 margin: 15px 15px 17px 14px;
436 background-color: #ffffff; 436 background-color: #ffffff;
437 /*display: none;*/ 437 /*display: none;*/
438 } 438 }
439 439
440 .identity-question { 440 .identity-question {
441 border-bottom: 2px solid #dedede; 441 border-bottom: 2px solid #dedede;
442 padding: 0px 10px; 442 padding: 0px 10px;
443 } 443 }
444 444
445 .identity-align { 445 .identity-align {
446 margin: 8px -12px 19px 13px; 446 margin: 8px -12px 19px 13px;
447 } 447 }
448 448
449 449
450 /********This css for sectors**************/ 450 /********This css for sectors**************/
451 .sectors-card { 451 .sectors-card {
452 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 452 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
453 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 453 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
454 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 454 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
455 margin: 27px 22px 14px 14px; 455 margin: 27px 22px 14px 14px;
456 background-color: #ffffff; 456 background-color: #ffffff;
457 /*display: none;*/ 457 /*display: none;*/
458 } 458 }
459 459
460 .sector-card { 460 .sector-card {
461 width: auto; 461 width: auto;
462 float: left; 462 float: left;
463 margin: 29px 22px 26px 14px; 463 margin: 29px 22px 26px 14px;
464 } 464 }
465 465
466 .sector-question { 466 .sector-question {
467 border-bottom: 2px solid #dedede; 467 border-bottom: 2px solid #dedede;
468 padding: 15px 10px; 468 padding: 15px 10px;
469 } 469 }
470 470
471 /*To make the Stages in the center*/ 471 /*To make the Stages in the center*/
472 .card-align { 472 .card-align {
473 /*margin: 56px -267px 11px -37px;*/ 473 /*margin: 56px -267px 11px -37px;*/
474 } 474 }
475 475
476 /*To make the sectors in the center */ 476 /*To make the sectors in the center */
477 477
478 478
479 /*************sidebar content margin***********/ 479 /*************sidebar content margin***********/
480 .sidebar-align { 480 .sidebar-align {
481 margin: -5px -3px -18px 9px; 481 margin: -5px -3px -18px 9px;
482 } 482 }
483 483
484 .heading { 484 .heading {
485 margin: 15px 10px 15px 16px; 485 margin: 15px 10px 15px 16px;
486 } 486 }
487 .quiz { 487 .quiz {
488 margin: 5px 5px 6px 19px; 488 margin: 5px 5px 6px 19px;
489 font-size: 12px; 489 font-size: 12px;
490 } 490 }
491 491
492 #footer { 492 #footer {
493 /*position: bottom; 493 /*position: bottom;
494 width: 100%; 494 width: 100%;
495 height: auto;*/ 495 height: auto;*/
496 } 496 }
497 497
498 #front { 498 #front {
499 /*background-image: url(/images/mock_up_background.jpg); 499 /*background-image: url(/images/mock_up_background.jpg);
500 background-repeat: no-repeat; 500 background-repeat: no-repeat;
501 background-size: cover; 501 background-size: cover;
502 background-attachment: fixed;*/ 502 background-attachment: fixed;*/
503 } 503 }
504 504
505 /* .footer { 505 /* .footer {
506 506
507 bottom: 0px; 507 bottom: 0px;
508 background-color: #76b34f !important; 508 background-color: #76b34f !important;
509 width: 100%; 509 width: 100%;
510 color:rgba(255, 255, 255, 0.77); 510 color:rgba(255, 255, 255, 0.77);
511 }*/ 511 }*/
512 512
513 /********question box*****************/ 513 /********question box*****************/
514 .question-shadow { 514 .question-shadow {
515 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 515 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
516 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 516 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
517 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 517 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
518 margin: 15px 15px 17px 14px; 518 margin: 15px 15px 17px 14px;
519 background-color: #ffffff; 519 background-color: #ffffff;
520 } 520 }
521 521
522 522
523 523
524 .question-card { 524 .question-card {
525 width: auto; 525 width: auto;
526 float: left; 526 float: left;
527 margin: 29px 22px 26px 14px; 527 margin: 29px 22px 26px 14px;
528 } 528 }
529 529
530 /*for p*/ 530 /*for p*/
531 .line-space { 531 .line-space {
532 line-height: 1.6em; 532 line-height: 1.6em;
533 font-size: 11px; 533 font-size: 11px;
534 } 534 }
535 535
536 .line-adjust { 536 .line-adjust {
537 margin-left: 0px; 537 margin-left: 0px;
538 } 538 }
539 539
540 /*badge icon css*/ 540 /*badge icon css*/
541 541
542 .material-icons{ 542 .material-icons{
543 font-size: 17px !important; 543 font-size: 17px !important;
544 } 544 }
545 545
546 .icon-circle-a { 546 .icon-circle-a {
547 background: rgba(89, 89, 89, 0.92); 547 background: rgba(89, 89, 89, 0.92);
548 border-radius: 50%; 548 border-radius: 50%;
549 width: 30px; 549 width: 30px;
550 height: 30px; 550 height: 30px;
551 position: absolute; 551 position: absolute;
552 left: 14px; 552 left: 14px;
553 margin-top: 10px; 553 margin-top: 10px;
554 color: #fff; 554 color: #fff;
555 text-align: center; 555 text-align: center;
556 } 556 }
557 557
558 .icon-circle-b { 558 .icon-circle-b {
559 background: rgba(89, 89, 89, 0.92); 559 background: rgba(89, 89, 89, 0.92);
560 border-radius: 50%; 560 border-radius: 50%;
561 width: 30px; 561 width: 30px;
562 height: 30px; 562 height: 30px;
563 position: absolute; 563 position: absolute;
564 left: 14px; 564 left: 14px;
565 margin-top: 10px; 565 margin-top: 10px;
566 color: #fff; 566 color: #fff;
567 text-align: center; 567 text-align: center;
568 } 568 }
569 569
570 .icon-circle-c { 570 .icon-circle-c {
571 background: rgba(89, 89, 89, 0.92); 571 background: rgba(89, 89, 89, 0.92);
572 border-radius: 50%; 572 border-radius: 50%;
573 width: 30px; 573 width: 30px;
574 height: 30px; 574 height: 30px;
575 position: absolute; 575 position: absolute;
576 left: 0px; 576 left: 0px;
577 margin-top: 4px; 577 margin-top: 4px;
578 color: #fff; 578 color: #fff;
579 text-align: center; 579 text-align: center;
580 } 580 }
581 581
582 .icon-circle-d { 582 .icon-circle-d {
583 background: rgba(89, 89, 89, 0.92); 583 background: rgba(89, 89, 89, 0.92);
584 border-radius: 50%; 584 border-radius: 50%;
585 width: 30px; 585 width: 30px;
586 height: 30px; 586 height: 30px;
587 position: absolute; 587 position: absolute;
588 left: 0px; 588 left: 0px;
589 margin-top: 4px; 589 margin-top: 4px;
590 color: #fff; 590 color: #fff;
591 text-align: center; 591 text-align: center;
592 } 592 }
593 593
594 .icon-circle-e { 594 .icon-circle-e {
595 background: rgba(89, 89, 89, 0.92); 595 background: rgba(89, 89, 89, 0.92);
596 border-radius: 50%; 596 border-radius: 50%;
597 width: 30px; 597 width: 30px;
598 height: 30px; 598 height: 30px;
599 position: absolute; 599 position: absolute;
600 left: 0px; 600 left: 0px;
601 margin-top: 4px; 601 margin-top: 4px;
602 color: #fff; 602 color: #fff;
603 text-align: center; 603 text-align: center;
604 } 604 }
605 605
606 .icon-circle-f { 606 .icon-circle-f {
607 background: rgba(89, 89, 89, 0.92); 607 background: rgba(89, 89, 89, 0.92);
608 border-radius: 50%; 608 border-radius: 50%;
609 width: 30px; 609 width: 30px;
610 height: 30px; 610 height: 30px;
611 position: absolute; 611 position: absolute;
612 left: 0px; 612 left: 0px;
613 margin-top: 3px; 613 margin-top: 3px;
614 color: #fff; 614 color: #fff;
615 text-align: center; 615 text-align: center;
616 } 616 }
617 617
618 .icon-circle-g { 618 .icon-circle-g {
619 background: rgba(89, 89, 89, 0.92); 619 background: rgba(89, 89, 89, 0.92);
620 border-radius: 50%; 620 border-radius: 50%;
621 width: 30px; 621 width: 30px;
622 height: 30px; 622 height: 30px;
623 position: absolute; 623 position: absolute;
624 left: 14px; 624 left: 14px;
625 margin-top: 10px; 625 margin-top: 10px;
626 color: #fff; 626 color: #fff;
627 text-align: center; 627 text-align: center;
628 } 628 }
629 629
630 .icon-circle-h { 630 .icon-circle-h {
631 background: rgba(89, 89, 89, 0.92); 631 background: rgba(89, 89, 89, 0.92);
632 border-radius: 50%; 632 border-radius: 50%;
633 width: 30px; 633 width: 30px;
634 height: 30px; 634 height: 30px;
635 position: absolute; 635 position: absolute;
636 left: 0px; 636 left: 0px;
637 margin-top: 4px; 637 margin-top: 4px;
638 color: #fff; 638 color: #fff;
639 text-align: center; 639 text-align: center;
640 } 640 }
641 641
642 .icon-circle-i { 642 .icon-circle-i {
643 background: rgba(89, 89, 89, 0.92); 643 background: rgba(89, 89, 89, 0.92);
644 border-radius: 50%; 644 border-radius: 50%;
645 width: 30px; 645 width: 30px;
646 height: 30px; 646 height: 30px;
647 position: absolute; 647 position: absolute;
648 left: 0px; 648 left: 0px;
649 margin-top: 4px; 649 margin-top: 4px;
650 color: #fff; 650 color: #fff;
651 text-align: center; 651 text-align: center;
652 } 652 }
653 653
654 .icon-circle-j { 654 .icon-circle-j {
655 background: rgba(89, 89, 89, 0.92); 655 background: rgba(89, 89, 89, 0.92);
656 border-radius: 50%; 656 border-radius: 50%;
657 width: 30px; 657 width: 30px;
658 height: 30px; 658 height: 30px;
659 position: absolute; 659 position: absolute;
660 left: 0px; 660 left: 0px;
661 margin-top: 30px; 661 margin-top: 30px;
662 color: #fff; 662 color: #fff;
663 text-align: center; 663 text-align: center;
664 } 664 }
665 665
666 .icon-circle-k { 666 .icon-circle-k {
667 background: rgba(89, 89, 89, 0.92); 667 background: rgba(89, 89, 89, 0.92);
668 border-radius: 50%; 668 border-radius: 50%;
669 width: 30px; 669 width: 30px;
670 height: 30px; 670 height: 30px;
671 position: absolute; 671 position: absolute;
672 left: 0px; 672 left: 0px;
673 margin-top: 30px; 673 margin-top: 30px;
674 color: #fff; 674 color: #fff;
675 text-align: center; 675 text-align: center;
676 } 676 }
677 677
678 .icon-circle-y { 678 .icon-circle-y {
679 background: rgba(89, 89, 89, 0.92); 679 background: rgba(89, 89, 89, 0.92);
680 border-radius: 50%; 680 border-radius: 50%;
681 width: 30px; 681 width: 30px;
682 height: 30px; 682 height: 30px;
683 position: absolute; 683 position: absolute;
684 left: 0px; 684 left: 0px;
685 margin-top: 4px; 685 margin-top: 4px;
686 color: #fff; 686 color: #fff;
687 text-align: center; 687 text-align: center;
688 } 688 }
689 689
690 .icon-circle-o { 690 .icon-circle-o {
691 background: rgba(89, 89, 89, 0.92); 691 background: rgba(89, 89, 89, 0.92);
692 border-radius: 50%; 692 border-radius: 50%;
693 width: 30px; 693 width: 30px;
694 height: 30px; 694 height: 30px;
695 position: absolute; 695 position: absolute;
696 left: 0px; 696 left: 0px;
697 margin-top: 4px; 697 margin-top: 4px;
698 color: #fff; 698 color: #fff;
699 text-align: center; 699 text-align: center;
700 } 700 }
701 701
702 .icon-circle-l { 702 .icon-circle-l {
703 background: rgba(89, 89, 89, 0.92); 703 background: rgba(89, 89, 89, 0.92);
704 border-radius: 50%; 704 border-radius: 50%;
705 width: 30px; 705 width: 30px;
706 height: 30px; 706 height: 30px;
707 position: absolute; 707 position: absolute;
708 left: 0px; 708 left: 0px;
709 margin-top: 4px; 709 margin-top: 4px;
710 color: #fff; 710 color: #fff;
711 text-align: center; 711 text-align: center;
712 } 712 }
713 713
714 .icon-circle-m { 714 .icon-circle-m {
715 background: rgba(89, 89, 89, 0.92); 715 background: rgba(89, 89, 89, 0.92);
716 border-radius: 50%; 716 border-radius: 50%;
717 width: 30px; 717 width: 30px;
718 height: 30px; 718 height: 30px;
719 position: absolute; 719 position: absolute;
720 left: 0px; 720 left: 0px;
721 margin-top: 4px; 721 margin-top: 4px;
722 color: #fff; 722 color: #fff;
723 text-align: center; 723 text-align: center;
724 } 724 }
725 725
726 .icon-circle-n { 726 .icon-circle-n {
727 background: rgba(89, 89, 89, 0.92); 727 background: rgba(89, 89, 89, 0.92);
728 border-radius: 50%; 728 border-radius: 50%;
729 width: 30px; 729 width: 30px;
730 height: 30px; 730 height: 30px;
731 position: absolute; 731 position: absolute;
732 left: 0px; 732 left: 0px;
733 margin-top: 4px; 733 margin-top: 4px;
734 color: #fff; 734 color: #fff;
735 text-align: center; 735 text-align: center;
736 } 736 }
737 737
738 .icon-circle-x { 738 .icon-circle-x {
739 background: rgba(89, 89, 89, 0.92); 739 background: rgba(89, 89, 89, 0.92);
740 border-radius: 50%; 740 border-radius: 50%;
741 width: 30px; 741 width: 30px;
742 height: 30px; 742 height: 30px;
743 position: absolute; 743 position: absolute;
744 left: 0px; 744 left: 0px;
745 margin-top: 30px; 745 margin-top: 30px;
746 color: #fff; 746 color: #fff;
747 text-align: center; 747 text-align: center;
748 } 748 }
749 749
750 .icon-circle-p { 750 .icon-circle-p {
751 background: rgba(89, 89, 89, 0.92); 751 background: rgba(89, 89, 89, 0.92);
752 border-radius: 50%; 752 border-radius: 50%;
753 width: 30px; 753 width: 30px;
754 height: 30px; 754 height: 30px;
755 position: absolute; 755 position: absolute;
756 left: 0px; 756 left: 0px;
757 margin-top: 30px; 757 margin-top: 30px;
758 color: #fff; 758 color: #fff;
759 text-align: center; 759 text-align: center;
760 } 760 }
761 761
762 .icon-circle-z { 762 .icon-circle-z {
763 background: rgba(89, 89, 89, 0.92); 763 background: rgba(89, 89, 89, 0.92);
764 border-radius: 50%; 764 border-radius: 50%;
765 width: 30px; 765 width: 30px;
766 height: 30px; 766 height: 30px;
767 position: absolute; 767 position: absolute;
768 left: 0px; 768 left: 0px;
769 margin-top: 4px; 769 margin-top: 4px;
770 color: #fff; 770 color: #fff;
771 text-align: center; 771 text-align: center;
772 } 772 }
773 773
774 .icon-circle-q { 774 .icon-circle-q {
775 background: rgba(89, 89, 89, 0.92); 775 background: rgba(89, 89, 89, 0.92);
776 border-radius: 50%; 776 border-radius: 50%;
777 width: 30px; 777 width: 30px;
778 height: 30px; 778 height: 30px;
779 position: absolute; 779 position: absolute;
780 left: 0px; 780 left: 0px;
781 margin-top: 4px; 781 margin-top: 4px;
782 color: #fff; 782 color: #fff;
783 text-align: center; 783 text-align: center;
784 } 784 }
785 785
786 .icon-circle-ab { 786 .icon-circle-ab {
787 background: rgba(89, 89, 89, 0.92); 787 background: rgba(89, 89, 89, 0.92);
788 border-radius: 50%; 788 border-radius: 50%;
789 width: 30px; 789 width: 30px;
790 height: 30px; 790 height: 30px;
791 position: absolute; 791 position: absolute;
792 left: 0px; 792 left: 0px;
793 margin-top: 3px; 793 margin-top: 3px;
794 color: #fff; 794 color: #fff;
795 text-align: center; 795 text-align: center;
796 } 796 }
797 797
798 .icon-circle-abc { 798 .icon-circle-abc {
799 background: rgba(89, 89, 89, 0.92); 799 background: rgba(89, 89, 89, 0.92);
800 border-radius: 50%; 800 border-radius: 50%;
801 width: 30px; 801 width: 30px;
802 height: 30px; 802 height: 30px;
803 position: absolute; 803 position: absolute;
804 left: 0px; 804 left: 0px;
805 margin-top: 3px; 805 margin-top: 3px;
806 color: #fff; 806 color: #fff;
807 text-align: center; 807 text-align: center;
808 } 808 }
809 809
810 .icon-circle-bc { 810 .icon-circle-bc {
811 background: rgba(89, 89, 89, 0.92); 811 background: rgba(89, 89, 89, 0.92);
812 border-radius: 50%; 812 border-radius: 50%;
813 width: 30px; 813 width: 30px;
814 height: 30px; 814 height: 30px;
815 position: absolute; 815 position: absolute;
816 left: 0px; 816 left: 0px;
817 margin-top: 3px; 817 margin-top: 3px;
818 color: #fff; 818 color: #fff;
819 text-align: center; 819 text-align: center;
820 } 820 }
821 821
822 .icon-circle-abcdefg { 822 .icon-circle-abcdefg {
823 background: rgba(89, 89, 89, 0.92); 823 background: rgba(89, 89, 89, 0.92);
824 border-radius: 50%; 824 border-radius: 50%;
825 width: 30px; 825 width: 30px;
826 height: 30px; 826 height: 30px;
827 position: absolute; 827 position: absolute;
828 left: 0px; 828 left: 0px;
829 margin-top: 3px; 829 margin-top: 3px;
830 color: #fff; 830 color: #fff;
831 text-align: center; 831 text-align: center;
832 } 832 }
833 833
834 .referel-icon { 834 .referel-icon {
835 background: rgba(89, 89, 89, 0.92); 835 background: rgba(89, 89, 89, 0.92);
836 border-radius: 50%; 836 border-radius: 50%;
837 width: 30px; 837 width: 30px;
838 height: 30px; 838 height: 30px;
839 position: absolute; 839 position: absolute;
840 left: 0px; 840 left: 0px;
841 margin-top: 3px; 841 margin-top: 3px;
842 color: #fff; 842 color: #fff;
843 text-align: center; 843 text-align: center;
844 } 844 }
845 845
846 846
847 /*quiz*/ 847 /*quiz*/
848 .q-card-align div{ 848 .q-card-align div{
849 margin-bottom: 15px; 849 margin-bottom: 15px;
850 } 850 }
851 851
852 .drop-down { 852 .drop-down {
853 background-color: #fff; 853 background-color: #fff;
854 border-radius: 0; 854 border-radius: 0;
855 font-size: 12px; 855 font-size: 12px;
856 } 856 }
857 857
858 .footer-link, .footer-link:hover { 858 .footer-link, .footer-link:hover {
859 color:#fff; 859 color:#fff;
860 } 860 }
861 /*idea content margin*/ 861 /*idea content margin*/
862 .content-idea{ 862 .content-idea{
863 margin:196px 12px 8px; 863 margin:196px 12px 8px;
864 } 864 }
865 865
866 .content-product{ 866 .content-product{
867 margin:193px -19px 9px; 867 margin:193px -19px 9px;
868 } 868 }
869 869
870 .content-growth{ 870 .content-growth{
871 margin:192px 11px 8px; 871 margin:192px 11px 8px;
872 } 872 }
873 .last-content-card{ 873 .last-content-card{
874 /*margin: 0px -85px -4px -51px;*/ 874 /*margin: 0px -85px -4px -51px;*/
875 } 875 }
876 876
877 @media (max-width: 600px) { 877 @media (max-width: 600px) {
878 .content-idea{ 878 .content-idea{
879 margin: auto; 879 margin: auto;
880 } 880 }
881 881
882 .content-product{ 882 .content-product{
883 margin: auto; 883 margin: auto;
884 } 884 }
885 885
886 .content-growth{ 886 .content-growth{
887 margin: auto; 887 margin: auto;
888 } 888 }
889 .stages-card{ 889 .stages-card{
890 margin: auto; 890 margin: auto;
891 margin-bottom: 15px; 891 margin-bottom: 15px;
892 } 892 }
893 .last-content-card{ 893 .last-content-card{
894 margin: auto; 894 margin: auto;
895 } 895 }
896 .card-align{ 896 .card-align{
897 margin: auto; 897 margin: auto;
898 } 898 }
899 899
900 } 900 }
901 901
902 .toggler { 902 .toggler {
903 width: 500px; 903 width: 500px;
904 height: 200px; 904 height: 200px;
905 } 905 }
906 #button { 906 #button {
907 padding: .5em 1em; 907 padding: .5em 1em;
908 text-decoration: none; 908 text-decoration: none;
909 } 909 }
910 #effect { 910 #effect {
911 position: relative; 911 position: relative;
912 width: 240px; 912 width: 240px;
913 height: 170px; 913 height: 170px;
914 padding: 0.4em; 914 padding: 0.4em;
915 } 915 }
916 #effect h3 { 916 #effect h3 {
917 margin: 0; 917 margin: 0;
918 padding: 0.4em; 918 padding: 0.4em;
919 text-align: center; 919 text-align: center;
920 } 920 }
921 921
922 #snackbar { 922 #snackbar {
923 visibility: hidden; 923 visibility: hidden;
924 min-width: 250px; 924 min-width: 250px;
925 margin-left: -125px; 925 margin-left: -125px;
926 background-color: #F44336; 926 background-color: #F44336;
927 color: #fff; 927 color: #fff;
928 text-align: center; 928 text-align: center;
929 border-radius: 2px; 929 border-radius: 2px;
930 padding: 16px; 930 padding: 16px;
931 position: fixed; 931 position: fixed;
932 z-index: 1; 932 z-index: 1;
933 left: 50%; 933 left: 50%;
934 bottom: 30px; 934 bottom: 30px;
935 font-size: 17px; 935 font-size: 17px;
936 } 936 }
937 937
938 #snackbar.show { 938 #snackbar.show {
939 visibility: visible; 939 visibility: visible;
940 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 940 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
941 animation: fadin 0.5s, fadout 0.5s 2.5s; 941 animation: fadin 0.5s, fadout 0.5s 2.5s;
942 } 942 }
943 943
944 @-webkit-keyframes fadin { 944 @-webkit-keyframes fadin {
945 from {bottom: 0; opacity: 0;} 945 from {bottom: 0; opacity: 0;}
946 to {bottom: 30px; opacity: 1;} 946 to {bottom: 30px; opacity: 1;}
947 } 947 }
948 948
949 @keyframes fadin { 949 @keyframes fadin {
950 from {bottom: 0; opacity: 0;} 950 from {bottom: 0; opacity: 0;}
951 to {bottom: 30px; opacity: 1;} 951 to {bottom: 30px; opacity: 1;}
952 } 952 }
953 953
954 @-webkit-keyframes fadout { 954 @-webkit-keyframes fadout {
955 from {bottom: 30px; opacity: 1;} 955 from {bottom: 30px; opacity: 1;}
956 to {bottom: 0; opacity: 0;} 956 to {bottom: 0; opacity: 0;}
957 } 957 }
958 958
959 @keyframes fadout { 959 @keyframes fadout {
960 from {bottom: 30px; opacity: 1;} 960 from {bottom: 30px; opacity: 1;}
961 to {bottom: 0; opacity: 0;} 961 to {bottom: 0; opacity: 0;}
962 } 962 }
963 963
964 964
965 #snacsskbar { 965 #snacsskbar {
966 visibility: hidden; 966 visibility: hidden;
967 min-width: 250px; 967 min-width: 250px;
968 margin-left: -125px; 968 margin-left: -125px;
969 background-color: #333; 969 background-color: #333;
970 color: #fff; 970 color: #fff;
971 text-align: center; 971 text-align: center;
972 border-radius: 2px; 972 border-radius: 2px;
973 padding: 16px; 973 padding: 16px;
974 position: fixed; 974 position: fixed;
975 z-index: 1; 975 z-index: 1;
976 left: 50%; 976 left: 50%;
977 top: 30px; 977 top: 30px;
978 font-size: 17px; 978 font-size: 17px;
979 } 979 }
980 980
981 #snacsskbar.show { 981 #snacsskbar.show {
982 visibility: visible; 982 visibility: visible;
983 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 983 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
984 animation: fadein 0.5s, fadeout 0.5s 2.5s; 984 animation: fadein 0.5s, fadeout 0.5s 2.5s;
985 } 985 }
986 986
987 @-webkit-keyframes fadein { 987 @-webkit-keyframes fadein {
988 from {top: 0; opacity: 0;} 988 from {top: 0; opacity: 0;}
989 to {top: 30px; opacity: 1;} 989 to {top: 30px; opacity: 1;}
990 } 990 }
991 991
992 @keyframes fadein { 992 @keyframes fadein {
993 from {top: 0; opacity: 0;} 993 from {top: 0; opacity: 0;}
994 to {top: 30px; opacity: 1;} 994 to {top: 30px; opacity: 1;}
995 } 995 }
996 996
997 @-webkit-keyframes fadeout { 997 @-webkit-keyframes fadeout {
998 from {top: 30px; opacity: 1;} 998 from {top: 30px; opacity: 1;}
999 to {top: 0; opacity: 0;} 999 to {top: 0; opacity: 0;}
1000 } 1000 }
1001 1001
1002 @keyframes fadeout { 1002 @keyframes fadeout {
1003 from {top: 30px; opacity: 1;} 1003 from {top: 30px; opacity: 1;}
1004 to {top: 0; opacity: 0;} 1004 to {top: 0; opacity: 0;}
1005 } 1005 }
1006 1006
1007 input.hidden { 1007 input.hidden {
1008 position: absolute; 1008 position: absolute;
1009 left: -9999px; 1009 left: -9999px;
1010 } 1010 }
1011 1011
1012 #profile-image1 { 1012 #profile-image1 {
1013 cursor: pointer; 1013 cursor: pointer;
1014 width: 100px; 1014 width: 100px;
1015 height: 100px; 1015 height: 100px;
1016 border:2px solid #eee ; 1016 border:2px solid #eee ;
1017 } 1017 }
1018 1018
1019 .tital{ font-size:16px; font-weight:500;} 1019 .tital{ font-size:16px; font-weight:500;}
1020 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 1020 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
1021 .footerpadd{padding: 5px;} 1021 .footerpadd{padding: 5px;}
1022 1022
1023 1023
1024 .container1{ 1024 .container1{
1025 width: 100% 1025 width: 100%
1026 } 1026 }
1027 1027
1028 .no-margin{ 1028 .no-margin{
1029 margin: 0 0 0 !important; 1029 margin: 0 0 0 !important;
1030 } 1030 }
1031 .no-padding{ 1031 .no-padding{
1032 padding: 0 0 0 0 !important; 1032 padding: 0 0 0 0 !important;
1033 } 1033 }
1034 .select-stage{ 1034 .select-stage{
1035 margin: 10px 0; 1035 margin: 10px 0;
1036 } 1036 }
1037 .cards-content{ 1037 .cards-content{
1038 margin-top: 40px; 1038 margin-top: 40px;
1039 } 1039 }
1040 .cards-content p{ 1040 .cards-content p{
1041 font-size: 13px; 1041 font-size: 13px;
1042 } 1042 }
1043 .q-card-align{ 1043 .q-card-align{
1044 margin-top: 15px; 1044 margin-top: 15px;
1045 } 1045 }
1046 .width-auto{ 1046 .width-auto{
1047 width: auto !important; 1047 width: auto !important;
1048 } 1048 }
1049 .margin-right-label{ 1049 .margin-right-label{
1050 margin-right: 20px; 1050 margin-right: 20px;
1051 } 1051 }
1052 .margin-right-label label{ 1052 .margin-right-label label{
1053 margin-left: 5px; 1053 margin-left: 5px;
1054 } 1054 }
1055 .apply-coupen-btn{ 1055 .apply-coupen-btn{
1056 position: absolute; 1056 position: absolute;
1057 top: -2px; 1057 top: -2px;
1058 right: 13px; 1058 right: 13px;
1059 border: none; 1059 border: none;
1060 height: 44px; 1060 height: 44px;
1061 color: #fff; 1061 color: #fff;
1062 background-color: #666; 1062 background-color: #666;
1063 width: 75px; 1063 width: 75px;
1064 } 1064 }
1065 .coupen-approved{ 1065 .coupen-approved{
1066 position: absolute; 1066 position: absolute;
1067 right: 120px; 1067 right: 120px;
1068 top: 6px; 1068 top: 6px;
1069 color: rgb(66, 181, 73); 1069 color: rgb(66, 181, 73);
1070 font-size: 30px !important; 1070 font-size: 30px !important;
1071 } 1071 }
1072 .right-side-links{ 1072 .right-side-links{
1073 margin-top: 12px; 1073 margin-top: 12px;
1074 } 1074 }
1075 .right-side-links a{ 1075 .right-side-links a{
1076 width: auto; 1076 width: auto;
1077 display: inline; 1077 display: inline;
1078 } 1078 }
1079 .right-side-links a:first-child{ 1079 .right-side-links a:first-child{
1080 border-right: 1px solid #fff; 1080 border-right: 1px solid #fff;
1081 padding-right: 4px; 1081 padding-right: 4px;
1082 } 1082 }
1083 1083
1084 @media (max-width: 768px){ 1084 @media (max-width: 768px){
1085 .cards-content{ 1085 .cards-content{
1086 margin-top: 15px; 1086 margin-top: 15px;
1087 margin-bottom: 30px; 1087 margin-bottom: 30px;
1088 } 1088 }
1089 .no-padding-mobile{ 1089 .no-padding-mobile{
1090 padding-left: 0 !important; 1090 padding-left: 0 !important;
1091 padding-right: 0 !important; 1091 padding-right: 0 !important;
1092 } 1092 }
1093 .sector-align .card-small{ 1093 .sector-align .card-small{
1094 height: 74px; 1094 height: 74px;
1095 } 1095 }
1096 .stages-card{ 1096 .stages-card{
1097 width: 92%; 1097 width: 92%;
1098 } 1098 }
1099 .right-stage-card{ 1099 .right-stage-card{
1100 float: right; 1100 float: right;
1101 } 1101 }
1102 .margin-auto-mobile{ 1102 .margin-auto-mobile{
1103 margin-left: 4%; 1103 margin-left: 4%;
1104 } 1104 }
1105 .card .thumbnail{ 1105 .card .thumbnail{
1106 padding: 15px 0 1px 0; 1106 padding: 15px 0 1px 0;
1107 } 1107 }
1108 .thumbnail > img, .thumbnail a > img{ 1108 .thumbnail > img, .thumbnail a > img{
1109 width: 50%; 1109 width: 50%;
1110 } 1110 }
1111 .right-side-links a{ 1111 .right-side-links a{
1112 display: block; 1112 display: block;
1113 width: 100%; 1113 width: 100%;
1114 } 1114 }
1115 .right-side-links a:first-child{ 1115 .right-side-links a:first-child{
1116 border-right: 0 solid #fff; 1116 border-right: 0 solid #fff;
1117 padding-right: 0; 1117 padding-right: 0;
1118 } 1118 }
1119 .right-side-links{ 1119 .right-side-links{
1120 margin-top: 0; 1120 margin-top: 0;
1121 } 1121 }
1122 .panel-default{ 1122 .panel-default{
1123 border-color: transparent; 1123 border-color: transparent;
1124 box-shadow: none; 1124 box-shadow: none;
1125 } 1125 }
1126 .modal-footers { 1126 .modal-footers {
1127 padding: 19px 20px 20px; 1127 padding: 19px 20px 20px;
1128 margin-top: 15px; 1128 margin-top: 15px;
1129 text-align: center !important; 1129 text-align: center !important;
1130 margin-bottom: 4px; 1130 margin-bottom: 4px;
1131 } 1131 }
1132 .startup-jalsa{ 1132 .startup-jalsa{
1133 font-family: 'BenchNine', sans-serif; 1133 font-family: 'BenchNine', sans-serif;
1134 color: rgb(25, 104, 157); 1134 color: rgb(25, 104, 157);
1135 position:relative; 1135 position:relative;
1136 z-index:2; 1136 z-index:2;
1137 } 1137 }
1138 1138
1139 } 1139 }
1140 1140
1141 1141
1142 1142
1143 .card-input { 1143 .card-input {
1144 display: none; 1144 display: none;
1145 } 1145 }
1146 1146
1147 .card { 1147 .card {
1148 font-size: 1em; 1148 font-size: 1em;
1149 overflow: hidden; 1149 overflow: hidden;
1150 padding: 0; 1150 padding: 0;
1151 border: none; 1151 border: none;
1152 /*border-radius: .28571429rem;*/ 1152 /*border-radius: .28571429rem;*/
1153 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1153 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1154 } 1154 }
1155 1155
1156 .card-block { 1156 .card-block {
1157 font-size: 1em; 1157 font-size: 1em;
1158 position: relative; 1158 position: relative;
1159 margin: 0; 1159 margin: 0;
1160 padding: 4%; 1160 padding: 4%;
1161 border: none; 1161 border: none;
1162 /*border-top: 1px solid rgba(34, 36, 38, .1);*/ 1162 /*border-top: 1px solid rgba(34, 36, 38, .1);*/
1163 box-shadow: none; 1163 box-shadow: none;
1164 } 1164 }
1165 .button-position{ 1165 .button-position{
1166 position: relative; 1166 position: relative;
1167 top: -10px; 1167 top: -10px;
1168 } 1168 }
1169 .card-img-top { 1169 .card-img-top {
1170 display: block; 1170 display: block;
1171 width: 100%; 1171 width: 100%;
1172 height: auto; 1172 height: auto;
1173 cursor: pointer; 1173 cursor: pointer;
1174 } 1174 }
1175 .title{ 1175 .title{
1176 text-align: center; 1176 text-align: center;
1177 color: #0161EE; 1177 color: #0161EE;
1178 } 1178 }
1179 .card-title { 1179 .card-title {
1180 /*font-size: 17px;*/ 1180 /*font-size: 17px;*/
1181 font-weight: 600; 1181 font-weight: 600;
1182 margin: 0; 1182 margin: 0;
1183 line-height: normal; 1183 line-height: normal;
1184 font-family: 'Arial',sans-serif; 1184 font-family: 'Arial',sans-serif;
1185 } 1185 }
1186 .card-sub-title{ 1186 .card-sub-title{
1187 font-family: 'Arial',sans-serif; 1187 font-family: 'Arial',sans-serif;
1188 /*color: #666;*/ 1188 /*color: #666;*/
1189 font-weight: normal; 1189 font-weight: normal;
1190 margin-bottom: 0; 1190 margin-bottom: 0;
1191 } 1191 }
1192 .button-aligment{ 1192 .button-aligment{
1193 margin-top: 5px; 1193 margin-top: 5px;
1194 margin-right: 14px; 1194 margin-right: 14px;
1195 margin-bottom: 15px; 1195 margin-bottom: 15px;
1196 } 1196 }
1197 .card-text { 1197 .card-text {
1198 clear: both; 1198 clear: both;
1199 margin-top: .5em; 1199 margin-top: .5em;
1200 /*color: rgba(0, 0, 0, .68);*/ 1200 /*color: rgba(0, 0, 0, .68);*/
1201 padding-bottom: 3%; 1201 padding-bottom: 3%;
1202 font-size: 13px; 1202 font-size: 13px;
1203 } 1203 }
1204 1204
1205 .card-text2 { 1205 .card-text2 {
1206 padding: 3% 0 3% 4%; 1206 padding: 3% 0 3% 4%;
1207 margin-bottom: 12%; 1207 margin-bottom: 12%;
1208 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1208 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1209 } 1209 }
1210 .card-text2 span{ 1210 .card-text2 span{
1211 font-size: 13px; 1211 font-size: 13px;
1212 /*color: #666;*/ 1212 /*color: #666;*/
1213 } 1213 }
1214 .card-text2 div{ 1214 .card-text2 div{
1215 margin-top: 0 !important; 1215 margin-top: 0 !important;
1216 font-weight: normal; 1216 font-weight: normal;
1217 /*color: #000;*/ 1217 /*color: #000;*/
1218 font-size: 12px; 1218 font-size: 12px;
1219 padding-bottom: 0; 1219 padding-bottom: 0;
1220 } 1220 }
1221 1221
1222 .card-inverse .btn { 1222 .card-inverse .btn {
1223 border: 1px solid rgba(0, 0, 0, .05); 1223 border: 1px solid rgba(0, 0, 0, .05);
1224 } 1224 }
1225 1225
1226 .card-text3 { 1226 .card-text3 {
1227 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1227 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1228 } 1228 }
1229 1229
1230 .container { 1230 .container {
1231 display: block; 1231 display: block;
1232 position: relative; 1232 position: relative;
1233 padding: 0; 1233 padding: 0;
1234 margin-bottom: 12px; 1234 margin-bottom: 12px;
1235 cursor: pointer; 1235 cursor: pointer;
1236 font-size: 16px; 1236 font-size: 16px;
1237 -webkit-user-select: none; 1237 -webkit-user-select: none;
1238 -moz-user-select: none; 1238 -moz-user-select: none;
1239 -ms-user-select: none; 1239 -ms-user-select: none;
1240 user-select: none; 1240 user-select: none;
1241 width:100%; 1241 width:100%;
1242 } 1242 }
1243 1243
1244 .container1 { 1244 .container1 {
1245 display: block; 1245 display: block;
1246 position: relative; 1246 position: relative;
1247 padding-left: 31px; 1247 padding-left: 31px;
1248 margin-bottom: 12px; 1248 margin-bottom: 12px;
1249 cursor: pointer; 1249 cursor: pointer;
1250 font-size: 15px; 1250 font-size: 15px;
1251 -webkit-user-select: none; 1251 -webkit-user-select: none;
1252 -moz-user-select: none; 1252 -moz-user-select: none;
1253 -ms-user-select: none; 1253 -ms-user-select: none;
1254 user-select: none; 1254 user-select: none;
1255 width:100%; 1255 width:100%;
1256 } 1256 }
1257 1257
1258 /* Hide the browser's default radio button */ 1258 /* Hide the browser's default radio button */
1259 .container input { 1259 .container input {
1260 position: absolute; 1260 position: absolute;
1261 opacity: 0; 1261 opacity: 0;
1262 } 1262 }
1263 1263
1264 /* Create a custom radio button */ 1264 /* Create a custom radio button */
1265 .checkmark { 1265 .checkmark {
1266 position: absolute; 1266 position: absolute;
1267 top: 0; 1267 top: 0;
1268 left: 0; 1268 left: 0;
1269 height: 25px; 1269 height: 25px;
1270 width: 25px; 1270 width: 25px;
1271 background-color: #eee; 1271 background-color: #eee;
1272 border-radius: 50%; 1272 border-radius: 50%;
1273 } 1273 }
1274 1274
1275 /* On mouse-over, add a grey background color */ 1275 /* On mouse-over, add a grey background color */
1276 .container:hover input ~ .checkmark { 1276 .container:hover input ~ .checkmark {
1277 background-color: #ccc; 1277 background-color: #ccc;
1278 } 1278 }
1279 1279
1280 /* When the radio button is checked, add a blue background */ 1280 /* When the radio button is checked, add a blue background */
1281 .container input:checked ~ .checkmark { 1281 .container input:checked ~ .checkmark {
1282 background-color: #42b549; 1282 background-color: #42b549;
1283 } 1283 }
1284 1284
1285 /* Create the indicator (the dot/circle - hidden when not checked) */ 1285 /* Create the indicator (the dot/circle - hidden when not checked) */
1286 .checkmark:after { 1286 .checkmark:after {
1287 content: ""; 1287 content: "";
1288 position: absolute; 1288 position: absolute;
1289 display: none; 1289 display: none;
1290 } 1290 }
1291 1291
1292 /* Show the indicator (dot/circle) when checked */ 1292 /* Show the indicator (dot/circle) when checked */
1293 .container input:checked ~ .checkmark:after { 1293 .container input:checked ~ .checkmark:after {
1294 display: block; 1294 display: block;
1295 } 1295 }
1296 1296
1297 /* Style the indicator (dot/circle) */ 1297 /* Style the indicator (dot/circle) */
1298 .container .checkmark:after { 1298 .container .checkmark:after {
1299 top: 9px; 1299 top: 9px;
1300 left: 9px; 1300 left: 9px;
1301 width: 8px; 1301 width: 8px;
1302 height: 8px; 1302 height: 8px;
1303 border-radius: 50%; 1303 border-radius: 50%;
1304 background: white; 1304 background: white;
1305 } 1305 }
1306 1306
1307 table { 1307 table {
1308 /*font-family: arial, sans-serif; 1308 /*font-family: arial, sans-serif;
1309 border-collapse: collapse;*/ 1309 border-collapse: collapse;*/
1310 width: 60%; 1310 width: 60%;
1311 } 1311 }
1312 .city-meetup { 1312 .city-meetup {
1313 opacity: 0.7; 1313 opacity: 0.7;
1314 filter: alpha(opacity=80); /* For IE8 and earlier */ 1314 filter: alpha(opacity=80); /* For IE8 and earlier */
1315 } 1315 }
1316 1316
1317 1317
1318 .card-color{ 1318 .card-color{
1319 background-color:white; 1319 background-color:white;
1320 font-size: 16px; 1320 font-size: 16px;
1321 } 1321 }
1322 1322
1323 .card-color-confirm{ 1323 .card-color-confirm{
1324 background-color:white; 1324 background-color:white;
1325 font-size: 16px; 1325 font-size: 16px;
1326 margin-top: 16%; 1326 margin-top: 16%;
1327 } 1327 }
1328 1328
1329 .startup-jalsa{ 1329 .startup-jalsa{
1330 font-family: 'BenchNine', sans-serif; 1330 font-family: 'BenchNine', sans-serif;
1331 /*font-size: 70.15pt;*/ 1331 /*font-size: 70.15pt;*/
1332 color: rgb(25, 104, 157); 1332 color: rgb(25, 104, 157);
1333 position:relative; 1333 position:relative;
1334 z-index:2; 1334 z-index:2;
1335 } 1335 }
1336 .header{ 1336 .header{
1337 /*width: 100%;*/ 1337 /*width: 100%;*/
1338 text-align: center; 1338 text-align: center;
1339 padding-top:2%; 1339 padding-top:2%;
1340 /*padding: 4px 20px;*/ 1340 /*padding: 4px 20px;*/
1341 } 1341 }
1342 .happen-city{ 1342 .happen-city{
1343 padding-top:12%; 1343 padding-top:12%;
1344 } 1344 }
1345 .happen-meetup{ 1345 .happen-meetup{
1346 font-family: 'Arial',sans-serif; 1346 font-family: 'Arial',sans-serif;
1347 margin-bottom: 10px; 1347 margin-bottom: 10px;
1348 margin-left: 5%; 1348 margin-left: 5%;
1349 } 1349 }
1350 .happen-attend{ 1350 .happen-attend{
1351 margin-top:6%; 1351 margin-top:6%;
1352 margin-left: -10px; 1352 margin-left: -10px;
1353 } 1353 }
1354 .width-auto{ 1354 .width-auto{
1355 width:auto; 1355 width:auto;
1356 } 1356 }
1357 /*.card-position{ 1357 /*.card-position{
1358 position: relative; 1358 position: relative;
1359 top: -3px; 1359 top: -3px;
1360 }*/ 1360 }*/
1361 1361
1362 .card1 { 1362 .card1 {
1363 width: 100%; 1363 width: 100%;
1364 position: relative; 1364 position: relative;
1365 display: inline-block; 1365 display: inline-block;
1366 } 1366 }
1367 .card1 .img-top { 1367 .card1 .img-top {
1368 width: 100%; 1368 width: 100%;
1369 display: none; 1369 display: none;
1370 position: absolute; 1370 position: absolute;
1371 cursor: pointer; 1371 cursor: pointer;
1372 top: 0; 1372 top: 0;
1373 left: 0; 1373 left: 0;
1374 z-index: 99; 1374 z-index: 99;
1375 } 1375 }
1376 .card1:hover .img-top { 1376 .card1:hover .img-top {
1377 display: inline; 1377 display: inline;
1378 } 1378 }
1379 .color:hover{ 1379 .color:hover{
1380 color: #fff; 1380 color: #fff;
1381 } 1381 }
1382 .palak{
1383 width: 100% !important;
1384 display: none !important;
1385 position: absolute !important;
1386 cursor: pointer !important;
1387 top: 0 !important;
1388 left: 0 !important;
1389 z-index: 99 !important;
1390 }
1382 .active, .btn:hover, .btn:onclick { 1391 .active, .btn:hover, .btn:onclick {
1383 background-color: grey; 1392 background-color: grey;
1384 border: grey; 1393 border: grey;
1385 color: white; 1394 color: white;
1386 } 1395 }
1387 .apply-act1:hover, .apply-act1:focus{ 1396 .apply-act1:hover, .apply-act1:focus{
1388 background-color: #171717; 1397 background-color: #171717;
1389 border-color: #0161EE; 1398 border-color: #0161EE;
1390 color: #0161EE; 1399 color: #0161EE;
1391 } 1400 }
1401
1402 .btn-active {
1403 background-color: #171717 !important;
1404 border-color: #0161EE !important;
1405 color: #0161EE !important;
1406 }
1407
1392 .apply-act2:hover, .apply-act2:focus{ 1408 .apply-act2:hover, .apply-act2:focus{
1393 background-color: #171717; 1409 background-color: #171717;
1394 border-color: #0161EE; 1410 border-color: #0161EE;
1395 color: #0161EE; 1411 color: #0161EE;
1396 } 1412 }
1397 .apply-act3:hover, .apply-act3:focus{ 1413 .apply-act3:hover, .apply-act3:focus{
1398 background-color: #171717; 1414 background-color: #171717;
1399 border-color: #0161EE; 1415 border-color: #0161EE;
1400 color: #0161EE; 1416 color: #0161EE;
1401 } 1417 }
1402 .apply-act4:hover, .apply-act4:focus{ 1418 .apply-act4:hover, .apply-act4:focus{
1403 background-color: #171717; 1419 background-color: #171717;
1404 border-color: #0161EE; 1420 border-color: #0161EE;
1405 color: #0161EE; 1421 color: #0161EE;
1406 } 1422 }
1407 .apply-btn{ 1423 .apply-btn{
1408 text-align: center; 1424 text-align: center;
1409 margin-bottom: 2%; 1425 margin-bottom: 2%;
1410 } 1426 }
1411 .txt{ 1427 .txt{
1412 margin-top: 2%; 1428 margin-top: 2%;
1413 text-align: center; 1429 text-align: center;
1414 } 1430 }
1415 .txt1{ 1431 .txt1{
1416 text-align: center; 1432 text-align: center;
1417 } 1433 }
1418 .cursor:hover{ 1434 .cursor:hover{
1419 cursor: context-menu; 1435 cursor: context-menu;
1420 } 1436 }
1421 .buttons{ 1437 .buttons{
1422 padding: 3% 0 0 0; 1438 padding: 3% 0 0 0;
1423 text-align: center; 1439 text-align: center;
1424 font-size: 100px; 1440 font-size: 100px;
1425 } 1441 }
1426 .btn-lg{ 1442 .btn-lg{
1427 font-size:25px; 1443 font-size:25px;
1428 background-color: #171717; 1444 background-color: #171717;
1429 color: #454545; 1445 color: #454545;
1430 border-color: #454545; 1446 border-color: #454545;
1431 } 1447 }
1432 .btn1{ 1448 .btn1{
1433 padding: 12px 40px; 1449 padding: 12px 40px;
1434 } 1450 }
1435 .btn2{ 1451 .btn2{
1436 padding: 12px 31px; 1452 padding: 12px 31px;
1437 } 1453 }
1438 .btn3{ 1454 .btn3{
1439 padding: 12px 18px; 1455 padding: 12px 18px;
1440 } 1456 }
1441 .btn4{ 1457 .btn4{
1442 padding: 12px 40px; 1458 padding: 12px 40px;
1443 } 1459 }
1444 .bg_dots{ 1460 .bg_dots{
1445 position: absolute; 1461 position: absolute;
1446 left:0; 1462 left:0;
1447 right:0; 1463 right:0;
1448 top:0; 1464 top:0;
1449 height: 700px; 1465 height: 700px;
1450 position:fixed; 1466 position:fixed;
1451 background-position: top center; 1467 background-position: top center;
1452 /* background-image: url(/images/background.jpg); */ 1468 /* background-image: url(/images/background.jpg); */
1453 background-color: #171717; 1469 background-color: #171717;
1454 background-repeat: no-repeat; 1470 background-repeat: no-repeat;
1455 background-size: 100% auto; 1471 background-size: 100% auto;
1456 -webkit-background-size:100% auto; 1472 -webkit-background-size:100% auto;
1457 } 1473 }
1458 .stage-shadow{ 1474 .stage-shadow{
1459 background:transparent; 1475 background:transparent;
1460 } 1476 }
1461 .logojalsa{ 1477 .logojalsa{
1462 width:250px;position:relative;margin-bottom: 54px; 1478 width:250px;position:relative;margin-bottom: 54px;
1463 } 1479 }
1464 .jalsaheadr{ 1480 .jalsaheadr{
1465 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); 1481 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157);
1466 } 1482 }
1467 .PitchYourPower{ 1483 .PitchYourPower{
1468 position: relative;color: rgb(25, 104, 157);margin-top: -3%; 1484 position: relative;color: rgb(25, 104, 157);margin-top: -3%;
1469 } 1485 }
1470 1486
1471 1487
1472 1488
1473 1489
1474 1490
1475 1491
1476 1492
1477 1493
1478 1494
1479 1495
1480 1496
1481 1497
1482 1498
1483 1499
1484 1500
1485 1501
1486 1502
1487 1503
1488 1504
1489 1505
1490 @media (max-width:767px){ 1506 @media (max-width:767px){
1491 .buttons { 1507 .buttons {
1492 /* margin-top:23%; */ 1508 /* margin-top:23%; */
1493 font-size: 100px; 1509 font-size: 100px;
1494 } 1510 }
1495 .btn-lg{ 1511 .btn-lg{
1496 width:74%; 1512 width:74%;
1497 } 1513 }
1498 .btn1{ 1514 .btn1{
1499 margin-bottom: 3%; 1515 margin-bottom: 3%;
1500 } 1516 }
1501 .btn2{ 1517 .btn2{
1502 margin-bottom: 3%; 1518 margin-bottom: 3%;
1503 } 1519 }
1504 .btn3{ 1520 .btn3{
1505 margin-bottom: 3%; 1521 margin-bottom: 3%;
1506 } 1522 }
1507 h1{ 1523 h1{
1508 font-size:2.8rem; 1524 font-size:2.8rem;
1509 } 1525 }
1510 .happen-city{ 1526 .happen-city{
1511 margin-left: -25px; 1527 margin-left: -25px;
1512 1528
1513 } 1529 }
1514 .card-color-confirm{ 1530 .card-color-confirm{
1515 margin-top: 40%; 1531 margin-top: 40%;
1516 } 1532 }
1517 .city-meetup { 1533 .city-meetup {
1518 opacity: 0.8; 1534 opacity: 0.8;
1519 filter: alpha(opacity=80); /* For IE8 and earlier */ 1535 filter: alpha(opacity=80); /* For IE8 and earlier */
1520 } 1536 }
1521 #front { 1537 #front {
1522 /*background-image: url(/images/mock_up_background.jpg); 1538 /*background-image: url(/images/mock_up_background.jpg);
1523 background-repeat: no-repeat; 1539 background-repeat: no-repeat;
1524 background-attachment:fixed; 1540 background-attachment:fixed;
1525 background-position: top center; 1541 background-position: top center;
1526 -webkit-background-attachment: fixed; 1542 -webkit-background-attachment: fixed;
1527 background-size: 400% auto; 1543 background-size: 400% auto;
1528 -webkit-background-size:400% auto;*/ 1544 -webkit-background-size:400% auto;*/
1529 } 1545 }
1530 .bg_dots{ 1546 .bg_dots{
1531 height:80%; 1547 height:80%;
1532 background-size: 300% auto; 1548 background-size: 300% auto;
1533 -webkit-background-size:300% auto; 1549 -webkit-background-size:300% auto;
1534 position:fixed; 1550 position:fixed;
1535 top:0; 1551 top:0;
1536 } 1552 }
1537 .logojalsa{ 1553 .logojalsa{
1538 width:250px;position:relative;margin-bottom: 15%; 1554 width:250px;position:relative;margin-bottom: 15%;
1539 } 1555 }
1540 .PitchYourPower{ 1556 .PitchYourPower{
1541 position: relative;color: rgb(25, 104, 157);margin-top: -15%; 1557 position: relative;color: rgb(25, 104, 157);margin-top: -15%;
1542 } 1558 }
1543 1559
1544 } 1560 }
1545 1561
1546 @media screen and (max-device-width: 991px) and (orientation: landscape){ 1562 @media screen and (max-device-width: 991px) and (orientation: landscape){
1547 .rotate-card{ 1563 .rotate-card{
1548 width: 100%; 1564 width: 100%;
1549 } 1565 }
1550 1566
1551 1567
1552 } 1568 }
1553 1569
1554 @media (min-width:768px) and (max-width:991px){ 1570 @media (min-width:768px) and (max-width:991px){
1555 .logojalsa{ 1571 .logojalsa{
1556 width:250px;position:relative;margin-bottom: 7%; 1572 width:250px;position:relative;margin-bottom: 7%;
1557 } 1573 }
1558 } 1574 }
1 <!-- <div class="header" > 1 <!-- <div class="header" >
2 <div> 2 <div>
3 <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> 3 <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span>
4 <h4 class="PitchYourPower">#PitchYourPower</h4> 4 <h4 class="PitchYourPower">#PitchYourPower</h4>
5 </div> 5 </div>
6 6
7 <div class="clearfix"></div> 7 <div class="clearfix"></div>
8 </div> 8 </div>
9 <form name="homeForm"> 9 <form name="homeForm">
10 <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " > 10 <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " >
11 <div class="col-xs-12"> 11 <div class="col-xs-12">
12 <div class="row"> 12 <div class="row">
13 <div class="col-sm-6"> 13 <div class="col-sm-6">
14 <div class="happen-city"> 14 <div class="happen-city">
15 <div class="happen-meetup"> 15 <div class="happen-meetup">
16 <b>What will happen at the pitch session?</b> 16 <b>What will happen at the pitch session?</b>
17 </div> 17 </div>
18 <ul> 18 <ul>
19 <li>Mentoring session by an industry expert followed by a quick Q/A session.</li> 19 <li>Mentoring session by an industry expert followed by a quick Q/A session.</li>
20 <li>Prototype-based startup will be given 90 seconds while idea-based startup will be given 60 seconds to pitch their venture to the judging panel.</li> 20 <li>Prototype-based startup will be given 90 seconds while idea-based startup will be given 60 seconds to pitch their venture to the judging panel.</li>
21 <li>One-on-one interaction between the top 5 startups and the jury.</li> 21 <li>One-on-one interaction between the top 5 startups and the jury.</li>
22 </ul> 22 </ul>
23 <div class="happen-meetup"> 23 <div class="happen-meetup">
24 <b>Who can attend pitch session?</b> 24 <b>Who can attend pitch session?</b>
25 </div> 25 </div>
26 <ul> 26 <ul>
27 <li>Startups of all sectors and stages can attend the pitch session.</li> 27 <li>Startups of all sectors and stages can attend the pitch session.</li>
28 </ul> 28 </ul>
29 </div> 29 </div>
30 </div> 30 </div>
31 <div class="row"> 31 <div class="row">
32 <div class="col-sm-6 happen-attend"> 32 <div class="col-sm-6 happen-attend">
33 <div class="width-auto"> 33 <div class="width-auto">
34 <div class="happen-meetup" style="margin-top: -5px;"> 34 <div class="happen-meetup" style="margin-top: -5px;">
35 <b>Is there any registration fee involved for pitch session?</b> 35 <b>Is there any registration fee involved for pitch session?</b>
36 </div> 36 </div>
37 <ul > 37 <ul >
38 <li>A startup is required to pay a registration fee of Rs.500 to attend the pitch session.</li> 38 <li>A startup is required to pay a registration fee of Rs.500 to attend the pitch session.</li>
39 </ul> 39 </ul>
40 </div><br> 40 </div><br>
41 <div class="width-auto"> 41 <div class="width-auto">
42 <div class="happen-meetup" style="margin-top: -18px;"> 42 <div class="happen-meetup" style="margin-top: -18px;">
43 <b > Why should a startup participate?</b> 43 <b > Why should a startup participate?</b>
44 </div> 44 </div>
45 <ul > 45 <ul >
46 <li><b>4 Startups</b> will get a guaranteed investment opportunity of <b>Rs.25 Lacs each</b> at 10% equity, subject to due diligence.</li> 46 <li><b>4 Startups</b> will get a guaranteed investment opportunity of <b>Rs.25 Lacs each</b> at 10% equity, subject to due diligence.</li>
47 <li>Two exciting startups from each city will get a travel grant to fly to Startup Jalsa, Invest Edition.</li> 47 <li>Two exciting startups from each city will get a travel grant to fly to Startup Jalsa, Invest Edition.</li>
48 </ul> 48 </ul>
49 </div> 49 </div>
50 </div> 50 </div>
51 </div><br> 51 </div><br>
52 <div class="apply-btn"> 52 <div class="apply-btn">
53 <button class="btn submit-button apply-act" value="Apply" ng-click="apply()" >Proceed</button> 53 <button class="btn submit-button apply-act" value="Apply" ng-click="apply()" >Proceed</button>
54 </div> 54 </div>
55 </div> 55 </div>
56 </div> 56 </div>
57 </form> 57 </form>
58 <footer> 58 <footer>
59 <img id="footer" class="img-responsive banner"> 59 <img id="footer" class="img-responsive banner">
60 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> 60 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center>
61 </footer> --> 61 </footer> -->
62 <div class="col-xs-12 buttons"> 62 <div class="col-xs-12 buttons">
63 <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> 63 <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button>
64 <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> 64 <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button>
65 <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> 65 <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button>
66 <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> 66 <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button>
67 </div> 67 </div>
68 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval"> 68 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval">
69 <div class="stage-shadow" id="front"> 69 <div class="stage-shadow" id="front">
70 <div class="stages card-align"> 70 <div class="stages card-align">
71 <div class="row"> 71 <div class="row">
72 <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> 72 <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;">
73 <div class="card" style="width:100%;border-radius: 6px;"> 73 <div class="card" style="width:100%;border-radius: 6px;">
74 <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> 74 <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card">
75 <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')"> 75 <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')">
76 </label> 76 </label>
77 </div> 77 </div>
78 <div class="txt">Ahmedabad</div> 78 <div class="txt">Ahmedabad</div>
79 </div> --> 79 </div> -->
80 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 80 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
81 <div class="card1"> 81 <div class="card1">
82 <img class="card-img-top" src="images/ahmedabad.png"> 82 <img class="card-img-top" id="ahmedabad" src="images/ahmedabad.png">
83 <img class="img-top" src="images/Ahmedabad_1.png" ng-click="watch('Ahmedabad')" ng-selected="selected"> 83 <img class="img-top" src="images/Ahmedabad_1.png" ng-click="watch('Ahmedabad')">
84 </div> 84 </div>
85 <div class="txt">Ahmedabad</div> 85 <div class="txt">Ahmedabad</div>
86 <div class="txt1">IIM Ahmedabad, Ahmedabad Wednesday; September 11th, 2019</div> 86 <div class="txt1">IIM Ahmedabad | September 11th, 2019</div>
87 </div> 87 </div>
88 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 88 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
89 <div class="card1"> 89 <div class="card1">
90 <img class="card-img-top" src="images/Bengaluru.png"> 90 <img class="card-img-top" src="images/Bengaluru.png">
91 <img class="img-top" src="images/bengaluru_1.png" ng-click="watch('Bengaluru')"> 91 <img class="img-top" src="images/bengaluru_1.png" ng-click="watch('Bengaluru')">
92 </div> 92 </div>
93 <div class="txt">Bengaluru</div> 93 <div class="txt">Bengaluru</div>
94 <div class="txt1">IIM Bengaluru, Bengaluru Saturday; September 7th, 2019</div> 94 <div class="txt1">IIM Bengaluru | September 7th, 2019</div>
95 </div> 95 </div>
96 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 96 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
97 <div class="card1"> 97 <div class="card1">
98 <img class="card-img-top" src="images/chennai.png"> 98 <img class="card-img-top" src="images/chennai.png">
99 <img class="img-top" src="images/chennai_1.png" ng-click="watch('Chennai')"> 99 <img class="img-top" src="images/chennai_1.png" ng-click="watch('Chennai')">
100 </div> 100 </div>
101 <div class="txt">Chennai</div> 101 <div class="txt">Chennai</div>
102 <div class="txt1">IIT-Madras, Chennai Tuesday; October 1st, 2019</div> 102 <div class="txt1">IIT-Madras | October 1st, 2019</div>
103 </div> 103 </div>
104 </div> 104 </div>
105 </div> 105 </div>
106 </div> 106 </div>
107 <div class="clearfix"></div> 107 <div class="clearfix"></div>
108 <div class="stages card-align"> 108 <div class="stages card-align">
109 <div class="row"> 109 <div class="row">
110 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 110 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
111 <div class="card1"> 111 <div class="card1">
112 <img class="card-img-top" src="images/delhi.png"> 112 <img class="card-img-top" src="images/delhi.png">
113 <img class="img-top" src="images/delhi_1.png" ng-click="watch('Delhi')"> 113 <img class="img-top" src="images/delhi_1.png" ng-click="watch('Delhi')">
114 </div> 114 </div>
115 <div class="txt">Delhi</div> 115 <div class="txt">Delhi</div>
116 <div class="txt1">IIT Delhi, Delhi Wednesday; October 16th, 2019</div> 116 <div class="txt1">IIT Delhi | October 16th, 2019</div>
117 </div> 117 </div>
118 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 118 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
119 <div class="card1"> 119 <div class="card1">
120 <img class="card-img-top" src="images/Hyderabad.png"> 120 <img class="card-img-top" src="images/Hyderabad.png">
121 <img class="img-top " src="images/hyderabad_1.png" ng-click="watch('Hyderabad')"> 121 <img class="img-top " src="images/hyderabad_1.png" ng-click="watch('Hyderabad')">
122 </div> 122 </div>
123 <div class="txt">hyderabad</div> 123 <div class="txt">hyderabad</div>
124 <div class="txt1">IIT Hyderabad, Hyderabad Saturday; September 14th, 2019</div> 124 <div class="txt1">IIT Hyderabad | September 14th, 2019</div>
125 </div> 125 </div>
126 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 126 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
127 <div class="card1"> 127 <div class="card1">
128 <img class="card-img-top" src="images/jaipur.png"> 128 <img class="card-img-top" src="images/jaipur.png">
129 <img class="img-top" src="images/jaipur_1.png" ng-click="watch('Jaipur')"> 129 <img class="img-top" src="images/jaipur_1.png" ng-click="watch('Jaipur')">
130 </div> 130 </div>
131 <div class="txt">Jaipur</div> 131 <div class="txt">Jaipur</div>
132 <div class="txt1">Startup Oasis, Jaipur Wednesday; September 24th, 2019</div> 132 <div class="txt1">Startup Oasis | September 24th, 2019</div>
133 </div> 133 </div>
134 </div> 134 </div>
135 </div> 135 </div>
136 <div class="clearfix"></div> 136 <div class="clearfix"></div>
137 <div class="stages card-align"> 137 <div class="stages card-align">
138 <div class="row"> 138 <div class="row">
139 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 139 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
140 <div class="card1"> 140 <div class="card1">
141 <img class="card-img-top" src="images/kanpur.png"> 141 <img class="card-img-top" src="images/kanpur.png">
142 <img class="img-top" src="images/kanpur_1.png" ng-click="watch('Kanpur')"> 142 <img class="img-top" src="images/kanpur_1.png" ng-click="watch('Kanpur')">
143 </div> 143 </div>
144 <div class="txt">Kanpur</div> 144 <div class="txt">Kanpur</div>
145 <div class="txt1">IIT Kanpur, Kanpur Saturday; September 28th, 2019</div> 145 <div class="txt1">IIT Kanpur | September 28th, 2019</div>
146 </div> 146 </div>
147 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 147 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
148 <div class="card1"> 148 <div class="card1">
149 <img class="card-img-top" src="images/kolkata.png"> 149 <img class="card-img-top" src="images/kolkata.png">
150 <img class="img-top" src="images/kolkata_1.png" ng-click="watch('Kolkata')"> 150 <img class="img-top" src="images/kolkata_1.png" ng-click="watch('Kolkata')">
151 </div> 151 </div>
152 <div class="txt">Kolkata</div> 152 <div class="txt">Kolkata</div>
153 <div class="txt1">IIM Calcutta, Kolkata Tuesday; September 17th, 2019</div> 153 <div class="txt1">IIM Calcutta | September 17th, 2019</div>
154 </div> 154 </div>
155 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 155 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
156 <div class="card1"> 156 <div class="card1">
157 <img class="card-img-top" src="images/mumbai.png"> 157 <img class="card-img-top" src="images/mumbai.png">
158 <img class="img-top" src="images/mumbai_1.png" ng-click="watch('Mumbai')"> 158 <img class="img-top" src="images/mumbai_1.png" ng-click="watch('Mumbai')">
159 </div> 159 </div>
160 <div class="txt">Mumbai</div> 160 <div class="txt">Mumbai</div>
161 <div class="txt1">IIT Bombay, Mumbai Wednesday; September 4th, 2019</div> 161 <div class="txt1">IIT Bombay | September 4th, 2019</div>
162 </div> 162 </div>
163 </div> 163 </div>
164 </div> 164 </div>
165 </div> 165 </div>
166 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval"> 166 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval">
167 <div class="stage-shadow" id="front"> 167 <div class="stage-shadow" id="front">
168 <div class="stages card-align"> 168 <div class="stages card-align">
169 <div class="row"> 169 <div class="row">
170 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 170 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
171 <div class="card1"> 171 <div class="card1">
172 <img class="card-img-top" src="images/Colombo.png"> 172 <img class="card-img-top" src="images/Colombo.png">
173 <img class="img-top" src="images/colombo_1.png" ng-click="watch('Colombo')"> 173 <img class="img-top" src="images/colombo_1.png" ng-click="watch('Colombo')">
174 </div> 174 </div>
175 <div class="txt">Colombo</div> 175 <div class="txt">Colombo</div>
176 <div class="txt1">Colombo, Sri Lanka Saturday; October 5th, 2019</div> 176 <div class="txt1">Colombo, Sri Lanka | October 5th, 2019</div>
177 </div> 177 </div>
178 </div> 178 </div>
179 </div> 179 </div>
180 </div> 180 </div>
181 </div> 181 </div>
182 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue"> 182 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue">
183 <div class="stage-shadow" id="front"> 183 <div class="stage-shadow" id="front">
184 <div class="stages card-align"> 184 <div class="stages card-align">
185 <div class="row"> 185 <div class="row">
186 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 186 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
187 <div class="card1"> 187 <div class="card1">
188 <img class="card-img-top" src="images/Dhaka.png"> 188 <img class="card-img-top" src="images/Dhaka.png">
189 <img class="img-top" src="images/dhaka_1.png" ng-click="watch('Dhaka')"> 189 <img class="img-top" src="images/dhaka_1.png" ng-click="watch('Dhaka')">
190 </div> 190 </div>
191 <div class="txt">Dhaka</div> 191 <div class="txt">Dhaka</div>
192 <div class="txt1">Dhaka, Bangladesh Saturday; September 21st, 2019</div> 192 <div class="txt1">Dhaka, Bangladesh | September 21st, 2019</div>
193 </div> 193 </div>
194 </div> 194 </div>
195 </div> 195 </div>
196 </div> 196 </div>
197 </div> 197 </div>
198 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue"> 198 <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue">
199 <div class="stage-shadow" id="front"> 199 <div class="stage-shadow" id="front">
200 <div class="stages card-align"> 200 <div class="stages card-align">
201 <div class="row"> 201 <div class="row">
202 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;"> 202 <div class="col-md-4 col-sm-8 color" style="margin-top: 5%;">
203 <div class="card1"> 203 <div class="card1">
204 <img class="card-img-top" src="images/Kathmandu.png"> 204 <img class="card-img-top" src="images/Kathmandu.png">
205 <img class="img-top" src="images/kathmandu_1.png" ng-click="watch('Kathmandu')"> 205 <img class="img-top" src="images/kathmandu_1.png" ng-click="watch('Kathmandu')">
206 </div> 206 </div>
207 <div class="txt">Kathmandu</div> 207 <div class="txt">Kathmandu</div>
208 <div class="txt1">Kathmandu, Nepal Saturday; October 12th, 2019</div> 208 <div class="txt1">Kathmandu, Nepal | October 12th, 2019</div>
209 </div> 209 </div>
210 </div> 210 </div>
211 </div> 211 </div>
212 </div> 212 </div>
213 </div> 213 </div>
214 <span ng-show="span == true"> 214 <span ng-show="span == true">
215 <span id="chennai"></span> 215 <span id="chennai"></span>
216 <span id="mumbai"></span> 216 <span id="mumbai"></span>
217 <span id="hyderabad"></span> 217 <span id="hyderabad"></span>
218 <span id="kolkata"></span> 218 <span id="kolkata"></span>
219 <span id="delhi"></span> 219 <span id="delhi"></span>
220 <span id="ahmedabad"></span> 220 <span id="ahmedabad"></span>
221 <span id="bengaluru"></span> 221 <span id="bengaluru"></span>
222 <span id="jaipur"></span> 222 <span id="jaipur"></span>
223 <span id="kanpur"></span> 223 <span id="kanpur"></span>
224 <span id="dharamsala"></span> 224 <span id="dharamsala"></span>
225 </span> 225 </span>
226 226
227 227
228 228
1 // create the module and name it scotchApp 1 // create the module and name it scotchApp
2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']); 2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']);
3 3
4 // configure our routes 4 // configure our routes
5 scotchApp.config(function($routeProvider,$locationProvider) { 5 scotchApp.config(function($routeProvider,$locationProvider) {
6 6
7 // use the HTML5 History API 7 // use the HTML5 History API
8 $locationProvider.html5Mode({ 8 // $locationProvider.html5Mode({
9 enabled: true, 9 // enabled: true,
10 requireBase: false 10 // requireBase: false
11 }); 11 // });
12 //$locationProvider.hashPrefix('!'); 12 //$locationProvider.hashPrefix('!');
13 $routeProvider 13 $routeProvider
14 // route for the Home page 14 // route for the Home page
15 .when('/', { 15 .when('/', {
16 templateUrl: 'pages/Home.html', 16 templateUrl: 'pages/Home.html',
17 controller: 'mainController' 17 controller: 'mainController'
18 }) 18 })
19 19
20 // route for the caricatures page 20 // route for the caricatures page
21 .when('/caricatures', { 21 .when('/caricatures', {
22 templateUrl: 'pages/caricatures.html', 22 templateUrl: 'pages/caricatures.html',
23 controller: 'mainController' 23 controller: 'mainController'
24 }) 24 })
25 25
26 // route for the paymentVerify page 26 // route for the paymentVerify page
27 .when('/pendingPayment/:id', { 27 .when('/pendingPayment/:id', {
28 templateUrl: 'pages/verify.html', 28 templateUrl: 'pages/verify.html',
29 controller: 'verifyController' 29 controller: 'verifyController'
30 }) 30 })
31 31
32 // route for the registration page 32 // route for the registration page
33 .when('/registration', { 33 .when('/registration', {
34 templateUrl: 'pages/registration.html', 34 templateUrl: 'pages/registration.html',
35 controller: 'registrationController' 35 controller: 'registrationController'
36 }) 36 })
37 37
38 //route for the ambassador page 38 //route for the ambassador page
39 // .when('/startupJalsaPromocode', { 39 // .when('/startupJalsaPromocode', {
40 // templateUrl: 'pages/ambassador.html', 40 // templateUrl: 'pages/ambassador.html',
41 // controller: 'ambassadorController' 41 // controller: 'ambassadorController'
42 // }) 42 // })
43 43
44 // route for the confirmation page 44 // route for the confirmation page
45 .when('/confirmation', { 45 .when('/confirmation', {
46 templateUrl: 'pages/confirmation.html', 46 templateUrl: 'pages/confirmation.html',
47 controller: 'registrationController' 47 controller: 'registrationController'
48 }) 48 })
49 49
50 .otherwise({ 50 .otherwise({
51 redirectTo: '/' 51 redirectTo: '/'
52 }); 52 });
53 53
54 }); 54 });
55 55
56 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) { 56 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) {
57 // Add configuration code as desired 57 // Add configuration code as desired
58 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code 58 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code
59 59
60 // Track all routes (default is true). 60 // Track all routes (default is true).
61 AnalyticsProvider.trackPages(true); 61 AnalyticsProvider.trackPages(true);
62 62
63 // Track all URL query params (default is false). 63 // Track all URL query params (default is false).
64 AnalyticsProvider.trackUrlParams(true); 64 AnalyticsProvider.trackUrlParams(true);
65 65
66 }]).run(['Analytics', function(Analytics) { }]); 66 }]).run(['Analytics', function(Analytics) { }]);
67 67
68 scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") 68 scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1")
69 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") 69 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1")
70 70
71 // create the controller and inject Angular's $scope 71 // create the controller and inject Angular's $scope
72 scotchApp.controller('mainController', function($scope, $http, $window, $location, $route, $rootScope, BASE_URL, Analytics) { 72 scotchApp.controller('mainController', function($scope, $http, $window, $location, $route, $rootScope, BASE_URL, Analytics) {
73 $scope.data = { 73 $scope.data = {
74 show: true, 74 show: true,
75 hide: false 75 hide: false
76 }; 76 };
77 window.onload = function(){ 77 window.onload = function(){
78 var element = document.getElementById("defaultcountry"); 78 var element = document.getElementById("defaultcountry");
79 element.classList.add("active"); 79 element.classList.add("btn-active");
80 console.log("element",element) 80 document.getElementById("ahmedabad").src = "images/Ahmedabad_1.png";
81 console.log("======aaaaa===",document.getElementsByClassName("ahmedabad"));
81 } 82 }
82 83
83 var chennai = new Date("Sept 19, 2018 12:00:00").getTime(); 84 var chennai = new Date("Sept 19, 2018 12:00:00").getTime();
84 // Update the count down every 1 second 85 // Update the count down every 1 second
85 var x = setInterval(function() { 86 var x = setInterval(function() {
86 // Get todays date and time 87 // Get todays date and time
87 var now = new Date().getTime(); 88 var now = new Date().getTime();
88 // Find the distance between now an the count down date 89 // Find the distance between now an the count down date
89 var distance = chennai - now; 90 var distance = chennai - now;
90 // Time calculations for days, hours, minutes and seconds 91 // Time calculations for days, hours, minutes and seconds
91 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 92 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
92 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 93 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
93 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 94 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
94 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 95 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
95 $scope.timer = days + "d " + hours + "h " 96 $scope.timer = days + "d " + hours + "h "
96 + minutes + "m " + seconds + "s " 97 + minutes + "m " + seconds + "s "
97 // Output the result in an element with id="demo" 98 // Output the result in an element with id="demo"
98 document.getElementById("chennai").innerHTML = days + "d " + hours + "h " 99 document.getElementById("chennai").innerHTML = days + "d " + hours + "h "
99 + minutes + "m " + seconds + "s "; 100 + minutes + "m " + seconds + "s ";
100 // If the count down is over, write some text 101 // If the count down is over, write some text
101 if (distance < 0) { 102 if (distance < 0) {
102 clearInterval(x); 103 clearInterval(x);
103 document.getElementById("chennai").innerHTML = "EXPIRED"; 104 document.getElementById("chennai").innerHTML = "EXPIRED";
104 } 105 }
105 }, 1000); 106 }, 1000);
106 107
107 var hyderabad = new Date("Sept 22, 2018 14:00:00").getTime(); 108 var hyderabad = new Date("Sept 22, 2018 14:00:00").getTime();
108 // Update the count down every 1 second 109 // Update the count down every 1 second
109 var x = setInterval(function() { 110 var x = setInterval(function() {
110 // Get todays date and time 111 // Get todays date and time
111 var now = new Date().getTime(); 112 var now = new Date().getTime();
112 // Find the distance between now an the count down date 113 // Find the distance between now an the count down date
113 var distance = hyderabad - now; 114 var distance = hyderabad - now;
114 // Time calculations for days, hours, minutes and seconds 115 // Time calculations for days, hours, minutes and seconds
115 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 116 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
116 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 117 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
117 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 118 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
118 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 119 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
119 $scope.timer = days + "d " + hours + "h " 120 $scope.timer = days + "d " + hours + "h "
120 + minutes + "m " + seconds + "s " 121 + minutes + "m " + seconds + "s "
121 // Output the result in an element with id="demo" 122 // Output the result in an element with id="demo"
122 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h " 123 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h "
123 + minutes + "m " + seconds + "s "; 124 + minutes + "m " + seconds + "s ";
124 // If the count down is over, write some text 125 // If the count down is over, write some text
125 if (distance < 0) { 126 if (distance < 0) {
126 clearInterval(x); 127 clearInterval(x);
127 document.getElementById("hyderabad").innerHTML = "EXPIRED"; 128 document.getElementById("hyderabad").innerHTML = "EXPIRED";
128 } 129 }
129 }, 1000); 130 }, 1000);
130 131
131 var mumbai = new Date("Sept 26, 2018 14:00:00").getTime(); 132 var mumbai = new Date("Sept 26, 2018 14:00:00").getTime();
132 // Update the count down every 1 second 133 // Update the count down every 1 second
133 var x = setInterval(function() { 134 var x = setInterval(function() {
134 // Get todays date and time 135 // Get todays date and time
135 var now = new Date().getTime(); 136 var now = new Date().getTime();
136 // Find the distance between now an the count down date 137 // Find the distance between now an the count down date
137 var distance = mumbai - now; 138 var distance = mumbai - now;
138 // Time calculations for days, hours, minutes and seconds 139 // Time calculations for days, hours, minutes and seconds
139 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 140 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
140 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 141 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
141 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 142 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
142 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 143 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
143 $scope.timer = days + "d " + hours + "h " 144 $scope.timer = days + "d " + hours + "h "
144 + minutes + "m " + seconds + "s " 145 + minutes + "m " + seconds + "s "
145 // Output the result in an element with id="demo" 146 // Output the result in an element with id="demo"
146 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h " 147 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h "
147 + minutes + "m " + seconds + "s "; 148 + minutes + "m " + seconds + "s ";
148 // If the count down is over, write some text 149 // If the count down is over, write some text
149 if (distance < 0) { 150 if (distance < 0) {
150 clearInterval(x); 151 clearInterval(x);
151 document.getElementById("mumbai").innerHTML = "EXPIRED"; 152 document.getElementById("mumbai").innerHTML = "EXPIRED";
152 } 153 }
153 }, 1000); 154 }, 1000);
154 155
155 var kolkata = new Date("Oct 3, 2018 14:00:00").getTime(); 156 var kolkata = new Date("Oct 3, 2018 14:00:00").getTime();
156 // Update the count down every 1 second 157 // Update the count down every 1 second
157 var x = setInterval(function() { 158 var x = setInterval(function() {
158 // Get todays date and time 159 // Get todays date and time
159 var now = new Date().getTime(); 160 var now = new Date().getTime();
160 // Find the distance between now an the count down date 161 // Find the distance between now an the count down date
161 var distance = kolkata - now; 162 var distance = kolkata - now;
162 // Time calculations for days, hours, minutes and seconds 163 // Time calculations for days, hours, minutes and seconds
163 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 164 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
164 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 165 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
165 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 166 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
166 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 167 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
167 $scope.timer = days + "d " + hours + "h " 168 $scope.timer = days + "d " + hours + "h "
168 + minutes + "m " + seconds + "s " 169 + minutes + "m " + seconds + "s "
169 // Output the result in an element with id="demo" 170 // Output the result in an element with id="demo"
170 document.getElementById("kolkata").innerHTML = days + "d " + hours + "h " 171 document.getElementById("kolkata").innerHTML = days + "d " + hours + "h "
171 + minutes + "m " + seconds + "s "; 172 + minutes + "m " + seconds + "s ";
172 // If the count down is over, write some text 173 // If the count down is over, write some text
173 if (distance < 0) { 174 if (distance < 0) {
174 clearInterval(x); 175 clearInterval(x);
175 document.getElementById("kolkata").innerHTML = "EXPIRED"; 176 document.getElementById("kolkata").innerHTML = "EXPIRED";
176 } 177 }
177 }, 1000); 178 }, 1000);
178 179
179 var jaipur = new Date("Oct 5, 2018 14:00:00").getTime(); 180 var jaipur = new Date("Oct 5, 2018 14:00:00").getTime();
180 // Update the count down every 1 second 181 // Update the count down every 1 second
181 var x = setInterval(function() { 182 var x = setInterval(function() {
182 // Get todays date and time 183 // Get todays date and time
183 var now = new Date().getTime(); 184 var now = new Date().getTime();
184 // Find the distance between now an the count down date 185 // Find the distance between now an the count down date
185 var distance = jaipur - now; 186 var distance = jaipur - now;
186 // Time calculations for days, hours, minutes and seconds 187 // Time calculations for days, hours, minutes and seconds
187 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 188 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
188 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 189 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
189 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 190 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
190 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 191 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
191 $scope.timer = days + "d " + hours + "h " 192 $scope.timer = days + "d " + hours + "h "
192 + minutes + "m " + seconds + "s " 193 + minutes + "m " + seconds + "s "
193 // Output the result in an element with id="demo" 194 // Output the result in an element with id="demo"
194 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h " 195 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h "
195 + minutes + "m " + seconds + "s "; 196 + minutes + "m " + seconds + "s ";
196 // If the count down is over, write some text 197 // If the count down is over, write some text
197 if (distance < 0) { 198 if (distance < 0) {
198 clearInterval(x); 199 clearInterval(x);
199 document.getElementById("jaipur").innerHTML = "EXPIRED"; 200 document.getElementById("jaipur").innerHTML = "EXPIRED";
200 } 201 }
201 }, 1000); 202 }, 1000);
202 203
203 var delhi = new Date("Oct 8, 2018 14:00:00").getTime(); 204 var delhi = new Date("Oct 8, 2018 14:00:00").getTime();
204 // Update the count down every 1 second 205 // Update the count down every 1 second
205 var x = setInterval(function() { 206 var x = setInterval(function() {
206 // Get todays date and time 207 // Get todays date and time
207 var now = new Date().getTime(); 208 var now = new Date().getTime();
208 // Find the distance between now an the count down date 209 // Find the distance between now an the count down date
209 var distance = delhi - now; 210 var distance = delhi - now;
210 // Time calculations for days, hours, minutes and seconds 211 // Time calculations for days, hours, minutes and seconds
211 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 212 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
212 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 213 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
213 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 214 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
214 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 215 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
215 $scope.timer = days + "d " + hours + "h " 216 $scope.timer = days + "d " + hours + "h "
216 + minutes + "m " + seconds + "s " 217 + minutes + "m " + seconds + "s "
217 // Output the result in an element with id="demo" 218 // Output the result in an element with id="demo"
218 document.getElementById("delhi").innerHTML = days + "d " + hours + "h " 219 document.getElementById("delhi").innerHTML = days + "d " + hours + "h "
219 + minutes + "m " + seconds + "s "; 220 + minutes + "m " + seconds + "s ";
220 // If the count down is over, write some text 221 // If the count down is over, write some text
221 if (distance < 0) { 222 if (distance < 0) {
222 clearInterval(x); 223 clearInterval(x);
223 document.getElementById("delhi").innerHTML = "EXPIRED"; 224 document.getElementById("delhi").innerHTML = "EXPIRED";
224 } 225 }
225 }, 1000); 226 }, 1000);
226 227
227 var kanpur = new Date("Oct 10, 2018 14:00:00").getTime(); 228 var kanpur = new Date("Oct 10, 2018 14:00:00").getTime();
228 // Update the count down every 1 second 229 // Update the count down every 1 second
229 var x = setInterval(function() { 230 var x = setInterval(function() {
230 // Get todays date and time 231 // Get todays date and time
231 var now = new Date().getTime(); 232 var now = new Date().getTime();
232 // Find the distance between now an the count down date 233 // Find the distance between now an the count down date
233 var distance = kanpur - now; 234 var distance = kanpur - now;
234 // Time calculations for days, hours, minutes and seconds 235 // Time calculations for days, hours, minutes and seconds
235 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 236 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
236 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 237 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
237 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 238 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
238 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 239 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
239 $scope.timer = days + "d " + hours + "h " 240 $scope.timer = days + "d " + hours + "h "
240 + minutes + "m " + seconds + "s " 241 + minutes + "m " + seconds + "s "
241 // Output the result in an element with id="demo" 242 // Output the result in an element with id="demo"
242 document.getElementById("kanpur").innerHTML = days + "d " + hours + "h " 243 document.getElementById("kanpur").innerHTML = days + "d " + hours + "h "
243 + minutes + "m " + seconds + "s "; 244 + minutes + "m " + seconds + "s ";
244 // If the count down is over, write some text 245 // If the count down is over, write some text
245 if (distance < 0) { 246 if (distance < 0) {
246 clearInterval(x); 247 clearInterval(x);
247 document.getElementById("kanpur").innerHTML = "EXPIRED"; 248 document.getElementById("kanpur").innerHTML = "EXPIRED";
248 } 249 }
249 }, 1000); 250 }, 1000);
250 251
251 var ahmedabad = new Date("Oct 12, 2018 14:00:00").getTime(); 252 var ahmedabad = new Date("Oct 12, 2018 14:00:00").getTime();
252 // Update the count down every 1 second 253 // Update the count down every 1 second
253 var x = setInterval(function() { 254 var x = setInterval(function() {
254 // Get todays date and time 255 // Get todays date and time
255 var now = new Date().getTime(); 256 var now = new Date().getTime();
256 // Find the distance between now an the count down date 257 // Find the distance between now an the count down date
257 var distance = ahmedabad - now; 258 var distance = ahmedabad - now;
258 // Time calculations for days, hours, minutes and seconds 259 // Time calculations for days, hours, minutes and seconds
259 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 260 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
260 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 261 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
261 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 262 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
262 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 263 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
263 $scope.timer = days + "d " + hours + "h " 264 $scope.timer = days + "d " + hours + "h "
264 + minutes + "m " + seconds + "s " 265 + minutes + "m " + seconds + "s "
265 // Output the result in an element with id="demo" 266 // Output the result in an element with id="demo"
266 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h " 267 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h "
267 + minutes + "m " + seconds + "s "; 268 + minutes + "m " + seconds + "s ";
268 // If the count down is over, write some text 269 // If the count down is over, write some text
269 if (distance < 0) { 270 if (distance < 0) {
270 clearInterval(x); 271 clearInterval(x);
271 document.getElementById("ahmedabad").innerHTML = "EXPIRED"; 272 document.getElementById("ahmedabad").innerHTML = "EXPIRED";
272 } 273 }
273 }, 1000); 274 }, 1000);
274 275
275 var bengaluru = new Date("Oct 13, 2018 14:00:00").getTime(); 276 var bengaluru = new Date("Oct 13, 2018 14:00:00").getTime();
276 // Update the count down every 1 second 277 // Update the count down every 1 second
277 var x = setInterval(function() { 278 var x = setInterval(function() {
278 // Get todays date and time 279 // Get todays date and time
279 var now = new Date().getTime(); 280 var now = new Date().getTime();
280 // Find the distance between now an the count down date 281 // Find the distance between now an the count down date
281 var distance = bengaluru - now; 282 var distance = bengaluru - now;
282 // Time calculations for days, hours, minutes and seconds 283 // Time calculations for days, hours, minutes and seconds
283 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 284 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
284 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 285 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
285 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 286 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
286 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 287 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
287 $scope.timer = days + "d " + hours + "h " 288 $scope.timer = days + "d " + hours + "h "
288 + minutes + "m " + seconds + "s " 289 + minutes + "m " + seconds + "s "
289 // Output the result in an element with id="demo" 290 // Output the result in an element with id="demo"
290 document.getElementById("bengaluru").innerHTML = days + "d " + hours + "h " 291 document.getElementById("bengaluru").innerHTML = days + "d " + hours + "h "
291 + minutes + "m " + seconds + "s "; 292 + minutes + "m " + seconds + "s ";
292 // If the count down is over, write some text 293 // If the count down is over, write some text
293 if (distance < 0) { 294 if (distance < 0) {
294 clearInterval(x); 295 clearInterval(x);
295 document.getElementById("bengaluru").innerHTML = "EXPIRED"; 296 document.getElementById("bengaluru").innerHTML = "EXPIRED";
296 } 297 }
297 }, 1000); 298 }, 1000);
298 299
299 var dharamsala = new Date("Dec 14, 2018 14:00:00").getTime(); 300 var dharamsala = new Date("Dec 14, 2018 14:00:00").getTime();
300 // Update the count down every 1 second 301 // Update the count down every 1 second
301 var x = setInterval(function() { 302 var x = setInterval(function() {
302 // Get todays date and time 303 // Get todays date and time
303 var now = new Date().getTime(); 304 var now = new Date().getTime();
304 // Find the distance between now an the count down date 305 // Find the distance between now an the count down date
305 var distance = dharamsala - now; 306 var distance = dharamsala - now;
306 // Time calculations for days, hours, minutes and seconds 307 // Time calculations for days, hours, minutes and seconds
307 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 308 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
308 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 309 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
309 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 310 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
310 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 311 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
311 $scope.timer = days + "d " + hours + "h " 312 $scope.timer = days + "d " + hours + "h "
312 + minutes + "m " + seconds + "s " 313 + minutes + "m " + seconds + "s "
313 // Output the result in an element with id="demo" 314 // Output the result in an element with id="demo"
314 document.getElementById("dharamsala").innerHTML = days + "d " + hours + "h " 315 document.getElementById("dharamsala").innerHTML = days + "d " + hours + "h "
315 + minutes + "m " + seconds + "s "; 316 + minutes + "m " + seconds + "s ";
316 // If the count down is over, write some text 317 // If the count down is over, write some text
317 if (distance < 0) { 318 if (distance < 0) {
318 clearInterval(x); 319 clearInterval(x);
319 document.getElementById("dharamsala").innerHTML = "EXPIRED"; 320 document.getElementById("dharamsala").innerHTML = "EXPIRED";
320 } 321 }
321 }, 1000); 322 }, 1000);
322 323
323 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 324 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
324 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 325 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
325 // $scope.Textshow = "yes" 326 // $scope.Textshow = "yes"
326 $scope.max = 100; 327 $scope.max = 100;
327 $scope.formPage = false; 328 $scope.formPage = false;
328 $scope.current = 0; 329 $scope.current = 0;
329 $scope.payingAmnt = 0; 330 $scope.payingAmnt = 0;
330 $scope.data = {}; 331 $scope.data = {};
331 $scope.discountAmount = 0; 332 $scope.discountAmount = 0;
332 // $scope.data.quantity = "1"; 333 // $scope.data.quantity = "1";
333 $scope.check = false; 334 $scope.check = false;
334 $scope.numberCheck = false; 335 $scope.numberCheck = false;
335 $scope.paymentResult = {}; 336 $scope.paymentResult = {};
336 var data = { 337 var data = {
337 "amount": $scope.payingAmnt, 338 "amount": $scope.payingAmnt,
338 "currency": "INR", 339 "currency": "INR",
339 "status": "pending" 340 "status": "pending"
340 } 341 }
341 342
342 $scope.showval = true; 343 $scope.showval = true;
343 $scope.hideval = false; 344 $scope.hideval = false;
344 $scope.showvalue = false; 345 $scope.showvalue = false;
345 $scope.hidevalue = false; 346 $scope.hidevalue = false;
346 $scope.isShowHide = function (value) { 347 $scope.isShowHide = function (value) {
347 console.log(value) 348 console.log(value)
348 if (value == "INDIA") { 349 if (value == "INDIA") {
349 console.log("value",value) 350 console.log("value",value)
350 $scope.showval = true; 351 $scope.showval = true;
351 $scope.hideval = false; 352 $scope.hideval = false;
352 $scope.showvalue = false; 353 $scope.showvalue = false;
353 $scope.hidevalue = false; 354 $scope.hidevalue = false;
354 } 355 }
355 else if (value == "SRI LANKA") { 356 else if (value == "SRI LANKA") {
356 console.log("value1",value) 357 console.log("value1",value)
357 $scope.showval = false; 358 $scope.showval = false;
358 $scope.hideval = true; 359 $scope.hideval = true;
359 $scope.showvalue = false; 360 $scope.showvalue = false;
360 $scope.hidevalue = false; 361 $scope.hidevalue = false;
361 } 362 }
362 else if (value == "BANGLADESH") { 363 else if (value == "BANGLADESH") {
363 console.log("value2",value) 364 console.log("value2",value)
364 $scope.showval = false; 365 $scope.showval = false;
365 $scope.hideval = false; 366 $scope.hideval = false;
366 $scope.showvalue = true; 367 $scope.showvalue = true;
367 $scope.hidevalue = false; 368 $scope.hidevalue = false;
368 } 369 }
369 else { 370 else {
370 console.log("value3",value) 371 console.log("value3",value)
371 $scope.showval = false; 372 $scope.showval = false;
372 $scope.hideval = false; 373 $scope.hideval = false;
373 $scope.showvalue = false; 374 $scope.showvalue = false;
374 $scope.hidevalue = true; 375 $scope.hidevalue = true;
375 } 376 }
376 } 377 }
377 378
378 // $scope.apply = function() { 379 // $scope.apply = function() {
379 // //Analytics.trackEvent('register', 'click', 'Registration'); 380 // //Analytics.trackEvent('register', 'click', 'Registration');
380 // $location.path("/caricatures") 381 // $location.path("/caricatures")
381 // } 382 // }
382 383
383 // $scope.data.city = ''; 384 // $scope.data.city = '';
384 $scope.watch = function(){ 385 $scope.watch = function(){
385 // console.log("cllll",value) 386 // console.log("cllll",value)
386 // $scope.data.city = value; 387 // $scope.data.city = value;
387 // if($scope.data.city == "Chennai"){ 388 // if($scope.data.city == "Chennai"){
388 // console.log("cllll1",value) 389 // console.log("cllll1",value)
389 // $window.location.href = 'http://35.154.24.158:8007'; 390 // $window.location.href = 'http://35.154.24.158:8007';
390 // }else{ 391 // }else{
391 // console.log("cllll2",value) 392 // console.log("cllll2",value)
392 // localStorage.setItem("city" ,value); 393 // localStorage.setItem("city" ,value);
393 //$location.path('/registration').search({city: value}); 394 //$location.path('/registration').search({city: value});
394 // $location.path('/registration/'+value+''); 395 // $location.path('/registration/'+value+'');
395 $location.path('/registration'); 396 $location.path('/registration');
396 //$state.go('registration', { 'city': value}) 397 //$state.go('registration', { 'city': value})
397 // } 398 // }
398 } 399 }
399 400
400 $scope.select = function(url){ 401 $scope.select = function(url){
401 console.log("cllll") 402 console.log("cllll")
402 window.open(url) 403 window.open(url)
403 } 404 }
404 405
405 $scope.stagekeyPress = function() { 406 $scope.stagekeyPress = function() {
406 $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)'); 407 $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)');
407 } 408 }
408 $scope.sectorkeyPress = function() { 409 $scope.sectorkeyPress = function() {
409 $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)'); 410 $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)');
410 } 411 }
411 412
412 $scope.productLaunchkeyPress = function() { 413 $scope.productLaunchkeyPress = function() {
413 $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)'); 414 $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)');
414 } 415 }
415 416
416 $scope.launchPeriodkeyPress = function() { 417 $scope.launchPeriodkeyPress = function() {
417 $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)'); 418 $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)');
418 } 419 }
419 420
420 $scope.industrykeyPress = function(quantity) { 421 $scope.industrykeyPress = function(quantity) {
421 console.log("fghj",quantity) 422 console.log("fghj",quantity)
422 $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)'); 423 $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)');
423 } 424 }
424 425
425 $scope.industryNamekeyPress = function(firstName) { 426 $scope.industryNamekeyPress = function(firstName) {
426 console.log("lastName==", firstName); 427 console.log("lastName==", firstName);
427 if (firstName == undefined) { 428 if (firstName == undefined) {
428 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 429 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
429 } else { 430 } else {
430 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); 431 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
431 } 432 }
432 } 433 }
433 434
434 $scope.amountkeyPress = function() { 435 $scope.amountkeyPress = function() {
435 $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)'); 436 $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)');
436 } 437 }
437 438
438 $scope.firstNamekeyPress = function(name) { 439 $scope.firstNamekeyPress = function(name) {
439 console.log("lastName==", name); 440 console.log("lastName==", name);
440 if (name == undefined) { 441 if (name == undefined) {
441 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); 442 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
442 } else { 443 } else {
443 $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)'); 444 $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)');
444 } 445 }
445 } 446 }
446 447
447 $scope.emailkeyPress = function(email) { 448 $scope.emailkeyPress = function(email) {
448 console.log("email", email); 449 console.log("email", email);
449 if (email == undefined) { 450 if (email == undefined) {
450 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); 451 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
451 } else { 452 } else {
452 $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)'); 453 $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)');
453 } 454 }
454 } 455 }
455 456
456 $scope.phonekeyPress = function(number) { 457 $scope.phonekeyPress = function(number) {
457 console.log("number", number); 458 console.log("number", number);
458 if (number == undefined || number == '') { 459 if (number == undefined || number == '') {
459 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); 460 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
460 } else { 461 } else {
461 $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)'); 462 $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)');
462 } 463 }
463 } 464 }
464 465
465 $scope.citykeyPress = function(city) { 466 $scope.citykeyPress = function(city) {
466 console.log("city", city); 467 console.log("city", city);
467 if (city == undefined) { 468 if (city == undefined) {
468 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); 469 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
469 } else { 470 } else {
470 $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)'); 471 $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)');
471 } 472 }
472 } 473 }
473 474
474 $scope.startupNamekeyPress = function(q) { 475 $scope.startupNamekeyPress = function(q) {
475 if (q == undefined) { 476 if (q == undefined) {
476 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); 477 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
477 } else { 478 } else {
478 $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)'); 479 $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)');
479 } 480 }
480 } 481 }
481 482
482 $scope.linkedInkeyPress = function(technology) { 483 $scope.linkedInkeyPress = function(technology) {
483 if (technology == undefined || technology == '') { 484 if (technology == undefined || technology == '') {
484 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); 485 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
485 } else { 486 } else {
486 $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)'); 487 $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)');
487 } 488 }
488 } 489 }
489 $scope.companykeyPress = function(problem) { 490 $scope.companykeyPress = function(problem) {
490 if (problem == undefined) { 491 if (problem == undefined) {
491 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); 492 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
492 } else { 493 } else {
493 $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)'); 494 $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)');
494 } 495 }
495 } 496 }
496 $scope.productNamekeyPress = function(solution) { 497 $scope.productNamekeyPress = function(solution) {
497 if (solution == undefined) { 498 if (solution == undefined) {
498 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); 499 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
499 } else { 500 } else {
500 $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)'); 501 $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)');
501 } 502 }
502 } 503 }
503 $scope.businesskeyPress = function(business) { 504 $scope.businesskeyPress = function(business) {
504 if (business == undefined) { 505 if (business == undefined) {
505 $('.icon-circle-p').css('background-color', 'rgb(102, 102, 102)'); 506 $('.icon-circle-p').css('background-color', 'rgb(102, 102, 102)');
506 } else { 507 } else {
507 $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)'); 508 $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)');
508 } 509 }
509 } 510 }
510 511
511 $scope.websitekeyPress = function(prototype) { 512 $scope.websitekeyPress = function(prototype) {
512 if (prototype == undefined || prototype == '') { 513 if (prototype == undefined || prototype == '') {
513 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); 514 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
514 } else { 515 } else {
515 $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)'); 516 $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)');
516 } 517 }
517 } 518 }
518 519
519 $scope.employeekeyPress = function(market) { 520 $scope.employeekeyPress = function(market) {
520 if (market == undefined || market == '') { 521 if (market == undefined || market == '') {
521 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); 522 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
522 } else { 523 } else {
523 $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)'); 524 $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)');
524 } 525 }
525 } 526 }
526 527
527 $scope.annualkeyPress = function(risk) { 528 $scope.annualkeyPress = function(risk) {
528 if (risk == undefined || risk == '') { 529 if (risk == undefined || risk == '') {
529 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); 530 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
530 } else { 531 } else {
531 $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)'); 532 $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)');
532 } 533 }
533 } 534 }
534 535
535 $scope.revenuekeyPress = function(team) { 536 $scope.revenuekeyPress = function(team) {
536 if (team == undefined) { 537 if (team == undefined) {
537 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); 538 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
538 } else { 539 } else {
539 $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)'); 540 $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)');
540 } 541 }
541 } 542 }
542 543
543 $scope.descriptionkeyPress = function(pitch) { 544 $scope.descriptionkeyPress = function(pitch) {
544 if (pitch == undefined) { 545 if (pitch == undefined) {
545 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); 546 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
546 } else { 547 } else {
547 $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)'); 548 $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)');
548 } 549 }
549 } 550 }
550 551
551 $scope.discountkeyPress = function(discount) { 552 $scope.discountkeyPress = function(discount) {
552 if (discount == undefined) { 553 if (discount == undefined) {
553 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 554 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
554 } else { 555 } else {
555 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); 556 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
556 } 557 }
557 } 558 }
558 559
559 $scope.removeNooError = function() { 560 $scope.removeNooError = function() {
560 $('#invalidIdea').css('display', 'block'); 561 $('#invalidIdea').css('display', 'block');
561 $('#noExist').css('display', 'none'); 562 $('#noExist').css('display', 'none');
562 }; 563 };
563 564
564 $scope.ideakeyPress = function(financial) { 565 $scope.ideakeyPress = function(financial) {
565 console.log("financial", financial); 566 console.log("financial", financial);
566 if (financial == undefined) { 567 if (financial == undefined) {
567 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); 568 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
568 } else { 569 } else {
569 $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)'); 570 $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)');
570 } 571 }
571 } 572 }
572 573
573 $scope.fundkeyPress = function(financial) { 574 $scope.fundkeyPress = function(financial) {
574 console.log("financial", financial); 575 console.log("financial", financial);
575 if (financial == undefined) { 576 if (financial == undefined) {
576 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)'); 577 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)');
577 } else { 578 } else {
578 $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)'); 579 $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)');
579 } 580 }
580 } 581 }
581 582
582 $scope.changeReferalIconColor = function(referalToken){ 583 $scope.changeReferalIconColor = function(referalToken){
583 if (referalToken == undefined || referalToken == '') { 584 if (referalToken == undefined || referalToken == '') {
584 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); 585 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
585 }else { 586 }else {
586 $('.referel-icon').css('background-color', 'rgb(25, 104, 157)'); 587 $('.referel-icon').css('background-color', 'rgb(25, 104, 157)');
587 } 588 }
588 } 589 }
589 590
590 }); 591 });
591 592
592 scotchApp.controller('registrationController', function($scope, $http, $location, $rootScope,$route,BASE_URL) { 593 scotchApp.controller('registrationController', function($scope, $http, $location, $rootScope,$route,BASE_URL) {
593 $scope.data = {}; 594 $scope.data = {};
594 $scope.check = false; 595 $scope.check = false;
595 $scope.numberCheck = false; 596 $scope.numberCheck = false;
596 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 597 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
597 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 598 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
598 $scope.max = 100; 599 $scope.max = 100;
599 $scope.formPage = false; 600 $scope.formPage = false;
600 $scope.current = 0; 601 $scope.current = 0;
601 $scope.payingAmnt = 0; 602 $scope.payingAmnt = 0;
602 $scope.discountAmount = 0; 603 $scope.discountAmount = 0;
603 // $scope.data.quantity = "1"; 604 // $scope.data.quantity = "1";
604 $scope.check = false; 605 $scope.check = false;
605 $scope.numberCheck = false; 606 $scope.numberCheck = false;
606 $scope.paymentResult = {}; 607 $scope.paymentResult = {};
607 var data = { 608 var data = {
608 "amount": $scope.payingAmnt, 609 "amount": $scope.payingAmnt,
609 "currency": "INR", 610 "currency": "INR",
610 "status": "pending" 611 "status": "pending"
611 } 612 }
612 613
613 $scope.removeError = function() { 614 $scope.removeError = function() {
614 $('#invalidEmail').css('display', 'none'); 615 $('#invalidEmail').css('display', 'none');
615 $('#alreadyExist').css('display', 'none'); 616 $('#alreadyExist').css('display', 'none');
616 }; 617 };
617 618
618 $scope.emailcheck = function(val) { 619 $scope.emailcheck = function(val) {
619 if (val == undefined) { 620 if (val == undefined) {
620 $('#invalidEmail').css('display', 'block'); 621 $('#invalidEmail').css('display', 'block');
621 } else { 622 } else {
622 $('#alreadyExist').css('display', 'block'); 623 $('#alreadyExist').css('display', 'block');
623 } 624 }
624 }; 625 };
625 626
626 $scope.removeNoError = function() { 627 $scope.removeNoError = function() {
627 $('#invalidNumber').css('display', 'none'); 628 $('#invalidNumber').css('display', 'none');
628 $('#alreadyExist').css('display', 'none'); 629 $('#alreadyExist').css('display', 'none');
629 }; 630 };
630 631
631 $scope.numbercheck = function(val) { 632 $scope.numbercheck = function(val) {
632 if (val == undefined) { 633 if (val == undefined) {
633 $('#invalidNumber').css('display', 'block'); 634 $('#invalidNumber').css('display', 'block');
634 } else { 635 } else {
635 $('#alreadyExist').css('display', 'block'); 636 $('#alreadyExist').css('display', 'block');
636 } 637 }
637 }; 638 };
638 639
639 // $scope.$on('city', function (event, value) { 640 // $scope.$on('city', function (event, value) {
640 // $scope.data.city = localStorage.getItem("city"); 641 // $scope.data.city = localStorage.getItem("city");
641 // console.log("HERE===",$scope.data.city ); 642 // console.log("HERE===",$scope.data.city );
642 // }); 643 // });
643 644
644 $rootScope.tokenCall = function(val) { 645 $rootScope.tokenCall = function(val) {
645 console.log('val-------->', val); 646 console.log('val-------->', val);
646 if (val == undefined) { 647 if (val == undefined) {
647 $('#invalidToken').css('display', 'block'); 648 $('#invalidToken').css('display', 'block');
648 } else { 649 } else {
649 val = val.toUpperCase(); 650 val = val.toUpperCase();
650 if((val == "IITH99" && $scope.data.city != "Hyderabad") || (val == "IITM99" && $scope.data.city != "Chennai") || (val == "IITD99" && $scope.data.city != "Delhi") || (val == "IITB99" && $scope.data.city != "Mumbai") || (val == "IITK99" && $scope.data.city != "Kanpur") || (val == "IIMC99" && $scope.data.city != "Kolkata") || (val == "IIMA99" && $scope.data.city != "Ahmedabad") || (val == "JAI40" && $scope.data.city != "Jaipur")){ 651 if((val == "IITH99" && $scope.data.city != "Hyderabad") || (val == "IITM99" && $scope.data.city != "Chennai") || (val == "IITD99" && $scope.data.city != "Delhi") || (val == "IITB99" && $scope.data.city != "Mumbai") || (val == "IITK99" && $scope.data.city != "Kanpur") || (val == "IIMC99" && $scope.data.city != "Kolkata") || (val == "IIMA99" && $scope.data.city != "Ahmedabad") || (val == "JAI40" && $scope.data.city != "Jaipur")){
651 $scope.tokencheck = false; 652 $scope.tokencheck = false;
652 return; 653 return;
653 } 654 }
654 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": "' + val + '"}}') 655 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": "' + val + '"}}')
655 .then(function(searchResult) { 656 .then(function(searchResult) {
656 console.log("searchResult",searchResult) 657 console.log("searchResult",searchResult)
657 if (searchResult.data.length == 0) { 658 if (searchResult.data.length == 0) {
658 $scope.tokencheck = false; 659 $scope.tokencheck = false;
659 $scope.discountAmount = 0; 660 $scope.discountAmount = 0;
660 } else { 661 } else {
661 console.log("===searchResult.data[0].discount===",searchResult.data[0].discount); 662 console.log("===searchResult.data[0].discount===",searchResult.data[0].discount);
662 $scope.discountpercentage = searchResult.data[0].discount; 663 $scope.discountpercentage = searchResult.data[0].discount;
663 console.log("===searchResultdiscountpercentage===",$scope.discountpercentage); 664 console.log("===searchResultdiscountpercentage===",$scope.discountpercentage);
664 $scope.tokencheck = true; 665 $scope.tokencheck = true;
665 } 666 }
666 },function(err){ 667 },function(err){
667 console.log(err) 668 console.log(err)
668 }); 669 });
669 670
670 } 671 }
671 }; 672 };
672 673
673 $scope.submit = function() { 674 $scope.submit = function() {
674 $scope.ticketAmnt = 500; 675 $scope.ticketAmnt = 500;
675 if($scope.tokencheck == false){ 676 if($scope.tokencheck == false){
676 $scope.data.referalToken = null; 677 $scope.data.referalToken = null;
677 } 678 }
678 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 679 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
679 var x = document.getElementById("snackbar") 680 var x = document.getElementById("snackbar")
680 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 681 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
681 }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 682 }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
682 $scope.infoForm = true; 683 $scope.infoForm = true;
683 $scope.detail = {}; 684 $scope.detail = {};
684 $scope.data.phone = "+91"+$scope.data.number; 685 $scope.data.phone = "+91"+$scope.data.number;
685 if($scope.data.referalToken == null){ 686 if($scope.data.referalToken == null){
686 $scope.data.referalToken = "N.A." 687 $scope.data.referalToken = "N.A."
687 } 688 }
688 $http({ 689 $http({
689 method: 'POST', 690 method: 'POST',
690 url: BASE_URL+'/applicants', 691 url: BASE_URL+'/applicants',
691 data: $scope.data, 692 data: $scope.data,
692 headers: {} 693 headers: {}
693 }).then(function mySuccess(result) { 694 }).then(function mySuccess(result) {
694 console.log("=====result=====",result) 695 console.log("=====result=====",result)
695 $scope.detail = result; 696 $scope.detail = result;
696 data.applicantId = result.data.id; 697 data.applicantId = result.data.id;
697 $scope.userId = result.data.id; 698 $scope.userId = result.data.id;
698 console.log("=====data=====",data) 699 console.log("=====data=====",data)
699 var amount = $scope.ticketAmnt * 100 700 var amount = $scope.ticketAmnt * 100
700 if($scope.tokencheck == true){ 701 if($scope.tokencheck == true){
701 var amount = $scope.ticketAmnt 702 var amount = $scope.ticketAmnt
702 console.log("====$scope.discountpercentage====",$scope.discountpercentage); 703 console.log("====$scope.discountpercentage====",$scope.discountpercentage);
703 console.log("resultcity===",$scope.data.city) 704 console.log("resultcity===",$scope.data.city)
704 if($scope.discountpercentage == "100") { 705 if($scope.discountpercentage == "100") {
705 $scope.discountpercentage = "99.8"; 706 $scope.discountpercentage = "99.8";
706 console.log("$scope.discountpercentage====",$scope.discountpercentage) 707 console.log("$scope.discountpercentage====",$scope.discountpercentage)
707 } 708 }
708 console.log("====$scope.discountpercentage====",$scope.discountpercentage); 709 console.log("====$scope.discountpercentage====",$scope.discountpercentage);
709 $scope.percDiscount = $scope.discountpercentage/100; 710 $scope.percDiscount = $scope.discountpercentage/100;
710 console.log("====$scope.percDiscount====",$scope.percDiscount); 711 console.log("====$scope.percDiscount====",$scope.percDiscount);
711 console.log("====amount=====",amount); 712 console.log("====amount=====",amount);
712 $scope.discountAmount = amount * $scope.percDiscount; 713 $scope.discountAmount = amount * $scope.percDiscount;
713 console.log("finalAmount====>",$scope.discountAmount) 714 console.log("finalAmount====>",$scope.discountAmount)
714 } 715 }
715 var taxAmount = $scope.ticketAmnt - $scope.discountAmount 716 var taxAmount = $scope.ticketAmnt - $scope.discountAmount
716 console.log("$scope.taxTotal----",taxAmount) 717 console.log("$scope.taxTotal----",taxAmount)
717 $scope.payingAmnt = taxAmount; 718 $scope.payingAmnt = taxAmount;
718 console.log("====$scope.payingAmnt====",$scope.payingAmnt) 719 console.log("====$scope.payingAmnt====",$scope.payingAmnt)
719 $scope.payingAmnt = $scope.payingAmnt.toFixed() 720 $scope.payingAmnt = $scope.payingAmnt.toFixed()
720 data.amount = $scope.payingAmnt; 721 data.amount = $scope.payingAmnt;
721 console.log("data.amount==",data.amount) 722 console.log("data.amount==",data.amount)
722 if($scope.detail != null){ 723 if($scope.detail != null){
723 $http({ 724 $http({
724 method: 'POST', 725 method: 'POST',
725 url: BASE_URL+'/payments', 726 url: BASE_URL+'/payments',
726 data: data, 727 data: data,
727 headers: {} 728 headers: {}
728 }).then(function mySuccess(paymentResult) { 729 }).then(function mySuccess(paymentResult) {
729 $scope.paymentResult = paymentResult; 730 $scope.paymentResult = paymentResult;
730 }, function myError(error) { 731 }, function myError(error) {
731 }); 732 });
732 } 733 }
733 var i = 0; 734 var i = 0;
734 $scope.payingAmnt = $scope.payingAmnt * 100; 735 $scope.payingAmnt = $scope.payingAmnt * 100;
735 var options = { 736 var options = {
736 //"key": "rzp_test_YwHsVFiDIQ2WUQ", 737 //"key": "rzp_test_YwHsVFiDIQ2WUQ",
737 "key": "rzp_live_mkmCb4FkstuWaS", 738 "key": "rzp_live_mkmCb4FkstuWaS",
738 "amount": $scope.payingAmnt, 739 "amount": $scope.payingAmnt,
739 740
740 "name": "Startup Jalsa", 741 "name": "Startup Jalsa",
741 "description":"amount", 742 "description":"amount",
742 "currency": "INR", 743 "currency": "INR",
743 "status": "done", 744 "status": "done",
744 745
745 "prefill": { 746 "prefill": {
746 "email": $scope.detail.email, 747 "email": $scope.detail.email,
747 "contact": $scope.detail.phone 748 "contact": $scope.detail.phone
748 }, 749 },
749 750
750 "theme": { 751 "theme": {
751 "color": "#2196f3 ", 752 "color": "#2196f3 ",
752 "image_padding":"NO" 753 "image_padding":"NO"
753 }, 754 },
754 "modal": { 755 "modal": {
755 "ondismiss": function(){ 756 "ondismiss": function(){
756 } 757 }
757 }, 758 },
758 "handler": function (response){ 759 "handler": function (response){
759 createPayment(response); 760 createPayment(response);
760 } 761 }
761 }; 762 };
762 var rzp1 = new Razorpay(options); 763 var rzp1 = new Razorpay(options);
763 rzp1.open(); 764 rzp1.open();
764 $scope.paymentResponse = {}; 765 $scope.paymentResponse = {};
765 function createPayment(response){ 766 function createPayment(response){
766 console.log("response12333333",response) 767 console.log("response12333333",response)
767 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 768 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
768 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; 769 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
769 $scope.paymentResponse.amount = data.amount; 770 $scope.paymentResponse.amount = data.amount;
770 $scope.paymentResponse.currency = "INR"; 771 $scope.paymentResponse.currency = "INR";
771 $scope.paymentResponse.status = $scope.paymentResult.data.status; 772 $scope.paymentResponse.status = $scope.paymentResult.data.status;
772 console.log("$scope.paymentResponse.amount=====",$scope.paymentResponse.amount) 773 console.log("$scope.paymentResponse.amount=====",$scope.paymentResponse.amount)
773 $http({ 774 $http({
774 method: 'PUT', 775 method: 'PUT',
775 url: BASE_URL+'/payments/'+$scope.paymentResult.data.id, 776 url: BASE_URL+'/payments/'+$scope.paymentResult.data.id,
776 data: $scope.paymentResponse, 777 data: $scope.paymentResponse,
777 headers: {} 778 headers: {}
778 }).then(function mySuccess(searchResult) { 779 }).then(function mySuccess(searchResult) {
779 console.log("searchResult",searchResult) 780 console.log("searchResult",searchResult)
780 $location.path("/confirmation") 781 $location.path("/confirmation")
781 }, function myError(error) { 782 }, function myError(error) {
782 }); 783 });
783 } 784 }
784 //} 785 //}
785 786
786 }, function myError(error) { 787 }, function myError(error) {
787 788
788 }); 789 });
789 790
790 } 791 }
791 792
792 } 793 }
793 794
794 }); 795 });
795 796
796 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) { 797 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) {
797 $scope.data = {}; 798 $scope.data = {};
798 $scope.check = false; 799 $scope.check = false;
799 $scope.numberCheck = false; 800 $scope.numberCheck = false;
800 801
801 $scope.submit = function() { 802 $scope.submit = function() {
802 console.log($scope.data.name) 803 console.log($scope.data.name)
803 var randomNumber = ""+Math.random(); 804 var randomNumber = ""+Math.random();
804 var nameSpliced = $scope.data.name.slice(0,5); 805 var nameSpliced = $scope.data.name.slice(0,5);
805 var numberSpliced = randomNumber.slice(2,4);; 806 var numberSpliced = randomNumber.slice(2,4);;
806 $scope.data.referalToken = nameSpliced+numberSpliced; 807 $scope.data.referalToken = nameSpliced+numberSpliced;
807 $scope.data.referalToken = $scope.data.referalToken.toUpperCase(); 808 $scope.data.referalToken = $scope.data.referalToken.toUpperCase();
808 console.log("dsdfs",numberSpliced); 809 console.log("dsdfs",numberSpliced);
809 $http({ 810 $http({
810 method: 'POST', 811 method: 'POST',
811 url: BASE_URL + '/ambassadors', 812 url: BASE_URL + '/ambassadors',
812 data: $scope.data, 813 data: $scope.data,
813 headers: {} 814 headers: {}
814 }).then(function mySuccess(result) { 815 }).then(function mySuccess(result) {
815 console.log("result", result) 816 console.log("result", result)
816 $scope.detail = result; 817 $scope.detail = result;
817 $('#myModal').modal('show'); 818 $('#myModal').modal('show');
818 $scope.data.name = ''; 819 $scope.data.name = '';
819 $scope.data.email = ''; 820 $scope.data.email = '';
820 $scope.data.mobile = ''; 821 $scope.data.mobile = '';
821 //$scope.data.discount = ''; 822 //$scope.data.discount = '';
822 823
823 }, function myError(error) { 824 }, function myError(error) {
824 console.log(error) 825 console.log(error)
825 console.log(error.data.error.message) 826 console.log(error.data.error.message)
826 }); 827 });
827 } 828 }
828 }); 829 });
829 830
830 831
831 832
832 833
833 834