@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{overflow-x:hidden!important;width:100%}:root{--header-height:3rem;--hue:0;--sat:0%;--title-color:hsl(var(--hue),var(--sat),20%);--title-color-dark:hsl(var(--hue),var(--sat),0%);--text-color:hsl(var(--hue),var(--sat),46%);--body-color:hsl(var(--hue),var(--sat),98%);--container-color:#000;--body-font:"Poppins",sans-serif;--big-font-size:3.5rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem;--tiny-font-size:0.625rem;--font-normal:400;--font-medium:500;--font-semi-bold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000;background-color:#000}@media screen and (max-width:992ppx){:root{--big-font-size:2.75rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#fafafa;background-color:var(--body-color);color:#757575;color:var(--text-color)}h1,h2{color:#333;color:var(--title-color)}h1,h2,h3{font-weight:600;font-weight:var(--font-semi-bold)}h3{color:#fff}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%}.section{padding:6rem 0 2rem}.section__title{color:#fff;font-size:2.25rem;font-size:var(--h1-font-size)}.section__subtitle{color:#8a8a8a;display:block;font-size:.875rem;font-size:var(--small-font-size);margin-bottom:4rem}.section__subtitle,.section__title{text-align:center}.container{margin-left:auto;margin-right:auto;max-width:968px}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.button{background-color:#171616;border:2.5px solid #1f1e1e;border-radius:1rem;color:#000;color:var(--container-color);display:inline-block;font-weight:500;font-weight:var(--font-medium);margin:0 .5rem;padding:1.25rem 2rem}.button:hover{animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#fc72ff,#8f68ff,#0af,#8f68ff,#fc72ff);background-size:200%;border:2.5px solid #fff;transition:1s}.button__icon{margin-left:.5rem;margin-left:var(--mb-0-5)}.button--flex{align-items:center;display:inline-flex}@media screen and (max-width:992px){.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5)}.button{padding:1rem 1.75rem}.button__icon{height:22px;width:22px}}@media screen and (max-width:768px){body{margin:0 0 3rem;margin:0 0 var(--header-height) 0}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:3rem;margin-bottom:var(--mb-3)}.button{display:inline-block;margin:.75rem 0;text-align:center}}@media screen and (max-width:350px){:root{--big-font-size:2.25rem}.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}}.header{background-color:#000;left:0;position:fixed;top:0;width:100%;z-index:var(--z-fixed)}.nav{align-items:center;column-gap:1rem;display:flex;height:calc(var(--header-height) + 1.5rem);justify-content:space-between}.nav__logo,.nav__toggle{color:#fff;font-weight:var(--font-medium)}.nav__logo:hover{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#47ff69,#00fff2);-webkit-background-clip:text;transition:1s}.nav__list{column-gap:2rem;display:flex}.nav__link{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:var(--small-font-size);font-weight:var(--font-medium);transition:.3s}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,.nav__link:hover{color:#1eff00;transition:.4s}@media screen and (max-width:768px){.header{bottom:0;top:auto}.nav{height:var(--header-height)}.nav__menu{background-color:#000;border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 2.5rem 4rem;position:fixed;transition:.8s;width:100%}.show-menu{bottom:0}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__icon{font-size:1.2rem}.nav__close{bottom:.5rem;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:red;transition:.3s}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__close,.nav__icon,.nav__toggle{display:block}}@media screen and (max-width:350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}.home{background-color:#000;width:100%}.home__container{row-gap:7rem}.home__content{align-items:center;column-gap:2rem;grid-template-columns:116px repeat(2,1fr);padding-top:5.5rem}.home__social{grid-row-gap:1rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{color:#fff;font-size:1.25rem}.home__social-icon:hover{color:#ffbf00;transition:.4s}.home__title{-webkit-text-fill-color:#0000;animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#f80,#fc0,#2f0,#fc0,#f80);background-clip:text;-webkit-background-clip:text;background-size:200%;font-size:var(--big-font-size);margin-bottom:var(--mb-0-25)}.home__hand{height:38px;margin-left:.4rem;width:38px}.home__subtitle{color:#fff;font-size:var(--h3-font-size);font-weight:var(--font-normal);margin-bottom:var(--mb-1);padding-left:5.4rem;position:relative}.home__subtitle:before{background-color:var(--text-color);color:#fff;content:" ";height:1px;left:0;position:absolute;top:1rem;width:70px}.home__description{color:#fff;margin-bottom:var(--mb-3);max-width:400px}.home__img{animation:profile__animate 8s ease-in-out 1s infinite;background:url(/Portfolio/static/media/pro_2.62df4ab8c62eecedb29c.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 0 9px #ffffff4d;height:300px;justify-self:center;order:1;width:300px}.wrapper{display:inline-flex}.wrapper .dynamic-txts{overflow:hidden}.dynamic-txts li{animation:slide 5s steps(3) infinite;color:#49fff9;list-style:none;position:relative;top:0}@keyframes slide{to{top:-260px}}.dynamic-txts li span{position:relative}.dynamic-txts li span:after{animation:typing 1.5s steps(10) infinite;background:#171616;border-left:2px solid #fff;content:"";height:100%;left:0;position:absolute;width:100%}@keyframes typing{to{left:100%;margin:0 -35px 0 35px}}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.home__scroll{margin-left:9.25rem}.wheel{animation:scroll 2s ease infinite}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}.home__scroll-name{color:#fff;font-weight:var(--font-medium);margin-left:2px;margin-right:var(--mb-0-25)}.home__scroll-arrow{color:#fff;font-size:1.25rem}.button{color:#fff}@media screen and (max-width:992px){.home__content{columns:1.25rem;grid-template-columns:100px repeat(2,1fr)}.home__hand{height:26px;width:26px}.home__subtitle{margin-bottom:var(--mb-1);padding-left:3.75rem}.home__subtitle:before{top:.8rem;width:42px}.home__description{margin-bottom:var(--mb-2-5);max-width:none}.home__img{box-shadow:inset 0 0 0 8px #ffffff4d;height:250px;position:relative;width:250px}.home__scroll{margin-left:7.5rem}}@media screen and (max-width:768px){.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem}.home__img{justify-self:auto;order:0}.home__data{grid-column:1/3}.home__img{box-shadow:inset 0 0 0 6px #ffffff4d;height:200px;width:200px}.home__scroll{display:none}}@media screen and (max-width:350px){.home__img{height:180px;width:180px}.home__hand{height:22px;width:22px}}.about{background-color:#000;width:100%}.about__description{color:#fff;margin-bottom:var(--mb-2-5);padding:0 4rem 0 0}.about__title{color:#fff;font-size:var(--small-font-size);font-weight:var(--font-medium)}.about__subtitle{color:#fff;font-size:12.5px}.about__container{align-items:center;column-gap:4rem;grid-template-columns:repeat(2,1fr)}.about__img{border-radius:1.5rem;justify-self:center;width:350px}.about__info{gap:.5rem;grid-template-columns:repeat(4,140px);margin-bottom:var(--mb-2)}.about__box{background-color:#171616;border:1px solid #171616;border-radius:.75rem;padding:1rem 1.25rem;text-align:center}.about__icon{-webkit-text-fill-color:#0000;animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#fc72ff,#8f68ff,#0af,#8f68ff,#fc72ff);background-clip:text;-webkit-background-clip:text;background-size:200%;font-size:1.5rem;margin-bottom:var(--mb-0-5)}@media screen and (max-width:992px){.about__container{grid-template-columns:1.2fr;row-gap:2.5rem}.about__img{width:220px}.about__box{padding:.75rem .5rem}.about__data{text-align:center}.about__info{justify-content:center}.about__description{margin-bottom:2rem;padding:0 5rem}}@media screen and (max-width:576px){.about__info{grid-template-columns:repeat(2,1fr)}.about__description{padding:0}}@media screen and (max-width:350px){.about__info{grid-template-columns:repeat(2,1fr)}}.skills{background-color:#000}.skills__name{color:#fff}.skills__title{color:#fff;font-size:var(--normal-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1-5);text-align:center}.skills__container{align-items:center;column-gap:3rem;grid-template-columns:repeat(2,350px);justify-content:center}.skills__content{background-color:#171616;border:1px solid #0000001a;border-radius:1.25rem;padding:2rem 4rem}.skills__box{column-gap:2.5rem;display:flex;justify-content:flex-start}.skills__group{align-items:flex-start;display:grid}.skills__data{column-gap:.5rem;display:flex}.skills .bx-badge-check{color:var(--title-color);color:#5eff00;font-size:1rem}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);line-height:18px}.skills__level{font-size:12.5px}@media screen and (max-width:992px){.skills__container{grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:2rem}}.qualification{background-color:#000;width:100%}.qualification__container{max-width:768px}.qualification__tabs{display:flex;justify-content:center;margin-bottom:var(--mb-2)}.qualification__button{color:#fff;cursor:pointer;font-size:var(--h3-font-size);font-weight:var(--font-medium);margin:0 var(--mb-1)}.qualification__button:hover{color:#ffd500;transition:.4s}.qualification__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualification__active{color:#fff}.qualification__sections{display:grid;grid-template-columns:.5fr;height:100%;justify-content:center}.qualification__content{display:none}.qualification__content-active{display:block}.qualification__data{grid-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr}.qualification__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualification__subtitle{display:inline-block;margin-bottom:var(--mb-1)}.qualification__calendar,.qualification__subtitle{font-size:var(--small-font-size)}.qualification__line{background-color:#fff;display:block;height:100%;transform:translate(6px,-7px);width:1.5px}.qualification__rounder{background-color:#fff;border-radius:50%;display:inline-block;height:13px;width:13px}@media screen and (max-width:470px){.qualification__container{align-items:center;height:100%;width:100%}}@media screen and (max-width:390px){.qualification__sections{align-items:center;height:100%;width:100%}.qualification__data{height:100%;padding-right:1%;width:100%}}@media screen and (max-width:600px){.qualification__container{align-items:center;max-width:88%;text-align:center}.qualification__sections{align-items:center;grid-template-columns:1fr;justify-content:center}.qualification__data{align-items:center;column-gap:.8rem;grid-template-columns:1fr 30px 1fr;justify-items:center;position:relative}.qualification__subtitle,.qualification__title{font-size:1rem}.qualification__calendar{font-size:.8rem}.qualification__button{font-size:1rem}.qualification__rounder{height:11px;width:11px}.qualification__line{background-color:#fff;height:70px;margin:0 auto;transform:none;width:1.5px}}.footer{background-color:#000}.footer__title{color:#fff;margin-bottom:var(--mb-2);text-align:center}.footer__name{-webkit-text-fill-color:#0000;animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#fc72ff,#8f68ff,#487bff,#8f68ff,#fc72ff);background-clip:text;-webkit-background-clip:text;background-size:200%;display:inline}@keyframes animate-gradient{to{background-position:200%}}.footer__container{padding:6rem 0 .5rem}.footer__link{color:#fff}.footer__link:hover{color:#26ff00}.footer__list{column-gap:1.5rem;display:flex;justify-content:center;margin-bottom:var(--mb-2)}.work{background-color:#000}.work__filters{align-items:center;color:#fff;column-gap:.75rem;display:flex;justify-content:center;margin-bottom:var(--mb-2)}.tags{-webkit-text-fill-color:#0000;animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#00ff95,#00e5ff,#6691fe,#00e5ff,#00ff95);background-clip:text;-webkit-background-clip:text;background-size:200%;font-weight:200;font:normal;margin-bottom:.75rem;margin-top:.75rem}.work__container{gap:3rem;grid-template-columns:repeat(3,-webkit-max-content);grid-template-columns:repeat(3,max-content);justify-content:center}.work__card{background-color:#171616;border-radius:1rem;column-gap:.25rem;padding:1.25rem}.work__img{border-radius:1rem;height:200px;margin-bottom:var(--mb-1);width:295px}.work__title{font-size:var(--normal-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-0-5)}.work__button{align-items:center;color:#fff;column-gap:.25rem;display:flex;font-size:var(--small-font-size)}.work__button-icon{font-size:1rem;transition:.4s}.work__button:hover .work__button-icon{-webkit-text-fill-color:#0000;animation:animate-gradient 2.5s linear infinite;background:linear-gradient(90deg,#fc72ff,#8f68ff,#487bff,#8f68ff,#fc72ff);background-clip:text;-webkit-background-clip:text;background-size:200%;transform:translateX(.5rem) scale(1.35)}.work__button:hover{color:#818181}@media screen and (max-width:768px){.work__container{grid-template-columns:repeat(1,-webkit-max-content);grid-template-columns:repeat(1,max-content);row-gap:2rem}}
/*# sourceMappingURL=main.46c5909f.css.map*/