@charset "UTF-8";
/* CSS Document */

#mobile {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.25em;
	margin: 20px 0;
	padding: 0;
}

h2 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

p {
	font-size: 20px;
	line-height: 1.5em;
}

/* --- LAYOUT RULES --- */

.row {
	display: flex;
}

.spacer {
	height: 10px;
}

.spacer-20 {
	height: 20px;
}

.spacer-40 {
	height: 40px;
}

.spacer-80 {
	height: 80px;
}

.section {
	height: 100vh;
	z-index: -10;
}

.section-padding {
	padding: 80px 80px 0px 80px;
}

.center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.column-70 {
	width: 70%;
	float: left;
}


.column-60 {
	width: 60%;
	float: left;
}

.column-50 {
	width: 50%;
	float: left;
}

.column-40 {
	width: 40%;
	float: left;
}

.column-33 {
	width: 33.333%;
	float: left;
	text-align: center;
}

.column-30 {
	width: 30%;
	float: left;
}

.text-wrapper {
	max-width: 1400px;
	padding: 0 120px;
	margin: auto;
}

.button-blue {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	background: #2d93d4;
	padding: 20px;
	border-radius: 50px;
	width: 150px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .25s;
	text-shadow: none;
}

.button-blue:hover {
	filter:brightness(90%);
}

/* --- Navigation --- */

nav {
	height: 100px;
	max-width: 1400px;
	padding: 0 120px;
	z-index: 100;
	font-weight: 500;
	letter-spacing: 1px;
	margin: auto;
	justify-content: space-between;
}

nav #logo {
	margin: 35px 0 0 0;
	float: left;
	height: 40px;
}


nav ul {
	list-style: none;
	margin: 45px 0 0 0;
	word-spacing: 40px;
}

nav ul a li {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

/* --- Logo Hover

nav #logo:hover {
	background: url("../images/AdaptIcon-80px.png");
}

--- */

#hero-bg {
	position: absolute;
	background-image: url("../images/hero-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

/* --- #wrapper --- */

#hero-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#first {
	color: #ffffff;
	height: 80%;
}

#first .block {
	text-shadow: 0px 0px 10px #000;
}

#first .block #logo-mobile {
	display: none;
}

#first .block h1 {
	text-shadow: 0px 0px 10px #000;
}

#first .block h2 {
	width: 80%;
}

/*-- START OF SIGN UP FORM --*/

#sign-up {
	background: rgba(255,255,255,.9);
	text-align: center;
	padding: 40px 0px;
	font-family: 'Nunito', sans-serif;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

#sign-up.isSubmitted{
	opacity: 0.8;
}

#sign-up-success {
	background-color: #062B62 !important;
	text-align: center;
	padding: 40px;
	font-family: 'Nunito', sans-serif;
	border-radius: 20px;
	margin-right: 80px;
	display: none;
	flex-direction: column;
}

#sign-up h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 36px;
	color: #2d93d4;
	padding-bottom: 20px;
	font-weight: 600;
	line-height: 1.25em;
}

#sign-up form {
	width: 80%;
}

#sign-up input[type=text]:focus {
	border: 2px solid #134284;
	outline: none;
}

#sign-up input[type=text], select {
	font-family: 'Nunito', sans-serif;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 0px;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
}

#sign-up input[type=submit] {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	background-color: #3d98d4;
	color: white;
	padding: 12px 24px;
	margin: 8px 0;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	transition: background-color .25s;
	font-size: 18px;
	letter-spacing: 2px;
}

#sign-up input[type=submit]:hover {
	background-color: #134284;
}

/* Validation Message For Sign Uo form */

#sign-up input[type="text"].error {
	border: 2px solid #ce4242;
	margin-bottom: 0px !important;
}

#sign-up label.error {
	color: #ce4242;
	background-color: #f3e3e3;
	justify-content: flex-start;
	display: flex;
	margin-bottom: 14px;
	line-height: 30px;
	border-radius: 8px;
	padding-left: 12px;
}

#sign-up .success-img{
	display: none;
}
#sign-up .success-msg{
	display: none;
}

input[type="submit" i]:disabled {
	background-color: #cacaca !important;
}

/* Making First Letter Capital of input like name, bisiness name and business type */
#name, #biz-name,  #biz-address{
	text-transform: capitalize;
}

/* Error Message  */
.error{
	font-size: 16px;
	color: #ce4242;
	background-color: #f3e3e3;
	padding: 8px;
	border-radius: 8px;
}
.error.hidden{
	display: none;
}

/*-- END OF SIGN UP FORM --*/

/* -- START OF FAQ SECTION -- */

#adapt-vs-shopify {
	max-width: 800px;
	height: 400px;
	margin: 80px auto 0 auto;
}

#adapt-vs-shopify iframe {
	height: 100%;
	width: 100%;
}

#faq {
	flex-wrap: wrap;
	padding: 80px;
	max-width: 1400px;
	margin: auto;
}

.faq-question {
	width: 50%;
}

.faq-answer {
	width: 50%;
}

footer {
	background: #134284;
	color: #2d93d4;
	transition: .25s;
	padding: 80px;
	clear: left;
	text-align: center;
}

footer a {
	color: #2d93d4;
	font-size: 24px;
}

footer a:hover {
	opacity: .8;
}

#contact {
	margin: 30px 25px 0px 0px;
	letter-spacing: 20px;
}

 #contact img {
	height: 30px;
	transition: .25s;
}

#contact img:hover {
	filter:brightness(80%);
}

#copyright {
	padding-top: 40px;
	opacity: .5;
}

/* --- Media Queries --- */

@media only screen and (max-width: 1200px) {
  
	body {
		background-image: url("../images/hero-bg.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		}
	
	#hero-bg {
		display: none;
	}
	
	.section {
		height: auto;
	}
	
	.column-60 {
		width: 80%;
	}
	
	#logo {
		display: none;
	}
	
	#first .block #logo-mobile {
		display: block;
		width: 300px;
		margin: 0 auto 40px auto;
	}
	
	nav {
		background: #134284;
		margin-bottom: 40px;
	}
	
	nav ul {
		padding: 0;
	}
	
	.text-wrapper {
		padding: 0;
	}
	
	#first {
		text-align: center;
		flex-direction: column;
		justify-content: space-evenly;
		height: auto;
	}
	
	#first .button-blue {
		width: 60%;
		margin: 200px auto 0 auto;
		font-size: 28px;
		letter-spacing: 5px;
	}
	
	#first .block {
		margin-bottom: 40px;
	}
	
	#first .block h2 {
		width: auto;
	}
	
	#first #sign-up {
		margin-bottom: 40px;
		background: rgba(230,230,230,.9);
		width: 80%;
	}
	
	#first #sign-up form {
		width: 60%;
	}
	
	input[type="submit" i]:disabled {
		background-color: #2d98d4;
	}
	
	#content {
		background: #fff;
	}
	
	#adapt-vs-shopify {
		max-width: 100%;
	}

	#adapt-vs-shopify iframe {
		height: 100%;
		width: 100%;
	}
	
	#faq h1 {
		text-align: center;
	}
	
	.faq-question {
		width: 100%;
	}
	
	.faq-answer {
		width: 100%;
	}
	
}

/*

@media only screen and (max-width: 600px) and (orientation:portrait) {
	
	body {
		background-image: url("../images/hero-bg.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.column-60 {
		width: 80%;
	}
	
	#wrapper {
		height: auto;
	}
	
	#hero-bg {
		display: none;
	}
	
	#first {
		padding: 40px 0;
		height: 1000px;
	}
	
	#first .block .button-blue {
		font-size: 18px;
	}
	
	#first .block h1 {
		font-size: 36px;
	}
	
	#first .block h2 {
		font-size: 24px;
	}
	
	#sign-up h2 {
		font-size: 26px;
	}
	
	#sign-up input[type=text], select {
		font-family: 'Nunito', sans-serif;
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 0px;
		border-radius: 8px;
		box-sizing: border-box;
		font-size: 12px;
	}
	
	footer #contact {
		margin-right: 0;
	}
	
}

*/

@media only screen and (min-height: 1000px) {
	
	#first {
		height: 90vh;
	}
	
}
	