@media screen and (max-width: 767px) {
	html {
		font-size: 55.5%;
	}

	.ekantra_landingPage {
		height: 100vh;
		background: #2e76ae;
		display: flex;
		flex-direction: column;
		padding-left: 5%;
		overflow: hidden;
		justify-content: center;
		position: relative;
		padding-top: 10rem;
	}

	.ekantra_landingPage-title {
		font-size: 7rem;
	}

	.ekantra_landingPage-arrow {
		display: flex;
		width: 70%;
		margin-left: auto;
		position: absolute;
		top: 0;
		right: 0;
		height: auto;
	}

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

	.ekantra_landingPage-arrowImg {
		position: relative;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
	html {
		font-size: 50.5%;
	}

	.ekantra_landingPage-title {
		font-size: 10rem;
	}

	.ekantra_landingPage-arrow {
		width: 50%;
		height: 63vh;
	}

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

@media screen and (min-width: 1184px) and (max-width: 1399px) {
	html {
		font-size: 50.5%;
	}
	.ekantra_landingPage-arrow-logo {
		width: 34rem;
	}
	.ekantra_landingPage-title {
		font-size: 13rem;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
	html {
		font-size: 50.5%;
	}
	.ekantra_landingPage-arrow-logo {
		width: 34rem;
	}
	.ekantra_landingPage-title {
		font-size: 13rem;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
	.ekantra_landingPage-arrow-logo {
		width: 34rem;
		bottom: 20rem;
	}
}
