
  @font-face {
    font-family: 'IRANSansWeb';
    src: local('?'), url('../_fonts/IRANSansWeb.eot') format('eot'), url('../_fonts/IRANSansWeb.woff') format('woff'), url('../_fonts/IRANSansWeb.ttf') format('truetype'), url('../_fonts/IRANSansWeb.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}


body {
  background-image: url("../images/slider-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  font-family: "IRANSansWeb";
  color: rgba(255, 255, 255, 0.87);
  overflow-x: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.container,
.container > .row,
.container > .row > div {
  height: 100%;
}

#countUp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#countUp .number {
  font-size: 4rem;
  font-weight: 500;
}
#countUp .number + .text {
  margin: 0 0 1rem;
}
#countUp .text {
  font-weight: 300;
  text-align: center;
}
.button-link{
  padding: 10px;
  background-color:
  #fff;
  color:
      #000;
      text-decoration: none;
      margin-top: 50px;
  }
}