@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*/
.counter-section {
  background-image: url("../images/truck-33.jpg");
  background-position: center;
  height: 380px;
  width: 100%;
}

.background-container {
  background-color: rgba(47, 57, 133, 0.7);
  height: 380px;
  width: 100%;
  overflow-x: hidden;
}

.counter-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.counter-content span {
  padding-bottom: 30px;
  padding-top: 20px;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.counter-content h1 {
  color: white;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

.counter-content p {
  color: white;
  text-align: center;
  font-size: 15px;
}

@media (min-height: 1000px) and (min-width: 1000px) {
  .counter-section {
    height: 500px;
  }
  .background-container {
    height: 500px;
    overflow-y: hidden;
  }
  .counter-div {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    height: 100%;
    min-height: auto;
    width: auto;
    -ms-grid-columns: 200px 200px;
        grid-template-columns: 200px 200px;
    -ms-grid-rows: 200px 200px;
        grid-template-rows: 200px 200px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }
  .counter-content h1 {
    color: white;
    text-align: center;
    font-size: 30px;
  }
  .counter-content p {
    font-size: 15px;
  }
}

@media (max-width: 990px) {
  .counter-section {
    height: 500px;
  }
  .background-container {
    height: 500px;
    overflow-y: hidden;
  }
  .counter-div {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    height: 100%;
    min-height: auto;
    width: auto;
    -ms-grid-columns: 200px 200px;
        grid-template-columns: 200px 200px;
    -ms-grid-rows: 200px 200px;
        grid-template-rows: 200px 200px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }
  .counter-content h1 {
    color: white;
    text-align: center;
    font-size: 30px;
  }
  .counter-content p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .counter-section {
    height: 450px;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    margin-top: 10px !important;
  }
  .background-container {
    height: 450px;
  }
  .counter-content h1 {
    color: white;
    text-align: center;
    font-size: 25px;
  }
  .counter-content p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .counter-section {
    height: 450px;
    margin-top: 10px !important;
  }
  .background-container {
    height: 450px;
  }
  .counter-div {
    display: -ms-grid;
    display: grid;
    min-height: auto;
    width: auto;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
  .counter-content h1 {
    color: white;
    text-align: center;
    font-size: 20px;
  }
  .counter-content p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=counter.css.map */