* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #000;
    line-height: 1.6;
}

header {
    background: #111;
    padding: 20px 0;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

nav li {
    margin: 0 15px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #f1f1f1;
}

main {
    padding: 40px 20px;
} 

.hero {
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.5em;
}



.featured-projects {
    text-align: center;
    margin-top: 40px;
}

.featured-projects h2 {
    font-size: 2em;
}

.projects {
    display: flex;

    flex-wrap: wrap;
}

.project {
    width: 30%;
    margin: 15px;
    padding: 15px;
    background-color: #111;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.project:hover {
    transform: scale(1.05);
}

.project img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #111;
}

footer p {
    font-size: 16px;
}

.video-container iframe {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .projects {
        flex-direction: column;
        align-items: center;
    }
    .project {
        width: 80%;
    }
}

.contact-section {
    max-width: 800px;
    margin: 5px auto;
    padding: 20px;
    background-color: #000000;
    border-radius: 8px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
}

.contact-form textarea {
    height: 232px;
    resize: vertical;
}

.submit-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    top: px;
    right: 875px;
}

.submit-btn:hover {
    background-color: #111111;
}

.projects-section {
    max-width: 1400px;
    margin: 50px auto;
    text-align: center;
}

.projects-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.project-link {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.project-link:hover {
    background-color: #fff;
    color: #000;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #000;
    margin: 0;
    line-height: 1.6;
}

main {
    flex-grow: 1;
    padding: 40px 20px;
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #111;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

body {
    display: flex;
    flex-direction: column;
}

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center; 
    text-align: center;
    padding: 20px 20px; 
    opacity: 0;
    animation: fadeIn 2s forwards; 
}

.about-section h1 {
    font-size: 3em;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #111;
}


html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}


body {
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fadeIn 2s forwards; 
}

section {
    padding: 40px 20px;
}

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center; 
    text-align: center;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;

}

body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1; /* Ensure other content is above the video */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place video behind content */
    overflow: hidden;
}

#background-video {
    object-fit: cover; /* Make sure the video covers the whole screen */
    width: 100%;
    height: 100%;
    opacity: 0.7; /* Slightly dim the video */
}

.hero {
    text-align: center;
    z-index: 1; /* Ensure this content stays on top */
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.5em;
}

/* Additional styles */
header {
    background: rgba(0, 0, 0,); /* Semi-transparent dark background for nav */
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #111;
    z-index: 2;
}

footer p {
    font-size: 16px;
}
html, body {
    height: 100%; /* Ensure the page fills the entire viewport */
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

main {
    flex: 1; /* This ensures the main content grows and pushes the footer down */
    padding: 40px 20px;
    position: relative; /* Make sure it's positioned correctly */
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #111;
    margin-top: auto; /* This ensures the footer stays at the bottom */
}

footer p {
    font-size: 16px;
}
