body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.menu-container{align-items:center;background-color:#00aee50d;border-radius:1em;display:flex;font-family:Montserrat,sans-serif;justify-content:space-between;margin-bottom:2%;margin-top:2.4%;padding:.5em 2em}.menu-box{display:flex;gap:2em}.menu-toggle{cursor:pointer;display:none;height:30px;position:relative;width:35px}.menu-toggle span{background-color:#2c6ae3;border-radius:2px;height:4px;position:absolute;transition:.3s cubic-bezier(.8,.5,.2,1.4);width:100%}.menu-toggle span:first-child{top:0}.menu-toggle span:nth-child(2){top:13px}.menu-toggle span:nth-child(3){bottom:0}.menu-toggle:not(.open):hover span:first-child{transform:scaleX(.8)}.menu-toggle:not(.open):hover span:nth-child(2){transform:scaleX(.5)}.menu-toggle:not(.open):hover span:nth-child(3){transform:scaleX(.8)}.menu-toggle.open span:first-child,.menu-toggle.open span:nth-child(2),.menu-toggle.open span:nth-child(3){top:13px}.mobile-menu{align-items:center;animation:fadeInDropDown .5s ease-in-out;-webkit-backdrop-filter:blur(2em);backdrop-filter:blur(2em);background-color:#00aee50d;border-radius:1em;display:none;flex-direction:column;gap:1.5em;padding:2em;position:absolute;right:5vh;top:12vh;z-index:1000}@keyframes fadeInDropDown{0%{opacity:0;transform:translateY(-8%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutRollUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8%)}}.nimna-logo{filter:blur(10px);height:5vh;transition:filter .3s ease-in-out;width:auto}.nimna-logo.loaded{filter:none}.menu-sections{display:flex;gap:2em}.menu-sections a{color:#ffffff80;font-family:Montserrat,sans-serif;font-size:1em;font-weight:400;padding:.8em;text-align:center;text-decoration:none}.menu-sections a:hover{color:#2c6ae380;font-size:1em}.menu-sections .contact-button{border:1px solid #00afe680;border-radius:.7em}.menu-sections .contact-button:hover{background-color:#00aee61a}.mobile-menu a{color:#ffffff80;font-family:Montserrat,sans-serif;font-size:1em;font-weight:400;padding:.8em;text-align:center;text-decoration:none}.mobile-menu a:hover{color:#2c6ae380;font-size:1em}.mobile-menu .contact-button{border:1px solid #00afe680;border-radius:.7em}.mobile-menu .contact-button:hover{background-color:#00aee61a}@media (max-width:1000px){.menu-box{display:none}.menu-toggle{display:inline-block}.mobile-menu{display:flex}}@media (max-width:800px){.mobile-menu{display:flex;right:5vh;top:11vh}}@media (max-width:600px){.mobile-menu{display:flex;right:5vh;top:11vh}}@media (max-width:450px){.mobile-menu{display:flex;right:5vh;top:10vh}}.section-one{align-items:center;display:flex;flex-direction:column;margin-bottom:5px;margin-top:10px;width:100%}.section-one .section-one-wrapper{height:76vh;position:relative;width:76vw}.section-one .section-one-wrapper .overlap{height:100%;position:relative;width:100%}.header{animation:headerFloat 5s ease-in-out infinite;height:60vh;position:absolute;top:7em;width:38vw}@keyframes headerFloat{0%{transform:translateY(0)}50%{transform:translateY(2%)}to{transform:translateY(0)}}.header-text-box{height:11.2vh;position:absolute;width:16vw}.header-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:11vh;justify-content:center;width:13vw}.header-text{color:#2c6ae3;font-family:Montserrat;font-size:2.5em;font-weight:700}.main-text{color:#fff;font-size:5em;font-weight:800;height:22vh;margin-left:.2em;margin-top:1.6em}.main-text,.sub-text{word-wrap:break-word;font-family:Montserrat;width:35vw}.sub-text{color:#fff9;font-size:2.4em;font-weight:500;height:6vh;margin-left:.5em;margin-top:.2em;text-align:justify}.avatar-container{border-radius:50%;height:50%;left:50%;position:absolute;top:30%;width:50%}.avatar-background{animation:glow 4s ease-in-out infinite,backgroundGlow 4s ease-in-out infinite;background:#2c6ae333;box-shadow:0 0 0 1vw #0003;filter:blur(2vw);height:37vw;width:37vw}.avatar-background,.avatar-outline{border-radius:50%;position:absolute}.avatar-outline{animation:glow 2s ease-in-out infinite;background:#2c6ae35c;height:33.5vw;left:1.7vw;top:1.7vw;width:33.5vw}.avatar-image{border-radius:50%;filter:blur(10px);height:auto;left:2.6vw;position:absolute;top:2.6vw;transition:filter .3s ease-in-out;width:31.7vw}.avatar-image.loaded{filter:none}@keyframes glow{0%{box-shadow:0 0 0 1vw #0003}50%{box-shadow:0 0 0 1vw #0006}to{box-shadow:0 0 0 1vw #0003}}@keyframes backgroundGlow{0%,to{background:#142e601a}50%{background:rgba(46,98,203,.493)}}.br-effect{position:relative;white-space:pre-wrap}.br-effect:after{content:" ";display:none;height:50px;width:0}.social-media-icons{height:80vh;position:absolute;width:78vw;z-index:900}.social-media-icons img{border-radius:50%;filter:blur(10px);height:auto;object-fit:cover;position:absolute;transition:all .3s ease-in-out;transition:filter .3s ease-in-out;width:5vw}@keyframes floatInstagram{0%{transform:translateY(0)}40%{transform:translateY(-30%)}60%{transform:translateX(20%)}to{transform:translateY(0)}}@keyframes floatMedium{0%{transform:translateY(0)}30%{transform:translateX(-30%)}60%{transform:translateY(-20%)}to{transform:translateY(0)}}@keyframes floatWhatsapp{0%{transform:translateY(0)}20%{transform:translateX(-20%)}40%{transform:translateY(-20%)}80%{transform:translateX(20%)}to{transform:translateY(0)}}@keyframes floatTwitter{0%{transform:translateY(0)}30%{transform:translateY(-30%)}60%{transform:translateX(-20%)}to{transform:translateY(0)}}@keyframes floatFacebook{0%{transform:translateY(0)}20%{transform:translateX(-20%)}40%{transform:translateY(20%)}80%{transform:translateX(20%)}to{transform:translateY(0)}}@keyframes floatYoutube{0%{transform:translateY(0)}40%{transform:translateX(-30%)}80%{transform:translateY(-20%)}to{transform:translateY(0)}}@keyframes floatGithub{0%{transform:translateY(0)}20%{transform:translateX(-20%)}40%{transform:translateY(20%)}80%{transform:translateX(-20%)}to{transform:translateY(0)}}@keyframes floatLinkedin{0%{transform:translateY(0)}20%{transform:translateY(-20%)}45%{transform:translateY(5%)}65%{transform:translateX(20%)}80%{transform:translateY(-20%)}to{transform:translateY(0)}}.instagram{animation:floatInstagram 20s ease-in-out infinite}.medium{animation:floatMedium 20s ease-in-out infinite}.whatsapp{animation:floatWhatsapp 20s ease-in-out infinite}.twitter{animation:floatTwitter 20s ease-in-out infinite}.facebook{animation:floatFacebook 20s ease-in-out infinite}.youtube{animation:floatYoutube 20s ease-in-out infinite}.github{animation:floatGithub 20s ease-in-out infinite}.linkedin{animation:floatLinkedin 20s ease-in-out infinite}.instagram{left:36%;top:74%}.instagram.loaded{filter:none}.medium{bottom:2%;left:58%}.medium.loaded{filter:none}.whatsapp{left:14%;top:85%}.whatsapp.loaded{filter:none}.twitter{right:6%;top:4%}.twitter.loaded{filter:none}.facebook{right:54%;top:34%}.facebook.loaded{filter:none}.youtube{right:8%;top:80%}.youtube.loaded{filter:none}.github{left:24%;top:8%}.github.loaded{filter:none}.linkedin{right:42%;top:0}.linkedin.loaded{filter:none}.instagram:hover{box-shadow:0 0 30px #c04dc6}.medium:hover{box-shadow:0 0 30px #237ee6}.whatsapp:hover{box-shadow:0 0 30px #25d366}.twitter:hover{box-shadow:0 0 30px #1db9f2}.facebook:hover{box-shadow:0 0 30px #4c7de0}.youtube:hover{box-shadow:0 0 30px red}.github:hover{box-shadow:0 0 30px #3fe3f5}.linkedin:hover{box-shadow:0 0 30px #0067d6}@media(max-width:1600px){.social-media-icons{height:74vh}.instagram{left:40%;top:75%}.medium{bottom:4%;left:60%}.whatsapp{left:14%;top:90%}.twitter{right:6%;top:4%}.facebook{right:54%;top:34%}.youtube{right:7%;top:76%}.github{left:24%;top:8%}.linkedin{right:42%;top:0}}@media (max-width:1500px){.section-one .section-one-wrapper{height:64vh}.header{height:48vh}.header-text-background{border-radius:1em;height:10.5vh;width:13.5vw}.header-text{font-size:2.2em}.main-text{font-size:4.5em;height:22vh}.sub-text{font-size:2.2em}.social-media-icons{height:68vh}.instagram{left:40%;top:76%}.medium{bottom:3%;left:60%}.whatsapp{left:16%;top:92%}}@media (max-width:1400px){.section-one .section-one-wrapper{height:60vh}.header{height:46vh}.header-text-background{border-radius:.8em;height:10vh;width:13vw}.header-text{font-size:2em}.main-text{font-size:4em;height:20vh;margin-top:1.8em}.sub-text{font-size:2em;height:4vh}.social-media-icons{height:64vh}.social-media-icons img{width:4.8vw}.instagram{left:46%;top:54%}.medium{bottom:3%;left:60%}.whatsapp{left:36%;top:85%}.twitter{right:6%;top:4%}.facebook{right:62%;top:30%}.youtube{right:6%;top:72%}.github{left:20%;top:8%}.linkedin{right:42%;top:0}}@media (max-width:1300px){.section-one .section-one-wrapper{height:57vh}.header{height:44vh}.header-text-background{border-radius:.8em;height:8vh;width:12vw}.header-text{font-size:1.6em}.main-text{font-size:3.8em;height:18vh}.sub-text{font-size:1.9em;height:4vh}.social-media-icons{height:60vh}.social-media-icons img{width:4.8vw}.instagram{left:46%;top:54%}.medium{bottom:3%;left:60%}.whatsapp{left:36%;top:85%}.twitter{right:6%;top:4%}.facebook{right:62%;top:30%}.youtube{right:6%;top:72%}.github{left:20%;top:8%}.linkedin{right:42%;top:0}}@media (max-width:1150px){.section-one .section-one-wrapper{height:50vh}.header{height:35vh}.header-text-background{border-radius:.7em;height:7vh;width:11vw}.header-text{font-size:1.4em}.main-text{font-size:2.8em;height:14vh;margin-top:2em}.sub-text{font-size:1.5em;height:3.5vh}.social-media-icons{height:52vh}.social-media-icons img{width:4.6vw}.instagram{left:45%;top:52%}.medium{bottom:3%;left:60%}.whatsapp{left:36%;top:85%}.twitter{right:6%;top:4%}.facebook{right:62%;top:30%}.youtube{right:6%;top:72%}.github{left:20%;top:8%}.linkedin{right:42%;top:0}}@media (max-width:1080px){.social-media-icons{height:49vh}.social-media-icons img{width:4.8vw}.instagram{left:45%;top:52%}.medium{bottom:3%;left:60%}.whatsapp{left:38%;top:85%}.twitter{right:6%;top:4%}.facebook{right:62%;top:30%}.youtube{right:6%;top:72%}.github{left:20%;top:8%}.linkedin{right:42%;top:0}}@media (max-width:1000px){.section-one .section-one-wrapper{height:68vh}.overlap{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;justify-items:center}.avatar-container{height:50%;margin-top:2em;width:50%}.avatar-background,.avatar-container{border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.avatar-background{background:#2c6ae333;box-shadow:0 0 0 1vw #0003;filter:blur(2vw);height:37vw;margin-top:10em;width:37vw}.avatar-outline{background:#2c6ae35c;height:33.5vw;width:33.5vw}.avatar-image,.avatar-outline{border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.avatar-image{height:auto;margin-top:9.95em;width:31.6vw}.header{height:56vh;text-align:center;top:7em;width:100%}.header-text-box{left:50%;position:absolute;transform:translateX(-50%)}.header-text-background{border-radius:.7em;height:7vh;margin:18em auto 0;width:11vw}.header-text{font-size:1.4em}.main-text{font-size:3em;height:6.4vh;margin:7.8em 0 0;width:100%}.sub-text{font-size:1.5em;height:auto;margin:.6em auto 0;text-align:center;width:100%}.br-effect:after{display:block}.social-media-icons{height:49vh}.social-media-icons img{width:5.2vw}.instagram{left:15%;top:60%}.medium{bottom:8%;left:64%}.whatsapp{left:30%;top:80%}.twitter{right:25%;top:2%}.facebook{right:12%;top:26%}.youtube{right:15%;top:60%}.github{left:12%;top:26%}.linkedin{left:25%;top:2%}}@media (max-width:950px){.header-text-background{margin-top:18em}.main-text{margin:7.5em 0 0}.avatar-container{margin-top:1.2em}.social-media-icons{height:46vh}.social-media-icons img{width:5.2vw}}@media (max-width:900px){.section-one .section-one-wrapper{height:62vh}.header{height:50vh}.header-text-background{border-radius:.7em;height:6vh;margin:17em auto 0;width:10vw}.header-text{font-size:1.2em}.main-text{font-size:2.8em;height:6vh;margin:7.5em auto 0}.sub-text{font-size:1.4em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:1em}.social-media-icons{height:44vh}.social-media-icons img{width:5.4vw}}@media (max-width:850px){.section-one .section-one-wrapper{height:58vh}.header{height:46vh}.header-text-background{border-radius:.7em;height:5.5vh;margin:15.6em auto 0;width:11vw}.header-text{font-size:1.1em}.main-text{margin:7em auto 0}.avatar-container{margin-top:.8em}.social-media-icons{height:42vh}.social-media-icons img{width:5.4vw}}@media (max-width:800px){.section-one .section-one-wrapper{height:58vh}.header-text-background{border-radius:.7em;height:5.5vh;margin:15em auto 0;width:11vw}.header-text{font-size:1.1em}.main-text{font-size:2.75em;height:5.7vh;margin:6.8em auto 0}.sub-text{font-size:1.35em;margin:.6em auto 0;text-align:center}.social-media-icons{height:40vh}.social-media-icons img{width:5.6vw}}@media (max-width:750px){.section-one .section-one-wrapper{height:56vh}.header{height:44vh}.header-text-background{margin-top:14em}.header-text{font-size:1em}.main-text{font-size:2.4em;height:5vh;margin:7.4em auto 0}.sub-text{font-size:1.2em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:.2em}.social-media-icons{height:38vh}.social-media-icons img{width:5.6vw}}@media (max-width:700px){.section-one .section-one-wrapper{height:53vh}.header{height:41vh}.header-text-background{border-radius:.6em;height:5vh;margin:12.5em auto 0;width:11vw}.header-text{font-size:.9em}.main-text{font-size:2.4em;margin:6.8em auto 0}.sub-text{font-size:1.2em;margin:.6em auto 0}.avatar-container{margin-top:-.4em}.social-media-icons{height:36vh}.social-media-icons img{width:5.6vw}}@media (max-width:650px){.section-one .section-one-wrapper{height:48vh}.header{height:36vh}.header-text-background{border-radius:.6em;height:5vh;margin:11em auto 0;width:11vw}.header-text{font-size:.9em}.main-text{font-size:2.2em;height:4.8vh;margin:6.5em auto 0}.sub-text{font-size:1.2em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-1.4em}.social-media-icons{height:32vh}.social-media-icons img{width:5.6vw}}@media (max-width:600px){.section-one .section-one-wrapper{height:43vh}.header{height:31vh}.header-text-background{border-radius:.5em;height:4vh;margin:9.5em auto 0;width:11vw}.header-text{font-size:.8em}.main-text{font-size:2em;height:4.6vh;margin:6em auto 0}.sub-text{font-size:1.1em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-2.4em}.social-media-icons{height:28vh}.social-media-icons img{width:5.6vw}}@media (max-width:550px){.section-one .section-one-wrapper{height:42vh}.header{height:30vh}.header-text-background{border-radius:.45em;height:3.6vh;margin:8.4em auto 0;width:11vw}.header-text{font-size:.75em}.main-text{font-size:1.9em;margin:6em auto 0}.sub-text{font-size:1em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-2.6em}.social-media-icons{height:26vh}.social-media-icons img{width:5.5vw}}@media (max-width:500px){.section-one .section-one-wrapper{height:36vh}.header{height:24vh}.header-text-background{border-radius:.4em;height:3.2vh;margin:6.8em auto 0;width:11vw}.header-text{font-size:.7em}.main-text{font-size:1.7em;height:4.3vh;margin:5.4em auto 0}.sub-text{font-size:.9em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-3.3em}.social-media-icons{height:23.5vh}.social-media-icons img{width:5.5vw}}@media (max-width:450px){.section-one .section-one-wrapper{height:34vh}.header{height:22vh}.header-text-background{border-radius:.35em;height:3vh;margin:6em auto 0;width:11vw}.header-text{font-size:.65em}.main-text{font-size:1.6em;height:4.2vh;margin:5em auto 0}.sub-text{font-size:.7em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-3.7em}.social-media-icons{height:22.4vh}.social-media-icons img{width:5.5vw}}@media (max-width:430px){.section-one .section-one-wrapper{height:32vh}.header{height:20vh}.header-text-background{border-radius:.3em;height:2.8vh;margin:5.1em auto 0;width:11vw}.header-text{font-size:.55em}.main-text{font-size:1.5em;height:3.5vh;margin:4.8em auto 0}.sub-text{font-size:.8em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-4em}.social-media-icons{height:20.6vh}.social-media-icons img{width:5.5vw}}@media (max-width:380px){.section-one .section-one-wrapper{height:30vh}.header{height:18vh}.header-text-background{border-radius:.3em;height:2.6vh;margin:4em auto 0;width:11vw}.header-text{font-size:.5em}.main-text{font-size:1.4em;height:3vh;margin:4.2em auto 0}.sub-text{font-size:.7em;margin:.6em auto 0;text-align:center}.avatar-container{margin-top:-4.8em}.social-media-icons{height:19vh}.social-media-icons img{width:5.5vw}}.preloader{align-items:center;-webkit-backdrop-filter:blur(5em);backdrop-filter:blur(5em);background-color:#010c21cc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.preloader-img{filter:blur(10px);height:60px;transition:filter .1s ease-in-out;width:60px;z-index:10000}.preloader-img.loaded{filter:none}.loader{animation:rotation .8s linear infinite;background:linear-gradient(0deg,#021c4b 33%,#3498db);height:100px;width:100px}.loader,.loader:after{border-radius:50%;box-sizing:border-box;position:absolute}.loader:after{background:#010c21;content:"";height:92px;left:50%;top:50%;transform:translate(-50%,-50%);width:92px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-body-wrapper{margin-left:2%;margin-right:2%}.section-two{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.section-two .section-two-wrapper{height:100%;position:relative;width:76vw}.section-two .section-two-wrapper .overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.section-two-divider{border-top:1px solid #00afe633;margin-bottom:2em;margin-top:6em;width:100%}.about-header-text-box-section-two{height:9vh;position:relative;width:16vw}.about-header-text-background-section-two{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.about-header-text-section-two{color:#2c6ae3;font-family:Montserrat;font-size:2em;font-weight:600}.see-more-button{align-items:center;border:.5px solid #00afe680;border-radius:.8em;cursor:pointer;display:flex;height:7vh;justify-content:center;margin-bottom:2em;transition:background .3s,color .3s;width:14vw}.see-more-button:hover{background:#00afe61a}.see-more-content{color:#00afe680;font-family:Poppins;font-size:1.4em;font-weight:500;text-decoration:none}.see-more-button:hover .see-more-content{color:#b4e2f0}@media(max-width:1600px){.see-more-button{height:7vh;width:16vw}.see-more-content{font-size:1.4em}}@media (max-width:1400px){.see-more-button{height:7vh;width:18vw}.see-more-content{font-size:1.4em}}@media (max-width:1150px){.see-more-button{height:6vh;width:20vw}.see-more-content{font-size:1.2em}}@media (max-width:1000px){.section-two-divider{margin-top:4em}}@media (max-width:950px){.see-more-button{height:5.5vh;width:22vw}.see-more-content{font-size:1em}}@media (max-width:800px){.see-more-button{height:5.5vh;width:25vw}.see-more-content{font-size:1em}}@media (max-width:600px){.see-more-button{height:5vh;width:30vw}.see-more-content{font-size:.9em;font-weight:400}}@media (max-width:500px){.see-more-button{height:4.5vh;width:35vw}.see-more-content{font-size:.8em;font-weight:400}}.bio-text-header{color:#fff;font-size:2.2em;font-weight:700;margin-bottom:.6em}.bio-text-box{word-wrap:break-word;border:.1em solid #00afe680;border-radius:1em;color:#fffc;font-family:Montserrat;font-size:1.2em;font-weight:400;height:auto;letter-spacing:1.8px;margin-top:3em;padding:2em;position:relative;text-align:center;width:64vw}@media (max-width:1150px){.bio-text-header{font-size:2em;font-weight:700}.bio-text-box{font-size:1em;font-weight:300}}@media (max-width:950px){.bio-text-header{font-size:1.9em;font-weight:700}.bio-text-box{font-size:.95em}}@media (max-width:800px){.bio-text-header{font-size:1.8em;font-weight:600}.bio-text-box{font-size:.9em}}@media (max-width:700px){.bio-text-header{font-size:1.6em}.bio-text-box{font-size:.85em}}@media (max-width:600px){.bio-text-header{font-size:1.5em}.bio-text-box{font-size:.8em}}@media (max-width:450px){.bio-text-header{font-size:1.4em}}@media (max-width:430px){.bio-text-box{font-size:.7em}}.passion-profession-container{align-items:center;color:#2c6ae3;display:flex;flex-direction:column;justify-content:center;margin-top:2em;padding:2em;width:100%}.passion-profession-title{margin-bottom:1em}.passion-profession-areas,.passion-profession-title{font-family:Montserrat;font-size:1.8em;font-weight:700;text-align:center}.passion-profession-areas{align-items:center;background-color:#00afe61a;border-radius:16px;color:#fff;display:flex;flex-wrap:wrap;height:14vh;justify-content:space-around;width:86%}.passion-profession-areas div{margin:.8em}@media (max-width:1500px){.passion-profession-areas{font-size:1.6em;width:90%}}@media (max-width:1300px){.passion-profession-title{font-size:1.6em}.passion-profession-areas{font-size:1.4em;font-weight:600;height:12vh}}@media (max-width:1150px){.passion-profession-title{font-size:1.4em}.passion-profession-areas{font-size:1.2em;font-weight:600;height:12vh}}@media (max-width:1000px){.passion-profession-container{margin-top:1em}}@media (max-width:950px){.passion-profession-title{font-size:1.3em;width:90%}.passion-profession-areas{font-size:1.2em;font-weight:600;height:24vh;width:70%}}@media (max-width:750px){.passion-profession-container{margin-top:.5em}}@media (max-width:650px){.passion-profession-title{font-size:1.1em;font-weight:600;width:90%}.passion-profession-areas{font-size:1em;font-weight:500;height:24vh;width:70%}}@media (max-width:550px){.passion-profession-container{margin-top:.5em}}@media (max-width:500px){.passion-profession-title{font-size:1.1em;font-weight:600;width:90%}.passion-profession-areas{font-size:1em;font-weight:500;height:26vh;width:70%}}@media (max-width:450px){.passion-profession-title{font-size:.9em;font-weight:600;width:90%}.passion-profession-areas{font-size:.9em;font-weight:500;height:28vh;width:70%}}.section-three{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.section-three .section-three-wrapper{height:100%;position:relative;width:76vw}.section-three .section-three-wrapper .overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.section-three-divider{border-top:1px solid #00afe633;margin-bottom:1em;margin-top:2em;width:100%}.section-three-see-more-button{margin-top:1em}@media (max-width:1000px){.section-three-see-more-button{margin-top:0}}.project-card{align-items:center;border:.5px solid #00afe680;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px;padding:1em;transition:all .3s ease}.project-card:hover{background-color:rgba(0,176,230,.075)}.project-card-image{border-radius:10px;filter:blur(10px);height:auto;margin-bottom:.5em;transition:filter .3s ease-in-out;width:100%;z-index:999}.project-card-image.loaded{filter:none}.project-card-content{align-items:center;display:flex;flex-direction:column;padding:1.5em}.project-card-title{color:#fff;font-size:2em;font-weight:700;margin-bottom:.5em;margin-top:0;text-align:center}.project-card-description{color:#ffffff80;font-size:14px;text-align:justify}.project-card-technologies{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px}.project-card-technology{background:#00afe61a;color:#2c6ae3}.project-card-status,.project-card-technology{border-radius:6px;font-size:16px;font-weight:700;padding:5px 10px}.project-card-status{margin-top:10px}.project-card-status.ongoing{animation:blink 2s linear infinite;background:#4ae2904d;color:#4ae290}.project-card-status.completed{background:#0a66c259;color:#0057ff}@media (max-width:650px){.project-card{padding:.5em}.project-card-image{margin-top:.25em;width:98%}.project-card-title{font-size:1.8em}}.section-four{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.section-four .section-four-wrapper{height:100%;position:relative;width:76vw}.section-four .section-four-wrapper .overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.section-four-divider{border-top:1px solid #00afe633;margin-bottom:1em;margin-top:2em;width:100%}.contact-card-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:2em}.contact-card{align-items:center;border:.5px solid #00afe680;border-radius:16px;display:flex;height:10vh;margin:.6em;padding:1em;position:relative;width:auto}.contact-card-icon{border-radius:50%;filter:blur(10px);height:auto;padding:.2em;position:absolute;transition:all .3s ease-in-out;transition:filter .3s ease-in-out;width:4.8vw}.contact-card-icon.loaded{filter:none}.contact-card-info{word-wrap:break-word;color:#fffc;font-family:Poppins,sans-serif;font-size:1.2em;font-weight:600;margin-left:5em;padding:.5em;text-align:center}.contact-title{color:#fff;font-family:Montserrat;font-size:2em;font-weight:700;padding:1em;text-align:center}.contact-card:hover{background:#00afe61a;border:.5px solid #00afe680}.contact-card-wrapper a{color:#fffc;text-decoration:none}@media(max-width:1600px){.contact-card-icon{width:5.2vw}.contact-card{height:9.5vh}}@media (max-width:1500px){.contact-card-icon{width:5.4vw}.contact-card-info{margin-left:4.5em}}@media (max-width:1400px){.contact-card-icon{width:5.6vw}.contact-card{height:9vh}.contact-title{font-size:1.9em}}@media (max-width:1300px){.contact-card-icon{width:5.8vw}.contact-card{height:8.5vh}.contact-card-info{margin-left:4.2em}.contact-title{font-size:1.75em}}@media (max-width:1150px){.contact-card-icon{width:6vw}.contact-card{height:8vh}.contact-card-info{margin-left:3.8em}}@media (max-width:1080px){.contact-card-icon{width:6.2vw}}@media (max-width:1000px){.contact-card-icon{width:6.5vw}.contact-card{height:7.5vh}}@media (max-width:950px){.contact-card-icon{width:6.7vw}}@media (max-width:900px){.contact-title{font-size:1.65em}}@media (max-width:850px){.contact-card-icon{width:7vw}.contact-card{height:7vh}.contact-card-info{font-size:1.1em;font-weight:500;margin-left:3.6em;padding:.4em}}@media (max-width:750px){.contact-card-icon{width:7.4vw}.contact-card{height:6.5vh}.contact-card-info{margin-left:3.4em}.contact-title{font-size:1.4em;font-weight:600}}@media (max-width:650px){.contact-card-icon{padding:.1em;width:7.8vw}.contact-card{height:6vh}.contact-card-info{margin-left:3.2em}}@media (max-width:550px){.contact-card-icon{padding:0;width:8.4vw}.contact-card{height:5vh}.contact-card-info{font-size:1em;font-weight:400;margin-left:3em}.contact-title{font-size:1.2em}}@media (max-width:500px){.contact-card-icon{width:8.8vw}.contact-card{height:4.5vh}.contact-card-info{font-size:1em;font-weight:400;margin-left:2.8em}}@media (max-width:450px){.contact-card-icon{width:9.4vw}.contact-card{height:4vh}.contact-card-info{font-size:.9em;font-weight:400;margin-left:3em}.contact-title{font-size:1em;font-weight:500}}@media (max-width:430px){.contact-card-icon{width:10vw}}@media (max-width:380px){.contact-card-info{font-size:.75em;font-weight:400;margin-left:3.2em}}.about-body-wrapper{margin-left:2%;margin-right:2%}.about-section-one{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.about-section-one .about-section-one-wrapper{height:100%;position:relative;width:76vw}.about-section-one .about-section-one-wrapper .about-overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.about-header-text-box{height:11.2vh;position:relative;width:18vw}.about-header-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.about-header-text{color:#2c6ae3;font-family:Montserrat;font-size:2.5em;font-weight:700}@media(max-width:1700px){.about-header-text-box{height:10.2vh;width:20vw}}@media (max-width:1500px){.about-header-text-box{width:22vw}}@media (max-width:1400px){.about-header-text-box{width:24vw}}@media (max-width:1300px){.about-header-text-box{width:26vw}}@media (max-width:1150px){.about-header-text-box{width:28vw}}@media (max-width:1080px){.about-header-text-box{width:30vw}.about-header-text{font-size:2.4em}}@media (max-width:950px){.about-header-text-box{width:32vw}.about-header-text{font-size:2.3em}}@media (max-width:900px){.about-header-text-box{width:34vw}.about-header-text{font-size:2.3em}}@media (max-width:800px){.about-header-text-box{width:36vw}.about-header-text{font-size:2.2em}}@media (max-width:700px){.about-header-text-box{width:40vw}.about-header-text{font-size:2.1em}}@media (max-width:650px){.about-header-text-box{height:9vh;width:40vw}.about-header-text{font-size:1.9em}}@media (max-width:600px){.about-header-text-box{height:9vh;width:44vw}.about-header-text{font-size:1.8em}}@media (max-width:550px){.about-header-text-box{height:8.5vh;width:48vw}.about-header-text{font-size:1.8em}}@media (max-width:500px){.about-header-text-box{height:8vh;width:48vw}.about-header-text{font-size:1.7em}}@media (max-width:450px){.about-header-text-box{height:8vh;width:50vw}.about-header-text{font-size:1.6em}}@media (max-width:430px){.about-header-text-box{height:7.5vh;width:50vw}.about-header-text{font-size:1.5em}}@media (max-width:380px){.about-header-text-box{width:55vw}}.download-button{background:#0000;border:.5px solid #00afe680;border-radius:.5em;color:#00afe680;display:inline-block;font-family:Montserrat;font-size:2.4em;font-weight:600;height:11vh;line-height:11vh;margin-top:.8em;position:relative;text-align:center;text-decoration:none;transition:all .3s ease-in-out;width:26%}.download-button:hover{background-color:#00afe61a;color:#b4e2f0}@media(max-width:1600px){.download-button{font-size:2.3em;font-weight:600;height:11vh;width:30%}}@media (max-width:1400px){.download-button{font-size:2.3em;font-weight:600;height:11vh;width:35%}}@media (max-width:1150px){.download-button{font-size:2em;font-weight:600;height:10vh;line-height:10vh;width:38%}}@media (max-width:950px){.download-button{font-size:1.8em;font-weight:600;height:10vh;line-height:10vh;width:44%}}@media (max-width:800px){.download-button{font-size:1.6em;font-weight:600;height:9vh;line-height:9vh;width:48%}}@media (max-width:600px){.download-button{font-size:1.3em;font-weight:600;height:7vh;line-height:7vh;width:50%}}@media (max-width:500px){.download-button{font-size:1.1em;font-weight:600;height:6.5vh;line-height:6.5vh;width:52%}}@media (max-width:430px){.download-button{font-size:1em;font-weight:500;height:6vh;line-height:6vh;width:54%}}.info-card{border:.5px solid #00afe680;border-radius:1em;margin-bottom:1.5em;padding:2em;position:relative;width:40vw}.info-card-header{align-items:center;display:flex;justify-content:space-between}.info-card-period{background:#00afe61a;border-radius:.4em;color:#2c6ae3;font-family:Poppins;font-size:1.4em;font-weight:600;margin-bottom:.5em;padding:10px 30px;text-align:center}.info-card-status{animation:blink 1s linear infinite;background:#4ae290;border-radius:9999px;height:30px;position:relative;right:-1em;top:-2em;width:30px}.info-card-title{color:#fffc;font-family:Poppins;font-size:1.6em;font-weight:600}.info-card-description,.info-card-location{word-wrap:break-word;color:#fffc;font-family:Poppins;font-size:1.2em;font-weight:400}.info-card.active .info-card-status{animation:blink 2s linear infinite}.info-card-title{list-style-type:none;margin:0;padding:0}@media(max-width:1600px){.info-card{width:45vw}}@media (max-width:1500px){.info-card{width:50vw}}@media (max-width:1300px){.info-card{width:60vw}}@media (max-width:1150px){.info-card{padding:1.8em;width:58vw}.info-card-status{height:25px;right:-1em;top:-1.8em;width:25px}.info-card-title{font-size:1.4em;font-weight:500}.info-card-description,.info-card-location{font-size:1.1em;font-weight:300}}@media (max-width:800px){.info-card{padding:1.5em}.info-card-period{font-size:1.1em}.info-card-status{height:20px;right:-.7em;top:-1.6em;width:20px}.info-card-title{font-size:1.2em;font-weight:500}.info-card-description,.info-card-location{font-size:.9em;font-weight:300}}@media (max-width:650px){.info-card-period{font-size:1em;padding:8px 20px}.info-card-status{height:20px;width:20px}.info-card-title{font-size:1.1em;font-weight:400}.info-card-description,.info-card-location{font-size:.8em;font-weight:200}}@media (max-width:550px){.info-card-status{height:20px;width:20px}.info-card-title{font-size:1em;font-weight:400}.info-card-description,.info-card-location{font-size:.7em;font-weight:200}}@media (max-width:500px){.info-card{padding:1.2em;width:55vw}.info-card-status{height:18px;right:-.6em;top:-1.5em;width:18px}}.skills-card{border:.5px solid #00afe680;border-radius:1em;display:flex;flex-direction:column;margin-bottom:1.5em;padding:2em;width:40vw}.main-skill{align-items:center;background:#00afe61a;border-radius:8px;display:flex;height:6vh;justify-content:center;margin-bottom:1em;width:auto}.main-skill-text{word-wrap:break-word;color:#2c6ae3;font-family:Poppins;font-size:1.8em;font-weight:600}.related-skills{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.related-skill{word-wrap:break-word;color:#fffc;flex:1 0 auto;font-family:Poppins;font-size:1.4em;font-weight:400;text-align:center}@media(max-width:1600px){.skills-card{width:45vw}}@media (max-width:1500px){.skills-card{width:50vw}}@media (max-width:1300px){.skills-card{width:60vw}}@media (max-width:1150px){.skills-card{padding:1.8em;width:58vw}.main-skill-text{font-size:1.6em;font-weight:500}.related-skill{font-size:1.2em;font-weight:300}}@media (max-width:800px){.skills-card{padding:1.5em}.main-skill-text{font-size:1.5em;font-weight:500}.related-skill{font-size:1.1em;font-weight:300}}@media (max-width:650px){.main-skill-text{font-size:1.4em;font-weight:500}.related-skill{font-size:1em;font-weight:300}}@media (max-width:550px){.main-skill-text{font-size:1.2em}.related-skill{font-size:.9em}}@media (max-width:500px){.skills-card{width:55vw}}.about-section-two{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.about-section-two .about-section-two-wrapper{height:100%;position:relative;width:76vw}.about-section-two .about-section-two-wrapper .about-overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.about-subheader-one-text-box{height:8vh;position:relative;width:34vw}.about-subheader-one-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.about-subheader-one-text{color:#2c6ae3;font-family:Montserrat;font-size:2em;font-weight:700}.scrollable-content.skills-content{height:62vh}.scrollable-content.education-content{height:65vh}.scrollable-content.community-content,.scrollable-content.work-content{height:60vh}@media(max-width:1600px){.about-subheader-one-text-box{width:40vw}}@media (max-width:1500px){.about-subheader-one-text-box{width:44vw}}@media (max-width:1300px){.about-subheader-one-text-box{width:48vw}}@media (max-width:1150px){.about-subheader-one-text-box{width:52vw}.about-subheader-one-text,.card-header{font-size:1.8em}}@media (max-width:1000px){.about-subheader-one-text-box{width:56vw}}@media (max-width:900px){.about-subheader-one-text-box{width:60vw}.about-subheader-one-text{font-size:1.6em}}@media (max-width:800px){.about-subheader-one-text-box{width:65vw}.card-header{font-size:1.6em}}@media (max-width:700px){.about-subheader-one-text-box{width:70vw}.about-subheader-one-text{font-size:1.5em}}@media (max-width:650px){.card-header{font-size:1.5em}.about-subheader-one-text-box{width:76vw}.about-subheader-one-text{font-size:1.3em}}@media (max-width:500px){.card-header{font-size:1.2em}.about-subheader-one-text-box{width:76vw}.about-subheader-one-text{font-size:1.2em}}@media (max-width:450px){.about-subheader-one-text{font-size:1em}}.about-section-three{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.about-section-three .about-section-three-wrapper{height:100%;position:relative;width:76vw}.about-section-three .about-section-three-wrapper .about-overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.about-subheader-two-text-box{height:8vh;position:relative;width:20vw}.about-subheader-two-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.about-subheader-two-text{color:#2c6ae3;font-family:Montserrat;font-size:2em;font-weight:700}.section-divider{border-top:1px solid #00afe633;margin-bottom:3em;margin-top:3em;width:100%}.card-container{align-items:center;border:.5px solid #00afe680;border-radius:1em;display:flex;flex-direction:column;margin-top:3em;padding:2em;width:auto}.card-header{color:#fff;font-family:Poppins;font-size:2em;font-weight:500;margin-bottom:1em;text-align:center;width:100%}.scrollable-content{overflow-y:auto;padding-right:.5em;scrollbar-color:#00afe680 #0000;scrollbar-width:thin}.scrollable-content.cert-content{height:78vh}.scrollable-content.wns-content{height:26vh}.scrollable-content.nsbm-content{height:12vh}.scrollable-content::-webkit-scrollbar{width:.3em}.scrollable-content::-webkit-scrollbar-thumb{background-color:#00afe680;border-radius:1em}.nsbm-content p,.wns-content p{color:#fffc;font-family:Poppins;font-size:1.1em;font-weight:400;padding-left:1em;text-indent:-1em}.nsbm-content p:before,.wns-content p:before{color:#fffc;content:"•";padding-right:1em}@media(max-width:1600px){.about-subheader-two-text-box{width:25vw}}@media (max-width:1150px){.card-header{font-size:1.8em}.about-subheader-two-text-box{width:30vw}.about-subheader-two-text{font-size:1.8em}.nsbm-content p,.wns-content p{font-size:1em;font-weight:400}}@media (max-width:1000px){.nsbm-content p,.wns-content p{font-size:.9em;font-weight:300}}@media (max-width:900px){.about-subheader-two-text-box{width:35vw}.about-subheader-two-text{font-size:1.6em}}@media (max-width:800px){.card-header{font-size:1.6em}}@media (max-width:700px){.about-subheader-two-text-box{width:40vw}.about-subheader-two-text{font-size:1.5em}}@media (max-width:650px){.card-header{font-size:1.5em}}@media (max-width:550px){.nsbm-content p,.wns-content p{font-size:.8em;font-weight:300}}@media (max-width:500px){.card-header{font-size:1.2em}.about-subheader-two-text-box{width:50vw}.about-subheader-two-text{font-size:1.4em}}@media (max-width:450px){.about-subheader-two-text-box{width:55vw}.about-subheader-two-text{font-size:1.3em}}.cert-card{align-items:center;border:.5px solid #00afe680;border-radius:1em;color:#fffc;display:flex;font-family:Poppins;margin-bottom:1.5em;padding:1em 2em;text-decoration:none;width:40vw}.cert-card:hover{background-color:#00afe61a}.cert-card-logo{border-radius:1em;filter:blur(10px);height:8vh;margin-right:2em;overflow:hidden;transition:filter .3s ease-in-out;width:auto}.cert-card-logo.loaded{filter:none}.cert-card-logo img{height:100%;width:100%}.cert-card-text{display:flex;flex-direction:column;justify-content:center}.cert-card-title{word-wrap:break-word;font-size:1.1em;font-weight:500;margin-bottom:0}.cert-card-description{word-wrap:break-word;font-size:.85em;font-weight:300}@media(max-width:1600px){.cert-card{width:45vw}}@media (max-width:1500px){.cert-card{width:50vw}}@media (max-width:1300px){.cert-card{width:60vw}}@media (max-width:1150px){.cert-card{padding:1.8em;width:58vw}}@media (max-width:1000px){.cert-card-logo{border-radius:.8em;height:7vh;margin-right:1.5em}.cert-card-title{font-size:1em;font-weight:400}.cert-card-description{font-size:.8em;font-weight:200}}@media (max-width:800px){.cert-card{padding:1.8em}}@media (max-width:750px){.cert-card-logo{border-radius:.5em;height:6vh;margin-right:1em}.cert-card-title{font-size:1em;font-weight:400}.cert-card-description{font-size:.8em;font-weight:200}}@media (max-width:650px){.cert-card-logo{height:5.5vh}}@media (max-width:600px){.cert-card-logo{border-radius:.5em;height:4vh;margin-right:.8em}.cert-card-title{font-size:.8em;font-weight:300}.cert-card-description{font-size:.6em;font-weight:200}}@media (max-width:500px){.cert-card{padding:1.2em;width:55vw}.cert-card-logo{border-radius:.2em;height:3.5vh;margin-right:.6em}.cert-card-title{font-size:.7em;font-weight:300}.cert-card-description{font-size:.5em;font-weight:200}}@media (max-width:450px){.cert-card-logo{border-radius:.2em;height:3vh;margin-right:.5em}}.projects-body-wrapper{margin-left:2%;margin-right:2%}.projects-section-one{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.projects-section-one .projects-section-one-wrapper{height:100%;position:relative;width:76vw}.projects-section-one .projects-section-one-wrapper .projects-overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.projects-header-text-box{height:11.2vh;position:relative;width:18vw}.projects-header-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.projects-header-text{color:#2c6ae3;font-family:Montserrat;font-size:2.5em;font-weight:700}@media(max-width:1700px){.projects-header-text-box{height:10.2vh;width:20vw}}@media (max-width:1500px){.projects-header-text-box{width:22vw}}@media (max-width:1400px){.projects-header-text-box{width:24vw}}@media (max-width:1300px){.projects-header-text-box{width:26vw}}@media (max-width:1150px){.projects-header-text-box{width:28vw}}@media (max-width:1080px){.projects-header-text-box{width:30vw}.projects-header-text{font-size:2.4em}}@media (max-width:950px){.projects-header-text-box{width:32vw}.projects-header-text{font-size:2.3em}}@media (max-width:900px){.projects-header-text-box{width:34vw}.projects-header-text{font-size:2.3em}}@media (max-width:800px){.projects-header-text-box{width:36vw}.projects-header-text{font-size:2.2em}}@media (max-width:700px){.projects-header-text-box{width:40vw}.projects-header-text{font-size:2.1em}}@media (max-width:650px){.projects-header-text-box{height:9vh;width:40vw}.projects-header-text{font-size:1.9em}}@media (max-width:600px){.projects-header-text-box{height:9vh;width:44vw}.projects-header-text{font-size:1.8em}}@media (max-width:550px){.projects-header-text-box{height:8.5vh;width:48vw}.projects-header-text{font-size:1.8em}}@media (max-width:500px){.projects-header-text-box{height:8vh;width:48vw}.projects-header-text{font-size:1.7em}}@media (max-width:450px){.projects-header-text-box{height:8vh;width:50vw}.projects-header-text{font-size:1.6em}}@media (max-width:430px){.projects-header-text-box{height:7.5vh;width:50vw}.projects-header-text{font-size:1.5em}}@media (max-width:380px){.projects-header-text-box{width:55vw}}.project-list-container{align-items:flex-start;display:flex;flex-direction:column;margin:auto;width:90%}.project-title{color:#fff;font-family:Montserrat;font-size:2em;font-weight:700;margin-bottom:1.2em;margin-top:2em;text-align:center;width:100%}.project-list{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));justify-items:center;margin-top:1.5em;width:100%}.project-list.expanded{display:flex;grid-template-columns:none;justify-content:center}.filter-buttons{display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-start;margin-bottom:.5em;width:100%}.filter-button{background-color:initial;border:.5px solid #00afe680;border-radius:10px;color:#00afe680;cursor:pointer;font-family:Poppins;font-size:1em;font-weight:500;height:4.5vh;margin-top:.5em;padding:0 1em;text-align:center;transition:all .3s ease;width:auto}.filter-button.active,.filter-button:hover{background-color:#00afe61a;color:#b4e2f099}@media (max-width:1000px){.project-title{font-size:1.8em}}@media (max-width:700px){.project-title{font-size:1.6em}}@media (max-width:650px){.project-list-container{width:95%}}@media (max-width:600px){.project-title{font-size:1.4em;font-weight:600;margin-bottom:1.5em}}@media (max-width:550px){.project-list{gap:1em;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));width:100%}.project-list-container{width:100%}}@media (max-width:500px){.project-title{font-size:1.3em}}@media (max-width:450px){.project-title{font-size:1.2em}.filter-button{border:.5px solid #00afe680;border-radius:10px;color:#00afe680;font-size:.9em;font-weight:400;height:4vh;width:auto}}.expanded-project-card{align-items:center;background:#010c21;border:.5px solid #00afe680;border-radius:16px;color:#fff;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;height:100%;justify-content:space-between;padding:2em;position:relative;width:100%}.expanded-project-title{color:#fff;font-size:2em;margin-top:.5em}.expanded-project-subtitle,.expanded-project-title{font-weight:700;margin-bottom:.5em;text-align:center}.expanded-project-subtitle{color:#ffffffbc;font-size:1.5em;margin-top:.1em}.expanded-project-description{font-family:Poppins,sans-serif;font-size:.9em;font-weight:300;text-align:justify}.expanded-technologies-used{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:2em;margin-top:2em}.expanded-tech-tag{background:#00afe61a;border-radius:6px;color:#2c6ae3;font-size:1.2em;font-weight:700;padding:10px 20px}.expanded-project-image{border-radius:8px;filter:blur(10px);height:auto;transition:filter .3s ease-in-out;width:90%;z-index:999}.expanded-project-image.loaded{filter:none}.expanded-project-links{display:flex;gap:2em;justify-content:center;margin-top:2em}.expanded-github-link,.expanded-live-app-link{align-items:center;border:.5px solid #00afe680;border-radius:.8em;color:#00afe680;cursor:pointer;display:flex;font-family:Poppins;font-size:1.4em;font-weight:500;height:7vh;justify-content:center;margin-bottom:1em;margin-top:1em;text-decoration:none;transition:background .3s,color .3s;width:14vw}.expanded-github-link:hover,.expanded-live-app-link:hover{background:#00afe61a;color:#b4e2f0}.expanded-project-status{border-radius:6px;font-size:1em;font-weight:700;left:20px;margin-top:10px;padding:5px 10px;position:absolute;top:10px}.expanded-project-status.ongoing{animation:blink 2s linear infinite;background:#4ae2904d;color:#4ae290}.expanded-project-status.completed{background:#0a66c259;color:#0057ff}@keyframes blink{0%{opacity:0}50%{opacity:.6}to{opacity:0}}.expanded-project-period{background:#00afe61a;border-radius:.4em;color:#2c6ae3;font-family:Poppins;font-size:1.4em;font-weight:600;margin-bottom:1em;margin-top:1em;padding:10px 30px;text-align:center}@media(max-width:1600px){.expanded-github-link,.expanded-live-app-link{font-size:1.4em;height:7vh;width:16vw}}@media (max-width:1400px){.expanded-github-link,.expanded-live-app-link{font-size:1.4em;height:7vh;width:18vw}}@media (max-width:1300px){.expanded-tech-tag{font-size:1.1em;padding:8px 20px}.expanded-technologies-used{gap:15px}}@media (max-width:1150px){.expanded-github-link,.expanded-live-app-link{font-size:1.2em;height:6vh;width:20vw}.expanded-project-image{width:95%}}@media (max-width:1000px){.expanded-project-title{margin-top:1em}}@media (max-width:950px){.expanded-github-link,.expanded-live-app-link{font-size:1em;height:5.5vh;width:22vw}}@media (max-width:850px){.expanded-tech-tag{font-size:1em}.expanded-technologies-used{gap:12px}}@media (max-width:800px){.expanded-github-link,.expanded-live-app-link{font-size:1em;height:5.5vh;width:25vw}.expanded-project-period{font-size:1.1em}.expanded-project-image{width:100%}.expanded-project-title{font-size:1.8em;margin-top:1.2em}.expanded-project-subtitle{font-size:1.3em;font-weight:600}}@media (max-width:750px){.expanded-project-links{gap:1em}}@media (max-width:650px){.expanded-project-period{font-size:1em;padding:8px 20px}}@media (max-width:600px){.expanded-github-link,.expanded-live-app-link{font-size:.9em;font-weight:400;height:5vh;width:30vw}.expanded-tech-tag{font-size:.9em;font-weight:600;padding:8px 18px}}@media (max-width:500px){.expanded-github-link,.expanded-live-app-link{font-size:.8em;font-weight:400;height:4.5vh;width:35vw}}@media (max-width:430px){.expanded-project-period{font-size:.9em}}@media (max-width:380px){.expanded-project-period{font-size:.8em}}.contact-body-wrapper{margin-left:2%;margin-right:2%}h1{color:#fff;font-family:Montserrat;font-size:2.5em;font-weight:700;margin-bottom:2%;margin-top:2%}.contact-section-one{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.contact-section-one .contact-section-one-wrapper{height:100%;position:relative;width:76vw}.contact-section-one .contact-section-one-wrapper .contact-overlap{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.contact-header-text-box{height:11.2vh;position:relative;width:20vw}.contact-header-text-background{align-items:center;background:#00afe61a;border-radius:1em;display:flex;height:100%;justify-content:center;width:100%}.contact-header-text{color:#2c6ae3;font-family:Montserrat;font-size:2.5em;font-weight:700}@media(max-width:1700px){.contact-header-text-box{height:10.2vh;width:24vw}}@media (max-width:1500px){.contact-header-text-box{width:24vw}}@media (max-width:1400px){.contact-header-text-box{width:26vw}}@media (max-width:1300px){.contact-header-text-box{width:28vw}}@media (max-width:1150px){.contact-header-text-box{width:30vw}}@media (max-width:1080px){.contact-header-text-box{width:34vw}.contact-header-text{font-size:2.4em}}@media (max-width:950px){.contact-header-text-box{width:36vw}.contact-header-text{font-size:2.3em}}@media (max-width:900px){.contact-header-text-box{width:38vw}.contact-header-text{font-size:2.3em}}@media (max-width:850px){.contact-header-text-box{width:40vw}}@media (max-width:800px){.contact-header-text-box{width:42vw}.contact-header-text{font-size:2.2em}}@media (max-width:700px){.contact-header-text-box{width:44vw}.contact-header-text{font-size:2.1em}}@media (max-width:650px){.contact-header-text-box{height:9vh;width:46vw}.contact-header-text{font-size:1.9em}}@media (max-width:600px){.contact-header-text-box{height:9vh;width:48vw}.contact-header-text{font-size:1.8em}}@media (max-width:550px){.contact-header-text-box{height:8.5vh;width:50vw}.contact-header-text{font-size:1.8em}}@media (max-width:500px){.contact-header-text-box{height:8vh;width:52vw}.contact-header-text{font-size:1.7em}}@media (max-width:450px){.contact-header-text-box{height:8vh;width:54vw}.contact-header-text{font-size:1.6em}}@media (max-width:430px){.contact-header-text-box{height:7.5vh;width:55vw}.contact-header-text{font-size:1.5em}}@media (max-width:380px){.contact-header-text-box{width:58vw}}.container-box{align-items:center;border:.5px solid #00afe680;border-radius:16px;box-sizing:border-box;display:flex;height:15vh;justify-content:center;margin-top:2em;max-width:45vw;padding:1em;width:100%}.other-media-icons{align-items:center;display:flex;height:auto;justify-content:space-around;width:60vw}.other-media-icons img{border-radius:50%;filter:blur(10px);height:auto;object-fit:cover;transition:all .3s ease-in-out;transition:filter .3s ease-in-out;width:5vw}.contact-instagram:hover{box-shadow:0 0 30px #c04dc6}.contact-instagram.loaded{filter:none}.contact-medium:hover{box-shadow:0 0 30px #237ee6}.contact-medium.loaded{filter:none}.contact-twitter:hover{box-shadow:0 0 30px #1db9f2}.contact-twitter.loaded{filter:none}.contact-facebook:hover{box-shadow:0 0 30px #4c7de0}.contact-facebook.loaded{filter:none}.contact-youtube:hover{box-shadow:0 0 30px red}.contact-youtube.loaded{filter:none}.contact-github:hover{box-shadow:0 0 30px #3fe3f5}.contact-github.loaded{filter:none}@media(max-width:1600px){.container-box{height:15vh}.other-media-icons img{width:5.5vw}}@media (max-width:1400px){.container-box{height:14vh;max-width:50vw}.other-media-icons img{width:5.8vw}}@media (max-width:1300px){.container-box{height:13vh}}@media (max-width:1150px){.container-box{height:12vh;max-width:55vw}.other-media-icons img{width:6vw}}@media (max-width:1080px){.other-media-icons img{width:6.4vw}}@media (max-width:1000px){.container-box{height:12vh;max-width:60vw}.other-media-icons img{width:7vw}}@media (max-width:900px){.container-box{height:12vh;max-width:65vw}.other-media-icons img{width:7.4vw}}@media (max-width:750px){.container-box{height:11vh;margin-top:1em}.other-media-icons img{width:7.8vw}}@media (max-width:650px){.container-box{height:10vh;padding:0}.other-media-icons img{width:8vw}}@media (max-width:550px){.container-box{height:9vh}.other-media-icons img{width:8.2vw}}@media (max-width:500px){.container-box{height:8.5vh;margin-top:.5em}.other-media-icons img{width:8.2vw}}@media (max-width:430px){.container-box{height:8vh}.other-media-icons img{width:8.5vw}}.binary{animation:fadeIn 1s forwards,fadeOut 5s 1s forwards;color:#fff3;position:absolute;text-shadow:0 0 8px #91edff}@keyframes fadeIn{0%{opacity:0}to{opacity:.4}}@keyframes fadeOut{0%{opacity:.4}to{opacity:0}}.footer{align-items:center;color:#fffc;display:flex;flex-direction:column;margin-top:1%;padding-top:2%}.footer-sections{border-top:1px solid #00afe680;display:flex;margin-bottom:3em;margin-top:1em;width:81%}.footer-section-box{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2em 5% 0;width:100%}.footer-section{box-sizing:border-box;flex-basis:calc(25% - 10px);padding:.5em}.footer-section a{color:#fffc;display:flex;flex-direction:column;font-family:Montserrat;font-size:1.08em;font-weight:50em;margin-top:12%;text-decoration:none}.footer-section a:hover{color:#7d9abac7}.contact-tag-line{color:#fffc;font-family:Montserrat;font-style:italic;margin-top:2em}.contact-tag-line,.footer-logo{display:flex;flex-direction:column}.footer-logo{align-items:center;justify-content:center;margin-left:2em;margin-top:0}.footer-logo-img{filter:blur(10px);height:auto;margin-bottom:1em;transition:filter .3s ease-in-out;width:8vw}.footer-logo-img.loaded{filter:none}.footer-logo-social{display:flex}.footer-social-icon{filter:blur(10px);height:auto;margin-right:.8em;transition:transform .1s ease-in-out;transition:filter .3s ease-in-out;width:1.6vw}.footer-social-icon.loaded{filter:none}.footer-social-icon:hover{transform:scale(1.2)}.footer-section-title{font-family:Montserrat;font-size:1.5em;font-weight:600}.footer-section p{font-family:Montserrat;font-size:1em;font-weight:50em}.footer-end{align-items:center;background:linear-gradient(118.92deg,#0c0a35 .62%,#121342 100.62%);display:flex;height:80px;justify-content:center;margin-top:0;width:100%}.footer-end-text{color:#fff;font-family:Montserrat;font-size:.9em;font-style:normal;font-weight:500;line-height:164%;max-width:40em;opacity:.5;text-align:center;text-transform:uppercase;width:100%}@media (max-width:1500px){.footer-logo-img{height:auto;margin-bottom:1em;margin-top:2em;width:9vw}.footer-social-icon{height:auto;width:1.7vw}}@media (max-width:1400px){.footer-sections{flex-wrap:wrap;justify-content:center}.footer-logo-img{height:auto;margin-bottom:1em;width:10vw}.footer-social-icon{height:auto;width:1.8vw}.footer-logo-social{display:flex;justify-content:center}}@media (max-width:1300px){.footer-logo-img{height:auto;margin-bottom:.8em;width:11vw}.footer-social-icon{height:auto;width:2.2vw}.footer-logo-social{display:flex;justify-content:center}}@media (max-width:1150px){.footer-logo-img{height:auto;margin-bottom:.8em;width:12vw}.footer-social-icon{height:auto;width:2.5vw}.footer-logo-social{display:flex;justify-content:center}.footer-section{flex-basis:calc(50% - 10px)}.footer-section a{font-size:1.08em;font-weight:50em;margin-top:8%}.footer-section-box{margin-left:9em}}@media (max-width:1000px){.footer-sections{margin-top:2em;width:92%}.footer-logo{margin-left:0}.footer-logo-img{height:auto;margin-bottom:.8em;width:14vw}.footer-social-icon{height:auto;margin-right:.5em;width:2.8vw}.footer-logo-social{display:flex;justify-content:center}.footer-section-box{margin-left:7em}}@media (max-width:800px){.footer-logo-img{height:auto;margin-bottom:.8em;width:15vw}.footer-social-icon{height:auto;margin-right:.5em;width:3vw}.footer-logo-social{display:flex;justify-content:center}.footer-section-box{margin-left:5em}.footer-section a{font-size:.95em;font-weight:40em;margin-top:8%}.footer-section-title{font-size:1.4em;font-weight:520}.footer-section p{font-size:1em;font-weight:40em;margin-top:8%}}@media (max-width:600px){.footer-logo-img{height:auto;margin-bottom:.8em;width:17vw}.footer-social-icon{height:auto;margin-right:.5em;width:3.5vw}.footer-logo-social{display:flex;justify-content:center}.footer-section{flex-basis:100%}.footer-section-box{margin-left:1em}.footer-section a{font-size:.95em;font-weight:40em;margin-top:6%;text-align:center}.footer-section-title{font-size:1.4em;font-weight:520;text-align:center}.footer-section p{font-size:1em;font-weight:40em;margin-top:8%;text-align:center}.footer-end-text{font-size:.8em;font-weight:500}}@media (max-width:450px){.footer-logo-img{height:auto;margin-bottom:.8em;width:20vw}.footer-social-icon{height:auto;margin-right:.5em;width:4vw}.footer-logo-social{display:flex;justify-content:center}.footer-end-text{font-size:.7em;font-weight:400}}@keyframes trailing{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.cursor-dot{background-color:#fff;border-radius:50%;height:4px;width:4px}.cursor-dot,.cursor-ring{pointer-events:none;position:fixed;transform:translate(-50%,-50%);z-index:9999}.cursor-ring{animation:trailing 1s infinite;animation-delay:.3s;background-color:initial;border:1px solid #61dafb;border-radius:50%;box-sizing:border-box;height:28px;mix-blend-mode:difference;width:28px}.cursor-dot.hidden,.cursor-ring.hidden{opacity:0}.cursor-ring.link-hovered{border-width:2px;height:36px;width:36px}.cursor-dot.link-hovered{height:6px;width:6px}body{background-color:#010c21;cursor:none;-webkit-user-select:none;user-select:none}.body-wrapper{margin-left:9%;margin-right:9%}@media (max-width:1000px){.body-wrapper{margin-left:2%;margin-right:2%}}
/*# sourceMappingURL=main.b48c5d3b.css.map*/