@font-face {
  font-family:"Mont Heavy DEMO";
  src:url("webfonts/Mont-HeavyDEMO.eot?") format("eot"),
  url("webfonts/Mont-HeavyDEMO.woff") format("woff"),
  url("webfonts/Mont-HeavyDEMO.ttf") format("truetype"),
  url("webfonts/Mont-HeavyDEMO.svg#Mont-HeavyDEMO") format("svg");
  font-weight:normal;
  font-style:normal;
}

html {
  color: #101B41;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Mont-Regular';
  font-weight: normal;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, p {
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-08 {
  opacity: 0.8;
}

.line-break {
  display: block;
}

.main-logo {
  width: 100%;
  max-width: 380px;
}

.white-background {
  background-color: #fff;
}

.main-background { 
  background-color: #FFF8EE;
}

.main-heading {
  font-family: 'Mont-Light';
  font-weight: 300;
  color: #101B41;
  font-size: 42px;
  line-height: 52px;
  text-align: left;
  width: 100%;
  max-width: 462px;
  margin: 23px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(16, 27, 65, 0.1);
}

.secondery-heading {
  font-family: 'Mont-Light';
  font-weight: 300;
  color: #101B41;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 26px;
}

.small-heading {
  font-family: 'Mont-Regular';
  font-weight: normal;
  color: #101B41;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 16px;
}

.input-text {
  font-family: 'Mont-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #101B41;
  text-align: left;
  margin-bottom: 27px;
}

.primary-description {
  font-family: 'Mont-Light';
  font-weight: 300;
  color: #101B41;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}

.description {
  font-family: 'Mont-Regular';
  font-weight: normal;
  color: #101B41;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.heading-with-icon {
  font-family: 'Mont-SemiBold';
  color: #F06E7B;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.footer-text, .footer-text a {
  font-family: 'Mont-SemiBold';
  color: #FFFFFF;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.footer-text.contact-us {
  margin-right: 15px;
}

.ipad-disclaimer {
  font-family: 'Mont-SemiBold';
  color: #101B41;
  font-size: 12px;
  line-height: 28px;
}

.input {
  font-family: 'Mont-Regular';
  font-weight: normal;
  height: 52px;
  width: 400px;
  border: 1px solid #77E851;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #101B41;
  font-size: 16px;
  line-height: 21px;
  padding: 0 52px 0 16px;
}

.primary-button {
  font-family: 'Mont-SemiBold';
  border-radius: 32px;
  cursor: pointer;
  border: none;
  background-color: #7B4AC4;
  box-shadow: 1px 1px 7px 0 rgba(127,84,197,0.28);
  padding: 18px 32px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  bottom: -4px;
  right: -101px;
}

.wrapper, section {
  width: 100%;
}

.wrapper {
  position: relative;
}

.bubbles {
  background: url('../img/bubbles-bgr.png') no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.example {
  width: 100%;
  max-width: 756px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 32px 52px 0 rgba(0,0,0,0.2);
  padding: 6px;
  box-sizing: border-box;
}

.example-2 {
  width: 100%;
  max-width: 396px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 32px 52px 0 rgba(0,0,0,0.2);
  padding: 6px;
  box-sizing: border-box;
}

.example-3 {
  width: 100%;
  max-width: 825px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 32px 52px 0 rgba(0,0,0,0.2);
  padding: 6px;
  box-sizing: border-box;
}

.content.hero {
  width: 100%;
  max-width: 1323px;
  margin: 0 auto;
  padding: 87px 0 210px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.content.message {
  width: 100%;
  max-width: 1323px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.content.columns {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 65px 0 115px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content.footer {
  padding: 40px 0;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.powered-by {
  display: flex;
  align-items: center;
  width: 160px;
}

.column {
  width: 100%;
  max-width: 308px;
}

.feature-message {
  width: 100%;
  max-width: 640px;
  margin-left: 210px;
}

.form-wrapper {
  margin-top: 20px;
}

.form {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.hero-image-example {
  position: relative;
  padding-top: 20px;
}

.example {
  position: absolute;
  right: 0;
  bottom: -258px;
}

.example-2 {
  position: absolute;
  right: 173px;
  bottom: -206px;
  opacity: 0;
}

.example-3 {
  position: absolute;
  right: -63px;
  bottom: -258px;
  opacity: 0;
}

.text-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.text-icon-wrapper.more-space {
  margin-bottom: 17px;
}

.icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #7B4AC4;
    box-shadow: 1px 1px 7px 0 rgba(127,84,197,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.icon .time {
  width: 20px;
}

.icon .budget {
  width: 20px;
}


.icon .clients {
  width: 22px;
}


.icon .team {
  width: 21px;
}

.ipad-img {
  width: 44px;
  display: inline-block;
}

.ncb-logo {
  margin-left: 7px;
}

.icon-link {
  text-decoration: none;
  margin-right: 40px;
}

.icon-link:last-child {
  margin-right: 0;
}

.ipad-mini-message {
  text-align: center;
  padding-bottom: 34px;
}

.main-footer {
  width: 100%;
  background-color: #7B4AC4;
}

.main-footer img {
  display: inline-block;
}

.thank-you-wrapper {
  margin-top: 20px;
  display: none;
}

.thank-you-heading {
  text-align: left;
  color: #7B4AC4;
  font-size: 40px;
  line-height: 48px;
  font-family:"Mont Heavy DEMO";
}

.thank-you-message {
  text-align: left;
  color: #7B4AC4;
  font-size: 21px;
  line-height: 32px;
}

@media screen and (max-width: 1350px) {
  .content.hero {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
  }

  .content.message {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }

  .hero-image-example {
    max-width: calc(100% - 500px);
  }

  .example, .example-2, .example-3 {
    max-width: 90%;
    bottom: -45%;
  }

  .example-2 {
    max-width: 55%;
  }

  .example-3 {
    right: 0;
  }

  .example img, .example-2 img, .example-3 img {
    max-width: 100%;
  }

  .hero-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .content.hero {
   padding-bottom: 120px;
  }
}

@media screen and (max-width: 1176px) {
  .content.columns {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .content.footer {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .content.hero {
   padding-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .content.hero {
    padding-top: 40px;
    justify-content: center;
  }

  .main-logo {
    margin: 0 auto;
  }

  .hero-image-example {
    display: none;
  }

  .content.columns {
    flex-direction: column;
    align-items: center;
  }
  
  .column {
    margin-bottom: 32px;
  }

  .column:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 900px) {
  .feature-message {
    max-width: 462px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 580px) {
  .main-logo {
    max-width: 60%;
  }

  .main-logo img {
    max-width: 100%;
  }

  .main-heading {
    max-width: 100%;
  }

  .form {
    max-width: 100%;
  }

  .input {
    width: 100%;
    padding-right: 140px;
  }

  .primary-button {
    right: -10px;
  }

  .content.footer {
    flex-direction: column;
    align-items: center;
  }

  .powered-by, .social-links {
    margin-bottom: 25px;
  }

  .powered-by {
    justify-content: center;
  }
}

@media screen and (max-width: 414px) {
  .main-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .content.hero, .content.message, .content.columns {
    padding-bottom: 50px;
  }

  .secondery-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .primary-description {
    font-size: 16px;
    line-height: 21px;
  }

  .small-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .description {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (max-width: 395px) {
  .thank-you-message {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 374px) {
  .input {
    font-size: 12px;
  }
}