@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');
@font-face {
    font-family: pixel1;
    src: url(./Font/FFFFORWA.otf) format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PixelGridTrial;
    src: url(./Font/PixelGridTrial.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 5px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #ffec19;
    overflow-x: hidden;
}

nav {
    padding: 24px 40px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0;
}

.menu-items {
    display: flex;
    gap: 32px;
    flex-grow: 1;
    justify-content: flex-end;
}

.nav-item:hover {
    text-decoration: underline;
    text-decoration-thickness: 4px; /* Makes the underline bolder */
    text-underline-offset: 43px; /* Moves the underline further below the text */
}

.nav-item a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease;
    font-size: large;
}

#logo img {
    height: 50px;
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.hr {
    margin: 10px 0 10px 0;
    border: 1px solid #000;
    height: 2px;
    width: 90%;
    margin: 0 auto;
}

hr {
    margin: 10px 0 10px 0;
    border: 5px dashed #000;
    height: 2px;
    width: 90%;
    margin: 0 auto;
}

.main{
    max-width: 90%;
    margin: 0 auto;
}

#ltext {
    font-size: 50px;
    font-family: tiny5;
}

.bracket {
    float: right;
    margin-top: 50px;
    display: flex;
}

#brackettext {
    margin-top: 13px;
    font-size: 30px;
    font-family: tiny5;
}

#bracketR {
    padding-right: 50px;
}

#bracketL {
    padding-left: 50px;
}

#rocket {
    position: absolute;
    right: -120px;
    top: 100%;
    transform: translateY(-50%);
    height: 300px;
    z-index: 1;
    overflow: hidden;          
}

#downtext {
    font-size: 20px;
    padding-top: 20px;
    max-width: 60%;
    font-family: "Ubuntu", sans-serif;
}

/* Updated Button Styles */

.button-container {
    margin-top: 50px;
    margin-left: 50px;
}

.button-container button {
    font-family: "Ubuntu", sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #ffec19;
    margin: 10px;
    padding: 15px;
    border-radius: 0;
    box-shadow: 6px 6px 0 #000;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid #000;
    position: relative;
    cursor: pointer;
}

/* Text push-in effect */
.button-container{
    display: inline-block; /* Required for transforms */
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button-container button {
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000, 8px 8px 0 #000;
}

.button-container button:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000;
}

/* Active state animation */
.button-container button:active {
    transform: translate(6px, 6px);
    box-shadow: 0 0 0 #000;
}

.button-container button:active a {
    transform: translate(3px, 3px); /* Maintain text shift while pressed */
}

.bracket2 {
    margin-right: 100px;
    float: right;
    margin-top: 50px;
    display: flex;
}

#brackettext2 {
    padding: 0 20px 0 20px;
    margin-top: 15px;
    font-size: 30px;
    font-family: tiny5;
}

.description {
    margin-bottom: 100px;
}

.description #lefttext {
    padding-right: 100px;
    margin-top: 150px;
    max-width: 400px;
    display: flex;
    position: absolute;
    margin-left: 75px;
    font-size: x-large;
    font-family: "Ubuntu", sans-serif;
}

.description #righttext {
    padding-left: 100px;
    margin-top: 150px;
    max-width: 400px;
    position: absolute;
    margin-left: 300px;
    font-size: x-large;
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 768px) {
    .description #lefttext {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .description #righttext {
        padding-top: 200px;
        padding-bottom: 300px;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.pixel-tail {
    margin-top: 400px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--pixel-size, 20px), 1fr)); /* Auto-fill full width */
    grid-template-rows: repeat(6, var(--pixel-size, 20px)); /* Adjust rows dynamically */
    width: 100vw; /* Full viewport width */
    height: calc(var(--pixel-size, 20px) * 6); /* Auto height */
    background-color:#ffec19; /* Match background */
    position: relative;
}

/* ✅ Responsive pixel sizes */
@media (max-width: 1024px) {
    :root {
        --pixel-size: 15px; /* Medium screens */
    }
}

@media (max-width: 768px) {
    :root {
        --pixel-size: 10px; /* Small screens */
    }
}

@media (max-width: 480px) {
    :root {
        --pixel-size: 5px; /* Extra small screens */
    }
}

.pixel {
    width: var(--pixel-size, 20px);
    height: var(--pixel-size, 20px);
    background-color: black;
}

.title {
    font-family: 'tiny5';
    font-size: 50px;
    margin-left: 60px;
    margin-top: 20px;
    font-weight: normal;
}

.button-about {
    float: right;
    margin-right: 200px;
}

.button-about a{
    text-decoration-line: none;
}

.profile-container {
    margin-bottom: 20px;
    margin-left: 120px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 15px;
    background-color: #ffec19;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000;
    max-width: 300px;
    vertical-align: top; /* Align profiles next to each other */
}

.profile-container span {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    text-decoration-line: underline;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.profile-container img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000;
    border: 1px solid #000;
}

.profile-container h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
    color: #000;
    text-align: center;
}

.profile-container p {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    max-width: 100%;
    margin: 0;
}

.button-profile {
    display: flex;
    gap: 10px; /* Add spacing between buttons */
    justify-content: center; /* Center the buttons horizontally */
    align-items: center; /* Center the buttons vertically */
}

.button-profile button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu", sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #ffec19;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid #000;
    cursor: pointer;
}

.button-profile a {
    text-decoration: none;
}

.button-profile button:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000;
}

.button-profile button:active {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 #000;
}

@media (max-width: 768px) {
    .title {
        text-align: center;
        font-size: 30px;
    }

    .profile-container {
        margin: 10px auto;
        max-width: 90%;
        padding: 5px;
        box-shadow: 2px 2px 0 #000, 4px 4px 0 #000;
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content horizontally */
        justify-content: center; /* Center content vertically */
        text-align: center; /* Center text */
    }

    .profile-container img {
        width: 80px;
        height: 80px;
    }

    .profile-container h2 {
        font-size: 20px;
    }

    .profile-container p {
        font-size: 15px;
    }

    .button-profile {
        flex-direction: row; /* Make buttons side by side */
        gap: 10px; /* Add spacing between buttons */
        justify-content: center; /* Center the buttons horizontally */
    }

    .button-profile button {
        width: auto; /* Adjust width to fit content */
        padding: 8px 10px;
        font-size: small;
        margin-bottom: 10px;
    }
}


/* ✅ Custom positioning classes for flexibility */
.tail-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tail-top {
    position: absolute;
    top: 0;
    left: 0;
}

.tail-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 999; /* Keep it on top */
}

.pixelmic {
    z-index: 1001; /* Keep it on top */
}

.title-connect {
    font-family: 'tiny5';
    max-width: 25%;
    font-size: 75px;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.space {
    display: inline-block; /* Allow buttons to wrap to the next line */
    font-family: "Ubuntu", sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #ffec19;
    padding: 150px; /* Unified padding for consistency */
    border-radius: 0; /* Remove border radius for square shape */
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    margin: 20px; /* Add margin for spacing between buttons */
    vertical-align: top; /* Align buttons to the top */
}

.button-container-connect {
    display: inline-block; /* Allow buttons to wrap to the next line */
    font-family: "Ubuntu", sans-serif;
    font-size: medium;
    font-weight: bold;
    margin-left: 50px;
    background-color: #ffec19;
    padding: 60px; /* Unified padding for consistency */
    border-radius: 0; /* Remove border radius for square shape */
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000, 8px 8px 0 #000;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid #000;
    cursor: pointer;
    margin: 20px; /* Add margin for spacing between buttons */
    vertical-align: top; /* Align buttons to the top */
}

.button-container-connect:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000;
}

.button-container-connect:active {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 #000;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .space {
        padding: 100px; /* Reduce padding for smaller screens */
        font-size: small; /* Adjust font size */
        margin: 10px; /* Reduce margin */
    }

    .button-container-connect {
        padding: 40px; /* Reduce padding for smaller screens */
        font-size: small; /* Adjust font size */
        margin: 10px; /* Reduce margin */
        margin-left: 20px; /* Remove left margin for better alignment */
    }
}

@media (max-width: 480px) {
    .title-connect {
        font-size: 50px; /* Adjust font size for smaller screens */
        margin-left: 30px; /* Adjust left margin */
    }
    
    .space {
        padding: 50px; /* Further reduce padding for extra small screens */
        font-size: x-small; /* Adjust font size */
        margin: 5px; /* Further reduce margin */
    }

    .button-container-connect {
        padding: 20px; /* Further reduce padding for extra small screens */
        font-size: x-small; /* Adjust font size */
        margin: 5px; /* Further reduce margin */
        margin-left: 10; /* Ensure proper alignment */
    }

    .button-container-connect img {
        width: 100px; /* Adjust image size */
        height: 100px; /* Adjust image size */
    }


}

.footer {
    background-color: black;
    padding: 20px 0 20px 20px;
    font-family: 'Courier New', Courier, monospace;
    border: 30px solid #ffec19;
    color: #ffec19;
    font-size: x-small;
}

.footer a {
    color: #ffec19;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Mobile Styles */
@media (max-width: 768px) {
    nav {
        padding: 15px 20px;
    }

    .pixel-tail {
        margin-top: 500px;
    }

    .menu-items {
        position: absolute;
        width: 50%;
        right: 10px;
        top: 100%;
        background-color: #ffec19;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        display: none;
        z-index: 1001;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .menu-items.active {
        display: flex;
        border-radius: 20px;
    }

    .nav-item:hover {
        text-decoration: none;
    }

    .nav-item {
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .menu-icon {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }

    .menu-icon img {
        height: 30px;
    }

    #rocket {
        overflow: hidden;
    }

    #logo img {
        height: 40px;
    }

    .bracket {
        height: 50px;
    }

    #bracketL {
        padding: 5px;
    }

    #bracketR {
        padding: 5px;
    }

    #brackettext {
        font-size: 25px;
    }

    #downtext {
        max-width: 90%;
        font-family: "Ubuntu", sans-serif;
    }

    #rocket {
        right: -100px;
        height: auto;
    }

    .button-container button {
        display: flex;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .button-container a {
        text-decoration-line: none;
    }

    .description #lefttext {
        margin-top: 200px;
        max-width: 300px;
        display: flex;
        margin-left: 60px;
        font-size: large;
        font-family: "Ubuntu", sans-serif;
    }
    
    .description #righttext {
        margin-top: 180px;
        max-width: 300px;
        display: inline;
        font-size: large;
        font-family: "Ubuntu", sans-serif;
    }

    .footer {
        font-size: xx-small;
    }

    .footer img {
        width: 50px;
        height: 20px;
    }

}

@media (max-width: 480px) {

    #rocket {
        height: 150px;
    }

    .bracket {
        display: none;
    }
}

/* Career style */

#careers1 {
    margin: 20px 0 20px 60px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}

#careers1 h1 {
    font-weight: normal;
    font-family: tiny5;
    font-size: 50px;
    margin-bottom: 20px; /* Added fixed space */
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; /* Space between h1 and p */
}

#careers1 p {
    font-size: 20px;
    max-width: 50%;
    margin-left: 310px;
    margin-top: 20px; /* Added fixed space */
    font-family: "Ubuntu", sans-serif;
    display: inline-block;
    vertical-align: top;
}

#careers2 {
    margin: 20px 0 50px 60px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}

#careers2 h1 {
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 20px; /* Added fixed space */
    font-family: tiny5;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; /* Space between h1 and p */
}

#careers2 p {
    font-size: 20px;
    max-width: 50%;
    margin-left: 265px;
    margin-top: 20px; /* Added fixed space */
    font-family: "Ubuntu", sans-serif;
    display: inline-block;
    vertical-align: top;
}

#title-job {
    margin-top: 50px;
    margin-left: 60px;
    max-width: 90%;
    font-family: tiny5;
    font-size: 50px;
}

.job {
    float: right;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 10px;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    max-width: 50%;
}

#pixelCanvas {
    position: absolute;
}

.job-list {
    display: inline;
    margin: 20px 60px 0 0;
    padding: 20px;
    width: 30%;
}

.job-list h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.job-list a {
    text-decoration: none;
    color: #000;
}

.job-list p {
    font-size: 18px;
    margin-bottom: 10px;
}

.job-list .apply-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 600px) {
    #careers {
        margin-left: 20px;
        max-width: 100%;
        flex-direction: column;
    }

    #careers1 h1 {
        font-size: 40px;
        padding-right: 0;
    }

    #careers1 p {
        margin: 0;
        font-size: 18px;
        max-width: 90%;
    }

    #careers2 h1 {
        font-size: 40px;
        padding-right: 0;
        font-family: tiny5;
    }

    #careers2 p {
        margin: 0;
        font-size: 18px;
        max-width: 90%;
    }

    .job{
        margin-top: 120px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 10px;
        font-size: 16px;
        max-width: 100%;
    }

    #title-job {
        margin-left: 20px;
        font-size: 40px;
    }

    .job-list h2 {
        font-size: 25px;
    }

    .job-list p {
        font-size: 16px;
    }

    .job-list .apply-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 750px) {

    .job {
        margin-top: 100px;
        max-width: 100%;
        margin-top: 85px;
    }


    #careers1 p {
        max-width: 90%;
        margin-left: 10px;
    }

    #careers2 p {
        max-width: 90%;
        margin-left: 10px;
    }
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #ffec19; /* Match background */
}

::-webkit-scrollbar-thumb {
    background-color: #000000; /* Dark thumb */
    border: 1px solid #ffec19; /* Space around thumb */
}


/* Policy */
.privacy-policy {
    font-family: "Ubuntu", sans-serif;
    margin: 20px auto;
    padding: 20px;
    border-radius: 0;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000, 8px 8px 0 #000, 10px 10px 0 #000;
    border: 2px solid #000;
    max-width: 750px;
}

.privacy-title {
    font-size: 50px;
    color: black;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .privacy-title {
        font-size: 30px;
    }
}

.last-updated {
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
}

.section-title {
    font-size: 25px;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 100px;
    max-width: 100%;
}

.subsection-title {
    font-size: 18px;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subsubsection-title {
    font-size: 16px;
    color: black;
    margin-top: 15px;
    margin-bottom: 10px;
}

.legal-list {
    list-style: none;
}

.share-list {
    list-style: none;
}

.contact-list {
    list-style: none;
}

.definition-list, .data-list, .tracking-list, .usage-list {
    margin: 10px 0;
    padding-left: 20px;
    list-style: square;
}

.definition-list li, .data-list li, .tracking-list li, .usage-list li {
    margin-bottom: 10px;
}

.external-link {
    color: blue;
    text-decoration: none;
}

.external-link:hover {
    text-decoration: underline;
}


/* Terms and service */

.terms-container {
    font-family: "Ubuntu", sans-serif;
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 0;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000, 8px 8px 0 #000, 10px 10px 0 #000;
    border: 2px solid #000;
}

.terms-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: black;
}

.terms-section-title {
    font-size: 22px;
    margin-top: 20px;
    color: black;
}

.terms-subsection-title {
    font-size: 18px;
    margin-top: 15px;
    color: black;
}

.terms-text {
    margin: 10px 0;
    font-size: 16px;
    color: black;
}

.terms-list {
    list-style: disc;
    margin-left: 20px;
}

.terms-list-item {
    margin: 5px 0;
}

.terms-link {
    color: black;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* Media */
.title-media {
    font-family: tiny5;
    font-size: 50px;
    margin-left: 60px;
    margin-bottom: 400px;
    max-width: 20%;
    font-weight: lighter;
    display: inline-block; /* Make it inline */
    vertical-align: top; /* Align with the top of other elements */
}

.media-list {
    float: right;
}

.media-list a {
    text-decoration: none;
}

#list-media-1 {
    padding: 20px 195px 20px 20px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px); /* Adjust width for side-by-side layout with spacing */
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 25px;
}

#list-media-1 p{
    max-width: 20px;
}

#list-media-3 {
    padding: 20px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px); /* Adjust width for side-by-side layout with spacing */
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 25px;
}

#list-media-3 p{
    max-width: 20px;
}

.media-bottom {
    padding: 20px;
    margin: 10px;
    width: 90%; /* Full width at the bottom */
    position: relative;
    clear: both; /* Ensure it stays below other elements */
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.media-bottom p {
    max-width: 20px;
}

.button-container-media-1,
.button-container-media-2,
.button-container-media-3 {
    font-family: "Ubuntu", sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #ffec19;
    padding: 15px;
    border-radius: 0;
    box-shadow: 2px 2px 0 #000, 4px 4px 0 #000, 6px 6px 0 #000;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid #000;
    position: relative;
    cursor: pointer;
    margin-top: 20px; /* Ensure buttons are below the text */
    display: block; /* Force buttons to be below the text */
    text-align: center;
}

.button-container-media-1:hover,
.button-container-media-2:hover,
.button-container-media-3:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000;
}

.button-container-media-1:active,
.button-container-media-2:active,
.button-container-media-3:active {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 #000;
}

.footer-media {
    background-color: black;
    padding: 20px 0 20px 20px;
    font-family: 'Courier New', Courier, monospace;
    border: 30px solid #ffec19;
    color: #ffec19;
    font-size: x-small;
}

.footer-media a {
    color: #ffec19;
    text-decoration: none;
}

.footer-media a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .title-media {
        font-size: 50px; /* Adjust font size for smaller screens */
        margin-left: 20px; /* Reduce left margin */
        margin-bottom: 400px; /* Adjust bottom margin */
        max-width: 35%; /* Allow full width */
        text-align: center; /* Center align for smaller screens */
    }

    #list-media-1,
    #list-media-3 {
        width: 100%; /* Stack lists vertically on smaller screens */
        padding: 10px; /* Adjust padding */
        font-size: 20px; /* Adjust font size */
    }

    .media-bottom {
        font-size: 20px; /* Adjust font size */
        padding: 10px; /* Adjust padding */
    }

    .button-container-media-1,
    .button-container-media-2,
    .button-container-media-3 {
        margin-top: 10px; /* Adjust spacing for smaller screens */
        font-size: small; /* Adjust font size */
        padding: 10px; /* Adjust padding */
    }

    .footer-media{
        display: none;   
    }
}

@media (max-width: 480px) {
    .title-media {
        max-width: 50%; /* Allow full width */
        font-size: 25px; /* Further reduce font size */
        margin-left: 10px; /* Further reduce left margin */
        margin-bottom: 0; /* Adjust bottom margin */
    }

    #list-media-1,
    #list-media-3 {
        font-size: 20px; /* Further adjust font size */
        padding: 5px; /* Further adjust padding */
    }

    .media-bottom {
        font-size: 20px; /* Further adjust font size */
        padding: 5px; /* Further adjust padding */
    }

    .button-container-media-1,
    .button-container-media-2,
    .button-container-media-3 {
        font-size: small; /* Further adjust font size */
        padding: 8px; /* Further adjust padding */
    }
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  