@import"https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.navigations{min-height:100vh;background-color:#000}header{display:flex;padding:7px;justify-content:space-between;height:100px;background-color:#000;overflow:hidden;align-items:center}.name{display:flex;align-items:center;background-color:#000;-webkit-user-select:none;user-select:none;overflow:hidden}.full-name{margin:10px;font-family:var(--Roboto);color:#fff}.full-name>h4{margin:5px 0;animation:fullname forwards 2s linear;animation-delay:3s;transform:translateY(-200px)}@keyframes fullname{to{transform:translateY(0)}}.in-name{font-family:var(--Poppins);font-size:2.2rem;transform:translate(-200px);color:#00f;animation:inname forwards 2s linear;animation-delay:2s}@keyframes inname{to{transform:translate(0)}}.anchors{display:inline-block;font-family:var(--Open-Sans);text-decoration:none;color:#fff;margin:0 20px;position:relative;font-weight:600;padding:0;animation:5s linear forwards navs;transform:translate(100vw)}@keyframes navs{to{transform:translate(0)}}.anchors:nth-child(1){animation-delay:4s}.anchors:nth-child(2){animation-delay:5s}.anchors:nth-child(3){animation-delay:6s}.anchors:nth-child(4){animation-delay:7s}.anchors:nth-child(5){animation-delay:8s}.anchors:nth-child(6){animation-delay:9s}.anchors:nth-child(7){animation-delay:10s}.anchors:after{content:"";position:absolute;height:4px;width:0%;left:0;top:100%;background-color:#0f0}.anchors:hover:after{transition:.3s linear all;width:100%}.anchors:hover{color:#d207da;transition:.3s linear all}.mobile{display:none}@media screen and (max-width:900px){.navi{display:none}.mobile{position:fixed;min-height:100vh;display:block;z-index:123;width:300px;background-color:#000;border-radius:7px;right:0;top:100px;color:#fff;transform:translate(500px)}.mobile>nav{display:flex;flex-direction:column}.anchors{margin:20px;animation:none;transform:translate(0)}.anchors:hover:after{transition:.3s linear all;width:0%}.hamburger-nav{font-size:2.5rem;color:#fff;cursor:pointer;transform:translate(200px);animation:.5s linear forwards navbars}@keyframes navbars{to{transform:translate(0)}}.active{transition:.3s ease-in-out all;transform:translate(0)}}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.home{display:flex;justify-content:center;align-items:center;min-height:80vh}.main-box{display:flex;justify-content:space-between;align-items:center;width:50%;min-height:350px;opacity:0;position:relative;z-index:1;border:2px solid aqua;padding:15px;border-radius:10px;animation:later 2s linear forwards,5s linear infinite mainbox,updown infinite 10s linear;animation-delay:11s;transform:translateY(100px)}@keyframes later{to{opacity:1;transform:translateY(0)}}@keyframes mainbox{25%{border:3px solid aqua;box-shadow:3px 3px 30px #09acc9cc}50%{border:5px solid aqua;box-shadow:5px 5px 50px #09acc9cc}75%{border:7px solid aqua;box-shadow:7px 7px 70px #09acc9cc}to{border:9px solid aqua;box-shadow:9px 9px 90px #09acc9cc}}@keyframes updown{25%{transform:translateY(-30px)}50%{transform:translateY(0)}75%{transform:translateY(30px)}to{transform:translateY(0)}}img{height:250px;width:250px;border-radius:100%;object-fit:cover;margin:10px 0 0 10px;border:2px solid aqua}.contents>h3{font-family:var(--Open-Sans);color:#fff}.contents>h1{color:#8a2be2;font-family:var(--Poppins);font-size:2.4rem}.contents>h2{color:#fff;font-family:var(--Roboto);margin-bottom:20px}.btns{display:flex;justify-content:space-around}.btns>button,a{padding:10px 20px;cursor:pointer;border-radius:5px;font-family:var(--Poppins);margin:10px;border:none;outline:none;font-weight:600;font-size:1rem;text-decoration:none}.btns>button:nth-child(1){background-color:#dc143c;color:#fff}.btns>button:nth-child(1):hover{background-color:#ff8c00;transition:.2s linear all;color:#fff;transform:scale(1.1);box-shadow:2px 2px 20px #e6b105cc}.btns>a:nth-child(2){background-color:#3cdc14;color:#fff}.btns>a:nth-child(2):hover{background-color:#580977;transition:.2s linear all;color:#fff;box-shadow:2px 2px 20px #8105e6cc;transform:scale(1.1)}@media screen and (max-width:900px){.main-box{display:flex;flex-direction:column;width:90%;animation-delay:5s}.contents>h3{margin:7px 0;text-align:center;font-size:.9rem}.contents>h1{text-align:center;font-size:1.5rem}.btns>button{font-size:.6rem;white-space:nowrap}.contents>h2{text-align:center;margin:7px 0;font-size:1.2rem}.contents>h3{font-size:1rem;margin:7px 0}}.aboutme{background-color:#000;min-height:100vh}.aboutsname{color:#574b4b;font-family:var(--Poppins);font-size:5rem;padding:20px;opacity:0;position:relative;animation:2s linear forwards aboutname;animation-delay:.5s;transform:translateY(100px)}@keyframes aboutname{to{opacity:1;transform:translateY(0)}}.about{display:flex;justify-content:center;flex-wrap:wrap;min-height:100vh;overflow:hidden;gap:40px}.in-about1{position:static;z-index:2;width:400px;background-color:#000;height:fit-content;right:10%;padding:20px;border-radius:10px;word-spacing:5px;line-height:25px;font-family:var(--Poppins);color:#fff;border:2px solid white;font-size:.9rem;opacity:0;transform:translateY(100px);animation:about1 forwards 2s linear;animation-delay:1.5s}@keyframes about1{to{opacity:1;transform:translateY(0);border:2px solid rgb(31,44,44);color:#3b4d4d}}.in-about2{position:static;z-index:2;width:400px;height:fit-content;color:#fff;border:2px solid white;left:20%;padding:20px;border-radius:10px;word-spacing:5px;line-height:25px;font-family:var(--Poppins);font-size:.9rem;animation:2s linear about2 forwards;animation-delay:2.5s;opacity:0;transform:translateY(100px)}@keyframes about2{to{border:2px solid rgb(31,44,44);color:#3c494d;opacity:1;transform:translateY(0)}}.in-about1:hover{background-color:#fff;border:2px solid white;transition:.2s linear all;cursor:grabbing}.in-about2:hover{background-color:#fff;border:2px solid white;cursor:grabbing;transition:.2s linear all}.back-homes{font-size:3rem;color:#fff;display:inline-block;position:absolute;top:10%;cursor:pointer;z-index:99;right:20%;opacity:0;animation:2s linear homecomer forwards;animation-delay:1.5s;transform:translateY(-200px)}@keyframes homecomer{to{transform:translateY(0);opacity:1}}@media screen and (max-width:800px){.about{display:flex;gap:20px;justify-content:center;align-items:center;flex-direction:column;min-height:130vh}.aboutsname{white-space:nowrap;font-size:3rem;padding:30px 0 0 20px}.in-about1{width:80%;margin:15px 30px 15px 0}.in-about2{margin-right:30px;width:80%}.back-homes{top:50px;right:10px}}.parent{background-color:#000;min-height:100vh}.contactname{font-size:3.5rem;font-family:var(--Poppins);color:#fff;position:static;opacity:0;transform:translateY(-300px);z-index:1;animation:contactname forwards 2s linear;animation-delay:1}@keyframes contactname{to{transform:translateY(0);opacity:1;color:#252b2c}}.contact{position:static;z-index:2;display:flex;justify-content:center;min-height:100vh}.contact-links{display:flex;flex-direction:column;margin-top:30px;gap:20px;transform:translateY(100px);opacity:0;animation:contactlinks 5s linear forwards}@keyframes contactlinks{to{opacity:1;transform:translateY(0)}}.links{font-size:2rem;-webkit-user-select:none;user-select:none;display:flex;align-items:center;text-decoration:none;font-weight:600;font-family:var(--Open-Sans);color:#2c393b}.links:hover{color:#fff;transition:.3s linear all}.icons{margin:0 10px}.links:nth-child(1):hover{color:#e20b6f}.links:nth-child(2):hover{color:#0f0be2}.links:nth-child(3):hover{color:#0b6fe2}.links:nth-child(4):hover{color:#e23d0b}.homeicon{color:#fff;position:absolute;bottom:10%;font-size:2rem;right:50%;cursor:pointer;z-index:3;opacity:0;transform:translateY(100px);animation:2s linear homeicon forwards;animation-delay:6s}@keyframes homeicon{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:800px){.contactname{font-size:1.5rem;padding:20px}.homeicon{top:85%}}.skills-section{background-color:#000;min-height:100vh;overflow:hidden}.skillname{color:#fff;display:flex;justify-content:space-between}.skillname>h1{padding:20px;font-size:5rem;font-family:var(--Poppins)}.skillname>h1:nth-child(1){color:#283236;animation:2s linear forwards skillername;animation-delay:1s;transform:translateY(-200px)}@keyframes skillername{to{transform:translateY(0)}}.skillname>h1:nth-child(2){cursor:pointer;animation:2s linear forwards homer;animation-delay:2s;transform:translate(200px)}@keyframes homer{to{transform:translate(0)}}.main-skills{display:flex;justify-content:space-around;align-items:center;min-height:100vh}.skills{display:grid;grid-template:repeat(3,1fr) / repeat(3,1fr);justify-items:center;align-items:center;opacity:0;transform:translateY(200px);padding:10px;min-width:500px;border-radius:10px;min-height:350px;position:relative;animation:skillsshow 2s linear forwards;animation-delay:3s;border:2px solid rgb(32,34,36)}@keyframes skillsshow{to{transform:translateY(0);opacity:1}}.skill{display:flex;flex-direction:row;justify-content:center;min-height:100px;min-width:100px;align-items:center}.skill>h1{font-size:3rem;cursor:pointer}.skills>.skill:nth-child(1) h1{color:#ff4500;animation:5s linear infinite html}@keyframes html{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(2) h1{color:#1115da;animation:5s linear infinite css}@keyframes css{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(3) h1{color:#e6e20c;animation:5s linear infinite js}@keyframes js{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(4) h1{color:#08b8e4;animation:5s linear infinite react}@keyframes react{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(5) h1{color:#e49708;animation:5s linear infinite python}@keyframes python{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(6) h1{color:#08e42d;animation:5s linear infinite django}@keyframes django{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(7) h1{color:#e40876;animation:5s linear infinite api}@keyframes api{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill:nth-child(8) h1{color:#fff;animation:5s linear infinite mysql}@keyframes mysql{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.skills>.skill>h1:hover{animation-play-state:paused}.skills:after{content:"Skills";position:absolute;top:-20%;color:#fff;font-family:var(--Poppins);font-size:2rem;font-weight:600;left:40%}.tools{min-width:300px;min-height:200px;display:flex;position:relative;justify-content:space-between;padding:15px;border:2px solid rgb(32,34,36);align-items:center;border-radius:10px;animation:2s linear forwards toolsshow;animation-delay:4s;opacity:0;transform:translateY(-200px)}@keyframes toolsshow{to{opacity:1;transform:translateY(0)}}.tool>h1{font-size:3rem;margin:0 30px;cursor:pointer}.tools>.tool:nth-child(1) h1{color:#00f;animation:5s linear infinite vscode}@keyframes vscode{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.tools>.tool:nth-child(2) h1{color:#ff4500;animation:5s linear infinite post}@keyframes post{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.tools>.tool:nth-child(3) h1{color:#fff;animation:5s linear infinite git}@keyframes git{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.tools>.tool:nth-child(4) h1{color:#fff;animation:5s linear infinite copilot}@keyframes copilot{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.tools>.tool>h1:hover{animation-play-state:paused}.tools:after{content:"Tools";position:absolute;top:-40%;color:#fff;font-family:var(--Poppins);font-size:2rem;font-weight:600;left:40%}@media screen and (max-width:800px){.main-skills{flex-direction:column}.skillname>h1{font-size:2rem}.skills{min-width:200px}.skill>h1{font-size:2rem}.tools{display:flex;flex-wrap:wrap;max-width:200px}.tools:after{display:none}.skills:after{display:none}}.background{min-height:100vh;background-color:#000}.projects-section{display:grid;justify-items:center;align-items:center;gap:30px;animation:5s linear forwards projectssee;grid-template:repeat(2,1fr) / repeat(3,1fr);opacity:0;transform:translateY(-100px)}@keyframes projectssee{to{opacity:1;transform:translateY(0)}}.project-name{display:flex;justify-content:space-between;padding:30px}.project-name>h1{font-size:4rem;animation:2s linear forwards projectsshow;opacity:0;transform:translateY(-100px)}.project-name>h1:nth-child(1){animation-delay:1s}.project-name>h1:nth-child(2){animation-delay:2s}@keyframes projectsshow{to{opacity:1;transform:translateY(0)}}.project-name>h1:nth-child(1){font-family:var(--Roboto);color:#2e3538;font-size:5rem;font-weight:700}.project-name>h1:nth-child(2){color:#fff;cursor:pointer}.project-content{min-height:300px;max-width:300px;margin:30px;background-color:#000;overflow:hidden;display:flex;border-radius:10px;justify-content:space-between;border:2px solid rgb(14,243,243);flex-direction:column}.projects-section>.project-content:nth-child(1){animation:5s linear infinite moveupanddown}.projects-section>.project-content:nth-child(2){animation:5s linear infinite moveupanddown}.projects-section>.project-content:nth-child(3){animation:5s linear infinite moveupanddown}.projects-section>.project-content:nth-child(4){animation:5s linear infinite moveupanddown}.projects-section>.project-content:nth-child(5){animation:5s linear infinite moveupanddown}@keyframes moveupanddown{25%{transform:translateY(-10px)}50%{transform:translateY(0)}75%{transform:translateY(10px)}to{transform:translateY(0)}}.project-content>h1{display:flex;justify-content:center;color:#000;background-color:#fff;align-items:center;font-family:var(--Poppins);height:150px}.project-content>p{color:#fff;font-family:var(--Roboto);font-size:.9rem;display:flex;justify-content:center;align-items:center;text-align:center;height:90px}.project-content>.project-btn{height:60px;display:flex;justify-content:center;align-items:center}.project-btn>button{display:flex;align-items:center;justify-content:center;background-color:#fff;width:80%;height:60%;font-family:var(--Poppins);border:none;outline:none;border-radius:5px;font-size:1.3rem;color:#fff;cursor:pointer;background-color:#0f0}.project-content:hover{transition:.3s linear all;transform:translateY(-10px);cursor:pointer;animation-play-state:paused}@media screen and (max-width:800px){.projects-section{display:grid;grid-template:repeat(1,1fr) / repeat(1,1fr)}.project-name>h1:nth-child(1){font-size:2.5rem}}*{padding:0;margin:0;box-sizing:border-box}.certificate-home{min-height:100vh;background-color:#000}.certificates-section-name>h1{font-size:4rem;margin:20px;color:#fff;transform:translateY(-100px);opacity:0;animation:3s forwards linear certificatename}@keyframes certificatename{to{opacity:1;transform:translateY(0)}}.certificates-section-name>h1:nth-child(1){color:#2d3638;font-family:var(--Poppins);animation-delay:1s}.certificates-section-name>h1:nth-child(2){cursor:pointer;animation-delay:2s}.certificates-section-name{display:flex;justify-content:space-between}.certificate-img{min-width:350px;object-fit:cover;min-height:250px;border:none;border-radius:0;cursor:pointer;animation:3s linear forwards imgcoming;opacity:0;transform:translateY(100px);animation-delay:3s}@keyframes imgcoming{to{opacity:1;transform:translateY(0)}}.certificate-content>h3{text-align:center;font-family:var(--Roboto);margin:20px 0;font-size:1.4rem}.certificate-section{display:grid;grid-template:repeat(3,1fr) / repeat(3,1fr);min-height:100vh;justify-items:center;gap:40px;align-items:center}.certificate-content:hover{transform:translateY(-20px);transition:.2s linear all}@media screen and (max-width:800px){.certificate-section{display:grid;grid-template:repeat(1,1fr) / repeat(1,1fr);min-height:150vh}.certificates-section-name>h1{font-size:2rem}.certificate-img{min-width:300px}}.expertise{min-height:100vh;overflow:hidden;background-color:#000}.expertise-name{display:flex;justify-content:space-between;padding:20px}.expertise-name>h1{color:#fff;font-size:4rem;transform:translateY(-100px);animation:2s linear forwards expertise-names}@keyframes expertise-names{to{transform:translateY(0)}}.expertise-name>h1:nth-child(1){color:#243435;font-family:var(--Poppins);animation-delay:1s}.expertise-name>h1:nth-child(2){color:#fff;animation-delay:2s;cursor:pointer}.skills-percentage-section{display:flex;justify-content:space-around;align-items:center;min-height:80vh}.skill-represent{min-width:50vw;min-height:60vh;margin:0 20px;animation:3s linear forwards skill-represent;animation-delay:3s;opacity:0;transform:translateY(100px);background-color:#000}@keyframes skill-represent{to{opacity:1;transform:translateY(0)}}.skill-line1{width:0%;height:5px;margin:0 10px;background-color:#ff4500;animation:3s linear forwards html-line;animation-delay:5s}@keyframes html-line{25%{width:22.5%}50%{width:45%}75%{width:75%}to{width:90%}}.skill-percentage1{display:flex;width:90%;justify-content:space-between;align-items:center}.bar1{margin:10px;font-family:var(--Poppins);color:#ff4500}.skill-line2{width:0%;height:5px;margin:0 10px;background-color:#00f;animation:css-line 3s forwards linear;animation-delay:5s}@keyframes css-line{25%{width:22.5%}50%{width:45%}75%{width:75%}to{width:85%}}.skill-percentage2{display:flex;width:85%;justify-content:space-between;align-items:center}.bar2{font-family:var(--Poppins);color:#00f;margin:10px}.skill-line3{width:0%;height:5px;margin:0 10px;background-color:#ff0;animation:3s linear forwards js-line;animation-delay:5s}@keyframes js-line{25%{width:22.5%}50%{width:45%}75%{width:75%}to{width:75%}}.skill-percentage3{display:flex;width:75%;justify-content:space-between;align-items:center}.bar3{font-family:var(--Poppins);color:#ff0;margin:10px}.skill-line4{width:0%;height:5px;margin:0 10px;background-color:#0ff;animation:react-line forwards 3s linear;animation-delay:5s}@keyframes react-line{25%{width:22.5%}50%{width:45%}75%{width:70%}to{width:70%}}.skill-percentage4{display:flex;width:70%;justify-content:space-between;align-items:center}.bar4{font-family:var(--Poppins);color:#0ff;margin:10px}.skill-line5{width:0%;height:5px;margin:0 10px;background-color:brown;animation:3s linear forwards python-line;animation-delay:5s}@keyframes python-line{25%{width:22.5%}50%{width:45%}75%{width:75%}to{width:75%}}.skill-percentage5{display:flex;width:75%;justify-content:space-between;align-items:center}.bar5{font-family:var(--Poppins);color:brown;margin:10px}.skill-line6{width:0%;height:5px;margin:0 10px;background-color:#0f0;animation:3s linear forwards django-line;animation-delay:5s}@keyframes django-line{25%{width:22.5%}50%{width:45%}75%{width:70%}to{width:70%}}.skill-percentage6{display:flex;width:70%;justify-content:space-between;align-items:center}.bar6{font-family:var(--Poppins);color:#0f0;margin:10px}.skill-line7{width:0%;height:5px;margin:0 10px;background-color:#fff;animation:3s linear forwards mysql-line;animation-delay:5s}@keyframes mysql-line{25%{width:22.5%}50%{width:45%}75%{width:70%}to{width:70%}}.skill-percentage7{display:flex;width:70%;justify-content:space-between;align-items:center}.bar7{margin:10px;font-family:var(--Poppins);color:#fff}.per{color:#fff;font-family:var(--Poppins);opacity:0;animation:1s linear show-per forwards;animation-delay:8.5s}@keyframes show-per{to{opacity:1}}.skill-text>p{font-family:var(--Open-Sans);border:2px solid rgb(44,39,39);color:#7fb4be;min-height:200px;font-size:1rem;border-radius:5px;word-spacing:10px;line-height:30px;padding:10px}.skill-text{width:400px;opacity:0;transform:translateY(-100px);animation:2s linear forwards para-text;animation-delay:4s}@keyframes para-text{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:800px){.expertise-name>h1{font-size:2rem}.skills-percentage-section{flex-direction:column}.skill-represent{width:90%}.skill-text>p{font-size:1rem}.skill-text{width:320px;margin-bottom:20px}}:root{--Poppins: "Poppins", sans-serif;--Open-Sans: "Open Sans", sans-serif;--Roboto: "Roboto", sans-serif}*{margin:0;padding:0;box-sizing:border-box}.error{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#000;color:#fff;flex-direction:column}.errorh1{font-family:var(--Poppins);font-size:8rem;color:#ff4500}.errorh2{font-family:var(--Open-Sans);margin:20px 0}.errorbtn{padding:10px 40px;background-color:#c20e08;color:#fff;font-family:var(--Roboto);border:none;outline:none;border-radius:7px;font-weight:700;cursor:pointer}.errorbtn:hover{scale:1.1;transition:.2s linear all}
