html {
    font-size: 16px;
}


body {
    font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
   
}

/* Nav */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background-color: #0b1215 ;
    color:#FAF9F6 ;
    position: sticky;
    top: 0;
}

h3 {
    font-weight: 900;
    font-size: 1.5rem;
}


nav ul {
    display: flex;
    align-items: center;
    
}

nav li {
    margin: 0 1rem;
}

.nav-signup {
    border: 2px solid  #e20c3b  ;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    width:100%;
    height:100%;
}

nav a {
    color: #FAF9F6;
    text-decoration: none;
}

nav a:hover {
    color: #bebebe
}


.nav-signup:hover {
    background-color:#e20c3b
}
@media only screen and (max-width:728px) {

    .full {
        display: none;
    }

    nav li {
        font-size: 0.8rem;
        margin:0 0.5rem;
    }

    nav {
        padding: 1rem;
    }
}

@media only screen and (min-width:728px) {

    .abr {
        display: none;
    }

}

/* Billboard */

.billboard {
    height: 40rem;
    background-color: rgb(101, 101, 101);
    background-image: url("./Assets/Images/victor-freitas-q0PAwgjKh-g-unsplash.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

h1 {
    font-size: 6rem;
    font-weight: 900;
    color: #FAF9F6;
}

h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #bebebe;
}

.heading {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   
}

.signup-link {
    background-color: #e20c3b;
    color: #FAF9F6;
    padding: 1rem 2.25rem;
    text-align: center;
    width: 8rem;
    border-radius: 50rem;
    margin-top:1rem ;
    
}
.heading a {
    text-decoration: none;
}

.heading a:hover {
    background-color: #c00931;
}

@media only screen and (max-width:728px) {
    .billboard h1 {
        font-size: 3rem;
    }
    .billboard h2 {
        font-size: 2rem;
    }

    .billboard {
        text-align: center;
        align-content: center;
        height: 30rem;
    }

    .heading {
        
        align-items: center;
        margin-left: 0;

    }

    
}

/* Testimonial */
.testimony {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 75%;
    margin: auto;

}

.marks {
    font-size: 16rem;
    color: rgb(242, 242, 242);
    margin-bottom: -8rem;
}

.quote {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.testimony h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight:700;
    color: #e20c3b;
    

}

.testimony h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #787878;

}

.testimony img {
    width: 6rem;
    border-radius: 50rem;
}


/* features */ 

.features {
    display: flex;
    justify-content: space-evenly;
    width: 99%;
    margin: auto;
    margin-top: 2rem;
    padding: 0 0.25rem;

}

.feature-card {
    background-color:#787878;
    color: #FAF9F6;
    height: 20rem;
    width: 99%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25rem .25rem;
    
    
}


.feature-card:hover {
    background-blend-mode: screen;
 
 
    }
.feature-card h3 {
    font-size: 2rem;
    font-weight: 500;
}

.feature-1 {
    background-image: url("./Assets/Images/alora-griffiths-dr0TJa-zYQo-unsplash.jpg");
    background-color: #9b9999;
    background-size:cover;
    background-position: top;
    background-blend-mode: multiply;
}

.feature-2 {
    background-image: url("./Assets/Images/sam-sabourin-KZrwKV90zRk-unsplash.jpg");
    background-color: #9b9999;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
}

.feature-3 {
    background-image: url("./Assets/Images/anastase-maragos-7kEpUPB8vNk-unsplash.jpg");
    background-color: #9b9999;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
}


@media only screen and (max-width:728px) {
    .features {
        flex-wrap: wrap;
    }
}

/* Signup */

#signup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    font-size: 1.5rem;
}


#signup h3{
    font-size:2rem ;
    margin-bottom: 1rem;
}

input {
    border-radius: 50rem;
    padding: 1rem 0.5rem;
    width: 100%;
    margin: 1rem 0;
    border:solid .25px #9b9999;
    

}


#signup {
    width:80%;
    margin:auto;
}
form {
    width: 70%;
}

.submit {
    width: 25%;
    font-size: 1.2rem;
    background-color: #e20c3b;
    color: #FAF9F6;
    margin: auto;
    border: none;
   
}

.submit:hover {

    background-color:#c00931;


}

@media only screen and (max-width:728px) {
    .submit {
        width: 75%;
    }
}

/* Footer */
footer {
    background-color: #0b1215;
    color: #686868;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;

}

footer ul {
    display: flex;

}

footer li {
    margin: 0 1rem;

}

footer a {
    color: #686868;
    text-decoration: none;
}

footer a:hover {
    color: #c7c7c7;
}

@media only screen and (max-width:728px) {
    footer {
        flex-direction: column;
    }
}