:root {
    --colors--black: black;
    --colors--cream: #f2f1e0;
    --colors--white: white;
    --colors--cream-2: #f3f2e8;
    --colors--brown: #938469;
    --colors--grey-2: #a4a496;
    --colors--textile-2: #b2a86d;
    --colors--textile: #d6cc91;
    --colors--grey: #c6c6bc;
}

body {
    color: var(--colors--black);
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}

h1 {
    color: var(--colors--cream);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

h4 {
    color: var(--colors--white);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

h5 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 600;
    line-height: 1;
}

p {
    margin-bottom: 25px;
}

.container {
    position: relative;
}

.container.contact {
    background-color: var(--colors--cream-2);
}

.hero {
    justify-content: space-between;
    align-items: flex-end;
    height: 100vh;
    text-decoration: none;
    display: flex;
}

.hero.hero-1 {
    background-image: url('../images/hero-bg1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero.hero-2 {
    background-image: url('../images/hero-bg2.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero.hero-3 {
    background-image: url('../images/hero-bg3.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero.hero-4 {
    background-image: url('../images/hero-bg4.jpeg');
    background-position: 0 0;
    background-size: auto;
}

.hero.hero-4.w--current {
    background-image: url('../images/hero-bg4.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.content.side-c,
.content.dream-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-box {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
}

.hero-text {
    color: var(--colors--cream);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.header {
    z-index: 2;
    mix-blend-mode: hard-light;
    width: 100%;
    position: absolute;
    top: 0;
}

.header.header-static {
    position: static;
}

.header.header-fixed {
    position: fixed;
}

.header-wr {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.header-wr.border-btm {
    border-bottom: 1px solid var(--colors--black);
}

.sub-container {
    border: 1px solid var(--colors--black);
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
}

.sub-right {
    color: var(--colors--white);
    flex-flow: column;
    justify-content: space-between;
    width: 50%;
    padding: 30px;
    display: flex;
}

.sub-right.sub-right-creatie {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--colors--brown);
    padding-left: 20px;
    padding-right: 20px;
}

.sub-right.sub-right-viziune {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--colors--grey-2);
}

.sub-right.sub-right-poveste {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--colors--textile-2);
}

.sub-right.sub-right-parteneri {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--colors--brown);
    width: 100%;
}

.sub-image {
    width: 50%;
}

.sub-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.sub-inner-right {
    text-align: right;
    max-width: 380px;
}

.side-number {
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-size: 1.2rem;
}

.side-block {
    margin-bottom: 120px;
}

.side-block-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
    display: flex;
}

.side-block-right {
    width: 100%;
    max-width: 700px;
}

.side-block-btm {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.section-planning {
    border-top: 1px solid var(--colors--black);
    border-bottom: 1px solid var(--colors--black);
    background-color: var(--colors--textile);
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.planning-left {
    width: 50%;
    padding: 120px 20px;
}

.planning-right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-left: 1px solid var(--colors--black);
    flex-flow: column;
    justify-content: space-between;
    width: 50%;
    padding: 120px 20px;
    display: flex;
}

.dream-wr {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.dream-box {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.cta {
    background-color: var(--colors--grey);
    color: var(--colors--black);
    border-radius: 6px;
    padding: 20px 50px;
    font-size: 1.2rem;
}

.cta.cta-black {
    background-color: var(--colors--black);
    color: var(--colors--white);
}

.cta-center {
    text-align: center;
    margin-top: 30px;
}

.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--colors--black);
    border-bottom: 1px solid var(--colors--black);
    background-color: var(--colors--grey);
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
}

.footer-left {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 60px 20px;
    display: flex;
}

.footer-right {
    border-left: 1px solid var(--colors--black);
    padding: 60px 20px;
}

.footer-left-top {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.form {
    display: flex;
}

.text-field {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: var(--colors--black);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 60px;
    margin-bottom: 0;
}

.text-field::placeholder {
    color: var(--colors--brown);
    font-size: 1rem;
}

.submit-button {
    background-color: var(--colors--white);
    color: var(--colors--black);
    border: 1px solid #000;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
}

.footer-left-inner {
    width: 50%;
}

.logo-link {
    width: 220px;
}

.hero-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.75fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.banner-left {
    justify-content: center;
    align-items: center;
    padding: 90px 20px;
    display: flex;
}

.banner-right {
    border-left: 1px solid var(--colors--black);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 90px 20px;
    display: flex;
}

.field {
    border: 1px solid var(--colors--black);
    border-radius: 6px;
    height: 60px;
    margin-bottom: 0;
}

.field::placeholder {
    color: var(--colors--brown);
    font-size: 1rem;
}

.field.textarea {
    height: 200px;
}

.form-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 60px;
    display: flex;
}

.menu {
    z-index: 9999;
    width: 100%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.close-menu {
    align-self: flex-start;
}

.menu-inner {
    background-color: #c6c6bc;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    display: flex;
}

.menu-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-left: 1px solid #000;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 25%;
    height: 100%;
    padding: 20px;
    display: flex;
}

.social-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.close-column {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 5%;
    padding-top: 20px;
    display: flex;
}

.hero-text-2 {
    color: #f2f1e0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.layer-background {
    z-index: 2;
    mix-blend-mode: lighten;
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-image: url(../images/hero-bg1.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.layer-background.is--2 {
    z-index: 2;
    background-image: url(../images/hero-bg2.jpg);
}

.layer-background.is--3 {
    z-index: 2;
    background-image: url(../images/hero-bg3.jpeg);
}

.header-section {
    z-index: 1;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
}

.text-size-large {
    /*color: #fff;*/
    text-align: center;
    /* font-size: 13em; */
    position: relative;
}

.main-wrapper {
    z-index: 1;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.header_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
}

.layers-component {
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.header-wrapper {
    z-index: auto;
    mix-blend-mode: exclusion;
    height: 37vh;
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.header-rail {
    text-transform: uppercase;
    flex-direction: column;
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    position: relative;
    overflow: hidden;
}

.page-mobile {
    display: none;
}

.fullpage-wrapper {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.section {
    height: 100vh;
    position: relative;
}

.section a {
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width: 1280px) {
    .menu-right {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1920px) {
    .layers-component {
        display: block;
    }

    .header-wrapper {
        padding-top: 0;
    }

    .header-rail {
        margin-top: 0;
    }

    .fullpage-wrapper {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .content.side-c,
    .content.dream-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .sub-container {
        flex-flow: column;
    }

    .sub-right.sub-right-creatie {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sub-right.sub-right-viziune,
    .sub-right.sub-right-poveste,
    .sub-image {
        width: 100%;
    }

    .side-block {
        margin-bottom: 90px;
    }

    .side-block-top {
        margin-bottom: 60px;
    }

    .side-block-btm {
        flex-flow: wrap-reverse;
    }

    .planning-left,
    .planning-right {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .dream-wr {
        display: block;
    }

    .dream-box {
        display: none;
    }

    .footer {
        grid-template-columns: 1fr;
    }

    .footer-left {
        grid-column-gap: 90px;
        grid-row-gap: 90px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-right {
        border-bottom: 1px solid var(--colors--black);
        border-left-style: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-left-inner {
        width: auto;
    }

    .hero-contact {
        grid-template-columns: 1fr;
    }

    .banner-left {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-right {
        border-top: 1px solid var(--colors--black);
        border-left-style: none;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .close-menu {
        top: 20px;
        right: 20px;
    }

    .social-links {
        flex-flow: row;
    }
}

@media screen and (max-width: 767px) {
    .content.side-c,
    .content.dream-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sub-right.sub-right-creatie,
    .sub-right.sub-right-viziune,
    .sub-right.sub-right-poveste,
    .sub-right.sub-right-parteneri {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .side-number {
        margin-bottom: 40px;
    }

    .side-block {
        margin-bottom: 60px;
    }

    .side-block-top {
        flex-flow: column;
        margin-bottom: 40px;
    }

    .section-planning {
        flex-flow: column;
    }

    .planning-left {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .planning-right {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        border-top: 1px solid var(--colors--black);
        border-left-style: none;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .close-menu {
        top: 40px;
    }
}

@media screen and (max-width: 479px) {
    .sub-inner {
        flex-flow: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sub-inner-right {
        text-align: left;
    }

    .header-wrapper {
        height: 15vh;
    }

    .cta {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-left-top {
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
    }

    .form {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .text-field {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .submit-button {
        height: 60px;
    }

    .field {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}

#w-node-fe906842-2ff7-400c-2d69-9e0eaa1df269-37547cbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e9427e-14a2-1172-ff4f-b1da21896630-482c3d0c,
#w-node-cf6a1ceb-3e1f-d7ab-3242-3b659395e633-9b19497c,
#w-node-da5b391e-8bbe-d00c-7111-ea1e10575a05-e752b8a4,
#w-node-da5b391e-8bbe-d00c-7111-ea1e10575a05-691e071f,
#w-node-_71f2351a-5aa6-b465-c693-2a7af0b66051-1410a056 {
    grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
    #w-node-_77dc60ab-5a10-d91c-112f-ffd48c03bff5-482c3d0c,
    #w-node-cf6a1ceb-3e1f-d7ab-3242-3b659395e649-9b19497c,
    #w-node-da5b391e-8bbe-d00c-7111-ea1e10575a1b-e752b8a4,
    #w-node-da5b391e-8bbe-d00c-7111-ea1e10575a1b-691e071f,
    #w-node-_71f2351a-5aa6-b465-c693-2a7af0b66067-1410a056 {
        grid-area: 1 / 1 / 3 / 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_55e9427e-14a2-1172-ff4f-b1da21896630-482c3d0c,
    #w-node-cf6a1ceb-3e1f-d7ab-3242-3b659395e633-9b19497c,
    #w-node-da5b391e-8bbe-d00c-7111-ea1e10575a05-e752b8a4,
    #w-node-da5b391e-8bbe-d00c-7111-ea1e10575a05-691e071f,
    #w-node-_71f2351a-5aa6-b465-c693-2a7af0b66051-1410a056 {
        grid-area: 3 / 1 / 4 / 2;
    }
}
