body, html {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: 'IBM Plex Mono'!important;
  color: white;
  height: 100vh;
  background-image: url('images/bg-coming-soon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align:left;
  direction: ltr;
 
}

.logo{
  width:50%;
}

.container {
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

.title {
  font-family: 'IBM Plex Mono'!important;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #ccc;
  margin: 60px 0 30px;
  font-weight: 700;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.40) 14.72%, #FFF 32.17%, #FFF 52.93%, rgba(255, 255, 255, 0.40) 90.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height:1.3;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}



.gradient-btn {
  background: transparent;
  color: #fff;
  font-size: 1.125rem;
  padding: 16px;
  border-radius: 50px;
  border: 2px solid transparent;
  background-image: 
    linear-gradient(#121b33), /* background color */
    linear-gradient(90deg, #4A31D4, #2FA343); /* gradient border */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'IBM Plex Mono'!important;
}


