@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";html{font-family:Roboto,sans-serif;letter-spacing:1px;box-sizing:border-box;scroll-behavior:smooth;cursor:url(/mouseWHITE.png),auto}html .light{cursor:url(/mouseBLACK.png),auto}*{padding:0;margin:0}:root{--primary: rgba(18, 18, 24);--secondary: rgb(12, 12, 22);--border: rgba(63, 63, 70, .4);--title: rgb(244 244 245);--subtitle: rgb(156 163 175);--bgHeader: rgb(60, 60, 65);--blue: rgb(93 188 252);--cursor-light: url(public/cursorr.png), auto;--cursor-dark: url(public/mouse2.svg), auto}.light{--primary: rgb(250, 250, 250);--secondary: rgb(255, 255, 255);--border:rgba(202, 202, 202, .518);--title: rgb(39, 39, 42);--subtitle: rgb(82, 82, 91);--bgHeader: rgb(253, 253, 253);--blue: rgb(93 188 252);--icon-hover: rgb(0, 0, 0)}body{background-color:var(--primary);color:#fff}.container{border:2px solid var(--border);width:80%;margin-left:auto;margin-right:auto;background-color:var(--secondary);padding:0 1.7rem}.divider{border-bottom:1px solid var(--border);width:calc(100% + 3.4rem);margin:3rem 0 3rem -1.7rem}li{list-style:none}a{all:unset;transition:.3s;cursor:pointer}.flex{display:flex;align-items:center}button{all:unset}button:hover{cursor:pointer}button:active{scale:.9}button:disabled{cursor:not-allowed;opacity:.5}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{border:7px solid #292c3b;box-shadow:inset 0 0 2.5px #00000080;border-radius:4px;background-color:#d4d4d8}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--title)}.scroll2top{background-color:#534b4bc2;width:2.6rem;height:2.6rem;border-radius:50%;position:fixed;bottom:2rem;right:2rem;opacity:.9;text-align:center;border:1px solid rgba(255,255,255,.2)}.scroll2top:hover{background-color:#534b4b;opacity:1;transition:all .3s ease-in-out}@media (max-width: 600px){.container{width:98%;padding:0 1rem}.divider{width:calc(100% + 3.4rem);margin-left:-1.7rem}.scroll2top{width:2.2rem;height:2.2rem;opacity:.7}}@media (max-width: 1000px){.container{width:90%;padding:0 1.7rem}.divider{width:calc(100% + 3.4rem);margin-left:-1.7rem}}.light .logo-dark{display:none}.light .logo-light{display:block}.logo-light{display:none}.logo-dark{display:block}header ul.flex{gap:16px}header ul li a{color:var(--title);opacity:.8;font-size:1.1rem;font-weight:500}header button{font-size:1.2rem;box-shadow:1px 1px 5px #0f0f0fcc}header.flex{justify-content:space-between;padding:0 2.4rem;margin-top:1.2rem}header.flex nav{background-color:var(--bgHeader);padding:.8rem 1.6rem;border-radius:55px;box-shadow:2px 2px 10px #0f0f0fcc;border:3px solid rgba(250,128,114,.438);animation:colorPulse 2s ease-in-out infinite}.glass-effect{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 4px 16px #0000001a}header.flex nav{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.8rem 1.6rem;border-radius:9999px;border:1px solid rgba(255,255,255,.15);box-shadow:0 0 20px #ffffff0d;display:flex;align-items:center;gap:1rem}header ul li a{color:#ffffffd9;transition:all .3s ease;font-weight:500}header ul li a:hover{color:#fff;opacity:1;text-shadow:0 0 10px rgba(255,255,255,.6)}.light header.flex nav{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:3px solid rgba(0,0,0,.1);box-shadow:10px 10px 10px #0000000d}.light header ul li a{color:#000c;transition:all .3s ease}.light header ul li a:hover{color:#000;text-shadow:10px 10px 10px rgba(0,0,0,.2)}.light header .icon-menu,.light header .mode{background-color:#fff9;color:#000000b3;border:2px solid rgba(0,0,0,.1)}.light header .icon-menu:hover,.light header .mode:hover{color:#000;border-color:#0000004d;transition:.2s}header ul li a:hover{color:#fff;opacity:1;font-weight:500}header .menu{display:none}header .icon-menu,header .mode{background-color:var(--bgHeader);border-radius:55px;height:2.4rem;width:2.4rem;justify-content:center;text-align:center;color:var(--subtitle);border:2px solid rgba(250,128,114,.438);animation:colorPulse 2s ease-in-out infinite}header .icon-menu:hover,header .mode:hover{color:var(--title);border:2px solid rgb(250,128,114);transition:.2s}header .icon-close{font-size:1.3rem;color:var(--subtitle);box-shadow:none}header .icon-close:hover{scale:1.2;color:#fff;transition:.3s;rotate:180deg}.light header .icon-close:hover{color:#000}.icon-sun{font-size:1.4rem;color:#eecb03}header .fixed{position:fixed;inset:0;z-index:20;background-color:#474747b7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes mymove{0%{scale:0}50%{scale:1.3}to{scale:1}}header .fixed ul.modal{animation:mymove .7s 1 ease;width:75%;margin-left:auto;margin-right:auto;margin-top:2rem;border-radius:1rem;padding:1rem;background-color:var(--secondary)}header .fixed ul.modal li{border-bottom:1px solid var(--border);padding-bottom:.77rem;padding-top:.5rem}header .fixed ul.modal li:last-child{border:none}header .fixed ul.modal li a{font-size:1rem}header .fixed ul.modal li:first-child{text-align:right;border:none;padding-bottom:0;padding-top:.2rem;margin-bottom:-1rem}.border{border:2px solid red}@keyframes colorPulse{0%,to{border-color:#ffffff70}50%{border-color:#636363cc}}@media (max-width: 700px){header.flex nav{display:none}header .menu{display:block}}section.hero .left-section{flex-grow:1}section.hero{margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}section.hero .avatar{width:100px;border-radius:50%;border:1px solid orange;padding:1px;box-shadow:2px 2px 40px #a1a0a0 inset}section.hero .icon-verified{color:var(--blue);font-size:1.5rem;position:relative;top:-10px;left:-1px}section.hero h1.title{font-size:2.85rem;line-height:3.3rem;margin:24px 0;color:var(--title)}section.hero p.sub-title{color:var(--subtitle);font-size:1.3rem;line-height:1.5rem;margin-bottom:32px}section.hero .icons{font-size:1.5rem;gap:1.5rem;color:var(--subtitle)}section.hero .icons .icon:hover{color:#fff;transition:all .3s;font-size:1.8rem;cursor:pointer}.light section.hero .icons .icon:hover{color:#000}.animation{width:100%;max-width:400px;scale:.6}@media (min-width: 800px){.animation{display:none}}@media (min-width: 1440px){.animation{scale:.8;max-width:500px}}.profile-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.profile-modal.active{opacity:1;visibility:visible}.modal-content{position:relative;display:flex;justify-content:center;align-items:center}.modal-profile-pic{width:300px;height:300px;border-radius:50%;border:3px solid orange;box-shadow:0 0 50px #ffa50080;animation:balletRotate 3s linear infinite;cursor:pointer}.modal-profile-pic{width:280px;height:280px;border-radius:50%;border:4px solid transparent;border-top:4px solid orange;border-right:4px solid transparent;border-bottom:4px solid orange;border-left:4px solid transparent;animation:elegantRotate 2s linear infinite;box-shadow:0 0 30px #ffa5004d,inset 0 0 30px #ffa50033}.profile-modal{cursor:pointer}.modal-content{cursor:default}.skills-section{width:100%}.skills-container{max-width:1200px;margin:0 auto;padding:0 1rem}.headline{font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;letter-spacing:1px;text-align:center}.light .headline{color:#1f2937}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.skill-card{display:flex;align-items:center;gap:.75rem;border:2px solid rgba(250,250,250,.1);border-style:inset;border-radius:1rem;padding:.75rem;background:transparent;transition:all .3s ease;cursor:pointer}.light .skill-card{border:2px solid rgba(0,0,0,.1);border-style:inset}.skill-card:hover{background-color:#27272a}.light .skill-card:hover{background-color:#f4f4f5}.skill-icon{background-color:#3f3f4680;border-radius:.5rem;overflow:hidden;width:3rem;height:3rem;padding:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.light .skill-icon{background-color:#e4e4e7b3}.skill-card:hover .skill-icon{background-color:#18181b}.light .skill-card:hover .skill-icon{background-color:#e4e4e7}.skill-icon img{width:2rem;height:2rem;object-fit:contain}.skill-content{flex:1}.skill-label{font-weight:600;color:#fff;margin-bottom:.25rem}.light .skill-label{color:#1f2937}.skill-desc{color:#a1a1aa;font-size:.875rem}.light .skill-desc{color:#6b7280}.light .skills-container p{color:#4b5563}main.flex{gap:2rem;align-items:start;max-width:1200px;margin:0 auto}main .left-section.flex{flex-direction:column;gap:10px;justify-content:center}main .left-section.flex button{background-color:#24252e;width:11rem;padding:.75rem 0;text-align:center;font-size:1.05rem;text-transform:capitalize;opacity:.8;border-radius:8px}main .left-section.flex button:hover{opacity:1;cursor:pointer;transition:all .3s}main .left-section.flex button.active{opacity:1;font-weight:700;letter-spacing:.6px;padding:.8rem 0;border:1px solid var(--blue)}main section.right-section.flex{flex-wrap:wrap;row-gap:2rem;column-gap:16px;justify-content:center}.card{border:3px solid rgba(93,188,252,.3);border-radius:5px;background-image:var(--bgHeader)}.card:hover{border:3px solid var(--blue);transition:all .3s;cursor:pointer;rotate:1deg;scale:1.02;background-image:linear-gradient(#24252ee6,#24252ee6)}.card .box{padding:1rem .4rem}.card img{border-top-left-radius:5px;border-top-right-radius:5px}.card .box .title{color:var(--title)}.card .box .sub-title{color:var(--subtitle);font-size:.8rem;margin-top:.7rem;margin-bottom:1rem}.card .box .icons{justify-content:space-between}.card .icon-github,.card .icon-link{font-size:1.2rem;color:var(--subtitle);cursor:pointer}.card .icon-github:hover,.card .icon-link:hover{font-size:1.25rem;color:var(--title);transition:all .3s}.card a.link{color:var(--blue);gap:.3rem;text-transform:capitalize}@media (max-width: 600px){main.flex{flex-direction:column;gap:2.6rem;align-items:center}main section.left-section.flex{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}main .left-section.flex button{width:7rem;padding:.8rem 0;text-align:center;font-size:.905rem;text-transform:capitalize}}section.contact-us .icon-envelope{color:var(--subtitle);font-size:1.8rem;margin-right:1rem}section.contact-us .title{font-size:2.1rem;color:var(--title);margin-bottom:1rem}section.contact-us .sub-title{color:var(--subtitle);margin-bottom:2rem;line-height:1.65rem}section.contact-us{max-width:1200px;margin:0 auto}section.contact-us label{color:var(--subtitle)}section.contact-us #email,section.contact-us #message{all:unset;background-color:#3f3f7126;border:1px solid rgb(63,63,70);width:16rem;padding:.5rem 1rem;margin-left:1rem;border-radius:5px;font-size:1.1rem}section.contact-us #email:focus,section.contact-us #message:focus{border:1px solid var(--blue);transition:all .3s}section.contact-us #email:hover,section.contact-us #message:hover{border:1px solid var(--blue);transition:all .3s}section.contact-us #message{height:8rem;resize:vertical}.light section.contact-us #message,.light section.contact-us #email{color:#2c2c2c;border:1px solid black;padding-left:1rem}section.contact-us .submit{background-color:#24252e;padding:.75rem 2rem;text-align:center;font-size:1.05rem;text-transform:capitalize;border-radius:5px;transition:all .3s;margin-top:1.8rem;border:1px solid rgb(63,63,70)}section.contact-us .submit:hover{scale:.97}section.contact-us .submit:active{scale:.87}.contact-animation{translate:105px -60px;width:100%}@media (max-width: 800px){.contact-animation{display:none}}@media (max-width: 500px){.animation{display:none;top:-5rem}section.contact-us form{display:flex;flex-direction:column;width:85%}section.contact-us form div.flex{flex-direction:column;align-items:start}section.contact-us #email,section.contact-us #message{width:100%;margin-left:0;padding:.7rem 0;margin-top:1rem}section.contact-us .submit{align-self:center;width:30%}}footer.flex{justify-content:space-between;color:var(--subtitle);padding-bottom:1.5rem}footer.flex ul{list-style:none;display:flex;gap:1.5rem;color:var(--subtitle);font-size:.9rem}footer.flex ul a:hover{color:var(--blue);transition:all .3s;font-size:1rem}@media (max-width: 800px){footer.flex{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}}.working-process{width:95%;max-width:800px;margin:3rem auto;font-family:Inter,sans-serif}.heading{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;width:100%;flex-wrap:nowrap}.heading h2{background:#b8ff60;padding:.4rem 1rem;border-radius:6px;font-weight:700;font-size:1.3rem;white-space:nowrap;flex-shrink:0}.heading p{margin:0;font-size:1rem;color:var(--textSoft);flex:1;max-width:320px;text-align:left;line-height:1.4rem}@media (max-width: 600px){.heading{flex-direction:column;align-items:center;justify-content:center;text-align:center}.heading h2{text-align:center}.heading p{max-width:90%;text-align:center}}.steps{display:flex;flex-direction:column;gap:1.2rem}.step{border-radius:18px;box-shadow:0 4px #000;padding:1.5rem;cursor:pointer;transition:all .4s ease;border:1px solid}.step:hover{transform:translateY(-2px)}.step-header{display:flex;align-items:center;justify-content:space-between}.step-number{font-size:1.8rem;font-weight:700}.step-title{flex:1;margin-left:.8rem;font-size:1.1rem;font-weight:600}.step-icon{font-size:1.4rem;color:#000;background:#fff;border-radius:50%;border:1.5px solid #000;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step.active .step-icon{color:#000;background:#fff;border-color:#000}.step-content-wrapper{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .35s ease}.step-content-wrapper.open{max-height:200px;opacity:1}.step-content{margin-top:1rem;border-top:1px solid;padding-top:1rem;font-size:.9rem;line-height:1.5rem}.working-process{color:#f1f1f1}.step{background:#141414;border-color:#2a2a2a;color:#f1f1f1}.step-content{color:#d9d9d9;border-top-color:#2a2a2a}.step.active{background:#b8ff60!important;border-color:#000;color:#000;box-shadow:0 6px #000}.step.active .step-content{color:#222;border-top-color:#222}.light .working-process{color:#111}.light .heading p{color:#555}.light .step{background:#f6f6f6!important;border-color:#d9d9d9;color:#111}.light .step-number,.light .step-title{color:#111}.light .step-content{color:#333;border-top-color:#222}.light .step.active{background:#b8ff60!important;border-color:#000;color:#000;box-shadow:0 6px #000}.light .step.active .step-content{color:#222;border-top-color:#222}@media (max-width:600px){.step-number{font-size:1.4rem}.step-title{font-size:1rem}.step-icon{width:28px;height:28px;font-size:1.1rem}}
