@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Margarine&family=Outfit:wght@100..900&family=Satisfy&display=swap";*{margin:0;padding:0}body{font-family:Outfit,sans-serif;height:100vh;background:#161513;color:#fff}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px}.navbar-title{position:relative}.navbar-title h1{padding:0rem;font-size:2rem}.navbar-title img{position:absolute;bottom:0;right:0;z-index:-1;width:70px}.nav-menu{display:flex;align-items:center;list-style:none;gap:4rem;font-size:1.5rem}.nav-connect{padding:1rem 2rem;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:1rem;cursor:pointer;transition:.5s}.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,.nav-mob-open{display:none}@media (max-width:1300px){.nav-connect{display:none}.navbar{margin:20px 30px;justify-content:center}.navbar-title{display:none}}@media (max-width:768px){.navbar{margin:20px 50px}.navbar-title{display:block}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:30px;left:290px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:350px;height:100%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:2.5rem}.hero img{margin-top:150px;width:10rem;height:10rem;border-radius:100%;object-fit:cover;object-position:0% 10%}.hero h1{text-align:center;width:50%;font-size:5rem;font-weight:600}.hero h1 span{background:linear-gradient(270deg,#da7c25 10%,#b923e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-action{display:flex;align-items:center;gap:1.8rem;font-size:1.2rem;font-weight:500;margin-bottom:4rem}.hero-connect{padding:25px 45px;border-radius:50px;background:linear-gradient(270deg,#da7c25 -5.09%,#b923e1 106.28%);cursor:pointer;transition:.5s}.hero-resume{border-radius:50px;padding:25px 75px;border:2px solid #fff;cursor:pointer;color:#fff;text-decoration:none}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}@media (max-width:768px){.hero img{margin-top:120px;width:260px;height:260px}.hero h1{margin-top:50px;width:90%;font-size:50px}.hero p{width:60%;font-size:18px;line-height:32px;margin:10px 0}.hero-action{gap:16px;font-size:18px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 30px;border-radius:40px}.hero-resume{padding:20px 50px;border-radius:50px}}@media (max-width:480px){.hero h1{min-width:100px}.hero-action{flex-direction:column}.hero-connect,.hero-resume{font-size:small}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;margin:5rem 10rem}.about-title{position:relative}.about-title h1{padding:0rem 1.8rem;font-size:5rem;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:5rem}.about-left img{width:20rem;height:30rem;object-fit:cover;object-position:0% 10%}.about-right{display:flex;flex-direction:column;gap:5rem}.about-para{display:flex;flex-direction:column;gap:1rem;font-size:1.1rem;font-weight:500;line-height:1.5}.about-skills{display:flex;flex-direction:column;gap:1.2rem}.about-skill{display:flex;gap:3rem;align-items:center;transition:.3s}.about-skill p{min-width:9rem;font-size:1.1rem;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-achievments{display:flex;width:100%;justify-content:space-around;margin-bottom:5rem}.about-achievment{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievment h1{font-size:60px;font-weight:700;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-achievment p{font-size:1.2rem;font-weight:500}.about-skill:hover,.about-achievment:hover{transform:scale(1.05);transition:.5s}@media (max-width:768px){.about{gap:80px;margin:50px 70px;align-items:start}.about-title h1{font-size:50px;padding:0}.about-title img{width:130px;right:-20px}.about-sections{flex-direction:column}.about-left{display:none}.about-para{font-size:18px;line-height:32px}.about-skill{gap:20px;align-items:center}.about-skill p{font-size:20px}.about-skill hr{height:6px}.about-achievments{justify-content:space-between}.about-achievment{gap:10px}.about-achievment h1{font-size:34px;font-weight:700}.about-achievment p{text-align:center;font-size:16px}}@media (max-width:480px){.about-achievments{gap:70px}.about-achievment p{width:100%}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;margin:5rem 10rem}.mywork-title{position:relative}.mywork-title h1{padding:0rem 2rem;font-size:5rem;font-weight:600}.mywork-title img{position:absolute;bottom:0;right:0;z-index:-1}.mywork-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mywork-container img{box-sizing:border-box;width:25rem;height:16rem;transition:.3s;cursor:pointer}.mywork-container img:hover{transform:scale(1.1);border:2px solid #ff00ff;border-radius:10px;transition:.3s}.mywork-showmore{display:flex;align-items:center;gap:1rem;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:600;margin-top:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px;transition:.6s}@media (max-width:1200px){.mywork-container img{width:15rem;height:10rem}.mywork-container{margin:0 0 0 100px}}@media (max-width:768px){.mywork{gap:50px;margin:50px 70px;align-items:start}.mywork-title h1{padding:0;font-size:50px;font-weight:600}.mywork-title img{width:130px;margin-right:-20px}.mywork-container{grid-template-columns:1fr 1fr;gap:30px;margin:0}.mywork-container img{width:100%;height:100%}.mywork-showmore{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}}@media (max-width:768px){.mywork-title img{bottom:1;left:0;z-index:-1}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;margin:80px 170px}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:5rem;font-weight:600}.contact-title img{position:absolute;bottom:0;right:0;z-index:-1}.contact-section{display:flex;gap:150px}.contact-left{display:flex;flex-direction:column;gap:30px}.contact-left h1{font-size:5rem;font-weight:700;background:linear-gradient(270deg,#df8908 80%,#b415ff 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-left p{max-width:550px;color:#d8d8d8;font-size:20px;line-height:35px}.contact-details{display:flex;flex-direction:column;gap:30px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:20px}.contact-right{display:flex;flex-direction:column;align-items:start;gap:30px}.contact-right label{color:#d8d8d8;font-size:22px;font-weight:500}.contact-right input{border:none;width:700px;height:78px;padding-left:20px;border-radius:4px;color:#a0a0a0;background-color:#32323c;font-size:20px}.contact-right textarea{width:40rem;border:none;padding:25px;border-radius:4px;background-color:#32323c;color:#a0a0a0;font-size:20px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);font-size:22px;padding:20px 60px;margin-bottom:50px;cursor:pointer;transition:.3s}.contact-submit:hover{transform:scale(1.1);transition:.3s}@media (max-width:1200px){.contact-section{flex-direction:column}}@media (max-width:768px){.contact{gap:50px;margin:50px 70px;align-items:start}.contact-title h1{padding:0;font-size:50px;font-weight:600}.contact-title img{width:130px;margin-right:-20px}.contact-section{flex-direction:column}.contact-left h1{font-size:54px}.contact-left p{font-size:18px}.contact-detail{gap:20px}.contact-detail img{width:25px}.contact-right label{font-size:20px}.contact-right input{width:100%;font-size:20px}.contact-right textarea{width:95%;font-size:20px}.contact-submit{font-size:20px;padding:15px 40px}}.footer{margin:50px 170px;display:flex;flex-direction:column;gap:30px}.footer-top{display:flex;justify-content:space-between}.footer-top-left{position:relative}.footer-top-left p{margin-top:20px;font-size:20px;max-width:400px}.footer-top-left h1{padding:0rem;font-size:2rem}.footer-top-left img{position:absolute;bottom:1;right:1;z-index:-1;width:70px}.footer-top-right{display:flex;align-items:center;gap:35px}.footer-email-input{display:flex;gap:30px;padding:20px 80px 20px 30px;border-radius:50px;background-color:#32323b}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-size:18px}.footer-subscribe{font-size:20px;padding:22px 50px;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:18px}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3s}@media (max-width:768px){.footer{margin:50px 70px}.footer-top{flex-direction:column;gap:50px}.footer-bottom{display:flex;flex-direction:column-reverse;margin-bottom:50px}.footer-top-right{flex-direction:column}}@media (max-width:480px){.footer-top-right{flex-direction:column}.footer-email-input input{width:100%}.footer-bottom-right{display:grid;grid-template-columns:1fr 1fr}}.experience{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;margin:5rem}.experience-title{position:relative}.experience-title h1{padding:0rem 2rem;font-size:5rem;font-weight:600}.experience-title img{position:absolute;bottom:0;right:0;z-index:-1}.experience-container{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.experience-wrapper{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid white}.experience-wrapper:hover{border:2px solid #ff00ff;transition:.5s;transform:scale(1.02)}.exp-title,.exp-role{display:flex;justify-content:space-between}.exp-desc{line-height:1.5;letter-spacing:1px}@media (max-width:900px){.experience-container{grid-template-columns:1fr}.experience-title h1{padding:0;font-size:50px;font-weight:600}}@media screen and (max-width:600px){.exp-title,.exp-role{flex-direction:row}.exp-desc{align-items:start}.experience{margin:1rem}}@media screen and (max-width:480px){.exp-title,.exp-role{flex-direction:column}}
