.flex {
    display: flex !important;
}

.items-center {
    justify-items: center !important;
}

.content-between {
    justify-content: space-between !important;
}

.content-center {
    justify-content: center !important;
}

.tezi-contact-info {
    margin-top: 25px !important;
}

.tezi-social-icons {
    margin-top: 15px;
}

.video-bg {
    object-fit: cover; /* Ensures the video covers the whole screen */
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Places the overlay above the video */
}

.white-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 71, 71, 0.9); /* Semi-transparent black overlay */
    z-index: 1; /* Places the overlay above the video */
}
