@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato';

}

body,
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}



.image-fit {
	width: 100%;
	height: 100%;
}


.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

/* Add light black overlay */
.slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.slide h2 {
	font-family: 'Lato';
	font-weight: 200;
	font-size: 55px;
	z-index: 2;
	padding-top: 1.2rem;
	border-radius: 8px;
	color: rgba(240, 250, 255, 1);
	position: relative;
	text-shadow: none;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 100;
	bottom: -25%;
}


/* Keep image behind everything */
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 0;
}

.slide.active {
	opacity: 1;
}

.quick-links-container {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	/* Perfectly center horizontally */
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-quick-link img {
  max-width: 10rem;  /* responsive size */
  height: auto;
  border-radius: 8px;
	max-width: 180px;
	/* responsive size */
	height: auto;
	border-radius: 8px;
}


.text-show-m {
	/* font-weight: 700; */
	/* font-style: Bold; */
	/* font-size: 63px; */
	/* color: rgba(240, 250, 255, 1); */
}

.reallives-logo {
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 2;
}

.reallives-logo-width {
	width: 174px;
	height: 60px;
}

.second-btn-background {
	/* background: linear-gradient(
		92.82deg,
		rgba(5, 224, 255, 0.7) 0%,
		rgba(14, 132, 148, 0.7) 63.46%
	); */
}

.ankar-style {
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	text-align: center;
	color: #9fedf8;
	text-decoration: none;
	position: relative;

}

.button-quick-link {
	height: 50px;
	border-radius: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
}

.quick-text-title {
	font-weight: 500;
	font-size: 22px;
	color: #9fedf8;
}

.icon-svg-box {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-svg-box>img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.color-white {
	color: white;
}

.header-logo-login {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 10;
	padding: 1.5rem 1.5rem;
	width: 100%;
}

.logo {
	width: 3rem;
}



@media (max-width: 1280px) {
	.slide h2 {
		font-size: 45px;
	}

	.text-show-m {
		font-size: 49px;
	}

	.quick-text-title {
		font-size: 21px;
	}

	.icon-svg-box {
		width: 28px;
	}

	.button-quick-link img {
		max-width: 150px;
	}
}

@media (max-width: 1180px) {
	.slide h2 {
		font-size: 42px;
	}

	.text-show-m {
		font-size: 47px;
	}

	.quick-text-title {
		font-size: 19px;
	}

	.icon-svg-box {
		width: 27px;
	}
}

@media (max-width: 1104px) {
	.slide h2 {
		font-size: 42px;
	}

	.text-show-m {
		font-size: 47px;
	}

	.quick-text-title {
		font-size: 19px;
	}

	.icon-svg-box {
		width: 27px;
	}
}

@media (max-width: 1024px) {
	.slide h2 {
		font-size: 40px;
	}

	.text-show-m {
		font-size: 45px;
	}

	.quick-text-title {
		font-size: 17px;
	}

	.icon-svg-box {
		width: 25px;
	}
}

@media(max-width:991px) {
	.login {
		width: 100px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 160px;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 32px;
	}
}

@media(max-width:800px) {
	.login {
		width: 100px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 150px;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 28px;
	}
}

@media (max-width: 700px) {
	.login {
		width: 100px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 150px;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 28px;
	}
}

@media (max-width: 600px) {
	.login {
		width: 100px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 150px;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 27px;
	}
}

@media (max-width: 520px) {
	.login {
		width: 100px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 140px;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 27px;
	}

}

@media (max-width: 430px) {
	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 125px;
	}


	.slide h2 {
		font-weight: 400;
		font-size: 25px;
	}



}

@media(max-width:375px) {
	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 120px;
	}

	.login {
		width: 90px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 25px;
	}


}

@media (max-width: 360px) {
	.logo {
		width: 3rem;
	}

	.quick-links-container {
		bottom: 4%;
	}

	.button-quick-link {
		width: 120px;
	}

	.login {
		width: 90px;
		height: 40px;
	}

	.login>img {
		width: 100%;
		height: 100%;
	}

	.slide h2 {
		font-weight: 400;
		font-size: 25px;
	}

}