@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+VN:wght@100..400&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;justify-content:center;column-gap:4rem;align-content:stretch;margin-top:4rem}.app__profiles p{text-align:justify;color:var(--gray-color);line-height:1.5}.app__profiles img{width:100%;height:16rem}.app__profiles article{display:flex;flex-direction:column;gap:1rem}.app__profiles article button{padding:1rem 2rem;background:#edf2f8;cursor:pointer;border:none;color:var(--secondary-color);border-radius:6px;font-weight:500;font-size:1rem;transition:all .9s;gap:1rem}.app__profiles article button:hover{background-color:var(--secondary-color);color:#fff}@media screen and (max-width: 1024px){.app__profiles{flex-direction:column;row-gap:2rem;width:90%}}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.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}}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff40;backdrop-filter:blur(4px);-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:90px;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.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: 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:url(/assets/bgWhite-D_34Umbb.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;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}}.aside{position:fixed;left:0;transition-duration:.5s;top:0;background:#fafbfc;border-right:1px solid rgba(0,0,0,.05);padding:2rem 2.5rem 0;width:110px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;z-index:10;height:100vh}.img__bg{background-image:url(/myImg.jpeg);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav__logo h1{font-size:2.5rem;font-weight:bolder;color:#000;font-family:Open Sans,sans-serif}.nav__logo .span{margin-top:2rem;color:inherit}.nav__list{display:flex;flex-direction:column;row-gap:1rem}.nav__list a{color:var(--gray-color)}.nav__link{transition:all .6s}.nav__link:hover{animation:icon 1s ease-in-out 1;color:var(--secondary-color)}.nav__link{font-size:1.5rem;font-weight:500}.nav__toggle{position:fixed;top:1.25rem;left:1.875rem;cursor:pointer;height:40px;width:45px;background:#ffffff40;border:1px solid #e8dfec;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1;display:none;justify-content:center;align-items:center;transform:2s;border-radius:4px}.nav__toggle-open{left:120px}@media screen and (max-width: 1024px){.aside{left:-110px}.nav__toggle{display:flex}.show-menu{left:0}}.skills-tooltip{visibility:hidden!important;max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px #0000001a!important;border-radius:5px!important;padding:.5 1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important;text-transform:capitalize}@media screen and (min-width: 2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}@media screen and (min-width: 1024px){.skills-tooltip{visibility:visible!important}}.app__footer{flex:1;width:100%;flex-direction:column}@media screen and (max-width: 768px){.app__footer{flex-direction:column}}.app__footer-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4em 0rem 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:500}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:500}.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-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}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--primary-color);font-family:var(--font-base);color:var(--secondary-color);outline:none}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;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: 768px){.app__footer-form{width:100%;margin:1rem 0}}.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:4rem 0 2rem}.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: 2000px){.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}.app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width: 2000px){.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-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width: 2000px){.app__work-img{height:350px}}.app__work-hover{opacity:0;position:absolute;inset:0;width:100%;height:100%;background-color:#00000080;border-radius:.5rem;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)}@media screen and (max-width: 1024px){.app__work-hover{display:none!important}}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width: 2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.app__work-content .app__work-tag p{text-transform:capitalize}.mobile__link{display:none;gap:1rem;margin-top:.5rem}.mobile__link a:hover{animation:icon 1s ease-in-out 1}.mobile__link svg{height:1.5rem;width:1.5rem;color:var(--gray-color);transition:all 1s}.mobile__link svg:hover{color:var(--secondary-color)}@media screen and (max-width: 1024px){.mobile__link{display:flex}}@keyframes icon{0%{transform:rotate(0)}25%{transform:rotate(-40deg)}50%{transform:rotate(20deg)}75%{transform:rotate(-6deg)}to{transform:rotate(0)}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:100%;margin-top:3rem}.app__skills-list{display:flex;flex-wrap:wrap;justify-content:center;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:#edf2f8}.app__skills-item div img{width:50%;height:50%}.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: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{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}}#home{position:relative;background:url(/assets/bgIMG-BZ6IIfbK.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;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}}.img__bg{background-image:url(/myImg.jpeg);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.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;background:var(--white-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{width:100%;text-transform:uppercase;text-align:right}.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{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:var(--white-color);box-shadow:0 0 20px #0000001a}.app__header-circles div img{width:60%;height:60%}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(3){width:70px;height:70px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(2){width:400px;height:400px}.app__header-circles div:nth-child(3){width:170px;height:170px}.app__header-circles div:nth-child(1){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;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{margin:2rem 0}}.main{margin-left:110px}@media screen and (max-width: 1024px){.main{margin-left:0}}a{text-decoration:none}.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:.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);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:center;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 .5s ease-in-out}.app__social div svg{width:20px;height:20px;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 0rem;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){.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}
