/* .video-container {
    width: 1000px;
    max-height: 6000px;
    overflow:hidden;
    position:relative;
}
video {
      width: 500px;
      height: auto;
      object-fit: cover;
      display: block;

} */

*{
    margin: 0px;
    padding: 0px;
}
#box{
    color:white;
    margin: 200px 00px 00px 450px;
}
.nav{
    margin: 30px 00px 00px 700px;
    list-style-type: none;
    text-align:center;
    display:flex;
    font-size: 20px;
    font-weight: 700;   
}
.nav li a{
    padding-left: 30px;
    text-decoration: none;
    color: black;
}

.nav a:hover{
    color: blue;
}

.icon {
    font-size: 50px;
    margin-top:-300px; 
    margin-left:50px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    height: 50vh;
    cursor: pointer
};
i {
  
    transition: color 0.3s;
}

.icon div:hover i {
    color:rgb(27, 27, 246);
    margin-left:500;
}

div i{
    color: white;
}

/* Make sure the video covers the entire background */
.video-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Style the navigation bar */
.nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
}

.nav li {
    margin: 0 20px;
}

.nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.nav a:hover {
    color: #ff9900; /* highlight color on hover */
}

/* Center the main text on the screen */
#box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    flex-direction: column;
}

#box h1 {
    font-size: 48px;
}

#box p {
    font-size: 24px;
    margin-top: 20px;
}

/* Style the social media icons */
#icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

#icon i {
    color: white;
    font-size: 24px;
    cursor: pointer;
}

#icon i:hover {
    color: #ff9900; /* highlight color on hover */
}
