body{margin:0;font-family:"Work Sans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{scroll-behavior:smooth}.home{display:flex;flex-direction:column;width:70%;margin:auto}@media only screen and (max-width:1024px){.home{width:90%}}@media only screen and (max-width:512px){.home{width:100%}}.body{padding:12px 12px 36px}#projects-mobile{display:none}@media only screen and (max-width:720px){.body{margin-top:48px}#projects{display:none}#projects-mobile{display:block}}.skills{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}.section-title{font-size:24px;font-weight:600;width:100%}.skills-section{display:flex;flex-wrap:wrap;max-width:70%;justify-content:center}.seprator{background-image:linear-gradient(to right top,#d16ba5,#c777b9,#ba83ca,#aa8fd8,#9a9ae1,#8aa7ec,#79b3f4,#69bff8,#52cffe,#41dfff,#46eefa,#5ffbf1);height:6px;width:40%;border-radius:3px;margin:48px 0;align-self:left}.skill-card{width:-webkit-max-content;width:max-content;padding:8px 16px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:6px;border-radius:6px;box-shadow:0 0 0 -5px;transition:.3s;-webkit-animation:ease-in;animation:ease-in;cursor:pointer}.skill-card:hover{-webkit-transform:scale(1.1);transform:scale(1.1);box-shadow:0 0 5px 0}.skill-icon{font-size:80px}.skill-name{font-size:18px}@media only screen and (max-width:720px){.skill-card{width:-webkit-max-content;width:max-content;height:100px}.skill-icon{font-size:60px}}.contact{display:flex;flex-direction:column;flex:1 1}.section-title{font-size:32px;font-weight:700}.contact-container{display:flex;flex:1 1;justify-content:space-between;align-items:center;margin:16px 0}.contact-left{max-width:60%;font-size:20px;text-align:center;display:flex;flex-direction:column;text-align:left}.contact-left p{margin-bottom:8px}.contact-left a{text-decoration:none;color:#000}.download{padding:8px 16px;font-size:24px;display:flex;justify-content:center;align-items:center;border-radius:4px;box-shadow:0 0 5px 0}.download a{text-decoration:none;color:#000}@media only screen and (max-width:720px){.contact-container,.contact-left{flex-direction:column;justify-content:center;align-items:center}.contact-left{max-width:100%;margin-bottom:12px;display:flex}.contact-left,.download{font-size:16px}}.social-contact{display:flex;justify-content:center;align-items:center}.social-contact a{text-decoration:none}.social-icon-div{padding:6px;margin:6px;cursor:pointer}.social-icon-div i{font-size:24px}@media only screen and (max-width:720px){.social-icon-div i{height:20px}}.work{flex-direction:column}.work,.work-list{display:flex;justify-content:center;align-items:center;width:100%}.work-list{flex-wrap:wrap;margin:24px 0}.work-card{padding:8px;width:45%;margin-top:16px;justify-content:space-between;flex-direction:row-reverse;box-shadow:0 0 15px -5px;border-radius:6px}.company-name,.work-card{display:flex;align-items:center}.company-name{text-decoration:none;color:#000;font-size:20px}.company-link-icon{margin-left:6px;font-size:20px}.work-logo{height:80px}.work-info{display:flex;flex-direction:column}.work-dates{color:grey}.work-desc{text-align:left;max-width:80%}@media only screen and (max-width:720px){.work-card{width:100%}.company-name{font-size:16px}.company-link-icon{margin-left:6px;font-size:16px}}.projects{display:flex;flex-direction:column;flex:1 1}.cards-container-wrapper{display:flex;justify-content:space-evenly;margin-top:36px}@media only screen and (max-width:720px){.cards-container-wrapper{flex-direction:column;align-items:center;grid-gap:20px;gap:20px}}.card-container{width:300px;overflow:hidden;display:flex;flex-direction:column}.image-container{background-position:50%;background-size:cover;height:200px}.card-content{margin:1rem}h3,p{margin:0;padding:0}.card-title{margin-bottom:.5rem}.project-tags-2{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:1rem;margin-top:auto}.tag{padding:4px 8px;background-color:#d7dfdc;margin-right:6px;margin-bottom:4px;border-radius:4px}@media only screen and (max-width:720px){.card-container{margin-bottom:16px}}.about-top{display:flex;justify-content:space-between;align-items:center}.picture{height:420px}.about-info{font-size:24px}.info-name{color:#00f;font-size:32px}@media only screen and (max-width:720px){.about-top{flex-direction:column;justify-content:center;align-items:center}.picture{height:280px}.about-info{font-size:20px}.info-name{font-size:24px}}.education{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.education-list{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;width:100%;margin:24px 0}.education-card{display:flex;justify-content:center;width:45%;box-shadow:0 0 15px -5px;border-radius:6px}.education-container{display:flex;flex-direction:column;padding:8px 8px 24px;grid-gap:6px;gap:6px;margin-top:16px}.education-college{text-decoration:none}.education-title{font-size:20px}.education-dates{color:grey}.education-desc{text-align:left;max-width:80%}@media only screen and (max-width:720px){.education-card{width:100%;justify-content:flex-start}.education-card:first-child{margin-bottom:20px}.education-title{font-size:18px}}.projects-mobile{width:100%}.section-title{display:flex;align-items:center}.cards-container-wrapper-mobile .swiper-container{width:300px;margin-top:36px}.footer{padding:12px;justify-content:center;margin-top:24px}.footer,.header{display:flex;align-items:center}.header{justify-content:space-between;flex:1 1;padding:24px 12px 12px;position:relative}.menu{display:flex;flex:1 1;justify-content:flex-end}.menu-icon{font-size:24px}.logo,.web-menu{display:flex}.logo{font-size:36px;color:#8a2be2;font-weight:800}@media only screen and (max-width:720px){.logo{font-size:24px}}.web{display:flex;flex:1 1;align-items:center}.web-options{font-size:20px;margin-right:20px;font-weight:700}.web-options a{text-decoration:none;color:#000}.option-icon,.web-options a{display:flex;align-items:center}.option-icon{margin-right:4px}.web-options:last-child{margin-right:0}
/*# sourceMappingURL=main.052a76da.chunk.css.map */