body{
font-family: 'Open Sans', sans-serif;
margin: 0;
color: white;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(115deg,rgba(101, 48, 199, 0.8),rgba(180, 165, 209, 0.7)),
  url(https://wallpaperplay.com/walls/full/f/8/8/69348.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
#header{
  background-color: rgba(27, 27, 50, 0.9);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 50px;
  flex-wrap: wrap;
  position: sticky;
  z-index: 10;
  top: 0;
}
#header-img{
  height: 65px;
}
#name{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: .6;
}
#nav-bar{

}
.nav-link{
text-decoration: none;
}
.nav-link:link{
  color: white;
}
.nav-link:active{
  color: white;
}
.nav-link:visited{
  color: white;
}

nav > ul {
  width: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;

}
@media (max-width: 650px) {
  nav > ul{
    display: flex;
    flex-direction: column;
  }
}

.container{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  background-color: rgba(27, 27, 50, 0.6);
  backdrop-filter: blur(5px);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid{
  display: flex;
}
.icon{
display: flex;
align-items: center;
justify-content: center;
padding-right: 3vw;
padding-left: 3vw;
max-width: 23px;
}

.des{
  display: flex;
  flex-direction: column;
  width: 45vw;
}
.title{
  margin-bottom: 0px;
}
.paragraph{
  margin-top: 0px;
}

#how-it-works {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#how-it-works > iframe {
  max-width: 672px;
  width: 100%;
  border: 15px solid rgba(27, 27, 50, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
#pricing{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  background-color: rgba(27, 27, 50, 0.6);
  backdrop-filter: blur(5px);
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.prices{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-box{
  border-style: solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3vh;
  margin-right: 3vh;
  padding-left: 3vh;
  padding-right: 3vh;
  margin-top: 3vh;
}
.yes {
  list-style-type: none;
  text-align: center;
  max-width: 250px;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 25px;
}
.but{
  border-color: white;
  background-color: transparent;
  color: white;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  border-style: solid;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.but:hover{
  background-color: white;
  color: black;
}
.hat-num{
  font-weight: 1900;
  font-size: 23px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.hat-prc{
  margin-bottom: 10px;
}
.con-email{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;

}
.form-email{
  display: flex;
  flex-direction: column;

}
#submit{
  border-color: white;
  margin-top: 20px;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  border-style: solid;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 3px;
}
#submit:hover{
  background-color: white;
  color: black;
}

#email{
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  border-style: solid;
  border-color: white;
}
.back{
  background-color: rgba(27, 27, 50, 0.6);
  backdrop-filter: blur(5px);
  margin-bottom: 40px;
  padding: 0px 40px 30px 40px;
  border-radius: 5px;
}
#contacth2{
  text-align: center;
  font-size: 30px;
}
::placeholder{
  color: white;
}
.foot-but{
  display: flex;
  justify-content: space-around;
  flex-grow: .1;
  flex-wrap: wrap;
}
.foot{
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer-but{
text-decoration: none;
}
.footer-but:hover{
  font-size: 17px;
}
.footer-but:link{
  color: white;
}
.footer-but:active{
  color: white;
}
.footer-but:visited{
  color: white;
}
