:root{--primary-color: #57C4E5;--secondary-color: #2667FF;--secondary-text-color: #939393;--background-color: #212738;--base-color: white;--item-background-color: #11141C}@font-face{font-family:Inter-Regular;src:url(/Portfolio/assets/Inter_28pt-Regular-Dou9gfMK.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter-Bold;src:url(/Portfolio/assets/Inter_28pt-Bold-Bvb2Ms9Y.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Inter-ExtraBold;src:url(/Portfolio/assets/Inter_28pt-ExtraBold-CH2I3-2X.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Inter-SemiBold;src:url(/Portfolio/assets/Inter_28pt-SemiBold-DRdXRTvh.ttf) format("truetype");font-weight:700;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background-color)}.greeting-section{text-align:center;margin-top:8rem;padding-top:60px}.title{font-family:Inter-ExtraBold;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--base-color);font-size:1.5rem}#title-name{color:var(--primary-color)}.title-body{margin-top:20px;max-width:30rem;margin-left:24.5rem}#role{font-family:Inter-Bold;color:var(--base-color);text-align:start}.title-body p{font-family:Inter-Regular;color:var(--secondary-text-color);margin-top:5px;text-align:start;font-size:15px}.contact-icons{display:flex;justify-content:center;gap:5px;margin-top:20px;padding-left:22rem}.contact-icons a{color:var(--base-color);transition:all .3s ease;cursor:pointer;position:relative}.contact-icons a:hover{color:var(--primary-color);transform:translateY(-3px)}.contact-icons a:after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background-color:var(--item-background-color);color:var(--base-color);padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;border:1px solid var(--primary-color)}.contact-icons a:hover:after{opacity:1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.down-arrow{margin-top:50px}.down-arrow a{animation:bounce 1s ease-in-out infinite;display:inline-block}.section{margin-left:30px;margin-right:30px;margin-top:13rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.section.visible{opacity:1;transform:translateY(0)}.about-section{margin-top:15rem}.section-title{display:flex;gap:5px;align-items:center;margin-bottom:5px}.section-title h2{font-family:Inter-bold;font-size:2rem;color:var(--base-color)}.box{background-color:var(--secondary-color);height:45px;width:5px;border-radius:25px}.about-section p{font-family:Inter-Regular;font-size:25px;padding:5px 40px;color:var(--base-color);height:auto;width:70rem}.about-section p b{color:var(--primary-color)}.education-history{padding:5px 40px}.college{font-family:Inter-Bold;display:flex;justify-content:space-between;margin-bottom:15px}.college h3{color:var(--base-color);font-size:20px}#date{display:flex;gap:5px}#highlights{color:var(--primary-color)}#degree{display:flex;align-items:center}.college h4{font-size:15px;color:var(--secondary-text-color);padding:5px}.skill-grid{display:flex;justify-content:space-evenly}.footer-section{margin:5rem auto 20px;text-align:center;width:50%}#footer-description{font-size:20px;font-family:Inter-Regular;color:var(--secondary-text-color)}#footer-description span{color:var(--primary-color)}@media(max-width:768px){.title{font-size:20px}.title-body{margin-top:20px;max-width:25rem;margin-left:5rem}}.project-card{display:flex;gap:40px;padding:20px;background-color:#ffffff0d;border-radius:10px;max-width:900px;margin:50px auto}.project-img{height:200px;width:350px;flex-shrink:0;border-radius:8px;overflow:hidden;transition:transform .3s ease}.project-img:hover{transform:scale(1.02)}.project-img a{display:block;width:100%;height:100%}.project-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-img:hover img{transform:scale(1.05)}.project-content{margin-top:1%;height:12rem;width:25rem;background-color:var(--item-background-color);border-radius:25px;padding-top:10px;padding-left:20px;padding-right:15px}.top-section{display:flex;align-items:center;gap:5px}.top-section h3{font-family:Inter-SemiBold;color:var(--base-color);font-size:20px}.top-section img{height:25px;width:auto}.project-description{font-family:Inter-Regular;color:var(--base-color);font-size:13px;padding-top:5px}.project-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;align-items:center}.project-technologies span{font-family:Inter-SemiBold;font-size:13px;color:var(--base-color);background-color:var(--secondary-color);border-radius:25px;padding:8px 16px;white-space:nowrap;display:inline-block;line-height:1}.skill-card{display:flex;flex-direction:column;margin:30px}.skill-card h4{font-family:Inter-SemiBold;font-size:20px;color:var(--base-color)}.skill-items{font-family:Inter-Regular;font-size:16px;color:var(--secondary-text-color);display:flex;flex-direction:column;gap:5px;padding:5px 10px}.container{display:flex;justify-content:space-between;align-items:center;padding-left:15px;padding-right:15px;background:#01002c2c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.left{margin-top:10px;margin-bottom:10px}img{height:40px;width:auto}ul{display:flex;justify-content:space-between;gap:10px;align-items:center;list-style:none}a{font-family:Inter-Regular;text-decoration:none;color:#fff}
