.img__container[data-astro-cid-tvrurpns]{border-radius:50%;overflow:hidden;transition:.35s transform}.img__container[data-astro-cid-tvrurpns]:hover{transform:scale(1.1)}.profile[data-astro-cid-tvrurpns]{display:flex;border-radius:50%;align-items:center;gap:1.5rem}.icons__container[data-astro-cid-dv46nlzh]{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin:1rem 0}.icons__container[data-astro-cid-dv46nlzh] a[data-astro-cid-dv46nlzh]{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#315db733,#956beb33);transition:all .3s ease;border:1px solid rgba(149,107,235,.3);box-shadow:0 4px 8px #0000001a}.icons__container[data-astro-cid-dv46nlzh] a[data-astro-cid-dv46nlzh]:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0003;border-color:var(--accent-light)}.skill__icon[data-astro-cid-dv46nlzh]{color:var(--primary-90);transition:all .3s ease}.LinkedIn[data-astro-cid-dv46nlzh]:hover{color:#0e76a8}.Instagram[data-astro-cid-dv46nlzh]:hover{color:#e1306c}.Tiwtter[data-astro-cid-dv46nlzh]:hover{color:#0aa5f6}.CV[data-astro-cid-dv46nlzh]:hover{color:var(--accent-light)}footer{width:100%;background:linear-gradient(180deg,var(--primary-10),var(--primary-0));display:flex;justify-content:center;min-height:20dvh;color:var(--primary-90);align-items:center;padding:4rem 0;border-top:1px solid var(--primary-20)}.footer__wrapper{width:100%;max-width:var(--max-width);display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:2rem;padding:0 2rem}.footer__social{justify-self:start}.footer__logo{justify-self:center;text-align:center}.footer__contact{justify-self:end}footer h3{font-size:var(--text-title)}@media screen and (max-width: 768px){footer{padding:3rem 0}.footer__wrapper{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem;text-align:center}.footer__social{order:1;justify-self:center}.footer__contact{order:2;justify-self:center}.footer__logo{order:3;justify-self:center;margin-top:1rem}.footer__contact ul{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.footer__link{font-size:var(--text-medium);display:flex;align-items:center;gap:.8rem}.footer__link iconify-icon{width:22px;height:22px}footer h3{font-size:var(--text-large)}.footer__logo .profile{flex-direction:column;gap:1rem}.footer__logo .header__img{width:50px;height:50px}}.footer__container{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1rem}.footer__contact ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__link{display:flex;align-items:center;justify-content:flex-start;gap:1rem;font-size:var(--text-large);color:var(--primary-90);text-decoration:none;transition:color .3s ease}.footer__link:hover{color:var(--accent-light)}.footer__link iconify-icon{transition:transform .3s ease}.footer__link:hover iconify-icon{transform:scale(1.1)}.header{display:flex;width:100%;padding:1.5rem 0;justify-content:center;align-items:center;color:var(--on-primary);position:fixed;z-index:3;left:0;right:0;background:#0a1128cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .header__container{display:flex;width:100%;max-width:var(--max-width);justify-content:space-between;padding:0 2rem;height:auto;min-height:5rem;flex-wrap:wrap;transition:all .3s ease;gap:1.5rem;margin:0 auto}.header .header__container:hover{border-color:rgba(var(--secondary-50),.3);box-shadow:0 8px 40px #00000026}.header .profile .header__title{font-size:var(--text-title);font-weight:600;cursor:pointer}.header .header__list{display:flex;align-items:center;justify-content:space-evenly;gap:2rem;margin-right:4.4rem}.header .links{display:flex;gap:22px;font-size:var(--text-general)}.header .links a{position:relative}.header .links a:after{position:absolute;bottom:0;left:0;content:"";width:100%;transform:scaleX(0);transform-origin:0;height:2px;background:var(--primary);transition:.35s transform}.header .links a:hover{color:var(--primary-90)}.header .links a:hover:after{transform:scale(1)}.icons,.menu__btn{display:none}@media screen and (max-width: 768px){.header{padding:1rem}.header .links{position:relative;display:flex;align-items:center}.header .header__list{position:absolute;top:5rem;right:0;margin-right:0;z-index:10;background:#162b57f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:12px;width:200px;padding:1.5rem;border:1px solid var(--accent);box-shadow:0 10px 30px #0003;opacity:0;transform:translateY(-20px);pointer-events:none;transition:all .3s ease}.header .header__list.active{opacity:1;transform:translateY(0);pointer-events:all}.header .header__list li{width:100%;margin:.8rem 0}.header .header__list li a{width:100%;display:block;padding:.5rem}.icon__container{display:flex;flex-direction:row;align-items:center;gap:1rem}.icons{display:block}.menu__btn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;position:relative;z-index:11;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hamburger{position:relative;display:block;width:24px;height:3px;background:var(--accent-light);border-radius:5px;transition:background-color .3s ease}.hamburger:before,.hamburger:after{content:"";display:block;position:absolute;left:0;width:24px;height:3px;background:var(--accent-light);border-radius:5px;transition:transform .3s ease}.hamburger:before{top:-8px;transform-origin:center}.hamburger:after{bottom:-8px;transform-origin:center}.menu__btn.active .hamburger{background:transparent}.menu__btn.active .hamburger:before{top:0;transform:rotate(45deg)}.menu__btn.active .hamburger:after{bottom:0;transform:rotate(-45deg)}}@keyframes scroll-btn{0%,1%{opacity:0}2%{opacity:inherit}}.title-wrapper[data-astro-cid-3zqmlas2]{width:100%;margin-bottom:var(--margin, 4rem);position:relative}.align-left[data-astro-cid-3zqmlas2]{text-align:left}.align-center[data-astro-cid-3zqmlas2]{text-align:center}.align-right[data-astro-cid-3zqmlas2]{text-align:right}h2[data-astro-cid-3zqmlas2]{font-weight:700;line-height:1.2;display:inline-block;position:relative}h2[data-astro-cid-3zqmlas2]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:4px;background:var(--accent);border-radius:2px;transform:scaleX(.3);transform-origin:left;transition:transform .6s ease}.title-wrapper[data-astro-cid-3zqmlas2]:hover h2[data-astro-cid-3zqmlas2]:after{transform:scaleX(1)}.title-normal[data-astro-cid-3zqmlas2]{font-size:4.5rem}.title-large[data-astro-cid-3zqmlas2]{font-size:6rem}.title-small[data-astro-cid-3zqmlas2]{font-size:3.5rem}@media screen and (max-width: 768px){.title-normal[data-astro-cid-3zqmlas2]{font-size:3rem}.title-large[data-astro-cid-3zqmlas2]{font-size:4rem}.title-small[data-astro-cid-3zqmlas2]{font-size:2.5rem}.align-center[data-astro-cid-3zqmlas2]{text-align:left}h2[data-astro-cid-3zqmlas2]:after{height:3px}}.portfolio-section[data-astro-cid-uhrerali]{padding:4rem 2rem 8rem;display:flex;flex-direction:column;align-items:center;width:100%;scroll-margin-top:10rem}.portfolio__container[data-astro-cid-uhrerali]{width:100%;max-width:var(--max-width)}@media screen and (max-width: 480px){.portfolio-section[data-astro-cid-uhrerali]{padding:3rem 1rem 6rem}}._base_b08aa_1{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;width:-moz-min-content;width:min-content;color:var(--icon-color)}._icon_b08aa_12{font-size:7rem}._name_b08aa_16{font-size:var(--text-general)}._icon_b08aa_12{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}._terminal_1oxss_1{flex:1;display:flex;flex-direction:column;max-width:100%;min-width:322px;min-height:280px;border-radius:0;overflow:hidden;border:1px solid #666;background-color:#000;box-shadow:0 4px 8px #0003;transition:all .3s ease;position:relative}._terminal_1oxss_1:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}._header_1oxss_21{height:32px;width:100%;background:#303030;display:flex;align-items:center;justify-content:flex-end;padding:0 0 0 12px;gap:0;border-bottom:1px solid var(--accent);position:relative}._header_1oxss_21:before{content:"Windows PowerShell";color:#fff;font-size:13px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:absolute;left:12px}._header_1oxss_21 div{width:46px;height:32px;display:flex;justify-content:center;align-items:center;font-weight:400;color:#fff;transition:all .1s ease;cursor:pointer;font-family:Segoe MDL2 Assets,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:10px;background:transparent}._minimize_1oxss_58,._maximize_1oxss_62,._close_1oxss_66{border:none}._minimize_1oxss_58:hover,._maximize_1oxss_62:hover{background:#404040}._close_1oxss_66:hover{background:#e81123}._minimize_1oxss_58:hover,._maximize_1oxss_62:hover,._close_1oxss_66:hover{transform:scale(1.1);filter:brightness(1.1)}._body_1oxss_87{flex:1;padding:8px 12px;background:#000;color:#f2f2f2;font-family:Cascadia Mono,Consolas,Courier New,monospace;font-size:14px;line-height:1.6;overflow:auto}._user__line_1oxss_98{color:#f2f2f2;font-size:14px;margin-bottom:12px;display:flex;flex-wrap:wrap;align-items:center}._user__name_1oxss_107{color:#f2f2f2;font-weight:400}._separator_1oxss_112{display:none}._content_1oxss_116{color:#f0f0f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.terminal__skills__container{display:flex;flex-wrap:wrap;width:100%;justify-content:center;gap:2.2rem}.terminal__skills{padding:2.2rem 0}.terminal__skills h2{font-size:var(--text-xx-large);font-weight:600;color:var(--secondary-90);padding:2.2rem 0}.terminal__skills{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}#skills{display:flex;max-width:var(--max-width);padding:4rem 2rem;gap:4rem;margin:6rem auto;scroll-margin-top:10rem;align-items:center;position:relative}#skills:after{content:"";position:absolute;height:100%;width:100%;top:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(149,107,235,.05),transparent 70%);pointer-events:none;z-index:-1}#skills .text-content{max-width:40%;flex:1;display:flex;flex-direction:column;justify-content:center;gap:2rem}#skills .text-content p{font-size:var(--text-large);line-height:1.6;color:var(--primary-95)}@media screen and (max-width: 768px){#skills{flex-direction:column-reverse;padding:3rem 1.5rem;gap:3rem}#skills .text-content{max-width:100%;text-align:center;align-items:center}}.skills-tags[data-astro-cid-gmga6xar]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.skill-tag[data-astro-cid-gmga6xar]{background:linear-gradient(135deg,var(--primary-30),var(--accent));color:var(--primary-100);padding:.5rem 1rem;border-radius:50px;font-size:var(--text-small);font-weight:600;box-shadow:0 4px 8px #0000001a;transition:all .3s ease}.skill-tag[data-astro-cid-gmga6xar]:hover{transform:translateY(-3px);box-shadow:0 6px 12px #00000026;background:linear-gradient(135deg,var(--accent),var(--primary-40))}@media screen and (max-width: 768px){.skills-tags[data-astro-cid-gmga6xar]{justify-content:center}}
