* {

    font-family: "Roboto", serif;
}

body {
    height: auto;
    overflow-x: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.above-partner {
    display: flex;
    flex-direction: column;
    width: 95%;

    /* transform: translate(-50%,-50%);
    position: fixed;
    left: 50%;
    top: 20%; */
}

.ps {
    color: white;
    font-size: 12px;
    text-align: center;
}


.roboto-regular {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.above-partner {
    /* position: absolute; */
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
    /* top: 40%; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    margin: 5px;
}

.twins {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.right-twin {
    /* border: solid white 1px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.left-twin {
    border: solid rgba(179, 235, 74, 1) 2px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    background-image: url(../static/icons/earth-mask.png);
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}

.info {
    color: white;
    text-align: center;
    font-size: 12px;
}

.ulogo {
    height: 50px;
    width: 40px;
}

.bar {

    width: 90%;
    height: 12px;

    left: 50%;
    top: 70%;
    border-radius: 15px;
}

.buy-uperex {
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    background: rgba(179, 235, 74, 1);
}

.message {
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 20px;
    background: rgba(62, 62, 62, 0.677);
    z-index: 50;
    border-radius: 10px;
    margin-left: 10px;
    color: white;
    padding: 7px;
    font-size: 24px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

/* Hidden state for the text */
.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Visible state for the text */
.visible {
    opacity: 1;
    visibility: visible;
}


@font-face {
    font-family: 'robotoz';
    src: url('../static/fonts/Roboto_Condensed-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'robotoz', "poppin";
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'robotoz';
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.number-nav-container {
    display: flex;
    gap: 1rem;

    margin-top: 1200px;
    /* padding: 2rem; */
    /* position: absolute; */
    /* transform: translate(-50%); */
    /* left: 50%; */
    /* top: 620vh; */
    z-index: 5;
    width: 90%;
    height: 420px;
    padding-bottom: 10px;
    overflow: hidden;
    /* border: solid white 1px; */
    border-bottom: solid white 2px;

    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

.number-nav-circles-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.number-nav-circle-item {
    -webkit-tap-highlight-color: transparent;
    /* width: 50px; */
    padding: 5px;
    font-size: 8px;
    height: 25px;
    font-weight: 600;
    border-radius: 15px;
    border: 2px solid rgba(179, 235, 74, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    background: rgba(1, 8, 0, 1);
    transition: all 0.3s ease;
}

.number-nav-circle-item.number-nav-active {
    background: rgba(179, 235, 74, 1);

    color: black;
}

.number-nav-content-panel {
    flex: 1;
    min-height: 300px;
    height: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    color: white;
    border-radius: 8px;
    overflow-y: scroll;
}

.number-nav-content-section {
    display: none;
}

.number-nav-content-section.number-nav-active {
    display: block;
}


.timeline {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 48.5%;
    margin: 50px auto;
    width: 95%;
    padding: 20px;
    padding-bottom: 60px;

}

.line {
    position: absolute;
    left: 50%;
    width: 2px;
    height: calc(100% - 40px);
    background: rgba(179, 235, 74, 1);
    transform: translateX(-50%);
}

.line-end {
    position: absolute;
    bottom: -6px;
    padding: 5px;
    border: solid rgba(179, 235, 74, 1) 2px;
    text-align: center;

    left: 50%;
    width: 85px;
    /* height: 5px; */
    background: rgba(1, 8, 0, 1);
    color: rgba(179, 235, 74, 1);
    border-radius: 15px;
    transform: translateX(-50%);
}

.line-start {
    position: absolute;
    top: -6px;
    padding: 5px;
    border: solid rgba(179, 235, 74, 1) 2px;
    text-align: center;
    z-index: 10;
    color: white;
    left: 50%;
    width: 85px;
    /* height: 5px; */
    background: rgba(1, 8, 0, 1);
    color: rgba(179, 235, 74, 1);
    border-radius: 15px;
    transform: translateX(-50%);
}


.point {
    position: relative;
    margin: 40px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.circle {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgba(179, 235, 74, 1);
    /* border: 2px solid #333; */
    border-radius: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
}

.content {
    width: 35%;
    padding: 0 20px;
}

.point:nth-child(odd) .content {
    margin-left: auto;
    padding-left: 20px;
}

.point:nth-child(even) .content {
    margin-right: auto;
    padding-right: 20px;
}

.content h3 {
    margin: 0 0 10px 0;
    color: white;
}

.content p {
    margin: 0;
    color: white;
    opacity: 0.7;
}

.menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 97%;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 25px;
    left: 50%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    gap: 1px;
    border-bottom: solid rgba(255, 255, 255, 0.336) 1px;
    height: 50px;
    background: rgba(1, 8, 0, 1);
    z-index: 10;
}

.menu-container-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.menu-logo {
    width: 120px;
    height: 35px;
    transform: translate(0, -5%);
    margin-right: 10px;
    padding-top: 10px;
}

.urx-menu {
    color: rgba(179, 235, 74, 1);
    font-size: 20px;
    font-weight: 700;
    margin-left: -7px;
}

.item-menu {
    color: white;
    text-decoration: none;
    font-size: 10px;
    border: none;
    background: none;
}

.container-aval {
    display: flex;
    flex-direction: row;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 25%;
    width: 95%;
}

.container-aval-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.urx-left {
    color: rgba(179, 235, 74, 1);
    white-space: nowrap;
    margin-bottom: -20px;
}

.buttons-left {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.trade {
    width: 70px;
    background-color: rgba(179, 235, 74, 1);
    border: none;
    outline: none;
    border-radius: 15px;
    height: 30px;
    font-size: 15px;
}

.launch {
    width: 70px;
    border: solid rgba(179, 235, 74, 1) 1px;
    background: none;
    height: 30px;
    color: white;
    border-radius: 15px;
}

.right-info {
    color: white;
    font-size: 10px;
    line-height: 1.5;
    padding: 7px;
    opacity: 0.8;
    text-align: center;
    margin-top: 30px;
}

.logo-aval {
    width: 100px;
    height: 90px;
    margin-top: 10px;
    overflow: hidden;
    transform: scale(1.7);
    margin-bottom: 50px;
}

.partners-container {
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    align-items: center;
    /* transform: translate(-50%,-50%);  */
    /* left: 50%; */
    /* top: 80%;  */
    text-align: center;
    gap: 0;
    width: 100%;
}

.partner-text {
    color: rgba(179, 235, 74, 1);
    margin-bottom: -5px;
}

.partners {
    display: flex;
    flex-direction: row;
    width: 98%;
    gap: 7px;
    justify-content: space-around;
    scrollbar-width: none;
    margin-top: 2px;
}

.partner {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.partner-p {
    color: white;
    font-size: 8px;
    white-space: nowrap;
}

.partner-img {
    width: 25px;
    height: 25px;
}

.container-roadmap {
    display: flex;
    /* align-items: start; */
    /* justify-content: start; */
    width: 95%;
    height: 2000px;
    /* border: solid white 5px; */
    /* position: absolute; 
    transform: translate(-50%,-50%);
     left: 50%;
      top: 350vh; */
}

.container-timeline-i {
    border: solid rgba(179, 235, 74, 1) 1.5px;
    border-radius: 15px;
    width: 90px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: -1150px;
    color: rgba(179, 235, 74, 1);
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background: rgba(1, 8, 0, 1);
    z-index: 3;
}

.foot {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* position: absolute; */
    /* transform: translate(-50%,-50%);  */
    /* left: 50%; top: 700vh;  */
    align-items: center;
    justify-content: space-between;
    border-top: solid rgba(255, 255, 255, 0.425) 1px;
    /* padding-top: 5px; */
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* margin-bottom: 70px; */
    margin-top: 5px;
}

.countdown-box {
    padding: 7px;
    background: none;
    border: solid rgba(179, 235, 74, 1) 2px;
    border-radius: 8px;
    min-width: 13px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.number {
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.socials {
    width: 20px;
    height: 20px;
}


@media (min-width: 820px) {
    body {
        font-family: poppins;
        margin: 0;
        padding: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        user-select: none;
        overflow-x: hidden;
        /* overflow: hidden; */
        background: rgba(1, 8, 0, 1);
    }

    .container-aval {
        display: flex;
        flex-direction: row;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 90%;
        width: 95%;
    }

    .item-menu {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

    .logo-aval {
        width: 200px;
        height: 180px;
        margin-top: 10px;
        overflow: hidden;
        transform: scale(2.7);
        margin-bottom: 50px;
    }

    .urx-left {
        color: rgba(179, 235, 74, 1);
        white-space: nowrap;
        margin-bottom: -70px;
        font-size: 25px;
        font-weight: 700;
    }

    .trade {
        width: 100px;
        background-color: rgba(179, 235, 74, 1);
        border: none;
        outline: none;
        border-radius: 15px;
        height: 30px;
    }

    .launch {
        width: 100px;
        border: solid rgba(179, 235, 74, 1) 1px;
        background: none;
        height: 30px;
        color: white;
        border-radius: 15px;
    }

    .right-info {
        color: white;
        font-size: 20px;
        line-height: 1.5;
        padding: 7px;
        opacity: 0.8;
        text-align: center;
        margin-top: 70px;
    }

    .partners-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        /* transform: translate(-50%,-50%); */
        /* left: 50%; */
        /* top: 180%; */
        text-align: center;
        gap: 0;
        width: 95%;
    }

    .partners {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        width: 90%;
        gap: 7px;
    }

    .partner-p {
        color: white;
        font-size: 25px;
    }

    .container-timeline-i {
        border: solid rgba(179, 235, 74, 1) 1.5px;
        border-radius: 15px;
        width: 90px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 21%;
        color: rgba(179, 235, 74, 1);
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        background: rgba(1, 8, 0, 1);
        z-index: 3;
    }

    .container-roadmap {
        width: 95%;
        height: 1200px;
        /* position: absolute; */
        /* transform: translate(-50%,-50%); */
        /* left: 50%; top: 540%; */
    }

    .foot {
        display: flex;
        flex-direction: row;
        width: 100%;
        /* margin-bottom: 20px; */
        /* padding-top: 5px;  */
        /* position: absolute;  */
        /* transform: translate(-50%,-50%); */
        /* left: 50%; top: 1150%;  */
        align-items: center;
        justify-content: space-between;
        border-top: solid rgba(255, 255, 255, 0.425) 1px;
    }

    .number-nav-container {
        display: flex;
        gap: 2rem;
        /* padding: 2rem; */
        /* position: absolute; */
        /* transform: translate(-50%); */
        /* left: 50%; */
        /* top:950%; */
        z-index: 5;
        width: 90%;
        height: 420px;
        padding-bottom: 10px;
        overflow: hidden;
        /* border: solid white 1px; */

        /* max-width: 1200px; */
        /* margin: 0 auto; */
    }
}

@media (min-width: 1024px) {
    .ps {
        color: white;
        font-size: 20px;
    }

    .tonned {
        width: 70px;
        height: 70px;
    }

    .above-partner {

        /* position: absolute; */
        /* transform: translate(-50%,-50%); */
        /* left: 50%; */
        /* top: 45vh; */
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        gap: 8px;
        padding: 10px;
        margin: 5px;
    }

    .twins {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .right-twin {
        /* border: solid white 1px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .left-twin {
        border: solid rgba(179, 235, 74, 1) 2px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        /* max-height: 450px; */
        gap: 7px;
        align-items: center;
        background-image: url(../static/icons/earth-mask.png);
        /* background-size: cover; */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px;
    }

    .info {
        color: white;
        text-align: center;
        font-size: 12px;
    }

    .ulogo {
        height: 60px;
        width: 50px;
    }

    .bar {

        width: 90%;
        height: 18px;

        left: 50%;
        top: 70%;
        border-radius: 15px;
    }

    .buy-uperex {
        padding: 5px;
        border-radius: 15px;
        text-align: center;
        background: rgba(179, 235, 74, 1);
    }


    .ulogo {
        width: 70px;
        height: 80px;
    }


    .socials {
        width: 20px;
        height: 20px;
    }

    .foot {
        display: flex;
        flex-direction: row;
        width: 100%;
        /* padding-top: 5px;  */
        /* position: absolute; */
        /* transform: translate(-50%,-50%);  */
        /* left: 50%; top: 480vh;  */
        align-items: center;
        justify-content: space-between;
        border-top: solid rgba(255, 255, 255, 0.425) 1px;
    }

    body {
        font-family: 'robotoz';
        margin: 0;
        padding: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        user-select: none;
        overflow-x: hidden;
        /* overflow: hidden; */
        background: rgba(1, 8, 0, 1);
    }

    .item-menu {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

    .partner-text {
        color: rgba(179, 235, 74, 1);
        margin-bottom: -5px;
        font-size: 25px;
    }

    .logo-aval {
        width: 200px;
        height: 150px;
        margin-top: 10px;
        overflow: hidden;
        transform: scale(2);
        margin-bottom: 80px;
    }

    .container-aval {
        display: flex;
        flex-direction: row;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 25%;
        width: 95%;
    }

    .urx-left {
        color: rgba(179, 235, 74, 1);
        white-space: nowrap;
        margin-bottom: -70px;
        font-size: 25px;
        font-weight: 700;
    }

    .trade {
        width: 100px;
        background-color: rgba(179, 235, 74, 1);
        border: none;
        outline: none;
        border-radius: 15px;
        height: 30px;
    }

    .launch {
        width: 100px;
        border: solid rgba(179, 235, 74, 1) 1px;
        background: none;
        height: 30px;
        color: white;
        border-radius: 15px;
    }

    .right-info {
        color: white;
        font-size: 25px;
        line-height: 1.5;
        padding: 7px;
        opacity: 0.8;
        text-align: center;
        margin-top: 70px;
    }

    .partners-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        /* transform: translate(-50%,-50%); */
        /* left: 50%; top: 100vh; */
        text-align: center;
        gap: 0;
        width: 95%;
    }

    .partners {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        width: 90%;
        gap: 35px;
        overflow-y: scroll;
    }

    .partner-p {
        color: white;
        font-size: 30px;
    }

    .container-timeline-i {
        border: solid rgba(179, 235, 74, 1) 1.5px;
        border-radius: 15px;
        width: 90px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: -10%;
        color: rgba(179, 235, 74, 1);
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        background: rgba(1, 8, 0, 1);
        z-index: 3;
    }

    .container-roadmap {
        width: 95%;
        height: 1200px;
        /* position: absolute;  */
        /* transform: translate(-50%,-50%);  */
        /* left: 50%; top: 240vh; */
    }

    .number-nav-container {
        display: flex;
        gap: 2rem;
        /* padding: 2rem; */
        /* position: absolute; */
        /* transform: translate(-50%); */
        /* left: 50%; */
        /* top:380vh; */
        z-index: 5;
        width: 90%;
        height: 420px;
        padding-bottom: 50px;
        /* border: solid white 1px; */

        /* max-width: 1200px; */
        /* margin: 0 auto; */
    }

    .number-nav-circle-item {
        -webkit-tap-highlight-color: transparent;
        /* width: 50px; */
        padding: 5px;
        font-size: 12px;
        height: 25px;
        font-weight: 600;
        border-radius: 15px;
        border: 2px solid rgba(179, 235, 74, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        background: rgba(1, 8, 0, 1);
        transition: all 0.3s ease;
    }

    .info {
        color: white;
        font-size: 20px;
    }

    .countdown-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .countdown-box {
        padding: 7px;
        background: none;
        border: solid rgba(179, 235, 74, 1) 2px;
        border-radius: 8px;
        min-width: 55px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .number {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }
}