-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
528 lines (513 loc) · 50.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html>
<head>
<title>IIC TMSL</title>
<link rel="apple-touch-icon" sizes="57x57" href="./favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./stylesheets/home.css">
<link rel="stylesheet" type="text/css" href="./stylesheets/nav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" />
<link rel="stylesheet" href="./animate.css">
<link rel="stylesheet" href="fontawesome-free-5.11.2-web/css/all.css" />
</head>
<body id="particles-js">
<div class="load">
<div class="loader">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
</div>
</div>
<!--NavbarSetUp-->
<nav>
<div class="links">
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="http://iictmsl.in/envisage/" target="_blank">ENVISAGE</a></li>
<li><a href="hultprize.html">HULT PRIZE</a></li>
<li><a href="activity.html">ACTIVITY</a></li>
<li><a href="startup.html">OUR STARTUP</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="faculty.html">FACULTY</a></li>
<li><a href="alumni.html">ALUMNI</a></li>
<li><a href="contact.html">CONTACT</a></li>
<div class="marker"></div>
</ul>
</div>
</nav>
<!--FixedBar For Top of the Page-->
<div class="fixedbar">
<div>
<a href="#">
<img src="./image/IIC.png">
</a>
</div>
<div>
<i class="far fa-moon" id="day-night"></i>
<div class="handburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!--Scroll Top Option-->
<div class="scrollTop" onclick="scrollToTop()">
<i class="fas fa-arrow-up"></i>
</div>
<!--Big Wrapper for Translate-->
<div id="main">
<!--Top Header-->
<div class="logo">
<div class="box1">
<img src="./image/IIC2.png">
<h1 id="ban"><span id="typed"></span></h1>
</div>
<svg width="1037" height="759" viewBox="0 0 1037 759" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="undraw_team_work_k80m_about 1" clip-path="url(#clip0)">
<path id="Vector"
d="M578.606 746C784.608 746 951.606 579.002 951.606 373C951.606 166.998 784.608 0 578.606 0C372.604 0 205.606 166.998 205.606 373C205.606 579.002 372.604 746 578.606 746Z"
fill="url(#paint0_linear)" />
<g id="leafG">
<path id="leafB"
d="M285.964 72.4836L288.615 127.76C299.606 142.419 311.463 159.194 323.165 177.476L324.836 93.1463L325.758 93.7355C312.222 84.0658 298.461 76.6675 285.042 71.9712L285.964 72.4836Z"
fill="#6C63FF" />
<path id="leafB_2"
d="M286.683 125.192L284.115 71.6472C269.043 66.5072 254.42 64.802 241.053 67.1859C240.357 67.3099 239.674 67.4527 238.992 67.5975C242.388 71.2412 262.181 92.7607 286.683 125.192Z"
fill="#6C63FF" />
<path id="leafB_3"
d="M408.376 191.139L409.265 191.988C405.613 185.118 401.741 178.438 397.65 171.949L372.725 270.022L372.303 269.65C374.105 273.952 375.819 278.225 377.444 282.469L408.376 191.139Z"
fill="#6C63FF" />
<path id="leafB_4"
d="M370.406 135.383L371.324 136.118C358.146 120.504 343.166 106.506 326.695 94.417L324.992 180.354C335.882 197.539 345.632 214.466 354.242 231.136L370.406 135.383Z"
fill="#6C63FF" />
<path id="leafB_5"
d="M189.602 162.213C191.002 176.698 193.862 191.004 198.139 204.913L346.771 220.244C339.011 205.936 331.001 192.512 323.226 180.277L189.98 163.381L189.602 162.213Z"
fill="#6C63FF" />
<path id="leafB_6"
d="M203.546 220.954L203.146 219.788L353.575 233.159C351.758 229.604 349.92 226.096 348.062 222.636L198.882 207.249L198.49 206.081C199.993 210.984 201.679 215.941 203.546 220.954Z"
fill="#6C63FF" />
<path id="leafB_7"
d="M395.956 169.905L396.86 170.702C389.402 158.972 381.161 147.759 372.193 137.139L355.81 234.187C361.488 245.335 366.631 256.326 371.239 267.16L395.956 169.905Z"
fill="#6C63FF" />
<path id="leafB_8"
d="M392.775 332.019C398.753 357.889 401.018 382.35 399.523 405.132C407.935 387.208 439.926 312.954 427.968 243.752L392.775 332.019Z"
fill="#6C63FF" />
<path id="leafB_9"
d="M231.142 273.257C239.101 283.979 247.771 294.155 257.091 303.717L256.728 302.421L390.539 329.949C387.058 315.503 382.713 301.279 377.529 287.353L231.142 273.257Z"
fill="#6C63FF" />
<path id="leafB_10"
d="M285.528 126.095C259.009 91.0132 238.085 68.8401 237.784 68.5227L238.129 67.7836C218.006 72.3522 203.797 86.0436 195.98 105.861L285.528 126.095Z"
fill="#6C63FF" />
<path id="leafB_11"
d="M378.683 285.761C379.177 287.081 379.679 288.403 380.156 289.717C384.752 302.307 388.659 315.137 391.859 328.152L426.719 240.722L427.57 241.576C425.363 229.411 421.624 217.573 416.441 206.348C414.385 201.946 412.232 197.611 409.983 193.342L378.683 285.761Z"
fill="#6C63FF" />
<path id="leafB_12"
d="M321.668 177.839C310.086 159.772 298.364 143.199 287.499 128.713L195.896 108.014L195.585 106.858C189.867 121.917 187.776 140.418 189.508 161.081L321.668 177.839Z"
fill="#6C63FF" />
<path id="leafB_13"
d="M391.081 332.246L258.249 304.919C314.121 362.274 392.289 406.26 397.278 409.041C399.606 383.771 396.966 357.815 391.081 332.246Z"
fill="#6C63FF" />
<path id="leafB_14"
d="M376.588 284.999L376.617 284.911C370.231 268.073 362.942 251.591 354.782 235.537L203.983 222.132C206.543 228.912 209.437 235.764 212.664 242.689C217.363 252.555 222.954 261.972 229.364 270.822L376.588 284.999Z"
fill="#6C63FF" />
<path id="leafB_15"
d="M568.411 258.67L535.197 302.935C534.312 321.235 532.745 341.718 530.097 363.262L585.171 299.378L585.505 300.42C581.247 284.339 575.368 269.864 568.028 257.688L568.411 258.67Z"
fill="#6C63FF" />
<path id="leafB_16"
d="M535.346 299.724L567.52 256.847C559.191 243.275 549.015 232.635 537.2 225.945C536.585 225.597 535.968 225.271 535.35 224.948C535.642 229.92 537.16 259.118 535.346 299.724Z"
fill="#6C63FF" />
<path id="leafB_17"
d="M587.011 428.134L587.155 429.355C588.724 421.734 590.002 414.12 590.989 406.513L509.241 466.15L509.153 465.595C507.797 470.058 506.391 474.442 504.936 478.747L587.011 428.134Z"
fill="#6C63FF" />
<path id="leafB_18"
d="M593.329 360.973L593.568 362.125C593.377 341.694 590.767 321.359 585.793 301.543L529.669 366.644C527.095 386.826 523.808 406.081 519.807 424.411L593.329 360.973Z"
fill="#6C63FF" />
<path id="leafB_19"
d="M436.963 266.318C428.803 278.367 421.881 291.21 416.303 304.651L521 411.258C524.15 395.288 526.543 379.841 528.357 365.458L436.509 267.459L436.963 266.318Z"
fill="#6C63FF" />
<path id="leafB_20"
d="M410.237 320.454L410.673 319.3L518.003 425.544C518.871 421.647 519.693 417.774 520.469 413.924L415.386 306.923L415.829 305.774C413.86 310.509 411.996 315.402 410.237 320.454Z"
fill="#6C63FF" />
<path id="leafB_21"
d="M590.989 403.858L591.177 405.049C592.914 391.258 593.719 377.365 593.586 363.466L519.069 427.762C516.332 439.969 513.283 451.715 509.921 462.998L590.989 403.858Z"
fill="#6C63FF" />
<path id="leafB_22"
d="M485.14 526.687C473.244 550.426 459.387 570.71 443.705 587.302C461.616 578.863 533.615 542.078 568.543 481.152L485.14 526.687Z"
fill="#6C63FF" />
<path id="leafB_23"
d="M398.131 378.338C397.423 391.672 397.61 405.039 398.689 418.349L399.236 417.119L484.738 523.668C491.271 510.321 496.997 496.595 501.886 482.563L398.131 378.338Z"
fill="#6C63FF" />
<path id="leafB_24"
d="M533.881 299.683C535.832 255.75 533.859 225.327 533.83 224.89L534.567 224.541C516.154 215.225 496.478 216.707 477.817 226.984L533.881 299.683Z"
fill="#6C63FF" />
<path id="leafB_25"
d="M503.79 482.072C503.329 483.404 502.873 484.743 502.402 486.059C497.912 498.687 492.737 511.06 486.901 523.125L569.513 478.022L569.625 479.223C575.684 468.445 580.354 456.943 583.522 444.991C584.746 440.29 585.853 435.578 586.844 430.856L503.79 482.072Z"
fill="#6C63FF" />
<path id="leafB_26"
d="M528.713 362.587C531.316 341.285 532.858 321.044 533.729 302.956L476.38 228.589L476.878 227.5C462.868 235.452 449.458 248.367 437.613 265.386L528.713 362.587Z"
fill="#6C63FF" />
<path id="leafB_27"
d="M483.691 525.782L398.815 420.013C405.265 499.823 437.414 583.558 439.483 588.881C457.393 570.903 471.915 549.228 483.691 525.782Z"
fill="#6C63FF" />
<path id="leafB_28"
d="M502.663 480.149L502.742 480.1C508.562 463.058 513.461 445.715 517.416 428.146L409.822 321.64C407.47 328.495 405.328 335.618 403.396 343.009C400.723 353.605 399.023 364.423 398.315 375.328L502.663 480.149Z"
fill="#6C63FF" />
<path id="leafB_29"
d="M237.239 317.768L256.846 369.518C271.83 380.062 288.291 392.351 305.071 406.12L280.594 325.404L281.653 325.679C265.791 320.667 250.418 317.884 236.204 317.566L237.239 317.768Z"
fill="#6C63FF" />
<path id="leafB_30"
d="M254.215 367.673L235.222 317.544C219.3 317.314 204.865 320.213 192.89 326.612C192.267 326.944 191.661 327.292 191.057 327.64C195.413 330.056 220.888 344.403 254.215 367.673Z"
fill="#6C63FF" />
<path id="leafB_31"
d="M390.332 392.775L391.441 393.308C385.844 387.903 380.097 382.748 374.2 377.841L380.81 478.815L380.294 478.592C383.338 482.127 386.288 485.661 389.146 489.194L390.332 392.775Z"
fill="#6C63FF" />
<path id="leafB_32"
d="M336.988 351.486L338.088 351.901C320.73 341.126 302.156 332.444 282.756 326.037L307.698 408.292C323.367 421.27 337.871 434.355 351.212 447.547L336.988 351.486Z"
fill="#6C63FF" />
<path id="leafB_33"
d="M173.331 432.888C179.14 446.231 186.282 458.953 194.648 470.859L340.74 439.498C328.938 428.288 317.171 417.997 305.995 408.765L174.052 433.883L173.331 432.888Z"
fill="#6C63FF" />
<path id="leafB_34"
d="M204.749 484.443L204.008 483.457L351.203 449.677C348.377 446.858 345.545 444.09 342.708 441.373L196.077 472.851L195.343 471.861C198.288 476.059 201.424 480.253 204.749 484.443Z"
fill="#6C63FF" />
<path id="leafB_35"
d="M371.957 376.42L373.064 376.899C362.345 368.049 351.042 359.932 339.23 352.604L353.647 449.963C362.493 458.81 370.781 467.673 378.512 476.553L371.957 376.42Z"
fill="#6C63FF" />
<path id="leafB_36"
d="M419.041 531.579C432.723 554.335 442.438 576.898 448.058 599.026C450.518 579.38 457.991 498.874 425.228 436.757L419.041 531.579Z"
fill="#6C63FF" />
<path id="leafB_37"
d="M247.16 525.655C258.044 533.391 269.434 540.39 281.254 546.603L280.508 545.482L416.275 530.302C408.499 517.639 399.971 505.455 390.736 493.813L247.16 525.655Z"
fill="#6C63FF" />
<path id="leafB_38"
d="M253.395 368.889C217.332 343.722 190.579 329.102 190.195 328.893L190.294 328.084C172.568 338.649 163.288 356.061 161.978 377.325L253.395 368.889Z"
fill="#6C63FF" />
<path id="leafB_39"
d="M391.341 491.942C392.219 493.045 393.105 494.147 393.965 495.249C402.227 505.802 409.908 516.797 416.975 528.184L423.103 434.261L424.177 434.81C418.318 423.923 411.102 413.821 402.704 404.747C399.388 401.196 396 397.739 392.542 394.374L391.341 491.942Z"
fill="#6C63FF" />
<path id="leafB_40"
d="M303.76 406.928C287.161 393.326 270.89 381.188 256.079 370.769L162.564 379.398L161.911 378.395C161.128 394.484 164.858 412.725 172.892 431.841L303.76 406.928Z"
fill="#6C63FF" />
<path id="leafB_41"
d="M417.5 532.319L282.727 547.388C353.59 584.664 441.527 602.335 447.131 603.437C441.534 578.685 431 554.816 417.5 532.319Z"
fill="#6C63FF" />
<path id="leafB_42"
d="M389.113 491.865L389.114 491.772C377.835 477.733 365.809 464.311 353.086 451.565L205.529 485.429C210.059 491.085 214.929 496.707 220.138 502.296C227.658 510.226 235.884 517.453 244.717 523.888L389.113 491.865Z"
fill="#6C63FF" />
</g>
<path id="Vector_2"
d="M1036.61 634.001C1036.61 678.736 806.482 758.001 522.608 758.001C238.734 758.001 8.60797 678.736 8.60797 634.001C8.60797 589.266 238.734 596.001 522.608 596.001C806.482 596.001 1036.61 589.266 1036.61 634.001Z"
fill="#3F3D56" />
<path id="Vector_3" opacity="0.1"
d="M1036.61 634.001C1036.61 678.736 806.482 758.001 522.608 758.001C238.734 758.001 8.60797 678.736 8.60797 634.001C8.60797 589.266 238.734 596.001 522.608 596.001C806.482 596.001 1036.61 589.266 1036.61 634.001Z"
fill="black" />
<path id="Vector_4" opacity="0.1"
d="M1036.61 634.001C1036.61 678.736 806.482 758.001 522.608 758.001C238.734 758.001 8.60797 678.736 8.60797 634.001C8.60797 589.266 238.734 596.001 522.608 596.001C806.482 596.001 1036.61 589.266 1036.61 634.001Z"
fill="black" />
<path id="Vector_5"
d="M522.608 715.001C806.482 715.001 1036.61 678.736 1036.61 634.001C1036.61 589.266 806.482 553.001 522.608 553.001C238.734 553.001 8.60797 589.266 8.60797 634.001C8.60797 678.736 238.734 715.001 522.608 715.001Z"
fill="#4E488B" />
<path id="Vector_6" opacity="0.1"
d="M611.721 549.339C611.721 598.076 543.787 583.001 460.608 583.001C377.429 583.001 310.504 598.076 310.504 549.339C310.504 500.601 378.429 490.001 461.608 490.001C544.787 490.001 611.721 500.601 611.721 549.339Z"
fill="black" />
<path id="Vector_7"
d="M611.721 537.339C611.721 586.076 543.787 571.001 460.608 571.001C377.429 571.001 310.504 586.076 310.504 537.339C310.504 488.601 378.429 478.001 461.608 478.001C544.787 478.001 611.721 488.601 611.721 537.339Z"
fill="#3F3D56" />
<path id="Vector_8"
d="M344.138 403.233C345.968 401.931 347.987 400.918 350.125 400.231C363.679 395.187 377.882 392.096 392.307 391.048C404.849 390.159 418.443 391.215 428.24 399.098C429.764 400.216 431.011 401.669 431.885 403.345C433.117 406.004 432.744 409.096 432.345 412C432.255 413.126 431.971 414.229 431.505 415.258C430.187 417.768 426.941 418.647 424.122 418.346C421.303 418.045 418.658 416.853 415.877 416.3C414.156 416 412.416 415.822 410.67 415.769L393.23 414.825C382.386 414.238 371.398 413.661 360.76 415.849C357.486 416.438 354.321 417.528 351.379 419.082C348.949 420.446 347.313 422.404 345.059 419.884C341.098 415.457 338.906 407.322 344.138 403.233Z"
fill="#2F2E41" />
<path id="Vector_9"
d="M371.163 410.945C371.163 410.945 394.62 400.43 403.517 412.563C412.415 424.696 398.664 419.843 398.664 419.843L383.296 424.696L366.309 421.46L371.163 410.945Z"
fill="#F2F2F2" />
<path id="Vector_10"
d="M372.376 403.261C372.376 403.261 375.611 418.629 373.185 422.674C370.758 426.718 386.935 432.38 386.935 432.38L402.304 425.909C402.304 425.909 398.26 400.834 402.304 395.981L372.376 403.261Z"
fill="#FFB9B9" />
<path id="Vector_11" opacity="0.1"
d="M372.376 403.261C372.376 403.261 375.611 418.629 373.185 422.674C370.758 426.718 386.935 432.38 386.935 432.38L402.304 425.909C402.304 425.909 398.26 400.834 402.304 395.981L372.376 403.261Z"
fill="black" />
<path id="Vector_12"
d="M357.219 588.056C359.394 592.565 361.182 597.251 362.564 602.063C362.587 602.222 362.643 602.375 362.729 602.51C362.814 602.646 362.928 602.762 363.061 602.851C363.195 602.94 363.346 603 363.504 603.026C363.663 603.053 363.825 603.045 363.98 603.005L378.367 602.989C380.143 602.987 382.525 602.417 382.507 600.641C382.494 599.394 381.219 598.616 380.27 597.806C377.636 595.559 376.95 591.853 375.859 588.568C373.739 582.238 369.653 576.75 364.197 572.904C363.459 572.326 362.611 571.907 361.704 571.672C360.792 571.539 359.863 571.59 358.971 571.82C356.445 572.329 347.013 574.073 348.795 577.746C349.562 579.328 352.405 580.975 353.597 582.452C354.986 584.196 356.2 586.073 357.219 588.056Z"
fill="#575A89" />
<path id="Vector_13"
d="M407.25 571.369C406.743 572.435 406.178 573.473 405.559 574.478C403.474 577.916 401.015 581.123 399.073 584.643C397.765 586.794 396.957 589.212 396.71 591.717C396.599 592.97 396.791 594.231 397.268 595.394C397.746 596.557 398.496 597.589 399.456 598.402C401.544 599.987 404.408 600.06 407.003 599.691C409.599 599.322 412.18 598.578 414.794 598.774C413.913 593.786 418.12 589.396 419.172 584.441C419.467 583.049 419.511 581.606 419.907 580.239C420.333 578.99 420.879 577.784 421.536 576.639C423.63 572.559 425.111 568.192 425.929 563.68C426.028 563.133 413.14 563.043 411.931 563.304C408.158 564.12 408.71 568.24 407.25 571.369Z"
fill="#575A89" />
<path id="Vector_14"
d="M307.913 493.003C304.234 498.761 305.081 506.391 307.666 512.717C310.25 519.042 314.363 524.634 317.177 530.86C318.972 534.829 320.231 539.038 322.251 542.897C324.754 547.675 328.407 551.888 330.087 557.014C331.157 560.281 331.403 563.863 333.136 566.832C334.185 568.419 335.381 569.903 336.709 571.264C340.444 575.543 343.248 580.551 344.943 585.972C346.528 581.251 351.273 578.156 356.147 577.135C361.021 576.114 366.071 576.807 371.002 577.504C368.252 573.243 365.474 568.927 363.835 564.128C362.249 559.486 361.781 554.548 360.713 549.761C358.523 539.943 353.843 530.888 349.211 521.96L373.021 520.071C376.908 519.681 380.815 519.536 384.719 519.637C390.865 519.927 396.886 521.433 402.999 522.13C409.112 522.826 415.579 522.644 421.027 519.784C410.609 534.731 405.184 552.588 405.527 570.804C407.855 569 410.557 567.739 413.435 567.115C416.314 566.49 419.295 566.517 422.162 567.193C425.029 567.87 427.708 569.179 430.003 571.025C432.299 572.87 434.152 575.206 435.428 577.86C444.759 565.109 443.65 547.358 451.044 533.394C452.564 530.522 454.428 527.848 456.069 525.043C459.169 519.412 461.824 513.546 464.008 507.499C466.076 502.209 468.159 496.323 466.176 491.001C465.352 488.981 464.153 487.137 462.641 485.565C458.375 480.862 452.437 477.382 446.089 477.237C436.343 477.015 428.293 484.239 419.744 488.923C409.539 494.347 397.996 496.741 386.475 495.822C374.733 494.991 363.518 491.147 352.331 487.762C346.734 485.99 341.046 484.522 335.291 483.366C330.493 482.466 325.924 483.463 321.196 484.69C316.049 486.026 310.875 488.367 307.913 493.003Z"
fill="#2F2E41" />
<path id="Vector_15"
d="M409.584 387.893C409.578 394.327 407.02 400.496 402.47 405.045C397.921 409.595 391.752 412.153 385.318 412.158C383.872 412.161 382.429 412.031 381.006 411.77C376.465 410.95 372.252 408.852 368.861 405.722C365.47 402.592 363.042 398.56 361.861 394.099C360.681 389.638 360.797 384.932 362.196 380.535C363.595 376.137 366.219 372.23 369.76 369.271C373.302 366.312 377.613 364.424 382.189 363.829C386.766 363.234 391.417 363.956 395.597 365.911C399.777 367.866 403.313 370.972 405.791 374.865C408.268 378.759 409.584 383.278 409.584 387.893Z"
fill="#FFB9B9" />
<path id="Vector_16"
d="M371.163 410.945C371.163 410.945 375.611 412.967 377.229 414.585C378.847 416.203 383.7 425.1 391.789 419.438C399.877 413.776 400.686 410.541 403.113 410.541C405.539 410.541 408.775 415.394 408.775 415.394L431.019 482.125C425.023 488.892 418.075 494.75 410.393 499.516C397.451 507.604 382.082 511.649 374.803 508.413C367.523 505.178 353.772 502.751 351.345 496.28C348.919 489.809 344.875 470.397 344.875 470.397L356.199 421.056L371.163 410.945Z"
fill="#56C2F0" />
<path id="Vector_17"
d="M368.039 478.435C369.803 474.626 370.059 470.315 370.209 466.12C370.446 461.965 370.336 457.798 369.879 453.661C369.162 448.251 367.401 443.038 366.288 437.695C365.312 433.008 364.838 428.232 364.873 423.445C364.89 421.261 365.048 418.961 366.238 417.13C367.068 415.852 368.367 414.863 368.886 413.43C369.903 410.621 367.389 407.679 364.635 406.522C361.28 405.264 357.609 405.117 354.164 406.102C350.746 407.089 347.445 408.44 344.315 410.131C341.948 411.14 339.772 412.547 337.88 414.291C335.369 416.889 334.265 420.508 333.373 424.009C332.66 426.812 332.026 429.734 332.568 432.575C333.45 437.187 337.21 440.656 339.215 444.903C341.542 449.835 341.386 455.581 340.46 460.955C339.534 466.329 337.89 471.584 337.384 477.013C336.877 482.443 337.655 488.279 341.057 492.542C342.443 494.278 346.203 498.395 348.741 497.929C350.735 497.563 353.625 493.174 355.231 491.783C359.87 487.764 365.375 484.19 368.039 478.435Z"
fill="#2F2E41" />
<path id="Vector_18"
d="M410.418 408.307C410.489 412.819 408.5 417.107 406.162 420.965C403.823 424.823 401.076 428.473 399.353 432.642C397.211 437.862 396.774 443.625 398.103 449.108C398.598 450.976 399.193 452.815 399.888 454.618L404.32 466.774C404.916 468.685 405.781 470.502 406.89 472.169C407.892 473.447 409.067 474.577 410.382 475.529C413.749 478.248 417.622 480.269 421.778 481.474C425.962 482.671 430.428 482.416 434.45 480.751C434.877 464.272 437.524 447.925 442.321 432.154C443.207 429.242 444.175 426.177 443.492 423.211C442.726 419.889 440.058 417.395 437.521 415.118C429.765 408.152 421.235 400.835 410.852 399.896C404.843 399.353 410.367 405.046 410.418 408.307Z"
fill="#2F2E41" />
<path id="Vector_19"
d="M357.337 502.349C357.952 503.554 358.335 504.865 358.943 506.073C359.841 507.692 360.951 509.185 362.244 510.511C367.652 516.508 374.263 522.482 382.33 522.843C383.132 522.918 383.94 522.817 384.698 522.545C385.38 522.196 385.966 521.685 386.405 521.057C386.844 520.43 387.123 519.704 387.217 518.943C387.789 515.811 386.406 512.685 385.022 509.817C382.021 503.603 378.645 497.23 373.027 493.222C370.222 491.299 367.017 490.038 363.654 489.532C360.291 489.026 356.857 489.289 353.61 490.301C350.684 491.202 345.831 492.776 349.706 495.446C352.645 497.472 355.633 499.014 357.337 502.349Z"
fill="#FFB9B9" />
<path id="Vector_20"
d="M392.21 423.225C391.368 420.951 390.077 418.87 388.414 417.105C386.737 415.687 384.751 414.681 382.615 414.167C379.849 413.376 376.987 412.966 374.109 412.948C370.684 412.926 366.712 413.845 365.257 416.947C364.102 419.41 364.997 422.326 366.16 424.785C366.657 426.059 367.485 427.177 368.558 428.025C370.036 429.023 371.946 428.991 373.697 429.325C376.413 430.015 378.984 431.18 381.293 432.767L387.293 436.394L397.599 442.623C397.327 442.459 397.424 435.392 397.107 434.234C396.087 430.503 393.792 426.758 392.21 423.225Z"
fill="#FFB9B9" />
<path id="Vector_21"
d="M362.189 600.232C359.778 603.509 360.261 608.193 358.125 611.656C356.274 614.658 352.784 616.231 350.468 618.891C349.729 619.775 349.07 620.723 348.5 621.723C346.351 625.322 344.605 629.934 346.721 633.552C348.423 636.462 352.001 637.6 355.282 638.375C359.429 639.355 363.738 640.139 367.933 639.39C372.129 638.641 376.229 636.073 377.724 632.082C378.018 631.079 378.368 630.093 378.771 629.128C381.045 624.652 388.177 624.603 390.504 620.154C392.133 617.041 390.636 613.277 389.139 610.098L384.569 600.389C383.052 597.167 376.904 599.02 373.699 598.247C369.518 597.24 365.197 596.131 362.189 600.232Z"
fill="#2F2E41" />
<path id="Vector_22"
d="M397.54 591.891C395.668 593.364 394.238 595.324 393.405 597.556C391.143 602.774 390.366 608.495 389.612 614.132C389.182 616.374 389.138 618.673 389.481 620.931C390.456 625.534 394.627 628.925 399.118 630.332C403.608 631.74 408.424 631.523 413.125 631.293C414.641 631.331 416.146 631.026 417.527 630.398C419.89 629.096 420.812 626.034 420.407 623.367C420.002 620.701 418.545 618.328 417.119 616.038C415.693 613.749 414.235 611.377 413.826 608.711C413.139 604.226 415.078 597.642 412.323 593.584C409.561 589.518 401.225 589.308 397.54 591.891Z"
fill="#1D1C28" />
<path id="Vector_23"
d="M408.973 375.246C408.542 373.795 407.591 372.554 406.302 371.759C406.368 370.205 406.178 368.65 405.738 367.158C404.268 362.813 400.787 363.062 397.502 361.142C396.077 360.308 396.165 359.572 395.423 358.203C394.451 356.409 392.995 354.923 391.221 353.915C389.114 352.572 386.889 351.19 384.396 351.02C379.157 350.663 375.14 355.59 370.133 357.172C367.926 357.869 365.554 357.898 363.336 358.556C361.117 359.215 358.903 360.789 358.573 363.08C358.42 364.137 358.689 365.222 358.535 366.28C358.227 368.381 356.383 369.853 355.149 371.581C352.42 375.403 352.732 380.803 354.914 384.962C355.374 385.822 355.9 386.645 356.488 387.424C356.67 389.39 357.235 391.301 358.15 393.05C360.332 397.209 364.088 400.316 368.011 402.898C367.69 401.519 367.495 400.113 367.429 398.699C367.374 398.227 367.435 397.75 367.608 397.307C368.045 396.394 369.199 396.151 370.08 395.651C371.903 394.615 372.618 392.322 372.671 390.226C372.723 388.129 372.279 386.03 372.499 383.944C372.507 383.465 372.616 382.992 372.819 382.557C373.021 382.122 373.312 381.735 373.674 381.419C374.347 381.035 375.115 380.852 375.889 380.891C379.624 380.739 383.528 380.67 386.823 378.904C387.885 378.198 389.027 377.62 390.226 377.182C393.026 376.452 395.888 378.414 397.502 380.817C399.115 383.219 399.92 386.077 401.409 388.559C402.898 391.04 405.47 393.253 408.349 392.959C408.511 392.959 408.672 392.925 408.82 392.86C408.968 392.794 409.101 392.697 409.209 392.577C409.333 392.354 409.388 392.099 409.367 391.844L409.528 380.84C409.662 378.957 409.474 377.066 408.973 375.246Z"
fill="#2F2E41" />
<path id="Vector_24"
d="M332.179 432.809C329.864 436.225 327.194 439.509 325.922 443.435C325.174 445.742 324.941 448.18 324.4 450.545C322.596 458.419 317.385 465.413 316.861 473.474C316.678 475.265 316.941 477.074 317.627 478.739C319.122 481.991 322.699 483.704 326.112 484.782C329.524 485.86 333.189 486.637 335.913 488.958C337.284 490.273 338.528 491.714 339.627 493.264C344.071 498.791 350.049 502.881 356.811 505.021C356.277 501.341 356.026 496.904 358.968 494.629C360.561 493.398 362.689 493.179 364.695 493.005L374.172 492.186C367.852 486.057 360.886 480.63 353.397 476.002C350.776 474.383 347.924 472.675 346.727 469.837C346.109 468.008 345.852 466.076 345.972 464.149C345.906 457.101 345.31 450.067 344.186 443.109C343.406 438.277 342.373 433.488 341.191 428.739C340.86 427.405 338.899 421.425 336.486 422.824C335.918 423.154 335.386 426.948 335.054 427.735C334.264 429.516 333.301 431.216 332.179 432.809Z"
fill="#2F2E41" />
<path id="Vector_25"
d="M441.336 419.902L445.206 427.951C447.07 431.261 447.919 435.046 447.646 438.835L447.876 462.98C448.054 466.206 447.787 469.441 447.082 472.594C446.84 473.633 446.386 474.611 445.747 475.465C445.09 476.201 444.317 476.824 443.458 477.309C436.133 481.886 426.635 484.487 418.896 480.652C417.124 479.707 415.438 478.607 413.86 477.365C410.776 475.081 407.646 472.752 405.339 469.685C402.924 466.475 401.54 462.632 399.915 458.959C397 452.369 393.232 446.19 388.71 440.579C387.96 439.838 387.473 438.872 387.322 437.829C387.274 435.712 389.785 434.67 391.743 433.865C395.088 432.49 398.242 429.835 398.801 426.262C405.914 435.589 413.763 445.444 424.986 448.853C425.162 448.965 425.365 449.028 425.574 449.034C425.783 449.041 425.99 448.99 426.172 448.889C426.355 448.787 426.506 448.639 426.611 448.458C426.716 448.277 426.77 448.072 426.768 447.863C427.405 445.197 427.63 442.452 428.096 439.751C428.951 434.833 430.597 430.086 432.97 425.695C434.299 423.233 438.604 414.22 441.336 419.902Z"
fill="#2F2E41" />
<path id="Vector_26" opacity="0.1"
d="M345.294 443.178C345.401 448.892 344.187 454.554 341.747 459.721C341.113 460.864 340.645 462.091 340.359 463.366C339.934 466.085 341.482 468.718 343.25 470.826C346.74 474.973 351.266 478.122 356.367 479.952"
fill="black" />
<path id="Vector_27" opacity="0.1"
d="M429.337 438.363C428.766 439.896 429.284 441.592 429.724 443.168C430.997 447.739 431.592 452.473 431.488 457.217C431.507 457.3 431.504 457.386 431.481 457.468C431.458 457.55 431.415 457.625 431.355 457.685C431.296 457.746 431.222 457.791 431.141 457.817C431.06 457.842 430.974 457.847 430.89 457.83C429.023 457.944 426.886 457.957 425.619 456.58"
fill="black" />
<path id="Vector_28" opacity="0.1"
d="M746.608 667.001C816.196 667.001 872.608 654.913 872.608 640.001C872.608 625.09 816.196 613.001 746.608 613.001C677.02 613.001 620.608 625.09 620.608 640.001C620.608 654.913 677.02 667.001 746.608 667.001Z"
fill="black" />
<path id="Vector_29" d="M809.608 399.001L800.608 408.001L809.608 417.001L818.608 399.001H809.608Z"
fill="#A0616A" />
<path id="Vector_30"
d="M811.634 320.961C814.16 321.994 815.361 324.82 816.313 327.378L827.988 358.749L830.261 364.856C831.375 367.85 832.49 370.847 833.433 373.9C834.029 375.831 834.555 377.782 835.011 379.753C835.485 381.439 835.667 383.194 835.55 384.942C835.234 386.864 834.532 388.703 833.486 390.348C829.424 397.422 823.64 403.355 816.671 407.594C816.269 405 815.223 402.549 813.628 400.464C812.034 398.378 809.942 396.726 807.544 395.658L813.581 392.338C814.859 391.739 816.007 390.897 816.964 389.861C817.549 389.052 817.965 388.133 818.187 387.16C818.409 386.187 818.432 385.18 818.256 384.197C817.894 382.237 817.292 380.329 816.464 378.516C814.439 373.46 812.681 368.302 811.199 363.062C810.322 359.962 809.516 356.776 807.779 354.064C806.202 351.603 803.919 349.636 802.487 347.088C800.304 343.206 800.36 338.427 801.324 334.078C802.138 330.407 803.502 326.875 804.651 323.301C805.553 320.493 808.93 319.854 811.634 320.961Z"
fill="#A39AD4" />
<path id="Vector_31"
d="M755.972 237.144C751.33 238.712 747.124 242.379 746.173 247.186C745.733 249.414 746.003 251.73 745.632 253.971C744.772 259.168 740.693 263.137 736.93 266.823C733.167 270.51 729.282 274.794 729.007 280.054C728.707 285.814 732.884 291.211 732.161 296.934C731.321 303.582 724.299 307.89 722.563 314.363C721.404 318.685 722.824 323.341 725.161 327.157C729.615 334.429 737.227 339.366 745.333 342.013C753.439 344.66 762.072 345.216 770.599 345.306C780.981 345.414 792.254 344.523 800.055 337.671C804.511 333.722 807.309 328.234 807.889 322.308C808.63 314.371 805.317 306.17 807.602 298.532C809.04 293.726 812.647 289.336 812.109 284.348C811.582 279.471 807.323 276.014 804.4 272.074C801.672 268.395 800.016 264.051 798.394 259.768L792.842 245.113C791.751 242.232 790.552 239.203 788.12 237.312C783.567 233.772 776.245 234.468 770.921 235.198C765.981 235.875 760.722 235.54 755.972 237.144Z"
fill="#2F2E41" />
<path id="Vector_32"
d="M760.267 285.44C760.267 285.44 760.81 301.742 759.18 303.372C757.55 305.003 765.701 315.871 765.701 315.871L780.373 315.327L787.981 309.35L781.46 300.655C781.46 300.655 778.743 286.527 780.916 283.266C783.09 280.006 760.267 285.44 760.267 285.44Z"
fill="#A0616A" />
<path id="Vector_33" opacity="0.1"
d="M760.267 285.44C760.267 285.44 760.81 301.742 759.18 303.372C757.55 305.003 765.701 315.871 765.701 315.871L780.373 315.327L787.981 309.35L781.46 300.655C781.46 300.655 778.743 286.527 780.916 283.266C783.09 280.006 760.267 285.44 760.267 285.44Z"
fill="black" />
<path id="Vector_34" d="M726.303 411.24L735.541 431.89L742.606 423.195L728.477 404.719L726.303 411.24Z"
fill="#A0616A" />
<path id="Vector_35"
d="M701.578 618.009L697.774 639.203L691.253 648.441L695.057 650.614L701.578 649.527L709.186 646.81L712.446 634.312L718.424 618.009H701.578Z"
fill="#A0616A" />
<path id="Vector_36"
d="M771.135 604.967L768.961 635.399L774.395 639.746L783.09 632.138V609.858L771.135 604.967Z"
fill="#A0616A" />
<path id="Vector_37"
d="M769.233 291.689C780.037 291.689 788.796 282.93 788.796 272.126C788.796 261.322 780.037 252.563 769.233 252.563C758.429 252.563 749.67 261.322 749.67 272.126C749.67 282.93 758.429 291.689 769.233 291.689Z"
fill="#A0616A" />
<path id="Vector_38"
d="M784.329 298.438C783.743 298.156 783.102 298.004 782.452 297.991C781.802 297.979 781.156 298.106 780.559 298.366C779.373 298.891 778.22 299.492 777.11 300.164C774.255 301.649 771.018 302.238 767.823 301.853C767.447 301.824 767.08 301.73 766.737 301.573C766.374 301.348 766.04 301.078 765.742 300.771C764.584 299.829 763.105 299.375 761.618 299.503C760.131 299.631 758.752 300.332 757.771 301.458C757.197 302.174 756.803 303.028 756.176 303.699C754.552 305.435 751.872 305.506 749.495 305.501C744.566 305.364 739.638 305.816 734.816 306.847C729.972 307.892 725.511 310.256 721.926 313.677C720.947 314.597 720.168 315.708 719.636 316.942C718.98 318.633 719.066 320.532 718.477 322.247C717.821 324.157 716.367 325.724 715.778 327.656C715.335 329.111 715.397 330.731 714.655 332.059C717.831 334.808 720.522 338.474 723.697 341.222C725.8 343.042 728.001 345.011 728.792 347.677C729.147 349.321 729.305 351.002 729.262 352.683C729.655 360.721 734.014 368.013 738.889 374.416C740.226 376.315 741.826 378.015 743.64 379.464C746.104 381.141 748.902 382.265 751.842 382.757C757.394 383.893 763.108 383.887 768.774 383.83C774.63 383.772 780.589 383.648 786.155 381.828C788.989 381.038 791.537 379.455 793.502 377.266C795.792 374.454 796.685 370.387 799.809 368.544C800.565 368.198 801.281 367.77 801.945 367.269C802.581 366.578 803.031 365.738 803.254 364.826C804.346 361.413 804.949 357.862 805.042 354.279C804.962 352.129 805.108 349.977 805.477 347.858C806.017 345.99 806.804 344.203 807.818 342.544L814.291 330.804C814.817 329.85 814.68 328.446 814.728 327.357C814.68 325.788 814.198 324.262 813.336 322.95C809.137 315.529 802.542 309.756 794.631 306.576C794.008 306.365 793.414 306.074 792.864 305.711C792.217 305.167 791.67 304.514 791.247 303.781C789.529 301.193 787.431 298.277 784.329 298.438Z"
fill="#A39AD5" />
<path id="Vector_39"
d="M703.653 362.375C702.377 365.478 701.439 368.71 700.858 372.015C700.233 376.581 700.969 381.23 702.974 385.38C706.463 392.56 713.33 397.431 718.177 403.774C722.681 409.667 725.363 416.731 729.263 423.04C728.583 421.434 729.409 419.575 730.522 418.232C731.635 416.889 733.058 415.775 733.874 414.234C734.429 413.04 734.778 411.761 734.906 410.45C735.489 406.538 735.803 402.287 733.808 398.872C732.307 396.301 729.714 394.593 727.66 392.437C725.607 390.244 724.098 387.598 723.254 384.714C722.411 381.83 722.256 378.788 722.804 375.834C723.199 373.8 723.926 371.848 724.471 369.849C725.144 367.162 725.655 364.437 725.998 361.688L728.445 344.881C729.096 340.41 729.647 335.463 727.115 331.722C726.621 330.938 725.938 330.292 725.129 329.843C724.459 329.536 723.746 329.336 723.015 329.247C720.352 328.812 716.744 327.646 715.444 330.499C713.875 333.944 712.782 337.698 711.468 341.25L703.653 362.375Z"
fill="#A39AD4" />
<path id="Vector_40"
d="M796.918 371.571C796.918 371.571 764.614 377.82 757.006 377.82H743.421C743.421 377.82 738.53 386.515 738.53 395.209C738.53 403.904 706.469 525.629 706.469 525.629C706.469 525.629 676.037 625.617 709.729 626.161C743.421 626.704 764.614 628.334 765.157 616.923C765.701 605.511 768.961 458.246 768.961 458.246L774.034 533.969C775.397 552.715 773.941 571.56 769.715 589.874C767.282 600.142 767.659 611.398 779.83 613.662C803.197 618.009 832.541 614.206 832.541 606.054C832.541 597.903 817.325 416.946 817.325 416.946C817.325 416.946 809.718 390.319 805.37 388.145C801.023 385.971 796.918 371.571 796.918 371.571Z"
fill="#2F2E41" />
<path id="Vector_41"
d="M695.6 647.354L707.555 643.006L715.707 622.357L724.401 621.27C724.401 621.27 719.511 631.595 716.794 633.225C714.076 634.855 709.729 648.441 709.729 648.441C709.729 648.441 711.903 653.875 701.578 656.048C691.253 658.222 683.645 659.852 683.645 659.852C683.645 659.852 682.558 657.679 687.449 652.245C692.34 646.81 698.051 637.662 698.051 637.662L695.6 647.354Z"
fill="#2F2E41" />
<path id="Vector_42"
d="M768.961 622.357L766.788 638.659C766.788 638.659 772.765 647.354 774.395 647.354C776.026 647.354 784.72 639.746 784.72 639.746C784.72 639.746 784.177 631.595 784.72 629.421C785.264 627.247 786.351 616.922 784.72 616.379C783.09 615.836 783.09 628.49 783.09 628.49L776.026 635.942L769.214 631.858L768.961 622.357Z"
fill="#2F2E41" />
<path id="Vector_43"
d="M770.863 272.126C782.568 272.126 792.056 267.017 792.056 260.714C792.056 254.412 782.568 249.303 770.863 249.303C759.159 249.303 749.67 254.412 749.67 260.714C749.67 267.017 759.159 272.126 770.863 272.126Z"
fill="#2F2E41" />
<path id="leaf" d="M0 484.66C0 548.676 40.1604 600.477 89.7908 600.477L0 484.66Z" fill="#3F3D56" />
<path id="leaf" d="M89.7908 600.477C89.7908 535.742 134.607 483.359 189.992 483.359L89.7908 600.477Z"
fill="#6C63FF" />
<path id="leaf" d="M32.5329 490.463C32.5329 551.272 58.1424 600.477 89.7908 600.477L32.5329 490.463Z"
fill="#6C63FF" />
<path id="leaf" d="M89.7908 600.477C89.7908 517.76 141.592 450.826 205.608 450.826Z" fill="#3F3D56" />
<path id="Vector_44"
d="M70.9011 601.294C70.9011 601.294 83.6349 600.902 87.4726 598.169C91.3102 595.436 107.06 592.173 108.012 596.556C108.964 600.939 127.149 618.353 112.773 618.469C98.3962 618.585 79.3682 616.23 75.5379 613.897C71.7076 611.564 70.9011 601.294 70.9011 601.294Z"
fill="#A8A8A8" />
<path id="Vector_45" opacity="0.2"
d="M113.029 616.944C98.6527 617.06 79.6248 614.704 75.7945 612.371C72.8775 610.594 71.7152 604.219 71.3262 601.277C71.0569 601.289 70.9011 601.294 70.9011 601.294C70.9011 601.294 71.7077 611.564 75.5379 613.897C79.3682 616.23 98.3962 618.585 112.773 618.469C116.922 618.436 118.356 616.959 118.277 614.773C117.701 616.094 116.118 616.919 113.029 616.944Z"
fill="black" />
</g>
<defs>
<linearGradient id="paint0_linear" x1="398" y1="49" x2="898" y2="511" gradientUnits="userSpaceOnUse">
<stop stop-color="#F7B2E3" stop-opacity="0.83" />
<stop offset="1" stop-color="#008A93" stop-opacity="0" />
</linearGradient>
<clipPath id="clip0">
<rect width="1036.61" height="758.001" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<!--For About us-->
<div class="container">
<div class="image">
<img src="./svg/undraw_work_together_h63l_team.svg">
</div>
<div class="content">
<h1>About IIC</h1>
<p id="description">
Inspired by the objectives and vision of IIC, a MHRD initiative, we have established IIC TMSL. This cell
will be conducting various innovation and entrepreneurship related activities along with organizing periodic
workshops, seminars and interactions with entrepreneurs and innovators. Students will get a chance to
showcase their talents by participating in various events like Hackathons, idea competitions etc.
</p>
<a target="_blank" href="about.html" id="knowmore1">
<svg>
<rect></rect>
</svg>
KNOW MORE
</a>
</div>
</div>
<!--Our Team-->
<div class="container team">
<div class="image">
<img src="./svg/undraw_working_late_pukg.svg">
</div>
<div class="content">
<h1>OUR TEAM</h1>
<p id="description">
IIC TMSL is currently working with 50+ members and 10 students co-ordinators. We also have some external members to guide us. Under any circumstances the team is there to support you and your innovative start-up idea to evolve into a business. We are there to help, build and grow a start-up ecosystem with your innovations & contributions.
</p>
<a target = "_blank" href="team.html" id="knowmore2">
KNOW MORE
</a>
</div>
</div>
<section class="counterImg">
<img src="./image/iiccounternight.png">
</section>
<!--Counter
<section class="counter">
<div class="count">
<i class="fas fa-user-friends"></i>
<h1 class="num">500</h1>
<h3>Startups</h3>
</div>
<div class="count">
<i class="fas fa-user-friends"></i>
<h1 class="num">5000</h1>
<h3>Participants</h3>
</div>
<div class="count">
<i class="fas fa-calendar-week"></i>
<h1 class="num">10</h1>
<h3>Events</h3>
</div>
<div class="count">
<i class="fas fa-calendar-week"></i>
<h1 class="num">40</h1>
<h3>Speakers</h3>
</div>
</section>
-->
<!--
<div class="faculty">
<h1>Meet Our Faculty</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</p>
<div class="picbox">
<div class="box">
<img src="./image/teacher2c.jpg">
<div class="overlay">
<h2>Dr.Rina Paladhi</h2>
<p>Director , TMSL</p>
</div>
</div>
<div class="box">
<img src="./image/teacher3.jpg">
<div class="overlay">
<h2>Dr.Avijit Kar</h2>
<p>Principal , TMSL</p>
</div>
</div>
<div class="box">
<img src="./image/teacher4.jpeg">
<div class="overlay">
<h2>Dr. Lakshmishri Roy</h2>
<p>President , IIC TMSL</p>
</div>
</div>
<div class="box">
<img src="./image/teacher1.jpg">
<div class="overlay">
<h2>Prof.Poulami Dutta</h2>
<p>Convenor , IIC TMSL</p>
</div>
</div>
</div>
</div>
-->
<!--Footer-->
<!--Footer is Same For Every File,And It has *****Inline-CSS****-->
<footer
style="width: 100%;height: 50px;background: black;color: white;line-height: 50px;text-align: center;margin-top: 0px">
<p style="margin: 0">Contact Us -
<a target="_blank" href="https://www.facebook.com/iictmsl/"><i style="margin: 0 5px;color: white"
class="footerIcon fab fa-facebook-square"></i></a>
<a target="_blank" href="https://twitter.com/iictmsl"><i style="margin: 0 5px;color: white"
class="footerIcon fab fa-twitter"></i></a>
<a target="_blank" href="https://www.instagram.com/iictmsl/"><i style="margin: 0 5px;color: white"
class="footerIcon fab fa-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/iictmsl/"><i style="margin: 0 5px;color: white"
class="footerIcon fab fa-linkedin-in"></i></a>
</p>
</footer>
</div>
<!-- ===========================Add Js Plugins ======https://www.facebook.com/iictmsl/=============================-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="./jquery.js"></script>
<script src="./particles.js"></script>
<script src="typed.js"></script>
<script src="counterup.js"></script>
<script src="waypoints.js"></script>
<script type="text/javascript" src="./js/nav.js"></script>
<script src="./js/index.js"></script>
</body>
</html>
<!--
:root {
--mouse-x: 0px;
--mouse-y: 0px;
}
document.documentElement.style
.setProperty('--my-variable-name', 'pink');
window.pJSDom[0].pJS.particles.color.value