:root{
    --color-primary: rgb(236, 255, 70);
    --color-secondary: black;
    --color-else: white

}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #dde7f0de;
    height: 100vh;
   
}
span{
    color: rgb(49, 146, 202);
}
h1{
    color: aliceblue;
    font-size: 40px;
}
h2{
    color: rgb(0, 0, 0);
    text-align: right;
    margin-right: 4rem;
    margin-top: 5rem;
  font-size: 30px;
}

p{
    color: rgb(0, 0, 0);
    margin-right: 4rem;
    margin-left: 4rem;
    font-size: 28px;
    text-align: right;
}
hr {
    color: rgb(0, 0, 0);
    border: solid;
    align-items: center;
    width: 80rem;
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 2rem;
}
 .menu__bar{
    background-color: rgb(10, 18, 51);
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    border-radius: 3px;
} 
 .logo{
    color: azure;
    font-size: 30px;
} 
.menu__bar ul{
    list-style: none;
    display: flex;

}
.menu__bar ul li{
    padding: 10px 30px;
    position: relative;
    text-align: center;

}

 .menu__bar ul li a{
color: var(--color-else);
text-decoration: none;
font-size: 20px;
transition: all 0.3s;
}
 .menu__bar ul li a:hover{
    color: rgb(128, 151, 226);

} 
.dropdown__menu{
    display: none;
    border-radius: 4px;
}





.menu__bar ul li:hover .dropdown__menu{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color:   rgb(10, 18, 51);
} 
.menu__bar ul li:hover .dropdown__menu ul{
    display: block;
    margin: 10px;
} 
.menu__bar ul li:hover .dropdown__menu ul li{
    width: 150px;
    padding: 10px;
}
.fas{
    float: right;
    margin-left: 10px;
    padding-top: 3px;
}
.drop__menu-1{
    display: none;
    border-radius: 4px;
}
.dropdown__menu ul li:hover .drop__menu-1{
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    background-color:   rgb(10, 18, 51);
}

.a{
    font-size: 28px;
    margin: 4rem 4rem;
}
.video{
    float: left;
    width: 342px;
    margin-left: 3rem;
    border-radius: 0.5rem;
    padding-right: 5px;
    justify-content: left;
    padding-bottom: 0.1rem;
}

footer{
    background-color: rgb(8, 34, 59);
 }



footer h4{
text-align: center;
font-size: 30px;

}
footer p {
    display: flex;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 37vh;
    margin-top: 1rem;
    font-size: 1rem;
    margin-left: 34rem;
}
footer .content-footer .end {
    color: var(--primarycolor);
    margin-top: 1rem;
    margin-left: 40rem;
    color: aliceblue;
}
