@import url(https://fonts.googleapis.com/css2?family=Jacquard+12&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:ital,wght@1,900&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{--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%);--body-font:"Poppins",sans-serif;--big-font-size:3.5rem;--h1-font-size:2.2rem;--normal-font-size:1rem;--small-font-size:1rem;--smaller-font-size:0.875rem;--tiny-font-size:0.625rem;--font-normal:400;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Courier New,Courier,monospace;font-size:var(--normal-font)}body{background-color:#f5f5f5}body,h1,h2,h3{font-weight:600;font-weight:var(--font-semi-bold)}h1,h2,h3{color:#333;color:var(--title-color)}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:#333;color:var(--title-color);font-size:2.2rem;font-size:var(--h1-font-size)}.section__subtitle{font-size:1rem;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:#333;background-color:var(--title-color);border-radius:1rem;color:var(--content-color);display:inline-block;font-weight:500;font-weight:var(--font-medium);padding:1.2rem 2rem}.button:hover{background-color:#000;background-color:var(--title-color-dark)}.button__icon{margin-left:var(--mb-0-5)}.button--flex{align-items:center;display:inline-flex}@media screen and (max-width:992px){: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}.container{margin-left:var(--mb-1-5);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)}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:3rem;margin-bottom:var(--mb-3)}}@media screen and (max-width:350px){:root{--big-font-size:2.25rem}.container{margin-left:1.5rem;margin-left:var(--mb-1);margin-right:1.5rem;margin-right:var(--mb-1)}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background-color:#4000ff;left:0;position:fixed;top:0;width:100%;z-index:var(--z-fixed)}.nav{align-items:center;column-gap:10rem;display:flex;height:calc(var(--header-height) + 1.5rem);justify-self:space-between}.nav__logo,.nav__toggle{color:var(--title-color);font-weight:20px}.nav__list{column-gap:2.5rem;display:flex}.nav__link{align-items:center;color:var(--title-color);display:flex;flex-direction:column;font-size:20px;font-weight:var(--font-medium);transition:.3s}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,.nav__link:hover{color:var(--title-color-dark)}@media screen and (max-width:768px){.header{bottom:0;top:auto}.nav__menu{background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.show-menu{bottom:0}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:var(--title-color-dark)}.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}}*{margin:0;padding:0}body{background-color:#9cbdbd;height:100%;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:var(--title-color);font-size:1.25rem}.home__social-icon:hover{color:var(--title-color-dark)}.home__title{font-size:64px;margin-bottom:var(--mb-0-25)}.home__hand{height:48px;margin-left:.4rem;width:38px}.home__subtitle{font-size:var(--h3-font-size);font-weight:var(--font-normal);margin-bottom:var(--mb-1);padding-left:5.5rem;position:relative}.home__subtitle:before{background-color:var(--text-color);content:"";height:1px;left:0;position:absolute;top:.5rem;width:80px}.home__description{margin-bottom:var(--mb-3);max-width:280px}.home__img{animation:profile__animate 8s ease-in-out 1s infinite;background:url(/static/media/profile.eb713df19a715d907870.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 0 9px insert rgb(255,255,255/30%);height:300px;justify-self:center;order:1;width:300px}@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%{transition:translateY(0)}30%{transition:translateY(3.75rem)}}.home__scroll-name{color:var(--title-color);font-weight:var(--font-medium);margin-left:2px;margin-right:var(--mb-0-25)}.home__scroll-arrow{color:var(--title-color);font-size:1.25rem}@media screen and (max-width:992px){.home__content{column-gap: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__title{font-size:40px}.home__img{box-shadow:0 0 0 8px insert rgb(255,255,255/30%);height:250px;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{box-shadow:0 0 0 6px insert rgb(255,255,255/30%);height:200px;justify-self:inherit;order:0;width:200px}.home__data{grid-column:1/3}.home__scroll{display:none}}@media screen and (max-width:350px){.home__img{height:180px;width:180px}.home__hand{height:22px;width:22px}}.about__container{align-items:center;column-gap:4rem;grid-template-columns:repeat(2,1fr)}.about__img{border-radius:1.5rem;justify-content:center;width:350px}.about__info{gap:.5rem;grid-template-columns:repeat(3,140px);margin-bottom:var(--mb-2)}.about__box{background-color:var(--container-background-color);border:1px solid #0000001a;border-radius:.75rem;padding:1rem 1.25rem;text-align:center}.about__icon{color:var(--title-color);font-size:1.5rem;margin-bottom:var(--mb-0-5)}.about__title{font-size:var(--small-title-size);font-weight:var(--font-medium)}.about__subtitle{font-size:var(--tiny-font-size)}.about__description{margin-bottom:var(--mb-2-5);padding:0 4rem 0 0}@media screen and (max-width:992px){.about__container{grid-template-columns:1fr;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(3,1fr)}.about__description{padding:0}}@media screen and (max-width:350px){.about__info{grid-template-columns:repeat(2,1fr)}}.skills__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2rem}.skills__category{background-color:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;padding:1.8rem;transition:transform .3s ease}.skills__category:hover{transform:translateY(-6px)}.skills__category-title{border-bottom:2px solid #00bfa6;color:#222;display:inline-block;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.3rem}.skills__list{list-style:none;margin:0;padding:0}.skills__list li{color:#555;font-size:.95rem;padding:.4rem 0 .4rem 1.2rem;position:relative}.skills__list li:before{color:#00bfa6;content:"✔";font-size:.8rem;left:0;position:absolute}.projects__container{gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.project__card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.project__card:hover{box-shadow:0 18px 45px #0000001f;transform:translateY(-8px)}.project__img{border-radius:14px;margin-bottom:1.2rem;width:100%}.project__title{font-size:1.2rem;font-weight:600;margin:1rem 0 .5rem}.project__description{color:#64748b;font-size:.95rem;line-height:1.6}.project__buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.project__button{background-color:#0ea5a4;border-radius:30px;color:#fff;font-size:.85rem;font-weight:500;padding:.5rem 1.3rem;transition:background .3s ease}.project__button:hover{background-color:#0f766e}.project__button-outline{background:#0000;border:1px solid #0ea5a4;color:#0ea5a4}.project__button-outline:hover{background-color:#0ea5a4;color:#fff}:root{--hue-color:250;--first-color:hsl(var(--hue-color),69%,61%);--first-color-alt:hsl(var(--hue-color),57%,53%);--text-color:#333;--text-color-light:#666;--container-color:#fff;--font-medium:500;--font-semi-bold:600}.section__title{color:#333;color:var(--text-color);font-size:2rem}.section__subtitle{color:#666;color:var(--text-color-light);font-size:.875rem;margin-bottom:3rem}.qualification__container{margin:0 auto;max-width:768px;padding:0 1rem}.qualification__tabs{display:flex;justify-content:center;margin-bottom:2.5rem}.qualification__button{align-items:center;color:#333;color:var(--text-color);cursor:pointer;display:flex;font-size:1.15rem;font-weight:500;font-weight:var(--font-medium);gap:.5rem;margin:0 1rem;transition:.3s}.qualification__button:hover{color:#6e57e0;color:var(--first-color)}.qualification__icon{font-size:1.8rem}.qualification__active{color:#6e57e0;color:var(--first-color);font-weight:600;font-weight:var(--font-semi-bold)}.qualification__sections{display:grid;grid-template-columns:1fr}.qualification__content{animation:fadeEffect .5s ease;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__rounder{border-radius:50%;box-shadow:0 0 0 3px #6f68ff33;display:inline-block;height:13px;width:13px}.qualification__line,.qualification__rounder{background-color:#6e57e0;background-color:var(--first-color)}.qualification__line{display:block;height:100%;opacity:.4;transform:translate(6px,-7px);width:2px}.qualification__title{color:#333;color:var(--text-color);font-size:1rem;font-weight:600;font-weight:var(--font-semi-bold);margin-bottom:.25rem}.qualification__subtitle{color:#666;color:var(--text-color-light);display:inline-block;font-size:.875rem;margin-bottom:.75rem}.qualification__calendar{align-items:center;color:#666;color:var(--text-color-light);display:flex;font-size:.75rem;gap:.3rem}.qualification__card{border-radius:8px;padding:.5rem;transition:transform .3s}.qualification__card:hover{background-color:#00000008;transform:translateY(-3px)}.right-align{text-align:left}@keyframes fadeEffect{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:500px){.qualification__tabs{margin-bottom:2rem}.qualification__data{gap:.5rem}.qualification__title{font-size:.9rem}.qualification__subtitle{font-size:.8rem}}:root{--main-color:#00b4d8;--secondary-color:#0077b6;--background-color:#e0f7fa;--card-background:#fff;--text-color:#023e8a;--button-hover:#0096c7;--shadow:0px 4px 15px #0000001a;--border-radius:10px}body{background:linear-gradient(135deg,#caf0f8,#90e0ef);color:#023e8a;color:var(--text-color);font-family:Poppins,sans-serif}.section__title{color:#0077b6;color:var(--secondary-color);font-size:2.2rem;letter-spacing:1px;margin-bottom:.5rem;text-align:center}.section__subtitle{color:#555;display:block;margin-bottom:2.5rem;text-align:center}.contact__container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact__card{background:#fff;background:var(--card-background);border-radius:10px;border-radius:var(--border-radius);box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact__card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-5px)}.contact__card i{color:#00b4d8;color:var(--main-color);font-size:1.8rem;margin-bottom:.5rem}.contact__card-title{font-weight:700;margin-bottom:.2rem}.contact__card a{color:#0077b6;color:var(--secondary-color);display:inline-block;margin-top:.4rem;text-decoration:none;transition:color .3s ease}.contact__card a:hover{color:#0096c7;color:var(--button-hover);text-decoration:underline}.contact__form{background:#fff;background:var(--card-background);border-radius:10px;border-radius:var(--border-radius);box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow);padding:2rem}.contact__form-div{margin-bottom:1.5rem}.contact__form-tag{display:block;font-weight:600;margin-bottom:.5rem}.contact__form-input{border:1px solid #ccc;border-radius:8px;outline:none;padding:.8rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.contact__form-input:focus{border-color:#00b4d8;border-color:var(--main-color);box-shadow:0 0 4px #00b4d866}.button{align-items:center;background-color:#00b4d8;background-color:var(--main-color);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:background .3s ease,transform .3s ease}.button:hover{background-color:#0096c7;background-color:var(--button-hover);transform:scale(1.05)}.button__icon{fill:#fff;margin-left:.5rem;transition:transform .3s ease}.button:hover .button__icon{transform:translateX(5px)}@media screen and (max-width:768px){.contact__container{grid-template-columns:1fr}.section__title{font-size:1.8rem}}.footer{background-color:#cb56cb;border-top:1px solid #0000001a}.footer__container{padding:1rem 0}.footer__link,.footer__title{color:var(--title-color)}.footer__title{margin-bottom:var(--mb-1);text-align:center}.footer__link:hover{color:var(--title-color-dark)}.footer__list{column-gap:1rem;margin-bottom:var(--mb-1)}.footer__list,.footer__social{display:flex;justify-content:center}.footer__social{column-gap:1.25rem}.footer__social-link{background-color:var(--title-color);border-radius:.5rem;color:var(--container-color);display:inline-flex;font-size:1.125rem;padding:.4rem}.footer__social-link:hover{background-color:var(--title-color-dark)}.footer__copy{color:var(--title-color);display:block;font-size:var(--smaller-font-size);margin-top:.5rem;text-align:center}@media screen and (max-width:992px){.footer__social-link{border-radius:.25rem;font-size:1rem;padding:.25rem}}
/*# sourceMappingURL=main.cdbeb1d4.css.map*/