:root {
}

/* Ibrand Regular */
@font-face {
	font-family: "Ibrand";
	src: url("/assets/fonts/Ibrand.woff2") format("woff2"),
		url("/assets/fonts/Ibrand.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap; /* good CLS/perf */
}

*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: red;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
	padding: 10px;
}

*::-webkit-scrollbar-track {
	background: red;
}

*::-webkit-scrollbar-thumb {
	background-color: #000;
}

::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

html {
	font-size: 62.5%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	line-height: 1;
	font-family: "Ibrand";
}

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

ol,
ul,
li {
	list-style: none;
}

a {
	outline: none;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

main {
	display: block;
}

section {
	display: flex;
	flex-direction: column;
	width: 100%;
}

img {
	border-style: none;
}

.img-res {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

/* ! Global css */
.cnt {
	width: 100%;
	margin: 0 auto;
}

/* ! Header */

/* ! Footer */
.ekantra_landingPage {
	height: 100vh;
	background: #2e76ae;
	display: flex;
	flex-direction: row;
	padding-left: 5%;
	overflow: hidden;
}

.ekantra_landingPage-title {
	color: #ff8f2b;
	font-size: 15rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ekantra_landingPage-arrow {
	display: flex;
	width: 45%;
	margin-left: auto;
	height: 90vh;
	position: relative;
}

.ekantra_landingPage-arrowImg {
	width: 100%;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}

.ekantra_landingPage-arrow-logo {
	position: absolute;
	left: 5%;
	bottom: 15rem;
}

.ekantra_landingPage-title {
	display: inline-flex; /* keep words on one line */
	overflow: hidden; /* hides the slide-in from below */
}
.ekantra_landingPage-title span {
	display: inline-block;
	transform-origin: 50% 100%; /* pivot at the bottom edge */
}
