*{
    margin:0;
    padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global Typography */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    color:#475055;
    line-height: 1;
}
/* Global Headings */
h1 {
	font-size: 2.5rem;
}
@media all and (min-width: 768px){
	h1{
		font-size: 3rem;
	}
}
@media all and (min-width: 1024px){
	h1{
		font-size: 3.5rem;
	}
}
@media all and (min-width: 1200px){
	h1{
		font-size: 4rem;
	}
}
/* General Text Formatting */
p {}
small {font-size: 85.71429%;line-height: 1.75;}
img{max-width: 100%;height: auto;}

/* Global Link style */
a {
	text-decoration: none;
	outline: none;
}

/* Global Button Styles */
.btn {
	color: #1B2935;
	background: #00FCE8;
	border-radius: 23px;
	border: 2px solid #00fce8;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 11px 38px 12px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.btn:hover, .btn:focus{
	transition: 0.3s;
	color: #00fce8;
	background: transparent;
}

.form-control{
	border: 1px solid #E8E9EA;
	border-radius: 30px;
	background: #293642;
	font-size: 1.5rem;
	font-weight: 300;
	min-height: 45px;
	width: 100%;
	color: #E8E9EA;
	padding: 0 25px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
/*-----------------------------INDEX PAGE START-----------------------------*/
/* splash-page Section Start */
@media all and (min-width: 1024px){
	.splash-page{
		display: flex;
	}
}
.splash-top{
	position: relative;
	text-align: center;
	padding: 65px 12px 105px;
	overflow: hidden;
}
@media all and (min-width: 1024px){
	.splash-top{
		width: 50%;
		height: 100vh;
		order: 2;
		display: flex;
		align-items: center;
	}
}
.splash-top::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/splash-bg.jpg) no-repeat;
	z-index: -1;
	filter: blur(30px);
	background-size: cover;
}
.splash-top .wrap-content{
	max-width: 296px;
	margin: 0 auto;
}
@media all and (min-width: 768px){
	.splash-top .wrap-content{
		max-width: 365px;
	}
}
@media all and (min-width: 1024px){
	.splash-top .wrap-content{
		max-width: 440px;
		margin-top: 4px;
		padding-left: 9px;
	}
}
.brand-logo{
	margin: 0 auto 30px;
	width: 150px;
}
@media all and (min-width: 768px){
	.brand-logo{
		width: 200px;
	}
}
@media all and (min-width: 1024px){
	.brand-logo{
		width: 250px;
		margin-bottom: 35px;
	}
}
.brand-logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.splash-top h1{
	color: #fff;
	margin-bottom: 15px;
	padding: 0 20px;
	text-transform: capitalize;
	line-height: 1.25;
}
@media all and (min-width: 768px){
	.splash-top h1{
		padding: 0 30px;
	}
}
@media all and (min-width: 1024px){
	.splash-top h1{
		padding: 0 20px;
		margin-bottom: 26px;
		letter-spacing: 0.6px;
	}
}
.splash-top p{
	color: #1B2935;
	line-height: 1.304;
}
@media all and (min-width: 768px){
	.splash-top p{
		font-size: 2rem;
	}
}
@media all and (min-width: 1024px){
	.splash-top p{
		font-size: 2.3rem;
		letter-spacing: 0.3px;
	}
}
.splash-bottom{
	background: #1B2935;
	padding: 35px 12px;
	text-align: center;
}
@media all and (min-width: 1024px){
	.splash-bottom{
		width: 50%;
		height: 100vh;
		order: 1;
		text-align: left;
		position: relative;
		display: flex;
		align-items: center;
		padding: 100px 12px;
	}
}
.has-logo{
	margin-bottom: 50px;
}
@media all and (min-width: 1024px){
	.has-logo{
		position: absolute;
		top: 45px;
		right: 0;
		left: 0;
		width: 96%;
		margin: 0 auto;
	}
}
@media all and (min-width: 1200px){
	.has-logo{
		width: 93%;
		max-width: 562px;
	}
}
.logo{
	width: 46px;
	height: 46px;
	margin: 0 auto;
}
@media all and (min-width: 1024px){
	.logo{
		margin: 0;
	}
}
.logo a{
	display: block;
	height: 100%;
}
.logo a:hover{
	transition: 0.3s;
	opacity: 0.8;
}
.logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.splash-bottom .wrap-content{
	max-width: 296px;
	margin: 0 auto 60px;
}
@media all and (min-width: 768px){
	.splash-bottom .wrap-content{
		max-width: 365px;
	}
}
@media all and (min-width: 1024px){
	.splash-bottom .wrap-content{
		max-width: 417px;
		margin-bottom: 0;
	}
}
.signup-text{
	display: block;
	color: #00FCE8;
	margin-bottom: 20px;
}
@media all and (min-width: 768px){
	.signup-text{
		font-size: 2rem;
	}
}
@media all and (min-width: 1024px){
	.signup-text{
		font-size: 2.3rem;
		padding-left: 5px;
		letter-spacing: 0.3px;
		margin-bottom: 31px;
	}
}
.splash-bottom h1{
	color: #E8E9EA;
	margin-bottom: 35px;
	line-height: 1.25;
}
@media all and (min-width: 1024px){
	.splash-bottom h1{
		letter-spacing: 0.5px;
		margin-bottom: 45px;
	}
}
.splash-bottom .form-wrap{
	margin-bottom: 35px;
}
@media all and (min-width: 1024px){
	.splash-bottom .form-wrap{
		margin-bottom: 53px;
	}
}
@media all and (min-width: 1024px){
	.signup-input{
		position: relative;
	}
}
.splash-bottom .form-control{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
@media all and (min-width: 1024px){
	.splash-bottom .form-control{
		text-align: left;
		padding: 0 140px 0 29px;
		margin-bottom: 0;
	}
}
@media all and (min-width: 1024px){
	.signup-input .btn-wrap{
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
}
@media all and (min-width: 1024px){
	.signup-input .btn{
		height: 100%;
	}
}
.social-links{
	display: flex;
	justify-content: center;
}
@media all and (min-width: 1024px){
	.social-links{
		justify-content: flex-start;
	}
}
.social-links .link-wrap{
	margin: 0 10px;
}
@media all and (min-width: 1024px){
	.social-links .link-wrap{
		margin: 0 42px 0 0;
	}
}
.social-links a{
	display: block;
}
.social-links a:hover{
	transition: 0.3s;
	opacity: 0.8;
}
.splash-bottom .icon-insta{
	width: 21px;
	height: 21px;
	background: url(../images/icon-insta.svg) no-repeat;
	display: block;
	margin-top: 2px;
}
.splash-bottom .icon-facebook{
	width: 11px;
	height: 23px;
	background: url(../images/icon-facebook.svg) no-repeat;
	display: block;
}
.copyright-info{
	font-size: 1.1rem;
	font-weight: 300;
	color: #72797E;
}
@media all and (min-width: 1024px){
	.copyright-info{
		position: absolute;
		bottom: 46px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 96%;
	}
}
@media all and (min-width: 1200px){
	.copyright-info{
		width: 93%;
		max-width: 562px;
	}
}
/* splash-page Section End */
/*-----------------------------INDEX PAGE END-----------------------------*/