/*!
Theme Name: Lichtmomente
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://in4out.ch
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lichtmomente
*/

:root {
    --app-height: 100%;
}

html {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    scroll-behavior: smooth;
    font-size: 12px;
    letter-spacing: 1.2px;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
    background: #010b15;
    color: #ffffff;
    height: 100vh;
    height: var(--app-height);
    box-sizing: border-box;
}

.menu-open {
    overflow: hidden;
}

.site {
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lobster", sans-serif;
    line-height: 100%;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    color: #f8d579;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
    line-height: 130%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    line-height: 130%;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1168px;
}

.steps {
    color: #f8d579;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 812px;
}

.steps li {
    position: relative;
    max-width: calc(33.33% - 10px);
    text-align: center;
    font-size: 10px;
    line-height: 120%;
    flex-wrap: wrap;
    letter-spacing: 1px;
}

.steps li span {
    display: block;
}

.steps .counter {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #010b15;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin: 0 auto 10px;
}

.steps .counter::before {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    background: #f8d579;
    z-index: -1;
}

.menu-icon {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    transform: translateX(50%);
    transition: transform 0.15s ease-in-out;
    cursor: pointer;
    z-index: 5;
}

.menu-open .menu-icon {
    transform: translateX(calc(-280px + 50%));
}

.menu-icon::before {
    display: block;
    content: " ";
    position: absolute;
    width: 71%;
    height: 71%;
    background: #f8d579;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-icon span {
    display: block;
    width: 24px;
    height: 2px;
    background: #010b15;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.menu-icon span:first-child {
    transform: translateY(-7px) translateX(-50%);
}

.menu-icon span:nth-child(2) {
    transform: translateY(-1px) translateX(calc(-50% - 4px));
}

.menu-icon span:last-child {
    transform: translateY(5px) translateX(-50%);
}

.menu-open .menu-icon span:first-child {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-icon span:last-child {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.main-navigation {
    background: #f8d579;
    position: fixed;
    color: #010b15;
    height: 100vh;
    height: var(--app-height);
    width: 280px;
    z-index: 5;
    right: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(100%);
    transition: transform 0.15s ease-in-out;
}

.menu-open .main-navigation {
    transform: translateX(0);
}

.main-navigation .inner {
    position: relative;
    min-height: 100%;
    padding: 40px 40px 138px;
    box-sizing: border-box;
    transform: translateX(25%);
    transition: transform 0.25s ease-in-out;
}

.menu-open .main-navigation .inner {
    transform: translateX(0);
}

.main-navigation::-webkit-scrollbar {
    display: none;
}

.main-navigation .title {
    font-family: "Lobster", sans-serif;
    line-height: 100%;
    font-size: 45px;
    margin-bottom: 46px;
}

.main-navigation ul {
    list-style-type: none;
}

.main-navigation .menu li {
    margin-bottom: 22px;
}

.main-navigation .menu a {
    font-size: 24px;
    line-height: 125%;
}

.main-navigation .contact-info {
    position: absolute;
    bottom: 21px;
}

.main-navigation .contact-info a {
    text-decoration: underline;
    font-size: 12px;
    display: table;
    line-height: 166%;
}

.main-navigation .contact-info figure {
    margin-top: 30px;
    width: 107px;
}

.main-navigation .contact-info img {
    width: 100%;
}

.main-navigation a {
    transition: opacity 0.15s linear;
}

.main-navigation a:hover {
    opacity: 0.4;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    position: relative;
    display: table;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 0 19px;
    width: calc(80vw - 26px);
    box-sizing: border-box;
    cursor: pointer;
    max-width: 524px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.button .inner {
    position: relative;
    display: block;
    pointer-events: none;
}

.button i {
    font-style: normal;
    position: relative;
    display: flex;
    z-index: 2;
    border-top: 1px solid #f8d579;
    border-bottom: 1px solid #f8d579;
    background-color: #010b15;
    height: 34px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background-position 0.15s ease-in-out, color 0.15s linear;
    background-image: linear-gradient(to bottom, #010b15, #010b15 50%, #f8d579 50%, #f8d579);
    background-size: 100% 200%;
    background-position: center top;
    color: #f8d579;
    pointer-events: none;
}

.button .inner::before,
.button .inner::after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    background-image: linear-gradient(-135deg, #010b15, #010b15 50%, #f8d579 50%, #f8d579);
    background-size: 400% 400%;
    background-position: 85% 50%;
    transition: background-position 0.15s ease-in-out;
}

.button .inner::before {
    left: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    border-top: 1px solid #f8d579;
    border-left: 1px solid #f8d579;
}

.button .inner::after {
    right: 0;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
    border-right: 1px solid #f8d579;
    border-bottom: 1px solid #f8d579;
}

.button::before,
.button::after {
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #f8d579;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    background-image: linear-gradient(-135deg, #010b15, #010b15 50%, #f8d579 50%, #f8d579);
    background-size: 400% 400%;
    background-position: 85% 50%;
    transition: background-position 0.075s ease-in-out;
    transition-delay: 0.0375s;
}

.button:hover .inner i {
    background-position: center bottom;
    color: #010b15;
}

.button:hover .inner::before,
.button:hover .inner::after,
.button:hover::before,
.button:hover::after {
    background-position: 15% 50%;
}

.button::before {
    left: 0;
    transform: translateX(-100%) translateY(-50%) rotate(-45deg);
}

.button::after {
    right: 0;
    transform: translateX(100%) translateY(-50%) rotate(-45deg);
}

.intro {
    padding: 27px 0 120px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    min-height: 100vh;
    min-height: var(--app-height);
}

.intro figure {
    width: 103px;
    margin: 0 auto;
}

.intro figure img {
    width: 100%;
}

.intro .steps {
    position: absolute;
    bottom: 19px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.intro .title {
    font-size: 45px;
    transform: rotate(-8deg);
    color: #f8d579;
    margin-top: -50px;
    position: relative;
    margin-bottom: 0;
}

.intro .title::before {
    content: " ";
    display: block;
    width: 49px;
    height: 20px;
    background-image: linear-gradient(180deg, rgba(1, 16, 24, 0) 0%, #011018 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
}

.intro p {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.8;
    transform: rotate(-7deg);
    font-weight: 400;
    margin: 12px 0 64px;
}

.form-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(1, 11, 21, 0.75);
    z-index: 6;
    height: 100vh;
    height: var(--app-height);
    transition: transform 0.15s linear;
    transform: translateY(100%);
}

.form-open .form-container {
    transform: translateY(0);
}

.form-container .wrapper {
    background: #014152;
    width: 86%;
    margin: 48px auto 0;
    box-sizing: border-box;
    height: calc(100% - 48px);
    max-width: 940px;
    transition: transform 0.15s linear;
    transform: translateY(150px);
}

.form-open .form-container .wrapper {
    transform: translateY(0);
}

.form-container .wrapper,
.form-container .form-content {
    display: flex;
    flex-direction: column;
    justify-items: stretch;
    flex-grow: 1;
    position: relative;
}

.form-container .form-content {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 38px 20px 20px;
}

.form-container .wrapper {
    transform: translateX(0);
}

h1,
h2 {
    font-size: 45px;
    color: #f8d579;
    margin-bottom: 26px;
}

.form-container .wpcf7 {
    flex-grow: 1;
    margin-top: 34px;
    display: flex;
    flex-direction: column;
}

.form-container input[type="file"],
.form-container br,
.form-container .file .input-wrapper::before,
.form-container .file .input-wrapper::after,
.wpcf7-spinner {
    display: none;
    visibility: hidden;
}

.form-container .file label {
    cursor: pointer;
}

.form-container input:not([type="file"]),
.form-container label .inner {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: #014152;
    color: #f8d579;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: flex;
    height: 34px;
    align-items: center;
    border-top: 1px solid #f8d579;
    border-bottom: 1px solid #f8d579;
    width: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 8px;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-container label i {
    font-style: normal;
}

.wpcf7-form-control-wrap,
.form-container label,
.size-error {
    position: relative;
    display: block;
    margin: 0 17px 10px;
    font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #014152 inset !important;
    -webkit-text-fill-color: #f8d579 !important;
}

.form-container .input-wrapper::before,
.form-container .input-wrapper::after,
.form-container label::before,
.form-container label::after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
}

.form-container .input-wrapper::before,
.form-container label::before {
    left: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    border-top: 1px solid #f8d579;
    border-left: 1px solid #f8d579;
}

.form-container .input-wrapper::after,
.form-container label::after {
    right: 0;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
    border-right: 1px solid #f8d579;
    border-bottom: 1px solid #f8d579;
}

.form-container ::placeholder {
    opacity: 1;
    color: #f8d579;
    font-weight: 400;
}
.form-container ::-webkit-input-placeholder {
    opacity: 1;
    color: #f8d579;
    font-weight: 400;
}

.form-container ::-moz-placeholder {
    opacity: 1;
    color: #f8d579;
    font-weight: 400;
}

.form-container .content.success {
    display: none;
    flex-direction: column;
    flex-grow: 1;
}

.form-container sub {
    display: block;
    color: #f8d579;
    font-size: 10px;
    line-height: 120%;
    font-weight: 400;
    margin: 18px 0;
    letter-spacing: 0;
}

.form-container sub a {
    text-decoration: underline;
}

.form-container .form,
.form-container form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.form-container .button {
    margin-top: auto;
}

.form-container .close {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.form-container .close::before {
    display: block;
    content: " ";
    position: absolute;
    width: 71%;
    height: 71%;
    background: #014152;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.form-container .close span {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f8d579;
    z-index: 2;
    pointer-events: none;
}

.form-container .close span:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.form-container .close span:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #dc3232;
    border-color: #dc3232;
    font-size: 80%;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.gallery {
    margin: 34px 0 120px;
}

.gallery .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.gallery figure {
    display: block;
    max-width: 400px;
    width: calc(50% - 5px);
    cursor: pointer;
    position: relative;
}

.gallery figure::after {
    display: block;
    content: " ";
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    background-image: url(inc/img/video.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.gallery figure img {
    display: block;
    width: 100%;
    pointer-events: none;
}

.gallery::before,
.gallery::after {
    display: block;
    content: " ";
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.gallery::after {
    height: 74px;
    background: #010b15;
    bottom: 0;
}

.gallery::before {
    height: 109px;
    bottom: 74px;
    background: linear-gradient(180deg, rgba(1, 11, 21, 0) 0%, #010b15 100%);
}

.gallery + .button,
.content-section .button {
    z-index: 2;
    position: fixed;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.content-section {
    padding-top: 40px;
}

.content-section p,
.content-section ul,
.content-section ol {
    margin-bottom: 34px;
}

.content-section .steps {
    margin-top: 35px;
}

.content-section .contact-info {
    margin-top: 74px;
}

.content-section .contact-info a {
    display: table;
    text-decoration: underline;
    line-height: 150%;
}

.content-section .contact-info figure {
    margin-top: 30px;
    width: 107px;
}

.content-section .contact-info img {
    display: block;
    width: 100%;
}

.content-section:has(.button) {
    padding-bottom: 60px;
}

.input-wrapper {
    position: relative;
    display: block;
}

.wpcf7-not-valid-tip,
.size-error {
    font-size: 80%;
    margin-top: 10px;
    color: #dc3232;
}

.button.sending {
    pointer-events: none;
    filter: grayscale(100);
    transition: padding 0.15s linear;
}

.button.sending i {
    position: relative;
}

.button.sending i::after {
    display: inline;
    animation: loadingdots steps(1, end) 2s infinite;
    content: "";
    width: 0;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(1, 11, 21, 0.75);
    z-index: 6;
    height: 100vh;
    height: var(--app-height);
    display: none;
    align-items: center;
    justify-content: center;
}

.video-container .wrapper {
    position: relative;
    height: auto;
    width: auto;
}

.video-container video {
    display: block;
    width: auto;
    height: auto;
    max-width: 86vw;
    max-height: calc(var(--app-height) - 80px);
}

.video-container .close {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.video-container .close::before {
    display: block;
    content: " ";
    position: absolute;
    width: 71%;
    height: 71%;
    background: #014152;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.video-container .close span {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f8d579;
    z-index: 2;
    pointer-events: none;
}

.video-container .close span:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.video-container .close span:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.fog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.4;
    z-index: -2;
}

.fog img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: fog_effect calc(3s * var(--i)) ease-in infinite;
    left: 50%;
    transform: translateX(-50%);
}

.canvas {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--app-height);
}

canvas {
    inset: 0;
    width: 100%;
    height: 100%;
}

.canvas::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to bottom, #010b15, #010b15 50%, rgba(0, 0, 0, 0));
}

@media all and (max-width: 1023px) and (orientation: portrait) {
    .fog img {
        max-width: 350%;
        width: 350%;
    }
}

@media all and (min-width: 1024px) and (orientation: portrait) {
    .fog img {
        max-width: 175%;
        width: 175%;
    }
}

@keyframes fog_effect {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(1, 1);
    }
    25%,
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) scale(3, 3);
        opacity: 0;
    }
}

@keyframes loadingdots {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

@media all and (min-width: 480px) {
    html {
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    p {
        line-height: 136%;
    }

    .steps li {
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    .steps .counter {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .steps .counter::before {
        width: 32px;
        height: 32px;
    }

    .button {
        font-size: 18px;
        letter-spacing: 1.8px;
        padding: 0 25px;
        width: calc(80vw - 34px);
    }

    .form-container input:not([type="file"]),
    .form-container label .inner {
        font-size: 18px;
        letter-spacing: 1.8px;
    }

    .wpcf7-form-control-wrap,
    .form-container label,
    .size-error {
        margin: 0 25px 15px;
    }

    .button .inner i,
    .form-container input:not([type="file"]),
    .form-container label .inner {
        height: 46px;
    }

    .button .inner::before,
    .button .inner::after,
    .form-container .input-wrapper::before,
    .form-container .input-wrapper::after,
    .form-container label::before,
    .form-container label::after {
        width: 33px;
        height: 33px;
    }

    .button::before,
    .button::after {
        width: 17px;
        height: 17px;
    }

    .intro {
        padding: 30px 0 150px;
    }

    .intro figure {
        width: 120px;
    }

    .intro .title,
    h1,
    h2 {
        font-size: 60px;
    }

    .intro p {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin: 16px 0 80px;
    }

    .intro .steps {
        bottom: 24px;
    }

    .form-container .wrapper {
        margin: 56px auto 0;
        height: calc(100% - 56px);
    }

    .form-container .form-content {
        padding: 44px 7% 40px;
    }

    .form-container sub {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .gallery {
        margin: 48px 0 140px;
    }

    .gallery .wrap {
        gap: 30px 20px;
    }

    .gallery figure {
        width: calc(50% - 10px);
    }

    .gallery figure::after {
        width: 36px;
        height: 36px;
    }

    .gallery::before {
        bottom: 106px;
    }

    .gallery::after {
        height: 106px;
    }

    .gallery + .button,
    .content-section .button {
        bottom: 30px;
    }

    .content-section .contact-info {
        margin-top: 90px;
    }

    .content-section:has(.button) {
        padding-bottom: 80px;
    }
}

@media all and (min-width: 600px) {
    html {
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .steps li {
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .steps .counter {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .steps .counter::before {
        width: 36px;
        height: 36px;
    }

    .button {
        font-size: 22px;
        letter-spacing: 2.2px;
        padding: 0 29px;
        width: calc(80vw - 40px);
    }

    .button .inner i {
        height: 52px;
    }

    .button .inner::before,
    .button .inner::after,
    .form-container .input-wrapper::before,
    .form-container .input-wrapper::after,
    .form-container label::before,
    .form-container label::after {
        width: 37px;
        height: 37px;
    }

    .button::before,
    .button::after {
        width: 20px;
        height: 20px;
    }

    .intro {
        padding: 36px 0 180px;
    }

    .intro figure {
        width: 136px;
    }

    .intro .title {
        font-size: 66px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro .title::before {
        transform: translateY(-220%);
    }

    .intro p {
        font-size: 18px;
        letter-spacing: 1.8px;
        margin: 18px 0 90px;
    }

    .intro .steps {
        bottom: 30px;
    }

    h1,
    h2 {
        font-size: 66px;
    }

    .button .inner i,
    .form-container input:not([type="file"]),
    .form-container label .inner {
        height: 52px;
    }

    .form-container input:not([type="file"]),
    .form-container label .inner {
        font-size: 22px;
        letter-spacing: 2.2px;
    }

    .wpcf7-form-control-wrap,
    .form-container label,
    .size-error {
        margin: 0 29px 20px;
    }

    .gallery .wrap {
        gap: 30px 20px;
    }

    .gallery figure {
        width: calc(33.33% - 40px / 3);
    }

    .content-section {
        padding-top: 50px;
    }

    .content-section .wrap {
        max-width: 1024px;
    }

    .page-template-page-gallery .content-section .content {
        max-width: 700px;
    }

    .content-section .steps {
        margin-top: 50px;
    }

    .content-section:has(.button) {
        padding-bottom: 100px;
    }
}

@media all and (min-width: 768px) {
    html {
        font-size: 18px;
        letter-spacing: 1.8px;
    }

    .steps li {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .steps .counter {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .steps .counter::before {
        width: 43px;
        height: 43px;
    }

    .button {
        font-size: 26px;
        letter-spacing: 2.6px;
        padding: 0 35px;
        width: calc(80vw - 52px);
    }

    .button .inner::before,
    .button .inner::after,
    .form-container .input-wrapper::before,
    .form-container .input-wrapper::after,
    .form-container label::before,
    .form-container label::after {
        width: 43px;
        height: 43px;
    }

    .button::before,
    .button::after {
        width: 26px;
        height: 26px;
    }

    .intro {
        padding: 36px 0 200px;
    }

    .intro .title,
    h1,
    h2 {
        font-size: 72px;
    }

    .intro p {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 20px 0 80px;
    }

    .form-container .wrapper {
        margin: 60px auto 0;
        height: calc(100% - 60px);
    }

    .form-container .form-content {
        padding: 44px 7% 40px;
    }

    h1,
    h2 {
        margin-bottom: 36px;
    }

    .button .inner i,
    .form-container input:not([type="file"]),
    .form-container label .inner {
        height: 60px;
    }

    .form-container input:not([type="file"]),
    .form-container label .inner {
        font-size: 26px;
        letter-spacing: 2.6px;
    }

    .wpcf7-form-control-wrap,
    .form-container label,
    .size-error {
        margin: 0 35px 25px;
    }

    .gallery {
        margin: 60px 0 180px;
    }

    .gallery .wrap {
        gap: 40px 25px;
    }

    .gallery figure {
        width: calc(33.33% - 50px / 3);
    }

    .gallery figure::after {
        width: 48px;
        height: 48px;
    }

    .gallery::before {
        display: none;
    }

    .gallery::after {
        height: 180px;
        background: linear-gradient(to bottom, rgba(1, 11, 21, 0) 0%, #010b15 100%);
    }

    .gallery + .button,
    .content-section .button {
        bottom: 40px;
    }

    .content-section {
        padding-top: 60px;
    }

    .content-section .steps {
        margin-top: 60px;
    }

    .content-section .contact-info {
        margin-top: 100px;
    }

    .content-section:has(.button) {
        padding-bottom: 120px;
    }
}

@media all and (min-width: 1024px) {
    html {
        font-size: 22px;
        letter-spacing: 2.2px;
    }
    .steps li {
        font-size: 24px;
        letter-spacing: 2.4px;
    }

    .steps .counter {
        width: 66px;
        height: 66px;
        font-size: 28px;
    }

    .steps .counter::before {
        width: 47px;
        height: 47px;
    }

    .menu-icon {
        height: 75px;
        width: 75px;
        top: 30px;
        right: 30px;
        transform: translateX(0);
    }

    .menu-open .menu-icon {
        transform: translateX(0);
    }

    .menu-icon span {
        width: 31px;
        height: 3px;
    }

    .menu-icon span:first-child {
        transform: translateX(-50%) translateY(-9px);
    }

    .menu-icon span:nth-child(2) {
        transform: translateX(-50%) translateY(-1px);
    }

    .menu-icon span:last-child {
        transform: translateX(-50%) translateY(7px);
    }

    .main-navigation {
        width: 100vw;
        text-align: center;
    }

    .main-navigation .inner {
        padding: 80px 40px 250px;
    }

    .main-navigation .title {
        font-size: 72px;
        margin-bottom: 60px;
    }

    .main-navigation .menu li {
        margin-bottom: 28px;
    }

    .main-navigation .menu a {
        font-size: 42px;
    }

    .main-navigation .contact-info {
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-navigation .contact-info figure {
        width: 180px;
        margin: 60px auto 0;
    }

    .main-navigation .contact-info a {
        font-size: 28px;
        margin: 0 auto;
    }

    .button {
        font-size: 30px;
        letter-spacing: 3px;
        padding: 0 40px;
        width: calc(80vw - 60px);
    }

    .button::before,
    .button::after {
        width: 30px;
        height: 30px;
    }

    .intro {
        padding: 40px 0 240px;
    }

    .intro figure {
        width: 150px;
    }

    .intro .title {
        font-size: 78px;
        width: 60%;
    }

    .intro p {
        font-size: 24px;
        letter-spacing: 2.4px;
        margin: 22px 0 90px;
    }

    .intro .steps {
        bottom: 40px;
    }

    .form-container .wrapper {
        margin: 70px auto 0;
        height: calc(100% - 70px);
    }

    .form-container .form-content {
        padding: 60px 76px;
    }

    h1,
    h2 {
        font-size: 78px;
        margin-bottom: 44px;
    }

    .button .inner i,
    .form-container input:not([type="file"]),
    .form-container label .inner {
        height: 68px;
    }

    .button .inner::before,
    .button .inner::after,
    .form-container .input-wrapper::before,
    .form-container .input-wrapper::after,
    .form-container label::before,
    .form-container label::after {
        width: 49px;
        height: 49px;
    }

    .form-container input:not([type="file"]),
    .form-container label .inner {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .wpcf7-form-control-wrap,
    .form-container label,
    .size-error {
        margin: 0 40px 25px;
    }

    .form-container .wpcf7 {
        margin-top: 40px;
    }

    .form-container sub {
        margin-bottom: 60px;
    }

    .form-container .close,
    .video-container .close {
        width: 75px;
        height: 75px;
    }

    .form-container .close span,
    .video-container .close span {
        width: 31px;
        height: 3px;
    }

    .form-container sub {
        font-size: 14px;
    }

    .gallery {
        margin: 72px 0 220px;
    }

    .gallery .wrap {
        gap: 50px 32px;
    }

    .gallery figure {
        width: calc(33.33% - 64px / 3);
    }

    .gallery figure::after {
        width: 60px;
        height: 60px;
    }
    .gallery + .button,
    .content-section .button {
        bottom: 50px;
    }

    .gallery::after {
        height: 200px;
    }

    .content-section {
        padding-top: 80px;
    }

    .content-section .steps {
        margin-top: 70px;
    }

    .content-section .contact-info {
        margin-top: 110px;
    }

    .content-section .contact-info figure {
        width: 180px;
        margin-top: 60px;
    }

    .content-section:has(.button) {
        padding-bottom: 140px;
    }
}

@media all and (min-width: 1280px) {
    html {
        font-size: 24px;
        letter-spacing: 2.4px;
    }

    .steps li {
        font-size: 28px;
        letter-spacing: 2.8px;
    }

    .steps .counter {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin-bottom: 14px;
    }

    .steps .counter::before {
        width: 50px;
        height: 50px;
    }

    .menu-icon {
        height: 90px;
        width: 90px;
        top: 40px;
        right: 40px;
    }

    .main-navigation .inner {
        padding: 100px 40px 270px;
    }

    .main-navigation .title {
        font-size: 96px;
        margin-bottom: 80px;
    }

    .main-navigation .menu li {
        margin-bottom: 32px;
    }

    .main-navigation .menu a {
        font-size: 56px;
    }

    .main-navigation .contact-info {
        bottom: 40px;
    }

    .main-navigation .contact-info figure {
        width: 210px;
        margin: 76px auto 0;
    }

    .main-navigation .contact-info a {
        font-size: 30px;
        margin: 0 auto;
    }

    .button {
        font-size: 32px;
        letter-spacing: 3.2px;
        padding: 0 42px;
        width: calc(80vw - 66px);
    }

    .button .inner i,
    .form-container input:not([type="file"]),
    .form-container label .inner {
        height: 73px;
    }

    .button .inner::before,
    .button .inner::after,
    .form-container .input-wrapper::before,
    .form-container .input-wrapper::after,
    .form-container label::before,
    .form-container label::after {
        width: 52px;
        height: 52px;
    }

    .button::before,
    .button::after {
        width: 33px;
        height: 33px;
    }

    .intro {
        padding: 40px 0 260px;
    }

    .intro figure {
        width: 174px;
    }

    .intro .title {
        font-size: 90px;
        margin-top: -86px;
    }

    .intro .title::before {
        display: none;
    }

    .intro p {
        font-size: 28px;
        letter-spacing: 2.8px;
        margin: 24px 0 100px;
    }

    h1,
    h2 {
        font-size: 90px;
        margin-bottom: 52px;
    }

    .form-container .wrapper {
        margin: 80px auto 0;
        height: calc(100% - 80px);
    }

    .form-container input:not([type="file"]),
    .form-container label .inner {
        font-size: 32px;
        letter-spacing: 3.2px;
    }

    .form-container .wpcf7 {
        margin-top: 50px;
    }

    .form-container .close,
    .video-container .close {
        width: 90px;
        height: 90px;
    }

    .form-container .close span,
    .video-container .close span {
        width: 31px;
        height: 3px;
    }

    .form-container sub {
        font-size: 16px;
    }

    .gallery {
        margin: 90px 0 240px;
    }

    .gallery .wrap {
        gap: 60px 44px;
    }

    .gallery figure {
        width: calc(33.33% - 88px / 3);
    }

    .gallery::after {
        height: 230px;
    }

    .gallery figure::after {
        width: 78px;
        height: 78px;
    }

    .content-section {
        padding-top: 110px;
    }

    .content-section .steps {
        margin-top: 80px;
    }

    .content-section .contact-info {
        margin-top: 120px;
    }

    .content-section .contact-info figure {
        width: 210px;
    }

    .content-section:has(.button) {
        padding-bottom: 160px;
    }
}

@media all and (min-width: 1440px) {
    html {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .steps li {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .steps .counter {
        width: 75px;
        height: 75px;
        font-size: 34px;
    }

    .steps .counter::before {
        width: 54px;
        height: 54px;
    }

    .menu-icon {
        height: 100px;
        width: 100px;
        top: 50px;
        right: 50px;
    }

    .menu-icon span {
        width: 43px;
        height: 4px;
    }

    .menu-icon span:first-child {
        transform: translateX(-50%) translateY(-13px);
    }

    .menu-icon span:nth-child(2) {
        transform: translateX(-50%) translateY(-2px);
    }

    .menu-icon span:last-child {
        transform: translateX(-50%) translateY(9px);
    }

    .main-navigation .inner {
        padding: 135px 40px 350px;
    }

    .main-navigation .title {
        font-size: 110px;
        margin-bottom: 100px;
    }

    .main-navigation .menu li {
        margin-bottom: 36px;
    }

    .main-navigation .menu a {
        font-size: 64px;
    }

    .main-navigation .contact-info {
        bottom: 50px;
    }

    .main-navigation .contact-info figure {
        width: 241px;
        margin: 96px auto 0;
    }

    .main-navigation .contact-info a {
        font-size: 32px;
    }

    .button {
        font-size: 34px;
        letter-spacing: 3.4px;
        padding: 0 45px;
        width: calc(80vw - 72px);
    }

    .button .inner i {
        height: 77px;
    }

    .button .inner::before,
    .button .inner::after {
        width: 55px;
        height: 55px;
    }

    .button::before,
    .button::after {
        width: 36px;
        height: 36px;
    }

    .intro {
        padding: 50px 0 280px;
    }

    .intro figure {
        width: 187px;
    }

    .intro .title {
        font-size: 110px;
        margin-top: -98px;
    }

    .intro p {
        font-size: 34px;
        letter-spacing: 3.4px;
        margin: 24px 0 110px;
    }

    .intro .steps {
        bottom: 46px;
    }

    h1,
    h2 {
        font-size: 110px;
        margin-bottom: 60px;
    }

    .form-container .close,
    .video-container .close {
        height: 100px;
        width: 100px;
    }

    .form-container .close span,
    .video-container .close span {
        width: 43px;
        height: 4px;
    }

    .content-section {
        padding-top: 135px;
    }

    .content-section .steps {
        margin-top: 90px;
    }

    .content-section .contact-info figure {
        width: 241px;
    }

    .content-section:has(.button) {
        padding-bottom: 180px;
    }
}

@media all and (min-width: 1440px) and (max-height: 1040px), (min-width: 1280px) and (max-height: 940px), (min-width: 1024px) and (max-height: 860px), (min-width: 768px) and (max-height: 760px), (min-width: 600px) and (max-height: 720px), (min-width: 480px) and (max-height: 625px), (max-height: 500px) {
    .intro {
        padding: 4.8vmin 0 26.92vmin;
    }
    .intro .title {
        font-size: 10.57vmin;
        margin-top: -9.42vmin;
    }
    .intro figure {
        width: 18vmin;
    }
    .intro p {
        font-size: 3.26vmin;
        letter-spacing: 0.32vmin;
        margin: 2.3vmin 0 10.57vmin;
    }
    .intro .button {
        font-size: 3.26vmin;
        letter-spacing: 0.32vmin;
        padding: 0 4.32vmin;
        width: calc(80vmin - 6.92vmin);
        max-width: 50.5vmin;
    }
    .intro .button .inner i {
        height: 7.4vmin;
    }
    .intro .button::before,
    .intro .button::after {
        width: 3.46vmin;
        height: 3.46vmin;
    }
    .intro .button .inner::before,
    .intro .button .inner::after {
        width: 5.28vmin;
        height: 5.28vmin;
    }
    .intro .steps .counter {
        width: 7.21vmin;
        height: 7.21vmin;
        font-size: 3.26vmin;
        margin-bottom: 1.34vmin;
    }
    .intro .steps .counter::before {
        width: 5.19vmin;
        height: 5.19vmin;
    }
    .intro .steps {
        bottom: 4.42vmin;
        max-width: 90vmin;
    }
    .intro .steps li {
        font-size: 2.88vmin;
        letter-spacing: 0.288vmin;
    }
}
