.App-container{padding:20px 100px 100px;background-color:#161513;height:100%;color:#fff;font-family:Winky Sans,sans-serif}*{font-family:Winky Sans,sans-serif}@media (max-width: 768px){.App-container{padding:20px 50px}}.Nav-container{display:flex;align-items:center;justify-content:center;gap:270px}ul{display:flex;align-items:center;list-style:none;gap:20px;font-family:Winky Sans,sans-serif}a{text-decoration:none;color:#fff}.navBtn{animation:zoomInOut 2s infinite ease-in-out}@media (max-width: 768px){.Nav-container{display:none}}.Mobile-Nav{display:none}@media (max-width: 768px){.Mobile-Nav{display:block;font-family:Winky Sans,sans-serif;position:relative;z-index:1000}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.menu-toggle{cursor:pointer}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1c1b19cc;z-index:998}.mobile-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#1c1b19;box-shadow:-2px 0 5px #0000001a;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;transition:right .3s ease;z-index:999}.mobile-menu.open{right:0}.mobile-menu ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.mobile-menu li{font-size:1.1rem}.mobile-menu .navBtn{margin-top:1.5rem;animation:zoomInOut 2s infinite ease-in-out}}.Button-container{padding:15px 20px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:16px;color:#fff;border:none;cursor:pointer;transition:background .5s ease,transform .3s ease}.Button-container:hover{transform:scale(1.05);opacity:.9}.profile-pic{aspect-ratio:1;border-radius:50%;overflow:hidden;display:inline-block;box-shadow:0 4px 15px #0003;display:grid;justify-self:center}.profile-pic img{width:100%;height:100%;object-fit:cover}.custom-h1{font-size:3rem;font-weight:700;color:#fff;margin:.5em 0;text-transform:uppercase;letter-spacing:2px;text-align:center}.HomeContainer{display:flex;flex-direction:column;align-items:center;padding:2rem;gap:1.5rem}.profile-container{width:250px;height:250px}.profile-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero-Header{max-width:1000px;text-align:center;justify-self:center}.Hero-text{max-width:800px;text-align:center;justify-self:center;font-size:20px}.Hero-btn{justify-self:center;padding-top:2rem;display:flex;gap:20px}.connect{animation:zoomInOut 2s infinite ease-in-out}.black-hero-btn{background:#000;border:2px solid white}@media (max-width: 768px){.HomeContainer{padding:1rem;gap:1rem}.profile-container{width:150px;height:150px}.hero-Header{max-width:90%;margin:0 auto}.hero-Header h1{font-size:1.5rem}.Hero-text{max-width:90%;font-size:16px;margin:0 auto}.Hero-btn{flex-direction:column;gap:12px;width:100%;max-width:300px}.Hero-btn button{width:100%}}.AboutContainer{padding:2rem;max-width:1200px;margin:0 auto;font-family:Winky Sans,sans-serif}.about-title{text-align:center;margin-bottom:2rem}.About-text-container{display:flex;gap:2rem;align-items:flex-start;margin-bottom:3rem}.Profile-image{width:290px;height:300px;border-radius:30px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 15px #0003}.Text-container{flex:1;font-size:20px;line-height:1.6}.extra-para{margin-top:1.5rem}.stats-container{display:flex;justify-content:center;gap:2rem}.stats-card{padding:0 2rem;text-align:center;border-right:1px solid #ccc}.stats-card:last-child{border-right:none}.statsHeader{font-size:60px;margin:0}.statsText{font-size:25px;margin:.5rem 0 0}@media (max-width: 768px){.AboutContainer{padding:1rem}.About-text-container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.Profile-image{width:180px;height:180px}.Text-container{font-size:16px}.stats-container{flex-direction:column;gap:1.5rem}.stats-card{border:none;padding:1rem}.statsHeader{font-size:40px}.statsText{font-size:18px}}.services-cont{display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px;justify-items:center;text-align:center;padding-top:30px}.service-img{width:100px;height:100px;cursor:pointer;border-radius:8px}.services{transition:background 5s ease,transform 2s ease;box-shadow:0 4px 15px #a202c233;cursor:pointer;border:1px solid rgb(233,28,189);padding:15px;border-radius:10px}.services:hover{opacity:.9;box-shadow:0 15px 30px #2e002e33;background-image:linear-gradient(45deg,#3f0028,#582300);border:2px solid #ff00ff;animation:zoomInOut 2s infinite ease-in-out}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.service-text{font-size:20px}@media (max-width: 768px){.services-cont{display:flex;gap:20px;overflow-x:auto;animation:scroll 8s linear infinite;width:max-content}.services{flex:0 0 auto;align-items:center;justify-content:center;padding:10px}.service-img{width:60px;height:60px}.service-text{font-size:16px}.service-wrapper{overflow:hidden}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}}.ProjectsContainer{padding:2rem 1rem;max-width:1200px;margin:0 auto}.Project-cont{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;justify-items:center;margin-top:2rem}.Project-Img{width:100%;max-width:350px;border-radius:12px;cursor:pointer;transition:transform .3s ease,border .3s ease}.Project-Img:hover{border:3px solid rgb(133,3,133);transform:scale(1.05)}.btn-showMore{display:flex;justify-content:center;margin:2rem 0}.show_more-btn{background:#000;color:#fff;border:2px solid white;padding:20px 40px;display:flex;align-items:center;gap:10px;border-radius:50px;font-size:20px;font-weight:500;cursor:pointer;transition:opacity .3s ease,transform .3s ease}.show_more-btn:hover{opacity:.9;transform:translateY(-2px)}.btn-showMore img{width:25px}@media (max-width: 992px){.Project-cont{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.Project-cont{grid-template-columns:1fr}.Project-Img{max-width:100%}.show_more-btn{width:100%;justify-content:center}}.ContactContainer{padding:2rem;max-width:1200px;margin:0 auto}.contact-cont{display:flex;justify-content:space-between;gap:30px}.left-contact-container{flex:1}.lets-talk{font-size:50px;margin:0}.contact-description{font-size:18px;width:70%;margin:1rem 0}.card{display:flex;align-items:center;gap:20px;padding-top:30px;font-size:18px}.card .icon img,.card .icon{width:25px}.card a{color:inherit;text-decoration:none}.right-contact-container{flex:1;display:flex;flex-direction:column;gap:15px}.right-contact-container input,.right-contact-container textarea{border:none;width:100%;padding:18px 20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit,sans-serif;font-size:18px}label{font-size:19px;color:#d8d8d8}.submitBtn{margin-top:1rem}@media (max-width: 768px){.contact-cont{display:flex;flex-direction:column;gap:2rem}.left-contact-container,.right-contact-container,.contact-description{width:100%}.card{padding-top:20px;font-size:16px}.card .icon img,.card .icon{width:20px}label{font-size:16px}.right-contact-container input,.right-contact-container textarea{padding:14px 16px;font-size:16px}}.FooterContainer{background-color:#161513;color:#f0f0f0;font-family:Winky Sans,sans-serif;padding:2rem 1rem 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:1.5rem}.footer-brand h2{margin:0;font-size:1.5rem}.footer-brand p{margin:.5rem 0 0;font-size:.9rem;color:#b0b0b0}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:inherit;text-decoration:none;font-size:.95rem;position:relative}.footer-links a:after{content:"";position:absolute;width:0;height:2px;background:#f0f0f0;left:0;bottom:-4px;transition:width .3s ease}.footer-links a:hover:after{width:100%}.footer-social{display:flex;gap:1rem}.footer-social a{color:inherit;transition:color .3s ease,transform .3s ease}.footer-social a:hover{color:#da7c25;transform:translateY(-2px)}.footer-bottom{text-align:center;margin-top:1.5rem;border-top:1px solid #2a2a2a;padding-top:1rem;font-size:.85rem;color:#8a8a8a}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-links,.footer-social{justify-content:center}}.connect-container{text-align:center;padding:60px 20px;width:100%}body,html{margin:0;padding:0;overflow-x:hidden}.connect-subtext{margin-top:10px;font-size:18px;color:#aaa}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:25px;margin-top:40px;justify-items:center}.platform-card{text-decoration:none;color:#fff;background:#1f1f1f;padding:20px 15px;border-radius:12px;transition:transform .3s ease,background .3s ease;display:flex;flex-direction:column;align-items:center;width:130px;height:130px;box-shadow:0 4px 10px #ffffff0d}.platform-card:hover{transform:translateY(-5px);background:linear-gradient(145deg,#5b0060,#30005b)}.icon{font-size:30px;margin-bottom:10px;color:#ff58d3}.platform-card p{margin:0;font-size:16px;font-weight:500}
