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

body {
    background-image: url("/images/bg_mecanism.png");
    background-position: top;
}

#main {
    background-image:none;
}
.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: white;
}
.text-footer {
    font-family: var(--font-patru);
}
.wrapp--mecanism {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
}
.text-footer {
    color: wheat;
    font-size: 1rem;
    width: 90%;
    text-align: left;
    /* position: absolute; */
    bottom: 15px;
}
.sticleMecanism {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 700px) and (max-width: 999px) {
    .prize-1,
    .prize-2,
    .prize-3 {
        width: 65%;
    }
    .row {
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}

@media (max-width: 1000px) {
    .row {
        display: flex;
        flex-direction: column;
        width: 30%;
    }
    .row {
        width: 80%;
        max-width: 600px;
    }
    .text-footer {
        text-align: center;
        position: initial;
        padding-bottom: 20px;
    }
    .premii_mecanism {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .premii_mecanism {
        width: 60%;
        margin-right: 2%;
    }
    .text-footer {
        margin-right: 2%;
    }
    .prize-1,
    .prize-3 {
        width: 20%;
    }
    .prize-2 {
        width: 30%;
        margin-bottom: 50px;
    }
    .text-principal {
        width: 65%;
    }
    .sticleMecanism {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 550px;
    }
    .wrapp--mecanism {
        align-items: flex-end;
    }

    .wrapp--mecanism {
        margin-top: 25px;
    }
    .text-footer {
        width: 55%;
        text-align: center;
    }
    .row {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .text-principal {
        width: 50%;
    }
    .premii_mecanism {
        width: 47%;
    }
}

@media (min-width: 1400px) {
    .text-principal {
        font-size: 2rem;
    }
    .text-footer {
        font-size: 1.25rem;
        width: 58%;
    }
    .sticleMecanism {
        max-width: 700px;
    }

    .prize-1,
    .prize-3 {
        width: 23%;
    }
}

@media (min-width: 1500px) {
    .text-footer {
        width: 50%;
    }
    .text-principal {
        width: 55%;
    }
    .prize-2 {
        width: 35%;
    }
}

@media (min-width: 1900px) {
    .text-principal {
        font-size: 2.765rem;
    }
    .sticleMecanism {
        max-width: 900px;
    }
    .nav-item {
        margin-left: 7.75rem;
    }
    .prize-2 {
        width: 45%;
    }
    .prize-1,
    .prize-3 {
        width: 27%;
    }
}

@media (min-width: 2500px) {
    .text-principal {
        font-size: 3.5rem;
    }
    .text-footer {
        font-size: 1.75rem;
    }
    .sticleMecanism {
        max-width: 1200px;
    }
}

@media (max-width: 1000px) {
    .logo-carpathian {
        width: 75px;
    }
    .logo-kaufland {
        width: 50px;
    }
    .nav-logo {
        margin: 0;
        margin-top: 0px;
        top: 0;
    }
    .premii_mecanism {
        display: none;
    }
}
