@import url("https://fonts.googleapis.com/css2?family=Niconne&family=Noto+Kufi+Arabic:wght@100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: calton;
  src: url("../fonts/Calton Regular.ttf");
}
@font-face {
  font-family: caltonmedium;
  src: url("../fonts/Calton Calton Medium.ttf");
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../images/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: calton;
  color: #fff;
}
.main .container {
  min-width: 820px;
}
.main .top {
  display: flex;
  justify-content: space-between;
}
.main .top h1 {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: caltonmedium;
  font-weight: 500;
  font-size: 68px;
}
.main .top h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.main .top h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.main .top .content {
  margin-top: 4rem;
}
.main .top .content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 1.4rem;
}
.main .top .right {
  text-align: right;
  font-family: "Noto Kufi Arabic";
}
.main .top .right .content {
  margin: 0;
}
.main .top .right h1 {
  font-family: "Noto Kufi Arabic";
  line-height: 1.5;
}
.main .top .right ul {
  direction: rtl;
  padding-right: 1.4rem;
}
.main .top .crypto {
  margin-top: 2rem;
}
.main .top .crypto a {
  color: #eee;
}
.main .bottom {
  position: absolute;
  bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main .bottom a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .main .container {
    min-width: 400px;
    padding: 0 2rem 0;
  }
  .main .container.top h1 {
    font-size: 36px;
  }
  .main .container.top h2 {
    font-size: 12px;
  }
  .main .container.top h3 {
    font-size: 17px;
  }
  .main .container.top .left .content {
    margin-top: 3.4rem;
  }
  .main .container.top .right .content {
    margin-top: 0.6rem;
  }
  .main .container.top ul {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .main {
    padding-top: 2rem;
  }
  .container {
    min-width: 236px !important;
  }
  .container.top {
    flex-direction: column;
    gap: 2rem;
  }
  .container.bottom {
    margin-top: 2rem;
    position: relative;
    bottom: unset;
    flex-direction: column;
    gap: 1rem;
  }
  .container.bottom p {
    margin: 0 0 0.6rem 0;
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
