@@ -354,4 +354,168 @@ Google Sheet
354354.google-sheet {
355355width : 100% ;
356356min-height : 70vh ;
357- }
357+ }
358+
359+
360+ .team {
361+ position : relative;
362+ width : 100% ;
363+ padding : 45px 0 15px 0 ;
364+ }
365+
366+ .team .team-item {
367+ position : relative;
368+ margin-bottom : 30px ;
369+ }
370+
371+ .team .team-img {
372+ position : relative;
373+ border-radius : 5px 5px 0 0 ;
374+ overflow : hidden;
375+ }
376+
377+ .team .team-img img {
378+ width : 100% ;
379+ transition : .3s ;
380+ }
381+
382+ .team .team-item : hover img {
383+ transform : scale (1.1 );
384+ }
385+
386+ .team .team-text {
387+ position : relative;
388+ width : 100% ;
389+ padding : 35px 30px 30px 30px ;
390+ text-align : center;
391+ background : # 202C45 ;
392+ border-radius : 0 0 5px 5px ;
393+ transition : .5s ;
394+ }
395+
396+ .team .team-item : hover .team-text {
397+ background : # 080101 ;
398+ }
399+
400+ .team .team-text h2 {
401+ color : # ffffff ;
402+ font-size : 20px ;
403+ font-weight : 600 ;
404+ letter-spacing : 1px ;
405+ margin-bottom : 10px ;
406+ }
407+
408+ .team .team-text p {
409+ margin : 0 ;
410+ color : # ffffff ;
411+ }
412+
413+ .team .team-social {
414+ position : absolute;
415+ width : 100% ;
416+ height : 40px ;
417+ top : -20px ;
418+ left : 0 ;
419+ text-align : center;
420+ font-size : 0 ;
421+ }
422+
423+ .team .team-social a {
424+ display : inline-block;
425+ width : 40px ;
426+ height : 40px ;
427+ margin : 0 3px ;
428+ padding : 7px 0 ;
429+ text-align : center;
430+ font-size : 16px ;
431+ color : # ffffff ;
432+ background : # 202C45 ;
433+ border-radius : 40px ;
434+ transition : .5s ;
435+ }
436+
437+ .team .team-item : hover .team-social a {
438+ background : # 080101 ;
439+ }
440+
441+ .team .team-social a : hover {
442+ color : # 202C45 ;
443+ }
444+
445+
446+
447+
448+
449+ /* ###################Organizers########################### */
450+
451+
452+
453+ .team1 {
454+ position : relative;
455+ width : 100% ;
456+ padding : 45px 0 15px 250px ;
457+ }
458+
459+ .team1 .team1-item {
460+ position : relative;
461+ margin-bottom : 30px ;
462+ }
463+
464+ .team1 .team1-img {
465+ position : relative;
466+ border-radius : 5px 5px 0 0 ;
467+ overflow : hidden;
468+ }
469+
470+ .team1 .team1-img img {
471+ width : 100% ;
472+ transition : .3s ;
473+ }
474+
475+ .team1 .team1-item : hover img {
476+ transform : scale (1.1 );
477+ }
478+
479+ .team1 .team1-text {
480+ position : relative;
481+ width : 100% ;
482+ padding : 35px 30px 30px 30px ;
483+ text-align : center;
484+ background : # 09246e ;
485+ border-radius : 0 0 5px 5px ;
486+ transition : .5s ;
487+ }
488+
489+ .team1 .team1-item : hover .team1-text {
490+ background : # c7d1cb ;
491+ }
492+
493+ .team1 .team1-text h2 {
494+ color : # a0661a ;
495+ font-size : 20px ;
496+ font-weight : 600 ;
497+ letter-spacing : 1px ;
498+ margin-bottom : 10px ;
499+ }
500+
501+ .team1 .team1-text : hover h2 {
502+ color : # ffffff ;
503+ font-size : 20px ;
504+ font-weight : 600 ;
505+ letter-spacing : 1px ;
506+ margin-bottom : 10px ;
507+ }
508+
509+ .team1 .team1-text h4 {
510+ margin : 0 ;
511+ color : # ffffff ;
512+ }
513+
514+ .team1 .team1-text : hover h4 {
515+ margin : 0 ;
516+ color : # a0661a ;
517+ }
518+
519+
520+
521+