* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	width: 100%;
}

h1,
h2,
h3,
button {
	font-family: "PT Serif", serif;
}

h1 {
	font-size: 60px;
	margin-bottom: 40px;
	color: #DAE2F8;
}

h2 {
	font-size: 40px;
}

p {
	font-size: 18px;
	line-height: 25px;
	font-family: 'Roboto';
}

.nav-sec {
	background-color: #dae2f8;
	height: 100px;
	text-align: center;
}

.logo {
	width: 100%;
  max-width: 190px;
  margin-top: 10px;
}

.sec {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 20px;
}

.bg-clr1 {
	background-color: #DAE2F8;
}

.bg-clr2 {
	background-color: #D6A4A4;
}

.bg-Clr3 {
	background-image: linear-gradient(to left, #dae2f8, #d6a4a4);
}

.hero-sec {
	margin: 0 auto;
	background-image: url("../assets/hero_img.jpg?ankf");
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	text-align: center;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
}

.hero-content {
	padding: 0px 90px;
}

.hero-content p {
	color: #DAE2F8;
}

.Join-Btn {
	margin-top: 40px;
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 15px;
	background-color: #dae2f8;
}

.Join-Btn:hover {
	background-color: #d6a4a4;
}

.banner-Btn {
	margin-top: 40px;
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 15px;
	background-color: #d6a4a4;
}

.banner-Btn:hover {
	background-color: #fff;
}

.about-sec {
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	gap: 80px;
}

.abt-1 {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 50%;
	gap: 30px;
}

.abt-text {
	max-width: 500px;
	max-width: 500px;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.abt-text h2 {
	margin-bottom: 20px;
}

.abt-2 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex: 50%;
}

.feature-sec {
	display: flex;
	/* justify-content: space-evenly; */
	gap: 30px;
}

.box {
	flex: 30%;
	border: 1px solid #D6A4A4;
	;
	padding: 30px;
	box-shadow: 10px 10px 5px #DAE2F8;
	text-align: center;
	border-radius: 15px;
}

.box img {
	border-radius: 7px;
}

.box h4 {
	font-size: 20px;
	margin: 20px 0;
}

.box p {
	font-size: 16px;
}

.banner-sec {
	text-align: center;
	margin: 0 auto;
}

.banner-sec h2 {
	margin-bottom: 40px
}

.logo-menu {
	display: flex;
	justify-content: space-between;
}

.FootMenu {
	display: flex;

}

.menu {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 15px;
	list-style: none;
}

.menu a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}

.footer {
	padding: 80px 20px 20px 20px;
}

.footsec {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.copyright {
	margin-top: 50px;
	text-align: center;
}

.policy {
	color: #D6A4A4;
	;
	text-align: center;
	margin-bottom: 30px;
}

/* Responsive */

@media(max-width:800px) {

	.nav-sec {
		background-color: #dae2f8;
		height: 80px;
		text-align: center;
	}

	.logo {
		width: 100%;
		max-width: 145px;
	}

	h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}

	h2 {
		font-size: 30px;
	}

	.sec {
		padding: 50px 20px;
	}

	.hero-sec {
		height: 500px;

	}

	.hero-content {
		padding: 0px 0px;
	}

	.hero-content p {
		font-size: 20px;
	}

	.about-sec {
		gap: 30px;
		display: flex;
		flex-direction: column;

	}

	.abt-1 {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 100%;
	}

	.abt-2 {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex: 100%;
	}

	.abt-text h2 {
		margin-bottom: unset;
	}

	.abt-2 img {
		max-width: 300px
	}


	.box {
		flex: 100%;
	}

	.box h4 {
		font-size: 20px;
	}

	.logo-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		list-style: none;

	}

	.footer {
		padding: 50px 20px 20px 20px;
	}

}

@media(max-width:700px) {
	.feature-sec {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		gap: 30px;
		text-align: center;
	}

	.box {
		width: 100%;
		max-width: 350px;
		text-align: center;
	}
}