*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@font-face {
    font-family: "unu";
    src: url("/fonts/Averta-Black.otf");
}

@font-face {
    font-family: "doi";
    src: url("/fonts/Averta-Bold.otf");
}

@font-face {
    font-family: "trei";
    src: url("/fonts/Averta-Light.otf");
}

@font-face {
    font-family: "patru";
    src: url("/fonts/Averta-Regular.otf");
}

@font-face {
    font-family: "cinci";
    src: url("/fonts/Averta-Semibold.otf");
}

:root {
    --font-unu: "unu", sans-serif;
    --font-doi: "doi", sans-serif;
    --font-trei: "trei", sans-serif;
    --font-patru: "patru", sans-serif;
    --font-cinci: "cinci", sans-serif;
}

.bold-text {
    font-family: var(--font-unu);
}

.nav-link {
    font-family: var(--font-trei);
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: "Roboto", sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.customize-text p {
    font-family: var(--font-cinci);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1rem;
}

.nav-logo {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20px;
    flex-direction: row;
}

.logo-kaufland {
    max-width: 80px;
    width: 100%;
}
.logo-carpathian {
    max-width: 150px;
    width: 100%;
}

.hamburger {
    display: none;
    cursor: pointer;
    z-index: 100;
}

.sticle {
    width: 90%;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.nav-link.active {
    font-weight: bold;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    margin-right: 3rem;
    gap: 1.5rem;
}

.nav-link {
    font-size: 1.75rem;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

.nav-link:hover {
    color: #b3a57e;
}

.logo-carpathian {
    width: 100%;
    max-width: 200px;
}

.wrapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 80vh;
}

.asculta--instinctul {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10%;
}
.asculta--instinctul .row img {
    max-width: 70%;
    flex-shrink: 0;
}

.text_acasa {
    width: 125%;
    max-width: 200%;
}

body {
    background-image: url("/images/BG_acasa.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
    overflow-x: hidden;
}

.info--container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    overflow-x: hidden;
    margin: 50px auto 0;
}

.cumpara,
.inscrie {
    width: 200px;
    cursor: pointer;
}

.customize-text {
    padding: 1em;
    background-color: white;
    width: 90%;
    border: 4px solid #0e5742;
    max-width: 400px;
}

.customize-text p {
    text-align: center;
    font-size: 1.5rem;
}

.title-carpathian {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .logo-carpathian {
        max-width: 150px;
    }

    .wrapp .asculta--instinctul {
        position: initial !important;
    }
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0%;
        flex-direction: column;
        background-color: #1d1712;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 20px 0;
    }

    .nav-menu.active {
        left: 0;
        z-index: 99;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

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

.row {
    width: 100%;
    margin: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}

.experienta_completa {
    max-width: 90%;
}

.voucher {
    width: 150%;
    max-width: 250%;
    margin-left: -60%;
    margin-top: -15rem;
}

.consum {
    padding: 25px;
    margin: 0 auto;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .text_acasa {
        width: 100%;
    }

    .row {
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
    }

    .sticle {
        width: 35%;
    }

    .experienta_completa {
        width: 35%;
    }

    .voucher {
        width: 75%;
        margin-left: -35%;
        margin-top: -25%;
    }

    #main {
        background-position: 100% 100%;
    }

    .consum {
        width: 50%;
    }

    .asculta--instinctul .row img {
        width: 30%;
        flex-shrink: 0;
    }
    .asculta--instinctul .row img.prize-small {
        width: 25%;
    }
    .asculta--instinctul .row img.prize-big {
        width: 35%;
        padding-bottom: 30px;
    }
}

@media (min-width: 1000px) {
    .wrapp {
        justify-content: space-evenly;
    }

    .row {
        flex-direction: row;
    }

    .wrapp {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
        /* position: absolute; */
        top: 10%;
        right: 0;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
        margin-top: 5vh;
    }

    .customize-text {
        max-width: 500px;
    }

    .navbar {
        position: relative;
    }

    .nav-logo {
        position: relative;
        padding: 25px 0;
    }

    /* .logo-carpathian {
        width: 150px;
        left: 13.5vw;
        top: 25%;
        position: absolute;
    } */

    .title-carpathian {
        width: 75%;
    }

    .cumpara,
    .inscrie {
        width: 200px;
        margin-top: 3em;
    }

    .asculta--instinctul {
        width: auto;
        width: 100%;
        position: relative;
        right: 0;
    }

    .customize-text p {
        font-size: 1.75rem;
    }

    .info--container {
        margin-top: 7.5vh;
        position: relative;
        left: 0;
        width: 75%;
        gap: 2rem;
    }

    .text_acasa {
        width: 100%;
    }

    .voucher {
        width: 85%;
        margin-left: -27.5%;
    }

    .experienta_completa {
        width: 40%;
        margin-bottom: 4%;
    }

    .sticle {
        width: 40%;
    }

    .consum {
        left: 15%;
        position: fixed;
        bottom: 0;
        width: 200px;
        padding: 1rem;
    }

    .row {
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: 2rem;
        margin-top: 30vh;
        margin-right: -12%;
    }
}

@media (min-width: 1200px) {
    #main {
        background-position: 100% 10%;
    }

    .info--container {
        width: 80%;
    }
}

@media (min-width: 1360px) {
    .text_acasa {
        width: 100%;
    }

    .logo-carpathian {
        width: 175px;
        left: 16.5vw;
    }

    .consum {
        width: 250px;
    }
}

@media screen and (min-width: 1400px) {
    .row {
        margin-top: 40.5vh;
    }

    .info--container {
        width: 85%;
    }

    .info--container {
        gap: 4rem;
        margin-top: 8.5vh;
    }

    .inscrie {
        margin-top: 5vh;
        width: 250px;
    }

    .title-carpathian {
        width: 85%;
    }
}

@media screen and (min-width: 1500px) {
    .info--container {
        gap: 2rem;
        margin-top: 7.5vh;
    }

    .inscrie {
        margin-top: 3.5vh;
        width: 250px;
    }

    .title-carpathian {
        width: 85%;
    }

    .sticle {
        width: 28%;
    }

    .experienta_completa {
        width: 31%;
    }

    .voucher {
        width: 55%;
    }

    .row {
        margin-top: 39vh;
    }
}

@media screen and (min-width: 1900px) {
    .row {
        margin-top: 41vh;
    }

    .info--container {
        width: 90%;
        gap: 3rem;
        margin-top: 8.5vh;
    }

    .logo-carpathian {
        width: 250px;
        left: 18.5vw;
    }

    .nav-link {
        font-size: 3rem;
    }

    .inscrie {
        width: 350px;
    }
}

body {
    background-image: none;
}

@media (min-width: 1024px) {
    #main {
        background-image: url("/images/bg_acasa_v2.png");
        background-position: 100% center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: hidden;
        width: auto;
    }
}
