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

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

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}
#spotlight {
	padding: 130px 0;
}

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

#spotlight .left h1 {
	color: #ffffff;
	font-size: 55px;
	width: 50% !important;
	line-height: 1.4em;
}

#spotlight .left p {
	color: #ffffff;
	letter-spacing: 0.5px;
	width: 35%;
}
/* gallery */
#activities {
	padding: 100px 0;
	/* background: #1e2238; */
	background: #ffffff;
}

#activities .wrapper {
	width: 80%;
}

#activities .top {
	/* text-align: center; */
	/* margin: 0 auto; */
	/* width: 34%; */
	display: flex;
	justify-content: space-between;
}

#activities .top h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-family: "poppinsregular";
}

#activities .top h4 {
	margin-top: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #828282;
}

#activities ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-top: 48px;
	position: relative;
}

#activities ul li {
	overflow: hidden;
	border-radius: 12px;
}

#activities ul li:first-child {
	/* width: 552px; */
	grid-column: 1/3;
}

#activities ul li:nth-child(2) {
	/* grid-column: 1/3; */
}

#activities ul li video {
	width: 100%;
	display: block;
	height: 270px;
	object-fit: cover;
}

#activities ul li.video .play-btn {
	display: none;
}

/* #activities ul li.video:hover .play-btn {
    display: block;
} */

#activities ul li video source {
}

#activities .play-btn {
	width: 60px;
	position: absolute;
	top: 18%;
	left: 22%;
	cursor: pointer;
}

#activities .play-btn img {
	width: 100%;
	display: block;
}

#activities ul li .img-container {
}

#activities ul li .img-container img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* works */
#works {
	padding: 80px 0;
}

#works .work-cards {
	margin: 0 100px;
}
#works .work-cards .card {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	border-radius: 24px;
	padding: 20px;
	display: flex;
	gap: 20px;
	cursor: pointer;
	min-height: 268px;
	transition: box-shadow 0.3s ease, border 0.3s ease;
}
#works .work-cards .card:last-child {
	margin-bottom: 0;
}
#works .work-cards .card:hover {
	box-shadow: 7px 11px 30px 0px #0000000f;
	border: none;
}
#works .work-cards .left {
}
#works .work-cards .left img.work-image {
	width: 250px;
	height: 240px;
	border-radius: 12px;
	display: block;
}
#works .work-cards .right {
}
#works .work-cards .right h4.work-heading {
	color: #141414;
	font-size: 26px;
	margin-bottom: 10px;
}
#works .work-cards .right p.paragraph {
	font-size: 16px;
	line-height: 28px;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

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

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}
#spotlight {
	padding: 130px 0;
	background: linear-gradient(90deg, #032a58 38.86%, rgba(3, 42, 88, 0) 100%), url("../images/health-physical-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

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

#spotlight .left h1 {
	color: #ffffff;
	font-size: 55px;
	width: 45%;
	line-height: 1.4em;
}

#spotlight .left p {
	color: #ffffff;
	letter-spacing: 0.5px;
	width: 35%;
}
/* gallery */
#activities {
	padding: 100px 0;
	/* background: #1e2238; */
	background: #ffffff;
}

#activities .wrapper {
	width: 80%;
}

#activities .top {
	/* text-align: center; */
	/* margin: 0 auto; */
	/* width: 34%; */
	display: flex;
	justify-content: space-between;
}

#activities .top h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-family: "poppinsregular";
}

#activities .top h4 {
	margin-top: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #828282;
}

#activities ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-top: 48px;
	position: relative;
}

#activities ul li {
	overflow: hidden;
	border-radius: 12px;
}

#activities ul li:first-child {
	/* width: 552px; */
	grid-column: 1/3;
	position: relative;
}

#activities ul li:nth-child(2) {
	/* grid-column: 1/3; */
}

#activities ul li video {
	width: 100%;
	display: block;
	height: 270px;
	object-fit: cover;
}

#activities ul li.video .play-btn {
	display: none;
}

/* #activities ul li.video:hover .play-btn {
    display: block;
} */

#activities ul li video source {
}

#activities .play-btn {
	width: 60px;
	position: absolute;
	top: 18%;
	left: 22%;
	cursor: pointer;
}

#activities .play-btn img {
	width: 100%;
	display: block;
}

#activities ul li .img-container {
}

#activities ul li .img-container img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* works */
#works {
	padding: 80px 0;
}

#works .work-cards {
	margin: 0 100px;
}
#works .work-cards .card {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	border-radius: 24px;
	padding: 20px;
	display: flex;
	gap: 20px;
	cursor: pointer;
	min-height: 268px;
	transition: box-shadow 0.3s ease, border 0.3s ease;
}
#works .work-cards .card:last-child {
	margin-bottom: 0;
}
#works .work-cards .card:hover {
	box-shadow: 7px 11px 30px 0px #0000000f;
	border: none;
}
#works .work-cards .left {
}
#works .work-cards .left img.work-image {
	width: 250px;
	height: 240px;
	border-radius: 12px;
	display: block;
}
#works .work-cards .right {

}
#works .work-cards .right h4.work-heading {
	color: #141414;
	font-size: 26px;
	margin-bottom: 10px;
}
#works .work-cards .right p.paragraph {
	font-size: 16px;
	line-height: 28px;
}
/* downloads */
#download {
	padding: 80px 0;
}
#download .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
#download .top h1 {
	font-size: 26px;
	color: #232323;
	font-weight: 400;
}
#download .top .view-type {
	display: flex;
	align-items: center;
	gap: 20px;
}
#download .top .view-type .card-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
}
#download .top .view-type .card-icon.active {
	background-color: #e1e1e1;
}
#download .top .view-type .list-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
}
#download .top .view-type .list-icon.active {
	background-color: #e1e1e1;
}
#download .bottom {
	/* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; */
	display: none;
}
#download .bottom.active {
	display: block;
}
#download .bottom .content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

#download .bottom .content .download-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid #eee;
}
#download .bottom .content .download-card .name {
	display: flex;
	align-items: center;
	gap: 10px;
}
#download .bottom .content .download-card .name .icon {
	width: 18px;
}
#download .bottom .content .download-card .name h2 {
	font-size: 16px;
	color: #232323;
}
#download .bottom .content .download-card .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
#download .bottom .content .download-card .download {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#download .bottom .content .download-card .download h3 {
	color: #828282;
	font-size: 14px;
	font-weight: 500;
}
#download .bottom .content .download-card .download .download-icon {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#download .list-view-box {
	/* display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1; */
	display: none;
}
#download .list-view-box.active {
	display: block;
}
#download .list-view-box .content {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

#download .list-view-box .content .first-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
}

#download .list-view-box .content .first-row h2 {
	color: #232323;
	font-size: 16px;
	font-weight: bold;
}
#download .list-view-box .content .first-row .right {
	display: flex;
	align-items: center;
	gap: 50px;
}
#download .list-view-box .content .first-row .right .date {
	color: #232323;
	font-size: 16px;
	font-weight: bold;
}
#download .list-view-box .content .first-row .right .download {
	color: #232323;
	font-size: 16px;
	min-width: 120px;
	text-align: center;
	font-weight: bold;
}
#download .list-view-box .content .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
	padding: 16px;
}
#download .list-view-box .content .row:nth-child(odd) {
	background-color: #f9f9f9;
}
#download .list-view-box .content .row .left {
	display: flex;
	align-items: center;
	gap: 8px;
}
#download .list-view-box .content .row .left .pdf-icon {
	width: 18px;
}
#download .list-view-box .content .row .left h2 {
	font-size: 16px;
	color: #232323;
}
#download .list-view-box .content .row .right {
	display: flex;
	align-items: center;
	gap: 25px;
}
#download .list-view-box .content .row .right .date {
	color: #828282;
	font-size: 16px;
}
#download .list-view-box .content .row .right .download {
	width: 16px;
	height: 16px;
	cursor: pointer;
	min-width: 120px;
}

#download .pagination {
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 35px;
	display: flex;
	justify-content: center;
}

#download .pagination .left-arrow-box {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#download .pagination .left-arrow-box .icon {
	width: 16px;
	height: 16px;
	opacity: 0.5;
}

#download .pagination .left-arrow-box span {
	color: #232323;
	opacity: 0.5;
	font-weight: 500;
	font-size: 16px;
	font-family: "poppinsmedium";
}

#download .pagination .middle {
	display: flex;
	align-items: center;
	gap: 20px;
}

#download .pagination .middle .page-number {
	border-radius: 6px;
	height: 40px;
	width: 40px;
	padding: 8px;
	background: #fdfdfd;
	color: #032a58;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "poppinsmedium";
}

#download .pagination .middle .page-number:first-child {
	border: 1px solid #032a58;
}

#download .pagination .right-arrow-box {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#download .pagination .right-arrow-box .icon {
	width: 16px;
	height: 16px;
}

#download .pagination .right-arrow-box span {
	color: #232323;
	font-weight: 500;
	font-size: 16px;
	font-family: "poppinsmedium";
}
/* responsive */
@media all and (max-width: 1380px) {
	#works .work-cards {
		margin: 70px 60px;
	}
}
@media all and (max-width: 1280px) {
	#works .work-cards {
		margin: 0;
	}
	#works .work-cards .left img.work-image {
		width: 265px;
		height: 245px;
	}
	#download {
		padding: 70px 0;
	}
}
@media all and (max-width: 1080px) {
	#works .work-cards .left img.work-image {
		width: 251px;
	}
	#works .work-cards .right p.paragraph {
		line-height: 26px;
		text-align: justify;
	}
	#download .bottom .content {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 980px) {
	#spotlight .left h1 {
		width: 85%;
	}
	#spotlight .left p {
		width: 60%;
	}
	#activities .top {
		width: 100%;
	}
	#works .work-cards .card {
		flex-wrap: wrap;
		justify-content: center;
	}
	#works .work-cards .right {
		text-align: center;
	}
	#works .work-cards .right h4.work-heading {
		font-size: 24px;
	}
	#works .work-cards .left img.work-image {
		width: 300px;
	}
	#download {
		padding: 60px 0;
	}
	#download .bottom .content {
		gap: 20px;
	}
	#download .bottom .content .download-card {
		padding: 15px;
	}

	#download .bottom .content .download-card .name .icon {
		width: 15px;
	}

	#download .top {
		margin-bottom: 20px;
	}

	#download .top h1 {
		font-size: 24px;
	}

	#download .top .view-type {
		gap: 15px;
	}

	#download .top .view-type .card-icon {
		width: 25px;
		height: 25px;
		padding: 4px;
	}
	#download .top .view-type .card-icon.active {
		width: 25px;
		height: 25px;
		padding: 4px;
	}
	#download .top .view-type .list-icon {
		width: 25px;
		height: 25px;
		padding: 4px;
	}
	#download .top .view-type .list-icon.active {
		width: 25px;
		height: 25px;
		padding: 4px;
	}
	#download .bottom .content .download-card .download .download-icon {
		width: 15px;
	}
}
@media all and (max-width: 768px) {
	#spotlight .left h1 {
		font-size: 45px;
		width: 80%;
	}
	#spotlight {
		padding: 155px 0;
	}
	#spotlight .left p {
		width: 80%;
	}
	#activities ul {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
	}

	#activities .play-btn {
		top: 10%;
		left: 28%;
	}
	#activities .top {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	#activities ul li video {
		height: 157px;
	}
	#download {
		padding: 50px 0;
	}
	#download .bottom .content {
		grid-template-columns: repeat(2, 1fr);
	}
	#download .list-view-box .content .first-row {
		padding: 13px 16px;
	}
	#download .list-view-box .content .row {
		padding: 13px 16px;
	}
	#download .list-view-box .content .first-row .right .download {
		min-width: 80px;
		font-size: 15px;
	}
	#download .list-view-box .content .first-row .right .date {
		font-size: 15px;
	}
	#download .list-view-box .content .first-row h2 {
		font-size: 15px;
	}
	#download .list-view-box .content .row .right .download {
		min-width: 80px;
		width: 14px;
		height: 14px;
	}
	#download .list-view-box .content .row .left h2 {
		font-size: 14px;
	}
	#download .list-view-box .content .row .left .pdf-icon {
		width: 15px;
	}
	#download .list-view-box .content .row .right .date {
		font-size: 14px;
	}
}
@media all and (max-width: 640px) {
	#spotlight .left h1 {
		font-size: 40px;
	}
	#details .body .left {
		height: 320px;
	}
	#spotlight .left h1 {
		font-size: 37px;
		width: 90%;
	}
	#activities ul {
		grid-template-columns: 1fr;
	}
	#activities ul li:first-child {
		/* width: 552px; */
		grid-column: 1/2;
	}
	#activities .play-btn {
		top: 2.5%;
		left: 42%;
	}
	#activities .top h2 {
		font-size: 26px;
	}
	#works .work-cards .right h4.work-heading {
		font-size: 22px;
	}
	#download {
		padding: 40px 0;
	}

	#download .pagination {
		gap: 18px;
	}
	#download .pagination .left-arrow-box {
		gap: 15px;
	}
	#download .pagination .right-arrow-box {
		gap: 15px;
	}
	#download .pagination .middle {
		gap: 15px;
	}
	#download .top h1 {
		font-size: 22px;
	}
}
@media all and (max-width: 540px) {
	#download .pagination {
		gap: 18px;
	}
	#download .pagination .left-arrow-box span {
		display: none;
	}
	#download .pagination .right-arrow-box span {
		display: none;
	}
	#download .pagination .middle {
		gap: 15px;
	}

	#download .bottom .content {
		grid-template-columns: repeat(1, 1fr);
	}
	#download .top h1 {
		font-size: 20px;
	}
}
@media all and (max-width: 480px) {
	#spotlight {
		padding: 130px 0;
	}
	#spotlight .left {
		text-align: center;
	}
	#activities{
		padding: 80px 0px;
	}
	#spotlight .left h1 {
		font-size: 27px;
		width: 100%;
		margin-bottom: 10px;
	}
	#spotlight .left p {
		width: 100%;
		font-size: 14px;
	}
	#activities .play-btn {
		width: 45px;
	}
	#activities .top h2 {
		font-size: 25px;
	}
	#works .work-cards .left img.work-image {
		width: 255px;
		height: 210px;
	}
	#works {
		padding: 50px 0;
	}
	#works .work-cards .right p.paragraph {
		line-height: 24px;
		font-size: 15px;
	}
	#download .pagination .middle {
		gap: 10px;
	}
	#download .pagination {
		gap: 12px;
	}
	#download .pagination .middle .page-number {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
	#download .list-view-box .content .row .right .download {
		min-width: unset;
	}
	#download .list-view-box .content .first-row .right .download {
		display: none;
	}
	#download .list-view-box .content .row .right {
		gap: 15px;
	}
	#download .list-view-box .content .first-row .right .date {
		min-width: 120px;
		text-align: center;
	}
	#download .list-view-box .content .row .left h2 {
		width: 45%;
		height: max-content;
		line-height: 17px;
	}
}
@media all and (max-width: 360px) {
	#spotlight .left h1 {
		font-size: 30px;
	}
	#spotlight .left p {
		font-size: 14px;
	}
	#activities {
		padding: 30px 0;
	}

	#activities .top h4 {
		font-size: 14px;
	}

	#activities .top h2 {
		font-size: 18px;
	}
	#details .body .right p.paragraph {
		line-height: 1.4em;
		font-size: 14px;
	}
	#works .work-cards .right h4.work-heading {
		font-size: 20px;
	}
	#works .work-cards .left img.work-image {
		width: 240px;
		height: 199px;
	}
	#activities ul li video {
		height: 200px;
	}
	#works .work-cards .card {
		padding: 12px;
	}
	#download .list-view-box .content .row {
		padding: 13px 10px;
	}
	#download .list-view-box .content .first-row {
		padding: 10px;
	}
	#download .list-view-box .content .row .right {
		gap: 10px;
	}
}
