body {
    background-color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
}

#header {
    display: flex;
    flex-direction: column;
    color: white;
    padding: 0px;
    max-width: 1200px;
    margin: 0 auto;
}

#header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

#hello {
    padding-left: 7px;
    margin-bottom: 20px;
}

#the {
    margin: 0;
    padding-left: 10px;
    font-family: 'Saira';
    letter-spacing: 5px;
    font-size: 10px;
}

#name h1 {
    display: flex;
    flex-direction: column;
    font-family: 'Fjalla One', sans-serif;
}

#first-name {
    font-size: 150px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    letter-spacing: 4px;
    font-family: 'Fjalla One', sans-serif;
}

#last-name {
    font-size: 119px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    letter-spacing: 1px;
    transform: scaleY(1.1);
    color: white;
}

#name:hover {
  background: linear-gradient(to bottom, #FFD700, #E6BE8A, #B8860B);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 15px rgba(255, 215, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.5);
  transition: 2.5s;
}

#name h1+h1:hover {
  background: linear-gradient(to bottom, #FFD700, #E6BE8A, #B8860B);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 15px rgba(255, 215, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.5);
  transition: 2.5s;
}


#role {
    margin: 5px 0px 10px 0px;
    padding-left: 7px;
    font-family: 'Saira';
    letter-spacing: 10px;
    font-size: 10px;
}

#quotation {
    margin-top: 30px;
    width: 550px;
    text-align: center;
    padding-left: 7px;
    font-size: 135%;
    font-family: 'Bitcount Grid Single';
    color: #ffffffb3;
}

button {
    color: black;
    background-color: white;
    border: 2px solid white;
    margin-top: 20px;
    margin-left: 8px;
    height: 50px;
    width: 150px;
    border-radius: 12px;
}

button:hover {
    cursor: pointer;
    background-color: black;
    color: white;
    transition: 1.5s;
}

#contacts {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    color: grey;
}

#contacts a {
    filter: brightness(60%);
}

#contacts a:hover {
    filter: brightness(80%);
    transition: 1s;
}

#down_arrow {
    height: 20px;
    width: 20px;
    margin: 40px 0px 70px 0px;
}

#down_arrow:hover {
    height: 50px;
    width: 25px;
    transition: 2s;
}

#header-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-window {
    background: rgba(30, 30, 30, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    margin: 100px;
    margin-bottom: 170px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 600px;
}

.code-window:hover {
    border: 2px solid rgba(255, 255, 255, 0.601);
    transition: 2.5s;
}

.code-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-red {
    background-color: tomato;
}

.dot-yellow {
    background-color: gold;
}

.dot-green {
    background-color: rgb(47, 255, 47);
}

.code-title {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.code-content {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 20px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

.code-keyword {
    color: #fff;
}

.code-const {
    color: #ddd;
}

.code-string {
    color: #bbb;
}

.code-number {
    color: #999;
}

.code-property {
    color: #aaa;
}

.code-function {
    color: #ccc;
}

#arrow-container {
    text-align: center;
    margin: 40px 0 150px 0;
}

#about {
    color: #ffffff99;
    margin-bottom: 80px;
}

#edu_int {
    margin-bottom: 80px;
}

#about p {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin: 5px 0;
}

#about h1 {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 300%;
}

#cat {
    background: #ffffff11;
    color: white;
    font-family: monospace;
    margin: 0px 150px 200px 150px;
    border: 3px solid rgba(255, 255, 255, 0.084);
    height: 200px;
}

#cat:hover {
    border: 3px solid white;
    transition: 2s;
}

#cat-cmd {
    background: white;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin: 0%;
    border: 0px;
    padding: 0px 0px 0px 5px;
}

#cat-content {
    font-size: large;
}

#skills {
    margin: 80px 60px 80px 60px;
}

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

#skills-header p:first-child {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    letter-spacing: 2px;
}

#skills-header h1 {
    color: white;
    font-size: 48px;
    margin: 20px 0;
}

#skills-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin: 5px 0;
}

#skills-grid {
    display: grid;
    margin: 0px 170px 0px 170px;
    grid-template-columns: repeat(2, 1fr);
    gap: 140px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.skill-category {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.skill-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 56px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.skill-category h2 {
    color: white;
    font-size: 28px;
    margin: 0 0 20px 0;
}

.skill-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.skill-tag {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

#quote-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(19, 19, 21, 0.5);
    border: 1px solid rgba(169, 169, 169, 0.296);
    border-radius: 20px;
    padding: 30px;
    margin: 0px 200px 150px 200px;
}

#quote-div h2 {
    color: white;
}

#quote-div:hover {
    border: 1px solid rgba(255, 255, 255, 0.471);
    transition: 1s;
}

.hr {
    height: 0.2px;
    background-color: #ffffff1c;
    margin: 0px;
    border: 0px;
    margin-bottom: 20px;
}

#contactMe {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 50px 70px 50px 50px;
    margin: 50px 450px 50px 450px;
    transition: 0.5s;
}

#contactMe:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.form-group {
    margin-bottom: 30px;
}

label {
    display: block;
    color: #999;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

input, textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

input:focus, textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

#submit-btn {
    width: 100%;
    text-align: center;
    padding: 16px;
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 1.5s ease;
    margin-top: 10px;
}

#submit-btn:hover {
    background-color: white;
    color: black;
}

a {
    text-decoration: none;
    color: rgb(93, 91, 91);
}

a:hover {
    color: white;
    transition: 1s;
}

#footer p {
    color: #ffffff66;
    font-family: sans-serif;
    font-size: smaller;
    text-align: center;
}

#fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 20px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffffb3;
    font-family: monospace;
}

#projects {
    margin: 80px 60px;
}

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

#projects-header p:first-child {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    letter-spacing: 2px;
}

#projects-header h1 {
    color: white;
    font-size: 48px;
    margin: 20px 0;
}

#projects-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin: 5px 0;
}

#projects-grid {
    display: grid;
    margin: 0px 170px;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.project-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 56px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.project-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: rgba(20, 20, 20, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-content {
    padding: 25px;
}

.project-card h2 {
    color: white;
    font-size: 24px;
    margin: 0 0 8px 0;
}

.project-subtitle {
    color: rgba(255, 215, 0, 0.8);
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.project-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tech-tag {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-family: 'Courier New', monospace;
}

.project-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.project-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.project-link img {
    width: 16px;
    height: 16px;
    filter: brightness(0.9);
}

.project-link:hover img {
    filter: brightness(1);
}

@media (max-width: 768px) {
    #projects {
        margin: 60px 16px;
    }

    #projects-grid {
        margin: 0;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #projects-header h1 {
        font-size: 32px;
    }

    .project-image {
        height: 180px;
    }

    .project-content {
        padding: 20px;
    }

    .project-card h2 {
        font-size: 20px;
    }

    .project-links {
        flex-direction: column;
    }

    .project-link {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 14px;
    }

    #header {
        padding: 20px 16px 0;
    }

    #hello {
        text-align: center;
        padding-left: 0;
    }

    #the {
        text-align: center;
        padding-left: 0;
        letter-spacing: 3px;
    }

    #name h1 {
        align-items: center;
        text-align: center;
    }

    #first-name {
        font-size: 3rem;      
    }

    #last-name {
        font-size: 2.4rem;    
    }

    #role {
        text-align: center;
        padding-left: 0;
        letter-spacing: 6px;
        margin: 10px 0;
    }

    #quotation {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        font-size: 1rem;
    }

    button {
        width: 100%;
        max-width: 260px;
        margin: 20px auto 0 auto;
        display: block;
    }

    #contacts {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    #down_arrow {
        margin: 30px 0 40px 0;
    }

    .code-window {
        margin: 40px 16px 80px 16px;
        max-width: 100%;
    }

    #cat {
        margin: 0 16px 80px 16px;
        height: auto;
        min-height: 200px;
    }

    #skills {
        margin: 60px 16px;
    }

    #skills-grid {
        margin: 0;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #quote-div {
        margin: 0 16px 80px 16px;
        padding: 24px 16px;
    }

    #contactMe {
        margin: 40px 16px 80px 16px;
        padding: 30px 20px;
    }

    #arrow-container {
        margin-bottom: 80px;
    }

    #about p {
        padding: 0 12px;
        text-align: center;
    }

    #fixed {
        font-size: 12px;
        height: 32px;
        padding: 0 8px;
    }
}