.header{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.header .logo{font-size:30px}.iconNavigation{display:none}.navigation{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}@media(max-width:810px){.navigation{display:none}.iconNavigation{display:inherit}}.footer{animation:fadeIn 1.7s ease forwards}.projects .projectsIntro{max-width:880px;color:var(--mui-palette-text-secondary)}.projects .projectsCategories{display:flex;flex-direction:column;gap:14px;margin-top:24px}.projects .projectsCategory{background:color-mix(in srgb,var(--mui-palette-background-paper),transparent 4%)}.projects .projectsCategoryHeader{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.projects .projectsCardContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:18px}.projects .projectsCardContainer .projectCard{height:100%;position:relative;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.projects .projectsCardContainer .projectCard.hasImage,.projects .projectsCardContainer .projectCard.singleProject{grid-column:1/-1}.projects .projectsCardContainer .projectCard.noImage .projectCardBody,.projects .projectsCardContainer .projectCard.noImage .projectCardDescription{max-width:none;width:100%}.projects .projectsCardContainer .projectCard.noImage.singleProject .projectCardContent{padding:28px}.projects .projectsCardContainer .projectCard.noImage.singleProject .projectCardBody{width:100%;max-width:none;margin:0;align-items:stretch}.projects .projectsCardContainer .projectCard.noImage.singleProject .projectCardDescription{max-width:none;text-align:left}@media(max-width:780px){.projects .projectsCardContainer .projectCard{margin:0}}.projects .projectsCardContainer .projectCard:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--mui-palette-primary-main),transparent 55%);box-shadow:0 18px 40px #0000002e!important}.projects .projectsCardContainer .projectCard.left .projectCardCarousel,.projects .projectsCardContainer .projectCard.right .projectCardCarousel{opacity:0;animation:fadeIn .7s ease forwards;animation-delay:.5s}.projects .projectsCardContainer .projectCard.left{animation:fromLeftToCenter .5s ease forwards}.projects .projectsCardContainer .projectCard.right{animation:fromRightToCenter .5s ease forwards}@media(max-width:780px){.projects .projectsCardContainer .projectCard.left,.projects .projectsCardContainer .projectCard.right{animation:fadeIn .35s ease forwards}}.projects .projectsCardContainer .projectCard .projectCardContent{height:100%;padding:20px}@media(max-width:780px){.projects .projectsCardContainer .projectCard .projectCardContent{padding:16px}}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardLayout{height:100%;display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:26px;align-items:center}@media(max-width:900px){.projects .projectsCardContainer .projectCard .projectCardContent .projectCardLayout{grid-template-columns:1fr}}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardMedia{min-width:0;border:1px solid var(--mui-palette-divider);border-radius:8px;overflow:hidden;background:color-mix(in srgb,var(--mui-palette-background-default),transparent 15%)}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardBody{min-width:0;display:flex;flex-direction:column;gap:12px}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardTitle{color:var(--mui-palette-text-primary)}.projects .projectsCardContainer .projectCard .projectCardContent .projectTags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardDescription{color:var(--mui-palette-text-secondary);text-align:left}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardCarousel{transition:transform .5s ease;width:100%;max-width:100%}.projects .projectsCardContainer .projectCard .projectCardContent .projectCardCarousel:hover{transform:scale(1.03)}.projects .projectsCardContainer .projectCard.hasImage.left .projectCardLayout{grid-template-columns:minmax(0,1fr) minmax(280px,420px)}.projects .projectsCardContainer .projectCard.hasImage.left .projectCardMedia{order:2}.projects .projectsCardContainer .projectCard.hasImage.left .projectCardBody{order:1}.projects .projectsCardContainer .projectCard.hasImage.right .projectCardLayout{grid-template-columns:minmax(280px,420px) minmax(0,1fr)}.projects .projectsCardContainer .projectCard.hasImage.right .projectCardMedia{order:1}.projects .projectsCardContainer .projectCard.hasImage.right .projectCardBody{order:2}@media(max-width:900px){.projects .projectsCardContainer .projectCard.hasImage.left .projectCardLayout,.projects .projectsCardContainer .projectCard.hasImage.right .projectCardLayout{grid-template-columns:1fr}.projects .projectsCardContainer .projectCard.hasImage.left .projectCardMedia,.projects .projectsCardContainer .projectCard.hasImage.left .projectCardBody,.projects .projectsCardContainer .projectCard.hasImage.right .projectCardMedia,.projects .projectsCardContainer .projectCard.hasImage.right .projectCardBody{order:initial}}.projects .projectsCardContainer .projectCard .MuiCardActions-root{padding:0 20px 16px;gap:6px}.projects .projectsCardContainer .projectCard .collapseCard{padding:0 20px 20px}.projects .projectsCardContainer .projectCard .collapseCard.left,.projects .projectsCardContainer .projectCard .collapseCard.right{text-align:left}.projects .projectsCardContainer .projectCard .collapseCard img{max-width:100%;border-radius:8px}.experienceCard{display:flex;flex-direction:row;gap:15px}@media(max-width:780px){.experienceCard{flex-wrap:wrap}}.experienceCard .coursesCard{animation:fadeIn 1.7s ease forwards}.experienceCard .coursesCard .courses{margin-top:15px;display:flex;flex-direction:column;gap:10px}.experienceCard .coursesCard .courses .course{display:flex;flex-direction:row;gap:10px;align-items:center}@media(min-width:780px){.experienceCard .skillsCard{width:520px}}.experienceCard .skillsCard .skillsContainer{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.experienceCard .skillsCard .skill{cursor:help}.skillTooltipText{max-width:260px;font-size:.88rem!important;line-height:1.45!important}.aboutCard .aboutImage{width:280px;margin:0 10px 10px}@media(min-width:780px){.aboutCard .aboutImage{float:right}}.aboutCard .aboutTypo{text-align:justify}@keyframes fromLeftToCenter{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fromRightToCenter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{rotate:0deg}50%{scale:1 1.5}to{rotate:360deg}}.gradient-card{position:relative;overflow:hidden}.gradient-card:after{background:linear-gradient(transparent,var(--mui-palette-primary-main),transparent);height:90px;width:2px;position:absolute;left:1px;top:65%;content:"";transition:top .6s ease,opacity .6s ease}.gradient-card:after{top:65%;opacity:0}.gradient-card:hover:after{top:25%;opacity:1}#follow-cursor-background-effect{background:linear-gradient(to right,#7fffd4,#9370db);height:200px;aspect-ratio:1;position:absolute;left:50%;top:50%;translate:-50% -50%;border-radius:50%;animation:rotate 20s infinite;filter:blur(100px)}.star-animation-container .star{position:absolute;z-index:2;color:#fff;font-size:1rem;line-height:1;animation-duration:1.5s;animation-fill-mode:forwards;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 6px 10px rgba(0,0,0,.18))}@keyframes fall-1{0%{transform:translate(0) rotateX(45deg) rotateY(30deg) rotate(0) scale(.25);opacity:0}5%{transform:translate(10px,-10px) rotateX(45deg) rotateY(30deg) rotate(0) scale(1);opacity:1}to{transform:translate(25px,200px) rotateX(180deg) rotateY(270deg) rotate(90deg) scale(1);opacity:0}}@keyframes fall-2{0%{transform:translate(0) rotateX(-20deg) rotateY(10deg) scale(.25);opacity:0}10%{transform:translate(-10px,-5px) rotateX(-20deg) rotateY(10deg) scale(1);opacity:1}to{transform:translate(-10px,160px) rotateX(-90deg) rotateY(45deg) scale(.25);opacity:0}}@keyframes fall-3{0%{transform:translate(0) rotateX(0) rotateY(45deg) scale(.5);opacity:0}15%{transform:translate(7px,5px) rotateX(0) rotateY(45deg) scale(1);opacity:1}to{transform:translate(20px,120px) rotateX(-180deg) rotateY(-90deg) scale(.5);opacity:0}}.container{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.MuiCard-root{margin:6px}.autoplaySwipeableViewport{width:100%;overflow:hidden}.autoplaySwipeableCarousel{width:100%;max-width:100%;display:block;overflow:hidden;object-fit:cover}.CardHeaderCenter,.cheerUpCard{text-align:center}.cheerUpCard .MuiCardHeader-root{justify-content:center}.cheerUpCard .MuiCardHeader-avatar{margin-right:8px;color:#f5b301}.cheerUpCard .cheerUpMessageFrame{max-width:760px;min-height:116px;margin:0 auto;border:1px solid rgba(128,128,128,.22);border-radius:12px;padding:clamp(22px,4vw,34px);display:flex;align-items:center;justify-content:center;background:#ffffff8a;overflow:hidden}.cheerUpCard .cheerUpMessage{max-width:660px;font-size:clamp(1.25rem,3vw,2rem);line-height:1.4;font-weight:700;animation:cheerUpMessageIn .68s cubic-bezier(.2,.8,.2,1)}.azureCloudCard{text-align:center}.azureCloudCard .azureCloudIntro{max-width:620px;margin-bottom:20px;margin-left:auto;margin-right:auto}.azureCloudCard .azureCloudDivider{margin:20px 0}.azureCloudCard .guestbookCarousel{max-width:980px;min-height:300px;margin:0 auto 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden}.azureCloudCard .guestbookTrack{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;animation:guestbookSlideIn .52s cubic-bezier(.2,.8,.2,1)}.azureCloudCard .guestbookTrack.entries-1{grid-template-columns:minmax(0,360px);justify-content:center}.azureCloudCard .guestbookTrack.entries-2{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}.azureCloudCard .guestbookBubble{min-height:250px;height:250px;border:1px solid rgba(128,128,128,.22);border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;background:#ffffff94;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.azureCloudCard .guestbookBubble:hover{transform:translateY(-4px);border-color:#1976d25c;box-shadow:0 12px 28px #00000029}.azureCloudCard .guestbookStars{color:#f5b301;flex-shrink:0}.azureCloudCard .guestbookQuote{font-size:1rem;line-height:1.5;font-weight:600;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.azureCloudCard .guestbookAuthor{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.azureCloudCard .guestbookDots{margin-top:4px}.azureCloudCard .guestbookDots button{width:10px;height:10px;border:0;border-radius:999px;background:#8080806b;cursor:pointer;padding:0;transition:width .18s ease,background .18s ease}.azureCloudCard .guestbookDots button.active{width:28px;background:#1976d2}.azureCloudCard .contactForm{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:16px;text-align:left}.azureCloudCard .contactForm h3{text-align:center}.azureCloudCard .contactForm .contactHoneypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}@media(max-width:800px){.azureCloudCard .guestbookCarousel{min-height:280px}.azureCloudCard .guestbookTrack{grid-template-columns:1fr;max-width:420px}.azureCloudCard .guestbookBubble{height:230px;min-height:230px}.azureCloudCard .guestbookBubble:nth-child(n+2){display:none}}@keyframes guestbookSlideIn{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes cheerUpMessageIn{0%{opacity:0;transform:translateY(14px) scale(.98);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}body{-webkit-font-smoothing:antialiased;overflow-x:hidden}
