@import url(https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap);:root{--font-base:"Edu NSW ACT Cursive",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.link{color:inherit;text-decoration:none}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{flex-direction:row;min-height:100vh;width:100%}.app__container,.app__flex{align-items:center;display:flex}.app__flex{justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:16px;width:16px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#ffffff40;border:1px solid #ffffff2e;box-shadow:0 0 15px #a8a8a84d;display:flex;justify-content:space-between;padding:.25rem 2rem;position:fixed;top:0;width:100%;z-index:2}@media screen and (max-width:600px){.app__navbar{padding:.2rem 1rem}}.app__navbar .app__navbar-logo{align-items:center;display:flex;justify-content:flex-end;-webkit-user-select:none;user-select:none}.app__navbar .app__navbar-logo .back{margin-right:10px}.app__navbar .app__navbar-logo .back svg{color:#000;font-size:30px}.app__navbar .app__navbar-logo .border{align-items:center;border:3px solid var(--secondary-color);border-radius:50%;display:flex;justify-content:center;padding:2px}.app__navbar .app__navbar-logo .border img{border-radius:50%;height:35px;object-fit:cover;width:35px}.app__navbar .app__navbar-logo h3{color:#000;font-family:var(--font-base);font-size:22px;font-weight:900;padding:2px 6px;text-transform:uppercase}@media screen and (max-width:600px){.app__navbar .app__navbar-logo h3{font-size:17px}}.app__navbar .app__navbar-logo h3 b{color:var(--secondary-color);font-size:28px;font-weight:900}@media screen and (max-width:600px){.app__navbar .app__navbar-logo h3 b{font-size:24px}}.app__navbar .app__navbar-logo h3 #b2{color:#f311c2;font-size:25px;font-weight:900}@media screen and (max-width:600px){.app__navbar .app__navbar-logo h3 #b2{font-size:17px}}.app__navbar .app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar .app__navbar-links div{background:#0000;border-radius:50%;height:7px;margin-bottom:5px;width:7px}.app__navbar .app__navbar-links a{border-radius:10px;color:var(--gray-color);flex-direction:column;font-size:16px;font-weight:600;margin:0 .5rem;padding:10px;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in-out}.app__navbar .app__navbar-links a:hover{background-color:#a8a8a82e;color:var(--secondary-color)}.app__navbar .app__navbar-links li{flex-direction:column}.app__navbar .app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar .app__navbar-links{display:none}}.btn-container{align-items:center;display:flex;gap:1rem}@media(max-width:640px){.btn-container{gap:.6rem}}.projects .button{align-items:center;border:2px solid var(--secondary-color);border-radius:25px;color:#111;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s}@media screen and (max-width:600px){.projects .button{font-size:14px}}.projects .button:hover{background:linear-gradient(to right,var(--secondary-color),#f311c2);border:2px solid #fff;color:#fff}.projects .button:active{background:linear-gradient(to right,var(--secondary-color),#b11d93);border:2px solid #fff;color:#fff}@media(max-width:1168px){.projects-fill .text{display:none}}.projects-fill svg{margin-right:8px}@media(max-width:1168px){.projects-fill svg{margin-right:0}}.projects-fill .button{background:linear-gradient(to right,var(--secondary-color),var(--secondary-color));border:none;color:#fff;font-family:var(--font-base);min-width:-webkit-max-content;min-width:max-content;padding:12px 20px}@media(max-width:1168px){.projects-fill .button{padding:12px}}.projects-fill .button:disabled{opacity:.7}.projects-fill .button:hover{background:linear-gradient(to right,var(--secondary-color),#f311c2);border:none;color:#fff}.projects-fill .button:active{background:linear-gradient(to right,var(--secondary-color),#b11d93);border:none;color:#fff}.app__menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:none;height:35px;justify-content:center;width:35px}.app__menu svg{color:#fff;cursor:pointer;height:80%;width:80%}.app__menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:#fff;background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a82e;display:none;flex-direction:column;height:100vh;justify-content:flex-end;opacity:0;padding:1rem;position:fixed;right:0;top:0;transition:all .5s ease-in-out;width:0;z-index:-1}.app__menu div.mobile-menu{opacity:1;width:80%;z-index:999}.app__menu div.mobile-menu svg{transform:rotate(180deg)}.app__menu div svg{background-color:hsla(0,0%,83%,.473);border-radius:50%;color:var(--secondary-color);height:35px;padding:4px;transform:rotate(90deg);transition:all .4s ease;width:35px}.app__menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;padding:0;width:100%}.app__menu div ul li{margin:1rem}.app__menu div ul li a{color:var(--gray-color);flex-direction:column;font-weight:600;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__menu div ul li a:hover{color:var(--secondary-color)}@media screen and (max-width:900px){.app__menu,.app__menu div{display:flex}}.search__bar{background-color:#0000000a;border-radius:25px;display:flex;height:45px;padding:0 5px;width:300px}@media screen and (max-width:500px){.search__bar{width:auto}.search__bar.mobile__searchbar{background-color:#f8f8f8;border-radius:0;height:60px;left:0;position:fixed;top:0;width:100%}}.search__bar svg{align-self:center;color:gray;font-size:20px;margin-left:12px;margin-right:8px}.search__bar .input{background:none;border:none;flex:1 1;font-family:var(--font-base);font-size:15px;outline:none}@media screen and (max-width:500px){.search__bar .input.mobile__bar{display:inline;margin-left:8px}.search__bar{padding:0 15px}.search__bar svg{margin:0}.search__bar .input{display:none}}.search__bar:focus-within{border:1px solid gray}@media screen and (max-width:500px){.search__bar:focus-within{background-color:#fff;border:none;box-shadow:0 0 10px #0003}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1;justify-content:space-evenly;position:relative}@media screen and (max-width:1200px){#home{align-items:center}}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{align-items:flex-start;flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:500px){.app__header{padding:6rem 1rem 2rem}}.app__header .app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:1200px){.app__header .app__header-info{flex-direction:column;margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding-left:1.3rem;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tags{animation:pulse .8s infinite alternate;border:var(--white-color);border-radius:15px;flex-direction:row;padding:1rem 2rem;width:auto}@keyframes pulse{0%{box-shadow:0 0 6px #0000001a}to{box-shadow:0 0 20px #00000024}}.app__header-badge h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(var(--secondary-color),var(--secondary-color),#f702c2);-webkit-background-clip:text;font-family:var(--font-base);font-weight:900;line-height:3.4rem}.app__header-badge .tags{flex-direction:column;margin-top:2rem}.app__header-badge .tags p{text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{animation:slidein .55s infinite alternate;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:2.5rem}@keyframes slidein{0%{transform:rotate(-25deg)}to{transform:rotate(45deg)}}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circle{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}@media screen and (max-width:1200px){.app__header-circle{flex-direction:row;flex-wrap:wrap}}.app__header-circle div{background-color:#fff;border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;width:100px}.app__header-circle div img{height:80%;object-fit:contain;width:80%}@media screen and (max-width:900px){.app__header-circle div{margin-top:10px}}.app__header-circle div:first-child{height:72px;margin-right:2rem;width:72px}.app__header-circle div:nth-child(2){height:60px;margin-left:3rem;width:60px}.app__header-circle div:nth-child(3){margin-right:3rem}.app__header-circle div:nth-child(4){height:70px;margin-left:2rem;width:70px}.app__header-circle div:nth-child(5){height:50px;margin-left:2rem;width:50px}.app__header-circle div:nth-child(6){height:60px;margin-left:2rem;width:60px}.app__header-circle div:nth-child(7){height:65px;margin-left:2rem;width:65px}@media screen and (min-width:2000px){.app__header-circle div:first-child{height:200px;margin-right:2rem;width:200px}.app__header-circle div:nth-child(2){height:180px;margin-left:2rem;width:180px}.app__header-circle div:nth-child(3){height:150px;margin-right:3rem;width:150px}.app__header-circle div:nth-child(4){height:130px;margin-left:2rem;width:130px}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;justify-content:flex-end;position:relative;width:100%}.app__header-img img{border-radius:0;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-radius:50%;object-fit:contain;width:100%;z-index:1}@media screen and (max-width:900px){.app__header-img img{width:100%}}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}.type:after{animation:cursor 1.1s step-start infinite;content:"|"}@keyframes cursor{50%{opacity:0}}.app__about{flex-direction:column;width:100%}.app__about .app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem}.app__about .app__profiles .profile__Item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__about .app__profiles .profile__Item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__about .app__profiles .profile__Item{width:270px}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{background-color:#edf2f8;box-shadow:0 0 10px #0003;display:flex;flex-direction:row;justify-content:center;left:0;overflow-x:auto;padding-bottom:5px;padding-top:4.5rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1}@media screen and (max-width:875px){.app__work-filter{justify-content:flex-start}}.app__work-filter::-webkit-scrollbar{display:none}.app__work-filter .item__active{background-color:var(--secondary-color)!important;color:#fff!important}.app__work-filter .app__work-filter-item{background-color:#fff;border:1px solid var(--secondary-color);border-radius:20px;color:#000;cursor:pointer;font-weight:800;margin:.3rem .5rem;padding:.5rem 1rem;transition:all .3s ease}@media screen and (max-width:875px){.app__work-filter .app__work-filter-item{max-width:20rem;min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.app__work-filter .app__work-filter-item:first-child{margin-left:20px}.app__work-filter .app__work-filter-item:last-child{margin-right:20px}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;height:370px;margin:1rem;padding:.7rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:220px;overflow:hidden;position:relative;width:100%}.app__work-img img{border-radius:10px;height:220px;object-fit:cover;transition:all .3s ease-in-out;width:100%}.app__work-img:hover img{transform:scale(1.1)}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:#00000080;transition:all .2s ease-in-out}.app__work-hover div{border-radius:50%;color:#fff;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:#fff;height:50%;width:50%}.app__work-content{flex-direction:column;padding:10px;position:relative;width:100%}.app__work-content h4{line-height:1;margin:20px;text-align:center}.app__work-content p{text-align:center}.app__work-content .app__work-tag{background-color:#fff;border-bottom:1px solid #add8e6;border-top-left-radius:5px;border-top-right-radius:5px;padding:.5rem 1rem;position:absolute;top:-25px}.view__all{background-color:var(--secondary-color);border-radius:1rem;color:#fff;font-size:16px;font-weight:600;margin-top:1rem;padding:1.2rem 2.4rem;transition:all .3s}.view__all:hover{background-color:#ff2f2f}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .4s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-axp-works{flex:1 1}.app__skills-axp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-axp-works .app__skills-exp-work h4{font-weight:500}.app__skills-axp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:360px!important}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:#fff;border-radius:15px;box-shadow:0 0 20px #0003;display:flex;flex-direction:column;height:320px;padding:1rem;transition:all .5s ease;width:60%}.app__testimonial-item p{color:#000;flex:1 1;font-family:var(--font-base);font-size:1.1rem;line-height:2rem;overflow-y:auto}.app__testimonial-item p::-webkit-scrollbar{width:10px}.app__testimonial-item p::-webkit-scrollbar-track{background-color:#e6e6e6}.app__testimonial-item p::-webkit-scrollbar-thumb{background-color:#9b9b9b}@media screen and (max-width:1000px){.app__testimonial-item{width:100%}}.app__testimonial-content{align-items:center;display:flex;height:50px;margin-bottom:10px;text-align:left}.app__testimonial-content div{align-items:center;border:2px solid #f5329d;border-radius:50%;display:flex;margin-right:10px;padding:3px}.app__testimonial-content img{border-radius:50%;height:50px;object-fit:cover;width:50px}.app__testimonial-content span h4{color:var(--secondary-color);font-weight:600}.app__testimonial-content span h5{color:var(--gray-color);font-weight:400;margin-top:5px}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:#fff;border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:30px;width:30px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:#fff}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:120px}.app__testimonial-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:220px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:110px}.app__testimonial-brands{width:100%}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 10px #00000026}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div input:focus,.app__footer-form div textarea:focus{outline-color:var(--secondary-color);outline-style:auto;outline-width:2px}.app__footer-form div textarea{height:170px}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}
/*# sourceMappingURL=main.e6918a7f.css.map*/