/*
	Template Name 	: Launch - Under Maintenance HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover,
a:focus{
	text-decoration: none;
	outline: 0;
}

/* ===============================
	COMING SOON BACKGROUND
================================ */

.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.jpg) no-repeat bottom center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comming-soon:before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}

/* ===============================
	CONTENT
================================ */

.coming-soon-box{
	width: 100%;
	text-align: center;
	color: #aeaeae;
	position: relative;
	z-index: 1;
}

/* ===============================
	LOGO
================================ */

.logo{
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 2;
}

.logo h1{
	font-size: 36px;
	color: #fff;
}

.logo h1:first-letter{
	color: #e3c600;
}

.logo p{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.08em;
}

/* ===============================
	TEXT
================================ */

.coming-text p{
	color: #fff;
	font-size: 20px;
}

.coming-text h2{
	color: #e3c600;
	font-size: 54px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 20px 0;
}

.typing-title{
	display: none;
}

/* ===============================
	COUNTDOWN TIMER
================================ */

.countdown-timer-wrapper{
	margin: 60px 0 20px;
}

.timer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.timer .timer-wrapper{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 132px;
	height: 132px;
	border: 6px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	margin: 0 20px 30px;
	box-sizing: border-box;
}

.timer .timer-wrapper .time{
	font-size: 54px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}

.timer .timer-wrapper .text{
	color: #e3c600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
}

/* ===============================
	NEWSLETTER
================================ */

.newsletter-form{
	margin-top: 30px;
}

.new-text{
	width: 70%;
	background: none;
	border: 1px solid rgba(255,255,255,0.5);
	height: 44px;
	padding: 0 20px;
	margin-right: 2%;
	outline: 0;
	color: #fff;
}

.new-btn{
	border: none;
	height: 44px;
	width: 28%;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	background: #e3c600;
	vertical-align: top;
	transition: all 0.3s;
	cursor: pointer;
}

.new-btn:hover{
	opacity: 0.8;
}

/* ===============================
	SOCIAL LINKS
================================ */

.social-link{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

.social-link a{
	margin: 0 6px;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}

.social-link a:hover{
	color: #e3c600;
}

/* ===============================
	TABLET
================================ */

@media only screen and (max-width:768px){
	.logo{
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 20px;
	}

	.social-link{
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 30px;
	}

	.coming-soon-box{
		padding: 30px 0;
	}
}

/* ===============================
	MOBILE
================================ */

@media only screen and (max-width:480px){
	.timer .timer-wrapper{
		width: 100px;
		height: 100px;
		border-width: 4px;
		margin: 0 10px 20px;
	}

	.timer .timer-wrapper .time{
		font-size: 34px;
	}

	.timer .timer-wrapper .text{
		font-size: 12px;
	}

	.coming-text h2{
		font-size: 30px;
	}

	.coming-text p{
		font-size: 18px;
	}
}