@media (max-width: 1018px) {
  #footer {
    font-size: 10px;
  }
}
* {
  font-size: 15px;
  background-color: #1b1f3b;
  color: #fff;
  margin: 0px;
  padding: 0;
  font-family: "Inter", sans-serif;
  text-align: center;
}
/*comming soon*/
.comming_soon {
  margin: 60px;
}

#logo {
  margin: auto;
  width: 120px;
  height: 120px;
}

#logo img {
  width: inherit;
}

/*main text*/
.main_text {
  margin: auto;
}

.main_text h1 {
  font-weight: 900;
  font-size: 120px;
  margin: 48px 0px 40px;

  letter-spacing: 0.04em;

  background: linear-gradient(
    180deg,
    #3d5afe 0%,
    #1b1f3b 123.49%,
    rgba(0, 0, 0, 0) 197.59%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info p {
  color: #404253;
  font-size: 20px;
}
.info h2 {
  color: #3d5afe;
  font-size: 35px;
  margin: 0 0 50px;
}

.help h3 {
  font-size: 25px;
}

/*footer*/
#footer {
  padding: 36px 0px;
  position: relative;
}
.left,
.right,
.line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.left p,
.right p {
  color: #3d5afe;
  font-size: 40px;
  font-weight: 600;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.footer,
p {
  display: inline;
}

.line {
  position: absolute;
  border-left: 4px solid;
  height: 100px;
  top: 25px;
  border-image: linear-gradient(
      to bottom,
      rgb(0, 0, 0, 0),
      #5f5f5f,
      rgb(0, 0, 0, 0)
    )
    1 100%;
}
.left {
  margin-right: 20px;
}
.right {
  margin-left: 20px;
}
