/************************************************************************/ /* Start Style Fonts */
@font-face {
  font-family: "IranSans";
  src: url("./../fonts/IranSans/IranSans.woff");
}
/************************************************************************/ /* End Style Fonts */

/************************************************************************/ /* Start Style Template */
body {
    background-color: #5c238e;
    font-family: "IranSans";
    direction: rtl;
}
svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}
.message-box {
  height: 200px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #fff;
  font-family: "IranSans";
  font-weight: 300;
}
.message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px;
}
.buttons-con .action-link-wrap {
  margin-top: 40px;
}
    .buttons-con .action-link-wrap a {
        background: #f77ade;
        padding: 8px 25px;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        transition: all 0.3s linear;
        cursor: pointer;
        text-decoration: none;
        margin-left: 10px;
    }
.buttons-con .action-link-wrap a:hover {
  background: #5a5c6c;
  color: #fff;
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
  animation-delay: 0.3s;
}
#Polygon-3 {
  animation-delay: 0.6s;
}
#Polygon-4 {
  animation-delay: 0.9s;
}
#Polygon-5 {
  animation-delay: 0.10s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }
  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}
/************************************************************************/ /* End Style Template */
