@import url(https://fonts.googleapis.com/css2?family=Nosifer&family=Orbitron:wght@400;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.header{width:100%;height:60px;background:#cfd0e1;justify-content:space-between;padding:0 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15);position:fixed;top:0;left:0;z-index:100;overflow:visible;box-sizing:border-box}.header,.logo-section{display:flex;align-items:center}.logo-section{grid-gap:.5rem;gap:.5rem}.logo{width:35px;height:35px;border-radius:50%;overflow:hidden}.logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.logo-text{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#051330}.logo-text .highlight{color:#fff}.nav-links{display:flex;align-items:center;grid-gap:4rem;gap:4rem;margin-right:5rem}.hamburger{display:none;font-size:24px;background:none;border:none;color:#051330;cursor:pointer;z-index:101;transition:font-size .3s ease}.hamburger.active{font-size:20px}.nav-link{color:#051330;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#6b7280}.dropdown{position:relative}.dropdown-toggle{cursor:pointer}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:5px;min-width:180px;white-space:nowrap;z-index:103}.dropdown-item{display:block;padding:10px 15px;font-size:14px;font-weight:500;color:#051330;text-decoration:none;transition:background .3s ease,color .3s ease}.dropdown-item:hover{background:#051330;color:#fff}.dropdown:hover .dropdown-menu{display:block}.join-button{width:70px;height:30px;border-radius:50px;border:1px solid #fff;background:#051330;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.join-button:hover{transform:scale(1.05)}.join-text{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:700}@media (max-width:1024px){.nav-links{grid-gap:1.5rem;gap:1.5rem;margin-right:3rem}.dropdown-menu{min-width:160px}}@media (max-width:768px){.header{padding:0 1rem;height:80px;max-width:100%;overflow:hidden}.hamburger{display:block}.nav-links{display:none;flex-direction:column;position:fixed;top:80px;left:0;width:100%;max-width:100%;background:#cfd0e1;padding:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,.15);grid-gap:1rem;gap:1rem;margin-right:0;z-index:99;box-sizing:border-box;height:auto;min-height:30%;justify-content:center;align-items:center;overflow-y:auto}.nav-links.active{display:flex}.nav-link{font-size:16px;padding:.5rem 1rem;width:auto;box-sizing:border-box;text-align:center}.dropdown{width:100%;text-align:center}.dropdown-menu{position:static;width:100%;max-width:100%;box-shadow:none;border-radius:0;background:#e5e6f0;box-sizing:border-box;z-index:103}.dropdown:hover .dropdown-menu{display:none}.dropdown.active .dropdown-menu{display:block}.join-button{width:65px;height:25px;margin:.5rem auto}.join-text{font-size:11px}}@media (max-width:480px){.logo{width:30px;height:30px}.logo-text,.nav-link{font-size:14px}.join-button{width:60px;height:22px}.join-text{font-size:10px}}.home-container{position:relative;min-height:100vh;background-color:#fff;text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.background-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.title-heading{font-size:1.25rem;font-weight:600;color:#4a4a4a}.main-title,.title-heading{position:relative;z-index:2;background-color:hsla(0,0%,100%,.95);padding:.5rem 1rem;border-radius:5px}.main-title{font-size:4.5rem;font-weight:800;margin-top:1rem;color:#1a1a1a}.main-title span{color:#d1d5db}.description{margin-top:1.5rem;color:#6b7280;max-width:40rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;position:relative;z-index:2;background-color:hsla(0,0%,100%,.95);padding:.5rem 1rem;border-radius:5px}.image-section{display:flex;justify-content:center;align-items:center;margin-top:3rem;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap}.image-card,.image-section{position:relative;z-index:2}.image-card{width:250px;height:250px;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease-in-out;background-color:#fff}.image-card:hover{transform:scale(1.05)}.image{object-fit:cover}.image,.image-overlay{width:100%;height:100%;border-radius:10px}.image-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.image-card:hover .image-overlay{opacity:1}.overlay-text{color:#fff;font-size:1.2rem;font-weight:700;text-align:center;padding:10px}.right-image-container{position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:300px;height:300px;opacity:.9;transition:opacity .3s ease;z-index:2;background-color:initial}.right-image-container:hover .right-image{opacity:1}.right-image{width:100%;height:auto;transition:opacity .3s ease}@media (max-width:1024px){.main-title{font-size:3.5rem}.description{font-size:1rem;max-width:35rem}.image-section{grid-gap:1rem;gap:1rem}.image-card{width:220px;height:220px}.overlay-text{font-size:1rem}.right-image-container{display:none}}@media (max-width:768px){.main-title{font-size:2.5rem}.description{font-size:.95rem;max-width:90%}.image-section{grid-gap:.5rem;gap:.5rem;flex-direction:column}.image-card{width:200px;height:200px}.overlay-text{font-size:.9rem}.right-image-container{display:none}}@media (max-width:480px){.main-title{font-size:2rem}.description{font-size:.875rem;max-width:90%}.image-card{width:180px;height:180px}.overlay-text{font-size:.85rem}.right-image-container{display:none}}.squares-canvas{width:100%;height:100%;border:none;display:block}.team-section,.teamsection{background:linear-gradient(135deg,#e5e6f0,#fff);padding:4rem 2rem;text-align:center}.teamsection{min-height:100vh}.team-title{font-size:2.8rem;font-weight:700;color:#051330;margin-bottom:2rem;align-items:center;text-transform:uppercase;letter-spacing:1px}.team-grid,.team-title{display:flex;justify-content:center}.team-grid{grid-gap:2rem;gap:2rem;flex-wrap:wrap}.team-card{position:relative;background:hsla(0,0%,100%,.84);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.8rem;border-radius:1.2rem;box-shadow:0 6px 16px rgba(0,0,0,.1);width:260px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.team-card:hover{transform:translateY(-12px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.team-image{width:110px;height:110px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #fff;transition:transform .3s ease}.team-card:hover .team-image{transform:scale(1.05)}.team-name{font-size:1.3rem;font-weight:700;color:#051330;transition:color .3s ease}.team-role{color:#6b7280;font-size:1rem;font-weight:500}.team-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:1rem}.team-card:hover .team-overlay{opacity:1}.linkedin-icon{color:#0a66c2;font-size:2rem;background:#fff;padding:.6rem;border-radius:50%;box-shadow:4px 4px 8px rgba(0,0,0,.1),-4px -4px 8px hsla(0,0%,100%,.7);transition:transform .3s ease,box-shadow .3s ease}.linkedin-icon:hover{transform:scale(1.1);box-shadow:6px 6px 12px rgba(0,0,0,.15),-6px -6px 12px hsla(0,0%,100%,.9)}@media (max-width:768px){.team-title{font-size:2.2rem}.team-card{width:220px;padding:1.5rem}.team-image{width:90px;height:90px}}@media (max-width:480px){.team-title{font-size:2rem}.team-card{width:200px;padding:1.2rem}.team-image{width:80px;height:80px}}.events-section{background-color:#f5f5f5;padding:4rem 2rem;text-align:center}.events-title{font-size:2.5rem;font-weight:700;color:#051330;margin:3rem 0 1.5rem}.events-grid{display:flex;justify-content:center;grid-gap:2rem;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.event-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);width:250px;text-align:center;transition:transform .3s ease}.event-card:hover{transform:translateY(-10px)}.event-image{width:100%;height:150px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.event-name{font-size:1.25rem;font-weight:600;color:#051330}.event-description{color:#6b7280;font-size:1rem}.register-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2);position:relative;overflow:hidden}.register-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:hsla(0,0%,100%,.2);transform:rotate(45deg) translateX(-100%);transition:all .6s ease-in-out}.register-button:hover:before{transform:rotate(45deg) translateX(100%)}.register-button:hover{background:linear-gradient(135deg,#0056b3,#003d82);box-shadow:0 6px 15px rgba(0,0,0,.3);transform:scale(1.05)}.events{height:30px;width:30px;margin-right:1rem}.about-section{background-color:#f5f5f5;padding:50px 20px;text-align:center}.team-svg{width:30px;height:30px;margin-right:10px;animation:rotate180 2s linear infinite}.about-title{font-size:36px;font-weight:800;color:#051330;margin-bottom:20px;font-family:"Inter",sans-serif}.about-description{font-size:18px;color:#545b5f;line-height:1.6;max-width:800px;margin:0 auto;font-family:"Inter",sans-serif}.footer-container{align-items:stretch;width:100%;flex-wrap:wrap}.big-footer,.footer-container{display:flex;justify-content:space-between;box-sizing:border-box}.big-footer{flex:2 1;height:155px;background:#f5f5f5;border-top:4px solid #cfd0e1;border-bottom:4px solid #cfd0e1;align-items:center;padding:20px;flex-wrap:wrap}.footer-contact{text-align:left}.footer-title{font-size:12px;font-weight:500}.footer-email,.footer-title{color:#545b5f;font-family:Inter,sans-serif}.footer-email{font-size:25px;font-weight:800;margin-top:10px}.social-icon{width:40px;height:40px;cursor:pointer}.small-footer{flex:1 1;height:155px;background:#f5f5f5;border-left:4px solid #cfd0e1;border-right:4px solid #cfd0e1;border-color:#cfd0e1;border-style:solid;border-width:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;box-sizing:border-box}.footer-link{color:#545b5f;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#000}.bottom-footer{width:100%;height:50px;background-color:#f5f5f5;display:flex;justify-content:space-between;align-items:center;padding:0 20px;box-sizing:border-box}.bottom-footer-text{font-family:Inter,sans-serif;font-size:14px;color:#333;font-weight:500}.footer-socials{display:flex;grid-gap:15px;gap:15px}.icon-wrapper{width:50px;height:50px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease-in-out}.icon-wrapper:before{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background-color:#cfd0e1;transition:top .3s ease-in-out;z-index:-1}.icon-wrapper:hover:before{top:0}.icon-wrapper:hover{transform:translateY(-5px)}.social-icon{width:30px;height:30px;z-index:1}.footer-email,a{text-decoration:none}@media (max-width:1024px){.big-footer,.footer-container{flex-direction:column}.big-footer{align-items:center;height:auto;padding:15px}.footer-contact{text-align:center}.footer-title{font-size:14px}.footer-email{font-size:22px}.footer-socials{grid-gap:10px;gap:10px}.social-icon{width:35px;height:35px}.small-footer{width:100%;flex-direction:row;justify-content:space-evenly;height:100px}.footer-link{font-size:13px}.bottom-footer{flex-direction:column;justify-content:center;height:100px}}@media (max-width:768px){.big-footer,.footer-container{flex-direction:column}.big-footer{align-items:center;height:auto;padding:10px}.footer-contact{text-align:center}.footer-title{font-size:12px}.footer-email{font-size:20px}.footer-socials{grid-gap:8px;gap:8px}.social-icon{width:30px;height:30px}.small-footer{width:100%;flex-direction:column;height:auto;padding:10px 0}.footer-link{font-size:12px}.bottom-footer{flex-direction:column;justify-content:center;height:80px}.bottom-footer-text{font-size:12px}}@media (max-width:480px){.big-footer,.footer-container{flex-direction:column}.big-footer{align-items:center;height:auto;padding:10px}.footer-contact{text-align:center}.footer-title{font-size:11px}.footer-email{font-size:18px}.footer-socials{grid-gap:6px;gap:6px}.social-icon{width:25px;height:25px}.small-footer{width:100%;flex-direction:column;height:auto;padding:10px 0}.footer-link{font-size:10px}.bottom-footer{flex-direction:column;justify-content:center;height:70px}.bottom-footer-text{font-size:10px}}.App{text-align:center}.App,html{scroll-behavior:smooth}.loading-screen{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff}.loading-svg{width:100px;height:100px;animation:rotate180 2s linear infinite}.cursor-dot{position:fixed;width:10px;height:10px;border-radius:50%;background-color:#000;box-shadow:0 0 10px #fff;pointer-events:none;transition:transform .1s ease-out}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.top-right-image{position:absolute;top:10px;right:10px;width:100px;height:auto;z-index:1000}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate180{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.secret-container{background:linear-gradient(135deg,#0d0015,#1a0026);color:#ff1a1a;font-family:"Orbitron",sans-serif;text-align:center;padding:50px;min-height:100vh;position:relative;overflow:hidden;animation:pulse-bg 10s infinite alternate}@keyframes pulse-bg{0%{background:linear-gradient(135deg,#0d0015,#1a0026)}to{background:linear-gradient(135deg,#1a0026,#0d0015)}}.glitch-wrapper{display:flex;justify-content:center;align-items:center;height:25vh}.glitch{font-size:4rem;font-family:"Nosifer",sans-serif;position:relative;display:inline-block;color:#ff1a1a;text-shadow:0 0 15px #ff1a1a,0 0 30px #b30000;letter-spacing:2px}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;width:100%;height:100%;background:transparent;clip:rect(0,0,0,0)}.glitch:before{left:-4px;text-shadow:-5px 0 #0fc;animation:glitch .5s linear infinite alternate-reverse}.glitch:after{left:4px;text-shadow:5px 0 #f0f;animation:glitch .6s linear infinite alternate-reverse}@keyframes glitch{0%{clip:rect(15px,9999px,50px,0)}50%{clip:rect(25px,9999px,60px,0)}to{clip:rect(20px,9999px,55px,0)}}.quote{font-size:1.5rem;text-shadow:0 0 10px #ff1a1a;margin:20px 0;font-style:italic}.intro{font-size:1.3rem;text-shadow:0 0 8px #b30000;margin:20px 0}.bio-section{margin:30px 0}.bio-text{font-size:1.2rem;text-shadow:0 0 6px #ff1a1a;margin:15px auto;max-width:800px;line-height:1.6}.connect-section{margin:30px 0}.connect-title{font-size:1.8rem;text-shadow:0 0 12px #ff1a1a;margin-bottom:10px}.connect-links a{color:#0fc;text-decoration:none;margin:0 10px;font-size:1.2rem;text-shadow:0 0 8px #0fc;transition:color .3s ease,transform .3s ease}.connect-links a:hover{color:#f0f;text-shadow:0 0 12px #f0f;transform:scale(1.1)}.mystery{font-size:1.4rem;text-shadow:0 0 10px #b30000;margin:30px 0;animation:flicker 2s infinite}@keyframes flicker{0%,to{opacity:1}50%{opacity:.7}}.footer{position:absolute;bottom:15px;width:100%;font-size:1rem;color:#ff1a1a;text-shadow:0 0 5px #ff1a1a;opacity:.8}.iste-about-page{min-height:100vh;background:#f3f4f6;font-family:"Roboto",sans-serif;color:#1f2937;overflow-x:hidden}.iste-about-header{text-align:center;padding:4rem 2rem;background:#1e3a8a;color:#f3f4f6}.iste-about-header-title{font-size:3rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;transition:transform .3s ease}.iste-about-header-title:hover{transform:scale(1.05)}.iste-about-header-subtitle{font-size:1.2rem;font-style:italic;opacity:.9}.iste-about-what-section{padding:4rem 2rem}.iste-about-what-content{max-width:900px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:box-shadow .3s ease}.iste-about-what-content:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.iste-about-section-title{font-size:2.2rem;color:#1e3a8a;margin-bottom:1.5rem;font-weight:600;position:relative}.iste-about-section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#10b981;border-radius:2px}.iste-about-timeline-section{padding:4rem 2rem;background:#fff}.iste-about-timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.iste-about-timeline:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:#1e3a8a}.iste-about-timeline-item{position:relative;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(30px);transition:all .6s ease}.iste-about-timeline-item.visible{opacity:1;transform:translateY(0)}.iste-about-timeline-dot{position:absolute;left:50%;transform:translateX(-50%);width:12px;height:12px;background:#10b981;border-radius:50%;border:2px solid #fff;z-index:2}.iste-about-timeline-content{background:#fff;padding:1rem;border-radius:8px;width:45%;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.iste-about-timeline-content:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.iste-about-timeline-item:nth-child(odd) .iste-about-timeline-content{margin-left:55%}.iste-about-timeline-item:nth-child(2n) .iste-about-timeline-content{margin-right:55%;text-align:right}.iste-about-timeline-content h3{font-size:1.5rem;color:#1e3a8a}.iste-about-timeline-content p{font-size:1rem;color:#1f2937}.iste-about-achievements-section{padding:4rem 2rem;background:#f3f4f6}.iste-about-achievements-grid{display:flex;justify-content:center;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.iste-about-achievement-card{background:#fff;padding:1.5rem;border-radius:8px;width:280px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .3s ease,background .3s ease}.iste-about-achievement-card:hover{transform:translateY(-5px);background:#10b981;color:#fff}.iste-about-activities-section{padding:4rem 2rem;background:#fff}.iste-about-activities-content{max-width:1000px;margin:0 auto}.iste-about-activities-content ul{list-style-type:square;padding-left:1.5rem;color:#1f2937}.iste-about-activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.iste-about-activity-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .3s ease}.iste-about-activity-card:hover{transform:translateY(-5px)}.iste-about-photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem}.iste-about-photo{width:100%;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease}.iste-about-photo:hover{transform:scale(1.05)}.iste-photo-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.iste-modal-image{max-width:90%;max-height:90%;border-radius:8px}.iste-modal-close{position:absolute;top:20px;right:20px;background:#fff;border:none;font-size:1.5rem;width:30px;height:30px;border-radius:50%;cursor:pointer;transition:background .3s ease}.iste-modal-close:hover{background:#60a5fa;color:#fff}@media (max-width:768px){.iste-about-timeline:before{left:15px}.iste-about-timeline-item{flex-direction:column;align-items:flex-start}.iste-about-timeline-content{width:85%;margin-left:30px!important;margin-right:0!important;text-align:left!important}.iste-about-timeline-dot{left:15px}}
/*# sourceMappingURL=main.ced4b786.chunk.css.map */