
html, body {
	max-width: 100%;
    overflow-x: hidden;
  	cursor: url('../images/cursor.png'), auto;

}

::-moz-selection { background: #fffCB8; }
::selection { background: #fffCB8; }

.mobile-header {
	display: none;
}

.header {
	max-width: 1440px;
	height: 100vh;
	margin: 0 auto;
	padding: 0 auto;
	background: #fff;
	position: relative;
	display: block;
}

.header-card {
	background: #fff;
	max-width: 650px;
	max-height:80%;
	width:100%;
	float: left;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);

  	z-index: 10;
  	padding: 100px 100px 100px 100px;
		box-sizing: border-box;
}
.header-noise {
	background: url('../images/noise.png') repeat;
	height: 94vh;
	max-width: 900px;
	width:100%;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 3vh;
	overflow: hidden;
}

.header-animation {
	position:absolute;
	right:25px;
	z-index:10;
	bottom:25px;
}


.header-bg {
	background-color:white;
	background-size: cover;
	height: 94vh;
	max-width: 900px;
	width:100%;
	position: absolute;
	right: 0;
	z-index: 5;
	top: 3vh;
	overflow: hidden;
}
.header-bg video{
	height:100%;
	width:auto;
	position: absolute;
	right:-33%;
}

.header-card .top-highlight {
	position: relative;
}

.header-card .top-highlight hr {
	background: #fffCB8;
	max-width: 120px;
	height: 20px;
	margin: 0;
	border: 0;
}

.header-card .top-highlight span {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.header h1 {
	margin: 100px 0 30px;
	font-family: "NoeDisplay-Medium";
}

.header p {
	line-height: 2;
	color: #666;
	margin-left: 60px;
	font-weight: 400;
}

.header-card .button2 {
	margin-left: 90px;
	padding: 20px 60px 20px 0px;
    background-color: #fffCB8;
    color: #222;
    max-width: 100%;
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
    font-family: "Karla";
    transition: all 250ms ease-out;
    position: relative;
	padding: 17px 50px 17px 10px;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	transform-style: flat;
	transition: all 250ms ease-out;
}

.header-card .button2:before,
.header-card .button2:after {
	content: "";
	position: absolute;
	z-index: -2;
	transition: all 250ms ease-out;
}

.header-card .button2 .button-text {
	margin-left: -30px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.paper-curl:before, .paper-curl:after,
.paper-curl-right:before,
.paper-curl-right:after {
  bottom: 12px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.4);
}
.paper-curl:before,
.paper-curl-right:before {
  left: 10px;
}
.paper-curl:after,
.paper-curl-right:after {
  right: 10px;
}
.paper-curl:hover:before, .paper-curl:hover:after,
.paper-curl-right:hover:before,
.paper-curl-right:hover:after {
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.4);
}
.paper-curl:hover:before,
.paper-curl-right:hover:before {
  transform: skew(-8deg) rotate(-3deg);
}
.paper-curl:hover:after,
.paper-curl-right:hover:after {
  transform: skew(8deg) rotate(3deg);
}

.paper-curl:hover {
  border-radius: 0 0 40% 40% / 0 0 30% 30%;
}

.paper-curl-right:before {
  display: none;
}
.paper-curl-right:hover {
  border-radius: 0 0 40% 0 / 0 0 30% 0;
}

/* Section 1 */

section {
	text-align: center;
}

#section-1 {
	background: #fff;
	display: block;
	margin: 150px auto 0;
	padding: 0 auto;
	overflow: hidden;
}

#section-1 p {
	color: #666;
	margin-bottom: 80px;
}

#section-1 .step h5 {
	margin-bottom: 0px;
}


#section-1 .step {
}



#section-1 .step .step-number {
	font-size: 30px;
	font-weight: 600;
}

#section-1 .step .step-image {
	position: relative;
	height: 200px;
	display: block;
	background: #fff;
}

#section-1 .lines {
	background: url(../images/lines.png) top center;
	height: 164px;
	max-width: 698px;
	width:100%;;
	display: block;
	margin: 30px auto 30px;
	padding: 0 auto;
}
@media (max-width:1200px){
	#section-1 .lines {
		background: none;
		height: 14px;
	}
	.header {
		height: auto;
	}
	.header p {
		margin-left: 0
	}
	.header-card {
		padding: 50px;
		top:0;
		position: relative;
		transform: translate(0,0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		float:none;
	}
	.header-bg {
		height: 50vh;
		width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}

	.header-bg video{
		height:100%;
		right:0%;
	}

	footer {
		margin-top: 30px!important
	} !
}


@media (max-width:500px) {

	.header-bg {
		background-image: url('../images/mobile.jpg');
	}

	.header-card { 
		padding: 20px;
		margin-bottom:20px;
	}

	.header-bg video{
		display:none;
		}

	.header-animation {
		display:none;
	}
}


#section-1 .step-image-1 svg {
	margin-top: 45px;
}

#section-1 .step-image-2 svg {
	margin-top: 25px;
}

#section-1 .step-image-3 svg {
	margin-top: 65px;
}

.search {
	max-height:61px;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

.boxes {
	height: 777px;
	width:100%;
	max-width: 714px;
	display: block;
	margin: 0 auto 120px;
	padding: 0 auto;
	position: relative;
}
.boxes .box {
	width: 440px;
	position: absolute;;
}
.boxes .box.boxOne {
	top:0;
	right:0;
	z-index: -1;
}
.boxes .box.boxTwo {
	top:50%;
	left:10%;
	transform: translate(30px,-65%);
	-webkit-transform: translate(30px, -65%);
	-ms-transform: translate(30px, -65%);
	z-index:1;
}
.boxes .box.boxThree {
	bottom: 0;
	left: 50%;
	transform: translateX(-35%);
	-webkit-transform: translateX(-35%);
	-ms-transform: translateX(-35%);
	z-index:-1;
}

/*
@media (max-width:480px){
	.boxes .box.boxOne, .boxes .box.boxTwo, .boxes .box.boxThree {
		right:auto;
		left:50%;
		transform: translateX(-50%);
	}
	.boxes .box.boxTwo {
			transform: translate(-50%,-50%);
	}
}
/* Section 2 */
#section-3 {overflow: hidden;}
#section-3 h5,
#section-3 p {
	text-align: left;
	max-width:400px;
}

#section-3 .feature {
	margin-top: 50px;
}

#section-3 .image-placeholder {
	width: 100%;
	height: 430px;
	display: block;
	background: #000;
	margin: 70px auto;
	background: url('../images/feature-2.jpg') top left;
	background-size: cover;
}

footer {
	margin-top:80px;
	position: absolute;
	height: 500px;
	width: 100%;
	background: #fffcbd ;
	background-image: url('../images/footer-bg.jpg');
	background-size: 150px 150px;
	overflow: hidden;
	transition: all 0.2s;
}
footer:hover {
	background: #fffcbd;
}

#mailchimp {
	position: absolute;
	max-width: 600px;
	min-height: 192px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:100%;

}

#mailchimp .email {
	border: none;
    color: black;
    font-size: 14px;
    height: 70px;
    margin-bottom: 10px;
    padding: 0 30px;
    width: 400px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	float: left;
}

input[type="email"].email::-webkit-input-placeholder {
  color: gray;
}

#mailchimp .button3 {
	background: #000;
	color: #fff;
	height: 70px;
	float: right;
	font-size: 15px;
	width: 200px;
	border: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#mailchimp h3 {
	text-align: center;
	margin-bottom:0;
	font-size: 36px;
	text-shadow: 0 0 40px #fffcbd;
	text-shadow: 8px 0 0 #fffcbd, -8px 0 3px #fffcbd, 0 8px 3px #fffcbd, 0 -8px 3px #fffcbd, 4px 4px 3px #fffcbd, -4px -4px 3px #fffcbd, 4px -4px 3px #fffcbd, -4px 4px 3px #fffcbd;

}

#mailchimp p {
	text-align:center;
	margin-top:0px;
	padding-bottom:1rem;

}

#mailchimp h3::-moz-selection { background: #000; color: #fff; }
#mailchimp h3::selection { background: #000; color: #fff; }

@media (max-width:600px) {
	#mailchimp .email,#mailchimp .button3{
		width:90%;
		float: none;
		margin: 0 5%;
	}
}
@media (max-width:600px) {
#mailchimp h3{
	font-size: 30px;
	line-height:36px;
	}}


@keyframes fromRight {
	0% {transform: translateX(-30px); opacity:0;}
	100% {transform: translateX(0px); opacity:1;}
}
@keyframes fromLeft {
	0% {transform: translate(30px,-65%);opacity:0;}
	100% {transform: translate(0px,-65%);opacity:1;}
}


.fromRight {
	animation: fromRight 0.7s ease-out forwards
}
.fromLeft {
	animation: fromLeft 0.7s ease-out forwards
}
@media (max-width:549px){
	@keyframes fromRight {
		0% {transform: translateX(-400px);opacity:0;}
		100% {transform: translateX(-300px);opacity:1;}
	}
	@keyframes fromRight2 {
		0% {transform: translateX(100px);opacity:0;}
		100% {transform: translateX(0px);opacity:1;}
	}
	.fromRight2 {
		animation: fromRight2 1s ease-out forwards
	}
}


