@font-face {
  font-family: 'YekanBakh';
  src: url('font/YekanBakh.ttf') format('truetype');
  font-display: swap;
}

body, html {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  height: 100%;
}

body {
  font-family: "YekanBakh", "Arial", sans-serif;
  direction: rtl;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #5c00fb, #2b00ca);
}

#beerCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.coming_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: 0 auto;
  color: white;
  text-align: center;
  z-index: 101;
}
.coming_content h1 {
  font-size: 70px;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
  color: white;
}
.coming_content .separator_container {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.coming_content .separator_container:before, .coming_content .separator_container:after {
  display: table;
  content: "";
}
.coming_content .separator_container:after {
  clear: both;
}
.coming_content .separator {
  color: white;
  margin: 0 auto 1em;
  width: 11em;
}
.coming_content .line_separator svg {
  width: 30px;
  height: 20px;
}
.coming_content .line_separator:before, .coming_content .line_separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 14px;
  border: 1px solid white;
}
.coming_content .line_separator:before {
  float: left;
}
.coming_content .line_separator:after {
  float: right;
}
.coming_content h3 {
  font-family: "YekanBakh", sans-serif;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}


.message-link {
  color: #a388ff;
  text-decoration: none;
  font-weight: 700;
}

.gardoone {
  padding: 15px 25px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  color: #3e0fe3;

}

@media (max-width: 750px) {
  .coming_content h1 {
    font-size: 32px;

  }
  .coming_content h3 {
    font-size: 14px;

  }

  .coming_content {
    width: 90%;

  }
}