*{transition:all .1s}.App{grid-gap:20px;align-items:center;animation:gradient 15s ease infinite;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:linear-gradient(-45deg,#ff9a9e,#fad0c4,#fad0c4,#fbc2eb,#a1c4fd,#c2e9fb);background-size:200% 200%;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:300px 0;height:100vh;justify-content:center;max-height:100vh!important;max-width:100vw!important;overflow:hidden;padding:0 20px;width:100vw}.App.showComponent{grid-template-columns:300px 3fr}.app-header{grid-gap:10px;align-items:center;background-color:#fff;border-radius:5px;display:grid;gap:10px;grid-template-columns:50px 1fr;height:50px;overflow:hidden;width:100%}.app-header button{align-items:center;background-color:initial;border:none;display:flex;height:50px;justify-content:center;width:50px}.component-container{display:none;gap:10px;grid-template-rows:50px 1fr;height:100vh;padding:10px}.component-container.show-component{animation:expandContainer .1s;display:grid;flex-grow:1;max-width:100%;transform-origin:right;transition:all .1s}.component-container .content{height:100%;overflow:hidden;width:100%}@media (max-width:750px){.App{padding:0 10px}.App.showComponent{grid-template-columns:50px 1fr!important}}@media (max-width:450px){.App{gap:0;padding:0 10px}.App.showComponent{grid-template-columns:0 1fr!important}}.scrollbar-white{overflow-y:auto;scrollbar-color:#fff #0000;scrollbar-width:thin}.scrollbar-white::-webkit-scrollbar,.scrollbar-white::-webkit-scrollbar-track{background:#0000}.scrollbar-white::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#fff;border:2px solid #0000;border-radius:10px}.scrollbar-white::-webkit-scrollbar-thumb:hover{background-color:#fffc}#notifications{align-items:center;display:flex;flex-direction:column;gap:10px;left:50vw;max-height:40vh;max-width:400px;overflow-y:auto;position:fixed;top:10px;transform:translateX(-50%);width:calc(100% - 20px);z-index:100}#notifications::-webkit-scrollbar{display:none}#notifications{-ms-overflow-style:none;scrollbar-width:none}#notifications p{animation:popNotification .1s;background-color:#fff;border-radius:5px;box-sizing:border-box;padding:10px;width:100%}@keyframes popNotification{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;flex-shrink:0;font-family:Lato,sans-serif;margin:0;padding:0}.Main_main__e3yt2{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:20px;justify-content:center;position:relative;width:100%}.Main_socials__WxRjx{display:flex;flex-direction:column;gap:10px;width:100%}@media (max-width:750px){.Main_main__e3yt2{height:100%;width:100%}.Main_componentShown__mapGn .Main_fullName__ikvH7,.Main_componentShown__mapGn .Main_profilePicture__pcfvG{display:none}.Main_componentShown__mapGn .Main_buttonsContainer__AcjoP{margin-top:50px;padding:0}.Main_shareButton__RsEeW{right:10px;top:10px}.Main_socials__WxRjx{align-items:center;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;justify-content:center;overflow:hidden}.Main_socials__WxRjx a{width:50px}.Main_socials__WxRjx a p{display:none}}.Main_main__e3yt2.Main_componentShown__mapGn{height:100%;padding:25px 0}@keyframes Main_gradient__byjLX{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Main_profilePicture__pcfvG{border-radius:100%;height:150px;width:150px}.Main_buttonsContainer__AcjoP{align-items:center;display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.Main_componentShown__mapGn .Main_buttonsContainer__AcjoP{margin-bottom:auto}.Main_socialButton__KEUdx{grid-gap:10px;align-items:center;background-color:#fff;border:none;border-radius:5px;color:#000;display:grid;flex-shrink:0;gap:10px;grid-template-columns:50px 1fr;height:50px;justify-content:start;overflow:hidden;text-decoration:none;transition:all .1s;width:100%}.Main_socialButton__KEUdx .Main_socialIcon__gwD2B{align-items:center;background-color:#000;display:flex;height:50px;justify-content:center;width:50px}.Main_socialButton__KEUdx p{text-align:start;width:100%}.Main_socialButton__KEUdx:hover{transform:scale(1.05);transition:all .1s}.Main_shareButton__RsEeW{border-radius:100%;display:flex;flex-direction:column;height:40px;overflow:hidden;position:absolute;right:10px;top:20px;width:40px}.Main_shareButton__RsEeW button{align-items:center;background-color:#ffffff80;border:1px solid #0000;border-radius:100%;display:flex;height:40px;justify-content:center;transition:all .1s;width:40px}.Main_shareButton__RsEeW button:hover{border:1px solid #fff;transform:scale(1.05);transition:all .1s}.Main_modal__LzK9W.Main_show-modal__ZWjoR{animation:Main_slideUpModal__-IK3H .1s;bottom:25px;display:grid;position:fixed}.Main_cvButton__GiQnC{background-color:#000;border:none;border-radius:5px;color:#fff;font-size:1rem;font-weight:700;height:50px;overflow:hidden;transition:all .1s;width:calc(100% - 20px)}.Main_cvButton__GiQnC:hover{transform:scale(1.05);transition:all .1s}.CopyModal_modal__\+h0pI{grid-gap:10px;align-items:center;animation:CopyModal_slideUpModal__z8jIw .2s;background-color:#fff;border-radius:15px;bottom:25px;display:grid;gap:10px;grid-template-columns:1fr 50px;grid-template-rows:1fr 1fr;height:auto;justify-content:center;left:50%;padding:10px;position:fixed;transform:translateX(-50%);transition:all .1s;width:300px;z-index:100}@keyframes CopyModal_slideUpModal__z8jIw{0%{bottom:-120%;opacity:0}to{bottom:25px;opacity:1}}.CopyModal_modal__\+h0pI p{align-items:center;background-color:#d3d3d3;border-radius:10px;display:flex;grid-column:1/2;grid-row:1/2;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:10px 0;width:100%}.CopyModal_modal__\+h0pI svg{grid-column:2/3;grid-row:1/2;height:30px;width:30px}.CopyModal_modal__\+h0pI button{background-color:#000;border-radius:10px;color:#fff;grid-column:1/3;grid-row:2/3;height:40px;justify-self:center;width:100%}.Contact_contact__P6JGO{align-items:center;animation:Contact_showContact__OBZFm .5s;background-color:#fff;border-radius:10px;bottom:10px;box-shadow:1px 1px 5px #000;display:flex;flex-direction:column;gap:30px;height:-webkit-fit-content;height:fit-content;justify-content:center;min-width:400px;padding:10px;position:fixed;right:10px;width:-webkit-fit-content;width:fit-content;z-index:10}@media (max-width:600px){.Contact_contact__P6JGO{min-width:auto!important;right:10px!important;width:calc(100vw - 20px)!important}}@keyframes Contact_showContact__OBZFm{0%{bottom:-120%;opacity:0}70%{bottom:30px;opacity:1}to{bottom:10px}}.Contact_contact__P6JGO .Contact_header__VpQDv{align-items:center;display:flex;justify-content:space-between;width:100%}.Contact_contact__P6JGO .Contact_closeButton__E0fnX{align-items:center;background-color:initial;border:none;display:flex;justify-content:center}.Contact_content__-zNhk{display:flex;flex-direction:column;gap:10px;width:100%}.Contact_contentRow__w8YbS{grid-gap:10px;align-items:center;background-color:#000;border-radius:10px;color:#fff;display:grid;gap:10px;grid-template-columns:30px 1fr 30px;padding:10px}.Contact_copyButton__Ws5Tu{background-color:initial;border:none}form{display:flex;flex-direction:column;gap:10px;width:100%}form input,form textarea{border:1px solid #d3d3d3;border-radius:10px;color:#000;height:40px;padding:10px;width:100%}form textarea{height:60px}form button{background-color:#000;border:1px solid #0000;border-radius:10px;color:#fff;height:40px;width:100%}.CV_cv__Z8qrX{animation:CV_showCV__PZWfu .5s;background-color:#fff;border-radius:10px;bottom:10px;box-shadow:1px 1px 3px #000;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;position:fixed;width:350px;z-index:10}@keyframes CV_showCV__PZWfu{0%{bottom:-120%;opacity:0}70%{bottom:30px;opacity:1}to{bottom:10px}}.CV_cv__Z8qrX a{align-items:center;background-color:#d3d3d3;border-radius:5px;color:#000;display:flex;height:40px;justify-content:center;text-decoration:none;width:100%}.CV_header__KemkB{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr 30px;width:100%}.CV_header__KemkB button{align-items:center;background-color:initial;border:none;display:flex;height:30px;justify-content:center;width:30px}.CV_contactButton__02HSO{background-color:#000;border:none;border-radius:5px;color:#fff;height:40px;width:100%}.Projects_projects__FnWgr{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));height:100%;justify-content:center;max-height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.Projects_projectsHeader__4pk2s{align-items:center;background-color:#fff;border-radius:5px;display:flex;gap:10px;height:50px;width:100%}.Projects_projectsHeader__4pk2s button{align-items:center;background-color:initial;border:none;display:flex;height:50px;justify-content:center;transition:all .1s;width:50px}.Projects_projectsHeader__4pk2s button:hover{transform:scale(1.1) translateX(-5px);transition:all .1s}.Projects_projectHeader__3UFKF h2{height:100%}.Projects_project__LkOYH{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;height:100%;padding:10px;width:100%}.Projects_project__LkOYH .Projects_projectDescription__fteam{font-size:1rem;margin-bottom:25px;margin-top:10px}.Projects_technologies__OGg42{display:flex;flex-wrap:wrap;margin-top:auto;padding:10px 0}.Projects_technologies__OGg42 p{font-size:.8rem;padding-right:10px}.Projects_project__LkOYH a{align-items:center;background-color:#000;border:none;border-radius:5px;color:#fff;display:flex;gap:10px;height:40px;padding:0 10px;text-decoration:none;transition:all .1s;width:100%}.Projects_project__LkOYH a:hover{transform:scale(1.05);transition:all .1s}.Projects_project__LkOYH a img{height:25px;width:25px}.Projects_buttons__s2fzI{display:flex;gap:10px;width:100%}.Projects_buttons__s2fzI a{flex:1 1}.Projects_projectHeader__3UFKF{align-items:center;display:flex;justify-content:space-between;width:100%}.Projects_projectStatus__9EQZD{align-items:center;display:flex;gap:5px}.Projects_status__rwIcS{border-radius:100%;height:10px;width:10px}.Projects_status__rwIcS.Projects_active__H3gZ3{background-color:green}.Projects_status__rwIcS.Projects_paused__\+9w65{background-color:orange}.Projects_status__rwIcS.Projects_dropped__fTOrZ{background-color:red}.Certification_certifications__CTQct{grid-gap:10px;display:grid;gap:10px;grid-template-rows:30px 1fr;height:100%;overflow:hidden;width:100%}@media (max-width:500px){.Certification_certifications__CTQct{height:-webkit-fit-content;height:fit-content}}.Certification_certifications__CTQct .Certification_header__1THk3{align-items:center;color:#fff;display:flex;font-size:1.2rem;height:30px;text-shadow:1px 1px 1px rgba(0,0,0,.575);width:100%}.Certification_certifications__CTQct .Certification_container__B\+q3A{display:flex;flex-direction:column;gap:10px;height:100%;overflow-x:hidden;overflow-y:auto;padding-bottom:15px;width:100%}.Certification_courseItem__MAkim{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;padding:10px;transition:height .1s;width:100%}.Certification_courseItem__MAkim .Certification_moreInfo__Jm3Cw{display:flex;flex-direction:column;gap:10px;height:0;overflow:hidden;transition:height .1s}.Certification_courseItem__MAkim.Certification_expandedItem__\+SiNZ .Certification_moreInfo__Jm3Cw{height:auto;margin-top:10px;transition:height .1s}.Certification_courseItem__MAkim .Certification_courseHeader__eFc6B{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:30px;padding-right:40px;position:relative;-webkit-user-select:none;user-select:none;width:100%}.Certification_courseHeader__eFc6B svg{height:15px;position:absolute;right:5px;top:5px;width:15px}.Certification_courseItem__MAkim.Certification_expandedItem__\+SiNZ svg{transform:rotate(-90deg)}.Certification_courseItem__MAkim .Certification_skills__Z2gzI{display:flex;flex-wrap:wrap;gap:5px}.Certification_skills__Z2gzI p{background-color:hsla(0,0%,90%,.692);border-radius:5px;padding:5px}.Experience_experience__kfjqQ{grid-gap:10px;display:grid;gap:10px;grid-template-rows:30px 1fr;height:100%;overflow:hidden;width:100%}@media (max-width:500px){.Experience_experience__kfjqQ{height:-webkit-fit-content;height:fit-content}}.Experience_experience__kfjqQ .Experience_header__FkEkX{align-items:center;color:#fff;display:flex;font-size:1.2rem;height:30px;text-shadow:1px 1px 1px rgba(0,0,0,.575);width:100%}.Experience_experience__kfjqQ .Experience_container__M4yDM{display:flex;flex-direction:column;gap:10px;height:100%;overflow-x:hidden;overflow-y:auto;padding-bottom:15px;width:100%}.Experience_experienceItem__XrtyO{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;padding:10px;transition:height .1s;width:100%}.Experience_experienceItem__XrtyO .Experience_moreInfo__wFwrx{display:flex;flex-direction:column;gap:10px;height:0;overflow:hidden;transition:height .1s}.Experience_experienceItem__XrtyO.Experience_expandedItem__2T7id .Experience_moreInfo__wFwrx{height:auto;margin-top:10px;transition:height .1s}.Experience_experienceItem__XrtyO .Experience_moreInfo__wFwrx ul{display:flex;flex-direction:column;gap:10px;list-style-type:disc;padding-left:1.5rem}.Experience_experienceItem__XrtyO .Experience_experienceHeader__OGOIN{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:30px;padding-right:40px;position:relative;-webkit-user-select:none;user-select:none;width:100%}.Experience_experienceHeader__OGOIN svg{height:15px;position:absolute;right:5px;top:5px;width:15px}.Experience_experienceItem__XrtyO.Experience_expandedItem__2T7id svg{transform:rotate(-90deg)}.Experience_experienceItem__XrtyO.Experience_expandedItem__2T7id .Experience_shortDescription__KuohN{display:none}.Experience_experienceItem__XrtyO .Experience_jobSkills__Ohmyf{display:flex;flex-wrap:wrap;gap:5px}.Experience_jobSkills__Ohmyf p{background-color:hsla(0,0%,90%,.692);border-radius:5px;padding:5px}.Qna_qna__Xfvah{grid-gap:10px;display:grid;gap:10px;grid-template-rows:30px 1fr;height:100%;overflow:hidden;width:100%}.Qna_qna__Xfvah .Qna_header__AQBHn{align-items:center;color:#fff;display:flex;font-size:1.2rem;height:30px;text-shadow:1px 1px 1px rgba(0,0,0,.575);width:100%}.Qna_qna__Xfvah .Qna_container__kTsuO{display:flex;flex-direction:column;gap:10px;height:100%;overflow-x:hidden;overflow-y:auto;padding-bottom:15px;width:100%}@media (max-width:500px){.Qna_qna__Xfvah{height:-webkit-fit-content;height:fit-content}}.Qna_qnaItem__R2X\+7{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;padding:10px;transition:height .1s;width:100%}.Qna_qnaItem__R2X\+7 .Qna_top__JZmJI{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr 40px;position:relative;-webkit-user-select:none;user-select:none}.Qna_answer__WHZi4{display:flex;flex-direction:column!important;gap:10px;height:0;overflow:hidden;transition:height .1s}.Qna_qnaItem__R2X\+7.Qna_expandedItem__0tP9h .Qna_answer__WHZi4{padding-top:10px;transition:height .1s}.Qna_qnaItem__R2X\+7 svg{height:15px;position:absolute;right:5px;width:15px}.Qna_qnaItem__R2X\+7.Qna_expandedItem__0tP9h svg{transform:rotate(-90deg)}.About_about__uP7kV{grid-gap:10px;display:grid;gap:10px;grid-template-rows:auto 1fr;height:100%;overflow:hidden;width:100%}.About_header__JgAXA{align-items:center;background-color:#fff;border-radius:5px;display:flex;gap:10px;height:50px;width:100%}.About_header__JgAXA button{align-items:center;background-color:initial;border:none;display:flex;height:50px;justify-content:center;width:50px}.About_header__JgAXA button:hover{transform:scale(1.1) translateX(-5px)}.About_secondRow__KlNHA{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;height:100%;overflow:hidden;width:100%}@media (max-width:750px){.About_about__uP7kV{display:flex!important;flex-direction:column;overflow-y:auto;padding:10px 0}.About_header__JgAXA{border:1px solid #d3d3d3;left:5px;position:fixed;top:10px;width:calc(100vw - 10px)}.About_topRow__XTQim{height:-webkit-fit-content;height:fit-content}.About_secondRow__KlNHA,.About_topRow__XTQim{display:flex!important;flex-direction:column;gap:10px}.About_secondRow__KlNHA{height:auto!important}.About_aboutMe__FAOxF,.About_education__xiAaq,.About_languages__Os4G9{background-color:#fff;border-radius:5px;height:-webkit-fit-content!important;height:fit-content!important}}.About_aboutMe__FAOxF,.About_education__xiAaq,.About_languages__Os4G9{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;height:100%;padding:10px;width:100%}.About_education__xiAaq .About_cardContent__a4bG8{display:flex;flex-direction:column;gap:10px}.About_educationItem__Gc-4U{display:flex;flex-direction:column;gap:5px}.About_languages__Os4G9 .About_cardContent__a4bG8{display:flex;flex-direction:column;gap:10px;width:100%}.About_languageItem__rVECu{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%;width:-webkit-fit-content;width:fit-content}.About_languageItem__rVECu .About_languageLevel__NTWtx{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(6,15px)}.About_languageItem__rVECu .About_languageLevel__NTWtx .About_emptyDot__Xl8Tm,.About_languageItem__rVECu .About_languageLevel__NTWtx .About_filledDot__bjQLQ{border:1px solid #000;border-radius:100%;height:15px;width:15px}.About_languageItem__rVECu .About_languageLevel__NTWtx .About_filledDot__bjQLQ{background-color:#000}.About_topRow__XTQim{grid-gap:10px;display:grid;gap:10px;grid-template-columns:2fr 1fr 1fr;width:100%}.About_bottomRow__v8xwl{grid-gap:10px;grid-template-columns:1fr 1fr}.About_bottomRow__v8xwl,.About_experience__e4EHn{display:grid;gap:10px;height:100%;overflow:hidden;width:100%}.About_experience__e4EHn{grid-gap:10px;grid-template-rows:30px 1fr;padding:10px}.About_experience__e4EHn .About_cardContent__a4bG8{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-bottom:30px}.About_courseItem__LnevY,.About_experienceItem__xkgVo{background-color:#8080801a;border-left:4px solid #000;border-radius:5px;display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.About_courseHeader__y4tHr,.About_experienceHeader__mmt0A{display:flex;justify-content:space-between;width:100%}.About_experienceItem__xkgVo ul{padding-left:25px}.About_jobSkills__Jzsx\+{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;list-style-position:inside;width:100%}.About_jobSkills__Jzsx\+ p{padding:0 5px}.About_cardTitle__O8BK6{align-items:center;display:flex;flex-shrink:0;height:30px}.About_courses__f6zP4{display:flex;flex-direction:column;gap:10px;height:100%;overflow:hidden;padding:10px;width:100%}.About_courses__f6zP4 .About_cardContent__a4bG8{display:flex;flex-direction:column;gap:10px;height:100%;overflow-y:auto;padding-bottom:50px}.About_courseItem__LnevY ul{display:flex;flex-wrap:wrap;gap:5px;list-style-position:inside}.About_courseItem__LnevY ul li{list-style-type:none;padding:0 5px}.About_mySkills__xdvvY{display:flex;flex-direction:column;gap:10px}.About_mySkills__xdvvY .About_category__plk6B{display:flex;flex-wrap:wrap;gap:10px;height:auto;width:100%}
/*# sourceMappingURL=main.9a513853.css.map*/