@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap);:root{--first-color:#ff4d61;--title-color:#353252;--text-color:#5e5c7f;--body-color:#f9f7fd;--container-color:#fff;--body-font:"Rubik",sans-serif;--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;--font-medium:500;--font-semibold:600;--font-bold:700;--shadow:0px 5px 20px 0px rgb(69 67 96 10%);--border-radius:20px}@media screen and (max-width:1024px){:root{--h1-font-size:1.75rem;--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:Rubik,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#f9f7fd;background-color:var(--body-color);color:#5e5c7f;color:var(--text-color);line-height:1.7}h1,h2,h3{color:#353252;color:var(--title-color);font-weight:600;font-weight:var(--font-semibold);line-height:1.2}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%;vertical-align:middle}.container{margin:0 auto;max-width:1080px;padding-left:15px;padding-right:15px}.grid{display:grid}.section{padding-bottom:2rem;padding-top:7rem}.section__title{font-size:2.25rem;font-size:var(--h1-font-size);font-weight:700;font-weight:var(--font-bold);margin-bottom:3.75rem;margin-left:.875rem;position:relative}.section__title:before{background:url(/static/media/dots-bg.aa8289c51cd678b8cd47.svg);content:"";height:2.25rem;left:-.875rem;position:absolute;top:-.875rem;width:2.25rem}.btn{background-color:#ff4d61;background-color:var(--first-color);border:1px solid #0000;border-radius:1.875rem;box-shadow:0 0 1px #0000;color:#fff;display:inline-block;font-weight:700;font-weight:var(--font-bold);line-height:1;padding:.75rem 2rem}@keyframes button-push{50%{transform:scale(.8)}to{transform:scale(1)}}.btn:hover{animation:button-push .3s linear 1}.main{transition:margin-left .3s ease-in-out}.main-with-sidebar{margin-left:90px}.main-full-width{margin-left:0}.about__container{column-gap:10px;grid-template-columns:8fr 2fr;margin-top:0}.section__title{margin-bottom:30px}.about__info{border-radius:40px;box-shadow:2px 2px 8px 8px #27252533;margin-bottom:20px;padding:20px}.about__desc{line-height:30px;margin-bottom:10px}.btn{text-align:center}.about__btn{align-items:center;display:flex;justify-content:center}@media screen and (max-width:600px){.about__container{grid-template-columns:repeat(1,1fr)}}.contact.sectino{padding-bottom:6.25rem}.contact__container{column-gap:.5rem;grid-template-columns:4fr 6fr}@media screen and (max-width:600px){.contact__container{grid-template-columns:repeat(1,1fr);text-align:center}}.contact__title{font-size:var(--h3-font-size);margin-bottom:.5rem}.contact__form-div{height:3.75rem;margin-bottom:1.875rem;position:relative}.contact__form-group{grid-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);padding:10px}@media screen and (max-width:600px){.contact__form-group{grid-template-columns:repeat(1,1fr)}}.contact__form-input{background-color:var(--container-color);border:none;border-radius:20px;box-shadow:2px 2px 4px 4px #0000001a;color:var(--text-color);height:80%;left:0;outline:none;padding:10px;text-align:center;top:0;width:100%}.contact__form-input:focus::placeholder{color:#0000}.btn{margin-top:20px}.homeContainer{background:url(/static/media/background-img.95b7c2cfbcc6c57f72a6.png);justify-content:center;left:0;min-height:100vh;position:relative}.homeContainer,.intro{align-items:center;display:flex}.intro{flex-direction:column;gap:1rem;text-align:center}.home__img{height:auto;width:500px}.home__name{font-size:var(--h1-font-size);font-weight:var(--font-bold)}.home__socials{column-gap:2.75rem;display:flex}.home__social-link{color:var(--title-color);font-size:1.7rem;transition:.2s}.home__social-link:hover{color:#f62877;transform:scale(1.4)}.projects__container{column-gap:10px;grid-template-columns:repeat(3,1fr);row-gap:10px}.projects__card{border-radius:var(--border-radius);box-shadow:2px 2px 8px 8px #0003;padding:1.875rem;text-align:center;transition:all .3s ease-in-out}.projects__card:hover{transform:translateY(-10px)}.projects__title{font-size:var(--h3-font-size);margin-bottom:1rem}.projects__viewmore{margin:10px;padding-top:10px}.projects__viewmore-text{color:#3b3939;transition:.3s}.projects__viewmore-text:hover{color:#f62877}@media screen and (max-width:1024px){.projects__container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.projects__container{grid-template-columns:repeat(1,1fr)}}.aside{background-color:#e6c6e2;border-right:1px solid #fc7af50d;flex-direction:column;justify-content:space-between;left:0;min-height:100vh;padding:2.5rem;top:0;width:90px;z-index:10}.aside,.toggle_navbar.visible{align-items:center;display:flex;position:fixed}.toggle_navbar.visible{background-color:#c7a5c7;border-radius:100px;color:#fff;font-size:20px;height:50px;justify-content:center;left:20px;top:20px;width:50px;z-index:100}.sidebar-closed{transform:translateX(-100%)}.sidebar-closed,.sidebar-open{transition:transform .3s ease-in-out}.sidebar-open{transform:translateX(0)}.sidebar-closed+.toggle_navbar{left:20px}.nav__list{display:flex;flex-direction:column;row-gap:.35rem}.nav__link{color:var(--title-color);font-size:1.25rem;font-weight:var(--font-bold);transition:.2s}.nav__link:hover{color:#f62877;transform:scale(1.4)}.nav__item{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:10px;text-align:center;transition:.3s}.nav__item:hover .nav__desc{background-color:#ffffff80;border-radius:10px;color:#f62877;display:inline;font-size:.8rem;margin-left:100px;padding:5px 8px;position:absolute}.nav__desc{display:none}.skills__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.skills__category{background:#fff;background:var(--container-color,#fff);border-radius:8px;border-radius:var(--border-radius,8px);box-shadow:2px 2px 8px #0000001a;padding:1.5rem;transition:transform .3s ease-in-out}.skills__category:hover{transform:translateY(-5px)}.skills__category-title{border-bottom:2px solid #f62877;color:#333;color:var(--title-color,#333);font-size:1.25rem;font-size:var(--h3-font-size,1.25rem);margin-bottom:1rem;padding-bottom:.5rem;text-align:center}.skills__list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skills__item{background:linear-gradient(135deg,#fc8dce,#f859b6);border-radius:20px;color:#fff;cursor:default;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skills__item:hover{box-shadow:0 4px 12px #0003;transform:scale(1.05)}@media screen and (max-width:1024px){.skills__container{gap:1.5rem;grid-template-columns:1fr}}@media screen and (max-width:768px){.skills__category{padding:1rem}.skills__category-title{font-size:1.1rem}.skills__item{font-size:.8rem;padding:.4rem .8rem}}@media screen and (max-width:480px){.skills__list{gap:.5rem}.skills__item{font-size:.75rem;padding:.3rem .6rem}}
/*# sourceMappingURL=main.4052b51c.css.map*/