.nav-button {
    background-color: #0e1626;
    color: #ffffff;
    padding: 6px 10px;
    margin: 10px 5px 10px 5px;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    backdrop-filter: blur(1000px);
    text-decoration: none;
}

.nav-item {
    background-color: #0e1626;
    color: #ffffff;
    padding: 6px 15px;
    margin: 5px 5px 5px 5px;
    border-radius: 11px;
    cursor: pointer;
    text-align: 
    center;
}

h1{
    /* top: 150px; */
    background-color:#0e1626;
    text-align:center;
    font-weight:bolder;
    font-size: 4.9rem;
    padding: 5%;
    font-style: oblique;
    
}
.title1{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    padding: 50px;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
}
p{
    padding: 50px;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
}

.video-container{
    position: relative;
    width: 100%; 
    max-width: 1500px; /* Ensure image doesn't exceed its original size */
     /* Maintain aspect ratio */
    margin: O auto;
    display: flex;
    /* overflow: hidden; */
}
.left-video, .right-video{
    /* display: block; */
    width: 100%;
    height: auto;
    /* float: right;
    margin-left: 20px; */
}
.right-video{
    width: 100%;
    float: right;
    margin-left: 10px;
    height: auto;
}

.image-container {
    position: relative;
    width: 400px; /* Adjust width as needed */
    height: 400px; /* Adjust height as needed */
    perspective: 2000px; /* Set the perspective for 3D transforms */
}

.moving-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.title2{
    margin-top: 4pc;
    top: 199%;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    color: #000000;
}
footer{
    text-align: center;
    background-color: #0e1626;
    color: #ffffff;
}