* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

/* .wrapper-secondary {
	width: 85%;
	margin: 0 auto;
} */
#spotlight {
	/* padding: 200px 0 200px; */
	padding: 140px 0;
}

#spotlight .title {
	display: flex;
	flex-direction: column;
}

#spotlight .title h1 {
	color: #ffffff;
	font-weight: 600;
	font-size: 57px;
}

#spotlight .title p {
	color: #ffffff;
	letter-spacing: 0.5px;
	width: 41%;
}
#details {
	padding: 100px 0;
}
#details .body {
	display: flex;
	/* align-items: center; */
	/* justify-content: space-between; */
	gap: 150px;
	margin-bottom: 30px;
}
#details .body .left {
	width: 40%;
	height: 350px;
}
#details .body .left img.ground {
	width: 100%;
	height: 100%;
	display: block;
}
#details .body .right {
	width: 40%;
}
#details .body .right span.name {
	margin-bottom: 20px;
	display: block;
	color: #232323;
	opacity: 0.5;
}
#details .body .right h2.heading {
	color: #232323;
	margin-bottom: 30px;
}
#details .body .right h2.heading span.blue {
	color: #054289;
}
#details .body .right p.paragraph {
	line-height: 1.6em;
	font-size: 20px;
}
/*  */
#faculty-members {
	padding: 100px 0px;
}

#faculty-members .wrapper {
}

#faculty-members .items {
}

#faculty-members .items h2 {
	font-size: 34px;
	font-family: "poppinsregular";
	font-weight: 500;
	text-align: center;
}

#faculty-members .items ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-top: 55px;
}

#faculty-members .items ul li {
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 20px;
	text-align: center;
}

#faculty-members .items li:hover {
	border: 1px solid transparent;
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#faculty-members .items ul li .img-container {
	width: 85%;
	margin: 0 auto 20px;
}

#faculty-members .items ul li .img-container img {
	width: 100%;
	display: block;
}

#faculty-members .items ul li h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 8px;
}

#faculty-members .items ul li span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #232323;
	opacity: 0.6;
}

/* student club */
#student-clubs {
	padding: 80px 0;
	background: #f9f9f9;
}
#student-clubs div.top {
}
#student-clubs div.top h2.heading {
	color: #141414;
	text-align: center;
}
#student-clubs div.top p.paragraph {
	text-align: center;
	width: 58%;
	margin: 20px auto 30px;
	color: #141414;
}
/* #student-clubs .club-cards {
	margin-top: 64px;
	width: 100%;
	column-gap: 25px;
	row-gap: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#student-clubs .club-cards .card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 20px;
	overflow: hidden;
}

#student-clubs .club-cards .card:hover {
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid transparent;
}

#student-clubs .club-cards .card:hover .img-container img {
	transform: scale(1.1);
}

#student-clubs .club-cards .card .img-container {
	height: 200px;
	overflow: hidden;
	border-radius: 12px;
}

#student-clubs .club-cards .card .img-container img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.2s;
}

#student-clubs .club-cards .card .details {
	margin-top: 28px;
}

#student-clubs .club-cards .card .details h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 8px;
}

#student-clubs .club-cards .card .details p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #828282;
	font-family: "poppins-light";
} */
.cards-container {
	margin-top: 64px;
	width: 100%;
	column-gap: 25px;
	row-gap: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.cards-container .card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 20px;
	overflow: hidden;
}

.cards-container .card:hover {
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid transparent;
}

.cards-container .card:hover .img-container img {
	transform: scale(1.1);
}

.cards-container .card .img-container {
	/* width: 320px; */
	height: 200px;
	overflow: hidden;
	border-radius: 12px;
}

.cards-container .card .img-container img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.2s;
}

.cards-container .card .details {
	margin-top: 28px;
}

.cards-container .card .details h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 8px;
}

.cards-container .card .details p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #828282;
}
/* student cells */
#student-cells {
	padding: 80px 0;
	background: #1e2238;
}
#student-cells div.top {
}
#student-cells div.top h2.heading {
	color: #fff;
	text-align: center;
}
#student-cells div.top p.paragraph {
	text-align: center;
	width: 58%;
	margin: 20px auto 30px;
	color: #fff;
}
#student-cells .club-cards {
	margin-top: 64px;
	width: 100%;
	column-gap: 25px;
	row-gap: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#student-cells .club-cards .card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 20px;
	overflow: hidden;
}

#student-cells .club-cards .card:hover {
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid transparent;
}

#student-cells .club-cards .card:hover .img-container img {
	transform: scale(1.1);
}

#student-cells .club-cards .card .img-container {
	/* width: 320px; */
	height: 200px;
	overflow: hidden;
	border-radius: 12px;
}

#student-cells .club-cards .card .img-container img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.2s;
}

#student-cells .club-cards .card .details {
	margin-top: 28px;
}

#student-cells .club-cards .card .details h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 8px;
}

#student-cells .club-cards .card .details p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #828282;
}
/* programs */
#programs {
	padding: 80px 0;
	background: #f9f9f9;
}

#programs .program-cards {
	margin: 0 40px;
}
#programs .program-cards .card {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	border-radius: 24px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	/* height: 268px; */
}
#programs .program-cards .card:last-child {
	margin-bottom: 0;
}
#programs .program-cards .card:hover {
	box-shadow: 7px 11px 30px 0px #0000000f;
	border: none;
}
#programs .program-cards .left {
}
#programs .program-cards .left img.program-image {
	display: inline-block;
	/* width: 230px; */
	width: 416px;
	height: 292px;
	border-radius: 12px;
	/* height: 225px; */
	object-fit: cover;
}
#programs .program-cards .right {
}
#programs .program-cards .right h4.program-heading {
	color: #141414;
	font-size: 26px;
	margin-bottom: 10px;
}
#programs .program-cards .right p.paragraph {
	font-size: 16px;
	line-height: 26px;
}
/* support activities */
#activities {
	padding: 80px 0;
}
#activities div.top {
}
#activities div.top h2.heading {
	color: #141414;
	text-align: center;
}
#activities div.top p.paragraph {
	text-align: center;
	width: 58%;
	margin: 20px auto 30px;
	color: #141414;
}
#activities .activity-cards {
	margin-top: 64px;
	width: 100%;
	column-gap: 25px;
	row-gap: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#activities .activity-cards .card {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 20px;
	overflow: hidden;
}

#activities .activity-cards .card:hover {
	box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid transparent;
}

#activities .activity-cards .card:hover .img-container img {
	transform: scale(1.1);
}

#activities .activity-cards .card .img-container {
	/* width: 320px; */
	height: 200px;
	overflow: hidden;
	border-radius: 12px;
}

#activities .activity-cards .card .img-container img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.2s;
}

#activities .activity-cards .card .details {
	margin-top: 28px;
}

#activities .activity-cards .card .details h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #232323;
	margin-bottom: 8px;
}

#activities .activity-cards .card .details p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #828282;
}
/* responsive */
@media all and (max-width: 1280px) {
	#student-clubs .club-cards .card .details p {
		font-size: 15px;
	}
	#student-clubs .club-cards .card .img-container {
		height: 205px;
	}
	#student-cells .cell-cards .card .details p {
		font-size: 15px;
	}
	#student-cells .cell-cards .card .img-container {
		height: 205px;
	}
	#activities .activity-cards .card .details p {
		font-size: 15px;
	}
	#activities .activity-cards .card .img-container {
		height: 205px;
	}
	#programs .program-cards {
		margin: 0;
	}
	#programs .program-cards .left img.program-image {
		width: 270px;
	}
	#programs .program-cards .right p.paragraph {
		text-align: justify;
	}
	#faculty-members .items ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media all and (max-width: 1080px) {
	#spotlight .title {
		width: 100%;
	}
	/* #student-clubs .club-cards {
		grid-template-columns: 1fr 1fr;
	} */
	#student-clubs div.top p.paragraph {
		width: 75%;
	}
	.cards-container .card .details p {
		font-size: 14px;
	}
}
@media all and (max-width: 980px) {
	#spotlight .title h1 {
		font-size: 44px;
		line-height: 64px;
	}
	#spotlight .title p {
		width: 77%;
	}
	#faculty-members .items ul {
		grid-template-columns: repeat(3, 1fr);
	}
	#faculty-members .items ul li h3 {
		font-size: 18px;
	}
	#faculty-members .items ul li span {
		font-size: 15px;
	}
	#student-clubs .student-cards {
		margin: 0;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	/* #student-clubs .student-cards .card {
		flex: 0 0 auto;
		width: 370px;
	} */
	#student-clubs {
		padding: 60px 0;
	}
	.cards-container {
		grid-template-columns: 1fr 1fr;
	}
	#programs .program-cards .card {
		flex-direction: column;
	}
	#programs .program-cards .right {
		text-align: center;
	}
	#programs .program-cards .right p.paragraph {
		font-size: 14px;
	}
	#programs .program-cards .right h4.program-heading {
		font-size: 24px;
	}
}

@media all and (max-width: 768px) {
	#spotlight .title h1 {
		font-size: 42px;
	}
	#spotlight .title p {
		font-size: 14px;
		width: 80%;
	}
	#faculty-members .items ul {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 50px;
	}
	.cards-container .card .img-container {
		height: 170px;
	}
	.cards-container .card .details p {
		line-height: 20px;
		text-align: center;
	}

	.cards-container .card .details h3 {
		text-align: center;
		font-size: 18px;
	}
	#programs .program-cards .left img.program-image {
		height: 230px;
		width: 300px;
	}
	#student-clubs div.top p.paragraph {
		width: 90%;
	}
	#student-cells div.top p.paragraph {
		width: 90%;
	}
	#activities div.top p.paragraph {
		width: 90%;
	}
	#activities div.top h2.heading {
		font-size: 30px;
	}
	#student-cells div.top h2.heading {
		font-size: 30px;
	}
	#student-clubs div.top h2.heading {
		font-size: 30px;
	}
	.cards-container .card {
		border-radius: 10px;
	}
	#faculty-members .items h2 {
		font-size: 30px;
	}
	#faculty-members .items ul li h3 {
		font-size: 16px;
	}
	#faculty-members .items ul li span {
		font-size: 14px;
	}
}
@media all and (max-width: 640px) {
	/* #spotlight .title {
		width: 49%;
	} */
	#spotlight .title {
		width: 80%;
	}
	#spotlight .title p {
		width: 75%;
	}
	.cards-container {
		grid-template-columns: 1fr;
	}
	.container {
		width: 100%;
	}
	#spotlight .title {
		width: 100%;
		text-align: center;
	}
	#spotlight .title p {
		width: 100%;
	}
	#faculty-members .items ul li h3 {
		font-size: 14px;
	}
	#faculty-members {
		padding: 70px 0px;
	}
	faculty-members .items ul li .img-container {
		width: 100%;
	}
	#student-clubs div.top h2.heading {
		font-size: 28px;
	}
	#student-cells div.top h2.heading {
		font-size: 28px;
	}
	#programs .program-cards .right h4.program-heading {
		font-size: 20px;
	}
	#student-cells div.top p.paragraph {
		width: 100%;
		font-size: 14px;
	}

	#programs .program-cards .right p.paragraph {
		line-height: 22px;
	}
	#student-clubs div.top p.paragraph {
		width: 100%;
		font-size: 14px;
	}
	#activities div.top h2.heading {
		font-size: 28px;
	}
	#activities div.top p.paragraph {
		font-size: 14px;
		width: 100%;
	}
}
@media all and (max-width: 480px) {
	#spotlight {
		padding: 60px 0 60px;
	}
	#spotlight .title {
		/* width: 68%; */
		width: 100%;
	}
	#spotlight .title h1 {
		font-size: 28px;
	}
	#spotlight .title p {
		font-size: 14px;
		margin-top: 0;
	}
	#faculty-members {
		padding: 50px 0px;
	}
	#faculty-members .items ul {
		grid-template-columns: 1fr;
		margin-top: 25px;
	}
	#faculty-members .items ul li .img-container {
		width: 75%;
	}
	#student-clubs {
		padding: 50px 0 50px;
	}
	#student-clubs p.paragraph {
		width: 100%;
	}
	#faculty-members .items h2 {
		font-size: 26px;
	}
	#student-cells{
		padding: 50px 0px;
	}
	#programs{
		padding: 50px 0px;
	}
	#activities {
		padding: 50px 0;
	}
	#programs .program-cards .right p.paragraph {
		font-size: 14px;
	}
	#programs .program-cards .left img.program-image {
		height: 204px;
		width: 234px;
	}
	#programs .program-cards .right h4.program-heading {
		font-size: 18px;
	}
}
@media all and (max-width: 360px) {
	#spotlight .title h1 {
		/* font-size: 18px; */
		line-height: 30px;
	}
	#faculty-members .items ul {
		grid-template-columns: repeat(1, 1fr);
	}
	#activities div.top h2.heading {
		font-size: 24px;
	}
	#activities {
		padding: 50px 0;
	}
	#programs {
		padding: 50px 0;
	}
	#programs .program-cards .left img.program-image {
		height: 165px;
		width: 215px;
	}
	#programs .program-cards .right h4.program-heading {
		font-size: 16px;
	}
	#faculty-members .items h2 {
		font-size: 22px;
	}
	#faculty-members .items ul li h3 {
		margin-bottom: 0;
	}
}
#activities .activity-cards .slick-list .slick-track {
	padding-bottom: 20px;
}
#activities .activity-cards {
}
#activities .activity-cards .card {
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 12px;
	box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
#activities .activity-cards .card .image {
	border-radius: 10px;
	overflow: hidden;
}
#activities .activity-cards .card .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
#activities .activity-cards .card .left {
}
#activities .activity-cards .card .left .magazine-name {
	font-size: 16px;
	color: #232323;
}
#activities .activity-cards .card .left .author {
	font-size: 14px;
	color: #828282;
}

#activities .button-box {
	display: flex;
	justify-content: space-between;
	width: 87%;
	margin: 0 auto;
	position: absolute;
	/* top: 45%; */
	z-index: 10;
	left: 0;
	right: 0;
}
#activities .slider-1 .button-box {
	top: 32%;
}
#activities .slider-2 .button-box {
	bottom: 27%;
	top: unset;
}
#activities .button-box button {
	background-color: #fff;
	width: 35px;
	height: 35px;
	padding: 8px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	/* box-shadow: hsba(0, 0%, 0%, 0.06); */
	box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
}
#activities .button-box button.slick-prev {
	/* opacity: 0.5; */
}
