body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
}

.head-container {
	background-color: white;
	padding: 0% 4%;
	padding-top: 100px;
	height: 100%;
}

.logo {
	margin-top: 3px;
	width: 100px;
}

h1 {
	font-size: 26px;
	text-align: center;
	font-family: "poppins";
	font-weight: 500;
	color: #414141;
	line-height: 1.2;
	margin: 0;
}

.headline {
	color: #414141;
	font-family: "poppins";
	line-height: 1.2;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
	margin: 10px 0 15px 0;
}

.btn {
	display: block;
	background-color: #4C54D7;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "poppins";
	text-decoration: none;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 40px;
	border: none;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.imp {
	text-align: center;
	font-size: 10px;
	font-family: "poppins";
	margin: 0;
	margin-top: 5px;
	font-style: italic;
	color: #4C54D7;
}

h2 {
	font-size: 19px;
	text-align: left;
	font-family: "poppins";
	font-weight: 500;
	color: #414141;
	line-height: 1.2;
	margin: 0px 4%;
	letter-spacing: 0;
}

.headline2 {
	color: rgb(65, 65, 65, 0.8);
	font-family: "poppins";
	line-height: 1.2;
	font-size: 12px;
	text-align: left;
	font-weight: 300;
	margin: 8px 4% 10px 4%;
}

.point {
	padding: 0 4%;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px;
	font-size: 12px;
	color: rgb(65, 65, 65, 0.8);
	font-family: "poppins";
	line-height: 1.2;
}

.sign {
	background-color: #f6f6f6;
	width: fit-content;
	border: 1px solid #4C54D7;
	padding: 10px 20px;
	color: #4c54d7;
	font-family: "poppins";
	margin: 0px 4%;
	border-radius: 5px;
	font-size: 12px;
}

.footer {
	background-color: white;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 4%;
}

.footer-container {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu {
	width: 100%;
}

.footer-menu {
	color: rgb(51, 51, 51, 0.5);
	font-size: 13px;
	font-family: "poppins";
	text-decoration: none;
}

.copyright {
	text-align: center;
	font-size: 11px;
	font-family: "poppins";
	color: rgb(65, 65, 65, 0.8);
	margin: 0;
	margin-top: 20px;
	padding-bottom: calc(25px + env(safe-area-inset-bottom));
}

.follow-us {
	border-bottom: 1px solid rgb(51, 51, 51, 0.5);
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 5px 0px 15px 0px;
	margin-bottom: 10px;
}

.follow {
	color: #414141;
	font-size: 14px;
	font-family: "poppins";
	margin: 0;
}

.homelogo{
	width: 100%;
	display: block;
	align-items:center;
	justify-content: center;
	margin: 0 auto;	
	margin-top: 20px;
}

.brand {
	background-color: rgb(189, 189, 189, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 100%;
}

.footerlogo {
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	display: block;
	width: 150px;
	margin-top: 35px;
}