header {
  position: fixed;
  top: 0;
  left:0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  width: 100%;
}

#header-img {
  display: flex;
  width: max(2rem, 30vw);
  aspect-ratio: 22/6;
  margin-top: 30px;
  margin-right: 400px;

} 

nav {
  width: 50%;
  max-width: 300px;
  height: 50px;
} 


nav > ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding-inline-start: 0;
  margin-block: 0;
}
nav > ul > li {
  color: black;
  margin: 0 0.1px;
  padding: 0.1px;
  display: block;
}

nav > ul >li:hover {
  background-color: white;
  color: black;
  cursor:pointer;
}

li > a {
  color: inherit;
  text-decoration: none;
} 

h1 {
  text-align: center;
  font-size: 22px;
  font-family: 	Times New Roman;
  font-weight: 100;
  margin-top: 90px;
}


#form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 70%;
  max-width: 300px;
}

input {
  border: 2px solid #dfdfe2;
  width: 150%;
  height: 30px;
  margin-top: 19px;
  margin-left: -100px;
  border-radius: 5px;
  color: black;
  text-align: left;
  font-size: 20px;
  font-family: sans-serif;
}


#submit {
  width: 60%;
  background-color: yellow;
  font-weight: 800;
  text-align: center;
  height: 50px;
}

.content {
  width: 100vw;
  margin-bottom: 59px;
} 
#features {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #0F0616;
  margin-top: 80px;
  margin-bottom: 25px;
}

.content-heading {
  font-size: 30px;
  font-weight: 800;

  font-style: Raleway;
  margin-top: -45px;
}
.content  p{
  font-size: 13px;
  margin-top: -20px;
  font-family: sans-sarif;
  color:#111801;
}

.fa-solid{
  margin-left: -100px;
  margin-right: 209px;
  padding-right: 100px;
  font-size: 3rem;
}

#video{
  display: block;
  margin: auto;
  position: static;
  border: 2px solid black;
  border-radius: 4px;
}

#pricing {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  width: 100vw;
  height: 320px;

}
.card-1, .card-2, .card-3 {
  width: 30vw;
  height: 320px;
  background-color: white;
  border: 2px solid black;
  border-radius: 2px;

}
.card-heading {
  width: 30vw;
  height: 50px;
  background-color:#B2BEB5;
  text-align: center;
  position: relative;
}

.card-heading {
  display: flex;
  position: relative;
  top:0;
  left:0;
  width: 30vw;
  height: 45px;
  background-color:#F2F2F2;
}

#pricing  h2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  color: #353839;
  font-family: Montserrat;
}

.card-content {
  width: 30vw;
  height: 249px;
  background-color: white;
  text-align: center;
}

.card-content h3 {
  font-size: 25px;
  color: #1B1B1B;
  font-weight: 800;
  font-family: Roboto Mono;
}

.card-content p {
  color: #2E2E2E;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

.card-content .select {
  background-color: #C0C0C0;
  width: 10vw;
  height: 40px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #343434;
  border-bottom: 3px solid  black;
}

.footer-element {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100vw;
  height: 100px;
  background-color: #E5E5E5;
  text-align: right;
  color: #1B1B1B;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-block: block;
  top: 0;
  font-family: calibir;
  text-transform: lowercase;
  gap: 23;
  font-size: 1rem;
}

@media (max-width:5vw, 45rem){
  section {
    max-width: 500px;
  }
}