/*
Theme Name: Nova
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=nova
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.0

Nova CMP Theme, Copyright 2022 NiteoThemes
Nova CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

body {
	margin: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	overflow: hidden;
}

body.loaded {
	overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 2.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	transition: color 200ms ease-in-out;
	position: relative;
}

::-webkit-scrollbar {
	width: 11px;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.8);
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

::-webkit-scrollbar-track {
	background: rgba(170, 170, 170, 0.8);
}

input,
textarea,
button {
	font-size: 1em;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* or `border-box` */
	height: 3rem;
	line-height: 1;
	border-radius: 0;
}

textarea {
	height: 150px;
	line-height: 1.5;
}

input[type='text'],
input[type='email'],
textarea {
	float: none;
	clear: both;
	flex: 1;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-indent: 10px;
	padding: 10px 0;
}

input[type='text']:focus,
input[type='email']:focus,
textarea:focus {
	border: 2px solid rgba(255, 255, 255, 1);
}

button[type='submit'] {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	text-indent: 0;
	border: 1px solid #fff;
	padding: 10px 20px;
	background: #fff;
	color: black;
}

button[type='submit']:before,
button[type='submit']:after {
	position: absolute;
	content: '';
	background: #ffffff;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 50%;
	height: 100%;
	opacity: 1;
}

button[type='submit']:after {
	left: 0;
}

button[type='submit']:hover {
	background: transparent;
	color: #ffffff;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button[type='submit']:hover:before,
button[type='submit']:hover:after {
	width: 0;
}

::-webkit-input-placeholder {
	font-size: 1rem;
	color: inherit;
	opacity: 0.8;
}

::-moz-placeholder {
	font-size: 1rem;
	color: inherit;
	opacity: 0.8;
}

:-ms-input-placeholder {
	font-size: 1rem;
	color: inherit;
	opacity: 0.8;
}

input:focus,
textarea:focus {
	outline: none;
}

.text-logo {
	font-size: 3em;
}

.delay-small {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.delay-small-1 {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}
.delay-small-2 {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}
.delay-small-3 {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}

.delay-big {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay-huge {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.cmp-title {
	line-height: 1;
	z-index: 1000;
}

.section {
	flex-grow: 1;
	padding: 0 2em;
	text-align: center;
}

/* .section-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	text-align: left;
	padding: 0 10%;
	min-height: 100vh;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
} */

/* .section-overlay {
	position: absolute;
	visibility: hidden;
	min-height: 100vh;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	-o-transition: visibility 500ms, opacity 500ms;
	transition: visibility 500ms, opacity 500ms;
	z-index: 1;
} */

/* .md-open .section-overlay {
	opacity: 0.4;
	visibility: visible;
	-webkit-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0);
}

.md-open .section-body {
	-webkit-transform: translate3d(-200px, 0, -300px);
	transform: translate3d(-200px, 0, -300px);
} */

.section-body.overflow {
	overflow: auto;
}

.logo-wrapper {
	flex: 1;
}

.logo-wrapper a {
	text-decoration: none;
}

.logo-wrapper img {
	max-width: 100%;
	max-height: 110px;
}

.text-logo {
	margin-bottom: 0;
}

#background-wrapper,
#background-image,
.background-overlay,
.slide-background,
#slider-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

#background-wrapper {
	overflow: hidden;
	z-index: -1;
}

#background-image,
.slide-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#background-image,
#slider-wrapper {
	overflow: hidden;
	opacity: 0;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}

#background-image.loaded,
.loaded #slider-wrapper {
	opacity: 1;
}

.video-banner iframe,
.video-banner video {
	-o-transition: opacity 1500ms;
	transition: opacity 1500ms;
}

#background-image.pattern {
	background-repeat: repeat;
	background-size: initial;
}

#background-image:not(.slide) {
	background-attachment: fixed;
}

.content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 100px;
	padding-bottom: 1em;
	box-sizing: border-box;
}

.content header {
	display: flex;
	align-items: center;
	/* padding-bottom: 3em; */
}

.content-left {
	width: 45%;
	padding-right: 10%;
}

.content-right {
	width: 45%;
	text-align: center;
}

.inner-content {
	flex: 1;
	/* justify-self: end; */
	display: flex;
	align-items: center;
}

.social-list {
	list-style: none;
	padding: 0;
	z-index: 100;
}

.social-list li {
	padding-right: 2em;
	margin: 0;
	display: inline-block;
}
.social-list a {
	font-size: 2em;
}

.social-list li:nth-child(1) {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}

.social-list li:nth-child(2) {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}

.social-list li:nth-child(3) {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}

.social-list li:nth-child(4) {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.social-list li:nth-child(5) {
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
}

.social-list li:nth-child(6) {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.social-list li:nth-child(7) {
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
}

.social-list li:nth-child(8) {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}

.social-list li:nth-child(9) {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.social-list i {
	position: relative;
	vertical-align: middle;
	transform: translateY(0);
	transition: transform 300ms ease-in-out;
}

.social-list i:hover {
	transform: translateY(-3px);
}

.social-list i::after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -8px;
	background-color: #fff;
	transition: width 300ms ease-in-out;
}

.social-list i:hover::after {
	width: 100%;
}

.social-list li:nth-child(1) {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.social-list li:nth-child(2) {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.social-list li:nth-child(3) {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}

.social-list li:nth-child(4) {
	-webkit-animation-delay: 1600ms;
	animation-delay: 1600ms;
}

.social-list li:nth-child(5) {
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}

.social-list li:nth-child(6) {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.social-list li:nth-child(7) {
	-webkit-animation-delay: 2200ms;
	animation-delay: 2200ms;
}

.social-list li:nth-child(8) {
	-webkit-animation-delay: 2400ms;
	animation-delay: 2400ms;
}

.social-list li:nth-child(9) {
	-webkit-animation-delay: 2600ms;
	animation-delay: 2600ms;
}

.frame-1 .content-right {
	flex: 1;
	text-align: right;
	padding-top: 10vh;
}

.lang-switch-wrapper {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.counter-wrapper {
	display: inline-block;
	position: relative;
}

.counter-wrapper svg {
	position: absolute;
	left: -20px;
	top: -20px;
}

.text-counter .counter-inner {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.counter-number {
	font-size: 250px;
	line-height: 250px;
	font-weight: 700;
	position: relative;
}
.counter-label {
	font-size: 75px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.graphic-counter .counter-inner {
	width: 300px;
	max-width: calc(100% - 40px);
	background: black;
	padding: 20px;
	border-radius: 15px;
}

.graphic-counter .counter-number {
	font-size: 200px;
	line-height: 200px;
}
.graphic-counter .counter-label {
	font-size: 50px;
}

.button-wrapper {
	margin: 2em 0;
}

.subscribe-button {
	display: inline-block;
	padding: 15px 0;
	background-color: white;
	color: black;
	border: 3px solid white;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	text-align: center;
	width: 100%;
	max-width: 300px;
}
.subscribe-button:hover,
.cmp-subscribe input[type='submit']:hover {
	background-color: transparent;
	color: white;
}

.form-container {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #696969;
	background: rgba(0, 0, 0, 0.9);
	transition: all 300ms ease-in-out;
	z-index: 10000;
}

.form-container.in-focus {
	visibility: visible;
	opacity: 1;
}

.form-wrapper {
	position: absolute;
	width: auto;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	padding: 3em;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -75%);
	-ms-transform: translate(0, -75%);
	-o-transform: translate(0, -75%);
	transform: translate(0, -75%);
	color: white;
	background: rgba(0, 0, 0, 0.92);
}

.in-focus .form-wrapper {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.close {
	cursor: pointer;
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	top: 20px;
}

.form-title {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
	padding: 1em 0;
}

.cmp-form-inputs {
	display: flex;
	flex-direction: column;
}

.cmp-subscribe input {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 15);
	text-indent: 10px;
	padding: 10px 0;
	margin-bottom: 20px;
	color: white;
}

.cmp-subscribe input[type='checkbox'] {
	margin-bottom: 0;
}

.cmp-subscribe input[type='submit'] {
	background-color: white;
	color: black;
	border: 3px solid white;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	font-weight: bold;
	transition: all 300ms ease-in-out;
}

.content.subscribe {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
}

#subscribe-response {
	margin-top: 0.5em;
}

/*slick*/

.slide {
	position: relative;
	height: 100%;
}

.slick-list,
.slick-slider,
.slick-track {
	height: 100%;
}

.slider-nav {
	position: absolute;
	left: -0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 10px;
	background-color: transparent;
	transition: background-color 300ms ease-in-out;
}

.slider-nav.next {
	left: initial;
	right: -0;
}

.slider-nav:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.slider-nav.next:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f30b';
	display: block;
	font-weight: 900;
}

.slider-nav.prev:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f30a';
	display: block;
	font-weight: 900;
}

/* wpcf7-form */

/* contact form 7 */

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-validation-errors {
	display: none !important;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -33px;
	left: 0px;
	text-align: left;
	font-size: 0.7em;
}

div.wpcf7-mail-sent-ng {
	border: none;
}

.wpcf7 .wpcf7-response-output {
	display: block !important;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.lang-switch-wrapper {
	z-index: 200;
}

@media only screen and (max-width: 1200px) {
	.content {
		padding: 50px;
	}

	.content header {
		flex-direction: column;
	}
	.inner-content {
		flex-direction: column;
		justify-content: center;
	}

	.content-left,
	.content-right {
		width: 100%;
		padding: 0;
	}

	.content-left {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
	.text-logo {
		font-size: 2em;
	}

	.content h1:not(.text-logo),
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		font-size: 2em !important;
	}

	.social-list li {
		padding: 0 10px;
	}
	.content {
		padding: 20px;
	}

	.graphic-counter .counter-inner {
		width: auto;
		min-width: 200px;
	}

	.form-wrapper {
		padding: 10px;
	}

	.text-days .counter-number {
		font-size: 180px;
		line-height: 180px;
	}

	.button-wrapper {
		text-align: center;
	}

	.copyright {
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 560px) {
}

@media only screen and (max-width: 330px) {
}
