html {
  background-color: #fafafa;
  font-family: 'Nunito Sans';
  overflow-x: hidden;
  text-decoration: none;

}

a:hover{
  text-decoration: none;
}

.top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  padding: 10px;
}

.top-bar > .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo {
  height: auto;
  width: auto;
  max-width: 100px;
  max-height: 100px;
}

.for-your-business {
  font-weight: 600;
}

.download-app {
  display: inline-block;
  background: transparent linear-gradient(180deg, #ff7300 0%, #ff5200 100%) 0%
    0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  cursor: pointer;
}

.top-bar .download-app {
  text-align: center;
  letter-spacing: 0.87px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 12px;
  padding: 10px 20px;
  margin-left: 20px;
  font-weight: 700;
}

.first-section .download-app {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.87px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 50px;
}

.container-fluid {
  padding: 0px;
}

.first-section {
  min-height: calc(100vh - 50px);
}

.background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/customer-happy.png);
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background > .row-custom {
  max-width: 1024px;
  margin: 0 -40px;
}

.background > .row-custom > * {
  margin: 20px 40px;
}

.background > .row-custom > * {
  display: flex;
  align-items: center;
}

.first-section > .row-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
}

.first-section .text-area .title {
  margin: 0;
  max-width: 600px;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding-bottom: 10px;
}

.first-section .text-area .sub-title {
  margin: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.first-section .app-image > img {
  max-height: calc(100vh - 200px);
}




.third-section > .row-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
}

.third-section .text-area .title {
  margin: 0;
  max-width: 1200px;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: 10px;
  margin: 10px;
  margin-bottom: 20px;
}

.third-section .text-area .sub-title {
  margin: 0;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}

.third-section .app-image > img {
  max-height: calc(100vh - 200px);
}


@media only screen and (max-width: 600px) {
  .download-app {
    display: none;
  }
}

.second-section {
  display: flex;
  justify-content: center;
  padding: 80px;
  background-color: #f8f9f9;
}

.second-section > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 1024px;
  width: 100%;
}

.second-section .title {
  font-size: 35px;
  font-weight: 700;
  color: #304147;
}


.second-section .content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 -20px;
  width: 100%;
}

.card {
  margin: 10px;
  padding: 20px;
  border: 1px solid #babfc1;
  border-radius: 10px;
  width: 200px;
}

.card img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 35%;
}

.card .card-title {
  color: #304147;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}

.card .card-sub-title {
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.36px;
  color: #758084;
  opacity: 1;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;

}

@media screen and (max-width: 850px) {
  .first-section {
    min-height: initial;
  }

  .first-section .text-area .title {
    font-size: 34px;
  }

  .second-section {
    padding: 40px 10px;
  }

  .second-section .title {
    font-size: 30px;
    white-space: nowrap;
  }

  .third-section {
    min-height: initial;
  }

  .third-section .text-area .title {
    font-size: 34px;
  }

  .background {
    padding: 0 10px;
    background-color: #8a8a8a;
    background-blend-mode: multiply;
  }

  .background > .row-custom {
    flex-flow: column;
    text-align: center;
  }

  .first-section .app-image > img {
    max-height: 340px;
  }

  .third-section .app-image > img {
    max-height: 340px;
  }

  .fourth-section .first-column, .second-column{
    margin: auto;
    width: 50%;
    text-align: center;
  }
  .fourth-section .second-column{
    margin-bottom: 0px !important;
  }

  .fourth-section .area{
    margin-bottom: 10px;
  }

  .background > .row-custom > * {
    margin: 20px 40px !important;
  }
}

.third-section {
  min-height: calc(100vh - 50px);
}

.third-section.background {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(180deg, #FF790A 0%, #FF5200 100%) 0% 0% no-repeat padding-box;
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.third-section .stores img{
  margin-left: 10px;
  margin-bottom: 10px;
}

.fourth-section {
  background-color: #0B1C23; padding: 20px;
  font-size: 14px;
  font-weight: 500;
}

.fourth-section .gray-text{
  color: #758084; 
  text-transform: uppercase;
  margin-bottom: 5px;
}

.fourth-section .white-text{
  color: white;
  font-weight: 200;
}

.fourth-section .stores img{
  margin-bottom: 10px;
}

.fourth-section .second-column {
  margin-bottom: 30px;
}



