*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: hsl(217, 28%, 14%);
    overflow-x: hidden;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0px 10% 0px 2%;
    position: sticky;
    top: 0;
    background: hsl(217, 28%, 14%);
    box-shadow: 0 .1rem .5rem rgba(0,0,0,0.2);
    height: 5rem;
    z-index: 100;
}
.header-img {
    width: auto;
    height: 100%;
}
.navbar a{
    text-decoration: none;
    color: white;
    margin: 20px;
}
.navbar a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.dropdown {
    display: none;
}
@media (max-width:700px) {
    header {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
    }
    .header-img {
        width: 40%;
    }
    .navbar {
        display: none;
    }
    .dropdown {
        display: inline-block;
        position: relative;
    }
    .dropdown img {
        width:80%;
        position: relative;
        right: 0%;
    }
    .dropdown-content {
        width: 160px;
        background-color: hsl(217, 27%, 20%);
        box-shadow: 0px 8px 12px rgba(0,0,0,0.2);
        position: absolute;
        right: 0px;
        display: none;
    }
    .dropdown-content a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        color: white;
    }
    .dropdown-content a:hover {
        background-color: black;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
}
.container-1 {
    width: 35%;
    margin: auto;
    color: white;
    margin-top: 2rem;
}
.img-1 {
    width: 100%;
}
.cont-1-h {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-bottom: 4%;
}
.cont-1-p {
    text-align: center;
    margin-bottom: 10%;
    line-height: 1.5rem;
}
.cont-1-a {
    text-decoration: none;
    background: #59d6be;
    padding: 12px 100px;
    border-radius: 2em;
    margin-left: 20%;
}
.cont-1-a:hover {
    background-color: black;
    color: white;
}
@media (max-width:1000px) {
    .container-1 {
        width: 80%;
    }
    .cont-1-a {
        padding: 12px 16px;
        margin-left: 35%;
    }
}
.container-2 {
    padding: 2em 12em;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.content-2 {
    width: 40%;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 5%;
}
.content-2 h1 {
    margin-bottom: 2%;
    font-family: 'Raleway', sans-serif;

}
@media (max-width:900px) {
    .container-2 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 0em;
        margin-top: 10%;
    }
    .content-2 {
        width: 70%;
    }
}
.container-3 {
    display: flex;
    padding: 4em;
    color: white;
}
.img-3 {
    width: 100%;
}
.content-3 {
    width: 50%;
}
.cont-3-h {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    width: 50%;
    margin-bottom: 4%;
    margin-top: 15%;
}
.cont-3-p {
    line-height: 1.5rem;
    margin-bottom: 5%;
}
.cont-3-a {
    color: #59d6be;
}
@media (max-width:900px) {
    .container-3 {
        display: flex;
        flex-direction: column;
        padding: 2em;
        text-align: center;
    }
    .content-3 {
        width: 100%;
        margin: auto;
    }
    .cont-3-h {
        width: 90%;
        text-align: center;
    }
    
}
.container-4 {
    color: white;
    display: flex;
    padding: 4em;
}
.testimonial-card {
    margin: 1%;
    background: hsl(219, 27%, 20%);
    box-shadow: 2px 2px 3px hsl(217, 27%, 20%);
    padding: 2%;
    position: relative;
    z-index: 1;
}
.img-4 {
    width: 50px;
    border-radius: 100%;
}
.content-4 {
    display: flex;
    margin-top: 20%;
}
.content-4a {
    margin-left: 5%;
}
.content-4a li{
    list-style-type: none;
}
.container-4:after {
    content: url(Pics/Quote-Marks-Icon_Spring-Green-removebg-preview.png);
    size: 50vh;
    position: absolute;
    color: red;
    margin-top: -8%;
}
@media (max-width:900px) {
    .container-4 {
        display: flex;
        flex-direction: column;
        padding: 6em;
    }
    .container-4:after {
        content: url(Pics/Quote-Marks-Icon_Spring-Green-removebg-preview.png);
        size: 50vh;
        position: absolute;
        color: red;
        margin-top: -15%;
    }
    .content-4a {
        margin-left: 0%;
    }
}

@media (max-width:600px) {
    .container-4 {
        display: flex;
        flex-direction: column;
        padding: 2em;
        margin-top: 10%;
    }
    .testimonial-card {
        padding: 1em;
    }
    .container-4 p {
        text-align: justify;
    }
    .content-4 {
        margin-left: 10%;
    }
    .container-4:after {
        content: url(Pics/Quote-Marks-Icon_Spring-Green-removebg-preview.png);
        size: 50vh;
        position: absolute;
        color: red;
        margin-top: -30%;
    }
}
.section-sign-up {
    padding: 3em;
    color: white;
    width: 55%;
    text-align: center;
    margin: auto;
    background-color: hsl(219, 30%, 18%);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
    position: relative;
    bottom: -80px;
}
.section-sign-up h1{
    margin-bottom: 5%;
    font-size: 30px;
}
.section-sign-up p{
    margin-bottom: 5%;
    line-height: 1.5rem;
}
input[type="email"] {
    width: 50%;
    padding: 14px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
}
input[type="submit"] {
    background: #59d6be;
    border-radius: 25px;
    padding: 14px 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
footer {
    background-color: hsl(216, 53%, 9%);
    /* padding: 0em 4em 4em 0em; */
    color: white;
}
.footer-content {
    display: flex;
    padding: 4em;
    justify-content: space-between;
}
.footer-content li {
    list-style-type: none;
    line-height: 2rem;
}
.footer-content li a{
    color: white;
    text-decoration: none;
}
.footer-content li a:hover{
    text-decoration: underline;
}
.location {
    width: 30%;
}
.social-links {
    display: flex;
}
.web-icons {
    /* border: 1px solid white; */
    height: 40px;
    width: 40px;
    margin: 4px;
    border-radius: 100%;
}
.web-icons a{
    height: 100%;
    width: 100%;
}
.facebook {
    background-color: white;
}
.web-icons img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.social-links a {
    color: white;
    text-decoration: none;
    margin: 20%;
}

@media (max-width:700px) {
    .section-sign-up {
        width: 80%;
        position: relative;
        bottom: 0%;
    }
    .footer-img {
        width: 30%;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        padding: 1em;
        text-align: center;
    }
    .location {
        margin-bottom: 10%;
        width: 100%;
    }
    input[type="email"] {
        padding: 8px 14px;
        width: 100%;
    }
    input[type="submit"] {
        padding: 8px 14px;
        margin-top: 3%;
    }
}