@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;500;600;700;800&family=Rubik:ital,wght@0,300;1,500&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:rgba(255,255,255,.25);backdrop-filter:blur(2.5px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:2}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:40px;height:40px;margin-left:15px}@media screen and (min-width: 1800px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-logo p{font-size:20px;font-weight:700}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;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: 850px){.app__navbar-links{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color);cursor:pointer}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;background:url(/assets/bgWhite-2be9c9c1.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:1px 30px 190px #3b38388c}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;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 div{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;margin-top:2rem}@media screen and (max-width: 480px){.app__profiles{flex-wrap:nowrap}}@media screen and (max-width: 1080px){.app__profiles{gap:35px;margin-top:5rem}}.app__profile-item{border-bottom:2px solid rgba(0,0,0,.3);padding:4px 8px;width:75%;display:flex;gap:25px;justify-content:flex-start;align-items:flex-start;margin:1rem;position:relative;background:var(--primary-color)}.app__profile-item .bold-text{position:absolute;bottom:100%}.app__profile-item img{width:125px;height:125px;object-fit:cover}.app__profile-item .p-text{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:auto;color:#000000d4}.app__profile-item .p-text::-webkit-scrollbar{display:none}.app__profile-item .p-text::-webkit-scrollbar:hover{display:block}@media screen and (min-width: 1800px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}@media screen and (max-width: 1080px){.app__profile-item{width:100%}}@media screen and (max-width: 450px){.app__profile-item{flex-direction:column;gap:3px;margin:15px 0;width:80%}.app__profile-item .head-text{font-size:1rem}.app__profile-item img{width:100%;height:150px}.app__profile-item .p-text{padding:0}}.app__footer{flex:1;width:100%;flex-direction:column}@media screen and (max-width: 768px){.app__footer{flex-direction:column}}.head-text{letter-spacing:2px;opacity:.85}.app__footer-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4em 2rem 2rem}.app__footer-cards .app__footer-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:#fef4f5;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:600}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #d3d3d3}@media screen and (max-width: 1020px){.app__footer-cards .app__footer-card{width:100%;margin:.5rem 0;padding:.6rem}}@media screen and (max-width: 768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}@media screen and (max-width: 768px){.app__footer-form div{width:100%;margin:1rem 0}}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;outline:none;border-radius:7px;background-color:var(--primary-color);font-family:var(--font-base);color:var(--brown-color)}.app__footer-form div textarea{height:175px}.app__footer-form div:hover{box-shadow:0 0 30px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:600;color:var(--white-color);outline:none;margin:2rem 0 0;font-family:var(--font-base);transition:cubic-bezier(.55,.085,.68,.53);cursor:pointer}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width: 480px){.app__footer-form{width:90%;margin:0rem}}*{list-style:none;text-decoration:none}.app__wrapper{display:none}.container{position:relative;background:url(/assets/bgIMG-477ea511.png);background-size:cover;background-position:center;background-repeat:repeat;font-weight:400;font-size:16px;line-height:1.7;color:#4d4d4d;margin:10px 20px}.container .row{display:flex;gap:2%;padding-top:25px}.container .row .left{margin-top:4.2rem;padding:15px}.container .row .left .info li{padding:10px}.container .row .left .info li .first-block{display:inline-block;padding:5px 10px;color:#000;font-weight:700;opacity:.85}.container .row .left .info li .second-block{letter-spacing:1px;color:#0009}@media screen and (max-width: 450px){.container .row .left .info li{padding:4px}}@media screen and (max-width: 780px){.container .row .left{width:100%;padding:0}}.container .row .right{width:70%}.container .row .right h2{font-size:40px;text-align:left;letter-spacing:2px;color:#000;font-weight:400;margin-bottom:20px}.container .row .right p{margin-bottom:20px}.container .row .right .icons{display:flex;gap:10px;padding-top:20px}.container .row .right .icons li a{font-size:1.2rem;color:#fff;background:var(--secondary-color);padding:6px 10px;border-radius:3px;transition:all .4s}.container .row .right .icons li a:hover{color:#fff;background:rgba(0,0,0,.7)}@media screen and (max-width: 880px){.container .row .right{width:100%}.container .row .right h2{margin-top:2rem;font-size:2rem}}@media screen and (max-width: 880px){.container .row{flex-direction:column;width:100%}}@media screen and (max-width: 780px){.container{width:100%;font-size:14px}.container h2{margin-bottom:-15px}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}.app__skills-list{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-right:5rem}@media screen and (max-width: 900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fef4f5}.app__skills-item div img{width:60%;height:60%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{font-weight:600;margin-top:.5rem}@media screen and (min-width: 1800px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1.2rem}}.app__skills-exp{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width: 900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px #0000001a!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width: 2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__testimonial-item{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:20px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 1800px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height:150px}}@media screen and (max-width: 1080px){.app__testimonial-item{width:100%}}@media screen and (max-width: 580px){.app__testimonial-item{flex-direction:column}.app__testimonial-item img{height:40px;width:40px}}.app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base);overflow:hidden;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical}@media screen and (min-width: 2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}@media screen and (max-width: 1020px){.app__testimonial-content p{font-size:1rem;line-height:1.3}}@media screen and (max-width: 450px){.app__testimonial-content p{font-size:.85rem;line-height:1.3}}.app__testimonial-content h4{font-size:large;font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);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{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.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{width:100px;height:100px}.app__testimonial-btns div svg{width:45px;height:45px}}.app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonial-brands div{width:150px;margin:1.5rem}.app__testimonial-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(.9)}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 1800px){.app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonial-brands{width:100%}}.app__works{flex:1;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:3rem 0 1.75rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width: 1800px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}@media screen and (max-width: 480px){.app__work-filter{margin:.8rem 0 .8rem 1.5rem}}.app__work-portfolio{display:grid;max-width:90%;grid-template-columns:repeat(4,1fr);gap:2rem}@media screen and (max-width: 1080px){.app__work-portfolio{padding:0;display:grid;grid-template-columns:1fr 1fr}}@media screen and (max-width: 480px){.app__work-portfolio{padding:0;display:grid;grid-template-columns:1fr}}.app__work-portfolio .app__work-item{width:80%;height:300px;overflow:hidden;flex-direction:column;margin:0 auto;padding:.2rem;border-radius:.3rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #00000040}@media screen and (min-width: 1800px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-portfolio .app__work-content p{overflow:auto}.app__work-portfolio .app__work-content p::-webkit-scrollbar{display:none}.app__work-portfolio .app__work-content p::-webkit-scrollbar:hover{display:block}.app__work-img{width:100%;height:150px;position:relative}.app__work-img img{width:100%;height:95%;border-radius:.5rem;object-fit:cover}@media screen and (min-width: 1800px){.app__work-img{height:350px}}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:#00000080;border-radius:.5rem;opacity:0;transition:all .3s ease}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:#00000080;color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column;text-overflow:ellipsis}.app__work-content h4{margin-top:.1rem;line-height:1.2}@media screen and (min-width: 1800px){.app__work-content h4{margin-top:3rem}}.app__work-content p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.app__work-content .app__work-tag{position:absolute;padding:.4rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-size:2.5rem;font-weight:800;text-align:center;color:var(--black-color);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:1.25rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);opacity:.85;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{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.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{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base: "Space Mono", Arial, serif;--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
