@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif}.body{margin:1rem 4rem}nav{display:flex;justify-content:space-between;align-items:center;min-height:8vh;background-color:#f5f5f5;padding:2rem;border-radius:2rem;position:fixed;top:1rem;right:0;left:0;margin:0 4rem;z-index:100}.logo{color:#333;display:flex;gap:10px}.nav-link{display:flex;gap:2rem}.nav-link p{font-weight:400;font-size:1rem}nav button{background-color:#ee6f00;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;cursor:pointer;font-size:1.2rem}nav button:hover{background-color:#ee6f00cc}nav .menu-icon{display:none}.nav-items{display:none}.hero{display:flex;align-items:center;min-height:90vh;background-image:url(/assets/Heroimage-BytvjV22.svg);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2rem;border-radius:2rem;margin-top:10rem}.hero-text{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:60%}.hero-text h1{font-size:5.5rem;font-weight:700;color:#fff;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out .5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-text p{font-size:1.5rem;font-weight:400;color:#fff;opacity:0;transform:translateY(60px);animation:fadeInUp 1s ease-out 1s forwards}.hero button{background-color:#ee6f00;color:#fff;padding:1rem 2.5rem;border:none;text-align:center;border-radius:10px;cursor:pointer;font-size:1.2rem}.hero button:hover{background-color:transparent;border:1px solid rgba(238,111,0,1)}.Meet-section{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.Meet-section h2{font-size:3rem;font-weight:700;color:#0c0c0c}.Meet-section p{font-size:1.25rem;font-weight:400;color:#0c0c0c;text-align:center}.Meet-section button{background-color:#ee6f00;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem}.Meet-section button:hover{background-color:#ee6f00cc}.news-section{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.news-section h2{font-size:3rem;font-weight:700;color:#0c0c0c;text-align:center}.news-one{display:flex;gap:2rem;align-items:center}.news-image{width:49%}.news-image img{width:100%;border-radius:2rem}.news-text{display:flex;flex-direction:column;gap:1.5rem;width:49%}.news-text h4{font-size:1.2rem;font-weight:700;color:#0c0c0c;line-height:.5rem;font-family:Arial,Helvetica,sans-serif}.news-text h3{font-size:2.5rem;font-weight:700;color:#0c0c0c}.news-text p{font-size:1rem;font-weight:400;color:#444}.more{display:flex;align-items:center;gap:1rem}.more p{font-size:1.25rem}.news-two{display:flex;flex-direction:row-reverse;align-items:center;gap:2rem}.news-three{display:flex;gap:2rem;align-items:center}.project-section{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(180deg,#e87d00 50%,#824600);padding:2rem 5rem 4rem;border-radius:2rem}.project-section h2{font-size:3rem;font-weight:700;color:#fff;text-align:center}.project-container{display:flex;gap:2rem;align-items:center}.project-text{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:45%}.project-text h4{font-size:1.5rem;font-weight:700;line-height:1.7rem;color:#fff}.project-text h1{font-size:3rem;font-weight:700;line-height:3.5rem;color:#fff}.project-text p{margin-top:1rem;font-size:1rem;font-weight:400;color:#fff}.project-text button{margin-top:1rem;padding:1rem 2.5rem;border-radius:10px;border:none;background-color:#fff;color:#e87d00;font-size:1.25rem;cursor:pointer}.project-text button:hover{background-color:#fffc}.mobile-projectImage{display:none}.project-image{width:55%}.project-image img{width:100%}.blog-section{margin:3rem 10rem;display:flex;flex-direction:column;gap:2rem}.blog-section h1{font-size:3rem;font-weight:700;color:#0c0c0c;text-align:center}.blog-top,.blog-bottom{display:flex;align-items:center;justify-content:space-between}.blog-left{width:45%;display:flex;flex-direction:column;align-items:center}.blog-left:hover,.blog-right:hover{transform:scale(1.05);transition:all .3s ease;background-color:#fff;box-shadow:0 2px 8px #0000004d;border-radius:1.8rem}.blog-right{width:45%;display:flex;flex-direction:column;align-items:center}.blog-text{padding:1.7rem;display:flex;flex-direction:column;gap:1.5rem}.blog-text h3{font-size:1.5rem;font-weight:700;color:#0c0c0c}.blog-text p{font-size:1rem;font-weight:400;color:#444}.blog-text .more p{font-size:1.25rem;color:#0c0c0c}.blog-image,.blog-image img{width:100%}.reach-section{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:#070502;padding:2rem 6rem 4rem;border-radius:3.2rem}.reach-section h1{font-size:3rem;font-weight:700;background:linear-gradient(180deg,#fff 50%,#999);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}.reach-section p{font-size:1rem;font-weight:400;background:linear-gradient(180deg,#fff 50%,#999);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center;margin-bottom:2rem}.reach-image,.reach-image img{width:100%}.reach-button{display:flex;align-items:center;margin-bottom:0;gap:.6rem;background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,1);padding:.8rem;border-radius:1rem}.reach-button p{margin-bottom:0}.impact-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;min-height:100vh;background-image:url(/assets/impact-CT1h8k13.svg);background-size:cover;background-repeat:no-repeat;background-position:center}.impact-section h1{font-size:3rem;font-weight:700;color:#fff}.impact-section p{font-size:1.25rem;font-weight:400;color:#fff;text-align:center}.impact-section .button{display:flex;align-items:center;gap:.6rem;background-color:#ee6f00;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem}.impact-section .button:hover{background-color:#ee6f00cc}.partner-section{margin:3rem 10rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.partner-section h1{font-size:3rem;font-weight:700;color:#0c0c0c;text-align:center}.partner-container{display:flex;gap:1rem;align-items:center;width:100%;overflow:hidden;white-space:nowrap}.partner-image{width:100%;flex:0 0 auto}.partner-image img{width:50%}footer{display:flex;justify-content:space-between;min-height:8vh;margin-top:3rem;margin-bottom:8rem}.footer-left h1{font-size:3rem;font-weight:400;color:#0c0c0c;margin-bottom:2rem}footer input{padding:1rem 1.2rem;border-radius:3.13rem;border:none;width:17rem;background-color:#e7e7e7}::placeholder{color:#555454;font-size:1rem;font-weight:400}footer button{background-color:#ee6f00;color:#fff;padding:.8rem 1.2rem;border:none;border-radius:3.12rem;cursor:pointer;font-size:1rem}.footer-right{display:flex;gap:4rem}.footer-links{display:flex;flex-direction:column;gap:2rem}.footer-links h4{font-size:1.5rem;font-weight:400;color:#000;margin-bottom:1rem}.footer-links p{font-size:1rem;font-weight:400;color:#555454}hr{border:1px solid rgba(231,231,231,1);width:100%;margin-bottom:2rem}.footer-bottom p{font-size:1rem;font-weight:400;color:#555454;text-align:center}@media screen and (max-width: 900px){.body{margin:0}nav{padding:1.5rem;margin:0rem;z-index:100}.nav-link{display:none}nav div:nth-child(3){display:none}nav .menu-icon{display:block;cursor:pointer}.nav-items{list-style:none;margin:0;padding-top:4rem;padding-left:1rem;gap:3rem;display:flex;flex-direction:column;position:absolute;align-items:flex-start;top:7rem;right:0;left:0;background-color:#d4d5d7;width:100%;height:50vh;border-radius:8px;z-index:3;opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.nav-items.open{display:flex;opacity:1;pointer-events:auto;transform:translateY(0)}.nav-items p{font-size:1rem}.nav-items button{background-color:#ee6f00;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;cursor:pointer;font-size:1.25rem}.content.blurred{filter:blur(8px);transition:filter .3s ease-in-out}body.menu-open{overflow:hidden}.hero{padding:2rem 1rem;border-radius:0;margin-top:8.5rem}.hero-text{width:100%}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.hero button{padding:1rem 2rem;font-size:1rem}.Meet-section{padding:0 1rem}.Meet-section h2{font-size:2rem}.Meet-section p{font-size:1.25rem}.Meet-section button{padding:1rem 2rem;font-size:1rem}.news-section{padding:0 1rem}.news-section h2{font-size:2rem}.news-one{flex-direction:column}.news-image{width:100%}.news-text{width:100%;padding:0 1rem;gap:1rem}.news-text h3{font-size:1.9rem}.news-two,.news-three{flex-direction:column}.project-section{padding:2rem 1rem;border-radius:0}.project-section h2{font-size:2rem}.project-container{flex-direction:column}.project-text{width:100%;gap:1rem}.project-text h4{font-size:1.2rem}.project-text h1{font-size:2.5rem}.project-text p{font-size:1rem}.project-text button{padding:1rem 2rem;font-size:1rem}.mobile-projectImage{display:block;width:100%}.mobile-projectImage img{width:100%}.project-image{display:none}.blog-section{margin:3rem 1rem;gap:2rem}.blog-section h1{font-size:2rem}.blog-top,.blog-bottom{flex-direction:column;gap:2rem}.blog-left,.blog-right{width:100%}.blog-text{padding:1rem}.blog-image img{border-radius:1rem}.reach-section{padding:2rem 1rem;border-radius:0}.reach-section h1{font-size:2rem}.reach-button{padding:.8rem 1rem;font-size:1rem}.impact-section{min-height:60vh}.impact-section h1{font-size:2.3rem}.impact-section p{font-size:1.2rem}.partner-section{margin:3rem 1rem;gap:2rem}.partner-section h1{font-size:2rem}footer{flex-direction:column;gap:2rem;margin:0 1rem 2rem}.footer-left div{display:flex;gap:1rem}.footer-left h1{font-size:2.2rem}footer input{width:16rem}.footer-links h4{font-size:1.2rem;margin-bottom:0}.footer-bottom p{font-size:.9rem;margin-bottom:1rem}}
