body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App .sidebar{width:16%;height:100vh;background-color:#191d2b;position:fixed;z-index:1000;transform-origin:left;border-right:5px solid #2e344e}@media screen and (max-width:1000px){.App .sidebar{width:30%;transform:translateX(-100%);transition:all .5s ease-in-out}}@media screen and (max-width:411px){.App .sidebar{width:50%}}@media screen and (max-width:1000px){.App .nav-toggle{transform:translateX(0);transition:all .5s ease-in-out}}.App .main-content{width:84%;margin-left:16%;min-height:100vh;background-color:#10121b;background-image:url(/static/media/dots.9978678b.svg);display:grid;position:relative}.App .main-content .content{margin:5rem 10rem}@media screen and (max-width:1100px){.App .main-content .content{margin:2rem 5rem}}@media screen and (max-width:1000px){.App .main-content{margin-left:0;width:100%}}.nav-btn{position:absolute;z-index:10;top:10%;right:10%;width:4rem;height:4rem;display:none;display:flex;align-items:center;cursor:pointer}.nav-btn .line-1,.nav-btn .line-2,.nav-btn .line-3{width:100%;height:.4rem;background-color:#fff;display:none;border-radius:20px;pointer-events:none}.nav-btn .line-1:not(:last-child),.nav-btn .line-2:not(:last-child),.nav-btn .line-3:not(:last-child){margin-bottom:.5rem}@media screen and (max-width:1000px){.nav-btn,.nav-btn .line-1,.nav-btn .line-2,.nav-btn .line-3{display:block}}.NavBar{height:100vh}.NavBar .nav{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.NavBar .nav .profile{width:100%;text-align:center;margin-top:1rem;border-bottom:1px solid #2e344e}.NavBar .nav .profile img{width:100px;border-radius:100%;margin-bottom:1rem;border:5px solid #2e344e}.NavBar .nav .nav-items{width:100%}.NavBar .nav .nav-items .nav-item{list-style:none;text-align:center}.NavBar .nav .nav-items .nav-item a{text-decoration:none;font-size:inherit;color:inherit;display:block;padding:.5rem 0;position:relative}.NavBar .nav .nav-items .nav-item a:before{content:"";position:absolute;bottom:0;left:0;width:.4rem;height:100%;background-color:rgba(3,129,255,.2);transform-origin:bottom;transform:scale(0);overflow-x:hidden;transition:transform .6s,width .2s cubic-bezier(.58,.33,.92,.23) .5s}.NavBar .nav .nav-items .nav-item a:hover:before{width:100%;transform:scale(1)}.NavBar .nav .footer{width:100%;border-top:5px solid #2e344e}.NavBar .nav .footer p{text-align:center;padding:1rem 0}.active{background-color:#037fff}.HomePage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%}.hero-text{color:#fff;text-align:center;font-size:3.6rem}.hero-text span{color:#037fff}.hero-text .h-sub-text{text-align:center}.icons,.resume-btn{display:flex;justify-content:center}.icons{align-items:center;padding:1.5rem 0}.icons .icon-holder{margin-right:1rem}.icons .icon-holder .icon{font-size:2.5rem;color:#a4acc4;padding:1px;transition:all .3s ease-in-out}.icons .icon-holder .fb:hover{color:#0c53ec}.icons .icon-holder .li:hover{color:#12618b}.icons .icon-holder .gh:hover{color:#000}.Tittle{text-transform:uppercase;font-size:2rem;color:#fff;position:relative;padding-bottom:1rem;letter-spacing:3px}.Tittle:before{width:6rem;background-color:rgba(3,129,255,.5333333333333333)}.Tittle:after,.Tittle:before{content:"";position:absolute;left:0;bottom:0;height:.4rem;border-radius:50px}.Tittle:after{width:3rem;background-color:#037fff}.Tittle span{position:absolute;top:15%;left:0;font-size:5rem;opacity:.07}@media screen and (max-width:1000px){.Tittle span{font-size:3rem}}.ImageSection{display:flex;margin-top:4rem;margin-bottom:4rem}.ImageSection .img{width:100%;height:80vh}.ImageSection .img img{width:100%;object-fit:cover;height:100%}.ImageSection .about-info{margin-left:2rem}.ImageSection .about-info h4{font-size:2rem}.ImageSection .about-info .about-text{padding:1rem 0}.ImageSection .about-details{display:flex}.ImageSection .about-details p{padding:.3rem 0}.ImageSection .about-details .right-section{margin-left:2rem}@media screen and (max-width:1400px){.ImageSection{flex-direction:column}.ImageSection .about-info{margin-left:0;margin-top:1rem}}.btn{padding:.5rem 1rem;background-color:#037fff;color:#fff;border:none;outline:none;font-family:inherit;font-size:inherit;text-transform:uppercase;cursor:pointer;margin-top:1rem;position:relative}.btn:after{position:absolute;content:"";width:0;height:.3rem;left:0;bottom:0;background-color:#a4acc4;transition:all .3s ease-in-out}.btn:hover:after{width:100%}.skills-container{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:3rem;-webkit-column-gap:3rem;column-gap:3rem;margin-bottom:3rem}@media screen and (max-width:1100px){.skills-container{grid-template-columns:repeat(1,1fr)}}.SkillsSection{margin:1rem 0}.skill-container .skills-title{font-size:1.4rem;font-weight:400}.skill-container .skills-bar{display:flex;align-items:center}.skill-container .skills-bar .skills-progress{position:relative;width:100%}.skill-container .skills-bar .skills-progress .progress{position:absolute;width:100%;height:.5rem;background-color:rgba(3,129,255,.24705882352941178);margin-left:1rem}.skill-container .skills-bar .skills-progress .progress .inner-progress{position:absolute;height:.5rem;background-color:#037fff}.ServicesSection .service{width:95%;text-align:center;background-color:#191d2b;border:1px solid #2e344e;border-top:8px solid #2e344e;transition:all .4s ease-in-out}@media screen and (max-width:1400px){.ServicesSection .service{margin-bottom:2rem}}.ServicesSection .service:hover{border-top:8px solid #037fff}.ServicesSection .service .service-content{padding:1rem}.ServicesSection .service .service-content .service-title{font-size:1.8rem;font-weight:500;position:relative;padding-bottom:1rem;margin:1rem 0}.ServicesSection .service .service-content .service-title:after{content:"";position:absolute;bottom:0;left:0;width:30%;height:1px;background-color:#2e344e}.services-container{margin-top:1rem;display:flex;justify-content:space-between}@media screen and (max-width:1400px){.services-container{flex-direction:column;margin-bottom:2rem}}.BlogPage{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}@media screen and (max-width:1000px){.BlogPage{grid-template-columns:repeat(1,1fr)}}.BlogPage .blog{background-color:#161925;width:100%;padding:1rem;overflow:hidden}.BlogPage .blog .blog-content{overflow:hidden;padding-bottom:2rem}.BlogPage .blog .blog-content img{width:100%;transition:all .2s ease-in-out;padding-bottom:2rem}.BlogPage .blog .blog-content img:hover{transform:scale(1.1)}.BlogPage .blog .blog-content .blog-link{color:inherit;font-family:inherit;text-decoration:none;font-size:2rem;padding-bottom:2rem;transition:all .3s ease-in-out}.BlogPage .blog .blog-content .blog-link:hover{color:#037fff}.blog-title{margin-bottom:5rem}.blog-coming{text-align:center}.ContactItem{width:100%}.ContactItem:not(:last-child){margin-bottom:1rem}.ContactItem .contact{display:flex;align-items:center;height:10rem;background-color:#191d2b;padding:3rem 0}.ContactItem .contact .right-items{margin-left:2rem}.ContactItem .contact img{padding:1rem;border:1px solid #2e344e;margin-left:2rem;width:16%}.ContactPage{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:4rem}.ContactPage .contact-section{width:100%}@media screen and (max-width:1000px){.ContactPage{grid-template-columns:repeat(1,1fr)}}.map-section{width:97%;padding:1rem;background-color:#191d2b}.map-section iframe{width:100%;height:100%}@media screen and (max-width:1000px){.map-section{margin-bottom:2rem;height:30rem}}.contact-section{display:flex;justify-content:space-between;flex-direction:column}.title{margin-bottom:5rem}.PortfolioPage .portfolios{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem 1.5rem;gap:1rem 1.5rem}@media screen and (max-width:1000px){.PortfolioPage .portfolios{grid-template-columns:repeat(1,1fr)}}.PortfolioPage .portfolios .image-data{position:relative}.PortfolioPage .portfolios .image-data:before{position:absolute;content:"";top:12px;left:15px;height:calc(100% - 30px);width:calc(100% - 30px);background-color:#fff;opacity:.5;transform-origin:center;transform:scale(0);transition:all .4s ease-in-out}.PortfolioPage .portfolios .image-data:hover:before{transform:scale(1)}.PortfolioPage .portfolios .image-data img{width:100%;height:30vh;object-fit:cover}.PortfolioPage .portfolios .image-data .hover-item{list-style:none;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;visibility:hidden}.PortfolioPage .portfolios .image-data .hover-item li a{padding:1rem;text-decoration:none;font-family:inherit;border-radius:10px;background-color:#037fff;color:#fff}.PortfolioPage .portfolios .image-data .hover-item li a:not(:last-child){margin-right:2rem}.PortfolioPage .portfolios .image-data:hover .hover-item{visibility:visible;top:50%}@media screen and (max-width:1000px){.PortfolioPage .portfolios .image-data{height:30rem}.PortfolioPage .portfolios .image-data img{height:100%}}.PortfolioPage .portfolios h5{font-size:1.7rem;font-weight:700;color:#fff;transition:all .3s ease-in-out}.PortfolioPage .portfolios h5:hover{color:#037fff;cursor:pointer}.portfolio-btn{padding:.6rem 2rem;margin:.2rem .5rem;background-color:rgba(3,129,255,.4235294117647059);border:none;outline:none;cursor:pointer;font-size:inherit;font-family:inherit;color:#fff;transition:all .3s ease-in-out}.portfolio-btn:active,.portfolio-btn:hover{background-color:#037fff}.buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:2rem 0}*{margin:0;padding:0;box-sizing:border-box}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb{background-color:rgba(3,129,255,.8980392156862745)}body::-webkit-scrollbar-track{background-color:rgba(164,172,196,.4235294117647059)}body{color:#a4acc4;font-family:"M PLUS Rounded 1c",sans-serif;font-size:1.2rem}span{color:#037fff}@media screen and (max-width:411px){html{font-size:70%}}@media screen and (min-width:412px) and (max-width:700px){html{font-size:80%}}
/*# sourceMappingURL=main.d7f3c807.chunk.css.map */