@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200&display=swap);@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600&display=swap);@font-face{font-family:"BestermindRegular";src:url(/static/media/BestermindRegular.e58a1922.ttf);src:url(/static/media/BestermindRegular.e58a1922.ttf) format("embedded-opentype"),url(/static/media/BestermindRegular.e58a1922.ttf) format("truetype"),}*{margin:0;box-sizing:border-box}a{text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#555}::-webkit-scrollbar-thumb{background:#555;border-radius:10px;-webkit-transition:.3s;transition:.3s}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media screen and (max-width:400px){body{overflow-x:hidden}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3){body{overflow-x:hidden}}.navbar{height:6.5rem;position:absolute;background-color:initial;z-index:99;justify-content:center}.navbar,.navbar--container{display:flex;align-items:center;width:100%}.navbar--container{justify-content:space-between;padding:0 3rem;margin-top:1rem}.navbar--container>h1{font-family:"BestermindRegular";color:var(--primary-2);font-size:2.5rem;-webkit-user-select:none;user-select:none}.navLink--container{margin-top:5rem}.drawer>.MuiBackdrop-root{background:rgba(33,33,33,.15)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}@media (max-width:1100px){.navbar--container{padding:0 2rem}.nav-menu,.navbar--container>h1{font-size:2.2rem}.nav-menu{margin-top:-1.5rem}}@media (max-width:800px){.navLink--container{margin-top:3rem}}@media (max-width:600px){.nav-menu{color:var(--primary-2)}.navbar--container>h1{font-size:2rem}.nav-menu:hover{color:var(--primary-2)}.MuiDrawer-paper{border-radius:0!important}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3){.navbar{height:5rem}.navbar--container{padding:0 1rem;margin-top:0}.navbar--container>h1{font-size:1.5rem}}.footer{font-family:"var(--primaryFont)",sans-serif;height:60px;width:100%;display:flex;justify-content:center;align-items:center;padding:0 1rem}.footer p{font-weight:400;font-family:var(--primaryFont);font-size:14px;text-align:center;line-height:1.4}.footer p span{font-size:12px}@media (max-width:768px){.footer{height:auto;min-height:50px;padding:1rem}.footer p{font-size:12px;line-height:1.3}.footer p span{font-size:10px}}@media (max-width:480px){.footer{padding:.75rem}.footer p{font-size:11px}.footer p span{font-size:9px}}.landing{height:100vh}.landing,.landing--container{display:flex;align-items:center;justify-content:center}.landing--container{height:100%;position:relative}.landing--img{--img-size:400px;position:absolute;left:35%;transform:translateX(-50%);width:var(--img-size);height:var(--img-size);object-fit:cover;border-radius:50%;box-shadow:0 0 30px rgba(0,0,0,.2);transition:opacity .3s}.landing--container-left{flex:35% 1;height:100%;align-items:flex-end}.landing--container-left,.lcl--content{display:flex;justify-content:flex-start}.lcl--content{margin:3rem;width:100%;align-items:center}.landing--social{font-size:35px;margin:0 1rem;transition:transform .5s}.landing--social:hover{transform:scale(1.2)}.landing--container-right{flex:65% 1;height:100%;background-color:#eaeaea;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.lcr--content{width:45%;margin-right:7rem;font-family:var(--primaryFont);font-style:normal}.lcr--content h6{font-weight:500;font-size:1.25rem;margin-bottom:-.85rem;opacity:.8}.lcr--content h1{font-weight:600;font-size:3.25rem;line-height:110%;margin:1rem 0}.lcr--content p{margin-top:1.45rem;font-weight:500;font-size:1.15rem;opacity:.7;text-align:justify}.lcr-buttonContainer{margin-top:2rem;width:350px;display:flex;align-items:center;justify-content:space-between;font-family:"var(--primaryFont)",sans-serif}@media (max-width:1100px){.landing--img{--img-size:350px}.lcl--content{margin:2rem}.lcr--content h6{font-size:1.1rem}.lcr--content h1{font-size:3rem}.lcr--content p{margin-top:.3rem;margin-bottom:1rem;font-weight:500;font-size:1rem}.lcr-buttonContainer{margin-top:1rem;flex-direction:column;width:200px;height:120px;align-items:flex-start}}@media (max-width:900px){.landing--img{--img-size:300px}.landing--social{font-size:30px}.lcr--content{width:60%;margin-top:10%;margin-right:6%}.lcr-buttonContainer{margin-top:1rem;flex-direction:column;width:200px;height:120px;align-items:flex-start}.lcr-buttonContainer button:nth-child(2){display:none}}@media (max-width:600px){.landing--container{flex-direction:column;justify-content:space-between}.landing--img{--img-size:200px;left:50%;top:30%;border:8px solid #eaeaea;transform:translate(-50%,-50%)}.landing--container-left{flex:initial;width:100%;height:30%}.landing--social{display:none}.landing--container-right{box-sizing:border-box;flex:initial;height:70%;width:100%;background-color:#eaeaea;align-items:center;justify-content:center;padding:0 2rem}.lcr--content{margin-top:20%;margin-right:0;width:100%}.lcr--content h6{font-size:1rem;text-align:center}.lcr--content h1{font-size:2.5rem;text-align:center}.lcr--content p{font-size:.95rem;text-align:center;margin:0 auto;width:90%}.lcr-buttonContainer{margin:0 auto;display:flex;align-items:center;justify-content:center}.lcr-buttonContainer button{margin-top:-20%}}@media (max-width:500px){.lcr--content{margin-top:35%}}@media (max-width:370px){.lcr--content{margin-top:60%}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3){.landing{height:100%}.landing--img{--img-size:150px;left:50%;top:20%}}.about{min-height:100vh;position:relative}.about .line-styling{position:absolute;top:50px;left:50%;transform:translateX(-50%);height:50px;width:85%;display:flex;align-items:center;justify-content:space-between}.about .line-styling .style-circle{width:10px;height:10px;border-radius:50%}.about .line-styling .style-line{width:95%;height:5px;border-radius:10px}.about-body{flex-direction:row;align-items:center;justify-content:space-around;padding-top:8rem}.about-body,.about-description{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.about-description{flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:0.5 1;width:100%}.about-description>h2{margin-bottom:40px;font-size:3.5rem;font-family:var(--primaryFont)}.about-description>p{font-size:1.25rem;color:#e0d9d9;font-family:var(--primaryFont);text-align:justify}.about-img{margin-top:40px;pointer-events:none}.about-img>img{width:380px;flex:0.5 1}@media (min-width:992px) and (max-width:1380px){.about-description>h2{font-size:3.3rem;margin-bottom:30px}.about-description>p{font-size:1.15rem}.about-img>img{width:300px}}@media screen and (max-width:992px){.about .line-styling{top:20px}.about-body{padding-top:2rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-evenly}.about-description{flex:0.6 1;box-sizing:border-box;padding:20px}.about-description>h2{font-size:3rem;margin-bottom:20px}.about-description>p{font-size:1.1rem}.about-img>img{width:250px;flex:0.4 1}}@media screen and (max-width:800px){.about .line-styling .style-circle{width:8px;height:8px;border-radius:50%}.about-description>h2{align-self:center}}@media screen and (max-width:600px){.about .line-styling .style-circle{width:5px;height:5px;border-radius:50%}.about .line-styling .style-line{width:93%;height:3px;border-radius:10px}.about-description>h2{font-size:2.5rem}.about-description>p{font-size:.95rem}.about-img>img{width:200px}}.skills{flex-direction:column;justify-content:flex-start;min-height:60vh;padding:2.5rem 2rem 2rem}.skills,.skillsHeader{display:flex;align-items:center}.skillsHeader{justify-content:center;margin-bottom:2rem}.skillsHeader h2{font-family:var(--primaryFont);font-style:normal;font-weight:700;font-size:3.5rem;text-align:center}.skillsCategories{display:flex;flex-direction:column;width:100%;grid-gap:2.5rem;gap:2.5rem}.skillCategory{margin-bottom:2rem}.skillCategory h3{font-family:var(--primaryFont);font-style:normal;font-weight:600;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;margin-left:auto;margin-right:auto}.skillsContainer{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1rem;padding:0 2rem}.skill--scroll{width:100%;margin:0 2rem}.skills-grid{flex-wrap:wrap;width:100%;grid-gap:20px;gap:20px;margin-top:1rem;padding:0 2rem}.skill--box,.skills-grid{display:flex;justify-content:center;align-items:center}.skill--box{background:#fafafa;box-shadow:0 10px 20px rgba(0,0,0,.12);border-radius:10px;width:160px;height:160px;flex-direction:column;padding:2rem 1rem;transition:.3s ease-in-out;margin:.5rem}.skill--box:hover{transform:scale(1.15)}.skill--box>img{height:50px;pointer-events:none}.skill--box h3{font-family:Big Shoulders Text;font-style:normal;font-weight:500;font-size:22px;text-align:center;margin-top:1rem}@media (max-width:768px){.skills-grid{justify-content:center;padding:0 1rem}.skill--box{width:140px;height:140px;padding:1.5rem 1rem;margin:.4rem}.skill--box h3{font-size:18px}}@media (max-width:480px){.skills-grid{justify-content:center}.skill--box{width:120px;height:120px;padding:1rem .5rem;margin:.3rem}.skill--box>img{height:40px}.skill--box h3{font-size:16px}}@media (min-width:992px) and (max-width:1380px){.skills{padding:2rem 1rem 1rem}.skillsContainer{padding:1.5rem;margin-top:1.5rem}}@media screen and (max-width:992px){.skills{padding:1rem;min-height:100%}.skillsContainer{padding:1rem;margin:1rem 0}.skillsHeader h2{font-size:3.2rem}.skillCategory h3{font-size:1.8rem}.skill--box{width:150px;height:150px;margin:1.2rem;padding:2rem 1rem}.skill--box>img{height:45px}.skill--box h3{font-size:20px;margin-top:1rem}}@media screen and (max-width:800px){.skills,.skillsContainer{padding:.5rem}.skillsHeader h2{font-size:3rem}.skillCategory h3{font-size:1.6rem}.skill--scroll{width:100%;margin:0}}@media screen and (max-width:600px){.skill--box{width:135px;height:135px;margin:1.2rem;padding:2rem 1rem}.skill--box>img{height:40px}.skillsHeader h2{font-size:2.5rem}.skillCategory h3{font-size:1.4rem}.skill--box h3{font-size:18px;margin-top:1rem}.skillsCategories{grid-gap:2rem;gap:2rem}}@media screen and (max-width:400px){.skillsHeader h2{font-size:2.2rem}.skillCategory h3{font-size:1.3rem}}.testimonials{font-family:var(--primaryFont);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:2rem 0}.slick-slider{height:100%!important;width:100%}.slick-initialized,.slick-list{overflow:hidden}.slick-list{position:relative;display:block;margin:0;padding:0;width:100%}.slick-dots{position:relative!important;bottom:1rem!important}.testimonials--header h1{font-style:normal;font-weight:700;font-size:3.5rem;text-align:center;margin-bottom:1rem}.testimonials--body{display:flex;flex-direction:column;align-items:center;text-align:center;width:95%;margin-top:1rem;position:relative}.testimonials--body .quote{font-size:4rem;position:absolute;z-index:10;transform:translateY(50%);opacity:.5;top:0;left:50%;transform:translateX(-50%)}.testimonials--body button{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;-webkit-appearance:none;appearance:none;outline:none;border:none;display:flex;align-items:center;justify-content:center;font-size:1.6rem;z-index:5}.testimonials--body .prevBtn{left:5%;cursor:pointer}.testimonials--body .nextBtn{right:5%;cursor:pointer}.testimonials--slider{display:flex;flex-direction:column;align-items:center;text-align:center;width:70%;position:relative}.single--testimony{padding:2rem;min-height:500px;position:relative}.single--testimony,.testimonials--container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.testimonials--container{height:100%}.review--img{margin:0 auto;width:100px;height:100px;border-radius:50%;z-index:3;transform:translateY(50%);box-shadow:0 0 5px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.review--img img{width:90px;height:90px;border-radius:50%;object-fit:cover}.review--content{margin:0 auto;width:90%;min-height:250px;border-radius:200px;box-sizing:border-box;padding:60px 40px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.review--content p{font-style:italic;font-weight:300;width:80%;line-height:1.6;margin-bottom:1rem}.review--content h1{font-size:1.5rem;font-weight:600;margin-top:10px;margin-bottom:.5rem}.review--content h4{font-size:1rem;font-weight:500;margin:0}@media (max-width:1200px){.testimonials--slider{width:80%}.testimonials--body .quote{font-size:3.5rem}.review--content{border-radius:150px;padding:55px 35px 25px}}@media (max-width:992px){.testimonials{min-height:100%;padding:1.5rem 0}.testimonials--header h1{font-size:3rem;margin-bottom:.5rem}.testimonials--body .quote{font-size:3rem}.testimonials--slider{width:85%}.single--testimony{padding:1.5rem;min-height:450px}.review--content{border-radius:100px;padding:50px 30px 20px;min-height:220px}.review--content p{width:85%;font-size:.95rem}}@media (max-width:768px){.testimonials{padding:1rem 0}.testimonials--header h1{font-size:2.5rem;margin-bottom:.5rem}.testimonials--body{width:100%;padding:0 1rem}.testimonials--body button{display:none}.testimonials--slider{width:95%}.single--testimony{padding:1rem;min-height:400px}.review--img{width:90px;height:90px}.review--img img{width:80px;height:80px}.review--content{border-radius:50px;padding:45px 25px 15px;min-height:200px;width:95%}.review--content p{font-size:.9rem;width:90%;line-height:1.5}.review--content h1{font-size:1.3rem}.review--content h4{font-size:.9rem}}@media (max-width:576px){.testimonials{padding:.5rem 0}.testimonials--header h1{font-size:2.2rem;margin-bottom:.5rem}.testimonials--body .quote{font-size:2.5rem}.testimonials--slider{width:100%}.single--testimony{padding:.8rem;min-height:350px}.review--img{width:80px;height:80px}.review--img img{width:70px;height:70px}.review--content{border-radius:30px;padding:40px 20px 12px;min-height:180px;width:98%}.review--content p{font-size:.85rem;width:95%;line-height:1.4;margin-bottom:.8rem}.review--content h1{font-size:1.2rem;margin-bottom:.3rem}.review--content h4{font-size:.85rem}}@media (max-width:480px){.testimonials--header h1{font-size:1.8rem}.testimonials--body .quote{font-size:2rem}.single--testimony{padding:.5rem;min-height:320px}.review--img{width:70px;height:70px}.review--img img{width:60px;height:60px}.review--content{border-radius:25px;padding:35px 15px 10px;min-height:160px}.review--content p{font-size:.8rem;line-height:1.3;margin-bottom:.6rem}.review--content h1{font-size:1.1rem;margin-bottom:.2rem}.review--content h4{font-size:.8rem}}@media (max-width:360px){.testimonials--header h1{font-size:1.6rem}.testimonials--body .quote{font-size:1.8rem}.single--testimony{padding:.3rem;min-height:300px}.review--img{width:60px;height:60px}.review--img img{width:50px;height:50px}.review--content{border-radius:20px;padding:30px 12px 8px;min-height:140px}.review--content p{font-size:.75rem;line-height:1.2;margin-bottom:.5rem}.review--content h1{font-size:1rem;margin-bottom:.1rem}.review--content h4{font-size:.75rem}}.blog{flex-direction:column;justify-content:flex-start;min-height:100vh;padding:2rem;overflow-x:hidden}.blog,.blog--header{display:flex;align-items:center}.blog--header{justify-content:center;width:100%;margin:1rem}.blog--header h1{margin-bottom:40px;font-size:3.5rem;font-family:var(--primaryFont)}.blog--body{flex-direction:column}.blog--body,.blog--bodyContainer{width:100%;display:flex;align-items:center;justify-content:center}.blog--bodyContainer{grid-gap:4.5rem;gap:4.5rem}.blog--viewAll{width:100%;margin-top:1rem;padding:2rem;display:flex;align-items:center;justify-content:flex-end}.blog--viewAll a button{outline:none;border:none;width:150px;height:48px;display:flex;align-items:center;justify-content:space-between;text-transform:inherit;border-radius:45px;font-size:1.05rem;font-family:var(--primaryFont);font-weight:500;padding-left:1.5rem;cursor:pointer}@media screen and (max-width:992px){.blog--bodyContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}}@media screen and (max-width:800px){.blog--header h1{font-size:3rem;margin-bottom:30px}}@media screen and (max-width:600px){.blog--header h1{font-size:2.5rem;margin-bottom:20px}.blog--viewAll{position:relative;margin-top:2.5rem}.blog--viewAll a{position:absolute;left:50%;transform:translateX(-50%)}}.singleBlog{height:420px;width:320px;display:flex;flex-direction:column;align-items:center;justify-content:baseline;border-radius:5px}.singleBlog--image{height:50%;overflow:hidden}.singleBlog--image,.singleBlog--image>img{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.singleBlog--image>img{object-fit:cover;height:100%;transition:transform 1s,filter 2s ease-in-out;filter:blur(1px);transform:scale(1.3)}.singleBlog:hover>.singleBlog--image>img{filter:grayscale(0);transform:scale(1.1)}.singleBlog--body{padding:1rem}.singleBlog--body p{font-family:var(--primaryFont);font-weight:600;font-size:13px;margin-bottom:.65rem}.singleBlog--body h3{font-family:var(--primaryFont);margin-bottom:.55rem;font-size:19px;line-height:115%}.singleBlog--body h6{font-family:"Noto Sans TC",sans-serif;font-size:15px;line-height:139%;font-weight:500;opacity:.9}@media (min-width:992px) and (max-width:1380px){.singleBlog{height:430px}}@media screen and (max-width:992px){.singleBlog{height:450px;background-color:#abf0f0;margin:2rem 0;display:flex;flex-direction:column;align-items:center;justify-content:baseline}}@media screen and (max-width:800px){.singleBlog{height:450px;margin:1rem auto}}@media screen and (max-width:700px){.singleBlog{height:450px;margin:1rem auto}}@media screen and (max-width:600px){.singleBlog{height:450px;width:300px;margin:1rem 0}.singleBlog--image>img{filter:blur(0)}}@media screen and (max-width:320px){.singleBlog{transform:scale(.9)}}.education{min-height:100vh;padding:2rem 0}.education-body{flex-direction:row;align-items:center;color:rgba(62,195,55,.702)}.education-body,.education-description{display:flex;justify-content:center;width:100%}.education-description{flex:0.65 1;padding:2rem;flex-direction:column;align-items:flex-start;margin-left:7%}.education-description>h1{font-size:3.5rem;font-family:var(--primaryFont);margin-bottom:2rem}.education-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:90%;min-height:140px;padding:1.5rem;border-radius:20px;margin-bottom:1.5rem;transition:background-color .2s ease-in-out}.educard-img{border-radius:50%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.educard-img>img{width:40px;height:40px;object-fit:contain}.education-details{margin-left:.6rem;flex:1 1}.education-details>h6{font-family:var(--primaryFont);font-size:.85rem;font-weight:700;margin-bottom:.5rem}.education-details>h4{font-size:1.225rem;margin-bottom:.3rem}.education-details>h4,.education-details>h5{font-family:var(--primaryFont);font-weight:600;line-height:1.3}.education-details>h5{font-size:1.15rem}.education-image{box-sizing:border-box;padding:1rem;flex:0.35 1;margin-top:1rem;pointer-events:none}.education-image>img{width:100%;height:auto;object-fit:contain}@media (min-width:992px) and (max-width:1380px){.education-description{padding:1.5rem;margin-left:5%}.education-description>h1{font-size:3.2rem}.education-card{width:95%;padding:1.2rem}}@media screen and (max-width:992px){.education{min-height:100%;padding:1rem 0}.education-body{flex-direction:column;align-items:center}.education-image{display:none}.education-description{flex:1 1;margin:0;padding:1rem;align-items:center;width:100%}.education-description>h1{font-size:2.8rem;text-align:center;margin-bottom:1.5rem}.education-card{width:100%;max-width:500px;padding:1.2rem;margin-bottom:1.2rem}}@media screen and (max-width:768px){.education{padding:.5rem 0}.education-description{padding:.8rem}.education-description>h1{font-size:2.4rem;margin-bottom:1.2rem}.education-card{padding:1rem;margin-bottom:1rem;min-height:120px}.educard-img{width:50px;height:50px}.educard-img>img{width:35px;height:35px}.education-details{margin-left:.8rem}.education-details>h6{font-size:.8rem;margin-bottom:.4rem}.education-details>h4{font-size:1.1rem;line-height:1.25;margin-bottom:.2rem}.education-details>h5{font-size:1rem;line-height:1.25}}@media screen and (max-width:600px){.education-description>h1{font-size:2rem;margin-bottom:1rem}.education-card{padding:.8rem;margin-bottom:.8rem;min-height:100px;border-radius:15px}.educard-img{width:45px;height:45px}.educard-img>img{width:30px;height:30px}.education-details{margin-left:.6rem}.education-details>h6{font-size:.75rem;margin-bottom:.3rem}.education-details>h4{font-size:1rem;line-height:1.2;margin-bottom:.1rem}.education-details>h5{font-size:.9rem;line-height:1.2}}@media screen and (max-width:480px){.education-description{padding:.5rem}.education-description>h1{font-size:1.8rem;margin-bottom:.8rem}.education-card{padding:.6rem;margin-bottom:.6rem;min-height:90px;border-radius:12px}.educard-img{width:40px;height:40px}.educard-img>img{width:28px;height:28px}.education-details{margin-left:.5rem}.education-details>h6{font-size:.7rem;margin-bottom:.2rem}.education-details>h4{font-size:.9rem;line-height:1.15;margin-bottom:.1rem}.education-details>h5{font-size:.8rem;line-height:1.15}}@media screen and (max-width:360px){.education-description>h1{font-size:1.6rem;margin-bottom:.6rem}.education-card{padding:.5rem;margin-bottom:.5rem;min-height:80px;border-radius:10px}.educard-img{width:35px;height:35px}.educard-img>img{width:24px;height:24px}.education-details{margin-left:.4rem}.education-details>h6{font-size:.65rem;margin-bottom:.1rem}.education-details>h4{font-size:.85rem;line-height:1.1;margin-bottom:.05rem}.education-details>h5{font-size:.75rem;line-height:1.1}}.experience{min-height:100vh;flex-direction:column}.experience,.experience-body{display:flex;justify-content:center}.experience-body{flex-direction:row;align-items:center;width:100%}.experience-description{width:95%;flex:0.65 1;padding:2rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;margin-right:2rem}.experience-description>h1{font-size:3.5rem;font-family:var(--primaryFont);margin-bottom:2rem;align-self:flex-start}.experience-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:90%;min-height:140px;padding:1.5rem;border-radius:20px;margin-bottom:1.5rem;transition:background-color .2s ease-in-out}.expcard-img{border-radius:50%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expcard-img>img{width:36px;pointer-events:none}.experience-details{margin-left:.6rem;flex:1 1}.experience-details>h6{font-family:var(--primaryFont);font-size:.85rem;font-weight:700;margin-bottom:.5rem}.experience-details>h4{font-size:1.225rem}.experience-details>h4,.experience-details>h5{font-family:var(--primaryFont);font-weight:600;margin-bottom:.3rem}.experience-details>h5{font-size:1.15rem}.experience-image{box-sizing:border-box;padding:1rem;flex:0.35 1;margin-left:7%;margin-top:1rem;pointer-events:none}.experience-image>img{width:100%;pointer-events:none}@media (min-width:992px) and (max-width:1380px){.experience-description{padding:1.5rem}.experience-card{width:95%}}@media screen and (max-width:992px){.experience{min-height:100%;padding:4rem 0}.experience-body{flex-direction:column}.experience-image{display:block;margin:2rem auto 0;flex:0 1;width:70%;max-width:400px}.experience-description{flex:1 1;margin:0 auto;align-items:center;padding:1rem 2rem}.experience-description>h1{font-size:3.2rem;align-self:center;text-align:center}.experience-card{width:100%;padding:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width:800px){.experience-description>h1{font-size:2.8rem;margin-bottom:1.5rem}.experience-description{padding:1rem}.experience-card{padding:1.2rem;margin-bottom:1.5rem;min-height:120px;flex-direction:row;align-items:center}.expcard-img{width:50px;height:50px}.expcard-img>img{width:28px}.experience-details>h6{font-size:.8rem;margin-bottom:.4rem}.experience-details>h4{font-size:1.1rem;line-height:1.3}.experience-details>h5{font-size:1rem;line-height:1.3}}@media screen and (max-width:600px){.experience-description>h1{font-size:2.3rem}.experience-card{flex-direction:column;align-items:flex-start;min-height:auto;padding:1rem}.expcard-img{margin-bottom:.8rem;align-self:center}.experience-details{margin-left:0;text-align:center;width:100%}.experience-details>h4,.experience-details>h5,.experience-details>h6{text-align:center}}@media screen and (max-width:400px){.experience-description>h1{font-size:2rem}.experience-description{padding:.5rem}.experience-card{padding:.8rem}.expcard-img{width:45px;height:45px}.expcard-img>img{width:24px}.experience-details>h6{font-size:.75rem}.experience-details>h4{font-size:1rem}.experience-details>h5{font-size:.9rem}}@media only screen and (max-device-width:480px) and (orientation:portrait){.experience-description>h1{font-size:2.1rem}.experience-card{border-radius:15px}}@media only screen and (device-width:768px) and (orientation:portrait){.experience-description{padding:1.5rem 3rem}.experience-description>h1{font-size:3rem}}.contacts{min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;padding-top:5%}.contacts--img{position:absolute;right:0;bottom:0;width:280px;pointer-events:none}.contacts--container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2rem 6rem 3rem;width:90%;height:100%;margin-top:2rem}.contacts--container>h1{font-family:var(--primaryFont);font-size:3.5rem;margin-bottom:2.5rem}.contacts-body{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%}.contacts-form{display:flex;flex:0.4 1;width:100%}.contacts-form form{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;width:100%}.input-container{width:100%}.form-input{height:50px}.form-input,.form-message{box-sizing:border-box;border-radius:50px;outline:none;margin-bottom:2rem;padding:.7rem;border-radius:20px;width:100%;resize:none}.form-message{height:150px}.submit-btn button{border:none;outline:none;width:140px;height:50px;border-radius:50px;font-weight:500;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;cursor:pointer}.submit-btn button p{font-size:16px;font-family:var(--primaryFont)}.submit-icon{display:flex;align-items:center;justify-content:center;padding:5px}.send-icon{font-size:25px;transform-origin:center;transform:translate(5px,-3px) rotate(-30deg)}.success-icon{font-size:28px;transition:all .3s ease-in-out .8s}.contacts-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:0.6 1;box-sizing:border-box;padding-left:7rem;margin-top:1.2rem}.personal-details{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;margin-bottom:2.5rem}.personal-details p{margin-left:1.5rem;font-size:18px;line-height:110%;font-weight:500;font-family:var(--primaryFont);width:45%;word-break:break-word}.socialmedia-icons{width:90%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;grid-gap:1.5rem;gap:1.5rem;margin-top:4rem}@media (min-width:992px) and (max-width:1380px){.contacts--img{position:absolute;right:0;bottom:0;width:240px}.contacts--container{padding:2rem 4rem;width:90%;margin-top:1rem}}@media screen and (max-width:992px){.contacts--img{display:none}.contacts--container{width:100%;margin-top:1rem}.contacts--container>h1{font-size:3rem;margin:0 0 1.2rem}.contacts-details{padding-left:4rem}.personal-details p{margin-left:1rem;font-size:1rem}}@media screen and (max-width:800px){.contacts--container h1{font-size:3rem;margin-bottom:30px}.contacts--container{padding:2rem;margin-top:0;align-items:center}.contacts-body{display:flex;flex-direction:column;align-items:center}.contacts-form{display:flex;flex:1 1;width:80%}.form-input{margin-bottom:.45rem}.contacts-form form{align-items:flex-end}.contacts-details{padding:1rem;align-items:center;margin-top:2rem}.socialmedia-icons{width:100%;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.personal-details{margin-bottom:1.8rem}.personal-details p{margin-left:1.2rem;width:95%}}@media screen and (max-width:600px){.contacts-form{display:flex;flex:1 1;width:100%}.contacts--container h1{font-size:2.5rem;margin-bottom:20px}}@media screen and (max-width:400px){.contacts-details{padding:0;align-items:center;margin-top:2rem}.submit-btn{align-self:center}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3){.contacts-details{padding:0}}@keyframes fly{10%{transform:rotate(0deg)}20%{transform:translateX(-10px)}70%{transform:translateX(60px)}to{transform:translateX(80px)}}.projects{flex-direction:column;justify-content:flex-start;min-height:85vh;overflow-x:hidden;padding:2rem}.projects,.projects--header{display:flex;align-items:center}.projects--header{justify-content:center;width:100%;margin:1rem}.projects--header h1{margin-bottom:40px;font-size:3.5rem;font-family:var(--primaryFont)}.projects--body{flex-direction:column}.projects--body,.projects--bodyContainer{width:100%;display:flex;align-items:center;justify-content:center}.projects--bodyContainer{grid-gap:4.5rem;gap:4.5rem}.projects--viewAll{width:100%;padding:2rem;display:flex;align-items:center;justify-content:flex-end;margin-top:2rem}.projects--viewAll a button{outline:none;border:none;width:150px;height:48px;display:flex;align-items:center;justify-content:space-between;text-transform:inherit;border-radius:45px;font-size:1.05rem;font-family:var(--primaryFont);font-weight:500;padding-left:1.5rem;cursor:pointer}@media screen and (max-width:992px){.projects--bodyContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}}@media screen and (max-width:800px){.projects--header h1{font-size:3rem;margin-bottom:30px}}@media screen and (max-width:600px){.projects--header h1{font-size:2.5rem;margin-bottom:20px}.projects--viewAll{position:relative;margin-top:4rem}.projects--viewAll a{position:absolute;left:50%;transform:translateX(-50%)}}.singleProject{box-shadow:4px 4px 8px rgba(36,3,3,.2);width:304px;height:360px;border-radius:10px;justify-content:center;padding:1.4rem 2rem;position:relative;cursor:pointer;overflow:hidden}.projectContent,.singleProject{display:flex;flex-direction:column;align-items:center}.projectContent{justify-content:space-between;width:100%;height:100%}.projectContent>h2{font-family:var(--primaryFont);font-style:normal;font-weight:600;font-size:1.525rem;line-height:110%;text-align:center}.projectContent>img{width:100%;height:60%;transition:opacity .7s .3s}.singleProject:hover img{opacity:0}.project--showcaseBtn{display:flex;align-items:center;justify-content:space-between;width:100%}.project--showcaseBtn>a{cursor:pointer;text-decoration:none;transition:transform .5s .3s}.singleProject:hover .project--showcaseBtn a:nth-child(2){transform:translateX(-140px) scale(1.1)!important}.singleProject .project--desc{position:absolute;width:95%;height:160px;left:0;top:0;transform:translate(-110%,40%);padding:15px;border-radius:0 20px 20px 0;transition:transform .9s;line-height:110%;display:flex;align-items:center;justify-content:center;font-family:var(--primaryFont)}.singleProject:hover .project--desc{transform:translate(-2%,40%)}.singleProject .project--lang{position:absolute;bottom:20px;right:0;width:140px;font-size:.8rem;display:flex;justify-content:center;grid-gap:.5rem;gap:.5rem;flex-direction:column;border-radius:10px 0 0 10px;transform:translateX(100%);transition:transform .5s .3s;padding:.825rem}.singleProject:hover .project--lang{transform:translateX(0)}.project--lang>span{font-family:var(--primaryFont);font-weight:500;word-break:break-word;line-height:100%}.services{min-height:100vh;flex-direction:column;justify-content:flex-start;padding:3.7rem}.services,.services-header{display:flex;align-items:center}.services-header{justify-content:center;width:100%}.services-header>h1{margin-bottom:20px;font-size:3.5rem;font-family:var(--primaryFont)}.services-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2rem}.services-body>p{font-family:var(--primaryFont);font-weight:400;font-size:1.5rem;width:60%;text-align:center;margin-bottom:6rem}.services-bodycontainer{display:flex;align-items:center;justify-content:center;grid-gap:4.5rem;gap:4.5rem;width:100%;flex-wrap:wrap}@media (min-width:992px) and (max-width:1380px){.services{padding:2.7rem}.services-body>p{width:70%}}@media screen and (max-width:992px){.services{padding:1.7rem}.services-body>p{font-size:1.25rem;width:85%;text-align:center;margin-bottom:4rem}.services-bodycontainer{grid-gap:2.5rem;gap:2.5rem}}@media screen and (max-width:800px){.services{padding:1rem}.services-header h1{font-size:3rem;margin-bottom:30px}.services-body>p{font-size:1.05rem;width:95%;text-align:center;margin-bottom:3rem}.services-bodycontainer{grid-gap:2rem;gap:2rem}}@media screen and (max-width:600px){.services{padding:.5rem}.services-header h1{font-size:2.5rem;margin-bottom:20px}.services-body p{width:80%}.services-bodycontainer{grid-gap:1rem;gap:1rem}}.single-service{box-shadow:4px 4px 8px rgba(36,3,3,.2);width:180px;height:180px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.4rem;transition:transform .3s ease-in-out}.single-service:hover{transform:scale(1.15)}.service-content{position:relative;height:150px;display:flex;align-items:center;justify-content:center;padding:1rem}.service-icon{position:absolute;top:15%}.service-icon>svg{font-size:2.8rem}.single-service:hover svg{animation:magic .7s ease-in-out both}@keyframes magic{0%,to{transform:translate(0)}25%{transform:translateY(-20px)}50%{transform:translate(0)}75%{transform:translateY(-10px)}}.service-content>h4{position:absolute;top:60%;height:60px;display:flex;align-items:center;justify-content:center;font-family:var(--primaryFont);font-style:normal;font-weight:600;font-size:16px;text-align:center;line-height:110%;color:#000}@media screen and (max-width:800px){.single-service{width:160px;height:160px;padding:1.2rem}.service-icon>svg{font-size:2.5rem}.service-content>h4{font-size:15px}}@media screen and (max-width:600px){.single-service{width:150px;height:150px;padding:1.2rem}.service-icon>svg{font-size:2.2rem}.service-content>h4{font-size:13px;top:50%}}.achievement{min-height:80vh;flex-direction:row;justify-content:flex-start;padding:3rem}.achievement,.achievement-body{display:flex;align-items:flex-start}.achievement-body{flex-direction:column;justify-content:space-evenly;flex:0.4 1;width:80%}.achievement-body h1{font-family:var(--primaryFont);font-size:3.5rem;margin-bottom:1.5rem}.achievement-body h4{font-size:1.75rem;font-family:"Caveat",cursive;font-weight:400;text-align:justify}.achievement-cards{padding:2rem;flex-direction:column;justify-content:center;margin-left:5%;margin-top:6rem;flex:0.6 1}.achievement-card,.achievement-cards{display:flex;align-items:flex-start;width:100%}.achievement-card{flex-direction:row;justify-content:space-between;height:180px;padding:1.5rem;border-radius:20px;margin-bottom:1.5rem;margin-left:1.5rem;transition:background-color .2s ease-in-out;position:relative}.achievecard-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;width:65%}.achievecard-details2{display:flex;flex-direction:row;width:80%;align-items:center;font-family:var(--primaryFont);font-size:18px;position:absolute;bottom:7px;left:25px}.achievecard-details2 h5{width:50%}.achievecard-field{width:50%;display:flex;flex-direction:row;align-items:center}.achievecard-field svg{margin-right:6px}.achievecard-details1 h2{font-family:var(--primaryFont);font-weight:500;font-size:1.225rem;line-height:110%;margin-bottom:6px}.achievecard-details1 p{font-size:1.1rem;font-family:Roboto;font-weight:400;text-align:justify}.achievecard-imgcontainer{width:23%}.achievecard-imgcontainer>img{width:150px;height:130px;border-radius:10px}@media (min-width:992px) and (max-width:1380px){.achievement-card{justify-content:flex-start}.achievement-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;flex:0.3 1;width:90%}.achievement-body h1{font-family:var(--primaryFont);font-size:3.1rem}.achievement-cards{padding:1rem;margin-left:1%;width:100%;flex:0.7 1}.achievecard-imgcontainer{margin-left:1rem}}@media screen and (max-width:992px){.achievement{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:2rem}.achievement-body{width:95%;text-align:center}.achievement-body h1{font-size:2.5rem}.achievement-body h4{font-size:1.4rem;text-align:justify}.achievement-cards{margin-left:0;padding:1rem 0;width:100%;margin-top:1rem}.achievement-card{margin-left:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.achievecard-content{width:100%;order:2}.achievecard-details1{margin-bottom:15px}.achievecard-details1 h2{font-size:1.15rem}.achievecard-details1 p{font-size:.95rem;text-align:justify}.achievecard-details2{width:100%;position:static;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;margin-top:15px}.achievecard-field{justify-content:center}.achievecard-imgcontainer{width:100%;display:flex;justify-content:center;order:1;margin-bottom:15px}.achievecard-imgcontainer>img{width:120px;height:100px}}@media screen and (max-width:600px){.achievement{padding:1rem}.achievement-body h1{font-size:2rem}.achievement-body h4{font-size:1.2rem}.achievement-cards{width:100%;padding:.5rem 0}.achievement-card{padding:1rem;margin-bottom:1rem}.achievecard-details1 h2{font-size:1.1rem}.achievecard-details1 p{font-size:.9rem}.achievecard-details2{font-size:16px}.achievecard-imgcontainer>img{width:100px;height:80px}}@media screen and (max-width:480px){.achievement{padding:.5rem}.achievement-body h1{font-size:1.8rem}.achievement-body h4{font-size:1.1rem}.achievement-card{padding:.8rem}.achievecard-details1 h2{font-size:1rem}.achievecard-details1 p{font-size:.85rem}.achievecard-details2{font-size:14px}.achievecard-imgcontainer>img{width:80px;height:70px}}.github-section{padding:-10% 2rem 10%;text-align:center;transition:background-color .3s ease}.github-heading{font-size:3.5rem;padding-bottom:50px;margin-bottom:2rem;font-weight:700}.github-heading,.themeText{font-family:var(--primaryFont)}.themeText{font-weight:800}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.loading-spinner{display:inline-block;width:80px;height:80px;border:8px solid;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.github-stats-row{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.github-stat-card{border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.github-stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.github-stat-card img{width:100%;height:auto;border-radius:5px}.fallback-text{display:none;padding:2rem;text-align:center;font-weight:600;border-radius:5px}.fallback-text,.loading-container p{font-family:var(--primaryFont)}.github-calendar-container{margin-top:2rem;padding:1rem;border-radius:10px;transition:background-color .3s ease;max-width:1200px;margin-left:auto;margin-right:auto}.contributions-heading{font-size:1.8rem;margin-bottom:1.5rem;font-weight:600;font-family:var(--primaryFont)}.contributions-graph-wrapper{overflow-x:auto;margin-bottom:1rem;display:flex;justify-content:center}.contributions-graph-wrapper img{width:100%;max-width:1000px;height:auto;border-radius:5px}.reveal-on-scroll{opacity:0;transform:translateY(20px) scale(.98);transition:opacity .6s ease,transform .6s ease}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1)}.contributions-note{font-style:italic;opacity:.8;font-family:var(--primaryFont)}@media (max-width:768px){.github-section{padding:10% 1rem 2rem}.github-heading{font-size:2rem}.github-stats-row{flex-direction:column;align-items:center;grid-gap:1.5rem;gap:1.5rem}.github-stat-card{width:100%;max-width:400px}}.backToTop{position:fixed;right:10px;bottom:60px;height:30px;font-size:3rem;z-index:999}.backToTop button{outline:none;border:none;cursor:pointer;background:none;padding:20px}@media screen and (max-width:800px){.backToTop{right:-10px;bottom:50px;font-size:2.75rem}}.blogPage{flex-direction:column;justify-content:flex-start;min-height:100vh}.blogPage,.blogPage--header{display:flex;align-items:center}.blogPage--header{height:35vh;width:100%;justify-content:center;position:relative}.blogPage--header h1{font-size:4rem;font-family:var(--primaryFont)}.blogPage--container{padding:3rem 2rem;flex-direction:column;justify-content:flex-start}.blog--search,.blogPage--container{width:100%;display:flex;align-items:center}.blog--search{justify-content:center}.blog--input{width:30%;height:2.75rem;outline:none;border:none;border-radius:20px;padding:.25rem 1rem}.blog--input::placeholder{color:#fff}.blogs--container{margin-top:5rem;width:100%}.blog-grid{display:flex;grid-gap:4rem;gap:4rem}@media screen and (max-width:992px){.blogPage--header{height:25vh;width:100%;display:flex;align-items:center;justify-content:center}.blog-grid{grid-gap:3rem;gap:3rem}.blog--input{width:100%}}@media screen and (max-width:702px){.blog-grid{grid-gap:1.5rem;gap:1.5rem}}@media screen and (max-width:550px){.blogPage--header h1{font-size:3rem}}@media screen and (max-width:400px){.blogPage--header{height:20vh}.blogPage--header h1{font-size:2.5rem}}.projectPage{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh}.projectPage-header{height:35vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.projectPage-header>h1{font-size:4rem;font-family:var(--primaryFont)}.projectPage-container{padding:3rem 2rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.projectPage-search{width:100%;display:flex;align-items:center;justify-content:center}.project-container{margin-top:5rem;width:100%}.project-grid{display:flex;grid-gap:4rem;gap:4rem}@media screen and (max-width:992px){.projectPage-header{height:25vh;width:100%;display:flex;align-items:center;justify-content:center}.project-grid{grid-gap:3rem;gap:3rem}}@media screen and (max-width:702px){.project-grid{grid-gap:1.5rem;gap:1.5rem}}@media screen and (max-width:550px){.projectPage-header h1{font-size:3rem}}@media screen and (max-width:400px){.projectPage-header{height:20vh}.projectPage-header h1{font-size:2.5rem}}:root{--primaryFont:"Poppins",sans-serif}
/*# sourceMappingURL=main.8c062788.chunk.css.map */