/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name : FutureGaz Coming Soon
	Version    : 1.1

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
	3. LEFT SECTION
	4. RIGHT SECTION

====================================================
*/

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	touch-action: manipulation;
}

body{
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #1f2a32;
	background: #f5f5f2;
}

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, input, button{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.25;
	font-weight: inherit;
}

h1, h2, h3{
	font-family: 'Inter', sans-serif;
}

p{
	line-height: 1.7;
	font-size: 1.05em;
	font-weight: 400;
	color: #596766;
}

h1{
	font-size: 4.1em;
	line-height: .95;
	letter-spacing: -0.04em;
	font-weight: 800;
}

h2{ font-size: 3em; line-height: 1.1; }
h3{ font-size: 2.5em; }
h4{ font-size: 1.15em; font-weight: 600; }
h5{ font-size: 1.05em; }
h6{ font-size: .9em; letter-spacing: 1px; }

a, button{
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all .25s ease;
	line-height: 1;
}

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{
	text-decoration: none;
	color: #3e5366;
}

b{ font-weight: 600; }

img{ width: 100%; }

li{
	list-style: none;
	display: inline-block;
}

span{ display: inline-block; }

button{
	outline: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

b.light-color{ color: #3e5366; }

.icon{
	font-size: 1.1em;
	display: inline-block;
	line-height: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before{
	line-height: inherit;
}


/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text{ text-align: center; }

.display-table{
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}

::-webkit-input-placeholder { font-size: .9em; letter-spacing: 1px; }
::-moz-placeholder { font-size: .9em; letter-spacing: 1px; }
:-ms-input-placeholder { font-size: .9em; letter-spacing: 1px; }
:-moz-placeholder { font-size: .9em; letter-spacing: 1px; }

.full-height{ height: 100%; }

.position-static{ position: static; }

.main-area{
	position: relative;
	height: 100vh;
}


/* ---------------------------------
3. LEFT SECTION
--------------------------------- */

.left-section{
	float: left;
	width: 50%;
	position: relative;
	background: #f5f5f2;
}

.left-section .logo{
	position: absolute;
	top: 34px;
	left: 0;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 34px;
}

.left-section .logo img{
	height: 34px;
	width: auto;
	max-width: none;
	display: block;
}

.left-section .main-content{
	padding: 44px 40px 40px 0;
	max-width: 620px;
}

.main-content .title{
	margin-bottom: 18px;
	color: #1f2a32;
	max-width: 9ch;
}

.main-content p{
	max-width: 560px;
}

.main-content .email-input-area{
	margin: 34px 0 16px;
	position: relative;
	width: 400px;
	height: 52px;
}

/* keeps compatibility if old form markup remains */
.main-content .email-input-area .email-input{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 40px;
	border: 1px solid rgba(31,42,50,.08);
	outline: 0;
	padding: 0 140px 0 25px;
	transition: all .2s;
	background: #eef1f0;
	box-shadow: inset 0 0 1px rgba(0,0,0,.04);
}

.main-content .email-input-area .email-input:focus{
	border-color: #6f8a83;
}

.main-content .email-input-area .submit-btn{
	width: 120px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: .92em;
	font-weight: 600;
	letter-spacing: .01em;
	border-radius: 0 40px 40px 0;
	transition: all .25s ease;
	background: #1f2a32;
	color: #fff;
}

.main-content .email-input-area .submit-btn:hover{
	background: #3e5366;
	color: #fff;
}

/* new contact CTA */
.contact-cta-area{
	margin: 34px 0 10px;
}

.contact-button{
	display: inline-block;
	padding: 15px 24px;
	border-radius: 999px;
	background: #1f2a32;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: .01em;
	box-shadow: 0 10px 24px rgba(31,42,50,.12);
}

.contact-button:hover{
	background: #3e5366;
	color: #fff !important;
	transform: translateY(-1px);
}

.contact-email{
	margin-top: 16px;
	font-size: 1rem;
}

.contact-email a{
	color: #1f2a32;
	text-decoration: none;
	font-weight: 700;
}

.contact-email a:hover{
	color: #3e5366;
}

.main-content .post-desc{
	margin-top: 16px;
	color: #7a8684;
}

.left-section .footer-icons{
	position: absolute;
	bottom: 30px;
	display: none;
}

/* footer note replacement */
.footer-note{
	position: absolute;
	bottom: 30px;
	left: 0;
	font-size: .88rem;
	color: #7a8684;
}


/* ---------------------------------
4. RIGHT SECTION
--------------------------------- */

.right-section{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-size: cover;
	background-position: 62% center;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}

.right-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 32, 38, 0.22);
	z-index: 1;
}

.right-section:after{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background:
		linear-gradient(to bottom, rgba(255,255,255,.06), rgba(0,0,0,.06)),
		linear-gradient(to right, rgba(31,42,50,.10), rgba(62,83,102,.08));
}

.right-section .display-table{
	position: relative;
	z-index: 2;
}

#rounded-countdown{
	width: 80%;
	margin: 0 auto;
}