@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;padding:1rem 2rem;background:rgba(255,255,255,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:20}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:60px;height:auto}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;height:auto}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-content:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:7px;height:7px;border-radius:50%;background:transparent;margin-bottom:7px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;text-transform:uppercase;font-weight:500px;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{transition:all .4s ease-in;background-color:var(--secondary-color)}@media screen and (max-width: 900px){.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)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:white;background:url(/assets/bgWhite-2be9c9c1.png);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:37px;height:37px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;justify-content:start;align-items:start;flex-direction:column}.app__navbar-menu div ul li{margin:2rem;text-align:left}.app__navbar-menu div ul li a{text-decoration:none;color:var(--gray-color);font-size:1rem;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 div{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.app__about{flex:1;width:100%;flex-direction:column;margin-top:7rem}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2.5rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:3rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}@media screen and (min-width: 2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}#home{position:relative;background:url(/assets/bgIMG-477ea511.png);background-size:cover;background-position:center;background-repeat:repeat}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1;width:100%;height:100%;flex-direction:row;justify-content:flex-start;align-items:flex-start;padding:6rem 2rem 0rem}@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-info{flex:.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;margin:0 2rem}@media screen and (max-width: 1200px){.app__header-info{width:100%;margin-right:0rem;margin-top:0rem}}.app__header-badge{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:1rem 2rem;border:var(--white-color);border-radius:15px;width:auto;box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3.5rem}.app__header-badge .tag-cmp p{text-transform:uppercase;text-align:right;width:100%}.app__header-badge span{font-size:3rem}@media screen and (min-width: 2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width: 1200px){.app__header-badge{justify-content:flex-start;align-items:flex-start}}.app__header-circles{flex:.75;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.app__header-circles div{width:100px;height:100px;border-radius:50%;background-color:var(--white-color);box-shadow:0 0 20px #0000001a;display:flex;justify-content:center;align-items:center}.app__header-circles div img{width:70%;height:70%}.app__header-circles div:nth-child(1){margin:2rem;width:100px;height:100px}.app__header-circles div:nth-child(2){margin:2rem;width:150px;height:150px}.app__header-circles div:nth-child(3){margin:2rem;width:150px;height:130px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(1){width:400px;height:400px}.app__header-circles div:nth-child(2){width:170px;height:170px}.app__header-circles div:nth-child(3){width:200px;height:200px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.app__header-circles div{margin:1rem}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;object-fit:contain;z-index:1}.app__header-img .overlay-circle{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img .overlay-circle{margin:2rem 0}}.app__work-filter{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 750px){.app__work-filter{display:grid;grid-template-columns:40% 40%}}.app__work-filter-item{border-radius:7px;background-color:#fff;transition:all .1s ease-in-out;font-weight:500;cursor:pointer;margin:1rem;padding:10px}@media screen and (min-width: 2000px){.app__work-filter-item{padding:15px;margin:3.5rem}}@media screen and (min-width: 450px){.app__work-filter-item{display:grid;width:80%;overflow:hidden;gap:15px}}.item-active{background-color:var(--secondary-color);color:#fff;transition:all .2s ease-in;scale:1.1}.proj-card{display:flex;flex-wrap:wrap}.project-image{display:flex;justify-content:center;align-items:center}.project-card{display:flex;flex-direction:column;max-width:20rem;margin:2rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:20px;padding:1rem;box-shadow:0 0 25px #0000001a}.proj-description{text-align:center}.proj-description h3{margin:10px 0}.proj-description p{margin:1rem;display:inline-block}.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.75rem;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:2rem}}.p-text{font-size:1rem;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);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: "DM Sans", sans-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}
