/*
	Template Name 	: Minimal Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #3dac86;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

.hidden{
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#particles-js canvas{
	display: block;
}

.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: -webkit-linear-gradient(left,#3dac86,#337aee);
	padding: 40px 0;
	display: flex;
	align-items: center;
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.logo{
	text-align: center;
}

.logo h1{
	color: #fff;
	font-size: 52px;
	font-weight: 600;
}

.logo p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 300;
}

.coming-text{
	padding: 40px 0;
}

.coming-text h2{
	font-size: 100px;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.social-link{
	text-align: center;
}

.social-link a{
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin: 0 4px;
	transition: all 0.4s linear;
}

.social-link a:hover{
	background: #fff;
	color: #3dab87;
}

.newsletter{
	max-width: 746px;
	margin: 40px auto 0;
}

.newsletter p{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

.newsletter .intro{
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 12px;
}

.section{
	margin-top: 26px;
	text-align: left;
}

.section-title{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.03em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.content-grid{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.info-card{
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 10px;
	padding: 16px 18px;
	flex: 1 1 320px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.info-card h4{
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.info-card p{
	margin-bottom: 0;
}

.contact-grid{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.contact-item{
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 10px;
	padding: 12px 16px;
	flex: 1 1 240px;
	color: #fff;
}

.contact-label{
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.8;
	margin-bottom: 6px;
}

.contact-item a{
	color: #fff;
	text-decoration: underline;
}

.highlight{
	margin-top: 26px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-align: center;
}

.closing{
	margin-top: 12px;
	text-align: center;
}

.closing.strong{
	font-weight: 600;
}

.newsletter-form{
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0,0,0,0.15);
	backdrop-filter: blur(6px);
}

.form-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 18px 0;
}

.new-text{
	width: 100%;
	height: 52px;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 10px;
	background: rgba(255,255,255,0.08);
	box-shadow: none;
	outline: 0;
	padding: 0 16px;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s ease;
}

.new-text:focus{
	border-color: rgba(255,255,255,0.7);
	background: rgba(255,255,255,0.16);
}

.new-text::-webkit-input-placeholder {
	color: #fff;
}

.new-text::-moz-placeholder {
	color: #fff;
}

.new-text:-ms-input-placeholder{
	color: #fff;
}

.new-text:-moz-placeholder {
	color: #fff;
}

.new-btn{
	height: 52px;
	border: none;
	display: block;
	margin: 16px 18px 10px;
	width: calc(100% - 36px);
	background: rgba(255,255,255,0.28);
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
	outline: 0;
	transition: all 0.3s linear;
}

.new-textarea{
	min-height: 120px;
	resize: vertical;
	grid-column: 1 / -1;
	padding: 12px 16px;
}

.form-status{
	min-height: 24px;
	margin: 0 18px 18px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: translateY(-6px);
	transition: all 0.25s ease;
}

.captcha-wrap{
	margin: 14px 18px 0;
	display: flex;
	justify-content: center;
}

.form-status i{
	margin-right: 6px;
}

.form-status .status-text{
	margin-right: 10px;
}

.form-status .status-btn{
	border: 1px solid rgba(255,255,255,0.6);
	background: transparent;
	color: #fff;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.form-status .status-btn:hover{
	background: rgba(255,255,255,0.2);
}

.form-status.show{
	opacity: 1;
	transform: translateY(0);
}

.form-status.success{
	color: #e8fff6;
}

.form-status.error{
	color: #ffe6e6;
}

.new-btn .fa{
	margin-right: 10px;
}

.new-btn:hover{
	background: rgba(255,255,255,0.45);
}

.newsletter-form{
	margin-top: 30px;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	.coming-text{
		padding: 30px 0;
	}
	
	.coming-text h2{
		font-size: 56px;
	}
	.social-link a{
		width: 36px;
		height: 36px;
		padding-top: 6px;
		font-size: 16px;
	}
	.section{
		text-align: center;
	}
}

@media only screen and (max-width:568px){
	.form-grid{
		grid-template-columns: 1fr;
		padding: 12px 12px 0;
	}

	.new-text{
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	
	.newsletter-form{
		background: none;
	}
	
	.new-btn{
		width: calc(100% - 24px);
		margin: 12px 12px 8px;
	}

	.captcha-wrap{
		margin: 12px 12px 0;
	}
	
	.comming-soon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100%;
		background: -webkit-linear-gradient(top,#3dac86,#337aee);
	}

	.section-title{
		font-size: 18px;
		text-align: center;
	}

	.info-card,
	.contact-item{
		flex: 1 1 100%;
	}
}

@media only screen and (max-width:480px){
	.logo h1{
		font-size: 30px;
	}
	
	.logo p{
		font-size: 10px;
	}
	
	.coming-text{
		padding: 20px 0 30px;
	}
	
	.newsletter p{
		font-size: 12px;
	}
	
	.coming-text h2 {
		font-size: 32px;
	}
	
	.new-text{
		height: 40px;
	}
	
	.new-btn{
		height: 40px;
	}
}

@media only screen and (max-width:360px){
	
}