/* Opening Page */
.welcome-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    background-color: #ddf7f1;
    box-sizing: border-box;
}

.background-video {
    width: 100%;
    height: 250px;
    object-fit: cover;
    z-index: -1;
}

.language-container {
    width: 100%;
    height:auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 0px;
    color: #fff;
    margin-top: 20px;
}

.language-buttons .btn {
    background: #000000;
    color: #fff;
    padding: 15px 30px;
    margin: 10px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 1.2em;
}

.language-buttons .btn:hover {
    background: #0056b3;
}
