/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Sofia Pro Reg';
	font-weight: normal;
}
body {
	background: #F1F2E9;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
	text-decoration: none;
}
p {} h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #060606;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #18CD8A;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.04em;
	color: #000000;
	margin: 0;
}
p {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.04em;
	color: #000000;
}
p:last-child {
	margin-bottom: 0;
}

/** ================== // COMING SOON PAGE CSS START // ================== **/
.coming-soon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.coming-soon-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.coming-soon-logo {
    margin-bottom: 28px;
}
@media (min-width:1920px) {
	.container {
	    max-width: 59.38vw;
	    padding: 0 0.78vw;
	}
	.coming-soon-logo img {
        width: 15.47vw;
	}
	.coming-soon-logo {
	    margin-bottom: 2.04vw;
	}
	h1, p {
	    font-size: 1.67vw;
	    line-height: 1.67vw;
	}
}
/** ================== // COMING SOON PAGE CSS END // ================== **/

/** ================== // COMING SOON PAGE RESPONSIVE CSS START // ================== **/

@media (max-width:1199px) {
	.coming-soon-logo img {
	    max-width: 220px;
	}
	.coming-soon-logo {
	    margin-bottom: 20px;
	}
	h1, p {
	    font-size: 32px;
	    line-height: 32px;
	}
}
@media (max-width:575px) {
	.coming-soon-logo img {
	    max-width: 180px;
	}
	h1, p {
	    font-size: 26px;
	    line-height: 26px;
	}
}
/** ================== // COMING SOON PAGE RESPONSIVE CSS END // ================== **/
