@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#e7ecff;--secondary-color:#000d9b;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app__navbar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(225,229,255,.744);box-shadow:0 3px 8px #0000003d;justify-content:space-between;opacity:1;padding:1rem 2rem;position:fixed;width:100%;z-index:999}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{height:20px;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:#000d9b;flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:2rem 0;min-width:220px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 2px 8px 0 #63636333}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 2px 8px 0 #63636333}.footer-wrap{align-items:center;background:#8689ed40;display:flex;justify-content:space-between;padding:1rem 2rem;width:100%}.app__footer,.app__footer .footer__items{align-items:center;display:flex;justify-content:center}.app__footer .footer__items{flex:1 1;list-style:none}.app__footer .footer__items li{cursor:pointer;flex-direction:column;margin:0 8px}.app__footer .footer__items li a{color:#000d9b;flex-direction:column;font-weight:500;text-decoration:none;text-transform:capitalize;transition:all .3s ease-in-out}.app__footer .footer__items li a:hover{color:#000}.app__footer .footer__items li:hover div{background:#000}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.app__header{height:100%;padding:6rem 2rem 2rem;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0000001a;flex-direction:row;padding:1rem;width:auto}@media screen and (max-width:390px){.app__header-badge .badge-cmp{margin:1rem}}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{font-size:2rem}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:6rem;width:6rem}.app__header-circles div:nth-child(2){height:9rem;margin:1.25rem;width:9rem}.app__header-circles div:nth-child(3){height:4rem;width:4rem}@media screen and (min-width:2000px){.app__header-circles div div:nth-child(2){height:400px;width:400px}.app__header-circles div div:nth-child(3){height:170px;width:170px}.app__header-circles div div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}@media screen and (max-width:1200px){.app__header-img img{margin-top:35px}}.app__header-img .overlay_circle{bottom:0;display:none;height:100%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__skills-container{display:flex;flex-direction:row;justify-content:center;margin:3rem auto;width:100%}@media screen and (max-width:900px){.app__skills-container{align-items:center;flex-direction:column;justify-content:center;left:0}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center;margin:auto 5rem;max-width:31rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-top:2rem;max-width:20rem}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp .app__skills-exp-item{margin-bottom:1rem}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--black-color);text-transform:uppercase}.head-text{color:#000d9b;font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.education_container{background:#e1e5ff;height:100%;padding:25px 0 10px}.timeline{margin:100px auto;max-width:1200px;position:relative}.itemcontainer{animation:movedown 1s linear forwards;opacity:0;padding:10px 50px;position:relative;width:50%}@keyframes movedown{0%{opacity:1;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.itemcontainer:first-child{animation-delay:0s}.itemcontainer:nth-child(2){animation-delay:1s}.itemcontainer:nth-child(3){animation-delay:2s}.text-box{background:#fff;border-radius:6px;box-shadow:0 3px 8px #0000003d;font-size:15px;padding:20px 30px;position:relative}.left-container{left:0}.right-container{left:50%}.itemcontainer{z-index:50}.itemcontainer img{border-radius:50%;box-shadow:6px 2px 16px 0 #88a5bf7a,-6px -2px 16px 0 #fffc;position:absolute;right:-30px;top:32px;width:60px}.right-container img{left:-30px}.timeline:after{animation:moveline 3s linear forwards;background:#000d9b;content:"";height:100%;left:50%;margin-left:-3px;position:absolute;top:0;width:6px}@keyframes moveline{0%{height:0}to{height:100%}}.text-box h2{font-weight:600}.text-box small{display:inline-block;margin-bottom:15px}.left-container-arrow{border-left:15px solid #fff;right:35px}.left-container-arrow,.right-container-arrow{border-bottom:15px solid #0000;border-top:15px solid #0000;height:0;position:absolute;top:48px;width:0;z-index:1}.right-container-arrow{border-right:15px solid #fff;left:35px}@media screen and (max-width:600px){.timeline{margin:50px auto}.timeline:after{left:31px}.itemcontainer{padding-left:80px;padding-right:25px;width:100%}.text-box{font-size:13px}.text-box small{margin-bottom:10px}.left-container img,.right-container,.right-container img{left:0}.left-container-arrow,.right-container-arrow{border-left:0;border-right:15px solid #fff;left:65px}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__project-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:3rem auto;width:100%}@media screen and (max-width:900px){.app__project-container{align-items:center;flex-direction:column;justify-content:center;left:0}}@media screen and (min-width:374px){.app__project-container{align-items:center;justify-content:center;width:350px}}@media screen and (min-width:576px){.app__project-container{align-items:center;justify-content:center;width:540px}}@media screen and (min-width:786px){.app__project-container{align-items:center;justify-content:center;width:720px}}@media screen and (min-width:992px){.app__project-container{align-items:center;justify-content:center;width:960px}}@media screen and (min-width:1140px){.app__project-container{align-items:center;justify-content:center;width:1100px}}.project_container{display:flex;flex-direction:row;justify-content:center;margin:3rem auto;width:100%}@media screen and (max-width:900px){.project_container{align-items:center;flex-direction:column;justify-content:center;left:0}}.app__project-img{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.app__project-img img{margin:1rem;width:100%;z-index:1}@media screen and (max-width:1200px){.app__project-img img{margin-top:35px}.app__project-img{margin:2rem 0}}.project_info{align-items:flex-start;display:flex;flex-direction:column;font-size:large;justify-content:center}.project_links{display:flex;font-size:small;margin:1rem 0}.project_links p{margin-bottom:0}.project_links .githubview,.project_links .liveview{background:#4f1ef3;border-radius:10px;margin-right:10px}
/*# sourceMappingURL=main.8153acb0.css.map*/