.about{background-color:#001f00;color:#b3ffcc;padding:4rem 2rem}.about__heading{animation:fadeIn 1.5s ease-in;color:#0f9;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about__intro{animation:fadeIn 1.8s ease-in;color:#e0ffe6;font-size:1.1rem;line-height:1.8;margin-bottom:3rem;max-width:800px;text-align:center}.about__content{align-items:center;animation:fadeIn 2s ease-in;display:flex;flex-direction:column}.about__cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;width:100%}.about__card{animation:fadeInUp 2s ease-in;background-color:#030;border-radius:10px;box-shadow:0 4px 8px #0003;padding:2rem}.about__card-heading{color:#0f9;font-size:1.75rem;margin-bottom:1rem;text-align:center}.about__card-list,.about__card-text{font-size:1rem;line-height:1.6;margin-bottom:1rem}.about__card-list{list-style:none;padding:0}.about__card-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.about__card-list li:before{color:#0f9;content:"•";font-size:1.5rem;left:0;line-height:1rem;position:absolute;top:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about__cards{grid-template-columns:1fr}.about__heading{font-size:2rem}.about__card-heading{font-size:1.5rem}.about__card-list,.about__card-text{font-size:.9rem}.about__intro{font-size:1rem;margin-bottom:2rem}}.portfolio__container{align-items:center;animation:fadeIn 1.5s ease-in;background-color:#fff;color:#0f9;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:3rem 1.5rem}.portfolio__heading{animation:fadeIn 1.5s ease-in;margin-bottom:2rem;text-align:center}.portfolio__heading h2{color:#0f9;font-size:2.5rem;letter-spacing:3px;margin:.5rem 0;text-transform:uppercase}.portfolio__tabs{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.portfolio__tab{background-color:#002600;border-radius:5px;color:#0f9;cursor:pointer;margin:.5rem;padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}.portfolio__tab.active,.portfolio__tab:hover{background-color:#0f9;color:#030}.portfolio__items{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem;width:100%}.portfolio__item{animation:slideIn 1s ease-out forwards;background-color:#030;border-radius:10px;height:auto;opacity:0;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.portfolio__item:hover{box-shadow:0 10px 20px #00000080;transform:translateY(-10px)}.portfolio__item h3{color:#0f9;font-size:1.5rem;margin-bottom:1rem}.portfolio__item small{color:#b3ffcc;display:block;font-size:1rem;margin-bottom:1.5rem}.portfolio__item-cta{display:flex;justify-content:center;margin-bottom:1rem}.portfolio__item-cta .btn{border:1px solid #0f9;border-radius:5px;color:#0f9;font-weight:700;padding:.5rem 1rem;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}.portfolio__item-cta .btn:hover{background-color:#0f9;color:#030}.portfolio__item-languages{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.language-badge{background-color:#0f9;border-radius:5px;color:#030;font-size:.8rem;font-weight:700;padding:.3rem .6rem;text-transform:uppercase}#contact{animation:fadeIn 1.5s ease-in;background-color:#001f00;color:#0f9;padding:3rem 1.5rem;text-align:center}.contact__container h2{color:#0f9;font-size:2.5rem;letter-spacing:3px;margin-bottom:1.5rem;text-transform:uppercase}.contact__container p{color:#b3ffcc;font-size:1.2rem;margin-bottom:2rem}.contact__options{display:flex;gap:2rem;justify-content:center}.contact__options .btn{border:1px solid #0f9;border-radius:5px;color:#0f9;font-weight:700;padding:.7rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}.contact__options .btn:hover{background-color:#0f9;color:#030}.header__container{align-items:center;animation:fadeIn 2s ease-in;background:linear-gradient(135deg,#001f00,#004d00);color:#0f9;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.header__container h1,.header__container h5{animation:slideIn 1.5s ease-out forwards;margin:0;opacity:0}.header__container h1{animation-delay:.5s;font-size:3rem}.header__container h5{animation-delay:1s;font-size:1.5rem}.scroll__down{animation:bounce 2s infinite;color:#0f9;display:inline-block;font-size:1.2rem;margin-top:2rem;position:relative;text-decoration:none}.scroll__down:after{background:#0f9;bottom:-60px;content:"";display:block;height:50px;left:50%;position:absolute;transform:translateX(-50%);width:2px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.footer{background-color:#001f00;color:#b3ffcc;padding:2rem 1rem;text-align:center}.footer__icons{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.footer__icons a{color:#0f9;font-size:1.5rem;transition:color .3s ease}.footer__icons a:hover{color:#b3ffcc}.footer__text{color:#b3ffcc;font-size:1rem;margin-top:1rem}@media (max-width:768px){.footer__icons{gap:1rem}.footer__text{font-size:.875rem}}.navbar{align-items:center;background-color:#001f00;box-shadow:0 2px 5px #00000080;display:flex;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;transition:background-color .3s ease;z-index:1000}.navbar:hover{background-color:#002600}.navbar__logo{color:#0f9;font-size:1.8rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.navbar__logo:hover{color:#b3ffcc}.navbar__menu{display:flex;gap:2rem}.navbar__menu a{color:#b3ffcc;font-size:1rem;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.navbar__menu a:hover{color:#0f9}.navbar__toggle{display:none}@media (max-width:768px){.navbar{align-items:flex-start;flex-direction:column;padding:1rem}.navbar__menu{display:none;flex-direction:column;gap:1rem;width:100%}.navbar__menu.active{display:flex}.navbar__toggle{background-color:#030;border:none;color:#0f9;cursor:pointer;display:block;font-size:1.5rem;margin-left:auto;padding:.5rem}}#modules{background-color:#001f00;color:#fff;padding:2rem}.modules__heading{animation:fadeIn 1.5s ease-in;margin-bottom:2rem;text-align:center}.modules__heading h5{color:#b3ffcc;font-size:1.5rem;letter-spacing:2px;margin:0}.modules__heading h2,.modules__heading h5{animation:slideIn 1s ease-out forwards;text-transform:uppercase}.modules__heading h2{animation-delay:.5s;color:#0f9;font-size:2.5rem;letter-spacing:3px;margin:.5rem 0}.modules__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.module{background-color:#030;border-radius:10px;box-shadow:0 5px 15px #0000004d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.module:hover{box-shadow:0 10px 20px #00000080;transform:translateY(-10px)}.module h3{color:#0f9;margin-bottom:.5rem}.module p{color:#b3ffcc}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.fa66774b.css.map*/