@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/peyda/Bold/PeydaWeb Bold.woff2") format("woff2"), url("../fonts/peyda/Bold/PeydaWeb Bold.woff") format("woff"), url("../fonts/peyda/Bold/PeydaWeb Bold.eot") format("embedded-opentype"), url("../fonts/peyda/Bold/PeydaWeb Bold.ttf") format("truetype")
}

@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/peyda/Regular/PeydaWeb.woff2") format("woff2"), url("../fonts/peyda/Regular/PeydaWeb.woff") format("woff"), url("../fonts/peyda/Regular/PeydaWeb.eot") format("embedded-opentype"), url("../fonts/peyda/Regular/PeydaWeb.ttf") format("truetype")
}

@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/peyda/Black/PeydaWeb Black.woff2") format("woff2"), url("../fonts/peyda/Black/PeydaWeb Black.woff") format("woff"), url("../fonts/peyda/Black/PeydaWeb Black.eot") format("embedded-opentype"), url("../fonts/peyda/Black/PeydaWeb Black.ttf") format("truetype")
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

:root {
  --page-size: 490px;
  --main-color: #008282;
  --second-color: #d9bd7b;
  --dark-color: #1e1e1e;
}

body {
  /*direction: rtl;*/
  /*font-family: zibahesab, serif;*/
  font-family: peyda, serif !important;
}
* {
  transition: 0.3s all;
}

body {
  background-color: aliceblue;
}

.first-section {
  max-width: 512px;
  background-color: #008282;
  min-height: 100vh;
  overflow-x: hidden;
}

.main {
  background-color: white;

  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  width: 100%;
  padding-bottom: 150px !important;
}

.logo {
  top: 4%;
  left: 1%;
}

.black-menu {
  right: -30px;
  cursor: pointer;
}

.item {
  background-color: #00000090;
  padding: 12px 24px;
  border-radius: 16px;
  color: white;
  text-align: center;
}

.items {
  padding: 32px;
  width: min(100vw, 430px);
}

.items > div {
  flex: 1;
}

.items-parent {
  width: min(100vw, 430px);
  height: 280px;
}

.items-parent > img {
  width: 100%;
  height: 280px;
}
.button {
  color: white;
  background-color: #008282;
  border-radius: 16px;
  text-align: center;
  padding: 8px 16px;
}

.banner {
  width: min(100vw, 380px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.banner > img {
  scroll-snap-align: center;
}

.banner::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.dots-indic {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.dots-indic > div {
  border-radius: 50%;
  border: 1px solid white;
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.dots-indic > div.active {
  background-color: white;
}

.karkard-container {
  min-width: 380px;
  min-height: 180px;
}

.karkard-container > div[role="button"] {
  z-index: 2;
  width: 130px;
  bottom: 25%;
  right: 43px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__circle {
  transition: stroke-dashoffset 0.5s ease;
  border-radius: 50%;
}

.progress-percent {
  position: absolute;
  top: 50%;
  left: 21%;
  transform: translate(-21%, -50%);
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.lock-more-offset > .lock-icon{
  left: 24px !important;
}

/* Drawer */
#burger-menu {
  background-color: #0000007e;
}

.menu {
  position: absolute;
  right: -280px;
  top: 0;
  width: 280px;
  height: 100%;
  background-color: white;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 16px;
}

.menu.active {
  right: 0px;
}

.drawer {
  display: flex;
  flex-direction: column;
  width: 100%;

  gap: 32px;
}

.drawer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.drawer-top > img {
  transform: rotate(-90deg);
}

.go-icon {
  transform: rotate(90deg);
}

ul {
  margin: 0;
  padding: 0;
}

.drawer__items > a:nth-child(1) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #eee;
  border-radius: 16px;
  width: 100%;
}

.drawer__items > a:nth-child(1) > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}

.drawer__items > a:nth-child(1) > div > div {
  display: flex;
  flex-direction: column;
}

.info__name {
  color: #000;
  font-size: 17px;
  align-self: end;
}

.info__edit {
  direction: ltr;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  color: #777;
  height: 28px;
  line-height: 28px;
  border-radius: 12px;
  align-self: start;
  text-align: right;
}

a {
  text-decoration: none !important;
  color: black;
}

.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  border-bottom: 2px solid #eee;
  flex-direction: row-reverse;
}

.nav-row > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.copy__version {
  width: 100%;
  color: #777;
  text-align: center;
  font-size: 20px;
  display: block;
}

h4,
h5 {
  margin: 0 !important;
}
