/*
	Template Name 	: Awesome Responsive Coming Soon Bootstrap HTML5 Templates
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

html{
	height: 100%;
}

body{
	font-size: 16px;
	height: 100%;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}


.comming-soon{
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	position: relative;
	min-height: 100%;
	display: flex;
    align-items: center;
}

.comming-soon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.60);
}

.comming-soon .row{
	position: relative;
}

.countdown-timer-wrapper{
	text-align: center;
}

.timer .timer-wrapper{
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.timer .timer-wrapper .time{
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
}

.timer .timer-wrapper .text{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.position-static{
	position: static;
}

.comming-soon-info{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}

.comming-soon-info-inner{
	width: 100%;
}

.comming-soon-info h2{
	font-size: 44px;
	color: #fff;
	font-weight: 400;
	line-height: 1.4em;
}

.comming-soon-info h2 span{
	display: block;
	font-weight: 700;
}

.launch-date{
	margin: 20px 0;
	background: rgba(255,255,255,0.15);
	padding: 10px 20px 10px 0;
	position: relative;
}

.launch-date:before{
	content: '';
	width: 1000px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	background: rgba(255,255,255,0.15);
}

.opening-date{
	display: inline-block;
	margin-right: -5px;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.opening-date p{
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.opening-date p span{
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.countdown-timer-wrapper{
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

.timer .timer-wrapper .time{
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
}

.timer .timer-wrapper .text{
	display: inline-block;
	font-weight: 400;
	padding-right: 6px;
}

.btn-intro{
	position: relative;
	padding: 14px 0;
	padding-left: 70px;
	margin-top: 40px;
}

.btn-intro .icon-box{
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	background: #f4605c;
	padding-top: 12px;
	padding-left: 4px;
	font-size: 20px;
}

.btn-intro a{
	color: #fff;
}

.contact-form{
	background: #fff;
	padding: 50px 40px;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.title{
	color: #232323;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-form p{
	font-size: 13px;
	color: #918989;
}

.contact-form form{
	margin-top: 40px;
}

.contact-form .form-group{
	margin-bottom: 20px;
}

.contact-form .form-control{
	height: auto;
	border-radius: 40px;
	border: 1px solid #dedada;
	box-shadow: none;
	padding: 10px 20px 10px 46px;
	font-size: 14px;
}

.text-user{
	background: #f8f8fb url(../images/user.png) no-repeat left 10px center;
}

.text-email{
	background: #f8f8fb url(../images/email.png) no-repeat left 12px center;
}

.btn-contact{
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #f4605c;
	text-transform: uppercase;
	padding: 13px 30px;
	border-radius: 40px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-contact:hover{
	background: #212121;
}


/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:991px){	
	.comming-soon-info{
		position: relative;
		padding: 40px 0;
	}

}

@media only screen and (max-width:768px){
	.comming-soon-info h2{
		font-size: 28px;
	}
	
	.comming-soon{
		display: block;
		text-align: center;
	}
	
	.opening-date{
		display: block;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	.countdown-timer-wrapper{
		display: block;
		margin-top: 20px;
	}
	
	.btn-intro{
		max-width: 240px;
		margin: 30px auto 20px;
	}
	
	.launch-date{
		padding: 20px;
	}
	
	.launch-date:before{
		display: none;
	}
	
	.contact-form{
		margin: 0 auto 60px;
	}
}

@media only screen and (max-width:480px){
	.comming-soon-info h2{
		font-size: 22px;
	}
	
	.countdown-timer-wrapper{
		line-height: 2.5em;
		padding-left: 0;
	}
	
	.contact-form{
		padding: 40px 30px;
	}
	
	.timer .timer-wrapper .time{
		font-size: 20px;
	}

	.timer .timer-wrapper .text{
		font-size: 12px;
	}
}

/* ==========================================================================
   Studio Maya Custom Styling
   ========================================================================== */

.display-flex-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.brand-header {
	margin-bottom: 15px;
}

.brand-logo-img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	background: #fff;
	object-fit: cover;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-logo-img:hover {
	transform: scale(1.06);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.brand-title {
	font-size: 42px;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.brand-subtitle {
	font-size: 22px;
	color: #e0e0e0;
	font-weight: 400;
	margin-bottom: 20px;
}

.brand-subtitle span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #f4605c;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 4px;
}

/* Address Card */
.address-card {
	display: flex;
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 16px 20px;
	margin-top: 25px;
	color: #fff;
	text-align: left;
}

.address-icon {
	font-size: 24px;
	color: #f4605c;
	margin-right: 15px;
	margin-top: 2px;
	flex-shrink: 0;
}

.address-text h4 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.address-text p {
	font-size: 13px;
	line-height: 1.5;
	color: #e0e0e0;
	margin: 0;
}

/* Action Buttons */
.action-buttons {
	display: flex;
	gap: 12px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.btn-whatsapp {
	background: #25D366;
	color: #ffffff !important;
	padding: 11px 22px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-whatsapp:hover {
	background: #1da851;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
	color: #ffffff;
}

.btn-maps {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 11px 22px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	backdrop-filter: blur(5px);
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-maps:hover {
	background: rgba(255, 255, 255, 0.35);
	transform: translateY(-2px);
	color: #ffffff;
}

/* Right Panel Card */
.right-panel-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	margin: 20px auto;
	max-width: 480px;
}

.map-card-header {
	background: #1e1e24;
	color: #fff;
	padding: 14px 20px;
}

.map-card-header h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.5px;
}

.map-card-header h3 i {
	color: #f4605c;
	margin-right: 8px;
}

.map-container {
	width: 100%;
	line-height: 0;
}

.map-container iframe {
	width: 100%;
	height: 380px;
	border: 0;
}

.right-panel-card .contact-form {
	max-width: 100%;
	padding: 30px 30px;
}

.right-panel-card .contact-form .title {
	margin-bottom: 10px;
	font-size: 20px;
}