@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}ul{list-style-type:none}body{background-color:#011730}.learning-path{text-align:left;padding:40px;margin-top:20px}.learning-path .section-title{text-align:center;font-size:2rem;color:#fff;margin-bottom:40px;font-family:Poppins,sans-serif;font-weight:100}.learning-path .cards-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.learning-path .card{background:#041f3f;border-radius:10px;padding:20px;width:350px;color:#fff;font-family:Poppins,sans-serif;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease-in-out;position:relative;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 10px #0000004d}.learning-path .card:hover{transform:translateY(-10px);box-shadow:0 6px 15px #ec4899}.learning-path .card .card-header{display:flex;align-items:center;margin-bottom:14px}.learning-path .card .card-icon{font-size:2rem;margin-right:15px;flex-shrink:10px}.learning-path .card .card-title{font-weight:100;font-size:1.2rem;margin-top:10px}.learning-path .card .card-description{font-size:1rem;color:#d2cfcf;margin:10px 0 15px}.learning-path .card .card-link{text-decoration:none;color:#fff;margin-top:10px;display:inline-block;transition:color .3s}.learning-path .card .card-link:hover{color:#ec4899}.learning-path .card .card-platform{position:absolute;bottom:21px;right:20px;font-size:.9rem;color:#d2cfcf}@media (min-width: 1024px){.learning-path .card{width:450px}}@media (max-width: 768px){.learning-path .section-title{font-size:1.5rem}}body{background-color:var(--background-color);color:var(--font-color);font-family:var(--font-family);transition:background-color .5s ease,color .5s ease}.utility-buttons{display:flex;align-items:center;gap:15px}.theme-toggle-button{background-color:transparent;border:2px solid var(--button-color);border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s,transform .3s;padding:0}.theme-toggle-button:hover{background-color:#ffffff1a;transform:scale(1.05)}.theme-toggle-button svg{color:var(--primary-color);font-size:1.2rem;transition:color .3s}.header{display:flex;justify-content:space-between;align-items:center;padding:25px 50px;background-color:#041f3f;font-family:Arial,sans-serif}.header h1{font-size:2rem;margin:0;color:#b1c6e2}nav ul{display:flex;list-style:none;padding:0;margin:0}nav ul li{margin-left:20px}nav ul li a{color:#fff;text-decoration:none;font-size:1.1rem;transition:color .3s}nav ul li a:hover{color:#ec4899}.language-selector{background-color:transparent;border:1px solid rgb(255,255,255);color:#fff;padding:5px 10px;font-size:1rem;border-radius:5px;cursor:pointer}.language-selector:focus{outline:none;border-color:#ec4899}@media (max-width: 1013px){.menu-container{position:relative}.menu-button{background:none!important;border:none;font-size:2rem;cursor:pointer}.mobile-menu{position:absolute;top:60px;right:0;background-color:#ea8fbd;border-radius:5px;box-shadow:0 4px 6px;padding:15px;display:flex;flex-direction:column;align-items:center;width:200px;box-shadow:0 4px 10px #ea8fbd}.mobile-menu ul{list-style:none;padding-right:39px;display:flex;flex-direction:column;width:100%;text-align:center}.mobile-menu ul li{margin-bottom:10px;width:100%}.mobile-menu ul li a{color:#fff;text-decoration:none;font-size:1.1rem;display:block;padding:10px;width:100%;cursor:pointer}.mobile-menu ul li a:hover{color:#ec4899;background-color:#ffffff1a;border-radius:5px}}.hero{display:flex;align-items:center;justify-content:space-between;padding:50px;font-family:Poppins,sans-serif}.hero-image{order:-1px;width:300px;height:300px;border-radius:50%;object-fit:cover;border:5px solid #ec4899;margin-right:20px}.hero-text h2{font-size:2rem;color:#fff;margin-top:5px}.hero-text p{max-width:600px;margin-right:50px;font-size:1rem;padding-top:23px;padding-bottom:23px;color:#fff}.buttons{padding-top:15px}.btn-secondary{background-color:#ec4899}.btn{padding:10px 20px;margin:10px;text-decoration:none;background-color:#b1c6e2;color:#fff;border-radius:5px;font-size:1.2rem;transition:background-color .3s}.btn-secondary,.btn:hover{background-color:#ec4899}.btn-secondary:hover{background-color:#b1c6e2}.social-icons{display:flex;margin-top:20px;justify-content:center}.social-icons a{padding-top:15px;font-size:2rem;color:#ea8fbd;transition:color .3s}.social-icons a:hover{color:#ec4899}@media (max-width: 768px){.hero-text p{max-width:600px;margin-right:50px;margin-left:50px}.hero{margin-top:25px;flex-direction:column;text-align:center;padding:20px}.hero-image{order:-1;margin-bottom:40px;width:100px;height:100px}.hero-text{max-width:100%;margin-bottom:20px}.buttons{gap:10px}.hero-image{height:250px;width:250px;max-width:100%;margin-top:20px}.social-icons{flex-direction:row;justify-content:center;gap:8px}}@media (min-width: 769px) and (max-width: 1023px){.hero{margin-left:50px;font-size:20px;margin-top:60px;padding:20px}.hero-text{display:flex;flex-direction:column;align-items:flex-start}.hero-text h2{font-size:2.2rem}.hero-text p{max-width:800px;margin-right:40px;font-size:1rem;padding-top:18px;padding-right:25px}.buttons{margin-left:-10px}.social-icons{flex-direction:row;justify-content:flex-start;gap:25px;align-self:flex-start;margin-top:30px}.social-icons a{font-size:2.2rem}.hero{flex-direction:row}.hero-image{order:1}}@media (min-width: 1024px){.hero{margin-left:50px;font-size:25px;margin-top:80px;padding:20px}.hero-text{display:flex;flex-direction:column;align-items:flex-start}.hero-text h2{margin-left:30px;font-size:2.5rem}.hero-text p{max-width:900px;margin-right:50px;margin-left:30px;font-size:1.2rem;padding-top:20px;padding-right:30px}.buttons{margin-left:20px;gap:20px}.social-icons a{padding-top:30px;font-size:2.5rem;margin-left:-3px}.social-icons{flex-direction:row;margin-left:30px;margin-top:10px;justify-content:flex-start;gap:30px;align-self:flex-start}.hero{flex-direction:row}.hero-image{order:1;margin-right:70px;margin-top:-30px;width:360px;height:360px}}.skills{font-family:Poppins,sans-serif;text-align:center;padding:40px 0;color:#fff;position:relative}.skills h2{font-size:2rem;margin-bottom:20px;font-weight:100}.skills .skills-container{overflow:hidden;width:100%;position:relative;white-space:nowrap;padding:20px 0}.skills .skills-slider{display:flex;gap:20px;animation:scroll 13s linear infinite;width:2400px}.skills .skill-item{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80px;padding:80px;border-radius:10px;background:#e614d11a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.skills .skill-item img{padding:5px;width:65px;height:65px}.skills .skill-item p{font-size:14px;padding-top:20px}.skills .skill-item:hover{transform:scale(1.2);box-shadow:0 0 15px #ffffff80}.skills .paused .skills-slider{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.skills-slider{animation:scroll 20s linear infinite}.skills h2{font-size:1.5rem}.skill-item{width:80px;height:80px}.skill-item img{width:40px;height:40px}.skill-item p{font-size:12px}}.projects{text-align:center;padding:50px 20px;color:#fff;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;position:relative}.projects h2{color:#fff;font-size:2rem;font-weight:100;margin-bottom:30px}.projects p{font-size:1.2rem;margin-top:25px;margin-bottom:30px}.projects:before,.projects:after{content:"";width:100%;height:2px;background:linear-gradient(to right,transparent,#ec4899,transparent);position:absolute;left:0}.projects:before{top:0}.projects:after{bottom:0}.projects-grid{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;gap:30px}.project-card{background:linear-gradient(130deg,#041f3f,#041f3f);padding:20px;margin:0;width:100%;max-width:500px;border-radius:15px;box-shadow:0 4px 10px #ec4899;transition:transform .3s ease-in-out;position:relative;display:flex;flex-direction:column}.project-card:hover{transform:rotateY(15deg)}.project-card h3{color:#b1c6e2;font-weight:100;font-size:1.5rem}.project-card .tech-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:15px 0}.project-card .tech-list .tech{background:#093469;color:#fff;padding:5px 10px;border-radius:15px;font-size:.9rem}.project-card .buttons{display:flex;justify-content:center;gap:15px;margin-top:auto}.project-card .buttons .btn{background:linear-gradient(90deg,#e579aa,#ec5096);padding:10px 20px;color:#fff;border-radius:20px;text-decoration:none;font-weight:700;transition:.3s}.project-card .buttons .btn.demo{background:linear-gradient(90deg,#e579aa,#ec5096)}.project-card .buttons .btn:hover{filter:brightness(1.2)}@media (min-width: 768px){.projects-grid{display:grid;grid-template-columns:1fr 1fr;justify-content:center;justify-items:center;align-items:stretch}.project-card{margin:0;width:auto;max-width:550px}}.availability-container{padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Poppins,sans-serif;color:var(--font-color);text-align:center;position:relative}.availability-container:before{content:"";width:100%;height:2px;background:linear-gradient(to right,transparent,#ec4899,transparent);position:absolute;top:0;left:0}.status-line{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:10px;font-size:1.2rem}.status-indicator{width:15px;height:15px;background-color:#0f0;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #00ff00b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0f00}to{transform:scale(.9);box-shadow:0 0 #0f00}}.availability-text{font-size:1rem;line-height:1.5;max-width:600px;margin:0 auto}body.light-mode .status-indicator{background-color:green}.contact{padding:60px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;margin-top:-25px;position:relative}.contact h2{font-family:Poppins,sans-serif;font-weight:100;font-size:2rem;color:#fff;margin-bottom:25px}form{display:flex;flex-direction:column;gap:15px;width:100%;max-width:600px;margin:0 auto}input,textarea{padding:12px;font-size:1rem;border:1px solid #ccc;border-radius:5px;width:100%;box-sizing:border-box;transition:border-color .3s ease}input:focus,textarea:focus{border-color:#ec4899;outline:none}button{background-color:#ea8fbd;color:#fff;padding:10px 20px;font-size:1.1rem;font-weight:100;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;align-self:center;width:100px}button:hover{background-color:#ec4899}textarea{height:150px;resize:vertical}@media (max-width: 768px){.contact h2{font-size:1.5rem}form{width:90%}}@media (max-width: 768px) and (max-width: 768px){button{padding:8px 16px;font-size:1rem;align-self:center;width:70px}}.footer{text-align:center;color:#fff;color:"Poppins",sans-serif}.footer p{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:400;margin-top:30px;padding-bottom:35px}:root{--primary-color: #ec4899;--secondary-color: #ea8fbd;--background-color: rgb(4, 31, 63);--background-secondary-color: rgb(177, 198, 226);--card-background: rgb(121, 170, 234);--border-color: #2a2e5a;--font-color: rgb(255, 255, 255);--card-shadow-color: rgba(2, 2, 2, .4)}body.light-mode{--primary-color: #f0a500;--secondary-color: #6a0572;--background-color: #f3cdec;--background-secondary-color: #ffffff;--card-background: #e6e6e6;--border-color: #ccc;--font-color: #333333;--card-shadow-color: rgba(100, 100, 100, .2)}.testimonials{text-align:center;padding:50px 20px;margin-bottom:40px;font-family:Poppins,sans-serif;color:#fff;position:relative}.testimonials:before{content:"";width:100%;height:2px;background:linear-gradient(to right,transparent,#ec4899,transparent);position:absolute;left:0;top:0}.testimonials:before{top:0}.testimonials h2{color:#fff;font-size:2rem;font-weight:100;margin-bottom:40px;position:relative}.testimonials .testimonials-container{display:flex;flex-direction:column;gap:30px;align-items:center;max-width:1200px;margin:0 auto}@media (min-width: 768px){.testimonials .testimonials-container{flex-direction:row;justify-content:center}}.testimonials .testimonials-container .testimonial-card{background:linear-gradient(200deg,#f584bc,#dec0d0);padding:25px;border-radius:15px;box-shadow:0 0 5px #ec4899;max-width:800px;flex:1;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease-in-out}.testimonials .testimonials-container .testimonial-card:hover{transform:translateY(-5px)}.testimonials .testimonials-container .testimonial-card .testimonial-text{font-style:italic;margin-bottom:15px;font-size:1.1rem}.testimonials .testimonials-container .testimonial-card .testimonial-author{font-weight:700;font-size:1rem;margin-bottom:5px}.testimonials .testimonials-container .testimonial-card .testimonial-position{font-size:.9rem;color:#ec4899}
