.main-container {
    margin: -100px auto 0 auto;
}

/* --- LANDING PAGE --- */

#home {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
}

.landing-page-details {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-page-socials ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.landing-page-socials ul li a i {
    font-size: 1.5em;
    padding: 10px;
    margin: 0 5px;
}

.small-title {
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.big-title {
    margin: 0;
    text-align: left;
    font-weight: 700;
    font-size: 2.75em;
    letter-spacing: 0;
}

.my-name {
    letter-spacing: 0.1em;
    font-family: 'Fira Code', monospace;
}

h3 {
    margin: 5px 0 0 0;
    text-align: left;
}

h3 em {
    color: white;
    letter-spacing: 0.05em;
}

h3 a:hover {
    color: #7EB77F;
    text-decoration: underline;
}

.short-bio {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.short-bio p {
    margin-top: 25px;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.025em;
}

.cta-container {
    margin: 0 auto;
}

.cta {
    display: flex;
    text-align: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 12px;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1D263B;
    background-color: #FFFFFF;
    margin-top: 50px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cta img {
    height: 25px;
    width: 25px;
}

.cta span {
    margin-left: 10px;
    color: #1D263B;
    font-weight: 700;
}

.email-button {
    border: 1px solid #D891EF;
    background-color: #D891EF;
}

.cta:hover {
    border: 1px solid #7EB77F;
    background-color: #7EB77F;
    padding: 10px 20px;
}

.art-me {
    display: none;
    height: 350px;
    width: 350px;
}

.art-me canvas {
    width: 100%;
    height: 100%;
}

/* .bounce-ball-container {
    height: 350px;
    width: 350px;
} */

/* #bounce-ball {
    background-color: red;
    border-radius: 100%;
    height: 50px;
    left: calc(50% - 50px);
    position: absolute;
    right: calc(50% - 50px);
    width: 50px;
    animation: bounce 3000ms cubic-bezier(0.5, 0, 1, 0.5), deform 3000ms linear;
    animation-fill-mode: both;
    animation-direction: reverse;
} */

/* #bounce-ball-shadow {
    border-radius: 100%;
    bottom: 32.5%;
    left: calc(50% - 50px);
    right: calc(50% - 50px);
    position: absolute;
    content: '';
    background-color: black;
    filter: blur(3px);
    width: 50px;
    height: 5px;
    animation: shadow 600ms cubic-bezier(0.8, 0, 0.25, 1) infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
    z-index: -1;
    /* background-color: red;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    left: calc(50% - 50px);
    right: calc(50% - 50px);
    animation: bounce 1s ease-in-out infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
} */

/* @keyframes deform {
    from {
        transform: scale(100%);
    }
    20% {
        transform: scaleX(120%) scaleY(65%);
    }
    49% {
        transform: scale(100%);
    }
    50% {
        transform: scale(100%);
    }
    51% {
        transform: scaleX(120%) scaleY(65%);
    }
    80% {
        transform: scale(100%);
    }
    to {
        transform: scale(100%);
    }
} */

/* @keyframes bounce {
    from {
        top: 25%;
    }
    50% {
        top: 62%;
    }
    to {
        top: 25%;
    }
} */

/* @keyframes shadow {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: .5;
        transform: scale(100%);
    }
} */
   

/* --- ABOUT INTRO SECTION --- */

.about-intro {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.about-terminal {
    max-width: 700px;
    width: 100%;
}

.about-terminal-header {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0 0;
    background-color: #7EB77F;
}

.about-terminal-header .terminal-title {
    font-weight: 700;
    color: #1D263B;
    letter-spacing: 0.1em;
    font-family: 'Fira Code', monospace;
}

.about-terminal-header .terminal-buttons i {
    color: #1D263B;
    margin-left: 10px;
}

.about-terminal-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
    padding: 25px;
    text-align: left;
    border: 1px solid #7EB77F;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 480px) {
    .about-terminal-content {
        flex-direction: column;
        text-align: center;
    }
}

.about-image-wrapper {
    flex-shrink: 0;
}

.about-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.about-image:hover {
    box-shadow: 0 0 20px rgba(216, 145, 239, 0.3);
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.about-hook {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.about-subhook {
    font-size: 0.95em;
    font-weight: 400;
    color: #a0a0a0;
    line-height: 1.6;
    margin: 0;
}

.about-link {
    font-size: 0.9em;
    color: #7EB77F;
    letter-spacing: 0.03em;
    transition: all 0.2s ease;
    margin-top: 0.5em;
}

.about-link:hover {
    color: #D891EF;
}

.about-link i {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.about-link:hover i {
    transform: translateX(4px);
}

@media only screen and (min-width: 768px) {
    .big-title {
        font-size: 3.5em;
    }
    .short-bio {
        max-width: 90%;
    }
    .art-me {
        display: block;
    }
    #home {
        flex-direction: row;
    }
    .landing-page-socials ul {
        flex-direction: column;
    }
    .landing-page-socials ul li a i {
        margin: 5px 0;
    }
    .email-container {
        margin: 0;
    }
}

@media only screen and (min-width: 1000px) {
    #home {
        gap: 10%;
    }
    .about-terminal {
        max-width: 800px;
    }
    .about-hook {
        font-size: 1.3em;
    }
}