body{
    margin: 0%;
    padding: 0%;
    background-color: black;
}
nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
    height: 65px;
    margin-top: -50px;
}

nav .fa-solid {
    display: none;
}

.fa-solid {
    color: #000;
}

.brand-name {
    width: -5px;
    margin-top: 10px;
    cursor: pointer;
}

#sideMenu {
    margin-right: 100px;
    margin-top: 10px;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 1px 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    font-family: "Roboto", sans-serif;
}

nav ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #f2b75e;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.4s;
}

nav ul li a:hover::after {
    width: 100%;
}

.brand-name img {
    height: 200px;
    padding-left: 20px;
}

.tour-dropdown li {
    display: inline-block;
    list-style: none;
    margin: 10px 0;
    font-size: 18px;
}

.tour-dropdown {
    width: 7%;
    background: #c9c6c6;
    position: absolute;
    display: none;
    border-radius: 5px;
    padding: 10px 40px;
}

nav ul li:hover ul.tour-dropdown {
    display: block;
}
.bg-img{
    width: 100%;
    height: 100vh; 
}
.heading{
margin-top:-350px;
color: beige;
text-align: center;
font-size: 100px;
}
.Update-img2{
    height: 80vh;
    width: 70%;
    margin-left: 210px;
    margin-right: 120px;
    margin-top: 270px;
    margin-bottom: 200px;
}
.text-1{
    color: ivory;
    text-align: left;
    margin-left: 200px;
    margin-top: -100px;
    font-size:xx-large;
}
.text-2{
    color: ivory;
    margin-left: 200px;
}
.paragraph-1{
    color: ghostwhite;
    margin-left: 200px;
    font:  210px;
}
.text-3{
    color: cornsilk;
    margin-left: 200px;
}

.img333{
    height: 80vh;
    width: 70%;
    margin-left: 210px;
    margin-right: 120px;
    margin-top: 50px;
    margin-bottom:50px;
}
.Text-4{
    color: ghostwhite;
    text-align: center;
}
.text-5{
    color: whitesmoke;
    margin-left: 200px;
}
.video2{
    position:absolute;
    right: 10;
    left: 200px;
    align-items: center;
    z-index: -1;
    min-width: 125%;
    height: 70vh;
    background-position: 0%;
  margin-top: 60px;
}
.text-8{
    color: rgb(250, 255, 255);
    font-size: xx-large;
}
.text-9{
    color:whitesmoke;
    padding-top: -50px;
}