@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{font-family:Montserrat,sans-serif}.app__navbar-logo a{color:var(--lightest-color);font-size:2rem;font-weight:bolder;position:absolute}.app__navbar-logo a span{color:var(--brand-color);font-weight:lighter}@media screen and (max-width:450px){.app__navbar-logo a{font-size:1.25rem}}.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;font-size:1rem;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(--lightest-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(--brand-color)}.app__navbar-links li:hover div{background:var(--lightest-color)}@media screen and (max-width:1100px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;border-radius:.5rem;display:flex;height:45px;justify-content:center;position:relative;width:45px}.app__navbar-menu svg{color:var(--lightest-color);cursor:pointer;height:70%;width:70%}.app__navbar-menu .mobile-nav{align-items:center;background-color:var(--darkest-color);border-radius:.5rem;display:flex;height:12rem;justify-content:flex-end;padding:0 1rem;position:absolute;right:.5rem;top:3.5rem;width:12rem}.app__navbar-menu .mobile-nav ul{list-style:none;text-align:right}.app__navbar-menu .mobile-nav ul li a{color:var(--lightest-color);font-size:1.5rem;text-transform:capitalize}.app__navbar-menu .mobile-nav ul li a:hover{border-bottom:3px solid var(--brand-color)}@media screen and (min-width:1100px){.app__navbar-menu{display:none}}.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{background-color:var(--lightest-color);border-radius:1rem;flex-direction:column;justify-content:flex-start;margin:2rem;padding:1rem;width:250px}.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{height:320px}}.paragraph{color:var(--light-color);font-size:1.25rem;margin:1rem auto 0;text-align:left;width:50%}@media screen and (max-width:1100px){.paragraph{width:80%}}.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:#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:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}@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(--primary-color)}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}.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(--brand-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 var(--brand-color)}.app__footer-form button{background:var(--lightest-color);border:4px solid #fff;border-radius:10px;color:var(--dark-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)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.footer__social{bottom:2rem;display:flex;justify-content:flex-start;position:absolute;z-index:1}.footer__social div{border:3px solid;border-color:var(--brand-color);border-radius:50%;cursor:pointer;height:40px;margin:.25rem;transition:all .3s ease-in-out;width:40px}.footer__social div,.footer__social div a{align-items:center;display:flex;justify-content:center}.footer__social div svg{color:var(--lightest-color);height:15px;width:15px}.footer__social div:hover{background-color:var(--brand-color)}.footer__social div:hover svg{color:var(--lightest-color)}@media screen and (min-width:700px){.footer__social div{display:none}}.app__header{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:0 2rem 2rem;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 .header-info{width:100%;z-index:1}@media screen and (max-width:1200px){.app__header .header-info{width:100%}}.app__header .header-info h1{color:var(--lightest-color);font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;line-height:1.1;text-align:center;text-transform:capitalize}@media screen and (max-width:600px){.app__header .header-info h1{font-size:3.25rem}}.app__header .header-info p{color:var(--light-color);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;line-height:1.5;text-align:center}@media screen and (max-width:550px){.app__header .header-info p{font-size:1.75rem}}.app__header .down-arrow{bottom:1rem;cursor:pointer;position:absolute}.particles-container{position:relative}.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:var(--lightest-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 3px 8px rgba(0,0,0,.24)}@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{color:var(--lightest-color);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}.app__skills-exp h1{color:var(--lightest-color)}@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{color:var(--brand-color);font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--lightest-color);font-weight:400}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--lightest-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}}.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;margin-top:5rem;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(--darkest-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(--brand-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:3px solid #fff;border-radius:50%;cursor:pointer;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--dark-color);height:30px;width:30px}@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{align-items:center;border-radius:50%;display:flex;height:0;justify-content:center;margin:1.5rem;width:300px}.app__testimonial-brands div img{height:auto;object-fit:cover;width:60%}@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}.app__work-filter .app__work-filter-item:hover{background-color:var(--brand-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(--brand-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(--lightest-color);border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;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:contain;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}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:var(--lightest-color);border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app{background:var(--dark-color);font-family:var(--font-base)}.app__container{display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:100vh;position:relative;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:600px){.app__wrapper{padding:5rem 1rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--black-color);text-transform:uppercase}.head-text{color:var(--lightest-color);font-size:2.75rem;font-weight:800;margin:0 auto;text-align:center;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:1.75rem}}.p-text{color:var(--dark-color);font-size:1rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--dark-color);font-size:1.2rem;font-weight:900;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}}.span-highlight{color:var(--brand-color)}.app__social{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;z-index:1}.app__social div{border:3px solid;border-color:var(--brand-color);border-radius:50%;cursor:pointer;height:40px;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div,.app__social div a{align-items:center;display:flex;justify-content:center}.app__social div svg{color:var(--lightest-color);height:15px;width:15px}.app__social div:hover{background-color:var(--brand-color)}.app__social div:hover svg{color:var(--lightest-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;z-index:1}.app__navigation .app__navigation-dot{background-color:var(--lightest-color);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(--brand-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:700px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.brand-line{background-color:var(--brand-color);border-width:0;height:2px;width:50%}.particles-right{bottom:0;right:0}.particles-left,.particles-right{height:70%;position:absolute;width:30%}.particles-left{left:0;top:0}.particles-full{height:100%;left:0;position:absolute;top:0;width:100%}:root{--font-base:"DM Sans",sans-serif;--primary-color:#f2f5f9;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--white-color:#fff;--brand-color:#8ec1d6;--darkest-color:#263141;--dark-color:#3d4b5f;--mid-color:#8799af;--light-color:#cbd5e1;--lightest-color:#fff;--first-gradient:linear-gradient(90deg,#3e4c60,#263040);--angle-gradient:linear-gradient(45deg,#263040 49%,#3e4c60 79%,#889aaf);--reverse-gradient:linear-gradient(225deg,#263040 49%,#3e4c60 79%,#889aaf)}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;-webkit-user-select:none;user-select:none}a{color:#fff;text-decoration:none}
/*# sourceMappingURL=main.f52d1aea.css.map*/