.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);justify-content:space-between;padding:1rem 2rem;position:fixed;transition:"all 1s";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 img{height:21.0875px;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{width:180px}}.app_navbar-btn-container{height:50px;position:relative;width:130px}.app_navbar-btn-container .app__navbar-button{align-items:center;background:var(--secondary-color);border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:10px;border-top:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;font-family:var(--font-base);font-weight:400;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;text-decoration:none;top:0;transition:.5s;width:100%;z-index:1}.app_navbar-btn-container .app__navbar-button:before{background:linear-gradient(270deg,hsla(0,0%,100%,.15),transparent);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:skewX(45deg) translateX(0);transform:skewX(45deg) translateX(0);transition:.5s;width:50%}.app_navbar-btn-container:hover a{letter-spacing:2px}.app_navbar-btn-container:hover a:before{-webkit-transform:skewX(45deg) translateX(20%);transform:skewX(45deg) translateX(20%)}.app_navbar-btn-container:hover:before{border-radius:30px;bottom:0;height:50%;width:80%}.app_navbar-btn-container:hover:after{border-radius:30px;height:50%;top:0;width:80%}@media screen and (max-width:900px){.app_navbar-btn-container{display:none}}.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;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-out{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-out{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.slide-out{-webkit-animation:slide-out 1s ease 0s 1 normal forwards;animation:slide-out 1s ease 0s 1 normal forwards}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu .slide-in{-webkit-animation:slide-in .5s ease 0s 1 normal forwards;animation:slide-in .5s ease 0s 1 normal forwards}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-image:linear-gradient(0deg,#f3e7e9 0,#e3eeff 99%,#e3eeff);bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-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(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.checkbox{display:none;opacity:0;position:absolute}.toggle-ball{background-color:#fff;border-radius:50%;cursor:pointer;height:20px;left:2px;position:absolute;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;width:20px}.label{align-items:center;border-radius:50px;display:flex;height:26px;justify-content:space-between;padding:5px;position:relative;width:50px}.fa-moon{color:pink}.fa-sun{color:#ff0}#about .app__wrapper .copyright{display:none}.app__about{flex:1 1;flex-direction:column;width:100%}.content-text{line-height:2;margin-top:20px;text-align:justify;text-indent:2rem;width:80%}.app__profiles{align-items:flex-start;display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;margin-top:2rem}@media screen and (max-width:912px){.app__profiles{grid-template-columns:repeat(2,1fr)}}@media screen and (width:1024px) and (height:600px){.app__profiles{grid-template-columns:repeat(2,1fr)}}.app__profile-item{align-items:center;-webkit-animation:fade-forward 2s ease 0s 1 normal forwards;animation:fade-forward 2s ease 0s 1 normal forwards;display:flex;flex-direction:column;justify-content:flex-start;margin:2rem}.app__profile-item h2{text-align:center}@-webkit-keyframes fade-forward{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fade-forward{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.app__profile-item img{border-radius:15px;height:170px;object-fit:contain;width:100%}@media screen and (max-width:540px){.app__profile-item img{height:75px}}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}@media screen and (max-width:540px){.app__profile-item{margin:1rem}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-container{display:grid;grid-template-columns:1FR 1FR;width:80%}@media screen and (max-width:900px){.app__footer-container{grid-template-columns:1FR;width:100%}}.app__footer-img{width:50%}.app__thanks{flex-direction:column}.app__thanks .head-text{color:var(--secondary-color);font-size:2rem;margin-bottom:20px}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;margin-top:1rem}.app__footer-cards .app__footer-card{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}@media screen and (max-width:280px){.app__footer-cards .app__footer-card img{margin:0 .3rem}}.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 #fef4f5}@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{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:hover,.app__footer-form div textarea:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form div textarea{height:170px}.app__footer-form .app_row{gap:20px}@media screen and (max-width:768px){.app__footer-form .app_row{gap:10px}}.app__footer-form .form__btn-container{height:50px;margin-top:20px;position:relative;width:130px}.app__footer-form .form__btn-container .form__btn{align-items:center;background:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-base);font-weight:400;height:100%;justify-content:center;left:0;outline:none;overflow:hidden;position:absolute;text-decoration:none;top:0;transition:.5s;width:100%;z-index:1}.app__footer-form .form__btn-container .form__btn:before{background:linear-gradient(270deg,hsla(0,0%,100%,.15),transparent);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:skewX(45deg) translateX(0);transform:skewX(45deg) translateX(0);transition:.5s;width:50%}.app__footer-form .form__btn-container:hover button{letter-spacing:2px}.app__footer-form .form__btn-container:hover button:before{-webkit-transform:skewX(45deg) translateX(20%);transform:skewX(45deg) translateX(20%)}.app__footer-form .form__btn-container:hover:before{border-radius:30px;bottom:0;height:50%;width:80%}.app__footer-form .form__btn-container:hover:after{border-radius:30px;height:50%;top:0;width:80%}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{padding-top:50px}#home .app__wrapper{margin:0}#home .app__wrapper .copyright{display:none}.app__header{display:grid;grid-template-columns:1fr 1.2fr;height:100%}@media screen and (max-width:912px){.app__header{grid-template-columns:1fr}}.app__header-info{align-items:center;-webkit-animation:slide-left 1s ease 0s 1 normal forwards;animation:slide-left 1s ease 0s 1 normal forwards;display:flex;flex:1 1;justify-content:center}.app__header-info .app__header-wrapper{display:flex;flex-direction:column;line-height:2;padding-left:50px}@media screen and (max-width:912px){.app__header-info .app__header-wrapper{align-items:center;height:100%;justify-content:center;padding:10px;text-align:center}}.app__header-info .app__header-wrapper .app__header-intro{font-size:30px;font-weight:300}.app__header-info .app__header-wrapper .app__header-name{font-size:60px;line-height:1.2}@media screen and (max-width:280px){.app__header-info .app__header-wrapper .app__header-name{font-size:40px}}.app__header-info .app__header-wrapper .app__header-title{height:50px;overflow:hidden}.app__header-info .app__header-wrapper .app__header-title .app__header-title-wrapper{height:100%}.app__header-info .app__header-wrapper .app__header-title .app__header-title-wrapper .app__header-title-item{align-items:center;color:var(--secondary-color);display:flex;font-size:30px;font-weight:700;height:50px}@media screen and (max-width:912px){.app__header-info .app__header-wrapper .app__header-title .app__header-title-wrapper .app__header-title-item{justify-content:center}}@media screen and (max-width:480px){.app__header-info .app__header-wrapper .app__header-title .app__header-title-wrapper .app__header-title-item{font-size:20px}}.app__header-info .app__header-wrapper .app__header-desc{font-size:15px;margin-top:20px}@media screen and (max-width:912px){.app__header-info .app__header-wrapper .app__header-desc{font-size:20px}}@media screen and (max-width:540px){.app__header-info .app__header-wrapper .app__header-desc{display:none}}.app__header-info .app__header-wrapper .app_header-btn-container{height:50px;margin-top:20px;position:relative;width:130px}.app__header-info .app__header-wrapper .app_header-btn-container .app__header-button{align-items:center;background:var(--secondary-color);border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:10px;border-top:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;font-weight:400;gap:5px;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;text-decoration:none;top:0;transition:.5s;width:100%;z-index:1}.app__header-info .app__header-wrapper .app_header-btn-container .app__header-button:before{background:linear-gradient(270deg,hsla(0,0%,100%,.15),transparent);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:skewX(45deg) translateX(0);transform:skewX(45deg) translateX(0);transition:.5s;width:50%}.app__header-info .app__header-wrapper .app_header-btn-container:hover a{letter-spacing:2px}.app__header-info .app__header-wrapper .app_header-btn-container:hover a:before{-webkit-transform:skewX(45deg) translateX(20%);transform:skewX(45deg) translateX(20%)}.app__header-info .app__header-wrapper .app_header-btn-container:hover:before{border-radius:30px;bottom:0;height:50%;width:80%}.app__header-info .app__header-wrapper .app_header-btn-container:hover:after{border-radius:30px;height:50%;top:0;width:80%}@-webkit-keyframes slide-left{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-left{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.app__header-img{-webkit-animation:slide-left 1s ease 0s 1 normal forwards;animation:slide-left 1s ease 0s 1 normal forwards;flex:1 1;position:relative}.app__header-img img{height:100%;object-fit:cover;position:relative;width:100%}#skills .app__wrapper .copyright{display:none}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}@media screen and (max-width:912px){.app__skills-container{grid-template-columns:1fr}}.app__skills-list{--grid-col:50px;-webkit-animation:fadeIn .5s forwards;animation:fadeIn .5s forwards;display:grid;grid-template-columns:repeat(5,minmax(var(--grid-col),1fr))}@media screen and (max-width:567px){.app__skills-list{grid-template-columns:repeat(3,minmax(var(--grid-col),1fr))}}@media screen and (max-width:280px){.app__skills-list{grid-template-columns:repeat(2,minmax(var(--grid-col),1fr))}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app__skills-item{flex-direction:column;margin:.5rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:var(--primary-color);border-radius:50%;height:60px;width:60px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 10px #b2b2b2}@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:center}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:grid;grid-template-columns:.6fr 1.2fr;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;-webkit-animation:fadeIn .5s forwards;animation:fadeIn .5s forwards;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem;opacity:0}.app__skills-exp-works .app__skills-exp-work h3{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.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{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}}#testimonial .app__wrapper .copyright{display:none}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.1);display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:70%}.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(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem;text-indent:1rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--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{cursor:pointer;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(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--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:1rem;transition:opacity .5s ease;width:140px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:100%;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@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%}}#work .app__wrapper .copyright{display:none}.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:1rem}.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}.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-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio.animate-enter{opacity:1;-webkit-transform:translate(0);transform:translate(0)}.app__work-portfolio.animate-enter,.app__work-portfolio.animate-exit{transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease}.app__work-portfolio.animate-exit{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:10px}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:.5rem;padding:1rem;transition:all .3s ease;width:270px}.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}.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%;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:50%}.app__work-hover div svg:hover{-webkit-transform:scale(.8);transform:scale(.8)}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h3{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h3{margin-top:3rem}}.app__work-content p{text-align:justify}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__load-more{height:50px;position:relative;width:130px}.app__load-more .app__load-more-button{align-items:center;background:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:400;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;text-decoration:none;top:0;transition:.5s;width:100%;z-index:1}.app__load-more .app__load-more-button:before{background:linear-gradient(270deg,hsla(0,0%,100%,.15),transparent);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:skewX(45deg) translateX(0);transform:skewX(45deg) translateX(0);transition:.5s;width:50%}.app__load-more:hover button{letter-spacing:2px}.app__load-more:hover button:before{-webkit-transform:skewX(45deg) translateX(20%);transform:skewX(45deg) translateX(20%)}.app__load-more:hover:before{border-radius:30px;bottom:0;height:50%;width:80%}.app__load-more:hover:after{border-radius:30px;height:50%;top:0;width:80%}.app{background-color:var(--white-color);font-family:var(--font-base)}.app__primarybg{background-image:linear-gradient(0deg,#f3e7e9 0,#e3eeff 99%,#e3eeff)}.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;margin:2rem}.app__wrapper,.copyright{flex-direction:column;width:100%}.copyright{align-items:flex-end;display:flex;justify-content:flex-end}.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:center;padding:1rem;width:72px}.app__social,.app__social a,.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:15px;width:15px}.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;width:72px}.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.dark{background-color:var(--dark-color);color:#fff}.app.dark ::-webkit-input-placeholder{color:var(--lightGray-color);opacity:1}.app.dark ::placeholder{color:var(--lightGray-color);opacity:1}.app.dark :-ms-input-placeholder{color:var(--lightGray-color)}.app.dark ::-ms-input-placeholder{color:var(--lightGray-color)}.app.dark .p-text{color:var(--lightGray-color)}.app.dark h1,.app.dark h2,.app.dark h3,.app.dark h4,.app.dark p{color:#fff}.app.dark span{color:var(--secondaryDark-color)}.app.dark .app__primarybg{background:linear-gradient(179.4deg,#0c1445 -16.9%,#471e54 119.9%)}.app.dark .app__work-content .app__work-tag{background:var(--primaryDark-color)}.app.dark .app__social div{border:none}.app.dark .app__social div svg{color:var(--lightGray-color)}.app.dark .app__header-name{color:#eebe53;text-shadow:0 0 1px #000}.app.dark .app__header-desc,.app.dark .content-text{color:var(--lightGray-color)}.app.dark .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}.app.dark .app__footer-form div input,.app.dark .app__footer-form div textarea,.app.dark .app__skills-item div,.app.dark .app__social div,.app.dark .app__testimonial-btns div,.app.dark .app__testimonial-item,.app.dark .app__work-filter .app__work-filter-item,.app.dark .app__work-portfolio .app__work-item{background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.2);border-right:1px solid hsla(0,0%,100%,.2);box-shadow:10px 10px 20px -10px hsla(0,0%,100%,.2)}.app.dark .app__testimonial-brands div img{-webkit-filter:grayscale(1) brightness(150%);filter:grayscale(1) brightness(150%)}.app.dark .app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.app.dark .app__testimonial-btns div svg{color:var(--lightGray-color)}.app.dark .app__testimonial-btns div:hover{background-color:#8531ac}.app.dark .app__testimonial-btns div:hover svg{color:var(--white-color)}.app.dark .app__footer-cards .app__footer-card:hover{box-shadow:none}.app.dark .app__footer-form div input,.app.dark .app__footer-form div textarea{color:var(--secondaryDark-color)}.app.dark .app__footer-form div input:hover,.app.dark .app__footer-form div textarea:hover{box-shadow:0 0 5px var(--primary-color)}.app.dark .app__footer-form .form__btn-container .form__btn{background:#8531ac}.app.dark .app__skills-exp-works .app__skills-exp-work p,.app.dark .app__testimonial-content h5{color:var(--lightGray-color)}.app.dark .app__skills-item div:hover{box-shadow:0 0 5px #fef4f5}.app.dark .app__work-filter .item-active{background-color:#8531ac}.app.dark .app__header-info .app__header-wrapper .app__header-title .app__header-title-wrapper .app__header-title-item,.app.dark .app__skills-exp-year p{color:var(--secondaryDark-color)}.app.dark .app__header-info .app__header-wrapper .app_header-btn-container .app__header-button{background:#8531ac}.app.dark .app__navigation .app__navigation-dot:hover,.app.dark .app__social div:hover{background-color:var(--secondaryDark-color)}.app.dark .app__navbar-links li a{color:var(--lightGray-color)}.app.dark .app__navbar-links li a:hover{color:var(--secondaryDark-color)}.app.dark .app__navbar-links li:hover div{background:var(--secondaryDark-color)}.app.dark .app__navbar-menu{background-color:var(--secondaryDark-color)}.app.dark .app__navbar-menu div{background:linear-gradient(179.4deg,#0c1445 -16.9%,#471e54 119.9%)}.app.dark .app__navbar-menu div svg{color:var(--secondaryDark-color)}.app.dark .app__navbar-menu div li a{color:var(--lightGray-color)}.app.dark .app__load-more .app__load-more-button{background:#8531ac}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--primaryDark-color:#5f2f7c;--secondaryDark-color:#b882ed;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff;--dark-color:#141547}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.fa3dbc28.css.map*/