@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.why_choose_card_title {
	font-family: "Poppins", serif;
	font-weight: 500;
	font-size: 15px;
	margin-top: 5px;
}

.btn_enroll {
	background-color: #ffbcd294;
	color: rgb(62, 0, 0);
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.btn_enroll:hover {
	background-color: #5f0021ca;
	color: white;
	font-weight: 500;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
}

.landing_page {
	width: 100%;
	height: 85vh;
	max-height: 1000px;
	min-height: 500px;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	object-fit: cover;
}

.background_image {
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-repeat: no-repeat;
}

.list_design {
	list-style: none;
}

.homepage_carousel {
	height: 400px;
	width: 100%;
}

.details_container {
	max-width: 700px;
	min-width: 280px;
	width: 90%;
	max-height: 700px;
	background-color: rgba(138, 0, 0, 0.305);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	flex-direction: column;
}

.button_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 55px;
	gap: 10px;

}

.navbar_button {
	background-color: #420b1e;
	color: white;
	border: none;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
}

.aboutus_card {
	background-color: #cb0047;
	background-image: url(img/Image-5.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 10px;
	border-radius: 20px;
	min-width: 280px !important;
	transition: all 300ms;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.aboutus_card:hover {
	transform: scale(1.05);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.why_choose_card {
	background-color: #cb0047;
	background-image: url(img/image5.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 10px;
	border-radius: 20px;
	min-width: 280px !important;
	transition: all 300ms;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.why_choose_card:hover {
	transform: scale(1.05);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.heading_text {
	color: #b80040;
	text-transform: uppercase;
}

.aboutus_card_content {
	background-color: rgb(66 11 30 / 61%);
	border-radius: 10px;
	height: 100%;
	width: 100%;
	padding: 10px;
}


@media (max-width: 768px) {
	.background_image {
		width: 100%;
		background-size: cover;
		background-position: center;
		display: flex !important;
		justify-content: center;
		align-items: flex-end;
		background-repeat: no-repeat;
	}

}