*{
    margin: 0;
    padding:0;
}
html,body{
    width: 100%;
    /* height: 100%; */
    min-height:100vh;

}
#main{
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    background-color:black;
}
nav{
    display: flex;
    width: 100%;
    min-height: 20vh;
    /* background-color: yellow; */
}
.left-nav{
    display: flex;
    align-items: center;
    justify-content: center     ;
    min-height: 20vh;
    width:25% ;
    /* background-color: violet; */
}
.center-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    border-radius: 30px;
      height: 10vh;
    width: 60%;
    margin: 2%;
}
a{
    padding: 5px 5px;
    border-radius: 30px;
    text-decoration: none;
    color:white;
    font-weight: 200%;
    font-size: 15px;
    font-family: Product Sans;
    
}
.center-nav:hover{
    border-radius: 40px;
    text-decoration: none;
    color:white;
    font-size: 10px;
    border: 2px solid whitesmoke;
}
a:hover h{
  background-color: yellow;
}
.center-nav a span{
background-color:green;
border-radius: 50px;
font-size: 30px;
}
a:hover{
    color: white;
    /* background-color: green; */
    border:1px solid greenyellow;

}
.right-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    min-height: 20vh;
    width: 20%;
    /* background-color: springgreen; */
}
.ri-volume-mute-line{
    color: white;
    
}

#part1{
    display: flex;
    width: 100%;
    min-height: 80vh;
    /* background-color: aqua; */

}
.left-part-1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    padding-left: 2%;
    gap:50px ;
    width: 50%;
    min-height: 80vh;
    /* background-color: bisque; */
}

.left-part-1 h1{
    color: white;
    font-family: Product Sans;
    font-size: 400%;
}
.left-part-1 h1 span{
    color: black;
    border-radius: 50px;
    background-color: rgb(218, 221, 221);
}
.btn-left-part-1:hover{
    color: red;
    background-color:yellow;
    border:1px solid greenyellow;

}


.btn-left-part-1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    min-height: 8vh;
    border-radius: 50px;
    margin-right: 30%;
    font-size: 20px;
    font-family: Product Sans;
    background-color: rgb(198, 255, 84);
   
}

.right-part-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 80vh;
    /* background-color:greenyellow; */
}
.right-part-1 video{
    height: 100%;
    width: 99%;
  
   
}
