*{margin:0;padding:0}body{font-family:Poppins,sans-serif}html{scroll-behavior:smooth}p{color:#555}a,.btn{transition:all .3s}a:disabled,.btn:disabled{pointer-events:none;text-decoration-line:line-through;transition:none}nav,.nav-links{display:flex}nav{justify-content:space-around;align-items:center;height:17vh}.nav-links{gap:2rem;font-size:1.5rem;list-style:none}a{color:#000;-webkit-text-decoration:none;text-decoration:none}a:hover{color:gray;text-underline-offset:1rem;-webkit-text-decoration:underline #b5b5b5;text-decoration:underline #b5b5b5}.logo{font-size:2rem}.logo:hover{cursor:default}#hamburger-nav{display:none}.hamburger-menu{display:inline-block;position:relative}.hamburger-icon{cursor:pointer;flex-direction:column;justify-content:space-between;width:30px;height:24px;display:flex}.hamburger-icon span{width:100%;height:2px;transition:all .3 ease-in-out;background-color:#000}.menu-links{background-color:#fff;width:fit-content;max-height:0;transition:all .3s ease-in-out;position:absolute;top:100%;right:0;overflow:hidden}.menu-links a{text-align:center;color:#000;transition:all .3 ease-in-out;padding:10px;font-size:1.5rem;text-decoration:none;display:block}.menu-links li{list-style:none}.menu-links.open{max-height:300px}.hamburger-icon.open span:first-child{transform:rotate(45deg)translate(10px,5px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:last-child{transform:rotate(-45deg)translate(10px,-5px)}.hamburger-icon span:first-child{opacity:1;transform:none}section{box-sizing:border-box;min-height:fit-content;margin:0 10rem;padding-top:4vh}.section-container,#profile{display:flex}#profile{justify-content:center;gap:5rem;height:80vh}.section__pic-container{width:400px;height:400px;margin:auto 0;display:flex}.section__pic-container .profile-pic{border-radius:50%}.section__text{text-align:center;align-self:center}.section__text p{font-weight:600}.section__text__p1{text-align:center;font-size:1.05rem}.section__text__p2{margin-bottom:1rem;font-size:1.75rem}.title{text-align:center;font-size:3rem}#socials-container{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.icon{cursor:pointer;height:2rem}.icon.round{background-color:#fff;border-radius:50%}.btn-container{justify-content:center;gap:1rem;display:flex}.btn{border-radius:1.5rem;width:8rem;padding:1rem;font-size:.8rem;font-weight:600;transition:all .3s}.btn-color-1,.btn-color-2{border:.1rem solid #353535}.btn-color-1:hover,.btn-color-2:hover{cursor:pointer}.btn-color-1,.btn-color-2:hover{color:#fff;background:#353535}.btn-color-1:hover{background:#000}.btn-color-2{background:0 0}.btn-color-2:hover{background:#fff .1rem solid}.btn-container{gap:1rem}#about{position:relative}.about-containers{gap:2rem;margin-bottom:2rem;display:flex}.about-details-container{flex-direction:column;justify-content:center;display:flex}.about-details-container .text-container hr{margin:1rem 0}.about-details-container .text-container .year{color:#0e1792}.about-details-container .text-container .about-caption{color:#000;margin-bottom:.4rem;font-size:1.1rem;font-weight:500}.about-details-container .text-container .about-caption .year{font-weight:400}.about-details-container .details-container{justify-content:center;display:flex}.about-details-container .details-container div{flex-direction:column;justify-content:center;align-items:center;display:flex}.details-container{text-align:center;background:#fff;border:.1rem solid #a3a3a3;border-radius:1.5rem;flex:1;justify-self:center;padding:1.5rem}.about-pic{border-radius:1.5rem}.arrow{position:absolute;bottom:2.5rem;right:-5rem}.section-container{gap:4rem;height:80%}.section__pic-container{width:400px;height:400px;margin:auto 0}.section__pic-container.banner-pic{margin:0}#experience{position:relative}.experience-sub-title{color:#555;margin-bottom:2rem;font-size:1.2rem;font-weight:600}.experience-details-container{flex-direction:column;justify-content:center;min-height:80%;margin-top:2rem;display:flex}.experience-details-container.pj{overflow-x:scroll}.article-container{text-align:initial;gap:1.2rem;justify-content:baseline;flex-flow:wrap;display:flex}.article-container.projects{justify-content:space-around}.skills-container{margin-bottom:1rem}.skills-container article{justify-content:left;gap:.2rem;width:auto;min-width:8.5rem;display:flex}.skills-container article div p:first-child{font-size:.9rem;font-weight:400}.skills-container article div p:nth-child(2){font-size:.7rem;font-weight:100}article{justify-content:space-around;gap:.5rem;width:10rem;display:flex}article .icon{cursor:default}#projects{position:relative}.color-container{background:#fafafa;border-color:#a3a3a3;flex-direction:column;padding:0;display:flex}.project-img{filter:drop-shadow(0 0 .3rem #a3a3a3);object-fit:cover;border-radius:1.5rem 1.5rem 0 0;width:100%;height:175px}.project-buttons{margin-top:auto;padding:1rem}.project-text{margin:auto;padding:1rem;font-size:.8rem}.project-title{color:#000;margin:1rem 1rem 0;font-size:1rem}.project-btn{color:#000;border-color:#a3a3a3}#contact{flex-direction:column;justify-content:center;height:70vh;display:flex}.contact-info-upper-container{background:#fafafa;border:.1rem solid #a3a3a3;border-radius:1.5rem;justify-content:center;margin:2rem auto;padding:.5rem;display:flex}.contact-info-container{justify-content:center;align-items:center;gap:.5rem;margin:1rem;display:flex}.contact-info-container p{font-size:larger}.contact-icon{cursor:default}.email-icon{height:2.5rem}footer{height:26vh;margin:0 1rem}footer p{text-align:center}.clamp-max{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:250px;display:-webkit-box;overflow:hidden}@media screen and (width<=1400px){#profile{height:83vh;margin-bottom:6rem}.about-containers{flex-wrap:wrap}#contact,#projects{height:fit-content}.banner-pic{justify-content:center;width:100%;margin-bottom:1rem}}@media screen and (width<=1200px){#desktop-nav{display:none}#hamburger-nav{display:flex}#experience,.experience-details-container{margin-top:2rem}#profile,.section-container{display:block}.arrow{display:none}section,.section-container{height:fit-content}section{margin:0 5%}.section__pic-container{width:275px;height:275px;margin:0 auto 2rem}.section__pic-container.banner-pic{justify-content:center;width:100%;margin-bottom:1rem}.about-containers{margin-top:0}}@media screen and (width<=600px){.about-projects,.about-about{flex-direction:column}#contact,footer{height:40vh}#profile{height:83vh;margin-bottom:0}article{font-size:1rem}footer nav{height:fit-content;margin-bottom:2rem}.about-containers,.contact-info-upper-container,.btn-container{flex-wrap:wrap}.contact-info-container{margin:0}.contact-info-container p,.nav-links li a{font-size:1rem}.experience-sub-title{font-size:1.25rem}.logo{font-size:1.5rem}.nav-links{text-align:center;flex-direction:column;gap:.5rem}.section__pic-container{justify-content:center;width:auto;height:46vw}.section__pic-container.banner-pic{margin-bottom:1rem}.section__text__p2{font-size:1.25rem}.title{font-size:2rem}.text-container{text-align:justify}}
