.fadein {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
html {
  background-color: #232333;
}
body {
  font-family: iransansregular;
  background-color: #232333;
}
html,
body {
  margin: 0;
}
hr.daned {
  border: 1px solid #c039d4;
  width: 85%;
  opacity: 0.35;
}
.header {
  background: #171717;
  padding: 0 16px;
  align-items: center;
  vertical-align: middle;
  z-index: 5;
  position: relative;
  box-shadow: 0px 2px 19px 5px rgba(0, 0, 0, 0.829);
}
.flexcontainer {
  display: flex;
  align-items: center;
  height: 56px;
  justify-content: space-between;
}
.flexlogo {
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
  height: auto;
}
.flexlogo a {
  width: 105px;
  height: 37px;
  background-image: url(images/logo.png);
  background-position: right;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.flexitems {
  height: 25px;
  align-items: left;
  flex-wrap: nowrap;
  width: auto;
  flex-shrink: 0;
  font-family: iransansregular;
  flex-direction: left;
  cursor: pointer;
}
.flexitems a {
  text-decoration: none;
  padding: 4px 10px;
  font-size: 12px;
}
.flexcolor {
  color: white;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.flexcolor:hover {
  color: #c039d4;
}
.flexitems_border {
  border: solid 2px #c039d4;
  border-radius: 5px;
}
.imgs {
  text-align: center;
}
.imgsc {
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: iransansregular;
}
.btn1 {
  background-color: transparent;
  color: #c039d4;
  border: 2px solid #c039d4;
  border-radius: 5px;
}
.btn1:hover {
  background-color: #c039d4;
  color: white;
}

.btndv {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.contentt {
  width: 93%;
  font-family: iransansregular;
  padding-top: 1px;
  margin: auto;
  font-size: 14px;
  color: white;
}
.titlet {
  text-align: center;
  font-family: iransansregular;
  color: #c039d4;
}
div {
  text-align: justify;
  text-justify: inter-word;
}

.partnercolor {
  color: #c039d4;
}

table,
th,
td {
  border: 2px solid #c039d4;
  border-collapse: collapse;
  font-family: iransansregular;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  color: white;
}
.dynamichide {
  display: none;
}
@font-face {
  font-family: "iransansregular";
  src: url("iransans_regular.woff2") format("woff2"),
    url("iransans_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.exsbg {
  background: -moz-linear-gradient(
    45deg,
    #02e1ba 0%,
    #26c9f2 29%,
    #d911f2 66%,
    #ffa079 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #02e1ba 0%,
    #26c9f2 29%,
    #d911f2 66%,
    #ffa079 100%
  );
  background: linear-gradient(
    45deg,
    #02e1ba 0%,
    #26c9f2 29%,
    #d911f2 66%,
    #ffa079 100%
  );
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  /*min-height: calc(100vh - 2rem);*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid white;
}

.exsbg::before,
.exsbg::after {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  left: -20vmin;
  top: -20vmin;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
}

.exsbg::after {
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate,
    spin 26s linear infinite reverse;
  transform-origin: 20% 20%;
}

.exsbg a {
  animation: jump-shaking 1s infinite;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0px 0px 3px black;
  text-decoration: none;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.st0 {
  display: none;
}
.st1 {
  display: inline;
}
.st2 {
  opacity: 0.29;
}
.st3 {
  fill: #ffffff;
}
.st4 {
  clip-path: url(#SVGID_2_);
  fill: #ffffff;
}
.st5 {
  clip-path: url(#SVGID_4_);
}
.st6 {
  clip-path: url(#SVGID_6_);
}
.st7 {
  clip-path: url(#SVGID_8_);
}
.st8 {
  clip-path: url(#SVGID_10_);
}
.st9 {
  fill: none;
}
.st10 {
  clip-path: url(#SVGID_12_);
}
.st11 {
  opacity: 0.7;
}
.st12 {
  clip-path: url(#SVGID_14_);
}
.st13 {
  opacity: 0.2;
}
.st14 {
  clip-path: url(#SVGID_16_);
}
.st15 {
  opacity: 0.3;
  fill: #ffffff;
  enable-background: new;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-5px);
  }
  35% {
    transform: translateY(-5px) rotate(3deg);
  }
  55% {
    transform: translateY(-5px) rotate(-3deg);
  }
  65% {
    transform: translateY(-5px) rotate(3deg);
  }
  75% {
    transform: translateY(-5px) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@media only screen and (min-width: 600px) {
  .imgsc {
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 25%;
    height: auto;
  }

  .contentt {
    width: 50%;
    font-family: iransansregular;
    padding-top: 1px;
    margin: auto;
  }

  .exsbg a {
    font-size: 20px;
  }
  .dynamicshow {
    display: none;
  }
  .dynamichide {
    display: block;
  }
}
