@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);: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:#fff}*{box-sizing:border-box;margin:0;outline:none;padding:0;scroll-behavior:smooth;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{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;padding:4rem 2rem;@media screen and (max-width:450px){padding-bottom:2rem;padding-left:1rem;padding-right:1rem;padding-top:4rem}}.app__wrapper,.copyright{flex-direction:column;width:100%}.copyright{align-items:flex-end;display:flex;justify-content:flex-end;padding:2rem 0 0;p{color:var(--black-color);text-transform:uppercase}}.head-text{color:var(--black-color);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize;span{color:var(--secondary-color)}@media screen and (min-width:2000px){font-size:4rem}@media screen and (max-width:450px){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){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){font-size:2rem}@media screen and (max-width:450px){font-size:.9rem}}.app__social{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;div{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px;svg{color:var(--gray-color);height:15px;width:15px}&:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);svg{color:var(--white-color)}}@media screen and (min-width:2000px){height:70px;margin-bottom:.5rem;margin-left:0;margin-right:0;margin-top:.5rem;width:70px;svg{height:30px;width:30px}}}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem;.app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px;&:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){height:20px;width:20px}}}@media screen and (max-width:500px){.app__social{display:none}.copyright{padding:2rem}}@media screen and (max-width:604px){.app__navigation{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{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item img{border-radius:15px;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__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff40;border-bottom:1px solid #ffffff2e;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:2}@media screen and (min-width:2000px){.app__navbar{padding:1rem 4rem}}.app_wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1500px;width:100%}.app__navbar-logo{align-content:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:20px;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.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;width:5px}.app__navbar-links li a{color:var(--grey-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;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{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);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items: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(--grey-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}}.resume-btn{background-color:#4f46e5;border:none;border-radius:10px;box-shadow:0 4px 14px 0 #4f46e54d;color:#fff!important;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:.8rem 1.2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.resume-btn:hover{background-color:#4338ca;transform:scale(1.05)}.resume-btn:active{transform:scale(.95)}@media(max-width:900px){.resume-btn.desktop-only{display:none!important}}@media(min-width:900px){.resume-mobile{display:none}}.app__navbar-menu div ul{display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding-bottom:2rem}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;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 a,.app__footer-cards .app__footer-card p{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{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;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(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.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:500;margin:2rem 0 0;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}#home .app__header{flex:1 1;flex-direction:column;height:100%;padding:3rem 2rem 0;width:100%}@media screen and (min-width:2000px){#home .app__header{padding-top:8rem}}@media screen and (min-width:992px){#home .app__header{flex-direction:row}}@media screen and (max-width:992px){#home .app__header{padding:2rem 0 0}}@media screen and (max-width:450px){#home .app__header{padding:6rem 1rem 2rem}}#home .app__header-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin:-7rem 2rem 0}#home .app__header-info span{color:#333;font-size:50px;font-style:normal;font-weight:700;line-height:80px;text-transform:uppercase}#home .app__header-info span .hello{display:inline-block}@media only screen and (max-width:992px){#home .app__header-info span{margin-top:2rem}}@media screen and (max-width:450px){#home .app__header-info span{margin:0}}#home .app__header-info h2{color:#333;font-size:80px;font-style:normal;font-weight:700;line-height:100px;text-transform:uppercase}#home .app__header-info p{color:#333;font-size:25px!important;font-style:normal;font-weight:700;line-height:40px;max-width:500px}#home .app__header-info p span{font-size:25px!important}@media screen and (max-width:1760px){#home .app__header-info h2{font-size:60px;line-height:80px}#home .app__header-info span{font-size:42px;line-height:50px}}@media screen and (max-width:1410px){#home .app__header-info h2{font-size:50px;line-height:60px}#home .app__header-info span{font-size:38px}}@media screen and (max-width:1008px){#home .app__header-info h2{font-size:40px;line-height:60px}#home .app__header-info span{font-size:28px}#home .app__header-info p{font-size:20px!important;line-height:30px}#home .app__header-info p span{font-size:20px!important}}@media screen and (max-width:992px){#home .app__header-info{margin:0}#home .app__header-info h2{font-size:50px;line-height:68px}#home .app__header-info span{font-size:40px;line-height:55px}#home .app__header-info p{font-size:28px!important;line-height:38px}#home .app__header-info p span{font-size:28px!important}}@media screen and (max-width:768px){#home .app__header-info{margin:0}}#home .app__header-phone{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem;margin-top:2rem}@media screen and (min-width:768px){#home .app__header-phone{flex-direction:row;flex-wrap:wrap;margin-left:0}}canvas{inset:0;pointer-events:none;position:absolute}#phone{background:#000;border-radius:2em;box-shadow:0 .5em .5em .5em #0003;display:flex;flex-direction:column;height:40em;padding:1em;width:22em}#phone .inner-skin{background-color:#eaeaff;border-radius:1em;flex-grow:10;padding:1.5em;position:relative}#phone .inner-skin:before{height:1em;left:4.4em;top:-.5em;width:11em}#phone .inner-skin:after,#phone .inner-skin:before{background-color:#000;border-radius:1em;content:"";position:absolute}#phone .inner-skin:after{bottom:.25em;height:.5em;left:6.3768115942em;width:7.3333333333em}#phone .inner-skin .phone-content{align-items:center;display:flex;flex-direction:column;justify-content:center}#phone .inner-skin .phone-content .title{font-size:3em;font-weight:700;margin-bottom:0;position:relative}#phone .inner-skin .phone-content .title:after{background-color:var(--secondary-color);content:"";height:.15em;left:0;position:absolute;top:1.1em;width:50%}#phone .inner-skin .phone-content .subtitle,#phone .inner-skin .phone-content .title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}#phone .inner-skin img{width:80%}#phone .inner-skin .phone-top{display:flex;justify-content:space-between;margin-top:10px;position:absolute;top:-9px}#phone .inner-skin .phone-top .phone-icons{align-items:center;display:flex}#phone .inner-skin .phone-top .phone-icons .envelope-icon,#phone .inner-skin .phone-top .phone-icons .phone-icon{color:#333;cursor:pointer;font-size:16px;margin-right:10px}#phone .inner-skin .phone-top .phone-icons .envelope-icon:hover,#phone .inner-skin .phone-top .phone-icons .phone-icon:hover{color:#2b44ff}#phone .inner-skin .phone-top.phone-left{left:10px}#phone .inner-skin .phone-top.phone-right{position:absolute;right:0;top:-9px}.overlay{background:#00000080;left:0;position:relative;top:0}.overlay .chatbot{position:fixed;right:-32em}.overlay .chatbot.isActive{right:0}.bounce{animation-duration:2s;animation-iteration-count:infinite;animation-name:bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1)}@keyframes bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-4em)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-7px)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}.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: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{background-color:#fff;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 #fef4f5}@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:72px;width:72px}}.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{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: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;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;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 #0000001a!important;color:var(--gray-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-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;min-height:320px;padding:2rem;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-width:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}.app__testimonial-content h4{color:var --secondary-color;font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}.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)}.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{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{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%}.app__work-filter{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;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:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.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{border-radius:.75rem;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:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;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:#00000080;transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);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{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__projects{flex:1 1;flex-direction:column;width:100%}.mb{margin-bottom:65px}.projects-section{margin:0 auto;max-width:1200px!important;width:100%}.projects-section .projects-header{margin-bottom:2rem;text-align:center}.projects-section .projects-header h2{font-size:2rem;margin-bottom:.25rem}.projects-section .projects-header p{color:#666;font-size:.95rem;margin:0}.projects-section .projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.projects-section .projects-grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:12px;box-shadow:0 8px 30px #0f0f0f0f;display:flex;flex-direction:column;min-height:320px;overflow:hidden}.project-card .project-image{height:180px;overflow:hidden}.project-card .project-image img{display:block;height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-card .project-body{display:flex;flex:1 1;flex-direction:column;padding:1rem 1.25rem}.project-card .project-body h3{font-size:1.15rem;margin:0 0 .5rem}.project-card .project-body .project-short{color:#444;flex:1 1;margin-bottom:1rem}.project-card .project-body .project-actions{align-items:center;display:flex;gap:.5rem}.project-card .project-body .project-actions .btn{align-items:center;background:#0000;border:1px solid #0000000f;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.5rem .8rem;text-decoration:none}.project-card .project-body .project-actions .btn.primary{background:linear-gradient(90deg,#0ea5e9,#7c3aed);border:none;color:#fff}.project-card .project-body .project-actions .btn.ghost{background:#0000;color:#222}@media(max-width:400px){.project-card .project-body .project-actions{align-items:center;flex-wrap:wrap;gap:1.5rem;justify-content:center}}.modal-overlay{align-items:center;background:#0a0a0a73;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:2rem;position:fixed;z-index:1000}@media(max-width:900px){.modal-overlay{align-items:flex-start}}.modal-wrapper{background:#fff;border-radius:12px;box-shadow:0 20px 60px #14141466;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%}@media screen and (max-width:900px){.modal-wrapper{max-height:94vh}}.modal-description{color:#333;font-size:.98rem;line-height:1.6;margin:.6rem 0}.modal-description p{margin:0 0 .85rem}.modal-description ul{margin:.5rem 0 .85rem 1.1rem}.modal-description code{background:#f5f5f5;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace;padding:.15rem .4rem}.modal-close{background:#0000;border:none;cursor:pointer;font-size:1.25rem;position:absolute;right:18px;top:18px;z-index:10000}.modal-content{display:flex;gap:1.5rem;height:100%;overflow:hidden;padding:2.5rem}.modal-content .modal-left{display:flex;flex:.55 1;flex-direction:column;gap:.5rem}.modal-content .modal-left .desktop-images{display:flex;flex-direction:column;gap:.75rem}.modal-content .modal-left .desktop-images img{border-radius:8px;height:auto;object-fit:cover;width:100%}.modal-content .modal-left .mobile-carousel{align-items:center;aspect-ratio:16/10;display:flex;justify-content:center;margin-top:1rem;overflow:hidden;position:relative;width:100%}.modal-content .modal-left .mobile-carousel img{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.modal-content .modal-left .mobile-carousel .gallery-nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:5}.modal-content .modal-left .mobile-carousel .gallery-nav.left{left:10px}.modal-content .modal-left .mobile-carousel .gallery-nav.right{right:10px}.modal-content .modal-left .mobile-carousel .carousel-dots{bottom:10px;display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%);z-index:6}.modal-content .modal-left .mobile-carousel .carousel-dots .dot{background:#fff9;border:none;border-radius:50%;cursor:pointer;height:8px;transition:background-color .2s ease;width:8px}.modal-content .modal-left .mobile-carousel .carousel-dots .dot.active{background:#4f46e5}.modal-content .modal-right{flex:.45 1;overflow-y:auto;padding-right:1rem}.modal-content .modal-right h3{margin-top:0}.modal-content .modal-right .modal-section{margin-top:1rem}.modal-content .modal-right .modal-section h4{margin-bottom:.5rem}.modal-content .modal-right .modal-section .stack-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}.modal-content .modal-right .modal-section .stack-list li{background:#f3f4f6;border-radius:6px;font-weight:600;list-style:none;padding:.35rem .6rem}.modal-content .modal-right .modal-actions{display:flex;gap:.8rem;margin-top:1.25rem}.modal-content .modal-right .modal-actions .btn{align-items:center;border-radius:8px;display:inline-flex;font-weight:700;gap:.5rem;padding:.55rem .9rem;text-decoration:none}.modal-content .modal-right .modal-actions .btn.ghost{background:#0000;border:1px solid #0000001a;color:#333}.modal-left .desktop-images{display:flex}.modal-left .mobile-carousel{display:none}@media(max-width:900px){.modal-left .desktop-images{display:none}.modal-left .mobile-carousel{display:flex}.modal-content{flex-direction:column;overflow:visible;padding:1.5rem}.modal-content .modal-right{flex:1 1;max-height:none;overflow-y:visible;padding-right:0}}
/*# sourceMappingURL=main.87048604.css.map*/