.App{background-color:#fff;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;height:auto;width:100%}h1,h2,h3{font-family:Roboto,sans-serif}body{margin:0;padding:0}.home{background-color:#fff;margin-bottom:200px;padding-top:80px;width:100%}.about,.home{align-items:center;color:#000;display:flex;flex-direction:column}.about{background-color:#f7fafb;background-image:url(/static/media/bg.451cb4305c6c5af91e5c.png);height:calc(100vh - 100px);justify-content:center;text-align:center;width:95%}.about h2{color:#e95f03;font-size:80px;height:20%}.about .prompt{font-size:30px;width:40%}.prompt svg{color:#000;font-size:60px;margin:5px}.skills{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-size:35px;justify-content:center;width:100%}.skills h1{color:#e95f03}.education .list,.experience .list,.skills .list{list-style:none;margin:0;max-width:1080px;padding:0;width:90%}.skills .list{display:flex;flex-wrap:wrap;gap:24px}.skills .item{background:#f7f9fc;border-radius:12px;box-shadow:0 2px 6px #0000000f;flex:1 1 260px;padding:1.5rem 1.75rem}.skills .item h2{font-size:22px;margin:0 0 .75rem}.skills .item span{font-size:18px;line-height:1.5}.experience{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-size:35px;justify-content:center;padding:20px 0;width:100%}.experience h1{color:#e95f03}.education .item,.experience .item{background:#f7f9fc;border-radius:12px;box-shadow:0 2px 6px #0000000f;margin-bottom:20px;padding:1.5rem 1.75rem}.experience .item{border-left:4px solid #e95f03}.experience-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.experience-header h2{font-size:25px;margin:0}.date-desktop{font-size:20px;white-space:nowrap}.experience p{font-size:20px;margin-top:10px}.education{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-size:35px;justify-content:center;padding:20px 0;width:100%}.education h1{color:#e95f03}.education .list{list-style:none;margin:0;max-width:1080px;padding:0;width:90%}.education .item{align-items:flex-start;background:#f7f9fc;border-radius:12px;box-shadow:0 2px 6px #0000000f;display:flex;gap:20px;margin-bottom:20px;padding:1.5rem 1.75rem}.education .item img{height:auto;width:175px}.education-content{display:flex;flex:1 1;flex-direction:column}.education-header{align-items:center;display:flex;justify-content:space-between;width:100%}.education-header h2{font-size:25px;margin:0}.education-header .date-desktop{font-size:25px;font-weight:700;white-space:nowrap}.education .details{display:flex;flex-direction:column;margin-top:8px}.education .details span{font-size:20px;margin-bottom:6px}.date-mobile{display:none}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity 1.6s ease-out,transform 1.6s ease-out;width:100%}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}@media only screen and (max-width:900px){.about h2{font-size:40px}.about .prompt{font-size:20px;margin-top:10px;width:80%}.skills{text-align:center}.skills .list{padding:0}.skills h2{font-size:30px}.education .item{align-items:flex-start;flex-direction:column}.education .item img{display:none}.education .list,.experience .list{width:95%}.date-desktop{display:none}.date-mobile{display:block;font-size:18px;font-weight:700;margin-bottom:8px}.experience-header{align-items:flex-start;flex-direction:column}}.project{align-items:center;background-image:url(/static/media/bg.451cb4305c6c5af91e5c.png);display:flex;flex-direction:column;justify-content:center;padding-top:80px;width:100%}.project h1{color:#e95f03;font-size:35px;margin-top:50px}.project img{border-radius:10px;width:700px}.project .tech{color:#e95f03;font-size:30px;text-align:center;width:90%}.project svg{color:#000;font-size:60px}#description{color:#000;font-size:20px;width:50%}.desc{width:80%}@media only screen and (max-width:900px){#description{color:#000;font-size:15px;width:80%}}.outer{background-color:#fff;padding-top:80px}.projects{align-items:center;background-color:#f7fafb;background-image:url(/static/media/bg.451cb4305c6c5af91e5c.png);display:flex;flex-direction:column;justify-content:center;padding:20px 20px 200px}.projects .projectTitle{color:#e95f03;font-size:20px;font-weight:bolder;text-align:center}.projectList{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-items:center;max-width:1200px;width:100%}.projectItem{background-color:#f7fafb;border-radius:15px;box-shadow:0 3px 15px #0003;height:300px;max-width:400px;text-align:center;transition:box-shadow .3s ease-in;width:100%}.projectItem:hover{box-shadow:0 3px 15px #00000080;cursor:pointer}.projectItem .bgImage{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:15px;border-top-right-radius:15px;height:200px;width:100%}.projectItem h1{font-size:25px}@media only screen and (max-width:1300px){.projectList{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media only screen and (max-width:800px){.projectList{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));width:100%}.projectItem{width:100%}}.navbar{background:#02123a;box-shadow:0 2px 5px #0003;height:80px;justify-content:space-between;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.links,.navbar{align-items:center;display:flex}.links{justify-content:center;padding-left:20px}.navbar a{color:#fff;font-size:18px;margin:0 20px;text-decoration:none;transition:color .3s}.navbar a:hover{color:#e95f03}.toggleButton{align-items:center;display:none;justify-content:center}.toggleButton button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:30px;outline:none}#open{align-items:center;background:#02123a;height:100vh;justify-content:flex-start;left:0;padding-top:80px;position:fixed;right:0;top:0}#open,#open .links{flex-direction:column}#open .links a{font-size:24px;margin:20px 0}@media only screen and (max-width:900px){.navbar a{font-size:18px;margin:0 10px}}.carousel-container{margin:auto;max-width:1000px;overflow:hidden;position:relative;width:80%}.carousel-slide{align-items:center;background-color:#000;display:flex;height:600px;justify-content:center}.carousel-slide img,.carousel-slide video{border-radius:10px;height:100%;object-fit:contain;width:100%}.left-arrow,.right-arrow{background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.left-arrow{left:10px}.right-arrow{right:10px}.carousel-indicators{bottom:20px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%)}.carousel-indicator{background-color:#ffffff80;border:2px solid #000;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s;width:12px}.carousel-indicator.active{background-color:#ffffffe6;border:2px solid #e95f03}.footer{align-items:center;background:#02123a;display:flex;flex-direction:column;height:200px;justify-content:center;margin-left:2.5%;margin-right:2.5%;padding-top:10px}.socialMedia svg{color:#fff;cursor:pointer;font-size:70px;margin:20px}.footer p{color:#fff}@media only screen and (max-width:600px){.footer svg{font-size:50px}}
/*# sourceMappingURL=main.a9adda4f.css.map*/