@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap";.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 10%}.nav-menu{display:flex;align-items:center;list-style:none;gap:40px;font-size:16px}.nav-connect{padding:15px 20px;border-radius:50px;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);font-size:16px;cursor:pointer;transition:.5s}.portfolio-logo{font-size:30px;font-weight:700;font-family:Poppins,sans-serif;color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:1px 1px 4px rgba(0,0,0,.2);margin:0;padding:10px 0}.logo{width:100px}.nav-connect:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{display:flex;margin:auto}.anchor-link{text-decoration:none;color:#fff}.nav-mob-close{display:none;cursor:pointer}.nav-mob-open{display:none;cursor:pointer;width:30px}@media (max-width:768px){.navbar{margin:20px 6%}.nav-connect{display:none}.nav-mob-open{display:block;position:absolute;right:30px}.nav-mob-close{display:block;position:absolute;top:30px;right:7%;width:30px}.navbar ul{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:300px;height:100%;z-index:2;transition:right .5s;right:-300px;padding-top:100px}.nav-menu li{font-size:22px;padding-left:50px;flex-direction:row;gap:20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:20px}.profile-img{margin-top:30px;width:240px;border-radius:50%}.hero h1{text-align:center;width:65%;font-size:65px;font-weight:600;line-height:70px}.hero h1 span{background:linear-gradient(270deg,#DF8908 10%,#B415FF 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;text-align:center;font-size:18px;line-height:30px}.hero-action{display:flex;align-items:center;gap:25px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 30px;border-radius:50px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%);cursor:pointer}.hero-resume{padding:20px 55px;border-radius:50px;border:2px solid #FFF;cursor:pointer}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}@media (max-width:768px){.profile-img{margin-top:50px;width:200px}.hero h1{margin-top:10px;width:90%;font-size:35px}.hero p{width:80%;font-size:16px;line-height:25px;margin:5px 0}.hero-action{gap:10px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px;border-radius:40px;font-size:14px}.hero-resume{padding:18px 30px;border-radius:40px;font-size:14px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:70px 10%}.about-sections{display:flex;gap:60px}.about-left img{width:300px;border-radius:10px}.about-right{display:flex;flex-direction:column;gap:50px}.about-para{display:flex;flex-direction:column;gap:15px;font-size:18px;font-weight:500}.about-skills{display:flex;flex-direction:column;gap:15px}.about-skill{display:flex;gap:20px;align-items:center;transition:.3s}.about-skill p{min-width:130px;font-size:20px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%)}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:50px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:8px;transition:.5s}.about-achievement h1{font-size:40px;font-weight:700;background:linear-gradient(270deg,#DF8908 50.41%,#B415FF 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:18px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.12);transition:.5s}@media (max-width:768px){.about{gap:50px;margin:50px 6%;align-items:start}.about-sections{flex-direction:column}.about-left{display:none}.about-para{line-height:25px}.about-skill p{font-size:16px;min-width:90px}.about-skill hr{height:6px}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:28px}.about-achievement p{text-align:center;font-size:12px}}.projects-container{padding:2rem;text-align:center}.projects-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.projects-tab-group{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2rem;gap:.75rem}.projects-tab-button{padding:.7rem 1.3rem;border:none;border-radius:20px;background-color:#f0f0f0;cursor:pointer;font-weight:600;font-size:1rem;color:#333;transition:background-color .3s,color .3s}.projects-tab-button.active,.projects-tab-button:hover{background-color:#005;color:#fff}.projects-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.project-card{width:100%;border:none;box-shadow:0 2px 8px #0000001f;border-radius:12px;overflow:hidden;padding:20px;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0003}.project-title{margin:.75rem 0 .5rem;font-size:1.1rem;color:#333;padding:0 1rem;font-weight:600}.project-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.project-links{display:flex;justify-content:space-between;padding:.75rem 1rem 1rem;flex-wrap:wrap;gap:.5rem}.project-link{padding:.4rem .8rem;font-size:.9rem;border:2px solid #0088a9;border-radius:5px;text-decoration:none;color:#0088a9;transition:.3s}.project-link:hover{background-color:#005;color:#fff;border-color:#005}.button-17{width:150px;height:50px;border:3px solid #315cfd;border-radius:20px;transition:all .3s;cursor:pointer;background:white;font-size:1.2em;font-weight:550;text-decoration:none;color:#000;display:flex;align-items:center;justify-content:center}.button-17:hover{background:#315cfd;color:#fff}@media (max-width: 768px){.projects-title{font-size:2rem}.project-links{font-size:.85rem;padding:.4rem .6rem;border-color:red}}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.projects-grid{grid-template-columns:2fr}}@media (max-width: 480px){.project-links{font-size:.9rem}.button-17{width:100px;font-size:1rem;padding:20px}.projects-grid{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 10%}.contact-section{width:100%;display:flex;justify-content:space-between;gap:30px}.contact-left{display:flex;flex-direction:column;gap:20px;flex-basis:40%}.contact-left h1{font-size:50px;font-weight:700;background:linear-gradient(270deg,#DF8908 80%,#B415FF 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:#d8d8d8;font-size:16px;line-height:25px}.contact-details{display:flex;flex-direction:column;gap:25px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:18px}.contact-detail img{width:25px}.contact-right{flex-basis:55%;display:flex;flex-direction:column;align-items:start;gap:15px}.contact-right label{color:#d8d8d8}.contact-right input,.contact-right textarea{border:none;width:100%;padding:18px 0 18px 20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:18px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%);font-size:18px;padding:18px 40px;margin-bottom:50px;margin-top:15px;cursor:pointer;transition:.3s}.contact-submit:hover{transform:scale(1.1);transition:.3s}.linkedin-section{text-align:center;margin-top:20px;font-family:Poppins,sans-serif;font-size:18px}.linkedin-link{color:#0a66c2;font-weight:700;text-decoration:none;transition:.3s}.linkedin-link:hover{text-decoration:underline;color:#004182}@media (max-width:768px){.contact{gap:40px;margin:50px 6%;align-items:start}.contact-section{flex-direction:column}.contact-left h1{font-size:35px}.contact-detail{gap:12px}.contact-detail img{width:20px}.contact-left{margin-bottom:30px}.contact-right label{font-size:14px}}.footer{margin:50px 10%;display:flex;flex-direction:column;gap:25px}.footer-top{display:flex;justify-content:space-between}.footer-top-left p{font-size:16px;max-width:450px}.footer-top-right{display:flex;align-items:center;gap:15px}.footer-email-input{display:flex;gap:20px;padding:15px 20px;border-radius:50px;background:#32323B}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Outfit;font-size:18px}.footer-email-input img{width:22px}.footer-subscribe{font-size:16px;padding:18px 40px;border-radius:50px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%);cursor:pointer;transition:.3s}.footer-bottom{display:flex;justify-content:space-between;font-size:16px}.footer-bottom-right{display:flex;gap:30px;margin-bottom:10px}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3s}@media (max-width:768px){.footer{margin:50px 6%}.footer-top{flex-direction:column;gap:30px}.footer-top-right{gap:5px}.footer-email-input{padding:12px 14px;max-width:200px}.footer-email-input input{width:100%;font-size:16px}.footer-email-input img{display:none}.footer-subscribe{font-size:14px;padding:14px 20px}.footer-bottom{display:flex;flex-direction:column-reverse;font-size:14px}.footer-bottom-right{gap:12px}}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:#161513;color:#fff;font-family:outfit}.title-box{position:relative}.title-box h1{padding:0 30px;font-size:60px;font-weight:600}.title-box img{width:160px;position:absolute;bottom:0;right:0;z-index:-1}@media (max-width: 768px){.about-title img{width:130px;right:-20px}.title-box h1{padding:0;font-size:40px}.title-box img{width:100px;right:-40px}}
