@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 100;
  src: url("IRANYekanX-Thin.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 200;
  src: url("IRANYekanX-UltraLight.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 300;
  src: url("IRANYekanX-Light.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 500;
  src: url("IRANYekanX-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 600;
  src: url("IRANYekanX-DemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 800;
  src: url("IRANYekanX-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 900;
  src: url("IRANYekanX-Black.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 950;
  src: url("IRANYekanX-ExtraBlack.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: 1000;
  src: url("IRANYekanX-Heavy.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: bold;
  src: url("IRANYekanX-Bold.woff") format("woff");
}

@font-face {
  font-family: "Inter_var";
  font-style: normal;
  font-weight: normal;
  src: url("IRANYekanX-Regular.woff") format("woff");
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #ffffff
}

.preloader2 {
  
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* cursor: none; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}
.th-preloader2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* cursor: none; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  /* left: 0;
  top: 0; */
  /* width: 100% */
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}
.th-preloader2 .animation-preloader2 {
  position: relative;
  z-index: 100
}

.th-preloader .animation-preloader .txt-loading {
  /* font-family: var(--title-font); */
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
  animation: characters 4s infinite;
  color: #00248f;
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg)
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@media (max-width: 575px) {
  .th-preloader .animation-preloader .txt-loading {
    font-size: 30px;
    line-height: 30px
  }
}

@-webkit-keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}