html{
    scroll-behavior: smooth;
}

#page-wrapper{
    position: relative;
}

body{
    background-color: rgba(255, 255, 255, 0.205);
}

header{
    position: fixed;
    top: 0;
    min-height: 75px;
    padding: 0px 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #a2b2df
}

img{
    margin-top: 0px;
    max-height: 100%;
    max-width: 20%;
    display: flex;
    object-fit: cover;
    object-position: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 65px;
}

nav{
    font-weight: 400;
}

nav > ul {
    width: 35vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

a{
    color:rgb(0, 0, 0);
    text-decoration: none;
}

li{
    list-style: none;
}

#hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    margin-top: 5%;
}

#hero > h2{
    margin-bottom: 20px;
}

#hero input[type='email'] {
    max-width: 275px;
    width: 100%;
    padding: 5px;
}

#hero input[type="submit"]{
    max-width: 150px;
    width: 100%;
    height: 30px;
    margin: 15px 0;
    border: 0;
    background-color: #523874; 
    color: #adf182;
}

.btn{
    padding: 0 0px;
    height: 40px;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    border: 5px black solid;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
}

.btn:hover{
    box-shadow: 0 10px 16px;    
    color: black;

}

.container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.grid{
    display: flex;
}

#features .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 20vw;
    color: #523874;
    font-size: 60px;
}

.fa, .fas {
    font-weight: 900;
}


.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa-3x{
    font-size: 3em;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#features .desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 125px;
    width: 80vw;
    padding: 5px;
}

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

#how-it-works > iframe{
    max-width: 1000px;
    width: 100%;
}

#pricing{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100% / 3);
    margin: 10px;
    border: 1px solid #000;
    border-radius: 3px;
}

.product > .level{
    background-color: #ddd;
    color: black;
    padding: 15px 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.product > ol {
    margin: 15px 0;
}

.product > ol > li {
    padding: 5px 0;
}

li{
    list-style: none;
}

.product > button {
    border: 0;
    margin: 15px 0;
    background-color:#523874;
    color: #adf182;
    font-weight: 400;
}

footer{
    margin-top: 30px;
    background-color: #ddd;
    padding: 20px;
}

footer > ul {
    display: flex;
    justify-content: flex-end;
}

footer > ul > li {
    padding: 0 10px;
}

a{
    color:rgb(0, 0, 0);
    text-decoration: none;
}

footer > span{
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    font-size: 0.9em;
    color: #444;
}

.btn-eva-zero{
    padding: 0 20px;
    height: 40px;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px black solid;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    background-color: black;
}

.btn-eva-zero:hover{
    box-shadow: 0 10px 16px;      
}

.btn-eva-first{
    padding: 0 20px;
    height: 40px;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px black solid;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    background-color: black;
}

.btn-eva-first:hover{
    box-shadow: 0 10px 16px;      
}

.btn-eva-second{
    padding: 0 20px;
    height: 40px;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px black solid;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    background-color: black;
}

.btn-eva-second:hover{
    box-shadow: 0 10px 16px;   
}

@media (max-width: 800px){ #pricing{flex-direction: column;}}
@media (max-width: 600px){ header{flex-wrap: wrap;}}
@media (max-width: 650px){
nav {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}}

@media (max-width: 650px){.logo > img{margin: 0 auto;}}
@media (max-width: 650px){.logo{margin-top: 15px; width: 100%; position: relative;}}
@media (max-width: 650px){#hero {margin-top: 120px;}}
@media (max-width: 550px){#features .icon {display: none;}}
@media (max-width: 650px){#features {margin-top: 0;}}
@media (max-width: 550px){#features .desc {
    width: 100%;
    text-align: center;
    padding: 0;
    height: 150px;}}

@media (max-width: 800px){.product {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;}}