@font-face {
  font-family: "IRANSans-UltraLight";
  src: url("../_fonts/IRANSansWeb_UltraLight.eot");

  src: url("../_fonts/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

     url("../_fonts/IRANSansWeb_UltraLight.woff2") format("woff2"), /* Open Type Font */
  url("../_fonts/IRANSansWeb_UltraLight.woff") format("woff"); /* Modern Browsers */
 

  font-weight: 500;
  font-style: normal;
}

body {
  background-image: url("../images/back.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  font-family: "IRANSans-UltraLight";
  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%;
  
    color:#fff;
}
#countUp .number {
  font-size: 4rem;
  font-weight: 500;
}
#countUp .number + .text {
  margin: 0 0 1rem;
}
#countUp .text {
  font-weight: 300;
  text-align: center;
  
    color:#fff;
}
.button-link{
  padding: 10px;
  background-color:
  #fff;
  color:
      #000;
      text-decoration: none;
      margin-top: 50px;
  }

