:root{--bg-color:#242424;--primary:white}body{box-sizing:border-box;background-color:var(--bg-color);flex-direction:column;align-items:center;margin:0;padding:0;font-family:Nunito,"sans-serif";display:flex}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:#6e6e6e;box-shadow:3px 5px 10px #000}body::-webkit-scrollbar-thumb{background:linear-gradient(#4e4e4e,#2e2e2e);border-radius:2px}body::-webkit-scrollbar-thumb:hover{background:#141414}.header{box-sizing:border-box;flex-direction:column;width:100%;display:flex}.nav{justify-content:space-between;align-items:center;padding:2em;display:flex}a{text-decoration:none}.logo{color:var(--primary);font-size:1.6rem}.menu-btn{cursor:pointer;outline:none;justify-content:center;align-items:center;width:35px;height:35px;transition:all .5s ease-in-out;display:flex;position:relative}.menu-btn__burger{background:#fff;border-radius:5px;width:35px;height:4px;transition:all .5s ease-in-out;box-shadow:0 2px 5px #00000049}.menu-btn__burger:before,.menu-btn__burger:after{content:"";background:#fff;border-radius:5px;width:35px;height:4px;transition:all .5s ease-in-out;position:absolute;box-shadow:0 2px 5px #00000049}.menu-btn__burger:before{transform:translateY(-10px)}.menu-btn__burger:after{transform:translateY(10px)}.menu-btn.open .menu-btn__burger{box-shadow:none;background:0 0;transform:translate(-50px)}.menu-btn.open .menu-btn__burger:before{transform:rotate(45deg)translate(35px,-35px)}.menu-btn.open .menu-btn__burger:after{transform:rotate(-45deg)translate(35px,35px)}.mobile-nav-bar{flex-direction:column;padding:0 .5em;display:none}.mobile-nav-bar a{color:var(--primary);justify-content:center;align-items:center;width:100%;padding:.5em 0;font-size:1.4rem;display:flex}.mobile-nav-bar a:hover{color:var(--bg-color);background-color:var(--primary)}.desktop-nav-bar{justify-content:space-between;align-items:center;width:50%;padding:0 .5em;display:none}.desktop-nav-bar a{color:var(--primary);align-items:center;margin-left:10px;font-size:1.4rem}.desktop-nav-bar a:hover{border-bottom:1px solid var(--primary)}.desktop-nav-bar a:last-child{color:var(--bg-color);background-color:var(--primary);border:1px solid var(--primary);border-radius:5px;padding:.3em .6em}.desktop-nav-bar a:last-child:hover{color:var(--primary);background-color:#0000}.main{box-sizing:border-box;flex-direction:column;width:100%;max-width:1440px;padding:0 1.5em;display:flex}.hero-section{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:2em auto;display:flex}.hero-section-content{color:var(--primary);width:100%}.benifits{text-transform:capitalize;letter-spacing:3px;text-align:center;margin:1em auto;font-size:1.3rem;font-weight:700;line-height:30px}span{letter-spacing:3px;margin:.2em auto;font-size:1.09rem;display:block}.designation{text-align:center;margin:1em 0;font-size:1rem}.cta{flex-direction:column;align-items:center;width:100%;margin:1em 0;display:flex}.cta a{box-sizing:border-box;border:1px solid var(--primary);border-radius:5px;justify-content:center;align-items:center;width:100%;margin:.2em;padding:.2em .5em;font-size:1.3rem;text-decoration:none;display:flex}.cta-projects{color:var(--bg-color);background:var(--primary)}.cta-projects:hover{color:var(--primary);background:0 0;transition:all .2s}.cta-contact{color:var(--primary);background:0 0}.cta-contact:hover{color:var(--bg-color);background:var(--primary);transition:all .2s}.social-section{justify-content:space-between;align-items:center;width:100%;margin:1em 0;display:flex}.social-links{margin:.5em .2em;transform:scale(1)}.social-links img{width:2rem}.social-links:hover{transform:scale(1.2)}.projects{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:2em auto;display:flex}.heading{text-transform:capitalize;letter-spacing:3px;color:var(--primary);margin:1em auto;font-size:2.1rem;font-weight:700}.project-list{flex-direction:column;justify-content:space-around;align-items:stretch;width:100%;display:flex}.project-card{border-radius:5px;width:100%;margin:1.5em auto;box-shadow:0 3px 6px #0000004d}.project-pic{width:100%;height:320px}.info-card{flex-direction:column;justify-content:center;align-items:center;padding:1em .5em;display:flex}.project-name{color:var(--primary);font-size:1.5rem;font-weight:700}.project-description{color:var(--primary);text-align:center;margin:10px auto;font-size:1.1rem}.project-link{color:var(--primary);text-transform:uppercase;border:2px solid var(--primary);background:0 0;border-radius:5px;margin:5px auto;padding:.7em 1em;font-size:.8rem;font-weight:700;text-decoration:none}.project-link:hover{background:var(--primary);color:var(--bg-color)}.skills{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:2em auto;display:flex}.wraper-skills{flex-direction:column;align-items:center;width:100%;display:flex}.wraper-skills img{width:50%}.about{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:2em auto;display:flex}.about .wraper-skills img{width:100%}.wraper-skills p{text-align:justify;color:var(--primary);font-size:1.1rem}.contact{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:2em auto;display:flex}form{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;display:flex}.input{box-sizing:border-box;flex-direction:column;width:100%;display:flex}label{color:var(--primary);margin-bottom:5px;font-size:22px}input,textarea{border:1px solid var(--primary);color:var(--primary);background:0 0;border-radius:5px;outline:none;margin-bottom:30px;padding:.8em 1.2em;font-size:18px}.submit-btn{color:var(--bg-color);background:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:5px;outline:none;padding:.5em 1.2em;font-size:22px;font-weight:bolder}.submit-btn:hover{color:var(--primary);background:0 0}.footer{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;display:flex}.footer-line{background:var(--primary);width:100%;max-width:1440px;height:1px}.copyright{color:var(--primary);padding:1em;font-size:22px}@media (max-width:320px){.project-pic{width:100%;height:220px}}@media (min-width:360px){.cta a{width:100%}.social-section{width:80%}.benifits{font-size:1.5rem}span,.designation{font-size:1.2rem}}@media (min-width:550px){.hero-section-content{max-width:550px}.project-card{width:90%}.benifits{font-size:2.5rem}span{font-size:1.9rem}.designation{font-size:1.5rem}.about .wraper-skills img{width:90%}}@media (min-width:660px){.header{box-sizing:border-box;flex-direction:column;max-width:1440px;display:flex}.nav{padding:2em 3em}.menu-btn,.mobile-nav-bar{display:none}.desktop-nav-bar{display:flex}.main{padding:5em 3em}.hero-section{flex-direction:row;justify-content:space-between;margin:6em auto}.benifits{text-align:left;margin:0;font-size:2rem}span{font-size:1.8rem}.designation{text-align:left;font-size:1.5rem}.cta{flex-direction:row;width:90%}.social-section{flex-direction:column;width:-moz-fit-content;width:fit-content}.project-card{width:80%}.wraper-skills img{width:20%}.about .wraper-skills img{width:70%;margin-right:50px}.wraper-skills p{text-align:justify;color:var(--primary);font-size:1.1rem}form{width:90%}}@media (min-width:930px){.desktop-nav-bar{width:47%}.project-list{flex-direction:row;justify-content:space-around;width:100%;display:flex}.project-pic{width:100%;height:220px}.project-card{width:30%}.wraper-skills{flex-direction:row;justify-content:center}.wraper-skills img{width:10%}.wraper-skills p{font-size:1.5rem}form{width:80%}.cta a{padding:.4em .5em}}@media (min-width:1080px){.desktop-nav-bar{width:40%}form{width:70%}}@media (min-width:1260px){.desktop-nav-bar{width:35%}}@media (min-width:1440px){.desktop-nav-bar{width:30%}}
/*# sourceMappingURL=index.bd96fd90.css.map */
