body{
    margin: 0;
    font-family: Helvetica ,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}
*{
    box-sizing: border-box;
}
/* -------- */
.header{
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.207),0 2px 2px rgba(0, 0, 0, 0.207);
    position: relative;
    z-index: 30;
    margin-bottom: 32px;
}
.header-container{
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    padding: 20px 30px;
}
.left-bar{
    height: 100%;
    display: flex;
    align-items: center;
}
.logo{
    height: 51px;
    width: 51px;
}
.logo img{
    height: 51px;
}
.left-bar nav ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.left-bar nav ul li {
    text-transform: uppercase;
    padding-left: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
a {
    text-decoration: none;
    color: black;
}
.left-bar nav ul li a:hover {
    color: #008240;
}
.right-bar{
    height: 100%;
    display: flex;
    align-items: center;
}
.join-now{
    margin-right: 16px;
}
.sign-in{
    margin-right: 16px;
}
.find-store{
    margin-right: 16px;
}
.join-now{
    border: 1px solid;
    padding: 7px 16px;
    border-radius: 50px;
    background-color: black;
    font-weight: 600;
    line-height: 1.2;
    transition: all .2s ease;
}
.join-now a {
    color: white;
}
.sign-in{
    border: 1px solid;
    padding: 7px 16px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .2s ease; 
}
.join-now:hover{
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
}
.sign-in:hover{
    background-color: rgba(0,0,0,.06);
}
.find-store a:hover{
    color: #008240;
} 

/* ---------------------- */

.main-container{
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.207),0 2px 2px rgba(0, 0, 0, 0.207);
}
.section{
    display: flex;
    margin-bottom: 32px;
}
.section .image {
    width: 50%;
    display: flex;
}
.section .image img {
    width: 100%;
}
.section .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 48px;
    background-color: #006241;
    letter-spacing: 1px;
}
.text h1 , p {
    margin: 0;
    font-weight: 500;
}
.text h1 {
    color:white;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 24px;
}
.text p{
    color:white;
    text-align: center;
    font-weight: 550;
    margin-bottom: 32px;
    font-size: 19px;
}
.text .button {
    padding: 7px 16px;
    border-radius: 50px;
    border: 1px solid;
    color: white;
}
.text .button a {
    color:white;
    font-weight: 600;
    letter-spacing: 0;
    transition: all 0.2s ease;
}
.text .button :hover {
    padding: 7px 32px;
    background-color: rgba(30, 57, 50, .1);
}



.second .text{
    background-color:#A3029A;
}
.second .text h1 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: white;
}
.second .text p {
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: white;
}

.second .text .button{
    color: white;
}
.second .text .button a{
    color:white;
}



.third .text {
    background-color: #98CDE4;
}
.third .text h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}
.third .text p {
    letter-spacing: 1px;
    color: black
}
.third .text .button {
    border-color: black;
}
.third .text .button a {
    color: black;
}




.fourth .text {
    background-color: #97D8B1;
}
.fourth .text h1 {
    font-size: 25px;
    color: black;
    margin-bottom: 24px;
}
.fourth .text p {
    font-size: 20px;
    font-weight: 450;
    letter-spacing: 1px;
    color: black;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 25px;
}
.fourth .text .button {
    border-color: black;
}
.fourth .text .button a {
    color: black;
}

.valid{
    padding: 30px;
    text-align: center;
    font-size: small;
}
/* ---------------- */


footer{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.575);
    padding: 24px 0;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 32px;
}
.footer-container{
    width: 100%;
    display: flex;
    padding: 0 40px;
}
.links-container {
    width: 20%;
}
.links-container li b {
    color: black;
    line-height: 0;
}
.links-container li {
    list-style-type: none;
    font-size: 15px;
    line-height: 3;
    margin-bottom: 3px;
    color: rgba(0,0,0,.58);
}
.links-container li:hover{
    color: black;
    cursor: pointer;
}


.social-icons{
    height: auto;
    width: auto;
    padding: 0;
}
.social-icons img{
    height: 40px;
    margin-left:45px;
}


.copyright{
    width: 60%;
    height: auto;
}

.copyright li{
    list-style-type: none;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 3px;
    color: black;
}
.copyright p{
    line-height: 4;
    color: rgba(0,0,0,.58);
}

