@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');

/* Font family & Sizing set here */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #d4cfcf
}

h1,
h3,
p,
a {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #f5f5f5;
}

.bold {
  font-weight: 600;
  text-align: left;
  font-size: 1.1em;
  padding: 30px 10px 0px;
}

h1 {
    font-size: 28px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

p {
    font-size: 16px;
    font-weight: 200;
}


/* ------------- COLORS & BACKGROUND IMAGES ------------- */

.btn-default {
    background-color: #fe6f27;
    color: #2f2f2f;
    border-color: #2f2f2f;
    font-weight: 600;
}

/* INAGES DEFAULT SETTINGS */
.hero, .the-problem, .our-vision, .freebie {
  clear: left;
  background-repeat: no-repeat;
}



.hero {
    background: url("../images/cycle-pov.png");
}
.the-problem {
    background: url("../images/pollution.png");
}

.freebie {
    background: url("../images/report.png");
    background-repeat: no-repeat;
}

/* background colours */

.white1-bg {
    background-color: #f2f2f2;
}
.white2-bg {
    background-color: #f5f5f5;
}
.white3-bg {
    background-color: #f8f8f8;
}
.blk1-bg {
    background-color: #1b1b1b;
}
.blk2-bg {
    background-color: #252525;
}
.blk3-bg {
    background-color: #2f2f2f;
}
.orange-bg {
    background-color: #fe6f27;
}
.blue-bg {
    background-color: #A7C7E7;
}
.accordion-body {
    background-color: #c7c7c7;
}

/* SECTION #2: BULLET MESSAGES */

.bullet-messages span {
    color: #2f2f2f;
}

.bullet-messages i {
    color: #2f2f2f;
}

.block {
   text-align: center;
}

/* SECTION #3: THE PROBLEM */

/* SECTION #4: QUOTE */
.quote p {
    color: #2f2f2f;
}
/* SECTION #4: ACTIVITY */
.graphic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.activity p {
    color: #2f2f2f;
}

/* SECTION #5: OUR VISION */
.our-vision h1, .our-vision p {
    color: #f8f0df;
}

/* SECTION #5: FEEDBACK */
.feedback .graphic {
    padding-top: 35px;
}

.feedback p {
    color: #2f2f2f;
}
.feedback em {
    font-weight:bold;
    font-style:normal;
    color:rgb(44, 124, 177);
    font-size: 0.9em;
}

.feedback .checked {
    color: orange;
    font-size: 0.9em;
  }

/* SECTION #6: FAQ */

.faq h1 {
    color: #f8f0df;
}

.faq p {
    text-align: left;
}

.accordion-button {
    color: #1b1b1b;
    font-weight: 500;
}

.accordion-flush .accordion-item .accordion-button {
    padding: 10px;
}

/* SECTION #7: FREEBIE */

.freetrial h1,
p {
    color: #2f2f2f;
}

/* form */
.form-control {
    margin: 5px 0px;
    background-color: rgba(248, 246, 246, 0.3) !important;
    border-radius: 0rem;
}

.my-form-style {
    width: 90%;
    margin: auto;
}

.my-form-style p {
    padding: 0px;
}

.check {
    margin: 10px 10px;
}
/* SECTION #8: FOOTER */

.footer p {
    color: #2f2f2f;
}

.footer p::before {
    color: #f5f5f5;
}

/* Terms & Privacy pages */

.terms p {
    text-align: left;
    padding: 10px;
    font-weight: 300;
}

.terms a {
    color: #0a58ca;
}

/* ------------- Media Queries BIG DESKTOP --------- BLUE -----*/

@media only screen and (max-width: 3500px) {

  .logo {
    background: url("../images/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero {
      background-size: cover;
      background-position: center top;
  }
  .the-problem {
    background-size: 110%;
    background-position: center top;
  }

  .our-vision {
    background: url("../images/runner.png");
      background-size: 120%;
      background-position: right top;
  }

  .freebie {
    background-size: 112%;
    background-position: left center;
  }


    h1 {
        font-size: 1.9em;
        font-weight: 400;
    }

    h3 {
        font-size: 2em;
        font-weight: 500;
        padding: 40px 20px;
    }

    p {
        font-size: 1.7em;
        font-weight: 600;
    }
    .box-white, .box-blue, .box-grey {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .box-white {
        color: #2f2f2f;
        background-color: rgba(248, 246, 246, 0.8);
    }

    .box-blue {
        color: #2f2f2f;
        background-color: rgba(167, 199, 231, 0.6);
    }

    .box-grey {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.5);
    }

    h1 {
        padding: 10px 20px 0px;
    }

    p {
        padding: 0px 20px 10px;
    }

    .ind {
        text-align: justify;
        color: #2f2f2f;
        width: 95%;
        padding: 0px 0px 0px 20px;
      }

    .top-sign-up {
      padding-top: 10px;
      padding-bottom: 15px;
      text-align: center;
    }

    .sign-up {
      padding-top: 30px;
      padding-bottom: 40px;
      text-align: center;
    }

    .btn-default {
        font-size: 1.8em;
    }

    .text-vertical-center {
        padding: 0px 0 10px 0;
    }

    .block {
        padding: 20px 8px;
    }

    /* SECTION #1: HERO */
    .hero .top-space {
        padding: 10px;
    }
    .hero .middle-space {
        padding: 0px;
    }
    .hero .bottom-space {
        padding: 110px;
    }

    /* SECTION #2: BULLET MESSAGES */

    .bullet-messages {
        padding: 0px;
    }

    .bullet-messages span {
        padding: 5px 8px;
        font-size: 1.8em;
    }


    /* SECTION #3: THE PROBLEM */

    .the-problem .top-space {
        padding: 20px;
    }
    .the-problem .middle-space {
        padding: 0px;
    }
    .the-problem .bottom-space {
        padding: 200px;
    }

    .the-problem p {
        padding: 2px;
        width: 100%;
    }

    /* SECTION #4: HOW IT WORKS / ACTIVITY */
    .activity i {
        font-size: 130px;
        padding: 0px;
    }

    .activity p {
        padding: 25px 0px 30px;
        font-weight: 200;
    }

    .our-vision p {
        padding: 10px;
    }


    .quote p {
      font-size: 2.2em;
      padding: 50px 20px;
      font-weight: 400;
    }

  /* SECTION #5: OUR VISION */
    .our-vision .top-space {
       padding: 25px;
    }
    .our-vision .middle-space {
       padding: 10px;
    }
    .our-vision .bottom-space {
       padding: 135px;
    }



  /* SECTION #6: FAQ */
  .faq h1 {
    font-size: 1.8em;
    padding: 15px;
  }

  .faq p {
  font-size: 1.3em;
  }

  .freebie {
    min-height: 400px;
  }

  .freebie-text p {
    font-size: 20px;
  }

  .free .top-space {
     padding: 25px;
  }

  .free .bottom-space {
     padding: 35px;
  }

    /* SECTION #7: FREE TRIAL */
    .freetrial p {
        font-size: 1em;
        text-align: left;
        padding-left: 27px;
    }

    .notice p {
        font-size: 1.1em;
        padding: 10px;
    }

    .check p {
        font-size: 0.8em;
        padding: 10px;
    }

    /* SECTION #8: FOOTER */
    .footer-links {
        padding: 0px;
    }

    .form-button {
        margin: 15px 0px 15px 48px;
    }

    .footer-links a {
        font-size: 1.5em;
    }

    footer p {
      font-size: 1em;
      padding: 15px;
      font-weight: 300;
    }

    .terms p {
      font-size: 1em;
    }

}



/* ------------- Media Queries DESKTOP --------- RED -----*/

@media only screen and (max-width: 1550px) {

  .logo {
    background: url("../images/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero {
      background-size: cover;
      background-position: center top;
  }
  .the-problem {
    background-size: 110%;
    background-position: center top;
  }

  .our-vision {
    background: url("../images/runner.png");
      background-size: 120%;
      background-position: right top;
  }

  .freebie {
    background-size: 112%;
    background-position: left center;
  }


    h1 {
        font-size: 1.9em;
        font-weight: 400;
    }

    h3 {
        font-size: 2em;
        font-weight: 500;
        padding: 40px 20px;
    }

    p {
        font-size: 1.7em;
        font-weight: 600;
    }
    .box-white, .box-blue, .box-grey {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .box-white {
        color: #2f2f2f;
        background-color: rgba(248, 246, 246, 0.8);
    }

    .box-blue {
        color: #2f2f2f;
        background-color: rgba(167, 199, 231, 0.6);
    }

    .box-grey {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.5);
    }

    h1 {
        padding: 10px 20px 0px;
    }

    p {
        padding: 0px 20px 10px;
    }

    .ind {
        text-align: justify;
        color: #2f2f2f;
        width: 95%;
        padding: 0px 0px 0px 20px;
      }

    .top-sign-up {
      padding-top: 10px;
      padding-bottom: 15px;
      text-align: center;
    }

    .sign-up {
      padding-top: 30px;
      padding-bottom: 40px;
      text-align: center;
    }

    .btn-default {
        font-size: 1.8em;
    }

    .text-vertical-center {
        padding: 0px 0 10px 0;
    }

    .block {
        padding: 20px 8px;
    }

    /* SECTION #1: HERO */
    .hero .top-space {
        padding: 40px;
    }
    .hero .middle-space {
        padding: 0px;
    }
    .hero .bottom-space {
        padding: 190px;
    }

    /* SECTION #2: BULLET MESSAGES */

    .bullet-messages {
        padding: 0px;
    }

    .bullet-messages span {
        padding: 5px 8px;
        font-size: 1.8em;
    }


    /* SECTION #3: THE PROBLEM */

    .the-problem .top-space {
        padding: 20px;
    }
    .the-problem .middle-space {
        padding: 0px;
    }
    .the-problem .bottom-space {
        padding: 250px;
    }

    .the-problem p {
        padding: 2px;
        width: 100%;
    }

    /* SECTION #4: HOW IT WORKS / ACTIVITY */
    .activity i {
        font-size: 130px;
        padding: 0px;
    }

    .activity p {
        padding: 25px 0px 30px;
        font-weight: 200;
    }

    .our-vision p {
        padding: 10px;
    }


    .quote p {
      font-size: 2.2em;
      padding: 50px 20px;
      font-weight: 400;
    }

  /* SECTION #5: OUR VISION */
    .our-vision .top-space {
       padding: 25px;
    }
    .our-vision .middle-space {
       padding: 10px;
    }
    .our-vision .bottom-space {
       padding: 135px;
    }



  /* SECTION #6: FAQ */
  .faq h1 {
    font-size: 1.8em;
    padding: 15px;
  }

  .faq p {
  font-size: 1.3em;
  }

  .freebie {
    min-height: 400px;
  }

  .freebie-text p {
    font-size: 20px;
  }

  .free .top-space {
     padding: 25px;
  }

  .free .bottom-space {
     padding: 35px;
  }

    /* SECTION #7: FREE TRIAL */
    .freetrial p {
        font-size: 1em;
        text-align: left;
        padding-left: 27px;
    }

    .notice p {
        font-size: 1.1em;
        padding: 10px;
    }

    .check p {
        font-size: 0.8em;
        padding: 10px;
    }

    /* SECTION #8: FOOTER */
    .footer-links {
        padding: 0px;
    }

    .form-button {
        margin: 15px 0px 15px 125px;
    }

    .footer-links a {
        font-size: 1.5em;
    }

    footer p {
      font-size: 1em;
      padding: 15px;
      font-weight: 300;
    }

    .terms p {
      font-size: 1em;
    }


}

/* ------------- Media Queries Tablet --------- PURPLE -----*/

@media only screen and (max-width: 992px) {

  .logo {
    background: url("../images/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }



  .hero {
      background-size: cover;
      background-position: center top;
  }
  .the-problem {
    background-size: 110%;
    background-position: center top;
  }

  .our-vision {
    background: url("../images/runner.png");
      background-size: 120%;
      background-position: right top;
  }


  .freebie {
    background-size: 112%;
    background-position: left center;
  }


    h1 {
        font-size: 1.9em;
        font-weight: 400;
    }

    h3 {
        font-size: 2em;
        font-weight: 500;
        padding: 40px 20px;
    }

    p {
        font-size: 1.7em;
        font-weight: 300;
    }
    .box-white, .box-blue, .box-grey {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .box-white {
        color: #2f2f2f;
        background-color: rgba(248, 246, 246, 0.8);
    }

    .box-blue {
        color: #2f2f2f;
        background-color: rgba(167, 199, 231, 0.6);
    }

    .box-grey {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.5);
    }

    h1 {
        padding: 10px 20px 0px;
    }

    p {
        padding: 0px 20px 10px;
    }

    .ind {
        text-align: justify;
        color: #2f2f2f;
        width: 95%;
        padding: 0px 0px 0px 20px;
      }

    .top-sign-up {
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: center;
    }

    .sign-up {
      padding-top: 30px;
      padding-bottom: 40px;
      text-align: center;
    }

    .btn-default {
        font-size: 1.8em;
    }

    .text-vertical-center {
        padding: 0px 0 10px 0;
    }

    .block {
        padding: 20px 8px;
    }

    /* SECTION #1: HERO */
    .hero .top-space {
        padding: 10px;
    }
    .hero .middle-space {
        padding: 0px;
    }
    .hero .bottom-space {
        padding: 110px;
    }

    /* SECTION #2: BULLET MESSAGES */

    .bullet-messages {
        padding: 0px;
    }

    .bullet-messages span {
        padding: 5px 8px;
        font-size: 1.8em;
    }


    /* SECTION #3: THE PROBLEM */

    .the-problem .top-space {
        padding: 10px;
    }
    .the-problem .middle-space {
        padding: 0px;
    }
    .the-problem .bottom-space {
        padding: 150px;
    }

    .the-problem p {
        padding: 2px;
        width: 100%;
    }

    /* SECTION #4: HOW IT WORKS / ACTIVITY */
    .activity i {
        font-size: 130px;
        padding: 0px;
    }

    .activity p {
        padding: 25px 0px 30px;
        font-weight: 200;
    }

    .our-vision p {
        padding: 10px;
    }


    .quote p {
      font-size: 2.2em;
      padding: 50px 20px;
      font-weight: 400;
    }

/* SECTION #5: OUR VISION */
    .our-vision .top-space {
       padding: 192px;
    }
    .our-vision .middle-space {
       padding: 10px;
    }
    .our-vision .bottom-space {
       padding: 35px;
    }

  /* SECTION #6: FAQ */
  .faq h1 {
    font-size: 1.8em;
    padding: 15px;
}

.faq p {
  font-size: 1em;
}

.freebie {
    min-height: 400px;
}

.freebie-text p {
    font-size: 20px;
}

.free .top-space {
   padding: 0px;
}

.free .bottom-space {
   padding: 5px;
}

    /* SECTION #7: FREE TRIAL */
    .freetrial p {
        font-size: 1em;
        text-align: left;
        padding-left: 27px;
    }

    .notice p {
        font-size: 1.1em;
        padding: 10px;
    }

    .check p {
        font-size: 0.8em;
        padding: 10px;
    }

    /* SECTION #8: FOOTER */
    .footer-links {
        padding: 0px;
    }

    .form-button {
        margin: 15px 0px 15px 52px;
    }

    .footer-links a {
        font-size: 1.5em;
    }

    footer p {
      font-size: 1em;
      padding: 15px;
    }


}


/* ------------- Media Queries  ------  GREEN ----- Mobile only */

@media only screen and (max-width: 576px) {


  .mob-logo {
    background: url("../images/logo-stack.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
  }



  .hero {
      background-size: cover;
      background-position: center top;
  }
  .the-problem {
      background-size: 210%;
      background-position: center top;
  }

  .our-vision {
    background: url("../images/runner-sml.png");
      background-position: right top;
    background-repeat: no-repeat;
      background-size: 132%;
  }

  .freebie {
      background-size: cover;
      background-position: left top;
  }


    h1 {
        font-size: 1.4em;
        font-weight: 400;
    }

    h3 {
        font-size: 2em;
        font-weight: 500;
        padding: 20px;
    }

    p {
        font-size: 1.17em;
        font-weight: 600;
    }
    .box-white, .box-blue, .box-grey {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 5px;
    }

    .box-white {
        color: #2f2f2f;
        background-color: rgba(248, 246, 246, 0.8);
    }

    .box-blue {
        color: #2f2f2f;
        background-color: rgba(167, 199, 231, 0.6);
    }

    .box-grey {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.5);
    }

    h1 {
        padding: 10px 20px 0px;
    }

    p {
        padding: 0px 20px 10px;
    }

    .ind {
        text-align: justify;
        color: #2f2f2f;
        width: 95%;
        padding: 0px 0px 0px 20px;
      }

    .top-sign-up {
        padding: 10px 10px 10px 10px;
    }

    .sign-up {
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: center;
    }

    .btn-default {
        font-size: 1em;
    }

    .text-vertical-center {
        padding: 0px 0 10px 0;
    }

    .block {
        padding: 12px 8px;
    }

    /* SECTION #1: HERO */
    .hero .top-space {
        padding: 10px;
    }
    .hero .middle-space {
        padding: 0px;
    }
    .hero .bottom-space {
        padding: 110px;
    }

    /* SECTION #2: BULLET MESSAGES */

    .bullet-messages {
        padding: 0px;
    }

    .bullet-messages span {
        padding: 5px 2px;
        font-size: 1em;
    }


    /* SECTION #3: THE PROBLEM */

    .the-problem .top-space {
        padding: 10px;
    }
    .the-problem .middle-space {
        padding: 0px;
    }
    .the-problem .bottom-space {
        padding: 150px;
    }

    .underline p {
        border-bottom: #2f2f2f solid 1px;
    }

    .the-problem p {
        padding: 2px;
        width: 100%;
    }

    /* SECTION #4: HOW IT WORKS / ACTIVITY */
    .activity i {
        font-size: 75px;
        padding: 0px;
    }

    .activity p {
        padding: 10px 10px 30px;
        font-weight: 200;
    }

    .our-vision p {
        padding: 10px;
    }



    .quote p {
      font-size: 1.8em;
      padding: 30px 20px;
      font-weight: 400;
    }

/* SECTION #5: OUR VISION */
    .our-vision .top-space {
       padding: 100px;
    }
    .our-vision .middle-space {
       padding: 10px;
    }
    .our-vision .bottom-space {
       padding: 6px;
    }

  /* SECTION #6: FAQ */
  .faq h1 {
    font-size: 1em;
    padding: 15px;
}

.freebie {
    min-height: 400px;
}

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

    /* SECTION #7: FREE TRIAL */
    .freetrial p {
        font-size: 1em;
        text-align: left;
        padding-left: 27px;
    }

    .notice p {
        font-size: 0.8em;
        padding: 10px;
    }

    .check p {
        font-size: 0.8em;
        padding: 10px;
    }

    /* SECTION #8: FOOTER */
    .footer-links {
        padding: 0px;
    }

    .form-button {
        margin: 15px 0px 15px 68px;
    }

    .footer-links a {
        font-size: 1em;
    }

    footer p {
      font-size: 1em;
      padding: 15px;
      font-weight: 300;
    }

}
