@import"https://fonts.googleapis.com/css?family=Poppins";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth;outline:none}:root{--bg-color: #1f242d;--second-bg-color: #323946;--text-color: #fff;--main-color: #bbff00}html{font-size:62.5%;overflow-x:hidden}body{background:var(--bg-color);color:var(--text-color)}.header{position:sticky;top:0;left:0;width:100%;background:var(--bg-color);padding:2rem 0;z-index:100}.header section{display:flex;justify-content:space-between;align-items:center}.header.sticky{border-bottom:.1rem solid rgba(0,0,0,.2)}.logo{animation:slideRight 1s ease forwards}.logo img{width:15rem;border-radius:1rem}.header-active{background:#000000e6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar a{display:inline-block;font-size:1.7rem;color:var(--text-color);text-decoration:none;font-weight:500;margin-left:4rem;transform:.3s;animation:slideTop 10s ease forwards;animation-delay:calc(.2s * var(--i))}.navbar a:hover,.navbar a.active{color:#bf0}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle .bar{width:25px;height:3px;background:var(--text-color)}.section-container{max-width:1024px;padding:0 5rem;margin:0 auto}.home{padding:2rem 0}.home-section{width:100%;display:flex;justify-content:space-between;align-items:center}.home-content{max-width:600px}.home-margin{margin-top:50px;margin-bottom:100px}.home-content h1{font-size:56px;font-weight:700;margin:-3px 0;opacity:0;animation:slideRight 1s ease forwards;animation-delay:.1s}.home-content h3{font-size:32px;font-weight:700;opacity:0;animation:slideBottom 1s ease forwards;animation-delay:.7s}.home-content h3 span{color:#bf0}.home-content h3:nth-of-type(2){margin-bottom:30px;animation:slideTop 1s ease forwards;animation-delay:.7s}.home-content p{font-size:16px;opacity:0;animation:slideLeft 1s ease forwards;animation-delay:.1s}.home-img{border:3px solid rgb(187,255,0);background-color:#fff;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;padding-right:20px;max-width:400px;max-height:400px;margin-right:-20px;opacity:0;animation:zoomIn 1s ease forwards,floatImage 4s ease-in-out infinite;animation-delay:2s,3s;box-shadow:#bf0 0 20px 30px -10px;background-size:cover}.home-img img{max-width:300px}.tools{color:#bf0;font-size:20px}.social-media a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:2px solid rgb(187,255,0);border-radius:50%;font-size:20px;color:#bf0;text-decoration:none;margin:30px 15px 30px 0;transition:.5s ease;opacity:0;animation:slideLeft 1s ease forwards;animation-delay:calc(.2s * var(--i))}.social-media a:hover{background:#bf0;color:#1f242d;box-shadow:0 0 20px #bf0}.btn{display:inline-block;padding:12px 25px;background-color:#bf0;border-radius:40px;box-shadow:0 0 10px #bf0;font-size:16px;color:#1f242d;letter-spacing:1px;text-decoration:none;font-weight:600;opacity:0;animation:slideTop 1s ease forwards;animation-delay:2s;transition:.5s ease;border:none}.btn:hover{box-shadow:none}.about{background:var(--second-bg-color);padding:2rem 0}.about-section{display:flex;justify-content:start;align-items:start;gap:6rem}.heading{font-size:4.5rem}.about-content h2{text-align:left;line-height:1.5;margin-bottom:1rem}.about-content h2 span{color:var(--main-color)}.about-content h3{font-size:2.6rem}.about-content p{max-width:800px;font-size:1.6rem;margin:1rem 0;line-height:1.6}.about-skill h3{color:var(--main-color);margin-top:1rem;font-size:1.6rem;font-weight:600}.about-skill div{display:flex;flex-wrap:wrap;margin-top:.2rem}.about-skill span{display:inline-flex;font-size:1.6rem;background:var(--bg-color);color:var(--text-color);padding:.25rem .75rem;border-radius:.8rem;margin-top:.5rem;margin-right:1rem}.portfolio{background:var(--second-bg-color);min-height:100vh;padding:2rem 0}.portfolio-section{display:flex;justify-content:start;align-items:start}.portfolio-holder{align-items:center}.portfolio-project-wrapper{display:Grid;gap:3rem;padding:1rem;grid-template-columns:repeat(12,1fr)}.portfolio-section .heading{margin:0!important}.portfolio-project-wrapper .col{grid-column:span 4;display:flex;flex-direction:column;border:1px solid #fff;border-radius:1rem;box-shadow:0 0 1rem var(--bg-color)}.portfolio-project-wrapper img{width:100%;height:20rem;border-radius:1rem 1rem 0 0;overflow:hidden}.portfolio-project-wrapper .content{padding:1rem}.portfolio-project-wrapper .content h3{font-size:1.2rem!important;margin:1rem 0}.portfolio-project-wrapper .content p{font-size:1rem;margin-bottom:1rem}.portfolio-project-wrapper .link{padding:.5rem 1rem;display:flex;gap:1rem;margin-top:auto}.portfolio-project-wrapper a{display:inline-block;padding:.5rem 1rem;background:var(--main-color);color:#1f242d;border-radius:.8rem;text-decoration:none;font-size:1.2rem}.portfolio h2{margin-bottom:4rem}.portfolio h2 span{color:var(--main-color)}.portfolio-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:center}.portfolio-box{position:relative;border-radius:2rem;box-shadow:0 0 1rem var(--bg-color);overflow:hidden;display:flex}.portfolio-box img{width:100%;transition:.5 ease}.portfolio-box:hover img{transform:scale(1.1)}.portfolio-box .portfolio-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.233),var(--bg-color));display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:0 4rem;color:#fff;transform:translateY(100%);transition:.5s ease in-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.portfolio-box:hover .portfolio-layer{transform:translateY(0)}.portfolio-layer h4{font-size:1.3rem}.portfolio-layer p{font-size:1rem;margin:.3rem 0 1rem}.portfolio-layer a{display:inline-flex;justify-content:center;align-items:center;width:5rem;height:5rem;background:var(--text-color);border-radius:50%}.portfolio-layer a i{font-size:2rem;color:var(--second-bg-color)}.success-message{background-color:var(--text-color);color:#000;border-radius:30px;width:250px;font-size:17px;position:absolute;left:450px;bottom:350px}.contact{padding:2rem 0}.contact h2{margin-bottom:3rem}.contact h2 span{color:var(--main-color)}.contact form{margin-bottom:3rem}.contact form .input-box{display:flex;justify-content:space-between;flex-wrap:wrap}.contact form .input-box input,.contact form textarea{width:100%;padding:1.5rem;font-size:1.6rem;color:var(--text-color);background:var(--second-bg-color);border-radius:.8rem;margin:.7rem 0}.contact form .input-box input{width:49%}.contact form textarea{resize:none}.contact form .btn{margin-top:2rem;cursor:pointer}.footer{padding:2rem 0;background:var(--second-bg-color)}.footer-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer p{font-size:1.6rem;text-align:center}.footer-iconTop a{display:inline-flex;justify-content:center;align-items:center;padding:.8rem;background:var(--main-color);border-radius:.8rem;text-decoration:none}.footer-iconTop a:hover{box-shadow:0 0 1rem var(--main-color)}.footer-iconTop a i{font-size:2.4rem;color:var(--second-bg-color)}@keyframes slideRight{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideLeft{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideTop{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideBottom{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-24px)}to{transform:translateY(0)}}@media (max-width: 1200px){html{font-size:55%}}@media (max-width: 991px){.header{padding:2rem 0}.home .home-content p{max-width:500px}.footer{padding:2rem 3%}.contact{min-height:auto}}@media (max-width: 768px){.menu-toggle{display:flex}.portfolio-project-wrapper .col{grid-column:span 6}.navbar{position:absolute;top:90%;right:50px;flex-direction:column;background:var(--bg-color);border:.2rem solid white;box-shadow:0 .5rem 1rem #0003;padding:1rem;border-radius:1rem;width:20rem;display:none;z-index:1000}.navbar.show{display:flex}.navbar a{font-size:2rem;margin:0;padding:1rem 0;animation:none!important;transform:none!important;transition:none!important}.section-container{padding:0 2rem}.home{flex-direction:column;height:auto}.home-content h3{font-size:2.6rem}.home-content h1{font-size:5rem}.about{flex-direction:column-reverse}.about-img img{width:17vw}.service{height:auto}.services-container{flex-wrap:wrap}.service-box{min-height:unset!important}.service h2,.portfolio h2{margin-bottom:3rem}.portfolio-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 617px){.home-img{display:none}.home-section{width:100%;padding:0px 2rem}.about-section{width:100%;padding:0 2rem}.about .about-section{flex-direction:column}.portfolio-section,.contact-section{width:100%;padding:0 2rem}.portfolio-container{grid-template-columns:1fr}.portfolio-project-wrapper .col{grid-column:span 12}.about-img img{width:25vw}}@media (max-width: 450px){html{font-size:50%}.navbar{animation:none}.contact form .input-box input{width:100%}.about-content p{font-size:1.5rem}.about-img{display:none}.about-img img{width:30vw}}@media (max-width: 384px){.footer{flex-direction:column-reverse}.footer p{text-align:center;margin-top:2rem;font-size:1.6rem}}
