html {
    scroll-behavior: smooth;
}
body{
            font-family: Arial, sans-serif;
            background-color: black;
            margin: 0;
            padding: 0;
}
nav{
            padding: 17px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
            width: 95%;
}
header{
            background-color: white;
            width: 100%;
            height: 80px;
            border-bottom: 6px solid cadetblue;
}
footer{
            color: white;
            width: 100%;
            text-align: center;
            padding: 10px 0;
            
}
ul{
            list-style: none;
            display: flex;
            gap: 20px;
            text-decoration: none;
}
ul li a{
            color: cadetblue;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
}
ul li a:hover{
            color: black;
            transform: scale(1.2);
}
img {
            width: 300px;
            height: 350px;
            border-radius: 100%;
            margin-left: 600px;
}
.social-icons{
            display: flex;
            gap: 20px;
}
.social-icons a{
     color: cadetblue;        
     font-size: 30px; 
     text-decoration: none;   
     transition: color 0.3s ease;
}

.social-icons a:hover {
            color: black;            
            transform: scale(1.2);
}
.type-writer{
    overflow: hidden;
    font-family: 'Press Start 2P', cursive;
    font-size: 20px;
    border-right: 3px solid cadetblue;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 0.08em;
    animation: 
        typing 4.5s steps(30, end), 
        blink-caret 1s step-end infinite;
    width:fit-content;
    max-width: fit-content;
}
.color{
            color: cadetblue;
}
.color1{
            color: cadetblue;
            font-size: 45px;
            text-shadow: 3px 3px 6px rgba(95, 158, 160, 0.3);
}
.name{
    font-size: 30px;
    text-decoration: none;
    margin: 0;        
    position: absolute;  
    left: 40%;
}
.About{
            text-align: center;
            color: white;
            padding: 100px 20px;
}
.description{
            color:cadetblue;
            font-family: 'Times New Roman', Times, serif;
            font-size: 19px;
            max-width: 600px;
            margin: 0 auto;
            text-align: left;        
}
.descriptio2{
            color:white;
            font-family: 'Times New Roman', Times, serif;
            font-size: 18px;
            max-width: 600px;
            margin: 20px auto;
            text-align: left;
}
.buttons{
            color: white;
            border-radius: 6px;
            font-size: 15px;
            max-width : 200px;
            margin: 0 auto;
            cursor: pointer;
}
.buttons button{
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.buttons button:hover{
    background-color: cadetblue;
    color: white;
    transform: scale(1.05);
}
.projects-title{
            text-align: center;
            color: white;
}
.project-card{
            color: white;
            font-family: 'Times New Roman', Times, serif;
            max-width: 400px;
            padding: 20px;
            margin: 20px;
            border-radius: 8px;
            border : 6px solid cadetblue;
            box-shadow: 0 0 8px cadetblue, 0 0 8px cadetblue inset;
}
.projects-container{
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
}
.projects-container button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.projects-container button:hover {
    background-color: cadetblue;
    color: white;
    transform: scale(1.05);
}
.experience-title{
            text-align: center;
            color: white;
}
.experience-container{
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
}
.experience-card{
            color:white;
            font-family: 'Times New Roman', Times, serif;
            font-size: 17px;
            max-width: 400px;
            padding: 20px;
            margin: 20px;
            border-radius: 8px;
            border : 6px solid cadetblue;
            box-shadow: 0 0 8px cadetblue, 0 0 8px cadetblue inset;
}
.experience-container button{
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.experience-container button:hover{
    background-color: cadetblue;
    color: white;
    transform: scale(1.05);
}
.highlight{
            color: cadetblue;
            font-weight: bold;
}
.skills-title{
            text-align: center;
            color: white;
}
.Photography-title{
            text-align: center;
            color: white;
}
.bullets{
    list-style-type: square;
    display: block;
    padding-left: 20px;
    gap: normal;
}
.date {
    color: cadetblue;
    font-size: 15px;
    font-style: italic;
    margin: 5px 0;
}
.title {
    color: cadetblue;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}
.card {
    flex: 0 0 20em;
    height: 12em;
    background-color: blanchedalmond;
    padding: 1em;
    border-radius: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skill-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.skill-card1 {
            color:white;
            font-family: 'Times New Roman', Times, serif;
            font-size: 17px;
            max-width: 400px;
            padding: 20px;
            margin: 20px auto;
            border-radius: 8px;
            border : 6px solid cadetblue;
            box-shadow: 0 0 8px cadetblue, 0 0 8px cadetblue inset;
}
.skill-card2 {
            color:white;
            font-family: 'Times New Roman', Times, serif;
            font-size: 18px;
            max-width: 500px;
            padding: 55px;
            margin: 20px auto;
            border-radius: 8px;
            border : 6px solid cadetblue;
            box-shadow: 0 0 8px cadetblue, 0 0 8px cadetblue inset;
}
.skills-list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 2em 1em;
   list-style: none;
   padding:0%;
}
.skill-card-title{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Press Start 2P', cursive;
    color: cadetblue;
}
.blog-title{
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
}
.blog-description1{
    text-align: left;
    color: cadetblue;
    font-family: 'Press Start 2P', cursive;
    font-size: 21px;
    padding: 20px;
    max-width: 600px;
}
.blog-description2{
    text-align: left;
    color: white;
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    max-width: 600px;
    padding: 20px;
    line-height: 1.6;
}
.Photography-description{
    color: cadetblue;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
.hamburger {
    display: none;
    background: none;
    border: none;
    color: cadetblue;
    font-size: 28px;
    cursor: pointer;
    padding: 8px;
}
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: cadetblue; }
}

/* Responsive breakpoints */
@media (max-width: 900px) {
    header { height: auto; }
    nav {
        flex-direction: column;
        position: relative;
        align-items: stretch;
        gap: 10px;
        padding: 12px;
    }
    .social-icons{
        order: 1;
        justify-content: center;
    }
    .name{
        position: relative;
        left: auto;
        margin: 0;
        text-align: center;
        font-size: 26px;
    }
    nav ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    img {
        width: 220px;
        height: 220px;
        margin-left: 0;
        align-self: center;
    }
    .About{
        padding: 60px 16px;
    }
    .type-writer{
        font-size: 18px;
        border-right: 2px solid cadetblue;
    }
    .description, .descriptio2, .blog-description1, .blog-description2{
        max-width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .skills-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .skill-card2{
        padding: 30px;
        max-width: 100%;
    }
    .skill-card1, .skill-card2{
        margin: 10px;
    }
    .projects-container, .experience-container{
        flex-direction: column;
        align-items: center;
    }
     .hamburger {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .nav-links.active {
        display: flex;
    }
}

@media (max-width: 480px) {
    nav{ padding: 10px; }
    .name{ font-size: 20px; }
    .social-icons a{ font-size: 22px; }
    ul{ gap: 10px; }
    .type-writer{ font-size: 14px; }
    img{ width: 160px; height: 160px; }
    .skills-list{ grid-template-columns: 1fr; gap: 0.8em; }
    .skill-card2{ padding: 20px; }
    .description, .descriptio2{ font-size: 15px; }
    .buttons button, .projects-container button, .experience-container button{ padding: 8px 14px; font-size: 14px; }
}
    