@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,400;1,700&display=swap');

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

}

body {
    font-family: 'Roboto', sans-serif;

}

a {
    text-decoration: none;
    color: white;
}

p {
    margin: .75rem 0;
}

@media screen and (max-width: 820px) {
    .show-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 821px) {
    .hide-on-desktop {
        display: none;
    }
}

nav {
    display: flex;
    position: sticky;
    top: 0;
    background: white;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
    list-style: none;
    border: 1px solid white;

}

.nav-btn {
    margin: 0 auto;
    margin-right: 1rem;
    display: block;
    width: 30%;
    height: 45px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 10px;
    text-align: center;
    align-items: center;
    color: black;
    background: white;
    border: 1px solid #000000;
    border-radius: 10px;
}

.hamburger {

    position: relative;
    display: inline-block;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: black;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
}

.hamburger.is-active .bar {
    opacity: 0;
}


.mobile-nav {
    position: fixed;
    top: 6rem;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: block;
    z-index: 98;
    background-color: white;
    padding-top: 120px;
    transition: 0.4s;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 12px 16px;
    background-color: #1f103F;
    color: #FFF;
    text-decoration: none;
}


#showcase {
    background: white no-repeat center center/cover;
    height: 100%;

}

#showcase .showcase-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 130%;
}

.showcase-content h1 {
    padding-top: 3rem;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #131313;
}

.showcase-content p {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    justify-content: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: black;
}

.lead .textcolor-red {
    color: #E72621;
}

.lead .textcolor-green {
    color: green;
}

.button-wrapper{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    gap:20px;
   }
   .appbutton-wrap{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    gap:1px;
   } 

.coaching-btn {
        width: 75%;
        margin: 0 auto;
        display: block;
        height: auto;
        white-space: normal;
        word-wrap:break-word;
        padding-top: 20px;
        padding-bottom: 20px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        /* line-height: 60px; */
        text-align: center;
        color: white;
        background: #15914d;
        border: 1px solid #000000;
        border-radius: 10px;
        cursor:pointer;
        transition: all .3s ease;
    }
.Averageapp-button{
        width: 75%;
        margin: 0 auto;
        display: block;
        height: auto;
        white-space: normal;
        word-wrap:break-word;
        padding-top: 20px;
        padding-bottom: 20px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        /* line-height: 60px; */
        text-align: center;
        color: white;
        background: #15914d;
        border: 1px solid #000000;
        border-radius: 10px;
        cursor:pointer;
        transition: all .3s ease;
        } 
#section-2 {
    background: lightcyan no-repeat center center/cover;
    height: 100%;
    width: 100%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}


.img1 {
    max-width: 100%;
    flex: 100%
}

.img2 {
    max-width: 100%;
    flex: 100%
}

.img3 {
    max-width: 100%;
    flex: 100%
}

#section-3 h3 {
    padding-top: 1rem;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: #000000;
}

#section-3 p {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    justify-content: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #131313;
    padding-bottom: 4rem;
}

input[type=button],
select {
    margin: 0 auto;
    display: block;
    width: 70%;
    height: 65px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    align-items: center;
    color: white;
    background: #15914d;
    border: 1px solid #000000;
    border-radius: 10px;
}

#footer {
    background: #f3f0f0;
    height: 100%;
    overflow: hidden;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.footer-logo {
    width: 53px;
    height: 45px;
}

.logo {
    max-width: 50%;
    flex: 50%
}

.avgapp {
    flex: 50%;
    max-width: 50%;
}

.memberships {
    flex: 50%;
    max-width: 50%;
}

.explore {
    flex: 50%;
    max-width: 50%;
}

.avgapp h4 {
    width: 150%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.memberships h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.explore h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.avgapp ul {
    align-items: center;
    list-style: none;
    height: 150px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
}

.memberships ul {

    text-align: left;
    list-style: none;
    width: 150%;
    height: 200px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
}

.explore ul {
    text-align: left;
    list-style: none;
    height: 200px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
}
.explore li {
    color: #495057;
}

.copyright-text {
    margin-top: -17rem;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8B959D;
}