.brochure {
    position: relative;
    width: 100%;
    background-color: #e2e2e2;
}

.brochure__wrapper {
    height: 400vh;
    position: relative;
    background-color: #e2e2e2;
}

.brochure__container{
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e2e2e2;


}

.brochure__img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brochure__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.brochure__headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.brochure__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.brochure__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.brochure__title h2 {
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-size: 67px;
    line-height: 70px;
    margin: 0;
    letter-spacing: 1px;
}

.section-form.brochure__form h4 {
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 40px;
    margin: 0;
    letter-spacing: 1px;
}


.brochure__title .section__headline {
    display: none;
}

.brochure__title h2 {
    color: #fff;
}

.brochure__form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.brochure__form .form-contact {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 30%;
    height: auto;
    transform: translate(-50%, -50%);
}

.brochure__form .form__title {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    transform: translateX(100%);
}

.brochure__form .form__title h4 {
    text-align: center;
    color: #fff;
}

.brochure__form .form__col {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.brochure__form .form__input {
    transform: translateY(100%);
}

.brochure__form .brochure__input-phone {
    transform: translateY(100%);
    position: relative;
    z-index: 3;
}

.brochure__form .form__btn {
    transform: translateY(150%);
    margin-top: 5rem;
}

.brochure__input {
    margin-bottom: 15px;
}

.brochure__input input {
    color: #fff;
}

.brochure__input input::-moz-placeholder {
    font-size: 16px;
}

.brochure__input input::placeholder {
    font-size: 16px;
}

.brochure__input input:focus::-moz-placeholder {
    opacity: 0;
}

.brochure__input input:focus::placeholder {
    opacity: 0;
}

.brochure__input .iti .iti__selected-dial-code {
    color: #fff;
}

.brochure__input .iti input {
    padding-left: 110px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.brochure input:-webkit-autofill,
.brochure input:-webkit-autofill:hover,
.brochure input:-webkit-autofill:focus,
.brochure input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}



.brochure .input-float {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.brochure .input-float__input {
    color: #fff;
    display: block;
    width: 100%;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-2);
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
    padding: 10px 0 4px;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.brochure input {
    height: 51px;
    font-family: var(--font-primary);
}

.brochure .input-float__input_focused+.input-float__label,
.brochure  .input-float__input_not-empty+.input-float__label {
    transform: scale(0.8571) translateY(-1.75rem);
}

.brochure .input-float__input_focused {
    border-color: var(--color-dark-1);
}

.brochure .input-float__input_focused+.input-float__label {
    color: var(--color-dark-1);
}

.brochure .input-search__input {
    padding-right: 30px;
}

.brochure .button {
    position: relative;
    display: inline-block;
    font-size: calc(10* 1px);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-width: 0.5px;
    border-style: solid;
    padding: 21px 48px;
    border-radius: 64px;
    font-family: var(--font-primary);
    
}

.brochure .button[data-hover]:before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
    visibility: hidden;
}

.brochure .button[data-hover]:hover:before {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.brochure .button__label-hover {
    display: block;
    transform: translateY(0%);
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 1;
    visibility: visible;
}

.brochure .mb-1 {
    margin-bottom: 1em !important;
}

.brochure .button[data-hover]:hover .button__label-hover {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 320px) {
    .brochure .button {
        font-size: calc(10 * 1px + (13 - 10) * (100vw - 320px) / 3680);
    }

}

.brochure .input-float__label {
    position: absolute;
    top: 0.75em;
    left: 0;
    margin: auto;
    display: block;
    font-size: 16px;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform-origin: left center;
    cursor: text;
    color: var(--color-gray-1);
    font-family: var(--font-primary);
}

.brochure .input-float__input_focused {
    border-color: #fff;
}

.brochure .input-float__input_focused+.input-float__label {
    color: #fff;
}

.brochure .button_white {
    background-color: #fff;
    color: #000;
}
.brochure .section {
    position: relative;
}

@media (max-width: 1600px) and (max-height: 700px) {
    .brochure__title {
        top: 55%;
    }

    .brochure__form .form-contact {
        top: 60%;
        width: 40%;
    }

    .brochure__form .form__btn {
        margin-top: 2rem;
    }
}

@media (max-width: 1680px) {
    .brochure .button {
      padding: 14px 32px;
    }
}

@media (max-width: 1600px) {
    .brochure__form .form-contact {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
    .brochure__wrapper {
        height: 100vh;
    }

    .input-float__input_focused+.input-float__label,
    .input-float__input_not-empty+.input-float__label {
      transform: scale(0.6571) translateY(-1.95rem) !important;
    }

    .brochure__container {
        position: relative;
        top: initial;
        left: initial;
        height: 100%;
        gap: 80px;
    }

    .brochure__img {
        top: 0;
        right: 0;
        left: initial;
        transform: translate(0, 0);
    }

    .brochure__img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
        z-index: 1;
    }

    .brochure__img img {
        transform: scale(1.3);
    }

    .brochure__headline {
        position: relative;
        height: auto;
        top: initial;
        left: initial;
        text-align: center;
    }

    .brochure__bg {
        display: none;
    }


    .brochure__title {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        z-index: 2;
    }

    .brochure__title .section-content__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .brochure__title .section__headline {
        display: block;
        width: 68px;
        height: 1px;
        background: #fff;
        opacity: 0.5;
    }

    .brochure__form {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .brochure__form .form-contact {
        position: initial;
        top: initial;
        left: initial;
        width: 80%;
        height: 100%;
        transform: initial;
        margin: 0 auto;
    }

    .brochure__form .form__title {
        transform: translateY(120%);
    }

    .brochure__form .form__col {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    .brochure__form .form__btn {
        text-align: center;
    }

    .brochure__form .form__btn .button {
        width: 50% !important;
    }

    .brochure__input .iti input {
        padding-left: 100px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

   
    .brochure__title h2{
        font-size: 53px;
        line-height: 1.2;
    }

    .section-form.brochure__form h4{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px !important; 
    }

}

@media screen and (max-width: 576px) {
    .brochure__form .form__btn {
        margin-top: 1rem;
    }

    .brochure__form .form-contact {
        width: 87%;
    }


    .brochure__title h2{
        font-size: 38px;
    }

    .section-form.brochure__form h4{
        font-size: 20px;
    }
}



:root {
    --font-primary: "Raleway", sans-serif;
    --font-secondary: "Cinzel", serif;
    --color-dark-1: #111111;
    --color-dark-2: #262626;
    --color-dark-3: #333333;
    --color-dark-4: #555555;
    --color-light-1: #eeece6;
    --color-light-2: #f2f1ed;
    --color-light-3: #f7f6f3;
    --color-light-4: #f1e9db;
    --color-gray-1: #888888;
    --color-gray-2: #cccccc;
    --xxl-max-font-size: 370;
    --xxl-min-font-size: 78;
    --xxl-line-height: 0.9;
    --xxl-color-light: #eeece6;
    --xxl-color-dark: #333333;
    --xl-max-font-size: 188;
    --xl-min-font-size: 54;
    --xl-line-height: 1.1;
    --xl-color-light: #eeece6;
    --xl-color-dark: #333333;
    --h1-max-font-size: 135;
    --h1-min-font-size: 56;
    --h1-line-height: 0.81;
    --h1-color-light: #eeece6;
    --h1-color-dark: #333333;
    --h2-max-font-size: 133;
    --h2-min-font-size: 36;
    --h2-line-height: 0.89;
    --h2-color-light: #eeece6;
    --h2-color-dark: #333333;
    --h3-max-font-size: 88;
    --h3-min-font-size: 32;
    --h3-line-height: 1.33;
    --h3-color-light: #eeece6;
    --h3-color-dark: #333333;
    --h4-max-font-size: 52;
    --h4-min-font-size: 24;
    --h4-line-height: 1.33;
    --h4-color-light: #ffffff;
    --h4-color-dark: #262626;
    --h5-max-font-size: 18;
    --h5-min-font-size: 18;
    --h5-line-height: 1.6;
    --h5-color-light: #ffffff;
    --h5-color-dark: #262626;
    --h6-max-font-size: 14;
    --h6-min-font-size: 14;
    --h6-line-height: 1.6;
    --h6-color-light: #ffffff;
    --h6-color-dark: #262626;
    --blockquote-max-font-size: 34;
    --blockquote-min-font-size: 16;
    --blockquote-line-height: 1.6;
    --blockquote-color-light: #ffffff;
    --blockquote-color-dark: #262626;
    --paragraph-max-font-size: 21;
    --paragraph-min-font-size: 14;
    --paragraph-line-height: 1.8;
    --paragraph-color-light: #cccccc;
    --paragraph-color-dark: #262626;
    --dropcap-max-font-size: 110;
    --dropcap-min-font-size: 60;
    --dropcap-line-height: 0.7;
    --dropcap-color-light: #ffffff;
    --dropcap-color-dark: #111111;
    --distance-min-xsmall: 30;
    --distance-min-small: 30;
    --distance-min-medium: 50;
    --distance-min-large: 100;
    --distance-min-xlarge: 160;
    --distance-max-xsmall: 50;
    --distance-max-small: 120;
    --distance-max-normal: 240;
    --distance-max-large: 360;
    --distance-max-xlarge: 400;
    --gutter-horizontal: 85px;
    --gutter-vertical: 80px;
    --preloader-circle-max-size: 960;
    --preloader-circle-min-size: 280;
}
.brochure .input-float__label{
	color:#fff;
}
.brochure input::placeholder{
    color: #fff;
}





 


