
body {
    background-color: #f8f9fa;
}
header, footer {
    background-color: #343a40;
    color: white;
    padding: 1rem;
    text-align: center;
}
#gallery img, #gallery video {
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
#gallery .col-6 {
    margin-bottom: 10px;
}
.slider-container {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: relative;
}
.slider-container img {
    width: 1920px;
    height: 1080px;
    object-fit: cover;
    transition: transform 10s linear;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(35px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.modal-content {
    width: 80%;
    max-height: 90%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 13px;
    margin-top: 6px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1051;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1051;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1051;
}

.close {
    right: 15px;
    top: 15px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.bg-dark {
    background-color: #0a1f35 !important;
}

.image-container h2{
	color:#ffffff;
}

#uploadProgress{
	color:#ffffff;
}

.form-group .mt-2{
	color:#ffffff;
}

#uploadVideoBtn{
	background-color:#0a1f35 !important;
}

#uploadImageBtn{
	background-color:#0a1f35 !important;
}




