@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");.contact_extremeOuterDiv__PZRFt{width:100%;height:auto;display:flex;flex-direction:column;margin-top:10%;align-items:center;opacity:1;transition:all .3s ease}.contact_dark__O7MlR{color:#ffffff}.contact_light__B4Gzz{color:#000000}.contact_sectionTitle__KHxwe{font-size:1.5rem;font-weight:700;text-align:center;margin-top:11%;margin-bottom:10px}.contact_darkTitle__Am9D5{color:white}.contact_lightTitle__Amzc2{color:black}.contact_outerDiv__fcF_x{display:flex;justify-content:center;min-height:calc(80vh - 50px);position:relative;width:100%}.contact_form__HrjOa{display:flex;flex-direction:column;width:60%;height:100%;padding:50px;border-radius:8px}.contact_darkForm__tRGyr{background:rgb(20,20,20)}.contact_lightForm__AEqx9{background:rgb(245,245,245);box-shadow:0 0 15px rgba(0,0,0,.2)}.contact_input__83AFc,.contact_submitButton__FQpzD,.contact_textarea__RBWcq{font-family:Inter,sans-serif;width:100%;margin:10px 0;padding:12px;border-radius:4px;outline:none;transition:border-color .3s;box-sizing:border-box}.contact_darkInput__EvaIY,.contact_darkTextarea__wTgF5{background:#2e2e2e;color:#ffffff;border:1px solid #444}.contact_lightInput__CeZB3,.contact_lightTextarea__vs5M4{background:white;color:#000000;border:1px solid #ccc;box-shadow:0 0 5px rgba(0,0,0,.2)}.contact_darkInput__EvaIY:focus,.contact_darkTextarea__wTgF5:focus{border-color:#0070f3}.contact_lightInput__CeZB3:focus,.contact_lightTextarea__vs5M4:focus{border-color:#0080ff}.contact_submitButton__FQpzD{cursor:pointer;transition:background-color .3s}.contact_darkButton__lJaPk{background-color:#0070f3;color:white;border:none}.contact_darkButton__lJaPk:hover{background-color:#005bb5}.contact_lightButton__mbxao{background-color:#0070f3;color:white;border:none}.contact_lightButton__mbxao:hover{background-color:#005bb5}.contact_thankYouMessage__e_oOu{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);font-size:30px;font-weight:700;background:linear-gradient(45deg,#ff6f61,#6a5acd,#00ff7f,#0070f3,#ff0000,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#ff00c8,#ff0000);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:contact_gradientAnimation__pSklC 5s linear,contact_scaleAndFadeAnimation__9Nptm 5s ease forwards}@keyframes contact_gradientAnimation__pSklC{0%{background-position:0 50%}50%{background-position:50% 50%}to{background-position:100% 50%}}@keyframes contact_scaleAndFadeAnimation__9Nptm{0%{transform:translate(-50%,-50%) scale(1);opacity:1}70%{transform:translate(-50%,-50%) scale(1.5);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.contact_errorMessage__bWuz5{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:500px;padding:20px 30px;border-radius:12px;font-size:16px;font-weight:500;text-align:center;z-index:100;box-shadow:0 5px 20px rgba(0,0,0,1);transition:opacity .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:space-between;gap:15px}.contact_errorMessage__bWuz5.contact_dark__O7MlR{background-color:#fa2424;color:#ffffff;border:2px solid white}.contact_errorMessage__bWuz5.contact_light__B4Gzz{background-color:#fa2424;color:white;border:20px solid white}@media (max-width:600px){.contact_extremeOuterDiv__PZRFt{margin-top:40%}.contact_sectionTitle__KHxwe{margin-bottom:1rem}.contact_form__HrjOa{width:70%;padding:40px}.contact_lightForm__AEqx9{box-shadow:0 0 15px rgba(0,0,0,.2)}.contact_lightInput__CeZB3,.contact_lightTextarea__vs5M4{box-shadow:0 0 5px rgba(0,0,0,.1)}}.page_dark__Y3IA9{background-color:black;color:white}.page_light__x__HD{background-color:white;color:black}.page_navbar__chktt{position:fixed;top:0;width:100%;z-index:1000}.page_container__aoG4z{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.page_logo__7fc9l{font-size:1.5rem;font-weight:700;transition:.3s}.page_logo__7fc9l:hover{transform:scale(1.1);cursor:pointer}.page_actions__e35f9{display:flex;align-items:center;gap:1.5rem}.page_links__qE4Ea{display:flex;gap:1.5rem;transition:transform .3s ease-in-out}.page_link__36MaQ{text-decoration:none;font-size:1rem;position:relative;transition:color .3s ease}.page_dark__Y3IA9 .page_link__36MaQ{color:white}.page_dark__Y3IA9 .page_navbar__chktt{background-color:black;color:white}.page_light__x__HD .page_navbar__chktt{background-color:white;color:black;box-shadow:0 6px 12px rgba(0,0,0,.15),0 2px 5px rgba(0,0,0,.1)}.page_light__x__HD .page_link__36MaQ{color:black}.page_link__36MaQ:hover{color:#1e90ff}.page_link__36MaQ:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#1e90ff;transition:width .3s ease-in-out}.page_link__36MaQ:hover:after{width:100%}.page_themeToggle__pMVyw{font-size:1.5rem;cursor:pointer;transition:transform .3s ease}.page_themeToggle__pMVyw:hover{transform:scale(1.2);color:gold}.page_hamburger__ejQjO{display:none;flex-direction:column;cursor:pointer;gap:5px}.page_bar__7RFn6{width:25px;height:3px;background-color:currentColor;border-radius:5px}@media screen and (max-width:600px){.page_links__qE4Ea{display:flex;flex-direction:column;position:absolute;top:100%;right:0;background-color:inherit;width:100%;transform:translateY(-20%);opacity:0;pointer-events:none;padding:1rem 0;box-shadow:0 4px 8px rgba(0,0,0,.5);transition:.3s;background-color:rgb(0,174,254)}.page_links__qE4Ea.page_active__q3_T3{transform:translateY(0);opacity:1;pointer-events:auto}.page_link__36MaQ{left:5%}.page_hamburger__ejQjO{display:flex}.page_link__36MaQ:hover{color:rgb(255,255,0)}.page_link__36MaQ:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#0d0e0f;transition:width .3s ease-in-out}.page_link__36MaQ:hover:after{width:0}}.ai_chatButton___567j{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(45deg,rgb(17,0,255),rgb(0,255,179));color:white;border:none;border-radius:50%;box-shadow:0 0 15px rgba(0,0,0,.4);font-size:24px;cursor:pointer;z-index:1000;transition:transform .7s ease;animation:ai_gradientAnimation__JCTv8 10s ease infinite}.ai_chatButton___567j:hover{transform:scale(1.2)}.ai_aiBox__mHurD{position:fixed;bottom:100px;right:20px;width:600px;height:70vh;background-color:#77a1fc;color:#333;box-shadow:0 0 100px rgba(0,0,0,.5);z-index:999;border-radius:20px;display:flex;flex-direction:column;overflow:hidden}.ai_aiTitle__MlSBM{background:blue;color:white;display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:20px 20px 0 0}.ai_titleText__EZGGH{flex-grow:1;text-align:center}.ai_aiCloseButton__uey9C{background-color:#ff4d4f;border:none;border-radius:100%;color:white;cursor:pointer;font-size:16px}.ai_chatContainer__qXu2j{flex-grow:1;padding:10px;overflow-y:auto;display:flex;flex-direction:column}.ai_messages__qJm_p{display:flex;flex-direction:column;gap:20px}.ai_aiBubble__NfryL,.ai_userBubble__eRQxU{max-width:80%;padding:10px;border-radius:15px;font-size:16px;line-height:1.5;word-wrap:break-word}.ai_userBubble__eRQxU{align-self:flex-end;background:linear-gradient(45deg,rgb(0,170,255),rgb(0,8,255));color:#ffffff}.ai_aiBubble__NfryL{align-self:flex-start;background:linear-gradient(45deg,rgb(195,0,255),rgb(4,0,255));color:#ffffff}.ai_loadingDots__VOZkC span{display:inline-block;animation:ai_blink__pUrWw 1s infinite}.ai_loadingDots__VOZkC span:nth-child(2){animation-delay:.2s}.ai_loadingDots__VOZkC span:nth-child(3){animation-delay:.4s}@keyframes ai_blink__pUrWw{0%,to{opacity:0}50%{opacity:1}}.ai_inputContainer__5dQ4l{display:flex;align-items:center;padding:10px;gap:10px;background-color:blue;border-radius:0 0 20px 20px}.ai_inputBar__eqUqN{flex-grow:1;padding:7px;border-radius:20px;background:linear-gradient(45deg,rgb(102,0,255),rgb(0,110,255));font-family:Inter,sans-serif;color:#ffffff;border:1px solid silver;resize:none;outline:none}.ai_sendButton__v8psS{background-color:#0091ff;color:white;border:1px solid silver;border-radius:20px;padding:14px 20px;cursor:pointer;transition:background-color .3s ease}.ai_sendButton__v8psS:hover{background-color:#3fb2ff}@media (max-width:600px){.ai_chatButton___567j{bottom:30px;right:30px;width:50px;height:50px;font-size:20px}.ai_aiBox__mHurD{bottom:100px;right:20px;width:90%;height:60vh}.ai_aiTitle__MlSBM{padding:15px}.ai_chatContainer__qXu2j{padding:7px;overflow-y:auto}.ai_aiBubble__NfryL,.ai_userBubble__eRQxU{font-size:14px}}.introDark_animateOnLoad__LW95Q{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.introDark_visible__qXycs{opacity:1;transform:translateY(0)}.introDark_introOuterDiv__QOEvM{display:flex;align-items:center;justify-content:space-between;height:auto;padding:2%;margin-top:8vh;width:100%;box-sizing:border-box}.introDark_info__nBNhK{font-family:Inter,sans-serif;font-size:15px;font-weight:200;color:white;flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:4%;max-width:75%;border-radius:10px;box-sizing:border-box;line-height:1.6;letter-spacing:.7px;word-spacing:1.2px;text-align:justify}.introDark_welcome__yEtvC{font-family:Poppins,sans-serif;font-weight:700;font-size:26px;text-align:center;margin:0 auto;white-space:nowrap;overflow:hidden;display:inline-block;width:0;animation:introDark_typing__jgyu_ 3s steps(70) forwards}@keyframes introDark_typing__jgyu_{0%{width:0}to{width:100%}}.introDark_photo__vGbMY{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:250px;height:250px;border-radius:50%;overflow:hidden;margin:5%;transition:transform .3s ease}.introDark_photo__vGbMY:hover{transform:scale(1.2)}.introDark_actualPhoto__pvXtO{width:100%;height:100%;object-fit:cover;border-radius:50%}.introDark_introButtonDiv__PNFvb{display:flex;flex-wrap:wrap;gap:2rem;flex-direction:auto;justify-content:center;margin-top:20px;height:auto}.introDark_introButton__Daxqe{position:relative;padding:10px 20px;font-size:16px;font-weight:700;outline:none;color:white;background-color:rgb(15,15,15);border:none;border-radius:8px;cursor:pointer;z-index:0}.introDark_introButton__Daxqe:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:rgb(15,15,15);left:0;top:0;border-radius:10px}.introDark_introButton__Daxqe:before{content:"";background:linear-gradient(45deg,#FF0000,#FF7300,#FFFB00,#48FF00,#00FFD5,#002BFF,#FF00C8,#FF0000);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:introDark_glowing__wKJmL 50s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:0}@keyframes introDark_glowing__wKJmL{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.introDark_introButton__Daxqe:hover:before{opacity:1}.introDark_introButton__Daxqe:active:after{background:transparent}.introDark_introButton__Daxqe:active{color:#000;font-weight:700}@media (max-width:700px){.introDark_introOuterDiv__QOEvM{flex-direction:column;align-items:center;gap:2em;height:auto;width:100%}.introDark_info__nBNhK{order:2;max-width:95%;text-align:center;padding:2%;font-size:14px}.introDark_photo__vGbMY{order:1;width:200px;height:200px;margin-left:50px;animation:introDark_backlight__4I52x 3s infinite alternate}.introDark_actualPhoto__pvXtO{width:100%;height:100%}.introDark_welcome__yEtvC{font-size:20px}}.introLight_animateOnLoad__yjjg_{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.introLight_visible__MSEOo{opacity:1;transform:translateY(0)}.introLight_introOuterDiv__8pD0r{display:flex;align-items:center;justify-content:space-between;height:auto;padding:2%;margin-top:8vh;width:100%;box-sizing:border-box}.introLight_info__e_p_d{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:black;flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:4%;max-width:75%;border-radius:10px;box-sizing:border-box;line-height:1.6;word-spacing:1.2px;text-align:justify}.introLight_welcome__G9p9o{font-family:Poppins,sans-serif;font-weight:700;font-size:26px;text-align:center;margin:0 auto;white-space:nowrap;overflow:hidden;display:inline-block;width:0;animation:introLight_typing__JSOjj 3s steps(70) forwards}@keyframes introLight_typing__JSOjj{0%{width:0}to{width:100%}}.introLight_photo__bp2bx{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:250px;height:250px;border-radius:50%;overflow:hidden;margin:5%;transition:transform .3s ease}.introLight_photo__bp2bx:hover{transform:scale(1.2)}.introLight_actualPhoto__JrCH0{width:100%;height:100%;object-fit:cover;border-radius:50%}.introLight_introButtonDiv__1RJ6t{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:20px}.introLight_introButton__vejTa{position:relative;padding:10px 20px;font-size:16px;font-weight:700;outline:none;color:white;background-color:rgb(30,30,30);box-shadow:0 2px 8px rgba(0,0,0,.5);border:none;border-radius:8px;cursor:pointer;z-index:0}.introLight_introButton__vejTa:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:rgb(27,27,27);box-shadow:0 2px 8px rgba(0,0,0,.5);left:0;top:0;border-radius:10px}.introLight_introButton__vejTa:before{content:"";background:linear-gradient(45deg,#FF0000,#FF7300,#FFFB00,#48FF00,#00FFD5,#002BFF,#FF00C8,#FF0000);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:introLight_glowing__5KOXJ 50s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:0}@keyframes introLight_glowing__5KOXJ{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.introLight_introButton__vejTa:hover:before{opacity:1}.introLight_introButton__vejTa:active:after{background:transparent}.introLight_introButton__vejTa:active{color:#000;font-weight:700}@media (max-width:600px){.introLight_introOuterDiv__8pD0r{flex-direction:column;align-items:center;gap:2em;height:auto;width:100%}.introLight_info__e_p_d{order:2;max-width:95%;text-align:center;padding:2%;font-size:14px}.introLight_photo__bp2bx{order:1;width:200px;height:200px;margin-left:50px;animation:introLight_backlight__j_EXK 3s infinite alternate}.introLight_actualPhoto__JrCH0{width:100%;height:100%}.introLight_welcome__G9p9o{font-size:20px}}.education_edu__JLV33{height:auto;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;margin:7% 10%;padding:2%;transition:all .3s ease;text-align:center;position:relative;z-index:0;border:5px solid white;box-shadow:0 0 15px rgba(0,0,0,.5);background:linear-gradient(45deg,#ff0000,#ff005e,#ff00c8,#c800ff,#002bff,#0060ff,#0090ff,#00c5ff,#00e0ff,#00ffc2,#3cff80,#48ff00,#aaff00,#fffb00,#ffaa00,#ff00d4,#ff5e00,#ff0059);background-size:800% 800%;animation:education_colorChange__s1kO_ 20s ease-in-out infinite;text-shadow:4px 4px 10px rgba(0,0,0,.7),2px 2px 5px rgba(255,255,255,.2)}@keyframes education_colorChange__s1kO_{0%{background-position:0 50%}to{background-position:100% 50%}}.education_sectionTitle__sCb9A{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:white;margin-bottom:10px;letter-spacing:1px}.education_separator__DZqwn{width:40px;height:3px;background-color:#007BFF;margin:0 auto;box-shadow:4px 4px 10px rgba(0,0,0,.7),2px 2px 5px rgba(255,255,255,.2)}.education_sectionData__ABUwJ{display:flex;flex-direction:column;gap:15px;font-family:Roboto,sans-serif}.education_degreeSubTitle__WlJ9J,.education_degree__F96pP,.education_institution__lgZaP,.education_timeLine__aXvfr{display:flex;flex-direction:column;gap:10px;letter-spacing:1px}.education_degreeSubTitle__WlJ9J,.education_degreeTitle__uwn2p,.education_institutionName__7IS0N{font-size:1.1rem;font-weight:500;letter-spacing:1px;color:white}.education_gpa___ZCQq,.education_timeLine__aXvfr{font-size:1rem;color:white;letter-spacing:1px}.education_timeLine__aXvfr{padding-bottom:20px}@media (max-width:600px){.education_edu__JLV33{margin:40% 4%;background-size:800% 400%}.education_sectionTitle__sCb9A{font-size:1.2rem;letter-spacing:None}.education_degreeSubTitle__WlJ9J,.education_degreeTitle__uwn2p{font-size:1rem;font-weight:600;letter-spacing:None}.education_gpa___ZCQq,.education_institutionName__7IS0N{font-size:.8rem;letter-spacing:None}.education_timeLine__aXvfr{font-size:.8rem}}.skills_section__CgZj_{padding:2rem 1rem;text-align:center;margin-top:20%}@keyframes skills_fadeInUp__cir14{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.skills_section__CgZj_{opacity:0;transform:translateY(100px);transition:all 1s ease}.skills_section__CgZj_.skills_animate__xhsO8{animation:skills_fadeInUp__cir14 1s ease-out forwards}.skills_sectionTitleLight__UHx81{font-size:2rem;color:black;margin-bottom:1.5rem}.skills_sectionTitleDark__plvIl{font-size:2rem;color:white;margin-bottom:1.5rem}.skills_skillsList__uO2uw{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:0;list-style-type:none}.skills_skillsListItemDark__SVx2d{background-color:whitesmoke;color:black;padding:.7em 2.2em;border-radius:8px;box-shadow:0 0 10px rgba(25,25,25);font-size:1rem;font-weight:500;transition:transform .2s ease-in-out;text-align:center;position:relative;flex-shrink:0;margin:0}.skills_skillsListItemDark__SVx2d:hover{transform:scale(1.1);background-color:white;color:black;box-shadow:0 0 12px rgba(25,25,25)}.skills_skillsListItemDark__SVx2d:hover:before{opacity:1}.skills_skillsListItemDark__SVx2d:before{content:"";background:linear-gradient(45deg,#FF0000,#FF7300,#FFFB00,#48FF00,#00FFD5,#002BFF,#FF00C8,#FF0000);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:skills_glowing__M5P3r 50s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:0}.skills_skillsListItemLight__LToRG{background-color:#000000;color:white;padding:.7em 2.2em;border-radius:8px;box-shadow:0 0 2px rgb(0,0,0);font-size:1rem;font-weight:500;transition:transform .2s ease-in-out;text-align:center;position:relative;flex-shrink:0;margin:0}.skills_skillsListItemLight__LToRG:hover{transform:scale(1.1);background-color:white;color:black;box-shadow:0 0 5px rgba(25,25,25)}.skills_skillsListItemLight__LToRG:hover:before{opacity:1}.skills_skillsListItemLight__LToRG:before{content:"";background:linear-gradient(45deg,#FF0000,#FF7300,#FFFB00,#48FF00,#00FFD5,#002BFF,#FF00C8,#FF0000);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:skills_glowing__M5P3r 50s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:0}@keyframes skills_glowing__M5P3r{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.skills_skillsListItemDark__SVx2d:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:10px}@media(max-width:600px){.skills_section__CgZj_{margin-top:40%}.skills_sectionTitleDark__plvIl{font-size:1.5rem;color:var(--clr-primary,white);margin-bottom:2rem}.skills_sectionTitleLight__UHx81{font-size:1.5rem;color:var(--clr-primary,black);margin-bottom:2rem}.skills_skillsList__uO2uw{max-width:1000px;width:90%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;padding:0;list-style-type:none}.skills_skillsListItemDark__SVx2d,.skills_skillsListItemLight__LToRG{padding:.7em 1.1em;border-radius:4px;box-shadow:0 0 2px rgba(25,25,25);font-size:.8rem;font-weight:700;transition:transform .2s ease-in-out;text-align:center;position:relative;flex-shrink:0;margin:0}}@keyframes skillsViewMore_fadeInUp__Kmwsh{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.skillsViewMore_outerDiv__x8c9z{font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;padding:20px;transform:translateY(100px);transition:all 1s ease}.skillsViewMore_outerDiv__x8c9z.skillsViewMore_animate__Riets{animation:skillsViewMore_fadeInUp__Kmwsh 1s ease-out forwards}.skillsViewMore_toggleButtonDark__PLKL8{cursor:pointer;font-size:14px;color:silver;display:flex;align-items:center;justify-content:center;background:none;border:none;font-weight:700;text-transform:uppercase;margin-bottom:20px}.skillsViewMore_toggleButtonDark__PLKL8 .skillsViewMore_svg-inline--fa__Nvov9{margin-left:8px;color:silver}.skillsViewMore_toggleButtonLight__EGyaB{cursor:pointer;font-size:14px;color:#171717;display:flex;align-items:center;justify-content:center;background:none;border:none;font-weight:700;text-transform:uppercase;margin-bottom:20px}.skillsViewMore_toggleButtonLight__EGyaB .skillsViewMore_svg-inline--fa__Nvov9{margin-left:8px;color:#171717}.skillsViewMore_moreInfo__4_uBv{display:flex;flex-direction:row;align-items:stretch;justify-content:center;margin-top:5%;gap:10px;width:100%}.skillsViewMore_verticalLineDark__A6MHn{width:5px;background-color:silver;border-radius:100px;height:auto;align-self:stretch}.skillsViewMore_verticalLineLight__7SrfD{width:5px;background-color:rgba(0,0,0,.7);border-radius:100px;height:auto;align-self:stretch}.skillsViewMore_bars__uYfl0{display:flex;flex-direction:column;gap:20px;width:40%;padding:10px;border-radius:10px}.skillsViewMore_skill__bm2aF{padding:20px;display:flex;align-items:center;gap:10px;width:90%;height:20px}.skillsViewMore_skillNameDark__ETfCD{font-size:1rem;font-weight:700;color:white;width:20%}.skillsViewMore_skillNameLight__dYLOw{font-size:1rem;font-weight:700;color:rgba(0,0,0,.7);width:20%}.skillsViewMore_progressBarDark__L_53t{background-color:rgb(60,60,60)}.skillsViewMore_progressBarDark__L_53t,.skillsViewMore_progressBarLight___8Lnu{flex:1 1;border-radius:20px;overflow:hidden;height:7px;width:100%;position:relative}.skillsViewMore_progressBarLight___8Lnu{background-color:rgb(160,160,160)}.skillsViewMore_progress____eVU{background-color:#34db4d;height:100%;border-radius:20px 0 0 20px}.skillsViewMore_catgl__MfU5m{width:40%;height:auto;padding:10px;border-radius:10px}.skillsViewMore_sectionTitle1Dark__OIaw_{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:20px;color:white}.skillsViewMore_sectionTitle1Light__Rcqgp{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:20px;color:Black}.skillsViewMore_sectionTitle2Dark__foDlN{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:50px;color:white}.skillsViewMore_sectionTitle2Light__fX0c6{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:50px;color:rgb(0,0,0)}.skillsViewMore_skillsContainer__dvLlE{display:flex;flex-direction:column;gap:5px}.skillsViewMore_skillCategory__KlVJi{display:flex;justify-content:space-between;align-items:flex-start;padding:2px 5px;border-radius:8px}.skillsViewMore_categoryTitleDark__sLTEZ{font-size:1rem;font-weight:700;color:white;width:30%}.skillsViewMore_categoryTitleLight__Fr0rQ{font-size:1rem;font-weight:700;color:rgba(0,0,0,.7);width:30%}.skillsViewMore_skillItemsDark__AicEj{font-size:.8rem;line-height:2;color:rgb(0,255,68);letter-spacing:1px;width:65%}.skillsViewMore_skillItemsLight__sXrm9{font-size:.8rem;line-height:2;font-weight:600;color:rgb(0,220,37);letter-spacing:.5px;width:65%}@media(max-width:1100px){.skillsViewMore_skillNameDark__ETfCD,.skillsViewMore_skillNameLight__dYLOw{font-size:1rem;font-weight:700;width:35%}.skillsViewMore_sectionTitle1Dark__OIaw_,.skillsViewMore_sectionTitle1Light__Rcqgp{padding-top:10px}.skillsViewMore_sectionTitle2Dark__foDlN,.skillsViewMore_sectionTitle2Light__fX0c6{padding-top:10px;margin-bottom:50px}.skillsViewMore_bars__uYfl0{width:45%}.skillsViewMore_catgl__MfU5m{width:55%}}@media (max-width:700px){.skillsViewMore_skillCategory__KlVJi{flex-direction:column}.skillsViewMore_sectionTitle1Dark__OIaw_,.skillsViewMore_sectionTitle1Light__Rcqgp{font-size:1rem}.skillsViewMore_sectionTitle2Dark__foDlN,.skillsViewMore_sectionTitle2Light__fX0c6{font-size:1rem;margin-bottom:30px}.skillsViewMore_categoryTitleDark__sLTEZ,.skillsViewMore_categoryTitleLight__Fr0rQ{width:100%;font-size:.8rem;line-height:1.5}.skillsViewMore_skillItemsDark__AicEj,.skillsViewMore_skillItemsLight__sXrm9{width:100%;font-size:.8rem;line-height:1.5;padding-top:2px}.skillsViewMore_moreInfo__4_uBv{flex-direction:column}.skillsViewMore_bars__uYfl0{padding:0;height:auto;width:100%;margin-bottom:30px}.skillsViewMore_verticalLineDark__A6MHn,.skillsViewMore_verticalLineLight__7SrfD{width:100%;height:5px;border-radius:100px}.skillsViewMore_catgl__MfU5m{margin-top:10px;width:100%;padding:0}.skillsViewMore_skillsContainer__dvLlE{display:flex;flex-direction:column;gap:0}.skillsViewMore_skill__bm2aF{padding:1px 20px;display:flex;align-items:center;gap:10px;width:90%;height:20px}.skillsViewMore_skillCategory__KlVJi{text-align:center;align-items:flex-start;padding:15px 0;border-radius:8px}.skillsViewMore_skillNameDark__ETfCD,.skillsViewMore_skillNameLight__dYLOw{font-size:.8rem;width:30%}.skillsViewMore_progressBarDark__L_53t,.skillsViewMore_progressBarLight___8Lnu{height:5px}}@keyframes projects_fadeIn__5b1f_{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}.projects_outerDiv__mzRqF{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:17%;opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease}.projects_outerDiv__mzRqF.projects_animate__AisSI{opacity:1;transform:translateY(0)}.projects_cards__2TeEB{display:grid;grid-template-rows:repeat(auto-fill,minmax(300px,1fr));grid-gap:150px;width:80%;position:relative;padding-bottom:10vh}.projects_card__iNE5J{position:-webkit-sticky;position:sticky;top:75px;display:flex;flex-direction:column;justify-content:space-between;height:70vh;color:black;border-radius:12px;padding:1.5rem;transform-origin:center top;will-change:transform}.projects_projectOuterDiv__rcG6z{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:85%}.projects_descriptionDiv__KPT9G{display:flex;flex-direction:column;justify-content:space-between;width:55%;height:100%}.projects_presentationDiv__D_dGU{width:45%;height:100%;display:flex;align-items:center;justify-content:center}.projects_projectTitle__Ktz64{padding-top:2%;padding-left:5%;color:white;font-size:25px;font-weight:700;text-shadow:2px 2px 5px rgba(0,0,0,.7),4px 4px 5px rgba(255,255,255,.2)}.projects_projectInfo__wGR6b{color:white;margin-top:27px;font-size:16px;line-height:1.6;overflow-y:auto;overflow-x:hidden;height:100%;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(255,255,255,.2)}.projects_projectInfo__wGR6b::-webkit-scrollbar{width:4px}.projects_projectInfo__wGR6b::-webkit-scrollbar-track{background:transparent}.projects_projectInfo__wGR6b::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.7);border-radius:50px}.projects_projectInfo__wGR6b::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255)}.projects_points__j154E{padding-bottom:4%}.projects_techUsed__0NTUW{padding-top:10%;padding-left:5%;color:white;font-size:20px;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(255,255,255,.2)}.projects_mediaDiv__T98rR,.projects_mediaVidDiv__BlBRt{width:90%;height:50%;border-radius:5px;box-shadow:0 4px 20px rgb(25,25,25,.5)}.projects_mediaVidDiv__BlBRt{display:flex;justify-content:center}.projects_tttVid__SQpvx{width:100%;height:100%;object-fit:fill;border-radius:5px;box-shadow:0 4px 20px rgb(25,25,25,.5)}.projects_VDiv__QbGvP{width:100%;height:100%;display:flex;flex-direction:column}.projects_HDiv__Ze4QC{width:100%;height:50%;display:flex;flex-direction:row;justify-content:space-between;gap:10px}.projects_hDiv1__CpNxr,.projects_hDiv2__EHbLA{flex:1 1;height:95%;border:1px solid rgba(255,255,255);color:white;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(0,0,0,.2);border-radius:10px;overflow:hidden;padding:10px;box-sizing:border-box}.projects_hDiv1__CpNxr{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1%}.projects_hDiv1__CpNxr:hover,.projects_hDiv2__EHbLA:hover{background:linear-gradient(120deg,#00c6ff,#0072ff);cursor:pointer}.projects_hDiv2__EHbLA{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1%}.projects_pTitleDiv__nBfUk{width:90%;height:20%;margin:1%;text-align:center;text-decoration:underline;font-size:1.2rem;font-weight:500}.projects_pInfoDiv__wZ1OR{width:100%;height:75%;margin:10px 1% 1%;text-align:center;font-size:1rem;line-height:1.5;overflow-y:auto;overflow-x:hidden}.projects_pInfoDiv__wZ1OR::-webkit-scrollbar{width:2px}.projects_pInfoDiv__wZ1OR::-webkit-scrollbar-track{background:transparent}.projects_pInfoDiv__wZ1OR::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.4);border-radius:50px}.projects_pInfoDiv__wZ1OR::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255)}.projects_viewMorePTitle__KWDaj{display:flex;align-items:center;justify-content:center;width:90%;height:75%;margin:1%;text-align:center;font-size:5rem;font-weight:700;color:#ffffff}.projects_viewMoreP__JQmki{width:90%;height:20%;margin:1%;text-align:center;font-size:1.2rem;font-weight:500}.projects_card__iNE5J{border:5px solid #ffffff;box-shadow:0 4px 18px rgba(0,0,0,.25);color:white}.projects_card__iNE5J:first-child{background:linear-gradient(120deg,#00c6ff,#0072ff)}.projects_card__iNE5J:nth-child(2){background:linear-gradient(45deg,#00e5ff,#ff00e5)}.projects_card__iNE5J:nth-child(3){background:linear-gradient(135deg,#43e97b,#38f9d7)}.projects_card__iNE5J:nth-child(4){background:linear-gradient(45deg,#ffea00,#f2008e)}.projects_card__iNE5J:nth-child(5){background:linear-gradient(45deg,#00bfff,#bf00ff)}.projects_card__iNE5J h2{margin-bottom:.5rem;font-size:1.5rem}.projects_card__iNE5J p{font-size:1rem;line-height:1.5;margin-bottom:1rem}.projects_card-buttons__KyK_f{display:flex;gap:30px}.projects_card__iNE5J button{padding:.7rem 1.5rem;background-color:black;margin-left:20px;border:none;border-radius:5px;color:#ffffff;cursor:pointer;transition:.3s;box-shadow:2px 2px 5px rgba(0,0,0,.7),3px 3px 7px rgba(0,0,0,.5),inset 1px 1px 3px rgba(255,255,255,.2)}.projects_card__iNE5J button:hover{background-color:white;color:black;scale:1.1}@media(max-width:1000px){.projects_cards__2TeEB{width:90%}.projects_projectTitle__Ktz64{padding-top:4%;padding-left:4%;font-size:20px}.projects_projectInfo__wGR6b{font-size:14px;line-height:1.4;margin-top:10px}.projects_points__j154E{padding-bottom:4%}.projects_techUsed__0NTUW{padding-top:5%;padding-left:5%;font-size:16px}.projects_mediaDiv__T98rR{width:95%;height:40%}.projects_mediaVidDiv__BlBRt{height:40%}.projects_VDiv__QbGvP{width:100%;height:100%;display:flex;flex-direction:column;gap:3%}.projects_HDiv__Ze4QC{width:100%;height:50%;display:flex;flex-direction:row;justify-content:space-between;gap:3%}.projects_hDiv1__CpNxr,.projects_hDiv2__EHbLA{flex:1 1;width:100%;height:100%;border:1px solid white;border-radius:10px;overflow:hidden;padding:5px;box-sizing:border-box;transition:1s}.projects_pTitleDiv__nBfUk{width:90%;height:20%;margin:1%;font-size:1rem;font-weight:500}.projects_pInfoDiv__wZ1OR{margin-top:10px;font-size:.8rem}.projects_viewMorePTitle__KWDaj{font-size:4rem;min-height:120px}.projects_viewMoreP__JQmki{font-size:.8rem;margin:5px}}@media (max-width:600px){.projects_outerDiv__mzRqF{margin-top:40%;padding:0}.projects_cards__2TeEB{width:95%;grid-gap:200px;padding-bottom:5vh}.projects_projectOuterDiv__rcG6z{display:flex;flex-direction:column-reverse;height:90%;margin-bottom:0}.projects_descriptionDiv__KPT9G{width:100%;height:100%;padding:2px}.projects_presentationDiv__D_dGU{width:100%;height:auto}.projects_projectTitle__Ktz64{font-size:12px;padding-top:5%}.projects_projectInfo__wGR6b{font-size:12px;margin-top:10px;line-height:1.4;height:100%}.projects_techUsed__0NTUW{font-size:12px;height:auto}.projects_mediaDiv__T98rR,.projects_mediaVidDiv__BlBRt{width:100%;height:auto;border-radius:5px}.projects_card__iNE5J:nth-child(5){height:auto}.projects_tttVid__SQpvx{width:100%;height:auto;object-fit:cover}.projects_VDiv__QbGvP{gap:10px}.projects_HDiv__Ze4QC{flex-direction:column;gap:20px;height:auto}.projects_hDiv1__CpNxr,.projects_hDiv2__EHbLA{width:100%;height:auto;padding:20px}.projects_pTitleDiv__nBfUk{font-size:1rem;margin:5px;height:auto}.projects_pInfoDiv__wZ1OR{font-size:.7rem;margin:5px;height:auto;line-height:1.4}.projects_viewMorePTitle__KWDaj{font-size:4rem;min-height:120px}.projects_viewMoreP__JQmki{font-size:.8rem;margin:5px}.projects_card__iNE5J h2{font-size:1.2rem}.projects_card__iNE5J p{font-size:.9rem}.projects_card-buttons__KyK_f{margin-top:1%;gap:0}.projects_card__iNE5J button{padding:3%;margin:1% auto;font-size:12px}.projects_card__iNE5J button:hover{scale:1.05}}@media(max-width:400px){.projects_hDiv1__CpNxr,.projects_hDiv2__EHbLA{height:1000px}.projects_pInfoDiv__wZ1OR{height:auto;min-height:170px}.projects_viewMorePTitle__KWDaj{min-height:150px;font-size:2.7rem}.projects_viewMoreP__JQmki{min-height:50px}}@media(max-width:600px) and (max-height:800px){.projects_descriptionDiv__KPT9G,.projects_presentationDiv__D_dGU{height:50%}.projects_mediaDiv__T98rR,.projects_tttVid__SQpvx{max-width:300px}}@keyframes achievements_fadeIn__Y5dwk{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.achievements_outerDiv__O4d7h{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:15%;opacity:0;transform:translateY(100px);transition:opacity 1s ease,transform 1s ease}.achievements_outerDiv__O4d7h.achievements_animate__v77nq{opacity:1;transform:translateY(0)}.achievements_sectionTitleLight__T35JE{color:black;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.achievements_sectionTitleDark___T1Ci{color:white;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.achievements_carouselContainer__mQZrj{display:flex;align-items:center;position:relative;width:90%;overflow:hidden;height:auto;margin:auto}.achievements_carousel__rwpCX{display:flex;overflow:hidden;width:100%;height:100%;transition:transform .3s ease-in-out;scroll-behavior:smooth}.achievements_carousel__rwpCX::-webkit-scrollbar{display:none}.achievements_scrollButton__rVfvd{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,0);border:none;padding:10px;cursor:pointer;z-index:10;border-radius:50%;font-weight:700}.achievements_faicons__LrCZX{background-color:black;color:white;border:1px solid black;border-radius:50%;font-size:3rem}.achievements_faicons__LrCZX:hover{background-color:rgb(0,225,255)}.achievements_scrollButton__rVfvd:first-of-type{left:10px}.achievements_scrollButton__rVfvd:last-of-type{right:10px}.achievements_achievement__XuFnd{flex:0 0 100%;height:300px;border-radius:7px;display:flex;justify-content:center;align-items:center;font-weight:700;transition:transform .3s ease,z-index .3s ease}.achievements_active__Fsv1t{transform:scale(1.05);z-index:1}.achievements_dotsContainer__6w8Xl{display:flex;justify-content:center;margin-top:20px}.achievements_dotLight__Z3i4U{background-color:silver}.achievements_dotDark__fm37Y,.achievements_dotLight__Z3i4U{width:7px;height:7px;border-radius:50%;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.achievements_dotDark__fm37Y{background-color:#787878}.achievements_contentDiv__z2jP6{width:85%;height:90%;border-radius:30px;border:5px solid white;position:relative;display:flex;margin:10%;justify-content:center;align-items:center;box-shadow:0 0 7px rgba(0,0,0,.5)}.achievements_c0__nZeiK{background:linear-gradient(135deg,#3EC6FF,#00AEEF)}.achievements_c1__UZ_pl{background:linear-gradient(135deg,#8E2DE2,#4A00E0)}.achievements_c2__xsXOH{background:linear-gradient(135deg,#FF416C,#FF4B2B)}.achievements_content__Q6opB{width:90%;font-size:1rem;line-height:2;letter-spacing:1px;font-weight:300;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(0,0,0,.2);height:auto}.achievements_dotLight__Z3i4U:hover{background-color:black}.achievements_dotDark__fm37Y:hover{background-color:rgb(215,215,215)}.achievements_activeDotDark__6__yN{background-color:white}.achievements_activeDotLight__o3_oQ{background-color:black}@media(max-width:1000px){.achievements_content__Q6opB{width:90%;font-size:.9rem;line-height:1.4;letter-spacing:1px;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(0,0,0,.2);height:auto}.achievements_faicons__LrCZX{font-size:2rem}}@media(max-width:600px){.achievements_achievement__XuFnd{height:auto}.achievements_outerDiv__O4d7h{margin-top:40%}.achievements_sectionTitleDark___T1Ci,.achievements_sectionTitleLight__T35JE{margin-bottom:1rem}.achievements_scrollButton__rVfvd:first-of-type{left:2%;padding:2%}.achievements_scrollButton__rVfvd:last-of-type{right:2%;padding:2%}.achievements_carouselContainer__mQZrj{width:100%}.achievements_content__Q6opB{font-size:.8rem;line-height:1.4;letter-spacing:0;text-shadow:2px 2px 4px rgba(0,0,0,.7),3px 3px 6px rgba(0,0,0,.2);height:auto}}.footer_footer__bSe2k{background-color:black;color:#fff;padding:50px 20px;font-family:Arial,sans-serif;margin-top:5%}.footer_container__rAJ_e{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10%;margin:0 auto}.footer_contactSection__4AX3Q,.footer_quickLinks__wQrrk,.footer_socialSection__vHSAf{flex:1 1;min-width:250px;text-align:center}.footer_contentWrapper__gjVWj{display:flex;flex-direction:column;align-items:center;gap:8px}.footer_socialIcons__I3M5I{display:flex;justify-content:center;gap:20px;margin-top:15px}.footer_heading__GEqVk{font-size:18px;font-weight:700;margin-bottom:15px;color:yellow}.footer_text__9b1zN{font-size:14px;line-height:1.4}.footer_link__GdRDP{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease;display:inline-block;margin-bottom:10px}.footer_link__GdRDP:hover{color:#00c8ff}.footer_icon__Y8naL{color:#fff;font-size:24px;transition:color .3s ease}.footer_icon__Y8naL:hover{color:#00c8ff}.footer_footerBottom__ANbnn{text-align:center}.footer_siteBuildInfo__mEWOm{margin-top:7%;font-size:14px;color:#ccc}.footer_copyright__na2n0{font-size:14px;color:#ccc}@media (max-width:768px){.footer_container__rAJ_e{flex-direction:column;align-items:center;text-align:center;padding:0 20px}.footer_contactSection__4AX3Q,.footer_quickLinks__wQrrk,.footer_socialSection__vHSAf{margin-bottom:20px}}