@charset "utf-8";

.onboarding{
	position: absolute;
}

.page1{
	width: 100vw;
	height: 100vh;
  transform: translateX(0); /* Move into view */
	overflow-x: hidden;
	overflow-y: hidden;
}

body, html{
	width: 100vw;
	height: 100vh;
	overflow: hidden !important;
	padding: 0;
	margin: 0;
	font-family: "Montserrat";
}

/* ONBOARDING PAGE 1 */

.skip{
	font-size: 1em;
	font-family: "Montserrat";
	font-weight: 700;
	color: #00C3B1;
	background-color: white;
	float: right;
    cursor: pointer;
    display: inline-block;
	border: none;
	padding-top: 3%;
	padding-right: 10%;
}

h1{
	text-align: center;
	font-size: 1.5em;
	font-family: "Montserrat";
	font-weight: 700;
	padding-top: 16%;
	padding-bottom: 8%;
}

.img-ob1{
	height:9em;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-bottom: 8%;
}

p{
	text-align: center;
	font-size: 0.75em;
	font-family: "Montserrat";
	font-weight: 600;
	padding: 2% 8%;
}

.arrow-right{
	float: right;
	width: 1em;
	position: absolute;
	padding-left: 21em;
	margin-top: -1.2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 5em;
}

.dot {
  width: 0.5625em;
  height: 0.5em;
  margin: 0 0.3125em;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s;
}

.dot.active {
	background-color: #00C3B1;
	width: 0.75em;
	height: 0.6875em;
	margin-top: -0.125em;
}

/* ONBOARDING PAGE 2 */

.page2 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%); /* Start off-screen to the right */
  transition: transform 0.5s ease; /* Smooth transition */
}

.ob2h1{
	text-align: center;
	font-size: 1.5em;
	font-family: "Montserrat";
	font-weight: 700;
	padding-top: 18%;
	padding-bottom: 10%;
}

.img-ob2{
	height: 8em;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.p2{
	text-align: center;
	font-size: 0.75em;
	font-family: "Montserrat";
	font-weight: 600;
	padding-top: 6%;
	padding-left: 8%;
	padding-right: 8%;
	  align-content: center;
	justify-content: center;

}

.arrow-left2{
	float: left;
	width: 1em;
	position: absolute;
	padding-left: 5em;
	margin-top: -1.2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.arrow-right2{
	float: right;
	width: 1em;
	position: absolute;
	margin-left: 20.5em;
	margin-top: -1.2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.pagination2 {
 	 display: flex;
  justify-content: center;
  margin-top: 5em;
}

.dot2 {
	width: 0.5625em;
  height: 0.5em;
  margin: 0 0.3125em;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s;
}

.dot.active2 {
background-color: #00C3B1;
	width: 0.75em;
	height: 0.6875em;
	margin-top: -0.125em;
}

/* ONBOARDING PAGE 3 */

.page3 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%); /* Start off-screen to the right */
  transition: transform 0.5s ease; /* Smooth transition */
}

.ob3h1{
	text-align: center;
	font-size: 1.5em;
	font-family: "Montserrat";
	font-weight: 700;
	padding-top: 18%;
	padding-bottom: 10%;
}

.img-ob3{
	height: 8em;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.p3{
	text-align: center;
	font-size: 0.75em;
	font-family: "Montserrat";
	font-weight: 600;
	padding-top: 10%;
	padding-left: 8%;
	padding-right: 8%;
	  align-content: center;
	justify-content: center;
}

.arrow-left3{
	float: left;
	width: 1em;
	position: absolute;
	padding-left: 4em;
	margin-top: -2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.arrow-right3{
	float: right;
	width: 1em;
	position: absolute;
	margin-left: 21em;
	margin-top: -2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.pagination3 {
 	 display: flex;
  justify-content: center;
	margin-top: 7em;
}

.dot3 {
	width: 0.5625em;
  height: 0.5em;
  margin: 0 0.3125em;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s;
	margin-top: -1.5em;
}

.dot.active3 {
background-color: #00C3B1;
	width: 0.75em;
	height: 0.6875em;
	margin-top: -1.6em;
}

/* ONBOARDING PAGE 4 */
.page4 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%); /* Start off-screen to the right */
  transition: transform 0.5s ease; /* Smooth transition */
}

.ob4h1{
	text-align: center;
	font-size: 1.5em;
	font-family: "Montserrat";
	font-weight: 700;
	padding-top: 18%;
	padding-bottom: 8%;
}

.img-ob4{
	height: 8em;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.p4{
	text-align: center;
	font-size: 0.75em;
	font-family: "Montserrat";
	font-weight: 600;
	padding-top: 6%;
	padding-left: 8%;
	padding-right: 8%;
	align-content: center;
	justify-content: center;
}

.arrow-left4{
	float: left;
	width: 1em;
	position: absolute;
	padding-left: 3.5em;
	margin-top: -1.2em;
	cursor: pointer;
  	background: none;
  	border: none;
}

.pagination4 {
 	 display: flex;
  justify-content: center;
	margin-top: 4em;
}

.dot4 {
	width: 0.5625em;
  height: 0.5em;
  margin: 0 0.3125em;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s;
}

.dot.active4 {
background-color: #00C3B1;
	width: 0.75em;
	height: 0.6875em;
	margin-top: -0.125em;
}

.obbtn{
	display: flex;
	justify-content: center;
	padding-top: 7%;
}

.oblogin {
  background-color: #00C3B1; 
  color: white;
  font-size: 0.75em; /* Scalable font size */
  font-weight: bold;
  border: none;
  border-radius: 0.5em; /* Rounded corners */
  padding: 0.8em 7.5em; /* Button padding */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat";
	font-weight: 700;
	margin-top: 1.5em;
}

.oblogin:hover {
  background-color: #A4A4A4;
  color: white;
}

.oblogin:active {
  background-color: #14DDCA;
  color: white;
}

