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{text-align:center}.main-body{margin:0}.App-header{padding:0 100px;background-color:#282c34;height:15vh;display:flex;align-items:center;justify-content:space-between;font-size:calc(10px + 2vmin);color:#fff}.App-header .img-holder{width:100px;position:relative}.App-header ul{display:inline-block;text-decoration:none}.App-holder .img-holder .App-logo{height:100%;pointer-events:none}.App-link{color:#61dafb}.home-page{background-color:#fafafa}.hero{height:560px;background-image:url(/static/media/nanital_lake_BW2.9d7c9ed4.png);background-position:100%;background-size:contain;background-repeat:no-repeat;box-shadow:0 0 16px #2c7972}.hero-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.hero .hero-content h1{font-size:3.5em;margin-top:5px}.hero-overlay{position:relative;height:100%;top:0;left:0;background-color:rgba(55,151,142,.8)}.container{margin:0;padding:0 100px;height:100%}.profile-name{font-size:2em;text-transform:uppercase}.profile-name span{color:#2c7972;font-size:1.5em}.feature-box{min-height:300px;padding:3em 0;margin-top:25px}.feature-header{height:1px;font-weight:100;font-size:.8em;letter-spacing:1px;position:relative;color:#5f5f5f;background:#cecece;border-bottom:1px solid #fff;margin-bottom:30px}.feature-header h3{background-color:#fafafa;position:absolute;display:block;top:-10px;left:50%;margin-left:-150px;padding:0;width:300px;text-align:center}h3{margin:0 0 .4em}.hero-btn{font-size:18px;background-color:#ed154e;border-radius:5px;padding:15px 25px;color:#fff;cursor:pointer;border:1px solid #ed154e}.hero-btn:focus,.hero-btn:hover{color:#ed154e;background-color:transparent;border:1px solid #ed154e;outline:none;-webkit-animation-name:bgcolorToTransparent;animation-name:bgcolorToTransparent;-webkit-animation-duration:.7s;animation-duration:.7s}.hero-btn-icon{font-size:1.2em}.profile-name{-webkit-animation-name:moveName;animation-name:moveName}.profile-career,.profile-name{position:relative;-webkit-animation-duration:1s;animation-duration:1s}.profile-career{-webkit-animation-name:moveCareer;animation-name:moveCareer}@media only screen and (max-width:760px){.hero{height:400px;background-size:cover;background-position:50%}.hero-btn{padding:10px 15px;font-size:16px}.hero .hero-content h1{font-size:2em;margin-bottom:40px}.profile-name{font-size:1.3em}.profile-name span{font-size:1.5em}}@-webkit-keyframes moveName{0%{right:-200px;top:-200px}to{right:0;top:0}}@keyframes moveName{0%{right:-200px;top:-200px}to{right:0;top:0}}@-webkit-keyframes moveCareer{0%{left:-300px;top:0}to{left:0;top:0}}@keyframes moveCareer{0%{left:-300px;top:0}to{left:0;top:0}}.card-list{display:grid;grid-column:auto;grid-row-gap:30px;row-gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:space-between;align-items:center;padding:45px 0;min-height:300px}.loader{display:flex;justify-content:center;align-items:flex-start;position:relative;background-color:transparent;color:#fff;width:100%;height:100%;z-index:1}.loader .icon{margin-top:25vh}.card{position:relative;justify-self:center;width:300px;height:290px;padding:10px;box-sizing:border-box;border-radius:3px;background-color:#f5f5f5;box-shadow:0 0 16px rgba(0,0,0,.35);cursor:pointer;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:1s;animation-duration:1s;transition:.5s ease}.card:hover{transform:scale(1.1)}.card-img,.img-card-container{width:100%;height:200px}.card-img{object-fit:cover}.card-img .img-cover{width:100%;height:100%}a{text-decoration:none}.card-description{display:flex;justify-content:space-between;align-items:center;padding:5px;text-align:left;color:#5f5f5f;box-sizing:border-box}.card-description h4{-webkit-margin-before:.9em;margin-block-start:.9em;-webkit-margin-after:.2em;margin-block-end:.2em}.card-description p{margin:0}.tech-icon{font-size:1.5em}.tech-icon .icons{margin:0 2px}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fff;margin:10% auto;padding:20px 25px;border-radius:5px;border:1px solid #888;box-sizing:border-box;width:80%;box-shadow:0 0 16px rgba(0,0,0,.9);-webkit-animation-name:openModal;animation-name:openModal;-webkit-animation-duration:1s;animation-duration:1s}.modal-body{display:flex;margin-top:50px;flex-direction:column;background-color:#fafafa}.modal-btn{width:200px;font-size:1.2em;color:#ed154e;border-radius:5px;padding:5px;border:none;cursor:pointer}@media only screen and (max-width:760px){.heading{flex-direction:column}.heading-img,.heading-txt{width:auto}}.icon{-webkit-animation:App-logo-spin 2s linear infinite;animation:App-logo-spin 2s linear infinite;color:#ed154e}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes moveDown{0%{opacity:0;top:-200px}to{opacity:1;top:0}}@keyframes moveDown{0%{opacity:0;top:-200px}to{opacity:1;top:0}}@-webkit-keyframes bgcolorToRed{0%{border:1px solid #fff;background-color:transparent}to{border:1px solid #ed154e;background-color:#ed154e}}@keyframes bgcolorToRed{0%{border:1px solid #fff;background-color:transparent}to{border:1px solid #ed154e;background-color:#ed154e}}@-webkit-keyframes bgcolorToTransparent{0%{border:1px solid #ed154e;background-color:#ed154e;color:#fff}to{border:1px solid #ed154e;background-color:transparent;color:#ed154e}}@keyframes bgcolorToTransparent{0%{border:1px solid #ed154e;background-color:#ed154e;color:#fff}to{border:1px solid #ed154e;background-color:transparent;color:#ed154e}}.menu{text-decoration:none}.menu,.menu-items{display:flex;align-items:center;justify-content:space-between}.menu-items{grid-gap:15px;gap:15px}.menu-links{padding:10px 15px}.menu-links a{font-size:.8em;color:#faebd7;text-decoration:none;text-transform:uppercase;transition:all .5s;border-bottom:1px solid transparent}.menu-links a:hover{border-bottom:1px solid #ed154e}.social-links{display:flex;justify-content:center;font-size:.8em;padding:15px}.social-links a{color:#faebd7;margin-left:25px}.social-links .icons{transition:color .3s}.social-links .icons:hover{color:#ed154e;cursor:pointer}.active{border-bottom:1px solid #ed154e!important}.menu-bar{display:none}@media only screen and (max-width:768px){.menu{height:320px;position:absolute;margin-top:65px;padding-bottom:15px;flex-direction:column;align-items:flex-end;justify-content:center;background-color:rgba(24,75,83,.95);width:100vw;-webkit-animation-name:menuDisplay;animation-name:menuDisplay;-webkit-animation-duration:1s;animation-duration:1s}.menu,.menu-bar{align-self:flex-end}.menu-bar{display:block;padding:0 30px;font-size:1.4em;margin-top:-2px}.menu-items{flex-direction:column;z-index:1;background-color:#282c34;align-self:flex-start}.menu-links,.social-links{padding:15px 30px}.App-header{padding:30px 0 30px 30px;height:35px}.App-header .img-holder{width:60px}}@media only screen and (max-width:480px){.menu-links a,.social-links a{font-size:1.1em}}@-webkit-keyframes menuDisplay{0%{opacity:0;height:0}to{opacity:1;height:320px}}@keyframes menuDisplay{0%{opacity:0;height:0}to{opacity:1;height:320px}}.footer{padding:25px;background-color:#f5f5f5;color:#5f5f5f;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.1)}.footer-content{display:flex;justify-content:space-around}.top{position:relative;right:50%;float:right;top:-60px;bottom:0;margin:0 auto;width:40px;padding:10px;color:#fff;background-color:#ed154e;box-sizing:border-box;box-shadow:0 -3px 10px rgba(237,21,78,.3)}.top:hover{cursor:pointer;-webkit-animation-name:moveIconColor;animation-name:moveIconColor}.top:hover,.top:hover .up-icon{-webkit-animation-duration:1s;animation-duration:1s}.top:hover .up-icon{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-name:moveIconUp;animation-name:moveIconUp}.up-icon{position:relative}.site-map{display:flex}.sitemap-links{margin:0 5px}.sitemap-links :hover{color:#000}.sitemap-links a{text-decoration:none;color:#5f5f5f}@media only screen and (max-width:760px){.site-map{display:none}}@-webkit-keyframes moveIconUp{0%{opacity:1;top:0}25%{opacity:0;top:-20px}50%{opacity:0;top:20px}to{opacity:1;top:0}}@keyframes moveIconUp{0%{opacity:1;top:0}25%{opacity:0;top:-20px}50%{opacity:0;top:20px}to{opacity:1;top:0}}@-webkit-keyframes moveIconColor{0%{background-color:#ed154e}to{background-color:#f0517b}}@keyframes moveIconColor{0%{background-color:#ed154e}to{background-color:#f0517b}}.about-page{display:flex;justify-content:space-around;align-items:center;margin:30px 0;text-align:left;box-sizing:border-box}.about-info{position:relative;max-width:40vw;-webkit-animation-name:textMove;animation-name:textMove;-webkit-animation-duration:1s;animation-duration:1s}.profile-info{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:30px;gap:30px}.about-info h1{font-weight:400;font-size:3.2em}.intro{font-size:1.5em;color:#5f5f5f}.about-page p{line-height:1.5em}.profile-photo{position:relative;background-color:#282c34;border-radius:150px;-webkit-animation-name:photoMove;animation-name:photoMove;-webkit-animation-duration:1s;animation-duration:1s}.coderDesigner{display:flex;justify-content:space-between;align-items:center;padding-top:3em;padding-bottom:3em;background-color:#f5f5f5;box-sizing:border-box}.pie-chart{display:none;position:relative;color:#666;max-width:30vw;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:1s;animation-duration:1s}.pie-chart img{width:100%}.pie-chart-content{text-align:left}.pie-chart-content p{font-size:1.2em}p.pie-title{font-size:1.8em}.skills{margin:0;padding-top:30px;padding-bottom:60px;min-height:200px;color:#fff;background-color:#282c34;box-sizing:border-box;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.1)}.skills h1{font-weight:400;font-size:2.5em}.resume-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.resume-wrapper a{width:100%;text-align:center}.btn-resume{background-color:#ed154e;color:#fff;border:none;width:80%;padding:15px;font-size:18px;border-radius:5px;cursor:pointer;margin:30px 0;box-shadow:5px 5px 15px 5px rgba(237,21,79,.3)}@media only screen and (max-width:760px){.about-page{flex-direction:column;grid-gap:30px;gap:30px}.about-page.container{padding:0 30px}.about-info h1{font-size:2.2em}.skills.container{padding:30px}.about-info{max-width:80vw}.coderDesigner.container{padding:15px 30px}.coderDesigner{display:flex;flex-direction:column}.pie-chart{min-width:200px;order:2;margin:30px 0 15px}.pie-chart-content p{font-size:1em}.pie-chart-content .pie-title{font-size:2em;margin:15px 0}}@-webkit-keyframes textMove{0%{left:-200px;top:0}to{left:0;top:0}}@keyframes textMove{0%{left:-200px;top:0}to{left:0;top:0}}@-webkit-keyframes photoMove{0%{right:-200px;top:0}to{right:0;top:0}}@keyframes photoMove{0%{right:-200px;top:0}to{right:0;top:0}}@-webkit-keyframes slideUp{0%{opacity:0;left:0;top:200px}to{opacity:1;left:0;top:0}}@keyframes slideUp{0%{opacity:0;left:0;top:200px}to{opacity:1;left:0;top:0}}.bar-length{max-width:600px;margin:0 auto}.ani{-webkit-animation:slideInRight 1s ease both;animation:slideInRight 1s ease both}.bar{height:30px;margin:0 0 15px;background-color:#f5f5f5;color:#666;position:relative}.flex{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.fill{display:none;background-color:#ed154e;padding:0;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:MoveToRight;animation-name:MoveToRight}.fill,.name{position:absolute;top:0;left:0}.name{align-items:center;height:100%;width:120px;background-color:#ff5d88;color:#fff}.percent{display:inline;display:initial;padding:0 15px 0 0;z-index:1}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(300px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(300px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes MoveToRight{0%{opacity:0;width:0}to{opacity:1;width:width}}@keyframes MoveToRight{0%{opacity:0;width:0}to{opacity:1;width:width}}.contact{background-color:#282c34;color:#fff;padding:30px 0;display:flex;flex-direction:column;justify-content:center}.contact h1{font-size:3.5em;font-weight:400}.contact-form,.contact h1{position:relative;-webkit-animation-name:moveDown;animation-name:moveDown;-webkit-animation-duration:1s;animation-duration:1s}.contact-form{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-form input,.contact-form textarea{height:30px;width:80%;max-width:450px;color:#fff;font-size:1em;font-weight:lighter;margin-bottom:15px;background-color:#282c34;box-sizing:border-box;border:none;border-bottom:1px solid #fff}.contact-form textarea{height:130px;font-size:1.2em;font-weight:lighter}.contact-form input:focus,.contact-form textarea:focus{outline:none;color:#fff;background-color:transparent}.form-btn{display:block;padding:15px 35px;font-size:1.2em;border:1px solid #fff;color:#fff;background-color:transparent}.form-btn:hover{cursor:pointer;background:#ed154e;border:1px solid #ed154e;-webkit-animation-name:bgcolorToRed;animation-name:bgcolorToRed;-webkit-animation-duration:1s;animation-duration:1s}.send-icon{font-size:1.2em}@media only screen and (max-width:760px){.contact.container{padding:30px}}.popup-modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.popup-modal-content{background-color:#fff;margin:20% auto;padding:20px 25px;border-radius:5px;border:1px solid #888;box-sizing:border-box;width:450px;height:200px;box-shadow:0 0 16px rgba(0,0,0,.9);-webkit-animation-name:openModal;animation-name:openModal;-webkit-animation-duration:1s;animation-duration:1s}.close{color:#aaa;float:right;margin-right:10px;font-size:28px;font-weight:700;cursor:pointer}.close:focus,close:hover{color:#000;text-decoration:none;cursor:pointer}.popup-title,.tech-icon{float:left;color:#9f9f9f}.popup-title{font-size:28px}.popup-modal-body{display:flex;margin-top:50px;flex-direction:column;text-align:center;justify-content:center;height:80%;font-size:26px;border-top:1px solid #444;background-color:#fafafa}.heading{display:flex}.heading-txt{color:#666}.heading-img,.heading-txt{width:50%;padding:30px}.heading-img img{width:100%;height:100%;object-fit:contain}.heading-txt h1{text-transform:uppercase}.heading-txt h3,.heading-txt p,.modal-desc{text-align:left}.link{font-size:1.2em;margin:15px auto}.popup-btn{font-size:1.2em;color:#ed154e;border-radius:5px;border:none}.popup-btn button{padding:8px 25px;background-color:#ed154e;color:#fff;border:none;cursor:pointer}@media only screen and (max-width:760px){.heading{flex-direction:column}.heading-img,.heading-txt{width:auto}.popup-modal-content{width:280px;padding:10px 15px;margin:50% auto}.popup-modal-body{font-size:18px;margin-top:35px}.close,.popup-title{font-size:18px}}@-webkit-keyframes openModal{0%{transform:scale(.1)}to{transform:scale(1)}}@keyframes openModal{0%{transform:scale(.1)}to{transform:scale(1)}}@-webkit-keyframes closeModal{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes closeModal{0%{transform:scale(1)}to{transform:scale(0)}}.form-group{margin-bottom:10px}.space{margin:30px}.html-box{padding:25px;background-color:#aaa}.html-box,.tagsInput{width:100%;box-sizing:border-box}.tagsInput{border:none;border:1px solid rgba(0,0,0,.24);border-radius:4px;font-size:14px;line-height:1.2rem;padding:10px 12px}.tagsInput:hover{border:1px solid #000}.tagsInput:focus{outline:none;padding:9px;border:2px solid #e3165b}.form-box{position:relative;margin-bottom:15px}.tag-label{position:absolute;background:#fff;color:#a0a0a0;left:12px;top:10px;font-size:14px;cursor:auto;opacity:1;z-index:99}.tagsInput:focus~.tag-label{top:-10px;left:8px;padding:0 5px;font-size:.8em;opacity:1;color:#e3165b;display:block;-webkit-animation-name:labelMove;animation-name:labelMove;-webkit-animation-duration:.2s;animation-duration:.2s}.tagsInput:not(focus)~.tag-label{-webkit-animation-name:labelDown;animation-name:labelDown;-webkit-animation-duration:.2s;animation-duration:.2s}.tagsInput::-webkit-input-placeholder{font-size:14px;color:#a0a0a0}.tagsInput:-ms-input-placeholder{font-size:14px;color:#a0a0a0}.tagsInput::-ms-input-placeholder{font-size:14px;color:#a0a0a0}.tagsInput::placeholder{font-size:14px;color:#a0a0a0}.tagsInput:focus::-webkit-input-placeholder{color:transparent}.tagsInput:focus:-ms-input-placeholder{color:transparent}.tagsInput:focus::-ms-input-placeholder{color:transparent}.tagsInput:focus::placeholder{color:transparent}.tags-list{display:inline-flex;grid-gap:5px;gap:5px;border-radius:5px;flex-wrap:wrap;padding:10px;width:400px;border:1px solid #bebebe;margin-bottom:10px}.tags__tag{padding:5px 10px;border-radius:5px;background-color:#b84eb8}.tags__tag,.tags_btn{display:flex;align-items:center;justify-content:center;color:#fff}.tags_btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;line-height:0;margin-left:15px;padding:0;height:16px;width:16px;border-radius:50%;background-color:#660e66;transform:rotate(45deg)}@-webkit-keyframes labelMove{0%{top:10px;font-size:14px;color:#a0a0a0}to{top:-10px;font-size:.8em;color:#e3165b}}@keyframes labelMove{0%{top:10px;font-size:14px;color:#a0a0a0}to{top:-10px;font-size:.8em;color:#e3165b}}@-webkit-keyframes labelDown{0%{top:-10px;font-size:.8em;color:#e3165b}to{top:10px;font-size:14px;color:#a0a0a0}}@keyframes labelDown{0%{top:-10px;font-size:.8em;color:#e3165b}to{top:10px;font-size:14px;color:#a0a0a0}}.portfolio{text-align:center;box-sizing:border-box;padding:30px 0;background-color:#5faca5}.portfolio h1{position:relative;color:#2c7972;-webkit-animation-name:moveDown;animation-name:moveDown;-webkit-animation-duration:1s;animation-duration:1s}.resume-pdf{background-color:#5faca5;padding:30px}.resume-pdf h1{color:#2c7972;margin-bottom:30px}canvas.react-pdf__Page__canvas{margin:0 auto;box-shadow:0 0 16px rgba(0,0,0,.35)}.react-pdf__Page__textContent span{font-size:12.2em}.resume-nav{margin-bottom:60px;color:#fff}.resume-next,.resume-prev{margin-right:30px;padding:10px 25px;cursor:pointer;color:#fff;border:2px solid #2c7972;background-color:#5faca5}@media only screen and (max-width:900px) and (min-width:767px){canvas.react-pdf__Page__canvas{width:650px!important;height:100%!important}}@media only screen and (max-width:768px) and (min-width:561px){canvas.react-pdf__Page__canvas{width:500px!important;height:100%!important}.resume-pdf{padding:15px}}@media only screen and (max-width:560px){canvas.react-pdf__Page__canvas{width:380px!important;height:100%!important}.resume-pdf{padding:15px}}@media only screen and (max-width:375px){canvas.react-pdf__Page__canvas{width:300px!important;height:100%!important}.resume-pdf{padding:10px}}
/*# sourceMappingURL=main.d6372f2e.chunk.css.map */