.welcome-section{display:flex;width:100%;min-height:100vh;flex-direction:row;justify-content:center;align-items:center;gap:80px;background:radial-gradient(circle at center,rgba(255,185,0,.1) 0%,rgba(255,160,0,.06) 20%,var(--bg-color) 55%)}.welcome-description{display:flex;flex-direction:column;gap:30px;max-width:40%}.welcome-description-ward:hover{color:var(--primary-color)}.welcome-download-btn{margin-top:var(--space-md);width:fit-content;display:flex;align-items:center;padding:.2rem;background-color:var(--gray-background);border-radius:6px;color:var(--bg-color-light);font-size:10px;text-decoration:none;position:relative;overflow:hidden;z-index:0}.welcome-download-btn:before{content:"";position:absolute;bottom:-100%;left:50%;transform:translate(-50%) scale(0);width:200%;height:200%;background:var(--primary-color);border-radius:50%;z-index:-1;transition:transform .5s ease}.welcome-download-btn:hover:before{transform:translate(-50%) scale(1.2)}.welcome-download-btn:hover{color:var(--bg-color-light)}.welcome-download-icon{color:var(--bg-color-light);width:16px;height:16px}@media screen and (max-width:1024px){.welcome-section{flex-direction:column-reverse;text-align:center}.welcome-description-text{display:flex;flex-direction:column;justify-content:center}.welcome-download-btn{align-self:center}}.profile-wrapper{position:relative;width:200px;height:200px;cursor:pointer}.profile-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:10% 0;border:7px solid var(--primary-color);animation:morph 8s ease-in-out infinite;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transition:opacity .2s ease;z-index:1}.profile-img.wink{opacity:0}.profile-wrapper:hover .profile-img.wink{opacity:1}.profile-wrapper:hover .profile-img.normal{opacity:0}.technologies{margin-top:.5rem;font-size:small;font-style:italic}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.experiences-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-xxxl) 0}@media screen and (max-width:1024px){.experiences-section-wrapper{padding:0 var(--space-xs)}}.experiences-description{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;gap:var(--space-md)}.experiences-list{display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-xl)}.card-wrapper{text-decoration:none;color:inherit;display:block}.card-container{background:var(--bg-color-light);max-width:54rem;display:flex;flex-direction:column;gap:1rem;padding:var(--space-xxl);border:7px solid var(--gray-text);border-radius:150px;corner-shape:squircle}.card-container:hover{border-color:var(--primary-color);color:var(--gray-text);.card-github{color:var(--primary-color)}}.card-container--clickable{cursor:pointer;a:hover{color:var(--gray-text)}}.card-header{display:flex;justify-content:space-between}@media screen and (max-width:1024px){.card-header{gap:var(--space-xs)}}.card-header__subTitle{color:var(--primary-color);font-weight:700}.card-technologies{display:flex;gap:var(--space-xs);flex-wrap:wrap}.card-repo{color:var(--primary-color)}.card-repo:hover{color:var(--gray-text)}.card-github{width:1.5rem;height:1.5rem}.pill{border-radius:50px}.pill-large{padding:var(--space-sm)}.pill-small{padding:var(--space-xs) var(--space-sm);font-size:12px;font-weight:700;color:var(--text-color)}.pill-small:hover{color:#000;background:var(--primary-color);transition:background .3s ease,color .2s ease;cursor:pointer}.pill-light{background:var(--bg-color-light)}.pill-dark{background:var(--bg-color)}.subTitle h2{font-size:42px}.subTitle-yellow{color:var(--primary-color)}.projects-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;background:var(--bg-color-light);padding:var(--space-xxxl) 0}@media screen and (max-width:1024px){.projects-section-wrapper{padding:0 var(--space-xs)}}.projects-description{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;gap:var(--space-md)}.projects-list{display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-xl)}.about-me-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;background:var(--bg-color);padding:var(--space-xxxl) 0}.about-me-wrapper{display:flex;gap:var(--space-xxxl);max-width:54rem}@media screen and (max-width:1024px){.about-me-wrapper{justify-content:center;flex-direction:column-reverse;gap:var(--space-md);padding:0 var(--space-xs)}.about-me-image-container{width:300px!important;align-self:center}.about-me-image{width:100px;height:100px}}.about-me-image-container{width:600px;border:7px solid var(--primary-color);border-radius:100px;corner-shape:squircle;overflow:hidden}.about-me-image{width:400px;height:400px;object-fit:cover;object-position:-40px}.about-me-description{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;gap:var(--space-md)}.lets-talk-section{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:var(--bg-color-light);padding:var(--space-xxxl) 0;gap:var(--space-md)}
