html{--font-base:"Cairo",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#000;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--white-color:#fff;--new-color:#fdc500;--text-color:#272727;--nav-color-dark:#06d6a0}html[data-theme=dark]{--font-base:"Cairo",sans-serif;--primary-color:#000;--secondary-color:#313bac;--black-color:#fff;--lightGray-color:#000;--gray-color:#cfcfcf;--white-color:#121212;--new-color:#fdc500;--text-color:#d3d3d3;--nav-color-dark:#06d6a0}*{box-sizing:border-box;font-display:swap;font-family:Cairo,sans-serif;margin:0;padding:0;scroll-behavior:smooth}::selection{background-color:#000;color:#06d6a0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--black-color)}::-webkit-scrollbar-thumb{background-color:var(--new-color);cursor:pointer}::-webkit-scrollbar-thumb:hover{background:#cb9f01}svg{font-size:24px}.app__navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;box-shadow:0 5px 10px #00000040;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:200}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{width:70px}@media screen and (min-width:2000px){.app__navbar-logo img{width:90px}}@media screen and (max-width:900px){.app__navbar-logo .app__navbar{display:none}}.app__navbar-links{align-items:center;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:#0000;border-radius:50%;height:5px;margin-bottom:5px;transform:translateY(10px) scale(0);transition:all .3s ease-in-out;width:5px}.app__navbar-links li a{color:#fff;flex-direction:column;font-weight:500;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:after{background-color:var(--nav-color-dark);bottom:-3px;content:"";height:3px;left:0;position:absolute;transition:width .5s cubic-bezier(.68,-.55,.265,1.55);width:0}.app__navbar-links li a:hover{color:var(--new-color)}.app__navbar-links li a:hover:after{width:100%}.app__navbar-links li:hover div{background-color:var(--nav-color-dark);transform:translateY(0) scale(1)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--white-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--new-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--white-color,#fff);bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;opacity:0;padding:1rem;position:fixed;right:0;top:0;width:70%;z-index:5}.app__navbar-menu div svg{color:var(--new-color);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(--gray-color,#6b7688);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,#313bac)}@media screen and (min-width:900px){.app__navbar-menu div{display:none}}@media screen and (max-width:450px){.app__navbar-menu div{width:100%}}@media screen and (min-width:900px){.app__navbar-menu{display:none}}#home{position:relative}#home .app__wrapper{padding:0}#home .copyright{display:none}@media screen and (max-width:767px){#home{background:none}}.app__header{flex:1 1;flex-direction:row;height:100%;padding:8rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:10rem}}@media screen and (max-width:1340px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:7rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:2000px){.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,.app__header-badge .tag-cmp{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0000001a;flex-direction:row;padding:1rem 2rem;position:relative;width:auto}.app__header-badge .badge-cmp:after,.app__header-badge .tag-cmp:after{border:15px solid #0000;border-top:15px solid var(--secondary-color,#313bac);bottom:-30px;content:"";position:absolute;right:20px}.app__header-badge .badge-cmp h1:last-child{text-align:right}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{color:var(--black-color);font-size:1rem;text-align:left;width:100%}.app__header-badge span{animation:waveHand .5s linear infinite alternate;font-size:2.5rem;transform-origin:bottom right;transform-style:preserve-3d}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1340px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}@keyframes waveHand{0%{transform:rotate(-15deg)}to{transform:rotate(15deg)}}.welcome{color:var(--black-color)}.hire{align-items:flex-end;cursor:default;display:flex;justify-content:flex-end;text-decoration:none;width:100%}.hire button{background-color:var(--white-color,#fff);border:none;border-radius:10px;box-shadow:0 0 10px #0000001a;color:var(--black-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease-in-out;z-index:1}.hire button:before{background-color:var(--secondary-color,#313bac);content:"";height:100%;left:0;position:absolute;top:50%;transform:translate(-200%,-50%);transition:all .3s linear;width:100%;z-index:-1}.hire button:hover{color:var(--new-color)}.hire button:hover:before{left:50%;transform:translate(-50%,-50%)}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background-color:var(--white-color,#fff);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;width:100px}.app__header-circles div img{height:70%;width:70%}.app__header-circles div:first-child{height:120px;width:120px}.app__header-circles div:nth-child(2){height:170px;margin:1.7rem;width:170px}.app__header-circles div:nth-child(2) img{height:75%;width:75%}.app__header-circles div:nth-child(3){height:90px;width:90px}@media screen and (min-width:2000px){.app__header-circles div:first-child{height:250px;width:250px}.app__header-circles div:nth-child(2){height:370px;width:370px}.app__header-circles div:nth-child(3){height:170px;width:170px}}@media screen and (max-width:1340px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;justify-content:center;position:relative}.app__header-img .image__wrapper{display:grid;place-items:center}.app__header-img .profile_img{animation:moveUp .5s linear 1s 1 forwards;-webkit-mask-image:linear-gradient(180deg,#000 40%,#0000);mask-image:linear-gradient(180deg,#000 40%,#0000);object-fit:contain;transform:translateY(100px) scale(0);width:60%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1340px){.app__header-img{margin:2rem 0}}@keyframes moveUp{to{transform:translateY(0) scale(1)}}.app{background-color:var(--primary-color,#edf2f8);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color,#fff)}.app__primarybg{background-color:var(--primary-color,#edf2f8)}.app__container{display:flex;flex-direction:row;margin-inline:auto;max-width:2000px;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}}.cursor__click{cursor:pointer}.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}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;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{color:var(--text-color);font-size:.9rem;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}}.sayHi{background-color:#1c2365;border:2px solid var(--secondary-color);color:var(--new-color);font-size:16px;font-weight:600;padding:.7em;position:relative;z-index:2}.sayHi:before{border:35px solid #0000;border-top:35px solid var(--secondary-color);content:"";height:0;left:0;position:absolute;top:0;width:0;z-index:-1}.app__social{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-inline:1rem}.app__social button{align-items:center;aspect-ratio:1/1;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;margin:.25rem 0;padding:.3rem;transition:all .3s ease-in-out}.app__social button svg{fill:var(--black-color);stroke:var(--black-color);color:var(--black-color);font-size:24px}.app__social button:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social button:hover svg{fill:var(--new-color);stroke:var(--new-color);color:var(--new-color)}@media screen and (min-width:2000px){.app__social button{height:70px;margin:.5rem 0;width:70px}.app__social button svg{height:30px;width:30px}}.special__card{align-items:center;background-color:var(--white-color);border-radius:.3em;bottom:50px;box-shadow:0 0 10px #0000004d;display:flex;flex-direction:row;gap:.4rem;justify-content:space-between;left:0;padding:.5em;position:fixed;transform:translateX(-75%);transition:transform .5s cubic-bezier(.175,.885,.32,1.275);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}.expand__card{transform:translateX(0)}.rotate__arrow{transform:rotate(180deg)}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--gray-color);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(--new-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:676px){.app__navigation,.app__social:not(.special__card):not(.footer__social){display:none}.copyright{padding:2rem}}@media screen and (min-width:677px){.app__social.footer__social{display:none}}
/*# sourceMappingURL=main.5953dd68.css.map*/