.highlight {
	width: 100%;
	height: 410px;
	background-color: #D9D9D9;
	display: flex;
	align-items: flex-end;
}

.highlight-title {
	width: 428px;
	height: 76px;
	background-color: rgba(62, 136, 233, 0.6);
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 24px;
	font-weight: 700;
	margin-left: 41px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.running-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 53px;
	color: #0c3879;
	background-color: #519CFF;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}

.about-us-title {
	margin-top: 34px;
	margin-left: 80px;
	font-family: Inconsolata, var(--default-font-family);
	font-size: 32px;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 3.2px;
}

.about-us-description {
	margin-top: 33px;
	margin-left: 105px;
	margin-right: 70px;
	display: flex;
	align-items: center;
	font-family: Inder, var(--default-font-family);
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
}

.photo-gallery-title {
	margin-top: 26px;
	margin-left: 80px;
	font-family: Inconsolata, var(--default-font-family);
	font-size: 32px;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 3.2px;
}

.photo-gallery-frame {
	margin-top: 27px;
	margin-left: 153px;
	margin-right: 102px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-direction-column {
	display: flex;
	flex-direction: column;
}

.photo-gallery {
	height: 274px;
	width: 222px;
	margin-top: 9px;
	margin-left: 16px;
	background-color: #D9D9D9;
	border-radius: 10px;
}

.photo-gallery img {
	width: 100%;
	/* Gambar akan memenuhi lebar container */
	height: 100%;
	/* Gambar akan memenuhi tinggi container */
	object-fit: cover;
	/* Memastikan gambar tidak terdistorsi */
	border-radius: 10px;
	/* Membuat sudut gambar melengkung sesuai container */
}

.video-gallery img {
	width: 100%;
	/* Gambar akan memenuhi lebar container */
	height: 100%;
	/* Gambar akan memenuhi tinggi container */
	object-fit: cover;
	/* Memastikan gambar tidak terdistorsi */
	border-radius: 10px;
	/* Membuat sudut gambar melengkung sesuai container */
}

.photo-gallery-group-title {
	margin-top: 8px;
	margin-left: 0;
	text-align: left;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 20px;
	font-weight: 700;
	max-width: 200px;
	/* Batasi lebar elemen agar teks terpecah */
	line-height: 1.4;
	/* Jarak antar baris */
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
}




.photo-gallery-description {
	margin-top: 6px;
	margin-left: 20px;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 12px;
	font-weight: 700;
}

.photo-gallery-outline {
	margin-top: 14px;
	margin-left: 17px;
	display: flex;
}

.photo-video-gallery-logo {
	margin-top: 2px;
	margin-left: 2px;
	width: 20px;
	height: 20px;
	background: url(./assets/images/clock.png) no-repeat center;
	background-size: cover;
}

.photo-gallery-date {
	margin-top: 0px;
	margin-left: 3px;
	color: #A6AAA8;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 16px;
	font-weight: 700;
}

.video-gallery-title {
	margin-top: 28px;
	margin-left: 80px;
	font-family: Inconsolata, var(--default-font-family);
	font-size: 32px;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 3.2px;
}

.video-gallery-frame {
	margin-top: 59px;
	margin-left: 116px;
	margin-right: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-gallery {
	height: 233px;
	width: 338px;
	margin-top: 9px;
	margin-left: 13px;
	background-color: #D9D9D9;
	border-radius: 10px;
}

.video-gallery-group-title {
	margin-top: 9px;
	margin-left: 22px;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 28px;
	font-weight: 700;
}

.video-gallery-description {
	margin-top: 14px;
	margin-left: 37px;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 16px;
	font-weight: 700;
}

.video-gallery-outline {
	margin-top: 12px;
	margin-left: 28px;
	display: flex;
}

.video-gallery-date {
	margin-top: 2px;
	margin-left: 10px;
	color: #A6AAA8;
	font-family: Inria Sans, var(--default-font-family);
	font-size: 16px;
	font-weight: 700;
}

.school-congratulations-agenda-frame {
	margin-top: 65px;
	margin-left: 78px;
	margin-right: 87px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.school-congratulations-title {
	font-family: Inconsolata, var(--default-font-family);
	font-size: 32px;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 3.2px;
}

.school-congratulations-frame {
	margin-top: 65px;
	margin-left: 59px;
	display: flex;
	flex-wrap: wrap;
}

.school-congratulations-picture {
	width: 257px;
	height: 300px;
	background-color: #D9D9D9;
	border-radius: 10px;
}

.school-congratulations {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 181px;
	margin-top: 10px;
	margin-left: 48px;
	font-family: Inter, var(--default-font-family);
	font-size: 32px;
	font-weight: 400;
	line-height: 38.727px;
	text-align: center;
}

.school-congratulations-description {
	max-width: 486px;
	margin-top: 59px;
	margin-left: 59px;
	font-family: Inder, var(--default-font-family);
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}

.agenda-title {
	margin-right: 346px;
	font-family: Inconsolata, var(--default-font-family);
	font-size: 32px;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 3.2px;
}

.agenda-frame {
	margin-top: 29px;
	display: flex;
	justify-content: flex-end;
}

.agenda-date {
	margin-right: 212px;
	color: #333333;
	font-family: Inter, var(--default-font-family);
	font-size: 24px;
	font-weight: 700;
}

.previous-arrow {
	margin-top: 9px;
	margin-right: 28px;
	width: 12px;
	height: 12px;
	background: url(./assets/images/previous-arrow.png) no-repeat center;
	background-size: cover;
}

.next-arrow {
	margin-top: 9px;
	width: 12px;
	height: 12px;
	background: url(./assets/images/next-arrow.png) no-repeat center;
	background-size: cover;
}

.calendar {
	margin-top: 56px;
	margin-left: auto;
	display: grid;
	grid-template-rows: auto auto auto auto auto auto;
	grid-template-columns: auto auto auto auto auto auto auto;
	gap: 35px 33px;
}

.calendar-day {
	color: #333333;
	font-family: Inter, var(--default-font-family);
	font-size: 24px;
	font-weight: 500;
}

.calendar-date {
	color: #666666;
	font-family: Inter, var(--default-font-family);
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.event-date {
	width: 417px;
	margin-top: 32px;
	margin-left: auto;
	color: #666666;
	font-family: Inter, var(--default-font-family);
	font-size: 16px;
	font-weight: 500;
}

.event-description {
	max-width: 417px;
	margin-top: 8px;
	margin-left: auto;
	color: #333333;
	font-family: Inter, var(--default-font-family);
	font-size: 20px;
	font-weight: 500;
	line-height: 24.205px;
}

.alumni-testimonials {
	margin-top: 89px;
	margin-bottom: 89px;
	width: 100%;
	min-height: 225px;
	background-color: #DEE9EF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.previous {
	width: 33px;
	height: 33px;
	margin-top: 93px;
	margin-left: 28px;
	background: url(./assets/images/previous.png) no-repeat center;
	background-size: cover;
}

.alumni-picture {
	width: 119px;
	height: 119px;
	margin-top: 41px;
	margin-left: 92px;
	background-color: #D9D9D9;
	border-radius: 50%;
	box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.25);
}

.alumni-name {
	margin-top: 8px;
	margin-left: 77px;
	font-family: Inder, var(--default-font-family);
	font-size: 24px;
	font-weight: 400;
}

.alumni-testimonials-title {
	margin-top: 8px;
	margin-left: 208px;
	font-family: Inder, var(--default-font-family);
	font-size: 28px;
	font-weight: 400;
}

.alumni-testimonials-description {
	margin-top: 37px;
	margin-left: 37px;
	max-width: 825px;
	height: 75px;
	font-family: Inder, var(--default-font-family);
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: justify;
}

.next {
	width: 40px;
	height: 40px;
	margin-top: 93px;
	margin-right: 28px;
	background: url(./assets/images/next.png) no-repeat center;
	background-size: cover;
}

.tentang-kami1 {
	width: 100%;
	height: 361px;
}

.sejarah-singkat {
	width: 100%;
	height: 363px;
}

.caption {
	position: absolute;
	top: 0px;
	padding: 100px 0px 0px 0px;

}

.caption .gallery-title

/* .caption .gallery-description  */
	{
	background-color: rgba(62, 136, 233, 0.6);
	border-radius: 10px;
	color: #FFFFFF;
	font-family: Inria Sans, var(--default-font-family) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	margin-left: 41px;
	margin-bottom: 25px;
	display: inline-flex;
	/* Mengatur kolom agar fleksibel sesuai panjang teks */
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	/* Menambahkan ruang di dalam kolom */
	white-space: nowrap;
	/* Mencegah teks membungkus ke baris baru */
}


/* .caption .gallery-description {
	color: #eee !important;
	max-width: 70%;
	line-height: 1.5;
} */