@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
/*variables*/
.customers-title-div {
  margin-top: 120px;
  padding-top: 20px;
  text-align: center;
}

.customers-title-div p {
  margin-bottom: 0px;
  color: #828a9c;
}

.customers-title-div h1 {
  color: #ff3514;
}

.card-content {
  background-image: url("../images/waves.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-content .customer-img img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-top: 30px;
  margin-left: 10px;
}

.card-content .customer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: start;
  margin-top: 30px;
}

.card-content .customer-info p {
  color: #828a9c;
  font-size: 17px;
}

.card-content .customer-info span {
  color: #ff3514;
}

.working-bar-section {
  background-color: #2f3985;
}

.working-bar-section .working-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 60px;
}

.working-bar-section .working-bar-content .logzee-working-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.working-bar-section .working-bar-content .logzee-working-info h3 {
  color: white;
  padding-right: 20px;
}

.working-bar-section .working-bar-content .logzee-working-info p {
  color: white;
  font-size: 13px;
  text-align: start;
  padding-right: 20px;
  padding-top: 10px;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.working-bar-section .working-bar-content button {
  border-radius: 100px;
  color: #333333;
  padding-left: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.working-bar-section .working-bar-content button:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width: 990px) {
  .logzee-working-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logzee-working-info h3 {
    color: white;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .logzee-working-info p {
    color: white;
    font-size: 13px;
    text-align: start;
    padding: 0px !important;
    margin: 0px !important;
  }
}

@media (max-width: 550px) {
  .customers-title-div {
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
  }
  .customers-title-div p {
    margin-bottom: 0px;
    color: #828a9c;
  }
  .customers-title-div h1 {
    color: #ff3514;
  }
  .customer-img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 40px;
    margin-top: 30px;
    margin-left: 10px;
  }
  .card-content,
  .customer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customer-info p {
    font-size: small !important;
    text-align: center;
  }
  .working-bar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logzee-working-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logzee-working-info h3 {
    color: white;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .logzee-working-info p {
    color: white;
    font-size: 13px;
    text-align: start;
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  .logzee-working-info button {
    border-radius: 100px;
    color: #333333;
    justify-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .logzee-working-info button:hover i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
}
/*# sourceMappingURL=customers.css.map */