@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Work Sans,sans-serif}body{background-color:#000;color:#fff}.Nav{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.Nav a{color:#fff}.Nav a.active{color:#0ee60e}.Nav ul{display:flex;align-items:center;list-style:none}.Nav h1{font-weight:520;margin-left:20px}.Nav li a{text-decoration:none;color:#fff;margin-right:30px;font-size:16px}.Home{display:flex;align-items:center;margin-top:80px;flex-direction:column;height:80vh;justify-content:space-between}.wrapper{display:flex}.links{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.links ul{display:flex;list-style:none;gap:50px}.links a{text-decoration:none;color:#fff}.links li{font-size:1.1rem}.Home img{width:250px;height:270px;border-radius:50%;margin-right:80px}.text .h1{font-size:1.6rem;margin-left:10px}.btn1{background-color:#40af40;color:#fff;font-size:1rem;border:none;padding:5px 15px;border-radius:5px;margin-left:10px;cursor:pointer}.text{width:60%;margin-left:20px;justify-content:left}.text h1{margin-bottom:20px}.ani{background:linear-gradient(135deg,#00b7eb,#40af40);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text p{text-align:left;line-height:1.3;word-spacing:1px;margin-bottom:20px;padding:0 10px}.con{display:flex;justify-content:center;margin-top:180px}.Abou{margin-top:40px}.Abou p{text-align:left;padding:0 30px}.about{display:flex;margin-left:30px}.about .img img{width:200px;border-radius:5px;margin-bottom:50px;border:1px solid #fff}.about .info{margin-left:20px}.about .info .btn2{background-color:#40af40;color:#fff;font-size:1rem;border:none;padding:5px 15px;border-radius:5px;margin-top:30px;cursor:pointer}.projects-container{max-width:1200px;margin:0 auto;padding:2rem}.projects-title{text-align:center;margin-bottom:2.5rem;background:linear-gradient(135deg,#00b7eb,#40af40);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:700}.reactBox{display:flex;background-color:#141212;padding:20px;border-radius:10px;margin-top:30px}.reactBox img{width:490px;height:360px;border-radius:3px}.reactcl{display:flex;align-items:start;flex-direction:column;padding-top:40px;padding-left:15px;padding-right:15px}.reactcl h4{margin-top:10px}.reactcl p{margin-top:20px;margin-bottom:40px}.reactcl button{width:150px;height:30px;display:flex;justify-content:center;align-items:center;border:none;border-radius:3px;font-size:16px;font-weight:500;color:#fff;background-color:#40af40;margin-left:auto;cursor:pointer}.reactcl button:hover{background-color:#509650}.last{margin-bottom:30px}.dropdown-container{display:flex;flex-direction:column;gap:1.5rem}.dropdown{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;background-color:#fff}.dropdown:hover{box-shadow:0 6px 20px #00000026}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#40af40;color:#fff;cursor:pointer;transition:background-color .3s ease}.dropdown-header:hover{background-color:#5c975c}.dropdown-header h1{margin:0;font-size:1.8rem;font-weight:600}.dropdown-icon{font-size:1.8rem;font-weight:700}.dropdown-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.projects-container{min-height:100vh;padding:60px 80px}.projects-title{color:#2dd4bf;font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:50px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.project-grid>a{display:flex;flex-direction:column;background-color:#141414;border:1px solid #262626;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.project-grid>a:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000080}.project-grid>a img{width:100%;height:200px;object-fit:cover;display:block}.project-info{padding:20px;flex:1;display:flex;flex-direction:column}.project-info h3{color:#fff;font-size:1.2rem;font-weight:700;margin:0 0 10px}.project-info p{color:#a3a3a3;font-size:.9rem;line-height:1.5;margin:0 0 16px;flex:1}.project-link{align-self:flex-start;background-color:#40af40;color:#fff;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:8px;transition:background-color .2s ease}.project-grid>a:hover .project-link{background-color:#16a34a}.loader,.error{color:#d4d4d4;text-align:center;font-size:1.1rem;margin-top:40px}.error{color:#f87171}@media(max-width:768px){.projects-container{padding:1rem}.projects-title{font-size:2rem}.dropdown-header{padding:1.2rem 1.5rem}.dropdown-header h1{font-size:1.5rem}.projects-grid{grid-template-columns:1fr;padding:1.5rem}}@media(max-width:480px){.Nav{flex-direction:column;gap:15px;padding:0 10px}.Nav ul{flex-wrap:wrap;justify-content:center;gap:10px}.Nav li a{margin-right:15px;font-size:14px}.Home{margin-top:30px}.Home img{width:50px;height:60px;margin-top:90px;margin-left:30px;display:none}.text .h1{font-size:1.2rem;margin-left:15px}.text p{font-size:.9rem;line-height:1.4;width:90vw}.about .img img{width:140px}.links{position:fixed;bottom:0;left:0;width:100%;padding:15px 0;margin-top:0;z-index:1000}.links ul{gap:20px}.projects-container{padding:1rem}.projects-title{font-size:1.7rem;margin-bottom:1.5rem}.dropdown-header{padding:1rem 1.2rem}.dropdown-header h1{font-size:1.2rem}.projects-grid{grid-template-columns:1fr;padding:1rem;gap:1rem}.project-image{height:150px}}@media(min-width:769px){.wrapper{flex-direction:row;justify-content:center;gap:50px}.Home img{margin-left:60px}.text{width:60%;margin-left:20px;text-align:left}.text p{text-align:left}.about{flex-direction:row;margin-left:30px;align-items:flex-start}.about .info{margin-left:20px;text-align:left}.Abou p{text-align:left;padding:0 30px}}@media(min-width:481px)and (max-width:768px){.wrapper{flex-direction:column;gap:40px}.about{flex-direction:column;align-items:center}.about .info{text-align:center}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}
