@import url(https://fonts.googleapis.com/css2?family=Aboreto&display=swap);@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap);:root{--primary-color:#283847;--secondary-color:#fff;--light-primary-shade:#324252;--gray-shade:#95a2b3;--black-shade:#000}.mp_fc{justify-content:center}.mp-vertically-fc,.mp_fc{align-items:center;display:flex}.mp_font1{font-family:Aboreto,cursive}.mp_font2{font-family:Quicksand,sans-serif}.mp-page{height:100vh}.mp-page-content-section{height:87vh;overflow-y:scroll}.mp-page-content-section::-webkit-scrollbar{width:5px}.mp-page-content-section::-webkit-scrollbar-track{border-radius:1rem;box-shadow:inset 0 0 5px #95a2b3;box-shadow:inset 0 0 5px var(--gray-shade)}.mp-page-content-section::-webkit-scrollbar-thumb{background:#fff;background:var(--secondary-color);border-radius:50%}.mp-page-content-section::-webkit-scrollbar-thumb:hover{background:#95a2b3;background:var(--gray-shade)}@media only screen and (max-width:870px){.mp-page-content-section{height:90vh}}@media only screen and (max-width:570px){.mp-page-content-section{height:91vh}}*{box-sizing:border-box;padding:0}*,body{margin:0}body{background-color:var(--primary-color)}.mp_header{height:13vh;justify-content:space-between;padding:0 2rem;z-index:1}.mp_hamburger-popUp-close-icon-container,.mp_header{position:relative;width:100%}.mp_header-logo{height:10vh}.mp_header-subcontainer1{color:var(--gray-shade);font-size:1.3rem;gap:.5rem}.mp_header-subcontainer2{gap:2rem}.mp_header-link{text-decoration:none}.mp_hamburger-icon{color:var(--gray-shade);display:none;font-size:1.5rem}.mp_hamburger-popUp-container{background-color:var(--light-primary-shade);box-shadow:0 0 2px 0 var(--gray-shade);display:none;flex-direction:column;gap:2rem;height:40vh;justify-content:space-around;left:0;padding:1rem;top:0;width:100%}.mp_hamburger-popUp-close-icon,.mp_hamburger-popUp-container{position:absolute}.mp_hamburger-popUp-close-icon{background-color:var(--gray-shade);font-size:1.5rem;right:0}@media only screen and (max-width:870px){.mp_header{height:10vh}.mp_header-logo{height:8vh}.mp_header-subcontainer2{display:none}.mp_hamburger-icon{display:inline-block}}@media only screen and (max-width:570px){.mp_header{height:9vh;padding:0 .5rem}.mp_header-logo{height:7vh}.mp_header-subcontainer1{font-size:1.1rem}}.mp_introduction-section{height:87vh;justify-content:space-around;padding:0 1rem 5rem;position:relative}.mp_intro-text-section{color:var(--gray-shade);padding:0 0 5rem}.mp_intro-text-section h4{-webkit-animation:anim-linedown 5s ease-out;animation:anim-linedown 5s ease-out;font-size:1.8rem;font-weight:700;gap:.3rem}.mp_intro-text-section p{-webkit-animation:anim-linedown 3.5s ease-out;animation:anim-linedown 3.5s ease-out;gap:.3rem;max-width:50ch;padding-top:1rem}.ms_intro-img-section img{-webkit-animation:fadeIn 5s;animation:fadeIn 5s;border:10px solid var(--light-primary-shade);border-radius:50%;box-shadow:0 0 2px 0 var(--secondary-color);width:15rem}.mp_intro-text-section button{-webkit-animation:anim-linedown 3.5s ease-out;animation:anim-linedown 3.5s ease-out;background-color:initial;border:1px solid var(--gray-shade);border-radius:.3rem;color:var(--gray-shade);cursor:pointer;margin-top:1rem;padding:.5rem}.mp_intro-text-section button:hover{background-color:var(--light-primary-shade)}.mp_swipe-down-icon{-webkit-animation:fadeIn 5s;animation:fadeIn 5s;bottom:2rem;color:var(--gray-shade);font-size:2.5rem;position:absolute}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes anim-linedown{0%{opacity:0;-webkit-transform:translateY(-15vh);transform:translateY(-15vh)}20%{opacity:1}50%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes anim-linedown{0%{opacity:0;-webkit-transform:translateY(-15vh);transform:translateY(-15vh)}20%{opacity:1}50%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (max-width:870px){.ms_intro-img-section img{width:12rem}.mp_introduction-section{height:90vh}.mp_intro-text-section{padding:0}.mp_intro-text-section h4{font-size:1.5rem}.mp_intro-text-section p{gap:0;max-width:45ch;padding-top:.5rem}}@media only screen and (max-width:680px){.mp_introduction-section{flex-direction:column-reverse}.mp_intro-text-section{align-items:center;display:flex;flex-direction:column;padding-bottom:2rem}.mp_intro-text-section p{text-align:center}.mp_intro-text-section h4{justify-content:center}.ms_intro-img-section img{border:6px solid var(--light-primary-shade);width:10rem}.mp_swipe-down-icon{font-size:1.5rem}}@media only screen and (max-width:570px){.mp_introduction-section{height:91vh}.mp_intro-text-section h4{font-size:1.2rem}.mp_intro-text-section p{font-size:.9rem;padding-top:.2rem}.ms_intro-img-section img{width:9rem}}.mp_homePage-sub-section{margin:0 1rem;min-height:40vh}.mp_homePage-section-heading,.mp_homePage-section-subheading{border-bottom:1px solid var(--light-primary-shade);color:var(--secondary-color);font-size:1.2rem;padding-bottom:.5rem;text-align:center}.ms_technologies-familier{flex-wrap:wrap;gap:1.5rem;padding:3rem 1.5rem}.ms_technologies-familier div{background:rgba(0,0,0,.3);border-radius:.3rem;color:var(--gray-shade);gap:.5rem;padding:.5rem .6rem}.ms_technologies-familier div:hover{box-shadow:0 0 5px 0 var(--black-shade)}@media only screen and (max-width:870px){.ms_technologies-familier{padding:3rem 0}}@media only screen and (max-width:680px){.ms_technologies-familier{gap:.5rem}.ms_technologies-familier div{font-size:.9rem}}.mp_projects-work{flex-wrap:wrap;gap:2rem;padding:3rem 1.5rem}.mp_project-category-card{background:rgba(0,0,0,.3);border-radius:.5rem;height:15rem;width:15rem}.mp_project-category-card:hover{background-color:var(--light-primary-shade);box-shadow:0 0 30px 0 var(--black-shade);cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all 1s}.mp_project-category-card:hover .mp_project-category-card-img-layer{display:none}.mp_project-category-card-img-layer,.mp_project-category-card-img-section{height:50%;width:100%}.mp_project-category-card-img-section{position:relative}.mp_project-category-card-img-layer{background:rgba(0,0,0,.3);height:94%;position:absolute}.mp_project-category-card-img-layer,.mp_project-category-card-img-section img{border-top-left-radius:.5rem;border-top-right-radius:.5rem;width:100%}.mp_project-category-card-content-section{display:flex;flex-direction:column;height:50%;justify-content:space-between;padding:0 .5rem .6rem}.mp_pcc-title{font-size:.9rem}.mp_pcc-description{padding-top:.5rem}.mp-pcc-link,.mp_pcc-description{color:var(--gray-shade);font-size:.8rem}.mp-pcc-link{align-items:flex-end;display:flex;gap:.4rem}.mp-pcc-link:hover,.mp_pcc-title{color:var(--secondary-color)}@media only screen and (max-width:870px){.mp_projects-work{gap:1rem;padding:3rem 0}}@media only screen and (max-width:790px){.mp_projects-work{gap:2rem}}@media only screen and (max-width:580px){.mp_projects-work{gap:1.5rem}}.ms_education-pursued{color:var(--gray-shade);padding:3rem 0}.ms_ep-inner-container{flex-direction:column;gap:2rem;max-width:40rem;width:100%}.ms_ep-inner-container>*{width:100%}.mp_education{display:flex;font-size:.9rem}.mp_education h4{width:30%}.mp_education p{width:70%}@media only screen and (max-width:580px){.mp_education{gap:4rem}}.mp_blogs-section p,.mp_sub-section-link button{color:var(--gray-shade)}.mp_sub-section{flex-direction:column;gap:1.5rem;padding:3rem 0}.mp_sub-section p{text-align:center}.mp_sub-section-link button{background:rgba(0,0,0,.3);border:1px solid var(--gray-shade);border-radius:.3rem;cursor:pointer;padding:.6rem .8rem}.mp_sub-section-link button:hover{border:1px solid var(--light-primary-shade);transition:.5s}@media only screen and (max-width:580px){.mp_sub-section p{font-size:.9rem}}.mp_paintings-section p{color:var(--gray-shade)}.mp_footer-section{background:rgba(0,0,0,.5);flex-direction:column;gap:1.5rem;min-height:30vh;padding:1rem}.mp_footer-link:hover,.mp_footer-section p{color:var(--gray-shade)}.mp_footer-section div{gap:2rem}.mp_footer-link{color:var(--secondary-color);font-size:1.5rem}.mp_projectsListing-container{padding:2rem}.mp_pc-subcontainer212,.mp_pc-subcontainer213,.mp_pc-subcontainer22 button,.mp_pc_subcontainer211,.mp_projectsListing-container h4{color:var(--gray-shade)}.mp_projectsListing-container h4{text-align:center}.mp_productCardsListing-container{flex-direction:column;gap:2rem;margin:1rem auto;max-width:40rem;padding:1rem}.mp_project-card{background:rgba(0,0,0,.3);border-radius:.5rem;cursor:pointer;height:25rem;width:25rem}.mp_pc-subcontainer1{height:50%;position:relative}.mp_pc-subcontainer1-layer{background:rgba(0,0,0,.3);height:93.5%;position:absolute}.mp_pc-subcontainer1 img,.mp_pc-subcontainer1-layer{border-top-left-radius:.5rem;border-top-right-radius:.5rem;width:100%}.mp_project-card:hover .mp_pc-subcontainer1-layer{display:none}.mp_project-card:hover{background-color:var(--light-primary-shade);box-shadow:0 0 35px 0 var(--black-shade);-webkit-transform:scale(1.1);transform:scale(1.1);transition:all 1s;z-index:1}.mp_pc-subcontainer2{height:50%;justify-content:space-between;padding:0 .8rem .8rem}.mp_pc-subcontainer2,.mp_pc_subcontainer21{display:flex;flex-direction:column;gap:.5rem}.mp_pc_subcontainer211{justify-content:space-between}.mp_pc_subcontainer211 h4{font-size:.9rem;text-align:left}.mp_pc-subcontainer212,.mp_pc-subcontainer213,.mp_pc_subcontainer211 p{font-size:.8rem}.mp_pc_subcontainer211 p{flex-shrink:0}.mp_pc-subcontainer212{flex-wrap:wrap;gap:.3rem}.mp_pc-subcontainer212 span{background:rgba(0,0,0,.3);padding:.3rem .5rem}.mp_pc-subcontainer212 span,.mp_pc-subcontainer22 button{border-radius:.3rem}.mp_pc-subcontainer213{padding-top:.5rem}.mp_pc-subcontainer22{gap:.5rem}.mp_pc-subcontainer22 button{background-color:initial;border:1px solid var(--light-primary-shade);padding:.3rem}.mp_project-card:hover .mp_pc-subcontainer22 button{border:1px solid var(--gray-shade)}.mp_project-card:hover .mp_pc-subcontainer22 button:hover{background:var(--primary-color);border:1px solid var(--primary-color);box-shadow:0 0 3px 0 var(--black-shade);cursor:pointer}@media only screen and (max-width:480px){.mp_project-card{height:25rem;width:20rem}.mp_pc-subcontainer1{height:40%}.mp_pc-subcontainer2{height:60%}.mp_pc-subcontainer212,.mp_pc_subcontainer211 p{font-size:.7rem}}@media only screen and (max-width:400px){.mp_project-card{height:25rem;width:18rem}.mp_pc-subcontainer1{height:35.8%}.mp_pc-subcontainer2{height:65.2%}}.mp_blogsListing-container{flex-direction:column;gap:2rem;padding:2rem 1rem}.mp_blog-card{height:18rem;width:20rem}.mp_blog-card,.mp_blog-card img{border-radius:.8rem}.mp_blog-card img{width:100%}.mp_blog-card p{color:var(--gray-shade);padding:.5rem .2rem 0}.mp_blog-description,.mp_blog-published-date{font-size:.8rem}.mp_blog-title{font-size:.9rem;font-weight:700}.mp_blog-card:hover img{box-shadow:0 0 20px 0 var(--black-shade);cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all 1s}.mp_blog-description{padding-top:.5rem}@media only screen and (max-width:400px){.mp_blog-card:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}}.mp_paintings-listing-container{padding:2rem 1rem}.mp_paintings-listing-container,.mp_paintings-listing-container button{color:var(--gray-shade)}.mp_paintings-listing-container h4{text-align:center}.mp_paintings-listing-container button{background-color:initial;border:1px solid var(--gray-shade);border-radius:.3rem;cursor:pointer;margin:1rem;padding:.3rem .5rem}.mp_paintings-listing-container button:hover{background-color:var(--light-primary-shade)}.mp_paintings-card-container{flex-direction:column;gap:2rem;padding:2rem 0}.mp_painting-card{height:23rem;width:23rem}.mp_painting-card,.mp_painting-card img{border-radius:.5rem}.mp_painting-card img{width:100%}.mp_painting-card:hover{box-shadow:0 0 40px 0 var(--black-shade);-webkit-transform:scale(1.1);transform:scale(1.1);transition:all 1s}@media only screen and (max-width:460px){.mp_paintings-listing-container h4{font-size:.9rem}.mp_painting-card{height:18rem;width:18rem}}@media only screen and (max-width:370px){.mp_painting-card{height:17rem;width:17rem}}
/*# sourceMappingURL=main.ceb26551.css.map*/