*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
    color: whitesmoke;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
#front {
  width: 100%;
  height: 100vh;
  background: url("../assets/20221219_101357.jpg");
  background-size: cover;
}
nav {
  background-color:yellow;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 100px;
}
.logo {
  width: 6rem;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  align-items: center;
}
nav ul li a {
  color: black;
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}
nav ul li a:hover {
  color: blue;
  font-weight: bold;
}
nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: black;
  transition: 0.2s;
  bottom: 0;
}
nav ul li a:hover:after {
  width: 100%;
}
.btn {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 16px 40px;
  border-radius: 600px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background-size: 152% 100%;
  background: black;
  border: 2px solid white;
}
.btn:hover {
  background: transparent;
  border-color: 3px solid white;
  color: black;
  font-weight: bold;
}
.content{
padding: 20px;
}
#content1 h1{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    padding: 20px;
    color: black;
    text-decoration: underline;
}
.head{
    padding: 10px;
    color: blue;
    margin-left: 10px;
}
p{
    margin-left: 50px;
    color: black;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: large;
}
.sub{
    padding: 10px;
    color: black;
    margin-left: 27px;
    text-decoration: underline;
}
.scheme1 .video{
    display: flex;
    padding: 20px;
    margin-left: 450px;
    width: 40%;
}
.c2 iframe{
    width:40%;
    align-items: center;
    padding: 20px;
    margin-left: 480px;
}
.Footer {
  Background:black;
  Color: white;
  Font-Size: 15px;
  Padding: 10px;
}
.Footer-Inner {
  Margin: 0 Auto;
  Padding: 20px;
  Display: Flex;
  list-style: none;
  Align-Items: Center;
  Justify-Content: Space-Between;
}
.Footer Div {
  Display: Flex;
  Align-Items: Center;
  text-align: center;
}
.Footer ul {
  font-size: 18px;
  list-style: none;
  Display: Flex;
  Flex-Wrap: Wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  
}
.Footer li {
  Margin-Right: 30px;
  Margin-Bottom: 20px;
  color: white;
  font-weight: 400;
}
.Footer a{
  color: white;
  padding: 5px;
  font-size: larger;
}
.Footer a:hover{
  color: yellow;
}
.copyy{
  font-size: 22px;
  text-align: center;
  color:white;
  background-color: black;
}
