@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}:root{--primary-text-color: #ffffff;--primary-background-color: #232323;--secondary-background-color: #2e2e2e;--testing-background-color-1: #ebc3c3;--testing-background-color-2: #a69595}body,html{background-color:var(--primary-background-color);font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em;margin:0;width:100%;color:var(--primary-text-color)}body{min-height:100vh}header{margin-bottom:10px;background-color:var(--secondary-background-color);position:sticky;top:0;z-index:3}.nav-bar{height:50px;padding:10px 0}.hamburger{display:none}.not-hamburger,.nav-mobile,.footer-right ul{list-style:none;padding:0;margin:0;width:100%;display:inline-flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.not-hamburger li,.nav-mobile li,.footer-right ul li{display:block;height:50px;width:150px;padding:0 10px;margin:0 10px}.nav-bar ul li a,.footer-right ul li a{text-decoration:none;height:inherit;width:100%;color:var(--primary-text-color);font-weight:700;display:flex;justify-content:center;align-items:center}.nav-bar ul li a:not(.hamburger li:first-child a):hover,.footer-right ul li a:hover{background-color:#4592fd}.nav-bar a:not(.hamburger li:first-child a){position:relative}.nav-bar a:not(.hamburger li:first-child a):before,.nav-bar a:not(.hamburger li:first-child a):after{content:"<";opacity:0;transition:opacity .3s ease}.nav-bar a:not(.hamburger li:first-child a):after{content:">";right:0}.nav-bar a:not(.hamburger li:first-child a):hover:before,.nav-bar a:not(.hamburger li:first-child a):hover:after,.nav-bar a:not(.hamburger li:first-child a):focus:before,.nav-bar a:not(.hamburger li:first-child a):focus:after{opacity:1}footer{background-color:var(--secondary-background-color);margin:10px 0 0;padding:15px;height:50px;display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap}h1{font-size:2.75em}h2{font-size:1.5em}p{font-size:1em;line-height:1.25em}.hero{padding:15px 50px;margin:50px 0 10px;display:flex;gap:40px;justify-content:center}.hero-left{width:60%}.hero-left span{background:linear-gradient(180deg,#2e2e2e,#2a83ff,#559cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-right{width:40%;display:flex;justify-content:center;align-items:center}.hero-right img{display:block;max-width:100%;height:auto}.hero h1{margin:5px 0}.hero h2{margin:0 0 5px}.hero p{margin:20px 0 0;font-size:1em}.skills-div,.projects-div,.project-sec{padding:5px 50px;margin:15px 0}.skills-div h1,.projects-div h1,.project-sec h1,.project-sec h2{margin:20px 0 10px}.skills-flex-div{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;justify-content:center;align-items:center;justify-items:center}.skill-card{width:150px;border:5px solid #4592fd;border-radius:30px;padding:15px;display:flex;align-items:center;flex-direction:column;justify-content:flex-start}.skill-card img{width:50%;height:50%;margin:0 0 5px}.skill-card h2{margin:5px 0 0}.projects-div-header{display:flex;justify-content:space-between;align-items:center;align-content:center;@media screen and (max-width: 421px){flex-wrap:wrap;margin-bottom:10px}}.projects-div-header-right{display:flex;align-content:center;align-items:center;justify-content:center;gap:20px}.projects-div-header-right p{margin:0}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.projects-div-flex{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;justify-content:center;align-items:center;justify-items:center}.project-card{width:300px;height:auto;border:5px solid #4592fd;border-radius:30px}.project-card-image-div{position:relative;border-radius:25px 25px 0 0;height:150px;overflow:hidden;margin:0 0 10px}.project-card-image-div-img{display:block;max-width:100%;height:auto}.project-card-image-div-img-featured{position:absolute;top:10px;right:10px;z-index:2}.project-card-info{height:250px;margin:10px 0 0;padding:15px}.project-card-info h2{display:block;margin:0 0 5px;min-height:56px;text-align:center}.project-desc,.project-techstack{margin:5px 0}.project-desc{height:104px;overflow-y:auto}.project-techstack{height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-btns{height:55px;display:flex;flex-direction:column;justify-content:space-between;gap:5px}.project-card a{text-decoration:none;width:100%;color:var(--primary-text-color);font-weight:700;display:flex;justify-content:center;align-items:center;flex-grow:1}.project-card a:hover{color:#4592fd}.project-card:hover{animation-duration:2s;animation-name:glow}@keyframes glow{50%{box-shadow:0 0 10px #4592fd,0 0 20px #4592fd,0 0 30px #4592fd,0 0 40px #4592fd,0 0 70px #4592fd}}.aboutme-div,.contactme-div{padding:5px 50px;margin:15px 0}.contactme-div{margin:15px 0 50px}.aboutme-div h1,.contactme-div h1{margin:20px 0 5px}.info-contact-div{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;justify-content:center;align-items:center;justify-items:center}.info-contact-div p,.info-div p{margin:5px}.info-contact-div a{display:block;text-decoration:none;text-align:center;line-height:100px;height:100px;width:300px;border-radius:30px;border:5px solid #4592fd;color:var(--primary-text-color);font-size:1.5em}.info-contact-div a:hover{background-color:#4592fd}.project-md-div ul,.md-chall-div ol{padding:0 0 0 20px;margin:5px 0}.project-md-div h3{margin:15px 0 5px}.tech-div{margin:10px 0;display:grid;grid-template-columns:100px 1fr;gap:20px;align-items:start}.tech-div h3{margin:0;justify-self:start}.project-sec p{margin:0}.tech-div a{text-decoration:none;font-style:italic;width:100%;color:var(--primary-text-color)}.tech-div a:hover{color:#4592fd}main{width:100%;height:max-content}.hidden{display:none}.big-marg{margin:50px 0}body::-webkit-scrollbar,.project-desc::-webkit-scrollbar,.project-content-div::-webkit-scrollbar{width:5px}.project-content-div::-webkit-scrollbar{height:5px}body::-webkit-scrollbar-track,.project-desc::-webkit-scrollbar-track,.project-content-div::-webkit-scrollbar-track{background:transparent;border-radius:10px}body::-webkit-scrollbar-thumb,.project-desc::-webkit-scrollbar-thumb,.project-content-div::-webkit-scrollbar-thumb{background:#4592fd;border-radius:10px}@supports not selector(::-webkit-scrollbar){body,.project-desc,.project-content-div{scrollbar-color:#4592fd transparent}}@keyframes expandNavBar{0%{max-height:50px}to{max-height:500px}}@keyframes collapseNavBar{0%{max-height:500px}to{max-height:50px}}.expanded{animation-duration:2s;animation-name:expandNavBar;animation-fill-mode:forwards}.collapsed{animation-duration:1s;animation-name:collapseNavBar;animation-fill-mode:forwards}@keyframes fadeOutNavMobile{0%{opacity:1}to{opacity:0}}@keyframes fadeInNavMobile{0%{opacity:0}to{opacity:1}}.nav-mobile.collapsed{animation:fadeOutNavMobile 1s forwards}.nav-mobile.expanded{animation:fadeInNavMobile 2s forwards}@media only screen and (max-width: 600px){.nav-bar{height:auto;padding:10px}.not-hamburger{display:none}.hamburger{list-style:none;padding:0;margin:0;width:100%;display:inline-flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap}footer{height:max-content}.hero{padding:15px 50px;margin:50px 0 10px;display:block}.hero-left{width:100%;margin:0 0 20px}.hero-right{margin:20px 0 0;width:100%;display:flex;justify-content:center;align-items:center}.project-content-div{width:100%}.project-content-gallery{display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;gap:20px}.project-content-img{height:auto;width:100%;display:inline-block}.project-content-img img{display:block;max-width:100%;height:auto}.tech-div{margin:10px 0;display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap}.tech-div p,.tech-div p a{word-break:break-all}}@media only screen and (min-width: 600px){.nav-bar{height:auto;padding:10px}.not-hamburger{display:none}.hamburger{list-style:none;padding:0;margin:0;width:100%;display:inline-flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap}.nav-bar ul li{display:block;height:50px;width:150px;padding:0 10px;margin:0 10px}footer{height:max-content}.hero{padding:15px 50px;margin:50px 0 10px;display:block}.hero-left{width:100%;margin:0 0 20px}.hero-right{margin:20px 0 0;width:100%;display:flex;justify-content:center;align-items:center}.project-content-div{width:100%;display:flex;overflow-x:scroll}.project-content-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:20px;flex:none;min-width:max-content}.project-content-img{height:auto;width:100%;display:inline-block}.project-content-img img{display:block;max-width:100%;height:auto}}@media only screen and (min-width: 768px){.nav-bar{height:50px;padding:10px 0}.hamburger{display:none}.not-hamburger{list-style:none;padding:0;margin:0;width:100%;display:inline-flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.hero{padding:15px 50px;margin:50px 0 10px;display:flex;gap:40px;justify-content:center}.hero-left{width:60%}.hero-right{width:40%;display:flex;justify-content:center;align-items:flex-start}.project-content-div{width:100%;display:flex;overflow-x:scroll}.project-content-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:20px;flex:none;min-width:max-content}.project-content-img{height:auto;width:100%;display:inline-block}.project-content-img img{display:block;max-width:100%;height:auto}}@media only screen and (min-width: 992px){.hero{padding:15px 50px;margin:50px 0 10px;display:flex;gap:40px;justify-content:center}.hero-left{width:60%}.hero-right{width:40%;display:flex;justify-content:center;align-items:flex-start}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
