@charset "UTF-8";
body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #DBD9D0;
}

body a {
	text-decoration: none;
}

.onboarding-2 {
	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: 20vh;
	display: flex;
	align-items: center;
	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: 28px;
	color: white;
	margin: 0;
	font-weight: 600;
}

.text-box p {
	font-size: 12px;
	color: white;
	margin: 5px;
	padding: 5px 50px;
}

.pagination {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 80px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination button {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: white;
	font-size: 16px;
	font-weight: 400;
}

.pagination-alignment {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.dots {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dots img {
	width: 90px;
}

.next-button,
.back-button {
	margin: 0 25px;
	cursor: pointer;
}

.page-2 {
	background-image: url("Images/intro2.jpg");
	background-position: center;
	background-size: cover;
}
