.main-title {
    text-align: center;
    margin-top: 170px;
    font-size: 100px;
    font-family: san-serif;
    color: blue black;
	margin-bottom: 10px;
}
.subtitle {
font-size:35px;
margin-bottom:120px;
}
.section-title{
	text-align: 60px;
    margin-top: 20px;
    font-size: 20px;
    font-family: Playfair Display;
	text-align: left;
	margin-left:10%;
	margin-right:10%;
	justify-content: left;
    align-items: flex-start;
    text-align: center;
}
	
.header-section {
margin-top: 60px;
text-align: center;
}

.line1{
    width: 60%;
    margin: 8px auto;
    border: 1px solid #aaa;
	color: white;
	margin-bottom: 20px;
    margin-top: 220px;
}
.line2{
    width: 60%;
    margin: 8px auto;
    border: 1px solid #aaa;
	color: white;
	margin-bottom: 80px;
    margin-top: 40px;
}


#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:70%;
    object-fit: cover;
    z-index: -1; /* letak belakang semua content */
    opacity: 0.5; /* boleh adjust kalau nak cerah/gelap */
}


/* Container for boxes */
.container {
    width: 90%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

/* Individual box style */
.box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;


}
.box{
 border: 1px solid black;
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
	margin-top: 60px;
}

.container a {
    text-decoration: none;
    color: inherit;
}

.video {
    position: relative;
    width: 50%;
    padding-bottom: 28.125%; /* maintain 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
	margin: 0 auto;
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px;
    color: #003366;
	margin-top: 40px;
}

.footer {
    background-color: powderblue; 
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 16px;
	font-weight: bold; 
	width: 100%;
}