.background{position:fixed;width:100vw;height:100vh;top:0;left:0;margin:0;padding:0;background:#085078;background:linear-gradient(45deg,#85d8ce,#085078);overflow:hidden}.background li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.2);animation:animate 19s linear infinite}.background li:nth-child(0){left:30%;width:159px;height:159px;top:-159px;animation-delay:1s}.background li:first-child{left:0;width:193px;height:193px;top:-193px;animation-delay:1s}.background li:nth-child(2){left:45%;width:152px;height:152px;top:-152px;animation-delay:3s}.background li:nth-child(3){left:85%;width:127px;height:127px;top:-127px;animation-delay:10s}.background li:nth-child(4){left:76%;width:179px;height:179px;top:-179px;animation-delay:17s}.background li:nth-child(5){left:90%;width:179px;height:179px;top:-179px;animation-delay:19s}.background li:nth-child(6){left:90%;width:114px;height:114px;top:-114px;animation-delay:7s}.background li:nth-child(7){left:65%;width:123px;height:123px;top:-123px;animation-delay:17s}.background li:nth-child(8){left:32%;width:117px;height:117px;top:-117px;animation-delay:2s}.background li:nth-child(9){left:10%;width:146px;height:146px;top:-146px;animation-delay:5s}@keyframes animate{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(1000px) rotate(2turn);opacity:0;border-radius:50%}}:root{--background:#ffffff;--foreground:#171717;--radius:10px;--primary:#2a9ab6}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);font-family:var(--quicksand);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;height:100vh}@media screen and (max-width:992px){body{height:auto}}a,h1,h2,h3,h4,h5,h6,p{margin-bottom:0!important}hr{margin-block:20px;height:1px;border:none;background:linear-gradient(90deg,#ccc,#888,#ccc)}.pageContainer{width:calc(100vw - 700px);max-width:900px;background-color:var(--background);border-radius:var(--radius);border-start-start-radius:0;border-end-start-radius:0;z-index:1;overflow-y:auto;overflow-x:hidden;height:80vh;max-height:650px;display:flex;flex-direction:column}@media screen and (max-width:1200px){.pageContainer{width:calc(100vw - 500px);max-width:700px}}@media screen and (max-width:992px){.pageContainer{border-radius:var(--radius);width:100%;height:auto;max-height:unset;margin:auto auto 40px}}@media screen and (max-width:576px){.pageContainer{border-radius:0!important}}.pageContainer .content{padding:1.5rem;height:100%}.primary{color:var(--primary)}.layout{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:1500px}@media screen and (max-width:992px){.layout{justify-content:space-evenly}}@media screen and (min-width:576px)and (max-width:992px){.layout{-webkit-margin-end:40px;margin-inline-end:40px}}.nav{background-color:var(--background);padding:30px 10px;border-radius:var(--radius);display:flex;flex-direction:column;gap:30px;color:#909090;z-index:3}@media screen and (max-width:992px){.nav{position:fixed;top:50%;inset-inline-start:20px;transform:translateY(-50%)}}@media screen and (max-width:576px){.nav{top:10px;left:50%;transform:translateX(-50%);flex-direction:row;width:calc(100% - 40px);z-index:11;padding:10px;align-items:center;justify-content:center;box-shadow:0 0 17px -10px #333}}.nav_link{color:#666;font-weight:500}.nav_link svg{fill:#909090}.nav_link.active{color:var(--primary)}.nav_link.active svg{fill:var(--primary)}.data{display:flex;width:calc(100vw - 200px);transition:width .2s ease-in-out}@media screen and (max-width:1200px){.data{width:calc(100vw - 130px)}}@media screen and (max-width:992px){.data{flex-direction:column;-webkit-margin-start:120px;margin-inline-start:120px;width:auto}}@media screen and (max-width:576px){.data{-webkit-margin-start:0;margin-inline-start:0;margin-top:60px}}.mainDetails{min-width:450px;max-width:450px;background-color:var(--background);border-radius:var(--radius);overflow:hidden;z-index:2;transform:scale(1.03);box-shadow:-25px -25px 0 rgba(133,216,206,.6666666667),12px 0 10px -10px #ccc;animation:shadowAnimation 5s ease-in-out infinite;display:flex;flex-direction:column;justify-content:space-between}.mainDetails_img{width:100%;position:relative}.mainDetails_img img.profile{width:100%;height:300px;object-fit:cover;object-position:top}@media screen and (min-width:576px)and (max-width:992px){.mainDetails_img img.profile{height:400px}}.mainDetails_img img.wave{position:absolute;width:100%;bottom:-1px;left:0;z-index:1;transform:scaleX(-1)}.mainDetails_data{padding:5px 20px 20px;text-align:center}@media screen and (max-width:1200px){.mainDetails{min-width:350px;max-width:350px}}@media screen and (max-width:992px){.mainDetails{width:100%;min-width:unset;max-width:unset;margin:40px auto;transform:scale(1);box-shadow:none;animation:unset}}@media screen and (max-width:576px){.mainDetails{border-radius:0!important;margin:40px auto}.mainDetails_data{margin-inline:20px;max-width:calc(100% - 40px)}}.hoverIcon{cursor:pointer}.hoverIcon svg{transition:all .3s ease-in-out}.hoverIcon:hover svg{fill:var(--primary)!important}.hoverText{transition:all .3s ease-in-out}.hoverText:hover{color:var(--primary)!important}@keyframes shadowAnimation{0%{box-shadow:-25px -25px 0 rgba(133,216,206,.6666666667),12px 0 10px -10px #ccc}50%{box-shadow:-10px -10px 0 rgba(133,216,206,.6666666667),8px 0 10px -10px #ccc}to{box-shadow:-25px -25px 0 rgba(133,216,206,.6666666667),12px 0 10px -10px #ccc}}.resumeIcon:hover .p1{transform:translateY(-50px)!important}ul{list-style-image:url(/listIcon.png);-webkit-padding-start:15px!important;padding-inline-start:15px!important}ul li{margin-bottom:10px;-webkit-margin-start:4px;margin-inline-start:4px}.tagDiv{display:flex;flex-wrap:wrap;gap:50px 10px;margin-bottom:10px}.tagDiv>span{padding:2px 7px;border-radius:5px;background:var(--primary);color:#fff;font-size:14px}.text-light{color:#888!important}.layoutNav_icon__jfArA{width:25px;height:25px}.layoutNav_resumeIcon__LAxkr{overflow:hidden}.layoutNav_resumeIcon__LAxkr:hover path:first-of-type{animation:layoutNav_fading__xf3TN .5s ease-in-out forwards}.layoutNav_resumeIcon__LAxkr:hover path:nth-of-type(2){animation:layoutNav_fading__xf3TN .5s ease-in-out .1s forwards}.layoutNav_resumeIcon__LAxkr:hover path:nth-of-type(3){animation:layoutNav_fading__xf3TN .5s ease-in-out .2s forwards}@keyframes layoutNav_fading__xf3TN{0%{transform:translateX(0);opacity:1}20%{opacity:0}40%{opacity:0;transform:translateX(10px)}70%{opacity:0;transform:translateX(-10px)}80%{opacity:0}to{opacity:1;transform:translateX(0)}}.layoutNav_contactIcon__sKKX4:hover path{animation:layoutNav_fly__w3uDO .5s ease-in-out forwards}@keyframes layoutNav_fly__w3uDO{0%{opacity:1;transform:translate(0)}40%{opacity:0;transform:translate(200px,-200px)}70%{opacity:0;transform:translate(-200px,200px)}to{opacity:1;transform:translate(0)}}.layoutNav_projectsIcon__xRrlF:hover path:first-of-type{animation:layoutNav_projectsAnimation__X963N .3s ease-in-out forwards}.layoutNav_projectsIcon__xRrlF:hover path:nth-of-type(2){animation:layoutNav_projectsAnimation__X963N .3s ease-in-out .1s forwards}.layoutNav_projectsIcon__xRrlF:hover path:nth-of-type(3){animation:layoutNav_projectsAnimation__X963N .3s ease-in-out .2s forwards}.layoutNav_projectsIcon__xRrlF:hover path:nth-of-type(4){animation:layoutNav_projectsAnimation__X963N .3s ease-in-out .3s forwards}@keyframes layoutNav_projectsAnimation__X963N{0%{transform:translateY(0);opacity:1}40%{transform:translateY(100px);opacity:0}70%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}