@import url("/css/main.css");
@import url("/css/inscriere.css");

.text-principal {
    color: WHITE;
    font-size: 1.5rem;
    width: 90%;
    text-align: center;
    font-family: var(--font-cinci);
}

.bold-text-orange {
    font-family: var(--font-unu);
    color: #c6b16b;
}

.text-footer {
    font-family: var(--font-patru);
}

.wrapp--mecanism {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
}

.text-footer {
    color: wheat;
    font-size: 1rem;
    width: 90%;
    text-align: left;
    position: absolute;
    bottom: 50px;
}

.sticleMecanism {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

body {
    background-image: none;
}

#main {
    background-image: url("/images/bg_mecanism.png");
    background-position: 35% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.title-carpathian {
    margin-top: 15%;
}

.disclaimer__text {
    font-family: var(--font-trei);
    font-weight: 400;
}

@media (min-width: 1000px) {
    body {
        overflow: hidden;
        height: 100vh;
    }

    #main {
        background-image: url("/images/bg_mecanism.png");
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-size: cover;
        height: 100%;
        width: auto;
        overflow: hidden;
    }

    .text-principal {
        width: 85%;
    }

    .wrapp--mecanism {
        margin: 0;
        position: absolute;
        right: 25px;
        top: auto;
        bottom: 10px;
        width: 55%;
        gap: 2rem;
        overflow: hidden;
    }

    .row {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row;
    }

    .title-carpathian {
        position: fixed;
        margin: 0;
        left: 5%;
        top: 25%;
        transform: translate(-5, -20%);
        width: 35%;
    }
    .consum {
        position: fixed;
        left: 15%;
        /* bottom: ; */
    }
}
@media (min-width: 1200px) {
    .title-carpathian {
        top: 18%;
    }
}

@media (min-width: 1300px) {
    .wrapp--mecanism {
        width: 50%;
    }

    .text-principal {
        margin-bottom: -5%;
    }
}

@media (min-width: 1400px) {
    .text-principal {
        font-size: 2rem;
    }

    .disclaimer__text {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    .text-principal {
        font-size: 2.5rem;
    }

    .disclaimer__text {
        font-size: 14px;
    }
}

@media (min-width: 1900px) {
    .text-principal {
        font-size: 2.75rem;
    }

    .disclaimer__text {
        font-size: 16px;
    }
    .wrapp--mecanism {
        width: 61%;
    }
}
