body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#001829;color:#f0f8ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}body::-webkit-scrollbar{background-color:#2c4a60;cursor:pointer;width:9px}body::-webkit-scrollbar:hover{width:12px}body::-webkit-scrollbar-thumb{background-color:#0076cb;border-radius:9px;cursor:pointer}body::-webkit-scrollbar-thumb:hover{background-color:#108ee8;cursor:pointer;width:12px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#nav-menu{align-items:center;background-color:#00121c;box-shadow:0 20px 15px -20px #00345c;box-sizing:border-box;display:flex;justify-content:space-between;padding:16px 4%;position:fixed;top:0;width:100%;z-index:10}.NavLink{color:#fff;cursor:pointer;font-size:17px;font-weight:600;text-decoration:none}.NavLink:hover{color:#0092fa;text-decoration:underline}.btn{background-color:#007fda;border:none;border-radius:8px;box-shadow:inset 0 -23px 25px 0 rgba(0,0,0,.2),inset 0 -26px 20px 0 rgba(0,0,0,.4),inset 0 -79px 40px 0 rgba(0,0,0,.1),0 2px 1px rgba(0,0,0,.1),0 4px 2px rgba(0,0,0,.1),0 8px 4px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.1),0 12px 10px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:block;font-size:18px;margin:auto;padding:9px 16px;transition:.6s}.btn:hover{background-color:#00365d;border:1.5px solid #0095ff;font-size:19px;padding:11px 18px;transition:.6s}#resumeBtn{align-items:center;display:flex;height:45px;justify-content:space-around;width:18%}.skills-card{border:1px solid #003d6c;border-radius:12px;box-shadow:0 7px 20px 0 #002540;box-sizing:border-box;padding:20px 20px 4px;text-align:center;transition:.8s}.skills-card:hover{border:1px solid #005a9f;box-shadow:0 7px 20px 0 #004981;transition:.2s}.skills-card>img{height:90px}.skills-card>h3{font-weight:400}.project-card{background-color:#001829;border:2px solid #003d6c;border-radius:20px;box-shadow:0 7px 20px 0 #002540;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:20px;transition:.8s}.project-card:hover{border:2px solid #005a9f;box-shadow:0 7px 20px 0 #004981;transition:.2s}.project-card>img{border-radius:18px 18px 0 0;height:210px;margin:0 auto;width:100%}.project-card>div>h2{margin-left:20px}.project-card>div>p{margin-left:20px;margin-right:20px}.btnDiv{height:50px;margin:26px 20px 0}.btnDiv,.navAllLinksDiv{align-items:center;display:flex;justify-content:space-between}.navAllLinksDiv{width:800px}.hamburger{background-color:initial;border:1px solid #ababab;border-radius:4px;display:none;height:26px}.footerdiv{align-items:center;background:"#000D14";box-sizing:border-box;display:"flex";height:"80px";justify-content:"space-between";padding:16px 4%}.sideNavMainDiv{background-color:rgba(0,18,28,.97);box-shadow:0 20px 15px 0 #011a27;height:100rem;position:fixed;right:0;transition:1s ease-in-out;width:260px;z-index:100}@media screen and (min-width:1050px) and (max-width:1199px){.NavLink{font-size:15px}.navAllLinksDiv{width:700px}.skills-card>img{height:80px}.skills-card>h3{font-size:16px}.project-card>img{height:240px}}@media screen and (min-width:0px) and (max-width:1050px){.navAllLinksDiv{display:none}.hamburger{display:block}}@media screen and (min-width:900px) and (max-width:1049px){.skills-card>img{height:70px}.btn{padding:9px 14px}.btn,.skills-card>h3{font-size:15px}}@media screen and (min-width:700px) and (max-width:899px){.skills-card>h3{font-size:16px}.skills-card>img{height:70px}.project-card>img{height:180px}.btn{font-size:15px;padding:9px 14px}.footerdiv{flex-direction:column;font-size:15px}}@media screen and (min-width:500px) and (max-width:699px){.skills-card>h3{font-size:16px}.skills-card>img{height:65px}.project-card>img{height:260px}.btn{font-size:15px;padding:9px 14px}.footerdiv{flex-direction:column;font-size:13px}}@media screen and (min-width:280px) and (max-width:500px){.skills-card>h3{font-size:15px}.skills-card>img{height:55px}.project-card>img{height:190px}.btn{font-size:15px;padding:9px 14px}.footerdiv{flex-direction:column;font-size:12px}}@media screen and (min-width:280px) and (max-width:340px){.project-card>img{height:150px}}.home-img{-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:animateUser;animation-name:animateUser;height:480px;position:relative;width:500px}@-webkit-keyframes animateUser{0%{margin-top:10px}50%{margin-right:20px;margin-top:-25px}to{margin-top:10px}}@keyframes animateUser{0%{margin-top:10px}50%{margin-right:20px;margin-top:-25px}to{margin-top:10px}}#user-detail-name{color:#fff;font-size:56px;margin:0}#designation{-webkit-text-stroke:.5px #007fda;color:#002138;font-size:34px;position:relative}#designation:before{-webkit-text-stroke:0 #007fda;-webkit-animation:animation 6s linear infinite;animation:animation 6s linear infinite;border-right:2px solid #007fda;color:#007fda;content:attr(data-text);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@-webkit-keyframes animation{0%,10%,to{width:0}70%,80%{width:100%}}@keyframes animation{0%,10%,to{width:0}70%,80%{width:100%}}#home-img{position:relative;width:100%}#buttons{align-items:center;display:flex;height:40px;justify-content:space-between;margin-left:-1%;margin-top:20px;width:260px}#buttons>:first-child{width:52%}#buttons>div{width:22%}#buttons>div>button{display:block;margin:auto}.copyBtnDiv{align-items:center;border:1px solid #007fda;border-radius:8px;box-sizing:border-box;display:flex;height:40px;justify-content:space-between;padding:0 0 0 16px;width:54%}.copyBtnDiv>button{background:#007fda;border:none;border-radius:0 8px 8px 0;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;height:100%;padding:0 10px;transition:.3s}.copyBtnDiv>button:hover{background:#004270}.AboutDiv{align-items:center;display:flex;justify-content:space-between;margin:0 60px 50px 0}.AboutDiv>img{height:300px;margin-right:10%}.AboutDiv>p{font-size:20px}.SkillDiv{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(7,1fr)}.projectDiv{grid-gap:50px 3%;display:grid;gap:50px 3%;grid-template-columns:repeat(3,1fr);margin:60px auto}.githubDiv{grid-gap:30px;box-sizing:border-box;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:auto;padding-left:4%;width:100%}.github-calendar-container{margin:auto auto 50px;width:63%}.contactDiv{align-items:center;display:flex;justify-content:space-between;margin-top:60px}.contactDiv>img{width:36%}.contactDiv>div{width:50%}.home{box-sizing:border-box;height:700px;padding:160px 6% 60px;width:100%}.contactDiv>div>form>input{background-color:initial;border:1px solid #2d475b;border-radius:5px;color:#fff;font-size:16px;height:40px;margin-bottom:20px;padding-left:10px;width:100%}.contactCopybtn{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:30px}.homeNameDiv{width:50%}.pagesHeading{font-size:38px;margin-bottom:60px;text-align:center}.contactDiv>div>form>input::-webkit-input-placeholder{background:transparent;color:#4e6d85}.contactDiv>div>form>input::placeholder{background:transparent;color:#4e6d85}.homeCopybtnDiv{display:flex;justify-content:space-between;margin-top:30px}@media screen and (min-width:1200px) and (max-width:1391px){#user-detail-name{font-size:48px}.hello{font-size:28px}#designation,.roleHeading{font-size:26px}.home-img{height:420px;width:440px}.contactCopybtn,.homeCopybtnDiv{flex-direction:column;width:660px}.copyBtnDiv{width:340px}.AboutDiv>img{height:260px}.AboutDiv>p{font-size:19px}.contactDiv>img{width:34%}.contactDiv>div{width:52%}.pagesHeading{font-size:32px}}@media screen and (min-width:1050px) and (max-width:1199px){.SkillDiv{grid-template-columns:repeat(6,1fr)}.contactCopybtn,.homeCopybtnDiv{flex-direction:column;width:660px}.home-img{height:360px;width:380px}#user-detail-name{font-size:42px}#designation,.hello,.roleHeading{font-size:22px}.AboutDiv>img{height:240px}.AboutDiv>p{font-size:17px}.projectDiv{grid-template-columns:repeat(2,1fr)}.contactDiv>img{width:36%}.contactDiv>div{width:54%}.pagesHeading{font-size:30px}.contactDiv>div{font-size:15px}.home{height:620px}.copyBtnDiv{width:340px}}@media screen and (min-width:900px) and (max-width:1049px){.SkillDiv{grid-template-columns:repeat(5,1fr)}.home-img{height:360px;width:380px}#user-detail-name{font-size:36px}#designation,.hello,.roleHeading{font-size:19px}.projectDiv{grid-template-columns:repeat(2,1fr)}.contactCopybtn,.homeCopybtnDiv{flex-direction:column;font-size:15px;width:660px}#buttons{width:245px}.pagesHeading{font-size:28px}.AboutDiv>img{height:200px}.AboutDiv>p,.contactDiv>div>form>input,.copyBtnDiv>button{font-size:15px}.githubDiv{align-items:center;grid-template-columns:repeat(2,1fr)}.home{height:640px}.copyBtnDiv{width:330px}}@media screen and (min-width:700px) and (max-width:899px){.homeMainDiv{flex-direction:column-reverse;width:100%}.SkillDiv{grid-template-columns:repeat(4,1fr)}.contactCopybtn{flex-direction:column;width:660px}.projectDiv{grid-template-columns:repeat(2,1fr)}@-webkit-keyframes animateUser{0%{margin:auto}to{margin:auto}}@keyframes animateUser{0%{margin:auto}to{margin:auto}}.home{height:910px;padding-top:100px}.home-img{height:400px;width:420px}#user-detail-name{font-size:44px}.hello{font-size:21px}#designation,.roleHeading{font-size:23px}.homeNameDiv{width:100%}.githubDiv{align-items:center;grid-template-columns:repeat(2,1fr)}.AboutDiv{flex-direction:column;margin:0}.AboutDiv>img{height:250px;margin:auto auto 50px}.AboutDiv>p{font-size:16px;text-align:center}.contactCopybtn,.copyBtnDiv>button,.homeCopybtnDiv{font-size:15px}.pagesHeading{font-size:28px}.contactDiv{flex-direction:column}.contactDiv>div{width:100%}.contactDiv>img{width:50%}#buttons{width:245px}}@media screen and (min-width:500px) and (max-width:699px){.homeMainDiv{flex-direction:column-reverse;width:100%}.SkillDiv{grid-template-columns:repeat(3,1fr)}.contactCopybtn{flex-direction:column;width:660px}@-webkit-keyframes animateUser{0%{margin:auto}to{margin:auto}}@keyframes animateUser{0%{margin:auto}to{margin:auto}}.home{height:910px;padding-top:100px}.home-img{height:400px;width:420px}#user-detail-name{font-size:38px}#designation,.hello,.roleHeading{font-size:20px}.homeNameDiv{width:100%}.githubDiv{align-items:center;grid-template-columns:repeat(1,1fr)}.githubDiv>img{width:100%}.AboutDiv{flex-direction:column;margin:0}.AboutDiv>img{height:250px;margin:auto auto 50px}.AboutDiv>p{font-size:16px;text-align:center}.contactCopybtn,.copyBtnDiv>button{font-size:15px}.pagesHeading{font-size:28px}.contactDiv,.homeCopybtnDiv{flex-direction:column}.homeCopybtnDiv{font-size:15px;width:100%}.copyBtnDiv{width:320px}.contactDiv>div{width:100%}.contactDiv>img{width:50%}#buttons{width:245px}.projectDiv{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:330px) and (max-width:500px){.homeMainDiv{flex-direction:column-reverse;width:100%}.SkillDiv{grid-template-columns:repeat(2,1fr)}.contactCopybtn{flex-direction:column;font-size:14px;width:660px}@-webkit-keyframes animateUser{0%{margin:auto}to{margin:auto}}@keyframes animateUser{0%{margin:auto}to{margin:auto}}.home{height:820px;padding-top:100px}.home-img{height:286px;width:300px}#user-detail-name{font-size:34px}.hello,.roleHeading{font-size:19px}#designation{font-size:20px}.homeNameDiv{width:100%}.githubDiv{align-items:center;grid-template-columns:repeat(1,1fr)}.githubDiv>img{width:100%}.AboutDiv{flex-direction:column;margin:0}.AboutDiv>img{height:200px;margin:auto auto 50px}.AboutDiv>p{font-size:16px;text-align:center}.contactCopybtn,.copyBtnDiv>button{font-size:12px}.pagesHeading{font-size:26px}.contactDiv,.homeCopybtnDiv{flex-direction:column}.homeCopybtnDiv{font-size:12px;width:100%}.copyBtnDiv{width:270px}.contactDiv>div{width:100%}.contactDiv>img{width:65%}#buttons{width:245px}.projectDiv{grid-template-columns:repeat(1,1fr)}.contactDiv>div>h2{font-size:20px}}@media screen and (min-width:280px) and (max-width:340px){.homeMainDiv{flex-direction:column-reverse;width:100%}.SkillDiv{grid-template-columns:repeat(2,1fr)}.contactCopybtn{flex-direction:column;font-size:14px;width:660px}@-webkit-keyframes animateUser{0%{margin:auto}to{margin:auto}}@keyframes animateUser{0%{margin:auto}to{margin:auto}}.home{height:780px;padding-top:100px}.contactDiv>div>h2{font-size:18px}.home-img{height:238px;width:250px}#user-detail-name{font-size:30px}#designation,.hello,.roleHeading{font-size:16px}.homeNameDiv{width:100%}.githubDiv{align-items:center;grid-template-columns:repeat(1,1fr)}.githubDiv>img{width:100%}.AboutDiv{flex-direction:column;margin:0}.AboutDiv>img{height:200px;margin:auto auto 50px}.AboutDiv>p{font-size:16px;text-align:center}.contactCopybtn,.copyBtnDiv>button{font-size:12px}.pagesHeading{font-size:26px}.contactDiv{flex-direction:column}.github-calendar-container{padding:0;width:100%}.homeCopybtnDiv{flex-direction:column;font-size:12px;width:100%}.copyBtnDiv{width:270px}.contactDiv>div{width:100%}.contactDiv>img{width:65%}#buttons{width:245px}.projectDiv{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.48b5788c.css.map*/