:root {
  --background-light: #cc55e8;
  --background-dark: #b020da;
}
@font-face {
  font-family: 'koodak';
  src: url('https://playbest.ir/fonts/koodak.ttf') format('truetype');
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 1.8rem;
}
body {
  font-family: 'koodak', Arial, Helvetica, sans-serif;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  overflow-y: scroll;
  background-color: var(--background-dark);
  color: white;
}
.container {
}
.header-content {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: right;
  border-bottom: 1px solid #ab47bc;
  border-radius: 0 0 15px 15px;
  backdrop-filter: blur(10px);
  z-index: 1;
}
.bar {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 12px;
}
.bar * {
  margin: 0px 8px;
  text-decoration: none;
  color: #fff;
}

.hide {
  display: none;
}
.logo {
  width: 50px;
  height: 50px;
  padding: 2px;
  margin: 0px 20px;
  border: 2px;
  border-color: var(--background-light);
  border-radius: 50%;
  background-color: #5a0f66;
  box-shadow: 0 0 0 3px #8f4a99;
  background-image: url('/../../img/favicon-32x32.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo:hover {
  background-image: url('/../../img/profile.webp');
}
.logo-div {
  width: 15rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.app-intro-container {
  height: 70vh;
  width: 80vw;
  display: flex;
  flex-direction: row;
  margin: 10vh 10px 10px 10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-image: url('/../../help/img/umaru.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.app-screenshot {
  border-radius: 5%;
  width: 338px;
  margin: 1px;
  height: auto;
  /**/
  justify-content: start;
  /* background-color: rgba(0, 0, 0, 0.5); */
  opacity: 1;
}
.app-screenshot-div {
  width: 50%;
  margin: 1px;
  height: auto;
  /**/
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.app-screenshot-side {
  width: 50%;
  text-align: right;
}

.app-intro-container-more {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  background-color: var(--background-light);
  border-top: 0.125rem dotted #00a0d8;
  border-radius: 2rem 2rem 0 0;
  align-items: center;
}
.profile-list-conainer {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.profile-item-user {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #00a0d8;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 2px;
  /* background-image: url('/img/profile.webp'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
}
.profile-item-footer {
  display: flex;
  width: 100%;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #00a0d8;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 4px;
}
.blur {
  display: flex;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px ridge #00a0d8;
  border-radius: 2.05rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile-item h2,
.profile-item-user h2 {
  text-align: center;
  font-size: large;
}
.profile-item h3,
.profile-item-user h3 {
  text-align: right;
  font-size: large;
  padding: 12px;
}
.line {
  width: 80%;
  height: 1px;
  background-color: #00a0d8;
}

.app-intro-container-more-footer-features {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  background-color: var(--background-light);
  border-top: 0.125rem dotted var(--background-dark);
  border-radius: 2rem 2rem 0 0;
  align-items: center;
}

.app-intro-container-more-features-stream {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  background-color: var(--background-dark);
  border-top: 0.125rem dotted #73cd33;
  border-radius: 2rem 2rem 0 0;
  align-items: center;
}

.circle-up {
  display: flex;
  background-color: var(--background-dark);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: x-large;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 12px;
  color: #fff;
  opacity: 0.7;
}
.footer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #00a0d8;
  backdrop-filter: blur(10px);
}
.footer h3 {
  color: #fff;
  font-size: 16px;
  padding: 4px;
  margin: 4px;
  text-align: center;
}
.text-footer {
  width: auto;
  height: auto;
}
.circle,
.line,
.profile-item,
.app-intro-container-more,
.header-content,
.circle-up {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1270px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  .profile-list-conainer {
    flex-direction: column;
    width: 90%;
  }
  .app-intro-container {
    height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10vh 0px 0px 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .app-screenshot-div {
    width: 90%;
  }
  /* .app-screenshot-side {
    width: 90%;
    text-align: center;
  } */
  .bar {
    font-size: 12px;
  }
  .bar * {
    margin: 0px 4px;
  }
  .footer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
  }
}
@media screen and (min-width: 2000px) {
  .app-screenshot-div {
    background-color: rgba(0, 0, 0, 0);
  }
  .profile-list-conainer {
    width: 52vw;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }

  .footer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
  }
  .bar {
    font-size: 20px;
  }
  .bar * {
    margin: 0px 8px;
  }
}
