.logo-wrapper{background:gray;font-size:1.5rem;font-weight:600;letter-spacing:-5px;padding:3px 11px 3px 7px;text-shadow:2px 2px hsla(0,0%,96%,.267)}@media only screen and (max-width:425px){.logo-wrapper{font-size:1.3rem}}.navbar{align-items:center;display:flex;justify-content:space-between;left:0;padding:2rem 5rem;position:absolute;right:0;top:0;z-index:200}.navbar .cta-wrapper .link{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:5px;margin:0 1.5rem;text-decoration:none}@media only screen and (max-width:1024px){.navbar{padding:1.5rem 4rem}.navbar .cta-wrapper .link{font-size:.8rem;letter-spacing:4px;margin:0 1rem}}@media only screen and (max-width:425px){.navbar{padding:2rem 1.2rem}.navbar .cta-wrapper .link{font-size:.7rem}}.about-section{background-color:#121316;box-sizing:border-box;padding:10rem}.about-section .heading{font-size:3.8rem;letter-spacing:4px;text-transform:uppercase}.about-section .info{font-size:1.5rem;letter-spacing:1px}.about-section .sub-heading{font-size:3rem;letter-spacing:4px;text-transform:uppercase}.about-section .skill-wrapper .skill{display:inline-block;font-size:1.5rem;font-weight:600;letter-spacing:2px;margin:.5rem 1.5rem .5rem 0}.about-section .skill-wrapper .skill:first-child{margin-left:0}.about-section .resume-wrapper{align-items:center;display:flex;margin-top:4rem}.about-section .resume-wrapper .img-wrapper{margin-right:1rem;width:2rem}.about-section .resume-wrapper .img-wrapper .resume-img{width:100%}.about-section .resume-wrapper .download{color:#fff;font-size:1.2rem;letter-spacing:2px;text-decoration:none}@media only screen and (max-width:1024px){.about-section{padding:5rem 6rem}.about-section .heading{font-size:3rem}.about-section .info{font-size:1.3rem}.about-section .sub-heading{font-size:2.8rem}.about-section .skill-wrapper .skill{font-size:1.2rem}}@media only screen and (max-width:425px){.about-section{padding:5rem 2rem}.about-section .heading{font-size:2rem}.about-section .info{font-size:1.15rem;letter-spacing:0}.about-section .sub-heading{font-size:1.8rem}.about-section .skill-wrapper .skill{font-size:1.15rem;margin:.3rem 1rem .3rem 0}}.projects-section{background-color:#121316;box-sizing:border-box;padding:10rem 12rem;width:100%}.projects-section .heading{font-family:Montserrat,serif;font-size:3.5rem;font-weight:700;letter-spacing:3px;text-transform:uppercase}.projects-section .projects-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:25px;justify-content:space-between}.projects-section .projects-wrapper .wrapper{position:relative;width:45%}.projects-section .projects-wrapper .wrapper .project-number{font-size:4rem;font-weight:700;left:-2.5rem;position:absolute;top:0;z-index:5}.projects-section .projects-wrapper .wrapper .project-img-wrapper{position:relative;width:100%}.projects-section .projects-wrapper .wrapper .project-img-wrapper .project-img{height:350px;object-fit:cover;width:100%}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop{align-items:center;background:#ffffff80;bottom:0;cursor:pointer;display:flex;height:0;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;transition:all .3s ease}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop .links{background-color:#fff;color:#000;font-weight:700;margin:0 2rem;padding:1rem 2rem;text-decoration:none}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop .links:hover{color:#676b77}.projects-section .projects-wrapper .wrapper .project-img-wrapper:hover .backdrop{height:100%}.projects-section .projects-wrapper .wrapper .name{font-size:1.6rem;font-weight:600;text-transform:uppercase}.projects-section .projects-wrapper .wrapper .stack-wrapper{column-gap:20px;display:flex;flex-wrap:wrap;font-weight:400;line-height:0px;text-transform:uppercase}@media only screen and (max-width:1024px){.projects-section{padding:5rem 6rem 10rem}.projects-section .heading{font-size:3rem;margin-bottom:2.5rem}.projects-section .projects-wrapper .wrapper{width:42%}.projects-section .projects-wrapper .wrapper .project-number{font-size:3rem;left:-2rem}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop .links{font-size:.8rem;margin:0 1.5rem;padding:1rem 1.5rem}.projects-section .projects-wrapper .wrapper .name{font-size:1.3rem}.projects-section .projects-wrapper .wrapper .stack-wrapper{font-size:.9rem}}@media only screen and (max-width:425px){.projects-section{box-sizing:border-box;padding:5rem 2rem}.projects-section .heading{font-size:2rem}.projects-section .projects-wrapper{align-items:center;flex-direction:column}.projects-section .projects-wrapper .wrapper{margin-bottom:2rem;width:87%}.projects-section .projects-wrapper .wrapper .project-number{font-size:3rem;left:-1.5rem}.projects-section .projects-wrapper .wrapper .project-img-wrapper{cursor:pointer;position:relative;width:100%}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop{background:#0000;height:2rem;justify-content:space-between;margin-top:1rem;position:relative;width:100%}.projects-section .projects-wrapper .wrapper .project-img-wrapper .backdrop .links{font-size:.8rem;margin:0;padding:1rem 1.5rem}.projects-section .projects-wrapper .wrapper .project-img-wrapper:hover .backdrop{height:2rem}.projects-section .projects-wrapper .wrapper .name{font-size:1.2rem;margin-bottom:.5rem;text-align:center}.projects-section .projects-wrapper .wrapper .stack-wrapper{font-size:.8rem;justify-content:center}}.footer-wrapper{align-items:center;background-color:#24262b;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;width:100%}.footer-wrapper .heading{font-family:Bitter,serif;font-size:1.5rem;font-weight:300;letter-spacing:2px;margin:2rem 0;text-transform:uppercase}.footer-wrapper .socials-wrapper{display:flex;justify-content:space-between}.footer-wrapper .socials-wrapper .social{height:2.5rem;margin:0 2rem;width:2.5rem}@media only screen and (max-width:1024px){.footer-wrapper .heading{font-size:1.2rem;margin:1.5rem 0}.footer-wrapper .socials-wrapper .social{height:1.8rem;margin:0 1.5rem;width:1.8rem}}.loading-screen{align-items:center;background-color:#121316;color:#fff;display:flex;height:100vh;justify-content:center;width:100%}.loading-screen .percentage{font-size:5rem;transform:rotate(-30deg)}.blogs-section{background-color:#121316;box-sizing:border-box;padding:2rem 12rem 10rem;width:100%}.blogs-section .heading{font-family:Montserrat,serif;font-size:3.5rem;font-weight:700;letter-spacing:3px;text-transform:uppercase}.blogs-section .blogs-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between}.blogs-section .blogs-wrapper .wrapper{position:relative;width:45%}.blogs-section .blogs-wrapper .wrapper .blog-number{font-size:4rem;font-weight:700;left:-2.5rem;position:absolute;top:0;z-index:5}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper{cursor:pointer;position:relative;width:100%}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .blog-img{width:100%}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop{align-items:center;background:#ffffff80;bottom:0;cursor:pointer;display:flex;height:0;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;transition:all .3s ease}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop .links{background-color:#fff;color:#000;font-weight:700;margin:0 2rem;padding:1rem 2rem;text-decoration:none}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop .links:hover{color:#676b77}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper:hover .backdrop{height:100%}.blogs-section .blogs-wrapper .wrapper .name{font-size:1.6rem;font-weight:600;text-transform:uppercase}@media only screen and (max-width:1024px){.blogs-section{padding:5rem 6rem 10rem}.blogs-section .heading{font-size:3rem;margin-bottom:2.5rem}.blogs-section .blogs-wrapper .wrapper{width:42%}.blogs-section .blogs-wrapper .wrapper .blog-number{font-size:3rem;left:-2rem}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop .links{font-size:.8rem;margin:0 1.5rem;padding:1rem 1.5rem}.blogs-section .blogs-wrapper .wrapper .name{font-size:1.2rem}.blogs-section .blogs-wrapper .wrapper .stack-wrapper{font-size:.9rem}}@media only screen and (max-width:425px){.blogs-section{box-sizing:border-box;padding:5rem 2rem}.blogs-section .heading{font-size:2rem}.blogs-section .blogs-wrapper{align-items:center;flex-direction:column}.blogs-section .blogs-wrapper .wrapper{margin-bottom:2rem;width:87%}.blogs-section .blogs-wrapper .wrapper .blog-number{font-size:3rem;left:-1.5rem}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper{cursor:pointer;position:relative;width:100%}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop{background:#0000;height:2rem;justify-content:center;margin-top:1rem;position:relative;width:100%}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper .backdrop .links{font-size:.8rem;margin:0;padding:1rem 1.5rem;text-align:center;width:100%}.blogs-section .blogs-wrapper .wrapper .blog-img-wrapper:hover .backdrop{height:2rem}.blogs-section .blogs-wrapper .wrapper .name{font-size:1rem;margin-bottom:.5rem;text-align:center}}.container{color:#e4e4e4}.container .hero-section{align-items:center;background:#121316;display:flex;justify-content:center;min-height:100vh;position:relative}.container .hero-section .hider{align-items:center;background-color:#121316;bottom:0;color:#d1d1d1;display:flex;font-weight:600;height:200px;justify-content:center;position:absolute;right:0;text-transform:uppercase;transform:rotate(90deg);width:200px;z-index:5}.container .hero-section .hero-3d-object{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.container .hero-section .content-wrapper{text-align:center;text-transform:uppercase;width:55rem;z-index:1}.container .hero-section .content-wrapper .name{font-size:1.3rem;font-weight:500;letter-spacing:8px}.container .hero-section .content-wrapper .position{font-family:Bitter,serif;font-size:8rem;font-weight:100;letter-spacing:12px;margin:5rem 0 2.5rem}.container .hero-section .content-wrapper .portfolio-text{font-size:1.3rem;font-weight:500;letter-spacing:8px}.container .hero-section .scroll-down-wrapper{bottom:3rem;margin:0 auto;position:absolute;transform:rotate(90deg);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.container .hero-section .scroll-down-wrapper .line{animation:jump-up-down 1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background:#fff;height:2px;margin:15px 0;width:2rem}.container .hero-section .scroll-down-wrapper .line-lg{animation:jump-up-down 1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;width:2.5rem}@keyframes jump-up-down{0%{transform:translateX(50%)}50%{transform:translateX(-80%)}to{transform:translateX(50%)}}@media only screen and (max-width:1024px){.container .hero-section .hider{font-size:.7rem;height:180px;width:180px}.container .hero-section .content-wrapper{width:39rem}.container .hero-section .content-wrapper .name{font-size:1rem;letter-spacing:6px}.container .hero-section .content-wrapper .position{font-size:5.7rem;letter-spacing:10px;margin:2rem 0 1.8rem}.container .hero-section .content-wrapper .portfolio-text{font-size:1rem}.container .hero-section .scroll-down-wrapper .line{margin:12px 0;width:1.5rem}.container .hero-section .scroll-down-wrapper .line-lg{width:2rem}}@media only screen and (max-width:425px){.container .hero-section .hider{height:80px;transform:rotate(0deg);width:100%}.container .hero-section .content-wrapper{width:100%}.container .hero-section .content-wrapper .name{font-size:.8rem;letter-spacing:5px}.container .hero-section .content-wrapper .position{font-size:2.5rem;letter-spacing:8px;margin:2rem 0 6rem}.container .hero-section .content-wrapper .portfolio-text{font-size:1.5rem;letter-spacing:10px}.container .hero-section .scroll-down-wrapper{bottom:15%}}body{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0}
/*# sourceMappingURL=main.2a14857b.css.map*/