@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.18);height:45px;justify-content:space-between;padding:.75rem .75rem .75rem 1.5rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{border-radius:5px;justify-content:flex-end;margin-right:1rem;padding:.5rem}@media screen and (max-width:800px){.app__navbar-logo{margin-right:0}}.app__navbar-logo img{height:25px;width:110px}@media screen and (min-width:2000px){.app__navbar-logo img{height:37px;width:165px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start;list-style:none;margin-left:1rem}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:7px;margin-bottom:5px;width:7px}.app__navbar-links li a{color:var(--secondary-color);flex-direction:column;font-size:medium;font-weight:500;text-decoration:none;text-transform:uppercase}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);cursor:pointer;height:70%;width:70%}.app__navbar-menu svg:hover{color:var(--gray-color)}.app__navbar-menu div{align-items:flex-end;background-color:var(--secondary-color);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:60%;z-index:5}.app__navbar-menu div svg{background-color:var(--white-color);border-radius:50%;color:var(--secondary-color);cursor:pointer;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(--white-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}}.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{background:var(--primary-color);border:2px solid #fff;border-radius:.75rem;flex-direction:column;height:375px;justify-content:flex-start;margin:2rem;padding:1rem;width:265px}.app__profile-item h2{border-bottom:1px solid var(--secondary-color);color:var(--secondary-color);font-weight:bolder;padding-bottom:.5rem;width:100%}.app__profile-item p{color:var(--secondary-color);font-weight:700}.app__profile-item img{border-radius:.375rem;box-shadow:0 2px 4px var(--secondary-color);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}}.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:2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--white-color);border-radius:.375rem;box-shadow:0 1px 2px var(--gray-color);cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;text-decoration:none;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-text{font-size:.9rem;font-weight:900}.app__footer-cards .app__footer-card:hover{box-shadow:0 2px 4px var(--gray-color)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{margin:1rem 0;width:100%}}.app__footer-cards .app__footer-card img:last-child{border-radius:50%}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--white-color);border-radius:.375rem;box-shadow:0 1px 2px var(--gray-color);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(--white-color);border:none;border-radius:.375rem;color:var(--black-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 2px 4px var(--gray-color)}.app__footer-form button{background-color:var(--primary-color);border:none;border:2px solid var(--white-color);border-radius:.375rem;color:var(--secondary-color);cursor:pointer;font-family:var(--font-base);font-weight:700;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:var(--gray-color);color:var(--primary-color)}@media screen and (max-width:1135px){.app__footer-form{width:80%}}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}@media screen and (max-width:500px){.app__footer-form{width:90%}}@media screen and (max-width:450px){.app__footer-form{width:100%}}#home{background-image:linear-gradient(to bottom right,#f6f404 50%,#19282d 0);background-repeat:no-repeat;background-size:cover}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;gap:3rem;height:100%;padding:5rem 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;gap:2rem}}@media screen and (max-width:550px){.app__header{gap:1rem;padding:4rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:0.9 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:1200px){.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{background:var(--white-color);border-radius:50%;box-shadow:0 3px 10px var(--secondary-color);flex-direction:row;height:130px;width:130px}.app__header-badge .badge-cmp p{font-size:medium;font-weight:600}.app__header-badge .badge-cmp h1{font-size:2.25rem}.app__header-badge .badge-cmp h1,.app__header-badge .badge-cmp p{color:var(--secondary-color)}@media screen and (max-width:800px){.app__header-badge .badge-cmp{box-shadow:0 1.5px 5px var(--secondary-color);height:120px;width:120px}.app__header-badge .badge-cmp h1{font-size:2rem}}@media screen and (max-width:550px){.app__header-badge .badge-cmp{height:100px;width:100px}.app__header-badge .badge-cmp h1{font-size:1.75rem}}.app__header-badge .tag-cmp{background:var(--white-color);border-radius:10px;box-shadow:0 3px 10px var(--secondary-color);flex-direction:row;flex-direction:column;margin-top:2rem;padding:.3rem .5rem;width:auto}.app__header-badge .tag-cmp p{color:var(--secondary-color);font-size:medium;font-weight:600;text-align:right;text-transform:uppercase;width:100%}@media screen and (max-width:800px){.app__header-badge .tag-cmp{box-shadow:0 1.5px 5px var(--secondary-color);margin-top:1rem}}@media screen and (max-width:550px){.app__header-badge .tag-cmp p{font-size:small}}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start;margin-left:7rem;width:75%}}@media screen and (max-width:800px){.app__header-badge{margin-left:2rem}}.app__header-img{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;position:relative;width:100%}.app__header-img .overlay__circle{height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.app__header-img img{object-fit:contain;width:60%;z-index:1}@media screen and (max-width:1200px){.app__header-img img{width:28%}}@media screen and (max-width:750px){.app__header-img img{width:45%}}.app__header-circles{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-evenly}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:inset 0 2px 8px var(--secondary-color);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:140px;margin:1.75rem;width:140px}.app__header-circles div:nth-child(3){height:80px;width:80px}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;width:100%}.app__header-circles div:nth-child(2){height:130px;margin:1.75rem;width:130px}.app__header-circles div{box-shadow:inset 0 2px 5px var(--secondary-color);margin:1rem}}@media screen and (max-width:650px){.app__header-circles div:nth-child(2){height:125px;margin:1.75rem;width:125px}}.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:1230px){.app__skills-list{margin-right:3rem}}@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{border:1px solid #d3d3d3;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 1px 2px var(--secondary-color)}@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(--white-color);font-weight:100;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:2rem 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(--primary-color);font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--white-color);font-weight:500;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.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(--secondary-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{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border:1rem solid var(--secondary-color);border-radius:.7rem;display:flex;flex-direction:row;min-height:320px;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:1200px){.app__testimonial-item{width:75%}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column;margin-left:1rem}}@media screen and (max-width:500px){.app__testimonial-item{margin-left:0;width:98%}}.app__testimonial-content{align-items:flex-start;border-radius:.35rem;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;margin:1rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.05rem;line-height:2rem;padding:.5rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:1.5rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;padding:.5rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{box-shadow:none}}.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(--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:1.5rem;width:150px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;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%}}.app__works{flex:1 1;flex-direction:column;width:100%}#works-text{color:var(--white-color)}#works-text span{color:var(--secondary-color)}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:3rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:var(--white-color);border-radius:.5rem;box-shadow:0 1.5px 3px var(--secondary-color);color:var(--secondary-color);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:var(--primary-color)}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.75rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--primary-color)}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:var(--secondary-color);border:2px solid var(--white-color);border-radius:.75rem;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:1rem;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:.375rem;box-shadow:0 1.5px 3px var(--secondary-color);height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}.app__work-img img{border-radius:.375rem}}.app__work-hover{border-radius:.375rem;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{color:var(--primary-color);font-weight:900;line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content p{color:var(--primary-color);font-weight:450}.app__work-content .app__work-tag{background-color:var(--primary-color);border-radius:.375rem;box-shadow:inset 0 1px 3px -1px var(--secondary-color);padding:.5rem 1rem;position:absolute;top:-25px}.app__work-content .app__work-tag p{color:var(--secondary-color);font-weight:450}.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__secondarybg{background-color:var(--secondary-color)}.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:100%}@media screen and (max-width:595px){.app__wrapper{padding:4rem 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}.head-text{color:var(--white-color);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--primary-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:flex-end;padding:0 0 1.5rem 1.5rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--secondary-color);border-radius:50%;height:40px;justify-content:center;margin:.35rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--secondary-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--white-color);cursor:pointer}.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}@media screen and (max-width:550px){.app__navigation{padding:1rem .5rem 1rem 1rem}}.app__navigation .app__navigation-dot{background-color:var(--white-color);border-radius:50%;height:12px;margin:.75rem;transition:background-color .2s ease-in-out;width:12px}.app__navigation .app__navigation-dot:hover{background-color:var(--gray-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}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#f6f404;--secondary-color:#19282d;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.7366ab03.css.map*/