.cursor{position:fixed;top:0;left:0;width:70px;height:70px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9999}.splitscreen{display:flex;width:100%;height:100vh;justify-content:center;align-items:center}.left,.right{width:50%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.right{background-color:#1a1a1a}.serviceslistcontainer{display:flex;flex-direction:column;gap:20px}.serviceCard{display:flex;flex-direction:column;gap:16px;padding:32px;height:auto;width:500px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;align-items:flex-start;font-family:Inter,sans-serif}.faded{opacity:.5}.serviceCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.serviceCard h1{font-size:32px;font-weight:700;margin:0;color:#1a1a1a}.serviceCard p{font-size:16px;font-weight:500;color:#555;margin:0 0 16px;line-height:1.5}.serviceCard a{background:linear-gradient(135deg,tomato,#ff8566);color:#fff;text-decoration:none;padding:12px 28px;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;letter-spacing:.3px;transition:transform .2s ease,box-shadow .2s ease,background .3s ease}.anchortagHover{transform:translateY(-3px);box-shadow:0 6px 16px #ff634766;background:linear-gradient(135deg,#2d7cf9,tomato)!important}.serviceCard a:hover{transform:translateY(-3px);box-shadow:0 6px 16px #ff634766;background:linear-gradient(135deg,#ff8566,tomato)}.cartContainer{display:flex;flex-direction:column;gap:24px;height:80%;width:80%;max-width:800px;margin:auto;border-radius:16px;padding:32px;color:#222;background-color:#fff;box-shadow:0 12px 40px #0000001f;font-family:Inter,sans-serif;overflow-y:auto;animation:fadeIn .3s ease}.cartTitle{font-size:28px;font-weight:700;text-align:center;margin-bottom:12px;color:#111}.projectType h3,.projectDescription h3{font-size:16px;font-weight:600;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.projectOverview{width:100%;border:1px solid #ddd;border-radius:12px;padding:16px;background:#fafafa;transition:box-shadow .3s ease,transform .2s ease}.projectOverview:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.projectOverview h4{font-size:18px;font-weight:600;margin-bottom:6px;color:#222}.projectOverview p{font-size:14px;line-height:1.6;color:#555}.big{height:150px}.checkoutButtonContainer{display:flex;justify-content:center;margin-top:auto}.checkoutButton{background:linear-gradient(135deg,tomato,#ff8566);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #ff63474d;transition:background .3s ease,transform .2s ease}.checkoutButtonHoverEffect{background:linear-gradient(135deg,#2d7cf9,tomato)!important;transform:translateY(-2px)}.checkoutButton:hover{background:linear-gradient(135deg,#ff8566,#ffa07a);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.mobilehide{display:none}.splitscreen{flex-direction:column;height:auto;padding:20px 0}.left,.right{width:100%;height:auto;justify-content:flex-start;align-items:center;padding:10px}.serviceslistcontainer{gap:16px;align-items:center}.serviceCard{width:90%;padding:20px;font-size:14px}.serviceCard h1{font-size:24px}.serviceCard p{font-size:14px}.serviceCard a{padding:10px 20px;font-size:14px}.cartContainer{width:95%;padding:20px;height:auto}.cartTitle{font-size:22px}.projectOverview{padding:12px}.projectOverview h4{font-size:16px}.projectOverview p{font-size:13px}.big{height:200px}.checkoutButton{padding:12px 24px;font-size:14px}.cursor{width:50px;height:50px}}.skill-icon{width:50px;height:50px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;filter:drop-shadow(0 4px 10px rgba(0,0,0,.4))}.skill-icon:hover{transform:rotate(360deg) scale(1.1);filter:drop-shadow(0 6px 14px rgba(0,0,0,.6)) brightness(1.2)}.skillsContainer{height:100%;width:100%;display:flex;align-items:center;flex-direction:column;padding:30px 200px;gap:30px}.skillsContainer h1{font-size:clamp(28px,4vw,42px);font-weight:700;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.skillsGrid{display:flex;flex-wrap:wrap;width:100%;gap:20px;justify-content:center}.skillsCard{width:min(100%,380px);height:auto;background:#ffffff12;border-radius:20px;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);box-shadow:0 8px 32px #000000a6;padding:2rem;color:#f0f0f0;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.skillsCard:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 14px 40px #000c;border-color:#ffffff40}.skillsCard:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#00c6ff,#0072ff,#ff6ec7);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:destination-out;opacity:0;transition:opacity .4s ease}.skillsCard:hover:before{opacity:1}.iconsgrid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.skillsCardTittle{display:flex;align-items:center;gap:12px;font-weight:600;font-size:20px;position:sticky;top:0;z-index:2;border-radius:10px;padding:8px 14px}.seperator{margin:15px 0;height:2px;width:100%;background:linear-gradient(90deg,transparent,#ccc,transparent);border:none;opacity:.6}@media (max-width: 1200px){.skillsContainer{padding:0 100px}.skillsGrid{gap:16px}}@media (max-width: 768px){.skillsContainer{padding:0 40px}.skillsCard{width:100%}}@media (max-width: 480px){.skillsContainer h1{font-size:24px}.skillsGrid{flex-direction:column}.iconsgrid{gap:14px}}header{background-color:#121212;margin:auto;padding:30px;text-align:center;font-size:30px;color:#fff;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px #00000080}._headercontainer_7hjih_15{margin-left:200px;margin-right:200px;display:flex;justify-content:space-between;align-items:center}._signature_7hjih_23{font-family:Corinthia,cursive;font-weight:700;font-size:40px}._signature_7hjih_23 a{color:#fff;text-decoration:none;cursor:pointer;position:relative;display:inline-block;transition:all .3s ease}._navbarNavigation_7hjih_38{display:flex;align-items:center;justify-content:center;flex-direction:row;transition:max-height .3s ease,opacity .3s ease}._navigation_7hjih_46{display:flex;gap:20px;font-family:Inter,sans-serif;font-weight:600;font-size:18px;align-items:center;justify-content:center;flex-direction:row}._navigation_7hjih_46 a{color:#fff;text-decoration:none;cursor:pointer;position:relative;display:inline-block;padding:.3em .6em;transition:all .3s ease}._navigation_7hjih_46 a:hover{color:tomato;transform:scale(1.1);text-shadow:0 0 8px rgba(255,99,71,.7)}._navigation_7hjih_46 a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:tomato;transition:width .3s ease}._navigation_7hjih_46 a:hover:after{width:100%}._buyservicesbutton_7hjih_89{background-color:tomato;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:18px;transition:background-color .3s ease,transform .3s ease;align-content:center}._buyservicesbutton_7hjih_89:hover{background-color:#ff4500;transform:scale(1.05);box-shadow:0 4px 15px #ff450066}._buyservicesbutton_7hjih_89:active{transform:scale(.95)}._buyservicesbutton_7hjih_89:focus{outline:none;box-shadow:0 0 0 3px #ff634780}._burger_7hjih_117{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;z-index:1100}._burger_7hjih_117 span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}._burger_7hjih_117._open_7hjih_139 span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}._burger_7hjih_117._open_7hjih_139 span:nth-child(2){opacity:0}._burger_7hjih_117._open_7hjih_139 span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){._headercontainer_7hjih_15{margin-left:20px;margin-right:20px}._signature_7hjih_23{font-size:30px}._buyservicesbutton_7hjih_89{font-size:16px;padding:8px 16px}header{padding:20px;font-size:24px}._navbarNavigation_7hjih_38{position:absolute;top:70px;right:0;background:#1e1e1e;flex-direction:column;align-items:flex-start;width:200px;padding:20px;max-height:0;overflow:hidden;opacity:0;border-left:1px solid #2a2a2a;box-shadow:-2px 0 6px #00000080}._navbarNavigation_7hjih_38._open_7hjih_139{max-height:300px;opacity:1}._navigation_7hjih_46{flex-direction:column;gap:15px;margin-top:10px}._navigation_7hjih_46 a{font-size:16px;padding:.2em .4em}._burger_7hjih_117{display:flex}}.whoami{height:85vh;width:100%}.WhoAmISplit{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:relative}.WhoAmISplit:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;height:50%;align-self:center;background-color:gray;transform:translate(-50%)}.WhoAmIleft,.WhoAmIright{width:50%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.WhoAmIleft h1{font-family:Inter;font-size:64px}.WhoAmIright{display:flex;flex-direction:column;padding:30px;font-size:21px;gap:10px}@media (max-width: 768px){.whoami{height:auto;padding:2rem 1rem}.WhoAmISplit{flex-direction:column;align-items:stretch}.WhoAmISplit:after{display:none}.WhoAmIleft,.WhoAmIright{width:100%;height:auto;padding:1rem}.WhoAmIleft h1{font-size:42px;text-align:center}.WhoAmIright{font-size:18px;gap:15px;text-align:center}}.myServicesTittle{padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.myServicesContainer h1{font-size:clamp(28px,4vw,42px);font-weight:700}.myServicesContainer{display:flex;flex-direction:column;margin-left:200px;margin-right:200px;height:50vh;align-items:center;justify-content:center}.MyServiceCard{display:flex;flex-direction:column;gap:16px;padding:32px;height:auto;width:500px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;color:#000;align-items:flex-start;flex-direction:row;font-family:Inter,sans-serif}.CardRight{flex:1}.CardLeft h1{font-size:32px;font-weight:700;margin:0;color:#000}.servicesGrid{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;justify-content:center}.downArrow{margin:40px auto 0;width:24px;height:24px;border-left:3px solid #fff;border-bottom:3px solid #fff}@media (max-width: 768px){.myServicesContainer{margin-left:1rem;margin-right:1rem;height:auto}.myServicesTittle{text-align:center}.servicesGrid{flex-direction:column;gap:1.5rem}.MyServiceCard{width:100%;max-width:100%;flex-direction:column;align-items:center;text-align:center;padding:24px}.CardLeft h1{font-size:24px}.CardRight{margin-top:12px}.downArrow{margin:30px auto 0;width:20px;height:20px;border-left:2px solid #fff;border-bottom:2px solid #fff}}.PristineDev{background:linear-gradient(90deg,#4a90e2,#8d3daf);width:400vw;height:auto;overflow:visible!important}.PristineDevLogo{display:flex;flex-direction:row;align-items:center;gap:20px}.center{align-items:center!important}.column{flex-direction:column}.horizontal-section{position:relative;width:100%;height:100vh;overflow:hidden}.horizontal-wrapper{display:flex;height:100%}.panel{min-width:100vw;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;align-items:flex-start;position:relative}.PristineDevContainer{text-align:center;display:flex;align-items:center;gap:20px;flex-direction:column}.PristineDev h1{font-size:clamp(64px,4vw,42px)!important}.responsive-img{max-width:100px;width:100%;height:auto;margin-bottom:1rem}.services-panel{max-width:1200px;width:100%}.services-title{text-align:center;font-size:2.5rem;margin-bottom:2rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.service-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease,background .3s ease;animation:floatUp 2.5s ease-in-out infinite alternate}.service-card:hover{transform:translateY(-5px) scale(1.02);background:#fff3}.service-icon{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.social-panel{padding:5rem 2rem;text-align:center;color:#fff}.social-headings{background:linear-gradient(90deg,#6c63ff,#1da1f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900;display:inline-block;animation:shimmer 3s infinite linear}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.social-subtitle{font-size:1.2rem;opacity:.8;margin-bottom:2.5rem}.socialLinksGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:1rem;width:min(720px,92%);margin:1.5rem auto 0;justify-items:center;align-items:center;align-content:center;box-sizing:border-box}.social-link{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;min-width:64px;border-radius:50%;background:#ffffff0f;text-decoration:none;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease;box-shadow:0 6px 18px #00000047;overflow:hidden}.socialLinksGrid>a{justify-self:center}.social-link img,.social-link svg{width:28px;height:28px;display:block;pointer-events:none}.social-link:hover,.social-link:focus{transform:translateY(-8px) scale(1.08);box-shadow:0 18px 40px #00000073;background:#ffffff1a;outline:none}.social-link.linkedin:hover{background:#0077b5}.social-link.twitter:hover{background:#1da1f2}.social-link.github:hover{background:#24292e}.social-link.upwork:hover{background:#6fda44;color:#111}.social-link.trustpilot:hover{background:#00b67a}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.cta-panel{text-align:center;color:#fff}.cta-heading{font-weight:800;margin-bottom:1rem;animation:gradientFlow 6s infinite linear}@keyframes gradientFlow{0%{background-position:0% 50%}to{background-position:100% 50%}}.cta-subtitle{font-size:1.2rem;opacity:.85;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.cta-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#5757cd;color:#fff}.cta-btn.primary:hover{background:#5a54e6;transform:translateY(-3px);box-shadow:0 0 15px #6fda4499}.cta-btn.secondary{background:transparent;border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:#fff;color:#111;transform:translateY(-3px);box-shadow:0 0 15px #fff9}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.scroll-arrow{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:2rem;color:#fff;opacity:.6;animation:bounce 1.5s infinite;cursor:pointer}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-12px)}}@media (max-width: 768px){.PristineDev h1{font-size:clamp(28px,4vw,42px)!important;text-align:center}.PristineDev{height:auto}.responsive-img{width:50px;margin-bottom:0}h2{text-align:center}.horizontal-wrapper{display:block}.panel{min-width:100%;height:auto;padding:2rem 1rem;background:linear-gradient(90deg,#4a90e2,#8d3daf)}.services-grid{grid-template-columns:1fr}.services-title,.social-heading{font-size:2rem}.social-subtitle{font-size:1rem}.socialLinksGrid{grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:.6rem;width:92%}.social-link{width:55px;height:55px;min-width:52px}.social-link img,.social-link svg{width:22px;height:22px}.cta-heading{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-btn{width:100%;text-align:center}}.ProjectsSection{margin:0 200px;padding:4rem 0}.ProjectsTitle{text-align:center;margin-bottom:2rem;font-family:Inter,sans-serif;color:#fff}.ProjectsContainer{display:flex;flex-direction:column;gap:2rem}.ProjectsCard{height:auto;background:#ffffff12;border-radius:20px;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);box-shadow:0 8px 32px #000000a6;padding:2rem;color:#f0f0f0;font-family:Inter,sans-serif;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.ProjectsCard--left{flex-direction:row}.ProjectsCard--right{flex-direction:row-reverse}.ProjectsImage{width:300px;height:auto;border-radius:12px;object-fit:cover}.ProjectsContent{flex:1}.ProjectsHeading{margin:0}.ProjectsRole{margin:.5rem 0}.ProjectsDescription{margin-bottom:1rem;line-height:1.6}.ProjectsLink{text-decoration:none}.ProjectsButton{background-color:tomato;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:18px;transition:background-color .3s ease,transform .3s ease}.ProjectsButton:hover{background-color:#e5533d;transform:scale(1.05)}@media (max-width: 1200px){.ProjectsSection{margin:0 100px}}@media (max-width: 900px){.ProjectsSection{margin:0 50px}.ProjectsCard{flex-direction:column!important;text-align:center}.ProjectsImage{width:100%;max-width:400px}}@media (max-width: 600px){.ProjectsSection{margin:0 20px}.ProjectsButton{width:100%}}
