@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;width:100%;background-color:#000;color:#fff;background-image:url(/assets/background-Dany3zP_.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;scroll-behavior:smooth;overflow-x:hidden}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#0000001a}html::-webkit-scrollbar-thumb{background:#c84efc4d;border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:#c84efc80}.app{width:100%;min-height:100vh}@media (max-width: 768px){body{background-attachment:scroll;font-size:14px}html::-webkit-scrollbar{width:4px}}@media (max-width: 480px){body{font-size:12px}}.Header__button{font-family:Outfit,sans-serif;color:#e3e3e3;font-size:20px;padding:8px 16px;text-align:center;text-decoration:none;margin:10px;background-color:transparent;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.Header__button:hover{text-shadow:rgb(239,239,239) 1px 0 10px;background:#c84efc1a;border-color:#c84efc4d;transform:translateY(-2px);box-shadow:0 4px 12px #c84efc33}.Header__button:active{transform:translateY(0)}@media (max-width: 768px){.Header__button{font-size:18px;padding:6px 12px;margin:5px}}@media (max-width: 480px){.Header__button{font-size:16px;padding:4px 8px;margin:3px;border-radius:6px}.Header__button:hover{transform:none}}.header{display:flex;justify-content:space-between;align-items:center;height:100px;top:0;width:100%;z-index:1000;position:fixed;padding:1rem 2rem;transition:all .3s ease}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:150px;background:linear-gradient(180deg,#000000e6,#000000b3,#0000);z-index:-1;pointer-events:none}.header__nav{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.header__logo{flex-shrink:0}.header__logo img{width:150px;height:auto;transition:width .3s ease}@media (max-width: 768px){.header{height:80px;padding:.5rem 1rem}.header__logo img{width:120px}.header__nav{gap:.5rem}}@media (max-width: 480px){.header{height:70px;padding:.5rem}.header__logo img{width:100px}.header__nav{gap:.25rem}}.welcome{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh}.card__profile{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%}.card__profile__img{z-index:1;border-radius:50%;box-shadow:-4px -11px 186px 143px #000000e8;transition:box-shadow .3s ease}.card__profile__img:hover{z-index:8;box-shadow:-4px -11px 186px 143px #bababa26}.card__profile img{width:450px;height:450px;border-radius:50%;object-fit:cover;z-index:5;filter:grayscale(100%);transition:filter .3s ease,transform .3s ease}.card__profile img:hover{filter:grayscale(0%);transform:rotate(360deg);z-index:10}.text__right p{font-size:17rem;text-align:center;padding-right:1rem;margin:0;z-index:5;font-weight:900;font-family:Outfit,sans-serif}.text__right{height:fit-content;z-index:2;position:relative;top:-160px;width:100%}.text__left p{font-size:17rem;text-align:center;padding-right:1rem;margin:0;z-index:5;font-weight:900;font-family:Outfit,sans-serif}.text__left{height:fit-content;z-index:2;position:relative;top:180px;width:100%}.card p{color:#f1f1f1e5;letter-spacing:10px;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#e7e7e7e3,#e7e4ead5,#cacacaa3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section__info{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%}.info__user{padding:50px;font-weight:500;font-size:2rem}.message{position:relative;bottom:100px}.message__text{font-size:2rem;text-decoration:underline}.card.dark-gradient p{background:linear-gradient(90deg,#f1cbff,#dcc0ff,#d0a4ff);-webkit-background-clip:text;background-clip:text}@media (max-width: 768px){.welcome{padding:1rem}.card__profile img{width:300px;height:300px}.text__right p,.text__left p{font-size:8rem}.text__right{top:-80px}.text__left{top:90px}.info__user{padding:25px;font-size:1.5rem}.message{bottom:50px}.message__text{font-size:1.5rem}.section__info{flex-direction:row;gap:1rem}}@media (max-width: 480px){.welcome{padding:.5rem}.card__profile img{width:250px;height:250px}.text__right p,.text__left p{font-size:5rem;letter-spacing:3px}.text__right{top:-60px}.text__left{top:70px}.info__user{padding:15px;font-size:1.2rem;text-align:center}.message{bottom:30px}.message__text{font-size:1.2rem;text-align:center}.card p{letter-spacing:5px}.card__profile__img:hover{box-shadow:-4px -11px 100px 80px #bababa26}.section__info{flex-direction:row;gap:1rem}}.page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:20px;width:90%;max-width:800px;background:linear-gradient(45deg,#000,#202020);padding:60px;box-shadow:4px 4px 42px #000c;margin:0 auto}.content{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;gap:100px;padding:2rem;min-height:100vh}.tech__stack{display:flex;flex-direction:row;align-items:center;justify-content:center}.tech__stack p{margin:0;padding:8px;color:#fff;font-size:1.5rem;font-weight:400}.description{font-size:1.5rem}.tech__stack p{background:linear-gradient(90deg,#f1cbff,#dcc0ff,#9d7cc1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h1{color:#fff;font-size:3.5rem;font-weight:700;text-shadow:4px 4px 42px rgb(170,128,217)}a:visited{color:#fff}a:hover{text-shadow:1px -2px 15px rgba(255,255,255,1)}.message__text{color:#fff;cursor:pointer;transition:all .3s ease}.message__text:hover{color:#c84efccc}@media (max-width: 768px){.page{width:95%;padding:40px;border-radius:15px}.content{gap:60px;padding:1rem}h1{font-size:2.5rem;text-align:center}.tech__stack{flex-direction:column;gap:.5rem;text-align:center}.tech__stack h2{margin-bottom:.5rem;font-size:1.3rem}.tech__stack p{font-size:1.2rem}.description{font-size:1.2rem;text-align:center;line-height:1.6}.message__text{font-size:1.3rem;text-align:center}}@media (max-width: 480px){.page{width:98%;padding:25px;border-radius:10px}.content{gap:40px;padding:.5rem}h1{font-size:2rem;text-shadow:2px 2px 20px rgb(170,128,217)}.tech__stack h2{font-size:1.1rem}.tech__stack p{font-size:1rem;padding:4px}.description{font-size:1rem;line-height:1.8}.message__text{font-size:1.1rem}}.projects-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;width:100%;padding:0 20px}.project-card{background:linear-gradient(45deg,#000,#202020);border-radius:15px;box-shadow:0 8px 25px #0000004d;min-height:350px;padding:25px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0006}.card__full{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;gap:20px}.card__content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;gap:15px}.card__content h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.card__content p{color:#e0e0e0;font-size:1rem;line-height:1.5;margin:0}.card__image{width:100%;height:200px;border-radius:10px;overflow:hidden;position:relative}.card__image img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:transform .3s ease}.card__image:hover img{transform:scale(1.05)}.techs{background:linear-gradient(90deg,#f1cbff,#dcc0ff,#9d7cc1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;font-size:.9rem}@media (max-width: 768px){.projects-content{padding:1rem}.projects-container{grid-template-columns:1fr;gap:20px;padding:0 10px}.project-card{min-height:320px;padding:20px;border-radius:12px}.card__content h2{font-size:1.3rem}.card__content p{font-size:.9rem}.card__image{height:180px}.techs{font-size:.8rem}}@media (max-width: 480px){.projects-content{padding:.5rem}.projects-container{gap:15px;padding:0 5px}.project-card{min-height:300px;padding:15px;border-radius:10px}.card__full{gap:15px}.card__content{gap:10px}.card__content h2{font-size:1.2rem}.card__content p{font-size:.85rem;line-height:1.4}.card__image{height:160px;border-radius:8px}.techs{font-size:.75rem}.project-card:hover{transform:none}}.content-c{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:100vh;padding:2rem}.contact-page{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:90%;max-width:800px;padding:50px 30px;background:linear-gradient(135deg,#000,#202020);min-height:500px;border-radius:25px;text-align:center;box-shadow:0 10px 30px #00000080}.contact-page h1{margin:0 0 20px;font-size:2.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 10px rgba(200,78,252,.3)}.contact-page>p{font-size:1.3rem;margin:0 0 40px;color:#e0e0e0;line-height:1.6;max-width:600px}.app__contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:25px;width:100%;max-width:600px}.contact__info{display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(135deg,#f1cbff,#dcc0ff,#9d7cc1);color:#4f086c;padding:25px 15px;min-height:120px;border-radius:18px;transition:all .3s ease;text-decoration:none;gap:10px;position:relative;overflow:hidden}.contact__info img{filter:invert(1);width:45px;height:auto;transition:transform .3s ease}.contact__info p{margin:0;text-align:center;font-weight:600;font-size:1rem;transition:all .3s ease}.contact__info:active,.contact__info:focus,.contact__info:visited,.contact__info:link{text-decoration:none;color:#4f086c}.contact__info:hover{transform:translateY(-5px);box-shadow:0 10px 25px #c84efc66}.contact__info:hover img{transform:scale(1.1)}.contact__info:hover p{color:#320046}@media (max-width: 768px){.content-c{padding:1rem}.contact-page{width:95%;padding:40px 20px;min-height:450px;border-radius:20px}.contact-page h1{font-size:2rem;margin-bottom:15px}.contact-page>p{font-size:1.1rem;margin-bottom:30px}.app__contact{grid-template-columns:repeat(2,1fr);gap:20px;max-width:400px}.contact__info{min-height:100px;padding:20px 12px;border-radius:15px}.contact__info img{width:40px}.contact__info p{font-size:.9rem}}@media (max-width: 480px){.content-c{padding:.5rem}.contact-page{width:98%;padding:30px 15px;min-height:400px;border-radius:15px}.contact-page h1{font-size:1.8rem;margin-bottom:10px}.contact-page>p{font-size:1rem;margin-bottom:25px;line-height:1.5}.app__contact{grid-template-columns:1fr;gap:15px;max-width:280px}.contact__info{min-height:90px;padding:15px 10px;border-radius:12px;gap:8px}.contact__info img{width:35px}.contact__info p{font-size:.85rem}.contact__info:hover{transform:none;box-shadow:0 5px 15px #c84efc4d}}.single-page-container{width:100%;display:flex;flex-direction:column}.scroll-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.welcome-section{min-height:100vh;padding:0!important;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.about-section,.projects-section,.contact-section{min-height:100vh}@media (max-width: 768px){.scroll-section{padding:2rem 1rem;min-height:auto}.welcome-section{min-height:100vh;padding:0!important}}@media (max-width: 480px){.scroll-section{padding:.5rem}}#root{width:100%;min-height:100vh;background-color:transparent}
