body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.hero-section {
    background: url('hero.jpg') center/cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section .content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.intro-video-section {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: auto;
    margin: 20px 0;
}

.intro-video-section h2 {
    display: none; /* Remove the header if not needed */
}

.intro-video-section video {
    display: block;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#features img {
    max-height: 200px;
}

footer {
    background-color: #2c3e50;
    color: white;
}

#how-it-works{
    background-color: #727D73;
}

#navbar{
    background-color: #3B3030;
    color:#f4f4f4;
}
