*{box-sizing:border-box;margin:0;padding:0;list-style:none}section:focus{outline:none}main{background-color:var(--color-primary);min-height:100vh}:root{--color-primary:#1f1c1b;--color-primary-top:#0d0d0d;--color-secondary:#db964c;--color-secondary1:#d8b164;--color-secondary2:#474849;--color-secondary3:#6a6d6b;--color-white:#fff;--color-black:#000;--color-grey0:#f8f8f8;--color-grey1:#db964c;--color-grey2:#b2becd;--color-grey3:#6c7983;--color-grey4:#454e56;--color-grey5:#2a2e35;--color-grey6:#12181b}.light-mode{--color-primary:#a1a294;--color-primary-top:#8f8b74;--color-secondary:#e9e6ca;--color-secondary1:#a19d83;--color-secondary2:#aeab95;--color-secondary3:#8a8a7b;--color-white:#121111;--color-black:#fff;--color-grey0:#f8f8f8;--color-grey1:#e9e6ca;--color-grey2:#353535;--color-grey3:#646464;--color-grey4:#404d56;--color-grey5:#abaea1;--color-grey6:#12181b}.toggle-div{background-color:var(--color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .3s;display:flex;position:relative}.toggle-div.active{background-color:#4caf50}.toggle-div:hover{background-color:var(--color-secondary2)}.toggle-div span{text-align:center;justify-content:center;display:flex}.btn-con{align-self:flex-start;margin-top:20px;display:flex}.main-btn{border:1px solid var(--color-secondary);color:var(--color-grey2);z-index:0;border-radius:30px;align-items:center;font-weight:600;text-decoration:none;transition:color .4s ease-out;display:inline-flex;position:relative;overflow:hidden}.main-btn .btn-text{color:var(--color-primary-light);z-index:1;padding:8px 2rem;transition:color .4s ease-out}.main-btn .btn-icon{background-color:var(--color-secondary);color:var(--color-white);z-index:1;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.main-btn:before{content:"";background-color:var(--color-secondary);z-index:0;transition:transform .4s ease-out;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(100%)}.main-btn:hover:before{transform:translate(0)}.main-btn:hover .btn-text{color:var(--color-white)}@media (max-width:766px){.btn-con{justify-content:center;margin-top:20px}}button{all:unset;display:block}.navbar{background-color:var(--color-primary-top);justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.logo-div{color:var(--color-secondary);cursor:pointer;align-items:center;gap:8px;font-size:1.8rem;font-weight:700;display:flex}.navbar .navLinks{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar .navLinks li a{color:var(--color-white);letter-spacing:.5px;padding:4px 0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.navbar .navLinks li a:after{content:"";background-color:var(--color-secondary);width:0%;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar .navLinks li a:hover{color:var(--color-secondary)}.navbar .navLinks li a:hover:after{width:100%}@media (max-width:666px){.navbar .navLinks{display:none}}.about-section{background-color:var(--color-primary-top);color:var(--color-black);justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1200px;display:grid}.about-image{justify-content:center;display:flex}.profile-img{object-fit:cover;filter:grayscale();opacity:0;border-radius:12px;width:100%;max-width:400px;transition:filter .4s ease-in-out,border-color .4s ease-in-out,transform .6s,opacity .6s;animation:1s .3s forwards fadeSlideUp;transform:translateY(50px);box-shadow:0 10px 30px rgba(0,0,0,.4)}.profile-img:hover{filter:grayscale(0)}.about-text{opacity:0;text-align:left;animation:1s .6s forwards fadeSlideUp;transform:translateY(50px)}.about-text h2{color:var(--color-white);margin-bottom:1rem;font-size:3rem;display:inline-block}.about-text h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:100%;height:3px;margin:.5rem 0 0;display:block}.about-text p{color:var(--color-white);margin-top:1rem;font-family:Poppins,sans-serif;font-size:1.2rem;line-height:1.6}.about-text span{color:var(--color-secondary);font-family:Poppins,sans-serif}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.about-grid{text-align:center;grid-template-columns:1fr}.about-text{text-align:center;padding:0 1rem}}.projects-section{text-align:center;background-color:var(--color-primary-top);padding:4rem 2rem}.projects-section h2{color:var(--color-white);margin-bottom:2rem;font-size:2rem;font-weight:600;display:inline-block}.projects-section h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:100%;height:3px;margin:.5rem auto 0;display:block}.projects-section .projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.projects-section .project-card{background:var(--color-primary);border:1px solid transparent;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.25)}.projects-section .project-card .card-inner{background:var(--color-secondary2);border-radius:10px;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;transition:background .3s;display:flex;position:relative}.projects-section .project-card .card-inner:hover{background:var(--color-secondary3)}.projects-section .project-card .card-inner:hover .project-title,.projects-section .project-card .card-inner:hover .project-links a{color:var(--color-white);background-color:var(--color-grey1)}.projects-section .project-card .card-inner:hover .project-image:after{content:"";background:var(--color-grey1);width:100%;height:2px;position:absolute;bottom:0;left:0}.projects-section .project-card .project-image{background:var(--color-secondary3);border-radius:12px;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:2rem;padding:10px;display:flex;position:relative}.projects-section .project-card .project-image img{object-fit:contain;border-radius:10px;max-width:85%}.projects-section .project-card .project-title{background:var(--color-secondary3);color:var(--color-white);text-transform:uppercase;letter-spacing:.5px;border-top-right-radius:8px;border-bottom-right-radius:8px;align-self:flex-start;width:-moz-fit-content;width:fit-content;margin:1rem 0 .75rem -1.5rem;padding:.4rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:color .3s,background .3s;box-shadow:0 2px 6px rgba(0,0,0,.25)}.projects-section .project-card .project-description{color:var(--color-grey2);text-align:left;flex-grow:1;margin:0 0 .75rem -8px;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.projects-section .project-card .tech-list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;padding:.5rem 0;display:flex}.projects-section .project-card .tech-item{color:var(--color-grey2);border-radius:10px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .25s ease-in-out;display:flex}.projects-section .project-card .tech-icon{opacity:.9;align-items:center;font-size:1.1rem;display:inline-flex}.projects-section .project-card .tech-react{color:#61dafb}.projects-section .project-card .tech-tailwind{color:#38bdf8}.projects-section .project-card .tech-js{color:#facc15}.projects-section .project-card .tech-php{color:#8993be}.projects-section .project-card .tech-mui{color:#007fff}.projects-section .project-card .tech-name{opacity:.95;color:var(--color-grey2);margin-left:.1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:color .3s}.projects-section .project-card .project-links{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.projects-section .project-card .project-links a{background-color:var(--color-secondary3);color:var(--color-grey2);border-radius:6px;padding:.4rem .8rem;font-family:Poppins,Inter,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s,color .3s}.projects-section .project-card .project-links a:hover{background-color:var(--color-secondary1)!important}@media (max-width:768px){.projects-section{padding:3rem 1rem}.projects-section h2{font-size:1.75rem}.projects-section .projects-grid{grid-template-columns:1fr}.projects-section .project-card .card-inner{padding:1rem}.projects-section .project-card .project-image img{max-height:180px}}.contact-section{text-align:center;background-color:var(--color-grey5);padding:4rem 2rem}.contact-section h2{color:var(--color-white);margin-bottom:1rem;font-size:2rem;display:inline-block;position:relative}.contact-section h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:100%;height:3px;margin:.5rem auto 0;display:block}.contact-section p{color:var(--color-grey2);opacity:.85;max-width:600px;margin:.5rem auto 2rem;font-size:1rem;line-height:1.5}.contact-section .contact-form{background-color:var(--color-grey5);border-radius:12px;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto 2rem;padding:2rem;display:flex;box-shadow:0 8px 20px rgba(0,0,0,.25)}.contact-section .contact-form input,.contact-section .contact-form textarea{background-color:var(--color-secondary2);width:100%;color:var(--color-white);border:1px solid #6b6b6b;border-radius:8px;padding:.8rem 1rem;font-size:1rem}.contact-section .contact-form button{background-color:var(--color-secondary1);cursor:pointer;color:var(--color-white);border:none;border-radius:8px;padding:.8rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:background .3s}.contact-section .contact-form button:hover{background-color:var(--color-secondary)}.success-message,.error-message{color:var(--color-secondary);margin-bottom:35px}@media (max-width:768px){.contact-section .contact-form{width:100%}}.footer{background-color:var(--color-primary-top);text-align:center;padding:3rem 1rem;font-family:Helvetica Neue,Arial,sans-serif}.footer .footer-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer .footer-content p{color:var(--color-grey2);letter-spacing:.02em;margin:0;font-size:.85rem}.footer .footer-content .footer-toggle{justify-content:center;gap:1rem;display:flex}.footer .footer-content .footer-scoial-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer .footer-content .footer-scoial-links a{background-color:var(--color-secondary1);width:48px;height:48px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 8px rgba(0,0,0,.15)}.footer .footer-content .footer-scoial-links a:hover{background-color:var(--color-secondary);transform:translateY(-3px)}.footer .footer-content .footer-links{display:none}.footer .footer-content .footer-links a{color:var(--color-grey3);margin:0 .5rem;font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;text-decoration:none;transition:color .3s,transform .3s}.footer .footer-content .footer-links a:hover{color:var(--color-secondary);transform:translateY(-2px)}@media (max-width:866px){.footer .footer-content{gap:1rem}.footer .footer-content .footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}}.digital-skills-section{background-color:var(--color-secondary2);text-align:center;padding:3rem 1rem}.digital-skills-section h2{color:var(--color-white);margin-bottom:1rem;font-size:2rem;display:inline-block;position:relative}.digital-skills-section h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:100%;height:3px;margin:.5rem auto 0;display:block}.digital-skills-section .skills-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.digital-skills-section .skills-grid .skill-badge{background:linear-gradient(145deg,var(--color-grey5),var(--color-primary-light));color:var(--color-grey2);letter-spacing:.4px;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.2)}.digital-skills-section .skills-grid .skill-badge:hover{color:var(--color-grey1);transform:translateY(-5px)scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.25)}.digital-skills-section .skills-grid .skill-badge .skill-name{text-align:left;color:var(--color-grey1)}.digital-skills-section .skills-grid .skill-badge .skill-percent{color:var(--color-grey2);text-align:right;min-width:35px;font-size:.85rem;font-weight:500}@media (max-width:768px){.digital-skills-section{padding:2rem 1rem}.digital-skills-section .section-title{font-size:1.8rem}}@media (max-width:480px){.digital-skills-section .skills-grid{gap:1rem}.digital-skills-section .skill-badge{padding:.75rem 1rem;font-size:.9rem}}.education-section{text-align:center;background-color:var(--color-primary-top);padding:4rem 2rem}.education-section h2{color:var(--color-white);margin-bottom:2rem;font-size:2rem;display:inline-block}.education-section h2:after{content:"";background:var(--color-secondary);border-radius:2px;height:3px;margin:.5rem auto 0;display:block}.education-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.education-card{background:var(--color-grey5);text-align:left;border:1px solid transparent;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s,border .3s;box-shadow:0 4px 12px rgba(0,0,0,.25)}.education-card:hover{border:1px solid var(--color-secondary);transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.4)}.education-card h3{color:var(--color-white);margin-bottom:.5rem;font-family:Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.3rem}.education-logo{justify-content:center;margin-bottom:4rem;display:flex}.education-logo svg{object-fit:contain;width:200px;max-width:100%;height:100px}.education-institution{color:var(--color-grey2);margin-bottom:.3rem;font-size:1.1rem;font-weight:500}.education-duration{color:#000;background-color:var(--color-secondary1);margin-top:.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:.7rem;font-weight:600;display:inline-block;box-shadow:0 2px 6px rgba(0,0,0,.15);text-align:left!important}.education-description{color:var(--color-grey2);font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5}@media (max-width:866px){.navbar .navLinks{display:none}}.certifications{background-color:var(--color-primary-top);color:var(--color-white);text-align:center;padding:4rem 2rem;overflow:hidden}.certifications__title{color:var(--color-white);margin-bottom:2rem;font-size:2rem;display:inline-block}.certifications__title:after{content:"";background:var(--color-secondary);border-radius:2px;height:3px;margin:.5rem auto 0;display:block}.certifications__carousel{scrollbar-width:none;width:100%;overflow:hidden}.certifications__card{border-radius:1rem;flex:none;justify-content:center;align-items:center;width:320px;height:240px;padding:.5rem;display:flex;overflow:hidden}.certifications__card .certifications__image{object-fit:contain;border-radius:.5rem;width:100%;height:100%;display:block}.certifications__track{align-items:center;gap:1.5rem;animation:25s linear infinite scroll;display:flex}@media (max-width:978px){.certifications__track{animation:18s linear infinite scroll}}@media (max-width:768px){.certifications__track{animation:15s linear infinite scroll}}@media (max-width:666px){.certifications__track{animation:12s linear infinite scroll}}@media (max-width:480px){.certifications__track{animation:10s linear infinite scroll}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-70%)}}@media (max-width:768px){@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-60%)}}}@media (max-width:666px){@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-60%)}}}@media (max-width:480px){@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-90%)}}}
