:root{--background-color: #f2f2f2;--text-color: #000000;--box-color: rgb(39, 39, 39);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;flex-direction:column;place-items:center;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}body.night{--background-color: black;--text-color: gray}body.day{--background-color: #f2f2f2;--text-color: #000000}._bioContainer_16b5v_2{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:40px;border-radius:15px;overflow:hidden;animation:_fadeInContainer_16b5v_1 1.5s ease-in-out;font-family:Thunder Bold,sans-serif;height:auto;max-width:1200px;margin:auto}._textSection_16b5v_18{flex:1;width:100%;animation:_slideInText_16b5v_1 2s cubic-bezier(.25,1,.5,1)}._textSection_16b5v_18 h1{font-size:3rem;margin-bottom:15px;line-height:1.2;font-weight:800;font-family:Arial Black,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._textSection_16b5v_18 h1 span{width:100%;animation:_textGlow_16b5v_1 3s infinite alternate;color:#85d710;font-weight:900}._textSection_16b5v_18 p{font-size:1.8rem;margin:20px 0;font-weight:700;color:#c6c1c1;font-family:Arial,sans-serif}._textSection_16b5v_18 p span{color:#7bcd09;font-weight:800;font-style:italic;font-family:Arial Black,sans-serif}._textSection_16b5v_18 p span:after{content:"|";display:inline-block;margin-left:5px;animation:_blink_16b5v_1 .7s steps(2,start) infinite}._imageSection_16b5v_68{flex:1;display:flex;justify-content:center;animation:_slideInImage_16b5v_1 1.8s ease-out}._imageSection_16b5v_68 img{height:350px;width:auto;border-radius:20px;box-shadow:0 8px 20px #000000b3;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}@keyframes _slideInText_16b5v_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes _slideInImage_16b5v_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes _fadeInContainer_16b5v_1{0%{opacity:0}to{opacity:1}}@keyframes _textGlow_16b5v_1{0%{text-shadow:0px 0px 5px rgba(149,255,0,.8)}to{text-shadow:0px 0px 15px rgba(149,255,0,1)}}@keyframes _blink_16b5v_1{50%{opacity:0}}@keyframes _flyIn_16b5v_147{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._bioContainer_16b5v_2._flyIn_16b5v_147{animation:_flyIn_16b5v_147 1.5s ease-in-out forwards}@media (max-width: 768px){._bioContainer_16b5v_2{flex-direction:column;text-align:center;padding:20px;margin-top:200px;margin-bottom:200px}._textSection_16b5v_18{max-width:100%;margin-bottom:20px}._textSection_16b5v_18 h1{font-size:2rem;margin-bottom:10px}._textSection_16b5v_18 p{font-size:1.2rem;margin:10px 0}._imageSection_16b5v_68{justify-content:center}._imageSection_16b5v_68 img{height:220px;width:220px;border-radius:15px}}@media (min-width: 1024px){._bioContainer_16b5v_2{margin-top:150px;max-width:1400px}._textSection_16b5v_18 h1{font-size:3.5rem}._textSection_16b5v_18 p{font-size:2rem}._imageSection_16b5v_68{margin-left:50px}._imageSection_16b5v_68 img{height:400px;transform:translate(+50px)}}@media (min-width: 769px) and (max-width: 1023px){._bioContainer_16b5v_2{flex-direction:column;align-items:center;text-align:center;padding:30px;gap:30px;margin-top:300px}._textSection_16b5v_18{max-width:100%}._textSection_16b5v_18 h1{font-size:2.8rem;margin-bottom:10px}._textSection_16b5v_18 p{font-size:1.5rem;margin:15px 0}._imageSection_16b5v_68 img{height:300px;width:auto;border-radius:15px}}._connectSection_1ertm_2{text-align:center;padding:2rem 1rem}._title_1ertm_9{font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:30px}._connectContainer_1ertm_19{display:flex;justify-content:center;align-items:center;padding:20px}._formContainer_1ertm_27{width:100%;max-width:500px;padding:40px;border-radius:12px;border:1px solid #6ebb02;box-shadow:0 0 2px #6ebb0299}._formContainer_1ertm_27 h2{font-size:28px;font-weight:700;margin-bottom:20px;text-align:center}._formGroup_1ertm_47{margin-bottom:20px;display:flex;flex-direction:column}._formGroup_1ertm_47 input,._formGroup_1ertm_47 textarea{padding:14px;font-size:16px;background:transparent;border:1px solid #243d00;border-radius:6px;transition:all .3s ease-in-out;outline:none}._formGroup_1ertm_47 input:focus,._formGroup_1ertm_47 textarea:focus{border-color:#0f0;box-shadow:0 0 8px #00ff00b3}._formGroup_1ertm_47 textarea{resize:none;height:120px}._submitButton_1ertm_92{padding:14px;font-size:18px;font-weight:700;background-color:#0f0;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s,transform .2s;width:100%}._submitButton_1ertm_92:hover{background-color:#0c0;transform:scale(1.05)}@media (max-width: 1024px){._connectContainer_1ertm_19{flex-direction:column;align-items:center;padding:15px}._formContainer_1ertm_27{width:85%;padding:30px}._title_1ertm_9{font-size:2rem;margin-bottom:20px}._formContainer_1ertm_27 h2{font-size:24px}._formGroup_1ertm_47 input,._formGroup_1ertm_47 textarea{font-size:14px;padding:10px}._submitButton_1ertm_92{font-size:16px;padding:12px}}@media (max-width: 768px){._connectContainer_1ertm_19{flex-direction:column;align-items:center;padding:10px;margin-top:20px}._formContainer_1ertm_27{width:90%;padding:20px}._title_1ertm_9{font-size:1.8rem;margin-bottom:15px}._formContainer_1ertm_27 h2{font-size:22px}._formGroup_1ertm_47 input,._formGroup_1ertm_47 textarea{font-size:13px;padding:10px}._submitButton_1ertm_92{font-size:15px;padding:10px}}@media (max-width: 480px){._title_1ertm_9{font-size:1.6rem;margin-bottom:10px}._formContainer_1ertm_27{padding:15px;width:95%}._formContainer_1ertm_27 h2{font-size:20px}._formGroup_1ertm_47 input,._formGroup_1ertm_47 textarea{font-size:12px;padding:8px}._submitButton_1ertm_92{font-size:14px;padding:10px}}._contact_o7bec_6{text-align:center;padding:2rem 1rem}._title_o7bec_11{font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:50px}._grid_o7bec_19{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:2rem;justify-items:center}._contactCard_o7bec_27{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #6ebb02;border-radius:15px;padding:1.5rem;text-align:center;transition:transform .3s ease;width:100%;max-width:280px}._contactCard_o7bec_27:hover{transform:translateY(-10px)}._icon_o7bec_45{font-size:2.5rem;color:#6ebb02;margin-bottom:1rem}._contactCard_o7bec_27 h2{font-size:1rem;font-weight:700;text-transform:uppercase;margin:0;transition:color .3s ease;color:var(--text-color)}._contactCard_o7bec_27 a{text-decoration:none;color:var(--text-color);transition:color .3s ease;word-break:break-word}._contactCard_o7bec_27 a:hover{color:#95ff00}@media (max-width: 768px){._title_o7bec_11{font-size:2rem}._grid_o7bec_19{grid-template-columns:1fr;padding:1rem}._contactCard_o7bec_27{width:90%;padding:1rem}._icon_o7bec_45{font-size:2rem}._contactCard_o7bec_27 h2{font-size:1rem}._contact_o7bec_6{margin-bottom:40px}}@media (min-width: 769px) and (max-width: 1023px){._contact_o7bec_6{margin-bottom:50px}._grid_o7bec_19{grid-template-columns:repeat(2,1fr);gap:1.5rem}._contactCard_o7bec_27{max-width:260px}._icon_o7bec_45{font-size:2.2rem}._contactCard_o7bec_27 h2{font-size:1.2rem}}@media (min-width: 1024px){._contact_o7bec_6{width:100%;margin-bottom:100px}._grid_o7bec_19{grid-template-columns:repeat(3,1fr)}._contactCard_o7bec_27{max-width:280px;height:90px}._icon_o7bec_45{font-size:2.5rem}._contactCard_o7bec_27 h2{font-size:1.25rem}}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}._educationContainer_1se9f_11{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;padding:50px 20px;color:#c6c1c1;font-family:Arial,sans-serif;max-width:100%;width:100%;margin:0 auto;height:auto;box-sizing:border-box}._column_1se9f_28{flex:1;padding:20px;border-radius:15px;box-shadow:0 8px 20px #0009;transition:transform .3s ease,box-shadow .3s ease}._sectionHeading_1se9f_37{font-size:1.5rem;font-weight:500;margin-bottom:20px;display:flex;align-items:center;color:#6ebb02;text-transform:uppercase;border-bottom:2px solid #95ff00;padding-bottom:10px}._sectionHeading_1se9f_37 svg{margin-right:10px;font-size:1.5rem}._educationItem_1se9f_55,._workItem_1se9f_56{margin-bottom:30px;display:flex;flex-direction:column}._educationItem_1se9f_55 h3,._workItem_1se9f_56 h3{font-size:1rem;font-weight:700;color:gray;display:flex;justify-content:space-between}._educationItem_1se9f_55 h3 span,._workItem_1se9f_56 h3 span{text-align:right}._educationItem_1se9f_55 p:first-of-type,._workItem_1se9f_56 p:first-of-type{font-size:1.2rem;font-weight:600;color:#60a400}._educationItem_1se9f_55 p:last-of-type,._workItem_1se9f_56 p:last-of-type{font-size:1rem;font-weight:100}h1{font-size:2.4rem;font-weight:800;text-align:center;text-transform:uppercase;margin:20px 0 50px}@media (min-width: 769px) and (max-width: 1023px){._educationContainer_1se9f_11{flex-direction:column;align-items:center;gap:30px;text-align:center}._educationSection_1se9f_112{margin-top:160px}._column_1se9f_28{width:80%}._educationItem_1se9f_55 h3,._workItem_1se9f_56 h3{font-size:1.3rem}._educationItem_1se9f_55 p,._workItem_1se9f_56 p{font-size:1.1rem;text-align:left}h1{font-size:2.2rem!important}}@media (max-width: 768px){._educationContainer_1se9f_11{flex-direction:column;align-items:center;gap:30px;padding:30px 10px;text-align:left;width:100%;max-width:100%;margin-left:15px}._column_1se9f_28{width:100%}._educationItem_1se9f_55 h3,._workItem_1se9f_56 h3{font-size:1rem;font-weight:700;color:gray;display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px}._educationItem_1se9f_55 h3 span,._workItem_1se9f_56 h3 span{text-align:right;white-space:nowrap;font-weight:500;color:#ffffffb0}h1{font-size:2rem!important}}@media (max-width: 480px){._educationContainer_1se9f_11{padding:10px 5px;gap:20px;max-width:100%}._column_1se9f_28{padding:10px;box-shadow:0 4px 10px #00000080;margin:0 auto}._sectionHeading_1se9f_37{font-size:1.1rem;padding-bottom:5px;border-bottom:1px solid #95ff00}._educationItem_1se9f_55 h3,._workItem_1se9f_56 h3{font-size:.9rem;flex-direction:column;align-items:flex-start;gap:3px}._educationItem_1se9f_55 p:first-of-type,._workItem_1se9f_56 p:first-of-type{font-size:.9rem}._educationItem_1se9f_55 p:last-of-type,._workItem_1se9f_56 p:last-of-type{font-size:.8rem}h1{font-size:1.6rem!important;margin:10px 0 30px}}@media (min-width: 1024px){._educationContainer_1se9f_11{max-width:1400px}._educationSection_1se9f_112{margin-top:200px}._textSection_1se9f_238 h1{font-size:3.5rem}._textSection_1se9f_238 p{font-size:2rem}._column_1se9f_28{width:45%}}._footer_znebp_2{padding:2rem 1rem;border-top:2px solid rgba(149,255,0,.8);text-align:center}._container_znebp_11{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1rem;gap:2rem}._socials_znebp_23{flex:1;text-align:center}._socials_znebp_23 h2{font-size:1rem;margin-bottom:10px}._icons_znebp_35{display:flex;justify-content:center;gap:1rem;color:var(--text-color)}._iconLink_znebp_42{font-size:1.1rem;transition:transform .3s ease,color .3s ease;color:var(--text-color)}._iconLink_znebp_42:hover{transform:scale(1.1)}._contact_znebp_55{flex:1;text-align:center}._contact_znebp_55 h2{font-size:1.1rem;margin-bottom:10px}._contact_znebp_55 p{font-size:.8rem;margin:5px 0}._copyright_znebp_73{font-size:.7rem;margin-top:1rem}@media (max-width: 768px){._container_znebp_11{flex-direction:column;text-align:center;gap:1.5rem}._iconLink_znebp_42{font-size:1.2rem}h2{font-size:.5rem}p{font-size:.4rem}}@media (max-width: 480px){._container_znebp_11{padding:1rem}h2{font-size:.5rem}._iconLink_znebp_42{font-size:1.3rem}p{font-size:.85rem}}._header_z67wf_2{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;position:fixed;width:100%;top:0;left:0;background-color:var(--background-color);z-index:1000;box-shadow:0 4px 10px #0000001a}._logo_z67wf_17 img{height:60px;width:auto;border-radius:12%;object-fit:contain;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}._logo_z67wf_17 img:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}._nav_z67wf_31{display:flex;gap:30px;transition:transform .3s ease-in-out}._nav_z67wf_31 h1{font-size:18px;cursor:pointer;text-transform:uppercase;font-weight:500;margin:0;transition:color .3s ease-in-out,text-shadow .3s ease-in-out}._nav_z67wf_31 h1:hover{color:#95ff00;text-shadow:0px 0px 10px rgba(149,255,0,.8)}._sidebarIcon_z67wf_52{display:none;font-size:32px;cursor:pointer;padding:8px;color:#95ff00;background:#00000080;border-radius:8px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;margin-right:20px}._sidebarIcon_z67wf_52:hover{transform:scale(1.1);box-shadow:0 0 12px #95ff00cc}._closeIcon_z67wf_70{display:none;position:absolute;top:15px;right:20px;font-size:32px;cursor:pointer;color:red;transition:transform .2s ease-in-out}._closeIcon_z67wf_70:hover{transform:rotate(90deg)}._nav_z67wf_31._active_z67wf_86{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;background-color:var(--background-color);z-index:999;transform:translate(0)}._nav_z67wf_31._active_z67wf_86 ._closeIcon_z67wf_70{display:block}._btn_z67wf_107{all:unset;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--background-color);border-radius:50%;cursor:pointer;font-size:22px;margin-right:35px}._connect_btn_z67wf_122{background:linear-gradient(90deg,#bfff00,#a8ff00);color:#000;width:160px;height:22px;padding:12px 18px;border:none;border-radius:30px;font-size:1rem;font-weight:700;text-align:center;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 8px #00000026;text-transform:uppercase;transform:translateY(-4px)}._connect_btn_z67wf_122:hover{box-shadow:0 6px 12px #0000004d}._header_z67wf_2{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;width:100%;top:0;left:0;background-color:var(--background-color);z-index:1000;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease-in-out}._hidden_z67wf_164{transform:translateY(-100%)}@media (max-width: 1024px){._header_z67wf_2{padding:12px 16px}._btn_z67wf_107{margin:auto}._logo_z67wf_17 img{height:50px}._nav_z67wf_31{display:none}._nav_z67wf_31._active_z67wf_86{display:flex}._sidebarIcon_z67wf_52{display:block}._connect_btn_z67wf_122{width:70%;height:38px;font-size:1.1rem;padding:10px 16px}}@media (min-width: 1025px){._connect_btn_z67wf_122{width:100%;height:40px;font-size:1.1rem}}@media (min-width: 1025px) and (max-width: 1440px){._header_z67wf_2{padding:20px 30px}._logo_z67wf_17 img{height:60px}._nav_z67wf_31{gap:30px}._nav_z67wf_31 h1{font-size:18px}._connect_btn_z67wf_122{background:linear-gradient(90deg,#bfff00,#a8ff00);color:#000;width:150px;height:22px;transform:translateY(-3px)}}@media (min-width: 1441px){._header_z67wf_2{padding:25px 40px}._logo_z67wf_17 img{height:70px}._nav_z67wf_31{gap:40px}._nav_z67wf_31 h1{font-size:20px}}._projectsContainer_17x45_1{padding:2rem;border-radius:8px;margin:1rem auto;max-width:1200px;width:90%}._projectsHeader_17x45_11{text-align:center;margin-bottom:2rem}._projectsHeader_17x45_11 h1{font-size:2.4rem;font-weight:800;text-transform:uppercase;margin-bottom:50px}._projectList_17x45_23{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}button{background-color:#95ff00;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;display:block;margin:1rem auto;width:150px;text-align:center;transition:transform .2s ease,background-color .3s ease}button:hover{background-color:#78cc00;transform:scale(1.05)}@media (min-width: 769px) and (max-width: 1023px){._projectsContainer_17x45_1{padding:1.5rem;width:95%;margin-bottom:100px}._projectsHeader_17x45_11 h1{font-size:2.2rem}._projectList_17x45_23{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._showMoreButton_17x45_70{width:32%;height:50px}}@media (min-width: 1024px){._projectsContainer_17x45_1{max-width:1200px;margin-bottom:100px}._projectList_17x45_23{grid-template-columns:repeat(3,1fr);gap:2rem}._showMoreButton_17x45_70{width:150px;height:50px}}@media (max-width: 768px){._projectsContainer_17x45_1{padding:1rem;width:90%;margin-bottom:30px}._projectsHeader_17x45_11 h1{font-size:1.8rem}._projectList_17x45_23{grid-template-columns:1fr;gap:1rem}._showMoreButton_17x45_70{width:62%;height:50px}}._projectContainer_dwb0j_1{display:flex;flex-direction:column;align-items:center;color:#6ebb02;padding:1rem;border-radius:8px;text-align:center}._projectImage_dwb0j_11{width:100%;max-width:400px;height:auto;border-radius:8px;object-fit:cover;border:1px solid var(--text-color)}._projectContent_dwb0j_20{display:flex;flex-direction:column;justify-content:space-between;text-align:center}._projectName_dwb0j_27{font-size:1.5rem;font-weight:700;color:#6ebb02}._technologyBadge_dwb0j_33{background-color:#4f4e4e33;color:gray;padding:.3rem .6rem;border-radius:4px;font-size:.8rem;display:inline-block;margin:2px}._projectDescription_dwb0j_43{font-size:.9rem;line-height:1.5;color:gray}._projectLink_dwb0j_49 a{color:#6ebb02;text-decoration:none;border:1px solid #6ebb02;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease,color .3s ease}._projectLink_dwb0j_49 a:hover{background-color:#6ebb02;color:#000}@media (max-width: 768px){._projectImage_dwb0j_11{width:85%;height:50%;margin-bottom:20px}._projectName_dwb0j_27{font-size:1.6rem;margin-bottom:10px}._projectTechnologies_dwb0j_76{width:100%;height:60px}._projectDescription_dwb0j_43{width:100%;height:75px}}@media (min-width: 1024px){._projectImage_dwb0j_11{width:100%;height:200px;margin-bottom:20px}._projectName_dwb0j_27{font-size:1.6rem;margin-bottom:10px}._projectTechnologies_dwb0j_76{width:100%;height:60px}._projectDescription_dwb0j_43{width:100%;height:75px}}@media (min-width: 769px) and (max-width: 1023px){._projectImage_dwb0j_11{width:100%;height:200px;margin-bottom:20px}._projectName_dwb0j_27{font-size:1.6rem;margin-bottom:10px}._projectTechnologies_dwb0j_76{width:100%;height:60px}._projectDescription_dwb0j_43{width:100%;height:75px}}body{overflow-x:hidden}._resumeSection_g2oh0_6{text-align:center;padding:2rem}._title_g2oh0_11{font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:50px}._grid_g2oh0_18{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:2rem;justify-items:center}._headingCard_g2oh0_26{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #6ebb02;border-radius:15px;padding:1.5rem;text-align:center;transition:transform .3s ease;width:100%;max-width:280px}._headingCard_g2oh0_26:hover{transform:translateY(-10px)}._icon_g2oh0_44{font-size:2.5rem;color:#6ebb02;margin-bottom:1rem}h2{font-size:1.25rem;font-weight:700;text-transform:uppercase;color:var(--text-color);margin:0;transition:color .3s ease}._downloadButton_g2oh0_60{text-align:center;font-size:1rem;padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;background-color:#95ff00;color:#000;border:2px solid rgba(149,255,0,1);display:flex;justify-content:center;align-items:center;margin:2rem auto 0;max-width:250px;white-space:nowrap}._downloadButton_g2oh0_60:hover{background-color:#95ff00;color:#000}._iconFile_g2oh0_85{margin-left:10px;font-size:25px}@media (max-width: 768px){._title_g2oh0_11{font-size:2rem}._grid_g2oh0_18{grid-template-columns:1fr;padding:1rem}._headingCard_g2oh0_26{width:90%;padding:1rem}._icon_g2oh0_44{font-size:2rem}h2{font-size:1.1rem}._downloadButton_g2oh0_60{width:90%;font-size:1rem}._iconFile_g2oh0_85{font-size:20px}._resumeSection_g2oh0_6{margin-bottom:40px}}@media (min-width: 769px) and (max-width: 1023px){._grid_g2oh0_18{grid-template-columns:repeat(2,1fr);gap:1.5rem}._headingCard_g2oh0_26{max-width:260px}._icon_g2oh0_44{font-size:2.2rem}h2{font-size:1.2rem}._downloadButton_g2oh0_60{width:50%}._resumeSection_g2oh0_6{margin-bottom:50px}}@media (min-width: 1024px){._resumeSection_g2oh0_6{width:100%;margin-bottom:100px}._grid_g2oh0_18{grid-template-columns:repeat(3,1fr)}._headingCard_g2oh0_26{max-width:280px}._icon_g2oh0_44{font-size:2.5rem}h2{font-size:1.25rem}._downloadButton_g2oh0_60{width:auto}}.___skills_14033_2{text-align:center;padding:50px 20px}h1{font-size:2.5rem;margin-bottom:30px}._skillsContainer_14033_14{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;padding:20px 20px 50px}._skillItem_14033_26{position:relative;display:flex;flex-direction:column;align-items:center;width:90px;margin:15px;transition:transform .3s ease-in-out}._icon_14033_38{font-size:3rem;margin:10px;transition:transform .3s ease,color .3s ease}._icon_14033_38:hover{transform:scale(1.1);color:#95ff00}._skillName_14033_52{display:none;position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:6px 12px;border-radius:6px;font-size:1rem;opacity:0;transition:opacity .3s ease,transform .3s ease}._skillItem_14033_26:hover ._skillName_14033_52,._skillItem_14033_26:focus ._skillName_14033_52{display:block;opacity:1;transform:translate(-50%) translateY(10px)}@media (max-width: 1440px){._skillsContainer_14033_14{gap:25px}._skillItem_14033_26{width:85px}._icon_14033_38{font-size:2.8rem}}@media (max-width: 1200px){h1{font-size:2.3rem}._skillsContainer_14033_14{gap:20px}._skillItem_14033_26{width:80px}._icon_14033_38{font-size:2.5rem}._skillName_14033_52{font-size:.9rem}}@media (max-width: 1024px){h1{font-size:2rem}._skillsContainer_14033_14{gap:18px;padding:15px}._skillItem_14033_26{width:75px}._icon_14033_38{font-size:2.3rem}._skillName_14033_52{font-size:.85rem}}@media (max-width: 768px){h1{font-size:1.8rem}._skillsContainer_14033_14{gap:15px;padding:10px}._skillItem_14033_26{width:70px}._icon_14033_38{font-size:2rem}._skillName_14033_52{font-size:.8rem;bottom:-30px}}@media (max-width: 600px){h1{font-size:1.6rem;margin-bottom:20px}._skillsContainer_14033_14{gap:12px;padding:5px}._skillItem_14033_26{width:65px}._icon_14033_38{font-size:1.8rem}._skillName_14033_52{font-size:.75rem;bottom:-28px}}@media (max-width: 480px){h1{font-size:1.5rem}._skillsContainer_14033_14{gap:10px}._skillItem_14033_26{width:60px}._icon_14033_38{font-size:1.7rem}._skillName_14033_52{font-size:.7rem;bottom:-25px}}@media (max-width: 360px){h1{font-size:1.3rem}._skillsContainer_14033_14{gap:8px}._skillItem_14033_26{width:55px}._icon_14033_38{font-size:1.5rem}._skillName_14033_52{font-size:.65rem;bottom:-22px}}
