@charset 'UTF-8';

.intro-header {
	display: flex;
	flex-direction: column;
	height: 100vh; /* Full viewport height */
	margin: 0;
	padding-top: 50px; /* Avoid overlap with navbar */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/bg1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.poster h5{
	margin:-42px 60px;
}

option-button{
	border-radius:black;
	margin:-40px 90%;
	position:absolute;
	text-align:right;
	border-radius:10px;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#status {
    width: 100px;
    height: 100px;
    background-image: url('../img/status.gif'); /* Adjust path if needed */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

