@charset "UTF-8";
body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #DBD9D0;
}

body a {
	text-decoration: none;
}

.onboarding-5 {
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.page {
	height: 100vh;
	width: 100vw;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.logo-frame {
	overflow: hidden;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background-color: #D86B32;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-frame img {
	width: 90px;
	height: 90px;
}

.text-box {
	height: 75vh;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	margin: 0px 28px;
}

.text-alignment {
	height: fit-content;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.text-box h1 {
	font-size: 26px;
	color: #1B2727;
	margin: 0;
	font-weight: 600;
}

.text-box p {
	font-size: 12px;
	color: #1B2727;
	margin: 5px;
	padding: 5px 50px;
}

.pagination {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination button {
	color: white;
	background-color: #3C6C60;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
}

.pagination button:active,
.pagination button:hover {
	background-color: #254136;
}

.get-started {
	width: 80vw;
	
}

.page-5 {
	background-image: url("Images/intro5.jpg");
	background-position: center;
	background-size: cover;
}
