/*!
Theme Name: glimmermind
Theme URI: http://underscores.me/
Author: hammercode
Author URI: https://hammercode.eu/
Description: Glimmermind Mein Theme
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: glimmermind-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

glimmermind is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Normalize
--------------------------------------------- */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

body * {
	font-family: "Playfair Display", serif;
	color: #78045F;
}

body {
	position: relative;
	background-color: #fff;
	min-width: 375px;
	overflow-x: hidden;
}

section {
	padding: 0 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea {
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	color: #78045F;
	padding: 16px;
	width: 100%;
	min-height: 60px;
	background: #FFDFEE;
	border: 2px solid #78045F;
	border-radius: 12px;
}

input[type="text"].bg-white,
input[type="email"].bg-white,
input[type="tel"].bg-white,
input[type="password"].bg-white,
input[type="number"].bg-white,
input[type="search"].bg-white,
input[type="url"].bg-white,
textarea.bg-white {
	background: #fff;
}

input[type="text"].field-small,
input[type="email"].field-small,
input[type="tel"].field-small,
input[type="password"].field-small,
input[type="number"].field-small,
input[type="search"].field-small,
input[type="url"].field-small,
textarea.field-small {
	padding: 10px 16px;
	min-height: 46px;
	border-radius: 88px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #f6afd2 !important;
	transition: all 0.2s ease;
}


input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
	font-size: 16px;
	color: rgba(183, 0, 90, 0.6);
}

textarea {
	resize: none;
}


input[type="button"],
input[type="submit"],
button {
	font-weight: 600;
	font-size: 20px;
	color: #78045F;
	border: 2px solid #78045F;
	background-color: #FFDFEE;
	min-height: 60px;
	padding: 12px 20px;
	border-radius: 64px;
	flex-shrink: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

input[type="button"].btn-white,
input[type="submit"].btn-white,
button.btn-white {
	background-color: #fff;
}


input[type="button"].btn-arrow,
input[type="submit"].btn-arrow,
button.btn-arrow {
	border-radius: 50%;
	border: 2px solid #78045F;
	background-color: #fff;
	width: 38px;
	height: 38px;
	min-height: 38px;
	font-size: 0;
	padding: 2px;
	background-image: url('./img/btn-form.svg');
	background-position: 57% center;
	background-size: 11px 20px;
	background-repeat: no-repeat;
}

input[type="button"].btn-arrow:hover,
input[type="submit"].btn-arrow:hover,
button.btn-arrow:hover {
	background-image: url('./img/btn-form-hover.svg');
}

@media (any-hover:hover) {
	input[type="button"]:hover,
	input[type="submit"]:hover,
	button:hover {
		background-color: #78045F;
		color: #fff;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}


input.wpcf7-form-control.wpcf7-not-valid {
	background-position: center right 14px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    transition: border-color 0.25s ease-in;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NjM4XzYwNzApIj4KPHBhdGggZD0iTTguMDAwNjUgNS4zMzMzN1Y4LjAwMDA0TTguMDAwNjUgMTAuNjY2N0g4LjAwNzMyTTE0LjY2NzMgOC4wMDAwNEMxNC42NjczIDExLjY4MTkgMTEuNjgyNiAxNC42NjY3IDguMDAwNjUgMTQuNjY2N0M0LjMxODc1IDE0LjY2NjcgMS4zMzM5OCAxMS42ODE5IDEuMzMzOTggOC4wMDAwNEMxLjMzMzk4IDQuMzE4MTQgNC4zMTg3NSAxLjMzMzM3IDguMDAwNjUgMS4zMzMzN0MxMS42ODI2IDEuMzMzMzcgMTQuNjY3MyA0LjMxODE0IDE0LjY2NzMgOC4wMDAwNFoiIHN0cm9rZT0iI0YwNDQzOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzYzOF82MDcwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    border-color: #F04438;

  	animation: shake 0.4s ease;
}

textarea.wpcf7-not-valid {
    background-position: top 14px right 14px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    transition: border-color 0.25s ease-in;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NjM4XzYwNzApIj4KPHBhdGggZD0iTTguMDAwNjUgNS4zMzMzN1Y4LjAwMDA0TTguMDAwNjUgMTAuNjY2N0g4LjAwNzMyTTE0LjY2NzMgOC4wMDAwNEMxNC42NjczIDExLjY4MTkgMTEuNjgyNiAxNC42NjY3IDguMDAwNjUgMTQuNjY2N0M0LjMxODc1IDE0LjY2NjcgMS4zMzM5OCAxMS42ODE5IDEuMzMzOTggOC4wMDAwNEMxLjMzMzk4IDQuMzE4MTQgNC4zMTg3NSAxLjMzMzM3IDguMDAwNjUgMS4zMzMzN0MxMS42ODI2IDEuMzMzMzcgMTQuNjY3MyA0LjMxODE0IDE0LjY2NzMgOC4wMDAwNFoiIHN0cm9rZT0iI0YwNDQzOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzYzOF82MDcwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    border-color: #F04438;

  	animation: shake 0.4s ease;
}


.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
	display: none;
}

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

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-6px); }
  80% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}


@keyframes pulse-twice {
  0% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1); }
  75% { transform: scale(1.1); }
  100% { transform: scale(1); }
}



img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* MAIN STYLES */

/* Header */
.site-branding {
	display: none;
}

/* Blocks */
.container-footer__form>div,
.container-footer,
.container-description,
.container-quest,
.container-love,
/* .container-form__form>div, */
.container-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.title-block {
	font-family: "Playfair Display";
	font-weight: 600;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 48px;
}

.btn-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 224px;
	height: 60px;
	background: #FFDFEE;
	border: 2px solid #78045F;
	border-radius: 64px;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	-webkit-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.btn-blocks:hover {
	color: #fff;
	background: #78045F;
}

.container {
	width: 100%;
	max-width: 1760px;
	margin: 0 auto;
}

/* .container {
	width: 100%;
	max-width: 1730px;
	padding: 0 15px;
	margin: 0 auto;
} */

.container-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 72px;
}

.container-header__logo {
	display: block;
	width: 230px;
	height: 52px;
}

.main-block {
	padding-bottom: 50px;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

.container-main {
	background: url('./img/main-bg.png') no-repeat center/cover;
	padding: 60px 48px;
	border-radius: 20px;
	overflow: hidden;
}

.container-main h1 {
	font-weight: 600;
	font-size: 156px;
	line-height: 100%;
	margin-bottom: 30px;
}

.container-main p {
	font-family: "Raleway";
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 24px;
	width: 100%;
	max-width: 900px;
}

.container-main .btn-blocks {
	background: #fff;
}

.container-main .btn-blocks:hover {
	background: #78045F;
}

.container-info {
	padding-bottom: 96px;
}

.container-info__img {
	width: 49.4%;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border-radius: 20px;
	overflow: hidden;
}

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

.container-info__cont {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	width: 49.4%;
	padding: 48px 56px 48px 48px;
	background: #FFDFEE;
	border-radius: 20px;
}

.container-info__cont p {
	font-family: "Raleway";
	font-size: 18px;
	line-height: 150%;
}

.container-info__cont p b {
	font-family: "Playfair Display";
	font-weight: 700;
}

.container-info__cont p:last-child {
	font-family: "Playfair Display";
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}

.noblock-text {
	width: 100%;
	max-width: 932px;
	margin: 0 auto;
	padding-bottom: 96px;
}

.block-form {
	padding-bottom: 96px;
}

.container-form {
	padding: 56px 100px;
	background: url('./img/form-bg.png') no-repeat center/cover;
	border-radius: 20px;
	overflow: hidden;
}

.container-form__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 64px;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: auto;
}

.container-form__info {
    flex: 1 320px;
}

/* .container-form__form .wpcf7 {
    flex: 1 320px;
    max-width: 565px;
} */

.container-form__box {
	position: relative;
    flex: 1 320px;
    max-width: 565px;
}

/* .container-form__form>div input {
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	color: rgba(183, 0, 90, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 24px;
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border: 2px solid #78045F;
	border-radius: 88px;
} */

/* .container-form__form>div input.good {
	border-color: #D2E389 !important;
	color: #738D00 !important;
}

.container-form__form>div button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFFFFF url('./img/btn-form.svg') no-repeat center/10px 20px;
	border: 2px solid #78045F;
}

.container-form__form>div button:hover {
	background: #78045F url(../img/btn-form-hover.svg) no-repeat center/10px 20px;
}

.container-form__form>div button.good {
	display: none;
} */

.container-form__title {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 48px;
	line-height: 100%;
}

.container-form__text {
	width: 100%;
	max-width: 750px;
	margin-bottom: 24px;
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
}

.container-form__text b {
	font-family: "Playfair Display";
	font-weight: 700;
}

.love-block {
	padding-bottom: 96px;
}

.container-love {
	padding: 0;
}

.container-love__img {
	width: 49.4%;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border-radius: 20px;
	overflow: hidden;
}

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

.container-love__cont {
	width: 49.4%;
	padding: 64px 48px;
	background: #FFDFEE;
	border-radius: 20px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.container-love__title {
	margin-bottom: 48px;
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
}

.container-love__cont ul {
    list-style: decimal;
    padding-left: 37px;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    margin-right: 16px;
}

.container-love__cont ul li {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	list-style: decimal-leading-zero;
}

.container-love__cont ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.container-love__cont ul li p {
	font-family: "Raleway";
    font-size: 20px;
	font-weight: normal;
    line-height: 160%;
}

.container-love__cont ul li p b {
	font-family: "Playfair Display";
	font-weight: 700;
}

/* .container-love__item {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} 

.container-love__item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.container-love__item p:nth-child(1) {
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	margin-right: 16px;
}

.container-love__item p:nth-child(2) {
	font-family: "Raleway";
	font-size: 20px;
	line-height: 160%;
}

.container-love__item p:nth-child(2) b {
	font-family: "Playfair Display";
	font-weight: 700;
}*/

.block-quest {
	padding-bottom: 96px;
}

.container.container-quest {
    gap: 16px;
    flex-wrap: wrap;
}

.block-quest .wpcf7-form .wpcf7-submit {
    max-width: 224px;
    width: 190%;
    min-height: 48px;
    padding: 8px 20px;
}

/* .container-quest__text {
	width: 49.4%;
	padding: 83px 48px;
	background: #FFDFEE;
	border-radius: 20px;
	font-family: "Raleway";
	font-size: 77px;
	line-height: 100%;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
} */

.container-quest__text {
    flex: 1 48%;
    padding: 63px 48px;
    background: #FFDFEE;
    border-radius: 20px;
    font-family: "Raleway";
    font-size: 77px;
    line-height: 100%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .block-quest .wpcf7 {
    flex: 1 48%;
} */

.block-quest__form {
	position: relative;
	flex: 1 48%;
}

.container-quest__text b {
	font-family: "Playfair Display";
	font-weight: 700;
}

.container-quest__form {
	width: 49.4%;
}

.container-quest__form input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px;
	width: 100%;
	height: 60px;
	margin-bottom: 16px;
	background: #FFFFFF;
	border: 2px solid #78045F;
	border-radius: 20px;
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	color: rgba(183, 0, 90, 0.6);
}

.container-quest__form textarea {
	display: block;
	resize: none;
	padding: 8px 16px;
	width: 100% !important;
	height: 186px !important;
	margin-bottom: 16px;
	background: #FFFFFF;
	border: 2px solid #78045F;
	border-radius: 20px;
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	color: rgba(183, 0, 90, 0.6);
}

.block-description {
	padding-bottom: 96px;
}

.container-description__item {
	width: 32.4%;
	padding: 32px;
	background: #FFDFEE;
	border: 3px solid #78045F;
	border-radius: 20px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.container-description__item h3 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
}

/* .container-description__item p:nth-child(1) {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
} */

.container-description__item p {
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	text-align: right;
}


/* .footer {
	background: #FFDFEE;
	border-radius: 20px 20px 0px 0px;
	padding: 50px 0;
} */

.container.container-footer {
    flex-wrap: wrap;
    gap: 32px 64px;
}

.footer-top {
	background: #FFDFEE;
	border-radius: 20px 20px 0px 0px;
	padding: 50px 24px;
}

.container-footer__logo {
    display: flex;
    max-width: 375px;
    max-height: 46px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}

.container-footer__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__form {
	position: relative;
}

/* .container-footer__logo {
	display: block;
	width: 220px;
	height: 46px;
} */

/* .container-footer__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -7%;
} */

.container-footer__socItem {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 24px;
	line-height: 24;
	width: 24px;
	height: 24px;
	transition: transform 0.2s;
}

@media (any-hover:hover) {
	.container-footer__socItem:hover {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transition: transform 0.2s;
	}
}

.container-footer__form > p {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
}

.container-footer__form form.wpcf7-form {
	display: flex;
	align-items: center;
	gap: 16px;
}


.container-footer__form form.wpcf7-form span.wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.container-footer__form form.wpcf7-form span.wpcf7-spinner {
    position: absolute;
    z-index: 10;
}

/* .container-footer__form {
	width: 370px;
}

.container-footer__form p {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
}

.container-footer__form>div {
	width: 100%;
	max-width: 590px;
}

.container-footer__form>div input {
	font-family: "Raleway";
	font-size: 16px;
	line-height: 140%;
	color: rgba(183, 0, 90, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 24px;
	width: 100%;
	max-width: 327px;
	height: 46px;
	background: #FFFFFF;
	border: 2px solid #78045F;
	border-radius: 88px;
}

.container-footer__form>div input.good {
	border-color: #D2E389 !important;
	color: #738D00 !important;
}

.container-footer__form>div button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #FFFFFF url(../img/btn-form.svg) no-repeat center/10px 20px;
	border: 2px solid #78045F;
}

.container-footer__form>div button:hover {
	background: #78045F url(../img/btn-form-hover.svg) no-repeat center/10px 20px;
}

.container-footer__form>div button.good {
	display: none;
} */

.bottom-text {
	padding: 0 24px;
}

.container-bottom {
	padding: 25px 0;
}

.container.container-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.container-bottom p {
	font-family: "Raleway";
	font-size: 18px;
	line-height: 21px;
	
}

.container-bottom p a {
	font-family: "Raleway";
	text-decoration: underline;
	text-underline-offset: 4px;
}


/* FORMS */


/* formulare 1 (Be the first to know when we launch) */
.formular-1 .formular-success-message {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-1 .formular-success-content {
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 2px solid #D2E389;
  background-color: #FFFFFF;
  border-radius: 12px;
}

.formular-1 .formular-success-content p {
    color: #738D00;
    font-size: 16px;
    font-family: 'Raleway';
}



/* formulare 2 (Have a question) */
.formular-2 .formular-success-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #D2E389;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.formular-2 .formular-success-content {
    text-align: center;
    color: #78045F;
}

.formular-2 .formular-success-content > p:first-child {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

.formular-2 .formular-success-content > p {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Raleway';
}

.formular-2 .formular-success-message.success-send span.heart-icon {
	animation: pulse-twice 1s ease-in-out;
}

span.heart-icon {
    display: inline-block;
    width: 41px;
    height: 33px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCA0MiAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjgxMjkgMzMuMzIyTDM3LjkxNjUgMTcuNjIyMUM0MS44NzI4IDEzLjc0NTUgNDIuNDQ5MyA3LjQwNzQ0IDM4LjcxMTcgMy4zNTY0OEMzNy43NzQzIDIuMzM1NjIgMzYuNjMzMyAxLjUxMTgxIDM1LjM1ODQgMC45MzUzNzNDMzQuMDgzNCAwLjM1ODkzOSAzMi43MDEzIDAuMDQxOTkyMSAzMS4yOTY1IDAuMDAzODk2OEMyOS44OTE2IC0wLjAzNDE5ODUgMjguNDkzNiAwLjIwNzM1OCAyNy4xODc3IDAuNzEzODA3QzI1Ljg4MTkgMS4yMjAyNiAyNC42OTU3IDEuOTgwOTYgMjMuNzAxNSAyLjk0OTQ1TDIwLjY3OTYgNS45MTQ5OEwxOC4wNzUyIDMuMzU2NDhDMTQuMDk5IC0wLjUwMDY1MiA3LjU5NzkzIC0xLjA2Mjc1IDMuNDQyOCAyLjU4MTE4QzIuMzk1NjggMy40OTUwNCAxLjU1MDY4IDQuNjA3NDUgMC45NTk0MjYgNS44NTA0NEMwLjM2ODE2OSA3LjA5MzQzIDAuMDQzMDcxOSA4LjQ0MDkgMC4wMDM5OTcgOS44MTA1MkMtMC4wMzUwNzc5IDExLjE4MDEgMC4yMTI2OSAxMi41NDMxIDAuNzMyMTYzIDEzLjgxNjJDMS4yNTE2NCAxNS4wODk0IDIuMDMxOSAxNi4yNDU4IDMuMDI1MjkgMTcuMjE1TDE5LjU0NjQgMzMuMzIyQzE5Ljg0OCAzMy42MTMxIDIwLjI1NTIgMzMuNzc2NSAyMC42Nzk2IDMzLjc3NjVDMjEuMTA0IDMzLjc3NjUgMjEuNTExMyAzMy42MTMxIDIxLjgxMjkgMzMuMzIyWiIgZmlsbD0iI0UxMjA3RiIvPgo8L3N2Zz4K');
}


/* formulare 3 (sign up) */
.formular-3 .formular-success-message {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-3 .formular-success-content {
    width: 100%;
    text-align: center;
    border: 2px solid #D2E389;
    background-color: #FFFFFF;
    padding: 10px 16px;
    min-height: 46px;
    border-radius: 88px;
}

.formular-3 .formular-success-content p {
    color: #738D00;
    font-size: 14px;
    font-family: 'Raleway';
    line-height: normal;
}



/*  */



.form-sended {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}

.formular-success-message.success-send {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.12s ease-in-out, visibility 0.12s ease-in-out;
}


.grecaptcha-badge { visibility: hidden; }