@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.logo {
    font-size: 2em;
    color: #181818;
}
.logo span {
    color: #03c2cf;
}
.navigation {
    margin-left: -300px;
}
.navigation a {
    font-size: 1.1em;
    color: #181818;
    text-decoration: none;
    margin-right: 40px;
    font-weight: 500;
    transition: .3s;
}
.navigation a:hover {
    color: #03c2cf;
}
.btn-talk {
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    background: linear-gradient(135deg, #03c2cf, #008c96);
    border-radius: 10px;
    font-weight: 500;
    transition: .3s;
}
.btn-talk:hover {
    color: #05959f;
    background: transparent;
}
.home {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 30px 100px;
}
.content {
     margin-top: 70px;
    max-width: 500px;
    color: #181818;
}
.content h2 {
    font-size: 2.8em;
     max-width: 500px;
}
.content h2 span {
    background: linear-gradient(135deg, #03c2cf, #008c96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.content h4 {
    font-size: 1.5em;
    color:#181818;
}
.content p {
    padding: 15px 0 40px 0;
    font-size: 1em;
     max-width: 500px;
}

.btn-group a {
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    background: linear-gradient(135deg, #03c2cf, #008c96) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    font-weight: 500;
    transition: .3s;
}

.btn-group a:hover:nth-child(1) {
   
   color: #05959f;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #03c2cf, #008c96) border-box;
    border: 2px solid transparent;
}

.btn-group a:nth-child(2) {
    color: #05959f;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #03c2cf, #008c96) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-left: 30px;
    padding: 10px 30px;
}
.btn-group a:hover:nth-child(2) {
    color: #ffffff;
    background: linear-gradient(135deg, #03c2cf, #008c96) border-box;
    border: 2px solid transparent;
}
.social-icons {
    position: absolute;
    bottom: 50px;
}
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #03c2cf, #008c96);
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    outline: 3px solid #03c2cf;
    transition: .3s;
}
.social-icons a:hover {
    transform: translateY(-5px);
}
.social-icons a i {
    color: #fff;
}


.home-photo img {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.home-photo {
    margin-left: 90px;
    margin-top: 130px;
}

.home-photo {
    transform: translateX(-30px);  
}

.home-photo .signature {
    font-family: 'Allura', cursive;
    font-size: 26px;
    color: #3f393c;
    text-align: center;
    margin-top: 20px;
}

.photo-bg {
    width: 420px;
    height: 420px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(3,194,207,0.2), rgba(8,140,150,0.1));
    
}

.photo-bg img {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    padding: 6px;
}


.quick-stats div {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(2, 98, 108, 0.1); /* Very soft shadow */
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}


.quick-stats h3 {
    background: linear-gradient(180deg, #71f4fd, #042f75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.3em;
    min-width: 45px;
    font-weight: bold;    background-color: rgba(3,194,207,0.1);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    border: 5px solid rgba(3,194,207,0.2);}

.quick-stats span {
    font-size: 0.9em;
    color: #000000;
}

.quick-stats {
    margin-left: 15px;   
    margin-top: 190px;
}


.home-right {
    display: flex;
    align-items: flex-start; 
    gap: 20px;              
}

.vertical-line {
    width: 1.5px;                   
    height: 600px;                  
    background-color: #b0aeae;      
    margin-left: 150px;
    margin-top: 70px;
}

 



/*ABOUT*/

.about-page {
            padding: 150px 100px 100px 100px;
            display: flex;
            gap: 60px;
            flex-wrap: wrap;
            color: #181818;
        }

        .about-left {
            flex: 1 1 500px;
        }

        .about-left h1 {
            font-size: 2.6em;
              margin-bottom: 15px;
            background: linear-gradient(135deg, #03c2cf, #073336);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        }

        .about-left h2 {
            font-size: 1.6em;
            margin: 20px 0 10px 0;
            color: #181818;
        }

        .about-left p {
            font-size: 1em;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .about-left ul {
            list-style: none;
            padding-left: 0;
            margin: 10px 0 20px 0;
        }

        .about-left ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }

        .about-left ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            background: linear-gradient(90deg, #39eaf7, #0541a2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: bold;
        }

        .about-right {
            flex: 0 1 350px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
        }

        .about-photo-bg {
            width: 350px;
            height: 350px;
            border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(3,194,207,0.2), rgba(8,140,150,0.1));
        }

        .about-photo-bg img {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            object-fit: cover;
            background: white;
            padding: 6px;
            
        }


        .section-title {
            font-size: 1.5em;
            color: #03c2cf;
            margin-top: 40px;
            margin-bottom: 15px;
        }






/* CONTACT PAGE */
.contact-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 150px 50px 50px 50px;
    background-color: #fff;
    position: relative;
}

.contact-container {
    width: 80%;
    max-width: 1000px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    text-align: center;
}


.contact-container h2 {
    font-size: 2.3em;
    margin-bottom: 15px;
     color: #181818;
}

.contact-container h2 span {
    background: linear-gradient(90deg, #03c2cf, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
}

.contact-container p {
    font-size: 16px;
    margin-bottom: 40px;
    color: #181818;
}

.contact-container form input,
.contact-container form textarea {
    width: 85%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid #ccc;
    font-size: 15px;
    outline: none;
}


.contact-container form .btn-talk {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, #03c2cf, #008c96) border-box;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.contact-container form .btn-talk:hover {
    background: transparent;
    color: #03c2cf;
}


.contact-container .social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #03c2cf, #008c96);
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 45px;
    margin: 0 10px;
    transition: 0.3s;
}



.contact-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px 20px 20px;
}
.contact-page textarea {
    resize: none;
}

header .header-social-icons {
    display: flex;
    gap: 20px;
}

header .header-social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #03c2cf, #008c96);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    outline: 3px solid #03c2cf;
    line-height: 35px;
    transition: 0.3s;
}

header .header-social-icons a:hover {
    transform: translateY(-5px);
}








/* SKILLS PAGE */
.skills-page {
    padding: 120px 10% 80px;
}

.skills-header {
    text-align: center;
    margin-bottom: 60px;
}

.skills-header h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #181818;
}

.skills-header p {
    max-width: 650px;
    margin: auto;
    color: #181818;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.skills-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.skills-card:hover {
    transform: translateY(-8px);
}

.skills-card h2 {
    margin-bottom: 25px;
    background: linear-gradient(135deg, #03c2cf, #008c96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.skill-item {
    margin-bottom: 18px;
}

.skill-item span {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.skill-bar {
    width: 100%;
    height: 8px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.skill-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #03c2cf, #3b82f6);
    border-radius: 10px;
    animation: fillBar 1.5s ease forwards;
    width: var(--width);
}

@keyframes fillBar {
    from { width: 0; }
    to { width: var(--width); }
}


.learning-section {
    text-align: center;
    margin-top: 80px;
}

.learning-section h2 {
   background: linear-gradient(135deg, #03c2cf, #008c96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.learning-section p {
    max-width: 600px;
    margin: auto;
    color: #181818;
}


.soft-skills {
    margin-top: 70px;
    text-align: center; 
}

.soft-skills h2 {
    background: linear-gradient(135deg, #03c2cf, #008c96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}


.soft-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 15px;
    max-width: 700px;
    margin: auto;
}

.soft-grid div {
    background: #eef0ff;
    padding: 12px;
    border-radius: 10px;
    width: 180px;           
    text-align: center;
    font-weight: 500;
    color:#000000;
    box-sizing: border-box;
}

.soft-grid div:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}




/* PROJECTS PAGE */
.projects-page{
    padding:120px 10% 80px;
}

.projects-header{
    text-align:center;
    margin-bottom:60px;
}

.projects-header h1{
    font-size:42px;
    margin-bottom:15px;
    color:#000000;
}

.projects-header p{
    max-width:650px;
    margin:auto;
    color:#000000;
}

.projects-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(320px,1fr));
    gap:30px;
}

.project-card{
    background:#ffffff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s;
    position:relative;
}

.project-card:hover{
    transform:translateY(-8px);
}

.project-card h2{
    margin-bottom:15px;
    background:linear-gradient(135deg,#03c2cf,#008c96);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.project-card p{
    color:#000000;
    margin-bottom:20px;
}

.project-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.project-tags span{
    background:#eef0ff;
    padding:6px 12px;
    border-radius:8px;
    font-size:14px;
    font-weight:500;
}

/* Github icon */

.github-link{
    position:absolute;
    top:25px;
    right:25px;
    font-size:22px;
    color:#000000;
    transition:0.3s;
}

.github-link:hover{
    color:#08abb7;
}

