:root {
    --pink-color: #b948d8;
    --orange-color: #f25a2c;
    --green-color: #0f6753;
    --blue-color: #1e4bae;
    --background-color: #121212;
    --footer-color: #474747;
    --text-color:rgb(172, 172, 172);
    --text2-color: #818181;

    --prod-color: #00A896;
    --recrd-color: #E7BC10;
    --f1-color: #e8002d;
    --label-color: #303030;


    --old-color: #D9D9D9;
    --oldaccent-color: #C9B5B2;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #121212; /* Color of the track */
}

::-webkit-scrollbar-thumb {
    background-color: var(--blue-color); /* Color of the scrollbar thumb */
    border-radius: 6px; /* Roundness of the thumb */
    border: 3px solid #121212; /* Creates padding around the thumb */
}

/* For Firefox */
* {
    scrollbar-width: auto; /* "auto" or "thin" */
    scrollbar-color: var(--footer-color) #121212; /* thumb and track color */
}


// <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name

.instrument-sans-<uniquifier> {
    font-family: "Instrument Sans", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}


body, html {
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.hero-wrapper {
    /// background-color: red;
    transform: translateX(30px);
    margin-top: 110%;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container {
    font-family: 'Instrument Sans';
}

.hero-title {
    display: flex;
    margin: 0;
    padding-bottom: 0;
}

.hero-title h1 {
    color: white;
    font-size: 96px;
    font-weight: 700;
    margin: 0;
    transform: translateY(30px);
}

.hero-body h2 {
    color: var(--text-color);
    font-size: 48px;
    font-weight: 550;
    margin: 10px;
}

.hero-ucf {
    font-weight: 700;
}

.hero-blue-text {
    color: var(--blue-color);
    font-style: italic;
}

.hero-collage {
    padding-left: 340px;
    transform: translateY(-60px);
}

.hero-box {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

.hero-inner-box {
    width: 110px;
    height: 15px;
}

.hero-a-list {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    display: flex;
    gap: 110px;
}

.hero-a {
    color: var(--text-color);
    text-decoration: none;
}

.hero-a:hover {
    color: white;
}

.person {
    transform: translateY(25px);
}

.smile {
    transform: translateY(40px);
}

.music {
    transform: translateY(75px) translateX(-35px);
}

.arrow-divider {
    margin-top: 200px;
    padding-bottom: 30px;
    user-select: none;
    pointer-events: none;
}

.project-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.project-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.project-box {
    display: flex;
    flex-direction: column;
}

.project-image {
    width: 560px;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-label {
    background-color: var(--label-color);
    width: 560px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.project-label h2 {
    font-family: 'Instrument Sans';
    color: white;
    padding-left: 10px;
}

.project-f1-a, .project-onyx-a, .project-prod-a {
    text-decoration: none;
}

.project-label p {
    font-family: 'Instrument Sans';
    color: var(--text-color);
    padding-right: 10px;
    text-decoration: none;
}

.project-f1stats-img {
    max-width: 90%;
    max-height: 100%;
    object-fit: cover;
    transform: translateX(-280px);
    transition: transform 0.3s ease;
}

.project-prod-video {
    max-width: 85%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    /* transform: translateX(250px); */
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
}

.project-prod-gradient-img {
    max-width: 90%;
    max-height: 100%;
    object-fit: cover;
    /* transform: translateX(-240px); */
    transition: transform 0.3s ease;
}

.project-prod-a:hover .project-prod-video {
    transform: scale(1.05);
}

.project-f1stats-gradient-img {
    transform: translateX(303px);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 3;
    user-select: none;
    pointer-events: none;
}

.project-f1-a:hover .project-f1stats-img {
    transform: translateX(-280px) scale(1.05);
}

.project-onyx-img {
    max-width: 90%;
    max-height: 100%;
    object-fit: cover;
    transform: translateX(-280px);
    transition: transform 0.3s ease;
}

.project-onyx-gradient-img {
    transform: translateX(253px);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 3;
    user-select: none;
    pointer-events: none;
}

.project-onyx-a:hover .project-onyx-img {
    transform: translateX(-280px) scale(1.05);
}

.footer-container {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-signature a {
    font-family: 'Instrument Sans';
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transform: translateX(28px);
    color: var(--footer-color);
}

.footer-links a {
    font-family: 'Instrument Sans';

    color: var(--footer-color);
    text-decoration: none;
    padding: 30px;
}

.footer-links a:hover, .footer-signature a:hover {
    color: white;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.scroll-animation.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile Optimization */
@media (max-width: 600px) {

    body, html {
        width: 100%;
        height: auto;
    }
    
    .hero-wrapper, .hero.container, .arrow-divider, .project-container, .footer-container {
        width: 100%;
    }

    .hero-wrapper {
        height: auto;
        transform: none;
    }

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

    .hero-container img {
        transform: none;
    }

    .hero-container {
        margin-top: -180px;
    }

    .hero-title, .hero-body, .hero-box, .hero-a-list {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-container h1 {
        margin-top: 10px;
        font-size: 52px;
        transform: none;
    }

    .desktop-break {
        display: none;
    }

    .hero-body h2 {
        font-size: 20px;
        padding: 0 35px;
        margin-bottom: 20px;
    }

    .hero-collage {
        padding-left: 0;
    }

    .person, .smile, .music, .flower {
        width: 60px;
        position: absolute;
    }

    .flower {
        width: 94px;
        top: -170px;
        right: 75px;
    }
    .smile {
        width: 71px;
        top: -120px;
        left: -240px;
    }
    .music {
        width: 67px;
        bottom: 30px;
        left: -94px;
    }

    .hero-box {
        padding-left: 0;
    }

    .hero-inner-box {
        width: 17%;
        height: 9px;
    }

    .person {
        display: none;
    }

    .arrow-divider {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .arrow-divider, .project-container {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-a-list {
        margin-top: 3px;
        padding-left: 0;
        font-size: 20px;
        gap: 40px;
    }

    .project-box {
        width: 90%;
    }

    .project-image {
        width: 100%;
        height: 275px;
    }

    .project-label {
        width: 100%;
    }

    .project-f1stats-img {
        width: 85%;
        transform: translateX(-170px);
    }

    .project-f1stats-gradient-img {
        transform: translateX(165px);
    }

    /* .project-prod-video {
        transform: translateX(155px);
    }

    .project-prod-gradient-img {
        transform: translateX(-165px);
    } */

    .project-onyx-img {
        width: 95%;
        transform: translateX(-170px);
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-signature a {
        margin-bottom: 5px;
        transform: none;
    }

    .project-prod-a:hover .project-prod-video {
        transition: none;
    }

    .project-f1-a:hover .project-f1stats-img,
    .project-onyx-a:hover .project-onyx-img {
    transform: translateX(-170px);
    transition: none;
}


    .footer-links {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-links a {
        padding: 2px;
    }

}