*{margin:0;padding:0}:root{--background-color: #161513;--white-color: white;--orange-color: #DA7C25;--purple-color: rgb(243, 10, 228);--lt-grey: #D8D8D8;--dark-grey: #32323c;--mid-grey: #A0A0A0;--dark-purple: #1F0016;--transparent-purple: rgba(31, 0, 22, .75)}[data-theme=dark]{--background-color: #fff;--white-color: pink}body{font-family:Outfit,sans-serif;height:100vh;background:var(--background-color);color:var(--white-color)}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px}.custom-logo{font-weight:400}.custom-logo span{background:linear-gradient(270deg,var(--orange-color) 10%,var(--purple-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.nav-menu{display:flex;align-items:center;list-style:none;gap:60px;font-size:20px}.nav-connect{padding:20px 40px;border-radius:50px;background:linear-gradient(267deg,var(--orange-color) .36%,var(--purple-color) 102.6%);font-size:22px;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: 768px){.navbar{margin:20px 50px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:20px;left:150px;width:20px}.nav-menu{position:fixed;flex-direction:column;align-items:center;padding-right:60px;padding-bottom:20px;top:0;gap:30px;background-color:var(--dark-purple);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:35px}.hero img{margin-top:150px;width:18rem;border-radius:50%}.hero h1{text-align:center;width:70%;font-size:70px;font-weight:600}.hero h1 span{background:linear-gradient(270deg,var(--orange-color) 10%,var(--purple-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;text-align:center;font-size:24px;line-height:40px}.hero-action{display:flex;align-items:center;gap:25px;font-size:24;font-weight:500;margin-bottom:50px}.hero-connect{padding:25px 45px;border-radius:50px;background:linear-gradient(264deg,var(--orange-color) -5.09%,var(--purple-color) 106%);cursor:pointer}.hero-resume-link{text-decoration:none}.hero-resume{padding:25px 75px;border-radius:50px;border:2px solid var(--white-color);cursor:pointer;text-decoration:none;color:var(--white-color)}.hero-connect:hover{border:2px solid white;color:#fff}.hero-resume:hover{border-color:var(--purple-color);color:var(--purple-color)}@media (max-width: 768px){.hero img{margin-top:120px;width: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:40px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:180px 170px}.about img{width:12rem}.about-title{position:relative}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:80px}.about-left img{border-radius:20px}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.about-para p{line-height:1.5}.about-skills{display:block}.about-skill{display:flex;gap:30px;justify-content:center;align-items:center}.about-text{font-size:24px;transition:.3s;text-align:center}.about-text:hover{font-size:30px;background:linear-gradient(270deg,var(--orange-color) 10%,var(--purple-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-line{font-size:30px;color:var(--purple-color)}.space-holder{height:50px}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:60px;font-weight:400;background:linear-gradient(270deg,var(--orange-color) 50.41%,var(--purple-color) 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement:hover{transform:scale(1.3)}.about-achievement p{font-size:22px;font-weight:500}@media (max-width: 768px){.about{gap:80px;margin:50px 70px;align-items:start;width:80vw;height:100%;justify-content:center}.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-right{width:550px}.about-para{font-size:18px;line-height:32px}.about-skill{gap:20px;align-items:center;line-height:30px;padding:20px}.about-line{font-size:80px;font-weight:100}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:34px;font-weight:700}.about-achievement p{text-align:center;font-size:16px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:180px 170px}.mywork-title{position:relative}.mywork-title h1{padding:0 30px;font-size:80px;font-weight:600}.mywork-title img{position:absolute;bottom:0;right:0;z-index:-1}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;position:relative}.mywork-container img{box-sizing:border-box;width:500px;height:280px;transition:.3s;cursor:pointer;position:relative;border-radius:5px}.hover-card{height:273px;transition:.5s;padding-bottom:8px}.hover-card:hover{transform:scale(1.1);border:5px solid var(--purple-color);border-radius:10px;transition:.3s}.work-overlay{width:500px;text-align:center;position:relative;top:-286px;opacity:0;transition:.5s;height:211px;background:var(--transparent-purple);padding-top:70px;border-radius:5px}.work-overlay:hover{opacity:100;transition:.5s}.work-overlay p{font-weight:700;font-size:30px;background:transparent}.work-overlay .work-desc{font-weight:400;font-size:20px;background:transparent}.work-overlay a{color:var(--light-gray);text-decoration:none;transition:.3s;cursor:pointer;background:transparent}.work-overlay a:hover{font-size:30px;background:linear-gradient(270deg,var(--orange-color) 10%,var(--purple-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mywork-showmore{display:flex;gap:15px;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px;transition:.6s}@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;gap:30px}.mywork-container img{width:80vw;height:100%;justify-content:center}.mywork-showmore{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}.work-overlay{opacity:100%;width:80vw;height:75%;justify-content:center}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:80px;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:80px;font-weight:500;background:linear-gradient(270deg,var(--orange-color) 30%,var(--purple-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:var(--lt-grey);font-size:20px;line-height:35px}.linkedIn{background:#fff;width:40px;border-radius:5px}.gitHub{width:40px}.contact-details{display:flex;flex-direction:column;gap:30px;color:var(--lt-grey);font-size:22px}.contact-details a{text-decoration:none}.contact-details a:hover{text-decoration:underline;color:var(--light-grey)}.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:var(--lt-grey);font-size:22px;font-weight:500}.contact-right input{border:1px solid var(--mid-grey);width:700px;height:78px;padding-left:20px;border-radius:4px;background:var(--dark-grey);color:var(--mid-grey);font-family:outfit,sans-serif;font-size:20px}.contact-right textarea{width:650px;border:1px solid var(--mid-grey);padding:25px;border-radius:4px;background:var(--dark-grey);color:var(--mid-grey);font-family:Outfit;font-size:20px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,var(--orange-color) -5.09%,var(--purple-color) 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: 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:75vw}.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 p{font-size:20px;max-width:400px}.footer-top-right{display:flex;align-items:center;gap:35px}.footer-bottom{display:flex;justify-content:space-between;font-size:18px}.footer-bottom-right{display:flex;gap:50px;margin-bottom:50px}@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}}[data-theme=dark]{--theme-btn: #ffefef;--theme-btn-text: #ca8787;--background-color: #161513;--white-color: white;--orange-color: #DA7C25;--purple-color: rgb(243, 10, 228);--lt-grey: #D8D8D8;--dark-grey: #32323c;--mid-grey: #A0A0A0;--dark-purple: #1F0016;--transparent-purple: rgba(31, 0, 22, .75)}:root{--theme-btn: #6f4c4c;--theme-btn-text: white;--background-color: #ffefef;--white-color: #ca8787;--orange-color: #f3d0d7;--purple-color: #c1cfa1;--lt-grey: #ca8787;--dark-grey: #f0ebe3;--mid-grey: #ca8787;--dark-purple: #1F0016;--transparent-purple: rgba(31, 0, 22, .75)}*{transition:all .5s;background:var(--background-color);color:var(--white-color)}.theme-changer{background:var(--theme-btn);color:var(--theme-btn-text);font-size:12px;padding:4px 12px;border-radius:40px;margin:10px;cursor:pointer}
