/*
	Template Name 	: Launch - Under Maintenance HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

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%;
	height: auto;
	display: block;
}

a{
	text-decoration: none;
	outline: 0;
	color: inherit;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

/* ===== MAIN CONTAINER ===== */
.comming-soon{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 100px;
	overflow-x: hidden;
}

.logo-image{
	height:150px ;
	width: 150px;
	position: fixed;
	top: 0; 
	left: 0;
}

.comming-soon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}

.container-fluid {
	width: 100%;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.row > [class*='col-'] {
	padding: 0 20px;
}

[class*='col-'] {
	width: 100%;
	flex: 0 0 100%;
}

/* ===== LOGO ===== */
.logo{
	text-align: center;
	margin-bottom: 40px;
	z-index: 2;
	position: relative;
}

.logo h1{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
}

.logo h1:first-letter{
	color: #e3c600;
}

.logo p{
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

/* ===== COMING TEXT ===== */
.coming-text{
	margin-bottom: 30px;
	text-align: center;
}

.coming-text-p{
	color: rgba(255,255,255,0.9);
	font-size: 18px;
	margin: 0 0 10px 0;
}

.responsive-h2{
	color: #e3c600;
	font-size: 44px;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	line-height: 1.2;
}

.typing-title{
	display: none;
}

/* ===== COUNTDOWN TIMER ===== */
.countdown-timer-wrapper{
	margin: 40px 0;
	text-align: center;
}

.timer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.timer .timer-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border: 5px solid rgba(255,255,255,0.4);
	border-radius: 50%;
	position: relative;
}

.timer .timer-wrapper .time{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.timer .timer-wrapper .text{
	color: #e3c600;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
}

/* ===== NEWSLETTER ===== */
.newsletter{
	margin: 30px 0;
	text-align: center;
}

.newsletter-text{
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	margin: 0 0 20px 0;
}

.newsletter-form{
	max-width: 500px;
	margin: 20px auto 0;
}

.form-inline {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.form-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.new-text{
	width: 100%;
	height: 45px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.4);
	padding: 0 15px;
	outline: 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.new-text:focus {
	background: rgba(255,255,255,0.15);
	border-color: #e3c600;
}

.new-text::placeholder {
	color: rgba(255,255,255,0.6);
}

.new-btn{
	width: 100%;
	height: 45px;
	border: none;
	color: #000;
	background: #e3c600;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s;
	outline: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.new-btn:hover {
	opacity: 0.85;
	transform: translateY(-2px);
}

.new-btn:active {
	transform: translateY(0);
}

/* ===== SOCIAL LINKS ===== */
.social-link{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.social-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	transition: all 0.3s;
}

.social-icon:hover{
	color: #e3c600;
	border-color: #e3c600;
	background: rgba(227,198,0,0.1);
}

/* ===== TABLET (768px and up) ===== */
@media (min-width: 768px) {
	.comming-soon {
		padding: 100px 40px;
	}

	.logo{
		margin-bottom: 50px;
	}

	.logo h1{
		font-size: 40px;
	}

	.responsive-h2{
		font-size: 52px;
	}

	.coming-text-p{
		font-size: 20px;
	}

	.timer .timer-wrapper{
		width: 130px;
		height: 130px;
		border-width: 6px;
		margin: 0 15px;
	}

	.timer .timer-wrapper .time{
		font-size: 48px;
	}

	.timer .timer-wrapper .text{
		font-size: 14px;
	}

	.form-inline {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.form-group {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.new-text {
		flex: 1;
		min-width: 250px;
		height: 48px;
		font-size: 14px;
	}

	.new-btn {
		min-width: 180px;
		height: 48px;
		flex-shrink: 0;
	}

	.newsletter-text {
		font-size: 18px;
	}

	.social-link {
		margin-top: 40px;
		gap: 20px;
	}

	.social-icon {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}

/* ===== DESKTOP (1024px and up) ===== */
@media (min-width: 1024px) {
	.comming-soon {
		padding: 120px 60px;
	}

	.logo{
		margin-bottom: 60px;
	}

	.logo h1{
		font-size: 44px;
	}

	.responsive-h2{
		font-size: 60px;
		letter-spacing: 0.1em;
	}

	.coming-text-p{
		font-size: 22px;
	}

	.timer .timer-wrapper{
		width: 140px;
		height: 140px;
		border-width: 6px;
		margin: 0 20px;
	}

	.timer .timer-wrapper .time{
		font-size: 54px;
	}

	.timer .timer-wrapper .text{
		font-size: 15px;
		margin-top: 8px;
	}

	.form-group {
		max-width: 700px;
		margin: 0 auto;
	}

	.new-text {
		min-width: 300px;
	}

	.new-btn {
		min-width: 200px;
	}

	.newsletter-text {
		font-size: 20px;
	}
}

/* ===== SMALL PHONES (max 480px) ===== */
@media (max-width: 480px) {
	.comming-soon {
		padding: 60px 15px 80px;
	}

	.logo{
		margin-bottom: 25px;
	}

	.logo h1{
		font-size: 24px;
		margin-bottom: 3px;
	}

	.logo p{
		font-size: 10px;
	}

	.coming-text-p{
		font-size: 15px;
		margin-bottom: 8px;
	}

	.responsive-h2{
		font-size: 32px;
		margin: 8px 0;
	}

	.countdown-timer-wrapper {
		margin: 25px 0;
	}

	.timer {
		gap: 10px;
	}

	.timer .timer-wrapper{
		width: 85px;
		height: 85px;
		border-width: 4px;
		margin: 5px;
	}

	.timer .timer-wrapper .time{
		font-size: 28px;
	}

	.timer .timer-wrapper .text{
		font-size: 10px;
		margin-top: 3px;
	}

	.newsletter-text {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.newsletter-form {
		max-width: 100%;
	}

	.new-text {
		height: 42px;
		font-size: 13px;
		padding: 0 12px;
	}

	.new-btn {
		height: 42px;
		font-size: 13px;
	}

	.social-link {
		margin-top: 20px;
		gap: 10px;
	}

	.social-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.logo-image{
		height:80px ;
		width: 80px;
	}
}

/* ===== EXTRA SMALL PHONES (max 360px) ===== */
@media (max-width: 360px) {
	.comming-soon {
		padding: 50px 10px 70px;
	}

	.logo h1{
		font-size: 20px;
	}

	.responsive-h2{
		font-size: 26px;
		letter-spacing: 0.05em;
	}

	.timer .timer-wrapper{
		width: 75px;
		height: 75px;
		border-width: 3px;
		margin: 3px;
	}

	.timer .timer-wrapper .time{
		font-size: 24px;
	}

	.timer .timer-wrapper .text{
		font-size: 9px;
	}

	.logo-image{
		height:80px ;
		width: 80px;
	}
}