@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.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{flex-direction:column;justify-content:flex-start;margin:1rem;overflow:hidden;width:215px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.18);display:flex;font-family:Hafez;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:100}.app__navbar-links{align-items:center;color:var(--primary-color);display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;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(--gray-color);color:var(--primary-color);font-weight:700;text-decoration:none;text-transform:upperCase;transition:all var(--main-transition) ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-text-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media(max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:#181a1b;background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;padding:1rem;position:fixed;right:0;top:0;width:70%;z-index:10}.app__navbar-menu div svg{color:var(--secondary-text-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:2rem;position:relative}.app__navbar-menu div ul li a{border-bottom:1px solid;color:var(--gray-color);color:var(--primary-color);font-weight:700;padding:20px 0;text-decoration:none;text-transform:upperCase;transition:all var(--main-transition) ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media(min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start;overflow:hidden;white-space:nowrap}.app__navbar-logo h1{-webkit-text-stroke:2px var(--secondary-text-color);-webkit-animation:control-width 2s steps(5) .3s both,blank .5s infinite;animation:control-width 2s steps(5) .3s both,blank .5s infinite;border-right:1px solid var(--black-color);font-size:37px;font-weight:700;letter-spacing:3px;padding-right:10px;position:relative;transition:var(--main-transition);-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.app__navbar-logo h1:before{content:"HAFEZ";left:0;mix-blend-mode:difference;overflow:hidden;position:absolute;top:0;transition:var(--main-transition);width:0}.app__navbar-logo h1:hover:before{width:100%}@-webkit-keyframes control-width{0%{width:0}to{width:160px}}@keyframes control-width{0%{width:0}to{width:160px}}@-webkit-keyframes blank{0%{border-right-color:var(--black-color)}to{border-right-color:transparent}}@keyframes blank{0%{border-right-color:var(--black-color)}to{border-right-color:transparent}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#181a1b;border-radius:.5rem;cursor:pointer;display:flex;margin:1rem 0;min-width:290px;padding:1rem;transition:all var(--main-transition) ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card a{color:var(--secondary-color);font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #0c1100}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{border-radius:10px;cursor:pointer;margin:1rem 0;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:#181a1b;border:none;border-radius:7px;color:var(--secondary-text-color);font-family:var(--font-base);outline:none;padding:1rem;resize:none;width:100%}.app__footer-form div input::-webkit-input-placeholder,.app__footer-form div textarea::-webkit-input-placeholder{color:var(--gray-color)}.app__footer-form div input::placeholder,.app__footer-form div textarea::placeholder{color:var(--gray-color)}.app__footer-form div textarea{height:170px;padding-bottom:0}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:700;margin-top:2rem;outline:none;padding:1rem 2rem;transition:all var(--main-transition)}.app__footer-form button:hover{background-color:var(--secondary-text-color)}@media(max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.notation{color:red;font-size:1.3rem}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app_header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media(min-width:2000px){.app_header{padding-top:8rem}}@media(max-width:1200px){.app_header{flex-direction:column}}@media(max-width:450px){.app_header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media(max-width:2000px){.app__header-info{margin-left:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .badge-cmp span{font-size:2rem}.app__header-badge .badge-cmp h2{-webkit-filter:drop-shadow(2px 4px 6px #017a72);filter:drop-shadow(2px 4px 6px #017a72)}.app__header-badge .tag-cmp{margin-top:3rem}.app__header-badge .tag-cmp P{text-align:right;text-transform:upperCase;width:100%}@media(max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-cirlces{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.app__header-cirlces div{border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;width:100px}.app__header-cirlces div img{height:60%;width:60%}@media(min-width:1200px){.app__header-cirlces{position:absolute;width:98%}.app__header-cirlces div{position:absolute}.app__header-cirlces div:first-child{height:100px;top:210px;width:100px}.app__header-cirlces div:nth-child(2){height:150px;margin-left:1.75rem;right:40px;width:150px}.app__header-cirlces div:nth-child(3){height:70px;right:40px;top:40px;width:70px}.app__header-cirlces div:nth-child(4){height:120px;right:40px;top:150px;width:120px}.app__header-cirlces div:nth-child(5){height:120px;margin-left:4rem;width:120px}.app__header-cirlces div:nth-child(6){bottom:140px;height:150px;margin-left:12rem;width:150px}.app__header-cirlces div:nth-child(7){bottom:244px;height:160px;left:36%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:160px}.app__header-cirlces div:nth-child(8){height:140px;left:50%;top:30%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:140px}}@media(min-width:768px)and (max-width:1200px){.app__header-cirlces{position:absolute;width:98%}.app__header-cirlces div{position:absolute}.app__header-cirlces div:first-child{bottom:120px;height:100px;left:55px;width:100px}.app__header-cirlces div:nth-child(2){height:150px;margin-left:1.75rem;right:40px;width:150px}.app__header-cirlces div:nth-child(3){height:70px;right:40px;top:40px;width:70px}.app__header-cirlces div:nth-child(4){height:120px;right:40px;top:150px;width:120px}.app__header-cirlces div:nth-child(5){height:120px;margin-left:4rem;top:266px;width:120px}.app__header-cirlces div:nth-child(6){bottom:140px;height:150px;right:13px;width:150px}.app__header-cirlces div:nth-child(7){bottom:31%;height:160px;left:9%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:160px}.app__header-cirlces div:nth-child(8){height:140px;left:65%;top:25%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:140px}}@media(max-width:767px){.app__header-cirlces{flex-direction:row;flex-wrap:wrap;margin:10px}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}@media(min-width:1200px){.app__header-img img{height:605px}}.app__header-img .overlay_circle{bottom:0;left:0;position:absolute;right:0;z-index:0}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;margin-top:3rem;width:80%}@media(max-width:911px){.app__skills-container{flex-direction:column;width:100%}}.app__skill-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;margin-right:2rem}@media(max-width:911px){.app__skill-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all var(--main-transition) ease-in-out}.app__skills-item div{background-color:#181a1b;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #0c1100}.app__skills-item p{margin-top:.5rem}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}@media(max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{display:flex;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;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work p{margin-top:5px}.app__skills-exp-year{margin-right:3rem;width:144px}.app__skills-exp-year p{color:var(--secondary-text-color)}@media(max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background:var(--white-color);border-radius:5px;box-shadow:0 0 25px rgba(0,0,0,.1);line-height:1.5;max-width:300px;padding:1rem}.app__works{flex:1 1;flex-direction:column;width:100%}.masonary{display:flex;flex-wrap:wrap}.animate-slide-fwd{-webkit-animation:slide-fwd .45s cubic-bezier(.25,.46,.45,.94) both;animation:slide-fwd .45s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-fwd{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translateZ(160px);transform:translateZ(160px)}}@keyframes slide-fwd{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translateZ(160px);transform:translateZ(160px)}}.app__work-filter{align-items:center;display:flex;flex-wrap:wrap;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#181a1b;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:700;margin:.5rem;padding:.5rem 1rem;transition:all var(--main-transition) ease-in-out}.app__work-filter .app__work-filter-item:hover,.app__work-filter .item-active{background-color:var(--secondary-color)}.app__work-portfolio .app__work-item{background-color:#181a1b;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all var(--main-transition) ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media(max-width:400px){.app__work-portfolio .app__work-item{display:flex;flex-wrap:wrap;justify-content:center;margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-hover,.app__work-img img{border-radius:.5rem;height:100%;width:100%}.app__work-hover{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all var(--main-transition) ease}.app__work-hover div{border-radius:50%;color:#000;font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:#fff;height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:3;margin-top:1rem}.app__work-content .app__work-tag{background-color:#181a1b;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app{background-color:#1f2223;font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-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: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;position:relative;width:100%;z-index:20}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--lightGray-color)}.head-text{font-size:2.5rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-text-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:1.8rem}}.p-text{color:#968f87;font-size:1rem;font-weight:700;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--lightGray-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{cursor:pointer;flex-direction:column;justify-content:flex-end;padding:1rem;z-index:10}.app__social,.app__social div{align-items:center;display:flex}.app__social div{border:1px solid #383c3f;border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.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{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:10}.app__navigation .app__navigation-dot{background-color:#cbcbcb;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(--secondary-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}}@font-face{font-family:Hafez;src:url(/static/media/RubikVinyl-Regular.22b1fe5789e386a0db07.ttf)}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#017a72;--secondary-text-color:#77fef5;--black-color:#030303;--lightGray-color:#e6e4e1;--gray-color:#9b9386;--brown-color:#46364a;--white-color:#fff;--main-transition:0.3s}::-webkit-scrollbar{width:20px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#17feff}::-webkit-scrollbar-thumb:hover{background-color:#77fef5;background-color:var(--secondary-text-color)}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:-webkit-max-content;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.styles-module_noArrow__T8y2L{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}
/*# sourceMappingURL=main.e3cabba9.css.map*/