*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 800vh;
    
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 120%;
  }
.logo{
    position: absolute;
    margin-top: -18%;
    float: left;
    margin-left: 8%;
}
.logo img{
    width: 10%;
    height: 6%;
}
.menu{
    position: absolute;
    margin-top: -15.6%;
    margin-left: 60%;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color:white;
    padding: 10px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.menu ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 0.5em;
}
.heading{
    width: 100%;
    height: 6vh;
    margin-top: 22%;
    position: sticky;
    top: 110px;
}
.heading h1{
    text-align: center;
    font-family: Tangerine;
    font-size: 70px;
}
.navrap1{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position:absolute;
    margin-top: 40%;
    opacity: 0.3;
    position: sticky;
    top: -420px;
}
.nav h4{
    position: absolute;
    margin-left: 42%;
    margin-top: -26%;
    font-family: Tangerine;
    font-size: 40px;
}
.navrap2{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: 50%;
    opacity: 0.3;
    position: sticky;
    top: -400px;
}
.navrap3{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: 50%;
    opacity: 0.3;
    position: sticky;
    top: -380px;
}
.navrap4{
    width: 100%;
    height: 60vh;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: 50%;
    opacity: 0.3;
    position: sticky;
    top: -360px;
}
.navrap5{
    width: 100%;
    height: 60vh;
    background-color: rgb(0, 0, 0);
    position: absolute;
    margin-top: 50%;
}
.box1{
    box-sizing: border-box;
    position: absolute;
    border-radius: 20px;
    height:6vh;
    width:15vh;
    background-color:aquamarine;
    margin-top: -6%;
    margin-left: 46%;
    text-align: center;
    border-color: black;
}
.box1 a{
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    font-size: smaller;
    position: absolute;
    margin-left: -30%;
    margin-top: 8%;
}
.navrap5 img{
    position: absolute;
    width: 22vh;
    height: 15vh;
    margin-top: 5%;
    margin-left: 7% ;
}
.menu1{
    position: absolute;
    margin-left: 30%;
    margin-top: 10%;
}
.menu1 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu1 ul li a:hover{
    color:white;
}
.menu2{
    position: absolute;
    margin-left: 50%;
    margin-top: 10%;
    text-transform: uppercase;
}
.menu2 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu2 ul li a:hover{
    color:white;
}
.menu3{
    position: absolute;
    margin-left: 70%;
    margin-top: 10%;
    text-transform: uppercase;
}
.menu3 ul li a{
    color:rgba(255, 240, 240, 0.503);
    text-decoration: none;
}
.menu3 ul li a:hover{
    color:white;
}
.menu4{
    position: absolute;
    margin-left: 23.8%;
    margin-top: 0%;
    text-transform: uppercase;
    display: inline-block;
}
.menu4 ul li{
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 85px;
}
.endhead{
    margin-top: 50%;
}
.endhead h4{
    position: absolute;
    font-family: Tangerine;
    font-size: 40px;
    color: azure;
    margin-left: 42%;
}
.menux{
    margin-top: -23%;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
}
.menux ul li{
    display: inline-block;
    padding: 5vh;
}
.menux ul li img{
    width: 35vh;
    height: 25vh;
    border-radius: 10px;
}
.menux ul li img:hover{
    width: 37vh;
    height: 27vh;
    border-radius: 10px;
}