* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(images/landing-2.png);
    background-position: top;
    background-size: cover;
    position: relative;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 200px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: None;
    font-size: 16px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition:0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 24px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 900px) {
    .header {
        background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(images/IMG_9739.JPG);
    }
}

@media(max-width: 700px){
    .text-box h1 {
        font-size: 30px;
    }

    .text-box p {
        font-size: 16px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links{
        position: absolute;
        background: #000000;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }

    html, body {
        position: relative;
        overflow-x: hidden;
      }
    
      body {
        position: relative;
        overflow-x: hidden;
      }
}

/*----------- testimonials -----------*/

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50px;
}

.testimonial-col p{
    padding: 0;
}

.testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}

.testimonial-col .fa{
    color: #f44336;
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }

    .testimonial-col img{
        margin-left: 0px;
        margin-right: 15px;
    }
}

/*-------- Call to action ----------*/

.cta{
    margin: 50px auto;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/cta-website.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}

.cta h1 {
    color: #fff;
    margin-bottom: 10px;
    padding: 0;
}

.cta p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    padding: 0;
}

@media(max-width: 700){
    .cta{
        margin: 50px auto;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/cta-mobile.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 150px 0;
    }

    .cta h1{
        font-size: 24px ;
    }
}

/*-------- Coach Introduction ----------*/

.coach-intro{
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

.coach-intro-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.coach-intro-col img{
    width: 80%;
}

.coach-intro-col h1{
    text-align: center;
    padding-top: 20%;
}

.coach-intro-col p{
    text-align: center;
    padding: 15px 0 25px;
}

.coach-intro-btn{
    display: inline-block;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    left:50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.coach-intro-btn:hover{
  border: 1px solid #f44336;
  background: #f44336;
  color:#fff;
  transition: 1s;
}

@media(max-width: 700px){
    .coach-intro-col img{
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .coach-intro-col h1{
        padding-top: 10px;
        text-align: center;
    }
    
    .coach-intro-col p{
        text-align: center;
    }

    .coach-intro-btn{
        position: absolute;
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*-------- Coaching form div -------------*/

.coaching-form-div{
    margin-top: 10px;
    width: auto;
    height: auto;
    /*left: 10%;  /* Potentially the line which cause iframe positioning bad */
}

.coaching-form-div iframe{
    margin: auto;
    display: block;
    height: 900px;
    width: 700px;
}

@media(max-width: 700px){
    .coaching-form-div iframe{
        margin: auto;
        display: block;
        height: 900px;
        width: 500px;
    }
}

/*-------- Footer ----------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #111111;
}

.footer-p{
    color: #ffffff;
}

.icons .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.icons .fa .fa-red{
    width: 16;
    height: 16;
    fill: currentColor;
}

/*--------- About the coach page --------*/

.sub-header{
    height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(images/55d4f1b9bved802953bee44685a361fa.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.sub-header h1{
    margin-top: 40px;
}

/*-------- About coach content ------*/

.about-coach{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.about-coach-col{
    flex-basis: 70%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.about-coach-col img{
    width: 70%;
}

.about-coach-col h1{
    padding-bottom: 10px;
    font-size: 30px;
}

.about-coach-col p{
    padding: 15px 0 25px;
}

@media(max-width: 700px){
    .about-coach-col img{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .about-coach-col h1{
        text-align: center;
        padding-top: 30px;
    }
    
    .about-coach-col p{
        text-align: center;
    }

    .coach-intro-btn{
        position: absolute;
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*-------- About coach content ------*/

.ifbbw{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #f44336;
}

.ifbbw-col-1{
    flex-basis: 70%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ifbbw-col-1 img{
    width: 15%;
}


.ifbbw-col-2 h2{
    padding-top: 10px;
    background-color: #c09139;
    color: #ffffff;
    padding-bottom: 10px;
}

@media(max-width: 700px){
    .ifbbw-col-1 img{
        width: 40%;
    }
}

/*------- Coaching Services --------------*/

.coach-services{
    width: 100%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.coach-services h1{
    font-size: 30px;
}

.coach-services-col{
    flex-basis: 35%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    padding: 25px;
}

.coach-services-col img{
    height: 400px;
}

.coach-services-col h2{
    margin-top: 25px;
    font-size: 20px;
}

.coach-services-col p{
    margin-top: 25px;
}

/* .coach-services-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.coach-services-col img{
    height: 400px;
}

.coach-services-col p{
    padding: 0;
}

.coach-services-col h2{
    margin-top: 15px;
    text-align: left;
} */

.coach-services-col img{
    height: 400px;
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }

    .coach-services-col img{
        margin-left: 0px;
        margin-right: 15px;
        width: 400px;
    }
}

/*-------- Call to action ----------*/

.coaching-cta{
    margin: 50px auto;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/c5cad1fa1l4742d627a534e792a00aa8.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}

.coaching-cta h1 {
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 700){
    .coaching-cta h1{
        font-size: 24px ;
    }
}

/*---------- Summary ----------*/

.summary{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.summary-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.summary-col h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.summary-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*---------- Wall of Fame ----------*/

.wall-of-fame{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.wof-row{
    display: flex;
    justify-content: space-between;
}


.wall-of-fame-col{
    flex-basis: 98%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.wall-of-fame-col h1{
    padding-top: 20px;
    padding-bottom: 10px;
}

.wall-of-fame-col p{
    text-align: center;
}

.wall-of-fame-col ul{
    padding-top: 10px;
    text-align: left;
    padding-left: 20px;
}

.wall-of-fame li{
    font-weight: 300;
    padding-top: 5px;
}