/*
v 03/06/22 19.17
*/
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

* {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	outline: none
}
h1, h2, P, body, html { padding: 0; margin: 0; }
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer !important
}

input,
select,
textarea,
kbd {
	font-family: Arial, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	display: block;
	background: #000;
}

/* //// for slider version */
#slider {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .5;
}
#slider img{
	position: fixed;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.5);
}
@keyframes fade{
	0%{ opacity: 0;}
	8.333333333333%{ opacity: 1; transform: translate(-50%, -50%) scale(1) }
	33.333333333333%{ opacity: 1; transform: translate(-50%, -50%) scale(1) }
	41.6666666666%{ opacity: 0; }
	100%{ opacity: 0; transform: translate(-50%, -50%) scale(1.5) }
}
@-webkit-keyframes fade{
	0%{ opacity: 0;}
	8.333333333333%{ opacity: 1;}
	33.333333333333%{ opacity: 1;}
	41.6666666666%{ opacity: 0;}
	100%{ opacity: 0;}
}
#slider img{
	-webkit-animation:fade 35s infinite;
	-moz-animation:fade 35s infinite;
	-o-animation:fade 35s infinite;
	animation:fade 35s infinite;
	position:absolute;
	opacity:0;
} 
#slider img:nth-child(1){
	animation-delay: 0s
} 
#slider img:nth-child(2){
	animation-delay: 7s
} 
#slider img:nth-child(3){
	animation-delay: 14s
} 
#slider img:nth-child(4){
	animation-delay: 21s
} 
#slider img:nth-child(5){
	animation-delay: 28s
} 

.wrapper {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: max-content auto;
}
.step-header {
	width: 100%;
	padding: 20px 0;
}
.step-header img {
	max-width: 160px;
}
.steps-wrapper {
	position: relative;
}
.step-item {
    width: 100%;
	max-width: 1240px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%) scale(.2);
	align-items: center;
	justify-content: center;
	display: none;
	grid-template-columns: 100%;
	overflow: hidden;
}
.in {
    animation: in ease .5s forwards;
}
@keyframes in{
	0%{ transform: translateX(-50%) scale(.2); opacity:0; }
	100%{ opacity:1; transform: translateX(-50%) scale(1); }
}
.step-content {
	padding: 0 40px;
}

h1 {
	font-size: clamp(3rem, 5vw, 5rem);
	text-shadow: 0 0 30px #7d26cd;
	line-height: 1;
}
[data-step="1"] h1 {
	transform: rotate(-2deg);
}
[data-step="1"] h1 strong {
	font-family: "Monoton", sans-serif;
	font-weight: 400;
	color: #EC48FF;
}
h2 {
	font-size: clamp(1.5rem, 5vw, 3rem);
	line-height: 1;
}
.copy {
	font-size: clamp(20px, 4vw, 2rem);
	margin: 30px auto;
	text-transform: uppercase;
	font-weight: 700;
}
.listing {
	font-size: 1rem;
	font-weight: 400;
    margin: 10px 0;
	text-transform: none;
}
.listing img {
	position: relative;
	top: 3px;
}
.buttons-block {
	margin: 30px auto 0;
}
.step-btn {
	display: inline-block;
    font-size: 1.25rem;
    line-height: .9;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 700;
    border-radius: 10px;
	width: max-content;
	min-width: 150px;
	border: 0;
	margin-bottom: 15px;
    margin-left: 10px;
	background: #EC48FF;
	border: 1px solid #EC48FF;
}
.step-btn:hover {
	background: #E784F2;
}
.no {
    color: #fff;
	background: rgba(236,72,225,.5);
	border: 1px solid #E784F2;
    
}
 
.p-progress-chat-bg {
    background-color: #fff;
    width: 90%;
	margin: 0 auto;
}
.sticky {
	position: fixed;
	width: 100%;
	border-radius: 0;
	bottom: 0;
	left: 0;
}
.p-progress-chat-bar {
    background-color: #EC48FF;
    height: 5px;
    line-height: 3rem;
    max-width: 100%;
    transition: all .5s linear;
}

/* form */
input,
select,
textarea {
	width: 100%;
	max-width: 340px;
	display: inline-block;
	padding: 15px;
	text-align: left;
	border: 1px solid #ccc;
	background: #ffffff;
	font-size: 1.5rem;
	color: #000;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
[data-step="location"] input,
[data-step="location"] select {
	margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  	background: #E5E5E5;
	color: #000;
}
select {
	background: url("../images/drop-down-arrow.png") no-repeat right 20px center #E5E5E5;
	background-size: 18px auto;
}
select::-ms-expand {
    display: none;
}
form {
    display: contents;
}
.terms_field {
    max-width: 330px;
    color: #616161;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 10px auto 0;
}
.terms_field a {
    color: #616161;
}
.step__field__error {
    margin: 5px 0;
    color: #ed4653;
    font-weight: 400;
    font-size: 1rem;
    width: 100%;
}
.step__field__input_error {
    background: #ffd4dd !important;
}
select.step__field__input_error {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='35' viewBox='6 -2 18 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 4px;
}
[name="email"] {
	margin: 30px 0 0;
}

footer {
	position: relative;
    padding: 0;
}
footer ul {
	padding: 20px 0 !important;
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: center;
	align-items: center;
}
footer li {
	margin: 0 4px;
}
footer a {
	color: #ccc;
	text-decoration: none;
	font-size: 10px;
}

@media only screen and (max-width: 1080px){
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 860px){
}
@media only screen and (max-width: 820px){
	.fixfixed footer {
	    display: none;
	}
	.step-item {
		align-items: flex-start;
		justify-content: center;
		padding: 10px 0 0;
	}
	#slider {
		opacity: .4;
	}
	#slider img{
		width: auto;
		height: 100vh;
		top: 0;
		left: 50%;
		transform: translateX(-50%) scale(1.5);
	}
	@keyframes fade{
		0%{ opacity: 0;}
		8.333333333333%{ opacity: 1; transform: translateX(-50%) scale(1) }
		33.333333333333%{ opacity: 1; transform: translateX(-50%) scale(1) }
		41.6666666666%{ opacity: 0; }
		100%{ opacity: 0; transform: translateX(-50%) scale(1.5) }
	}
	@-webkit-keyframes fade{
		0%{ opacity: 0;}
		8.333333333333%{ opacity: 1;}
		33.333333333333%{ opacity: 1;}
		41.6666666666%{ opacity: 0;}
		100%{ opacity: 0;}
	}
	h1 {
		padding: 20px 0 0;
	}
	.step-content {
		padding: 0 10px;
	}
	[data-step="7"] select:nth-of-type(2) {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px){
	[data-step="18"] .listing {
		margin: 3px auto !important;
	}
}

@media only screen and (max-height: 820px) and (orientation: landscape) {
	.wrapper,
	body {
		height: 800px;
	}
	#slider {
		width: 100%;
		transform: unset;
	}
	#slider img{
		width: 120vw;
		height: auto;
		left: 50%;
		bottom: -30vh;
		transform: translateX(-50%) scale(1.5);
	}
	.copy {
		font-size: clamp(1rem, 2.5vw, 2rem);
	}
	.step-item {
		align-items: flex-start;
		justify-content: center;
		padding: 10px 0 0;
	}
}
@media only screen and (max-height: 420px) and (max-width: 1024px)  and (orientation: landscape) {
	h2 {
		font-size: 1.25rem;
	}
	.step-header {
		padding: 5px 0;
	}
	[data-step="18"] .copy {
		margin: 6px auto;
	}
}