@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/IRANSans/IRANSansWeb_Black.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Black.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Bold.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/IRANSans/IRANSansWeb_Medium.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Medium.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/IRANSans/IRANSansWeb_Light.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Light.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/IRANSans/IRANSansWeb_UltraLight.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_UltraLight.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/IRANSansWeb.eot");
  src: url("/fonts/IRANSans/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb.woff") format("woff");
}

body {
  width: 100%;
  height: 100vh;
  background: #f8f3ee;
  direction: rtl;
  text-align: right;
  line-height: 1.8em;
  font-family: "IRANSans";
  font-size: 1em;
  color: #222222;
  background-image: url("images/domain-name.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  color: #0044ff;
}
.main {
  height: calc(100% - 60px);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content {
  width: 80%;
  max-width: 1200px;
  padding: 60px;
  border-radius: 16px;
  background-color: #ffffffe3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 200px;
  height: auto;
  margin-bottom: 1em;
}
h1 {
  font-size: 3.2em;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  word-spacing: -0.1em;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  word-spacing: -0.1em;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
h3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  word-spacing: -0.1em;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
p {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
.phone {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.phone a .phone-number {
  direction: ltr;
}
.copyright {
  position: absolute;
  right: auto;
  bottom: 30px;
}
.copyright a {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body {
    height: 100%;
  }
  .main {
    padding-inline: 15px;
  }
  .content {
    margin-top: 60px;
    width: 86%;
    padding: 20px;
    border-radius: 12px;
  }
  h1 {
    font-size: 2.4em;
    font-weight: 900;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .soon {
    font-size: 15px;
  }
  .copyright {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 60px;
    font-size: 15px;
  }
}
