body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Lato";width:100%;min-height:100vh}.header{width:100%;max-height:10vh;display:flex;justify-content:space-around;align-items:center;padding:20px}nav{width:60%}.header__logo h2{font-weight:700;font-size:24px;color:#fff;width:40%;letter-spacing:1px;text-align:center;cursor:pointer}nav .header__nav-links{display:flex;justify-content:space-around;list-style:none;padding:0 5px}.header__nav-links .header__link a{display:inline-block;text-decoration:none;color:#fff;font-size:20px;padding:5px 10px;font-weight:400;letter-spacing:1px;transition:all .3s ease}.header__link a:hover{color:#000;background-color:#fff;font-weight:700}@media (max-width:500px){.header{padding:10px 0}.header__nav-links .header__link a{padding:5px;font-size:18px}}.hero{min-height:100vh;background-image:linear-gradient(90deg,#00d2ff,#3a47d5);overflow-y:hidden}.hero__main{display:flex;min-height:90vh;width:90%;flex-wrap:wrap;margin:0 auto;grid-gap:15px;gap:15px}.hero__column{padding:25px;display:flex;justify-content:center;flex-direction:column;align-items:center}.hero__column:first-child{width:60%}.hero__column:last-child{width:38%}.hero__head{font-size:clamp(1.5rem,calc(5vw + 1rem),3rem);line-height:4rem;color:#fff}.hero__content{padding:5px;font-size:1.8rem;color:#fff;line-height:2.2rem;letter-spacing:1px;text-align:left}.hero__img-container{width:100%}@media (max-width:800px){.hero__column:first-child{width:90%}.hero__column:last-child{width:70%;margin:0 auto}}@media (max-width:500px){.hero__column:first-child,.hero__main{width:100%}.hero__head{line-height:3rem}.hero__column{padding:15px 20px}.hero__content{font-size:1.6rem}.hero__column:last-child{width:100%}.hero__img-container img{width:90%}}.about{padding:20px;width:100%}.section__head h2{font-size:clamp(2.8rem,calc(5vw + 1rem),3.5rem);text-align:center;text-transform:uppercase;letter-spacing:2px}.about__name{margin:15px 0;font-size:clamp(1.3rem,calc(5vw + 1rem),2.6rem)}.about__info{font-size:22px;line-height:25px;margin:15px 0}.about__sub-head{font-size:clamp(1.2rem,calc(5vw + 1rem),2.5rem);margin-bottom:15px}.about__hobbies-list{padding:5px 15px;margin:15px 0;font-size:20px}.about__hobbies-list li{margin:5px 0}.techstack{background-image:linear-gradient(90deg,#00d2ff,#3a47d5);padding:25px;display:flex;flex-direction:column}.techstack__head{font-size:clamp(2.8rem,calc(5vw + 1rem),3.5rem);text-align:center;margin-bottom:20px;font-weight:700}.stack{display:flex;justify-content:space-around;flex-wrap:wrap;align-items:flex-start}.techitem{width:150px;height:150px;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:5px;border-radius:.6rem;box-shadow:0 10px 30px rgba(0,0,0,.5);margin:20px auto;opacity:.9;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.techitem:hover{opacity:1;transform:scale(1.07)}.techitem__logo{object-fit:contain;width:100px;height:100px}.techitem__title{font-size:1.6rem}.projects{width:100%;padding:25px}.projects__head h3{font-size:clamp(2.8rem,calc(5vw + 1rem),3.5rem);text-align:center}.project{display:flex;width:80%;padding:10px 20px;height:350px;margin:50px auto;border-radius:.6rem;box-shadow:0 12px 35px rgba(0,0,0,.5);opacity:.9;transition:all .2s linear}.project:hover{opacity:1;transform:scale(1.05);box-shadow:6px 12px 35px rgba(255,0,0,.5)}.project__info{display:flex;flex-direction:column;width:40%}.project__head{font-size:clamp(1.6rem,calc(5vw + 1rem),2.5rem);text-align:center}.project__info img{width:100%;height:250px;object-fit:contain}.project__content{margin:0 25px;width:60%;display:flex;flex-direction:column;padding:40px 5px;justify-content:space-between}.project__desc{font-size:20px;letter-spacing:1px;line-height:25px}.project__links{display:flex;margin:0 auto;width:80%;justify-content:space-between}.project__links a{text-decoration:none;font-size:24px;color:#00f}.project__links a:hover{color:#00f}@media (max-width:900px){.project{padding-top:5px}.project__links{width:100%}.project__head{font-size:2.3rem}}@media (max-width:800px){.project__head{font-size:2rem}.project__desc{font-size:18px}}@media (max-width:700px){.project{flex-direction:column;width:80%;height:auto;align-items:center;padding:20px 0}.project__head{font-size:2.3rem}.project__info{width:90%}.project__content{width:90%;margin:0}.project__links{margin-top:10px}.project__links a{font-size:20px}}.contact{width:100%;background-image:linear-gradient(90deg,#00d2ff,#3a47d5);display:flex;flex-direction:column;align-items:center;height:100vh}.contact__head h3{font-size:clamp(2.8rem,calc(5vw + 1rem),3.5rem);margin:20px 0}.contact__form{padding:20px;display:flex;align-items:center;justify-content:space-evenly;height:70vh;box-shadow:0 10px 30px rgba(0,0,0,.5);width:45%}.contact__form form{padding:10px;width:100%;height:100%;display:flex;flex-direction:column}.contact__form *{width:80%;margin:20px auto;font-size:16px}.spacing>*+*{margin-top:2rem;margin-top:var(--spacer,2rem)}.contact__form input[type=email],.contact__form input[type=text],.contact__form textarea{background-color:transparent;letter-spacing:1px;caret-color:#fff;padding:5px 0;border:none;border-bottom:2px solid #3a47d5}.contact__form input[type=email]:active,.contact__form input[type=email]:focus,.contact__form input[type=text]:active,.contact__form input[type=text]:focus,.contact__form textarea:active,.contact__form textarea:focus{outline:none}.contact input[type=submit]{padding:8px 20px;border:2px solid #000;border-radius:40px;font-size:20px;font-weight:600;letter-spacing:1px;transition:all .4s ease}.contact input[type=submit]:hover{background-color:#000;color:#fff}@media (max-width:800px){.contact__form{width:80%}}.footer{padding:30px;background-color:#000;display:flex;justify-content:space-around}.spacing>*+*{margin-top:2.2rem;margin-top:var(--spacer,2.2rem)}.footer__content{width:45%;display:flex;flex-direction:column;align-items:left;color:#fff;margin:0 auto}.footer__content h4{font-size:28px;letter-spacing:1px;font-weight:600;text-align:left;width:100%}.footer__content p{font-size:20px;color:#2f2f2f}.footer__content .name{font-size:22px;letter-spacing:1px;color:coral}.footer__social{width:40%;display:flex;flex-direction:column}.footer__social p{color:#fff;font-size:24px;margin-bottom:2rem;text-align:left}.footer__social .footer__icons{width:35%;padding:10px;display:flex;justify-content:space-between}.footer__social .MuiSvgIcon-root{color:#3a47d5;font-size:26px;transition:color .35s ease-in}.footer__social .MuiSvgIcon-root:hover{color:#00d2ff}@media (max-width:800px){.footer{flex-direction:column}.footer__content{width:100%}.footer__content h4{font-size:24px}.footer__content p{font-size:18px}.footer__social{width:100%;margin-top:2rem}.footer__social .footer__icons{margin:0 auto;width:100%}}
/*# sourceMappingURL=main.1acce95e.chunk.css.map */