body{
    
    
}

h1{
color: azure;
text-align: center;
font-size: 40px;
}
img{
    width: 150px;
    height: 150px;
    margin-left: 100px;
    margin-bottom: 100px;
}
#top{
    width: 100%;
    height: 500px;
    /* background-image: url('img/fashion_blackman.mp4'); */
    background-size: cover; 
    background-attachment: fixed;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: transparent;
    color: #fff;
    padding: 10px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

nav h1 {
    margin: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-left: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.hero {
    background: transparent;
    text-align: center;
    padding: 50px 20px;
    color: whitesmoke;
}

.hero h2 {
    margin: 0;
    font-size: 2.5em;
    color: whitesmoke;
}

.hero .btn {
    display: inline-block;
    padding: 10px 20px;
    
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
}

.product-item img {
    max-width: 100%;
    height: auto;
}

form {
    display: grid;
    gap: 10px;
}

form label {
    display: block;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

form button {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
#vidback{
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
 


}






/*  */

