@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--geist-foreground:#fff;--geist-background:#000;--primary-color:#edf2f8;--main-secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#888;--brown-color:#46364a;--white-color:#fff;--padding:0.05em;--start-color1:#007cf0;--end-color1:#00dfd8;--start-color2:#7928ca;--end-color2:#ff0080;--start-color3:#ff4d4d;--end-color3:#f9cb28;--color:var(--geist-cyan);--light-opacity:0.4;--dark-opacity:0.5;--geist-violet:#7928ca;--geist-cyan:#50e3c2}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app{background-color:var(--geist-background);font-family:var(--font-sans)}.app__whitebg{background-color:var(--geist-foreground)}.app__primarybg{background-color:var(--geist-background)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:0}@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(--geist-foreground)}.head-text{font-size:1.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--main-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}}.Typewriter{-webkit-text-fill-color:transparent;-webkit-animation:animate 10s linear infinite;animation:animate 10s linear infinite;background:linear-gradient(45deg,#f48fb1,#ce93d8 20%,#b2ebf2 40%,#a5d6a7 60%,#b39ddb);background-clip:text;-webkit-background-clip:text;background-size:400%;color:transparent;display:flex;font-size:6rem;font-weight:600;left:10px;max-width:400px;padding-left:var(--padding);padding-right:var(--padding);position:absolute}@-webkit-keyframes animate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes animate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Typewriter__cursor{display:none}.bold-text{color:var(--white-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 a{align-items:center;display:flex}.app__social a{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 a svg{color:var(--gray-color);height:15px;width:15px}.app__social a:hover{background-color:var(--main-secondary-color);border-color:var(--main-secondary-color)}.app__social a:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social a{height:70px;margin:.5rem 0;width:70px}.app__social a 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(--main-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}}::-webkit-scrollbar{border-radius:100px;height:99%;width:8px}::-webkit-scrollbar-track{background:radial-gradient(circle,#f48fb1 0,#ce93d8 20%,#b2ebf2 40%,#a5d6a7 60%,#b39ddb 100%);border-radius:100px}::-webkit-scrollbar-thumb{background:#3f3f3f}::-webkit-scrollbar-thumb:hover{background:#555}.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:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{border-radius:15px;height:320px;object-fit:cover;width:100%}}.app__profile-container{margin-top:2rem}.app__profile-container .app__profile-btn{background-color:var(--main-secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;outline:none;padding:1rem 2rem;text-decoration:none;transition:cubic-bezier(.55,.085,.68,.53)}.app__profile-container .app__profile-btn:hover{background-color:#2430af}@media screen and (max-width:768px){.app__profile-container{margin:1rem 0;width:100%}}.app__navbar{backdrop-filter:saturate(180%) blur(5px);-webkit-backdrop-filter:saturate(180%) blur(5px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.18);box-shadow:none;justify-content:space-between;padding:1rem 2rem;position:fixed;transition:box-shadow .2s ease 0s,background-color .2s ease 0s;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo span{-webkit-text-fill-color:transparent;align-items:center;-webkit-animation:animated-gradient 10s linear infinite;animation:animated-gradient 10s linear infinite;background-clip:text;-webkit-background-clip:text;display:flex;font-size:20px;font-weight:800;height:30px;letter-spacing:-.06em;padding-left:var(--padding);padding-right:var(--padding);position:relative;width:90px;z-index:1}@media screen and (min-width:2000px){.app__navbar-logo span{height:40px;width:180px}}@-webkit-keyframes animated-gradient{0%{background-image:linear-gradient(90deg,var(--start-color1),var(--end-color1));opacity:1}33.333%{opacity:0}43.333%{background-image:linear-gradient(90deg,var(--start-color2),var(--end-color2));opacity:1}53.333%{opacity:0}83.333%{background-image:linear-gradient(90deg,var(--start-color3),var(--end-color3));opacity:1}to{opacity:0}}@keyframes animated-gradient{0%{background-image:linear-gradient(90deg,var(--start-color1),var(--end-color1));opacity:1}33.333%{opacity:0}43.333%{background-image:linear-gradient(90deg,var(--start-color2),var(--end-color2));opacity:1}53.333%{opacity:0}83.333%{background-image:linear-gradient(90deg,var(--start-color3),var(--end-color3));opacity:1}to{opacity:0}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--white-color)}.app__navbar-links li:hover div{background:var(--white-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:flex-end;background-repeat:repeat;background-size:cover;bottom:0;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;z-index:5}.app__navbar-menu .app__nav-motion-div{bottom:0;position:absolute;right:0;top:0}.app__navbar-menu .app__nav-motion-div .background{background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;height:100vh;position:absolute;right:0;top:0;width:100%}.app__navbar-menu .app__nav-motion-div button{align-items:center;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;outline:none;position:absolute;right:15px;top:7px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:50px}.app__navbar-menu .app__nav-motion-div li,.app__navbar-menu .app__nav-motion-div ul{margin:0;padding:0}.app__navbar-menu .app__nav-motion-div ul{left:30px;padding:25px;position:absolute;top:100px;width:230px}.app__navbar-menu .app__nav-motion-div li{align-items:center;cursor:pointer;display:flex;list-style:none;margin-bottom:20px}.app__navbar-menu .app__nav-motion-div 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 .app__nav-motion-div li a div{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:5px}.app__navbar-menu .app__nav-motion-div .icon-placeholder{border-radius:50%;flex:40px 0;height:40px;margin-right:20px;width:40px}.app__navbar-menu .app__nav-motion-div .text-placeholder{border-radius:5px;flex:1 1;height:20px;width:200px}.app__navbar-menu .app__nav-motion-div .refresh{align-items:center;background:rgba(0,0,0,.4);border-radius:10px;cursor:pointer;display:flex;height:20px;justify-content:center;padding:10px;position:absolute;right:10px;top:10px;width:20px}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu .app__nav-motion-div{display:none}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--geist-background);border:1px solid #333;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:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #8a63d2}@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:var(--geist-background)}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #8a63d2}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{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(--geist-background);border:1px solid #333;border-radius:7px;color:var(--white-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 25px #8a63d2}.app__footer-form .button{background-color:var(--main-secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form .button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{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: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:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-features_gradient-wrapper{bottom:0;-webkit-filter:blur(100px);filter:blur(100px);-webkit-filter:blur(var(--gradient-blur-radius,100px));filter:blur(var(--gradient-blur-radius,100px));left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:0}.app__header-features_gradient-wrapper .app__header-features_gradient{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.1,0,.9,1);animation-timing-function:cubic-bezier(.1,0,.9,1);border-radius:100%;opacity:var(--light-opacity);position:absolute}.app__header-features_gradient-wrapper .features_gradient-1{-webkit-animation-duration:11s;animation-duration:11s;-webkit-animation-name:features_gradient-1;animation-name:features_gradient-1;height:700px;left:60%;top:40%;width:700px;z-index:-2}@-webkit-keyframes features_gradient-1{0%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%);transform:translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%)}25%{-webkit-transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(80deg) translateX(30%);transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(80deg) translateX(30%)}50%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%);transform:translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%)}75%{-webkit-transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(240deg) translateX(15%);transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(240deg) translateX(15%)}to{-webkit-transform:translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%);transform:translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%)}}@keyframes features_gradient-1{0%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%);transform:translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%)}25%{-webkit-transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(80deg) translateX(30%);transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(80deg) translateX(30%)}50%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%);transform:translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%)}75%{-webkit-transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(240deg) translateX(15%);transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(240deg) translateX(15%)}to{-webkit-transform:translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%);transform:translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%)}}.app__header-features_gradient-wrapper .features_gradient-2{animation-direction:reverse;-webkit-animation-duration:11s;animation-duration:11s;-webkit-animation-name:features_gradient-2;animation-name:features_gradient-2;height:600px;left:40%;top:60%;width:600px;z-index:-1}@-webkit-keyframes features_gradient-2{0%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%);transform:translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%)}25%{-webkit-transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(110deg) translateX(-5%);transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(110deg) translateX(-5%)}50%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%);transform:translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%)}75%{-webkit-transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(300deg) translateX(-10%);transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(300deg) translateX(-10%)}to{-webkit-transform:translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%);transform:translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%)}}@keyframes features_gradient-2{0%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%);transform:translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%)}25%{-webkit-transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(110deg) translateX(-5%);transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(110deg) translateX(-5%)}50%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%);transform:translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%)}75%{-webkit-transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(300deg) translateX(-10%);transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(300deg) translateX(-10%)}to{-webkit-transform:translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%);transform:translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%)}}.app__header-features_gradient-wrapper .features_gradient-3{-webkit-animation-duration:11s;animation-duration:11s;-webkit-animation-name:features_gradient-3;animation-name:features_gradient-3;height:500px;left:50%;top:50%;width:500px;z-index:-3}@-webkit-keyframes features_gradient-3{0%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%);transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}20%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(20%) translateY(-30%);transform:translateY(-50%) translateX(-50%) translateX(20%) translateY(-30%)}40%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-25%) translateY(-15%);transform:translateY(-50%) translateX(-50%) translateX(-25%) translateY(-15%)}60%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(30%) translateY(20%);transform:translateY(-50%) translateX(-50%) translateX(30%) translateY(20%)}80%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(5%) translateY(35%);transform:translateY(-50%) translateX(-50%) translateX(5%) translateY(35%)}to{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%);transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}}@keyframes features_gradient-3{0%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%);transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}20%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(20%) translateY(-30%);transform:translateY(-50%) translateX(-50%) translateX(20%) translateY(-30%)}40%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-25%) translateY(-15%);transform:translateY(-50%) translateX(-50%) translateX(-25%) translateY(-15%)}60%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(30%) translateY(20%);transform:translateY(-50%) translateX(-50%) translateX(30%) translateY(20%)}80%{-webkit-transform:translateY(-50%) translateX(-50%) translateX(5%) translateY(35%);transform:translateY(-50%) translateX(-50%) translateX(5%) translateY(35%)}to{-webkit-transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%);transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (min-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin:3rem auto auto}.app__header-badge .tag-cmp p{font-size:20px;margin:auto;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:2000px){.app__header-badge .Typewriter__wrapper{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge .Typewriter__wrapper{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:335px}.app__header-circles div{background-color:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:120px;margin:1.5rem;width:120px}.app__header-circles div:nth-child(3){height:70px;width:70px}@media screen and (min-width:2000px){.app__header-circles div:first-child{height:400px;width:400px}.app__header-circles div:nth-child(2){height:180px;width:180px}.app__header-circles div:nth-child(3){height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{margin:auto;max-width:400px;object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (min-width:2000px){.app__header-img{margin:2rem 0}}.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 .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;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 #8a63d2}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.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-top: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-exp-works{flex:1 1}.app__skills-exp-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-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-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(--main-secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-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;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__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--geist-background);border:1px solid #333;border-radius:15px;box-shadow:0 0 25px #8a63d2;display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--white-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--main-secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--main-secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--main-secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{-webkit-filter:grayscale(1) invert(1);filter:grayscale(1) invert(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0) invert(1);filter:grayscale(0) invert(1)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.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:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease-out}.app__work-filter .app__work-filter-item:hover{background-color:var(--main-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-filter .item-active{background-color:var(--main-secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{border:1px solid #333;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease-out;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #8a63d2}.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{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#292a2d;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}
/*# sourceMappingURL=main.c6cbcb4c.css.map*/