:root{--font-main:var(--font-montserrat);--font-secondary:var(--font-poppins)}html{-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body{width:100%;font-family:var(--font-main);scroll-behavior:smooth;background-color:#1a1a2a;margin:0;padding:0}.container{background-color:#1a1a2a;width:100%;min-height:100vh}.rectangle{background-color:#181824;width:100%;height:100px;position:absolute;bottom:22px;left:0}.mobile-rectangle{display:none}header{background-color:#181824;justify-content:space-between;align-items:center;height:64px;padding:0 200px;display:flex}header h1{color:#8171df;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:600}header nav{font-family:var(--font-secondary);gap:55px;display:flex}header nav a{color:#fff;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s}header nav .active{color:#8171df}@media (hover:hover) and (pointer:fine){header nav a:hover{color:#8171df}}@media (hover:none){header nav a:active{color:#8171df}}section{scroll-margin-top:60px}.hero-flex{flex-direction:row;justify-content:space-between;align-items:center;padding:64px 200px;display:flex;position:relative}.hero-left{z-index:2;margin-bottom:48px}.hero-image{width:387px;height:auto}.hero-intro{color:#fff;margin-bottom:16px;font-size:1.4rem;font-weight:700}.hero-title{color:#fff;margin:0 0 16px;font-size:2.8rem;font-weight:700;line-height:1.1}.hero-description{color:#e5e5e5;font-size:1rem;line-height:1.6;font-family:var(--font-secondary);margin-bottom:22px}.hero-buttons{gap:24px;display:flex}@media (hover:hover) and (pointer:fine){.primary:hover{background-color:#6d5dd3}}@media (hover:none){.primary:active{background-color:#6d5dd3}}@media (hover:hover) and (pointer:fine){.secondary:hover{background-color:#8171df1f}}@media (hover:none){.secondary:active{background-color:#8171df1f}}.about-section{color:#fff;padding:16px 200px}.about-heading{color:#8171df;margin-top:0;margin-bottom:8px;font-size:1.5rem;font-weight:700}.about-text{color:#e4e4e4;font-size:1rem;line-height:1.9;font-family:var(--font-secondary);margin-top:4px;margin-bottom:8px}.experience-row{align-items:center;gap:24px;margin-top:0;margin-bottom:36px;display:flex}.experience-number{font-size:6rem;font-weight:600;font-family:var(--font-secondary);color:#8171df;margin:0;line-height:1}.experience-text{font-size:1.4rem;font-weight:400;line-height:1.6;font-family:var(--font-secondary)}.skills-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.skill-card{height:240px;font-family:var(--font-secondary);background-color:#bdbdbd;flex-direction:column;justify-content:flex-end;padding:24px;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.skill-card:hover{transform:translateY(-4px)}}@media (hover:none){.skill-card:active{transform:translateY(-4px)}}.active-skill{background-color:#8171df}.skill-icon{color:#fff;margin-top:auto;font-size:3rem}.skill-card h3{color:#fff;margin:0;font-size:1.4rem;font-weight:600;line-height:1.6}.services-section{padding:48px 200px}.services-heading{color:#8171df;margin-top:0;margin-bottom:32px;font-size:1.5rem;font-weight:700}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{text-align:center;background-color:#1a1a2a;border:4px solid #8171df;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:16px;transition:all .25s;display:flex}@media (hover:hover) and (pointer:fine){.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #8171df33}}@media (hover:none){.service-card:active{transform:translateY(-6px);box-shadow:0 12px 30px #8171df33}}.active-service{border-color:#fff}.service-icon{color:#fff;margin-top:54px;font-size:4rem}.service-card h3{color:#fff;font-size:1.4rem;font-weight:600;font-family:var(--font-secondary);margin-top:8px;margin-bottom:8px}.active-service h3{color:#8171df}.service-card p{color:#e5e5e5;font-size:1rem;line-height:1.9;font-family:var(--font-secondary);margin-top:10px}.projects-section{padding:16px 200px}.projects-heading{color:#8171df;margin-top:0;margin-bottom:8px;font-size:1.5rem;font-weight:700}.projects-description{color:#e4e4e4;font-size:1rem;line-height:1.9;font-family:var(--font-secondary);margin-top:4px;margin-bottom:22px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{background-color:#32323f;border-radius:6px;padding:12px 12px 18px;transition:all .25s}.project-image{object-fit:cover;border-radius:6px;width:100%;height:auto}.project-card h3{color:#8171df;margin-top:8px;margin-bottom:8px;font-size:1.4rem;font-weight:700}.project-card p{color:#ececec;font-size:1rem;line-height:1.8;font-family:var(--font-secondary);margin-top:0}.project-buttons{justify-content:space-between;margin-top:24px;display:flex}.contact-section{grid-template-columns:1fr 1fr;gap:64px;padding:100px 200px;display:grid}.contact-subtitle{color:#8171df;margin-top:0;margin-bottom:8px;font-size:1.5rem;font-weight:700}.contact-heading{color:#e4e4e4;font-size:1rem;line-height:1.9;font-family:var(--font-secondary);margin-top:16px;margin-bottom:22px}.contact-socials{align-items:center;gap:20px;margin-top:16px;display:flex}.contact-socials a{justify-content:center;align-items:center;text-decoration:none;display:flex}.contact-social-icon{color:#8171df;transition:all .22s;font-size:2rem!important}@media (hover:hover) and (pointer:fine){.contact-social-icon:hover{color:#fff;transform:translateY(-4px)scale(1.08)}}@media (hover:none){.contact-social-icon:active{color:#fff;transform:translateY(-4px)scale(1.08)}}.contact-right{padding:0 28px}.contact-right h3{color:#d9d9d9;margin-top:0;font-size:1.3rem}.contact-form{flex-direction:column;gap:16px;display:flex}.footer{flex-direction:column;gap:16px;margin-top:60px;padding:24px 200px;display:flex}.footer-top{justify-content:space-between;align-items:center;display:flex}.footer-top p{color:#8e8e9b;font-size:.95rem;font-weight:600;font-family:var(--font-secondary);margin:0}.footer-socials{align-items:center;gap:18px;display:flex}.footer-social-icon{color:#8171df;transition:all .22s;font-size:1.8rem!important}@media (hover:hover) and (pointer:fine){.footer-social-icon:hover{color:#fff;transform:translateY(-3px)}}@media (hover:none){.footer-social-icon:active{color:#fff;transform:translateY(-3px)}}.success-message,.error-message{min-width:320px;max-width:420px;font-family:var(--font-secondary);-webkit-backdrop-filter:blur(10px);z-index:9999;border-radius:12px;align-items:center;gap:10px;padding:14px 18px;font-size:.95rem;font-weight:500;animation:.3s toastSlideIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #00000059}.success-message{color:#7ee2a8;background:#2ecc711f;border:1px solid #2ecc7159}.error-message{color:#ff8f84;background:#e74c3c1f;border:1px solid #e74c3c59}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.success-message{color:#fff;background:#2ecc71eb}.error-message{color:#fff;background:#e74c3ceb}}@media (max-width:600px){.success-message,.error-message{min-width:auto;max-width:none;bottom:20px;left:20px;right:20px}}header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:200px;padding-right:200px}@media (min-width:1800px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:320px;padding-right:320px}.hero-title{font-size:3.15rem}.hero-description{font-size:1.1rem}.hero-image{width:420px}}@media (max-width:1400px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:160px;padding-right:160px}}@media (max-width:1200px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:100px;padding-right:100px}}@media (min-width:1800px){header h1{font-size:1.4rem}header nav a{font-size:1rem}.hero-intro{font-size:1.4rem}.hero-title{font-size:3.15rem}.hero-description{font-size:1.1rem;line-height:1.6}.hero-image{width:420px}}@media (max-width:1024px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:48px;padding-right:48px}.project-button{padding:8px 20px!important}.project-card p{font-size:.8rem}}@media (max-width:912px){.project-button{padding:8px 10px!important}.project-card p{font-size:.75rem}}@media (max-width:900px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:40px;padding-right:40px}header{height:60px}header nav{gap:28px}header nav a{font-size:.88rem}.hero-flex{flex-direction:column-reverse;align-items:flex-start;gap:32px;padding-top:48px;padding-bottom:48px;position:relative}.rectangle{height:54px;bottom:300px}.mobile-rectangle{background-color:#181824;width:100%;height:4px;margin:0;padding:0;display:block;position:absolute;bottom:0;left:0}.hero-left{margin-bottom:0}.hero-image{align-self:center;width:300px}.hero-intro{font-size:1.4rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.2rem}.hero-description br{display:none}.hero-buttons{flex-wrap:wrap}.about-text{font-size:1.1rem}.skills-grid{grid-template-columns:repeat(2,1fr)}.experience-number{font-size:5rem}.experience-text{font-size:1.15rem}.services-grid{grid-template-columns:1fr}.service-card p{font-size:1.4rem}.service-card h3{font-size:2rem}.projects-grid{grid-template-columns:1fr}.project-buttons{flex-wrap:wrap;gap:12px}.projects-description{font-size:1.1rem}.project-card p{font-size:1.2rem}.project-card h3{font-size:1.6rem}.project-buttons{justify-content:flex-start;gap:24px}.contact-section{grid-template-columns:1fr;gap:48px;padding-top:72px;padding-bottom:72px}.contact-right{padding:0}.contact-heading{font-size:1.2rem}.contact-right h3{font-size:1.6rem}.footer-top{grid-template-columns:repeat(5,1fr);display:grid}}@media (max-width:600px){header,.hero-flex,.about-section,.services-section,.projects-section,.contact-section,.footer{padding-left:20px;padding-right:20px}header h1{display:none}header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:18px;width:100%;height:auto;padding-top:18px;padding-bottom:18px}header nav{flex-wrap:wrap;justify-content:space-between;gap:36px;width:100%}header nav a{font-size:.82rem}.hero-flex{padding-top:16px;padding-bottom:36px}.hero-image{width:160px}.hero-intro{padding-top:24px;font-size:1.1rem}.hero-title{font-size:1.9rem}.hero-description{font-size:.85rem;line-height:1.8}.hero-buttons{justify-content:space-between;width:100%}.hero-button{padding:8px 36px!important}.about-heading,.services-heading,.projects-heading,.contact-subtitle{font-size:1.3rem}.about-text,.projects-description,.contact-heading{font-size:.85rem}.experience-row{gap:8x}.experience-number{font-size:4.5rem}.experience-text{font-size:.88rem}.skills-grid{grid-template-columns:1fr}.skill-card{height:200px}.skill-card h3{font-size:1.2rem}.service-card{padding:20px}.service-icon{margin-top:24px;font-size:3.2rem}.service-card h3{font-size:1.25rem}.service-card p{font-size:.95rem}.project-card h3{font-size:1.25rem}.project-card p{font-size:.95rem}.project-buttons{flex-direction:column}.contact-section{padding-top:56px;padding-bottom:56px}.contact-social-icon{font-size:1.7rem!important}.contact-right h3{font-size:1rem}.footer{gap:12px;margin-top:32px}.footer-top{grid-template-columns:repeat(5,1fr);display:grid}.footer-top p{font-size:.54rem}.footer-social-icon{font-size:1.5rem!important}}@media (max-width:400px){.hero-button{padding:6px 30px!important}}@media (max-width:380px){.hero-button{padding:6px 27px!important}}@media (max-width:370px){.hero-button{padding:6px 20px!important}header nav{gap:24px}}@media (max-width:360px){.hero-button{padding:6px 18px!important}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_c5a0b145-module__19wr9q__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_c5a0b145-module__19wr9q__variable{--font-montserrat:"Montserrat", "Montserrat Fallback"}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.1110aazvokzp..woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.12skym0rqknxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.106do9xzbuago.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4ae8e3010ce79e6a-s.0g5xoah9dq00_.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1747e1908d2352d2-s.08t4zcuc4z7pw.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_ad22cbf7-module__VVdklW__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_ad22cbf7-module__VVdklW__variable{--font-poppins:"Poppins", "Poppins Fallback"}
