@import url(https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;600&family=Philosopher&display=swap);:root{--font-base:"Philosopher",sans-serif;--black-color:#030303;--white-color:#fff;--blue1-color:#eeefff;--blue2-color:#7980e9;--blue3-color:#d1d2ea;--blue4-color:#959ed3;--blue5-color:#adb4de;--purple1-color:#483462;--purple2-color:#dda1ed;--purple3-color:#3500ac;--purple4-color:#3e3754}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:180px}.app__profile-item img{background-color:var(--blue1-color);border-radius:15px;height:160px;object-fit:cover;width:100%}.app__profile-item p{text-align:justify}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);height:60px;position:fixed;width:100%;z-index:8}.app__navbar,.app__navbar nav{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}@media screen and (max-width:900px){.app__navbar{flex-direction:row-reverse}}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start;left:30px}.app__navbar-logo img{height:20px;width:100%}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}@media screen and (max-width:900px){.app__navbar-logo{display:none}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;left:0;list-style:none;position:absolute;width:100%}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li a{color:var(--black-color);display:inline-block;font-weight:400;margin:0 1.5rem;position:relative;text-decoration:none;text-transform:uppercase}.app__navbar-links li a:hover{color:var(--black-color);font-weight:800}.app__navbar-links li a:after{background-color:var(--black-color);bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;width:100%}.app__navbar-links li a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}@media screen and (max-width:900px){.app__navbar-links{display:none}nav{align-items:center;background-color:var(--grey-color);display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;position:fixed;top:0;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);transition:1s;width:100%}nav a{font-size:1.8rem}}.app__navbar-menu{align-items:center;background:var(--black-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--blue1-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:center;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--purple4-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--purple2-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.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-content:center;align-items:center;background-color:var(--blue1-color);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 rgba(0,0,0,.7)}@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-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--white-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(--blue1-color);border:none;border-radius:7px;color:var(--gray-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 15px var(--blue1-color)}.app__footer-form button{background-color:var(--purple4-color);border:none;border-radius:10px;color:var(--blue1-color);cursor:pointer;font-family:Philosopher,sans-serif;font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem}.app__footer-form button:hover{background:#706e8a}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:url(/static/media/bgIMG2.f65e97fc1a8a2189dbdf.jpg);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:column;height:100%;padding:2rem 2rem 0;position:absolute;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:3rem 1rem 2rem}}.app__header-badge{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:80px;width:100%;z-index:1}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:var(--white-color);border-radius:40px;flex-direction:row;overflow-x:auto;padding:.7rem 7rem;width:auto}@media screen and (max-width:600px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{margin-top:30px;padding:.8rem 4rem}}.app__header-badge .badge-cmp-text{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.app__header-badge .badge-cmp-text h1{color:var(--black-color);font-size:2.75rem;font-weight:400;letter-spacing:1px;text-transform:uppercase}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:center;text-transform:uppercase;width:100%}.app__header-links{align-items:center;display:flex;flex-direction:row;justify-content:center}.app__header-links div{padding-bottom:.8rem;padding-left:2rem;padding-right:2rem}.app__header-links div a,.app__header-links div a:active,.app__header-links div a:focus,.app__header-links div a:hover,.app__header-links div a:visited{text-decoration:none}@media screen and (max-width:600px){.app__header-links{flex-direction:column;width:100%}}.app__header-button{all:unset;align-items:center;background:transparent;border:none;color:var(--white-color);cursor:pointer;display:flex;font-size:16px;font-size:.9rem;height:30px;justify-content:center;padding:10px 50px;position:relative;text-transform:uppercase;touch-action:manipulation;user-select:none;-webkit-user-select:none;white-space:nowrap;width:100px;z-index:1}@media screen and (min-width:2000px){.app__header-button{padding:20px 70px}}@media screen and (max-width:500px){.app__header-button{flex-wrap:wrap}}.app__header-button:after,.app__header-button:before{bottom:0;color:#fff;content:"";position:absolute;right:0;text-decoration:none;transition:all .4s;z-index:-99999}.app__header-button:before{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(4px);background:rgba(0,0,0,.8);border-radius:40px;box-shadow:0 0 20px rgba(0,0,0,.2);color:#fff;height:100%;-webkit-transform:translate(0);transform:translate(0);width:100%}.app__header-button:after{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(4px);background:#ffffff15;border-radius:20px;color:var(--white-color);height:35px;-webkit-transform:translate(10px,10px);transform:translate(10px,10px);width:35px}.app__header-button:hover:before{height:110%;-webkit-transform:translate(5%,20%);transform:translate(5%,20%);width:110%}.app__header-button:hover:after{border-radius:40px;height:100%;-webkit-transform:translate(0);transform:translate(0);width:100%}.app__header-button:active:after{-webkit-transform:translateY(5%);transform:translateY(5%);transition:0s}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;margin-top:3rem;width:700px}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center}@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 .3s ease-in-out}.app__skills-item div{background-color:var(--blue1-color);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 15px rgba(0,0,0,.7)}@media screen and (min-width:2000px){.app__skills-item{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__experiences-list{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__experiences-list{margin-top:2rem}}.app__experiences-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__experiences-works{flex:1 1}.app__experiences-works .app__experiences-work-item{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__experiences-works .app__experiences-work-item h4{font-weight:500}.app__experiences-works .app__experiences-work-item p{font-size:.8rem;margin-top:5px}.app__experiences-year{margin-right:2rem}.app__experiences-year p{font-weight:800}@media screen and (max-width:450px){.app__experiences-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:var(--blue1-color);border-radius:.5rem;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--black-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:var(--blue1-color);border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:290px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@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:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{background-color:rgba(0,0,0,.5);border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover:hover{opacity:1;transition:1s}.app__work-hover div{background-color:rgba(0,0,0,.5);border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;height:150px;padding:.5rem;position:relative;width:100%}.app__work-content,.app__work-content h4{align-items:center;justify-content:center}.app__work-content h4{display:flex;line-height:1.5;margin-top:1rem}.app__work-content .app__work-desc{height:35px;margin-top:10px}.app__work-content .app__work-tag{background-color:var(--blue1-color);border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.check-github-a{color:#000;cursor:pointer;margin-top:30px;text-decoration:none}.check-github-div{align-items:center;display:flex;justify-content:center}.check-github-div .right-arrow-icon{height:40px;margin-left:10px;width:40px}.app{background-color:var(--blue1-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__grey1bg,.app__lightgreybg{background-color:var(--grey1-color)}.app__darkbluebg{background-color:var(--blue4-color)}.app__lightbluebg{background-color:var(--blue5-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;overflow-x:hidden;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;position:relative;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{color:var(--blue1-color);text-transform:uppercase}.head-text{border-bottom:2px solid var(--blue1-color);border-top:2px solid var(--blue1-color);font-size:2.6rem;font-weight:900;letter-spacing:1.5px;padding-left:60px;padding-right:60px;text-align:center;text-transform:capitalize}.head-text,.head-text span{color:var(--black-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem;padding-left:30px;padding-right:30px}}.p-text{color:var(--black-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.p-text-light{color:var(--blue1-color);font-size:.8rem;letter-spacing:1px;line-height:1.5;text-align:center}@media screen and (min-width:2000px){.p-text-light{font-size:1.75rem}}.p-text-dark{color:var(--purple4-color);font-size:.8rem;letter-spacing:1px;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text-dark{font-size:1.75rem}}.p-text-white{color:var(--white-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text-white{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;letter-spacing:1px;text-align:center}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.bold-text-light{color:var(--blue1-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text-light{font-size:2rem}}@media screen and (max-width:450px){.bold-text-light{font-size:.9rem}}.bold-text-dark{color:var(--purple4-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text-dark{font-size:2rem}}@media screen and (max-width:450px){.bold-text-dark{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem;position:static}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--black-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;z-index:5}.app__social div svg{color:var(--blue1-color);height:15px;width:15px}.app__social div:hover{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25)}.app__social div:hover svg{color:var(--black-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}}@media screen and (max-width:600px){.app__social{justify-content:center}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--blue1-color);border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px;z-index:5}@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}}
/*# sourceMappingURL=main.9a0cdde4.css.map*/