@font-face {
  font-family: Vazirmatn;
  src: url(/assets/fonts/Vazirmatn-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Vazirmatn;
  src: url(/assets/fonts/Vazirmatn-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Vazirmatn;
  src: url(/assets/fonts/Vazirmatn-SemiBold.ttf);
  font-weight: 600;
}
body {
  background-color: #ffffff;
  padding: 20px;
  display: grid;
  justify-items: center;
}

* {
  font-family: Vazirmatn;
}

.frame {
  width: 400px;
  position: relative;
}
@media (max-aspect-ratio: 1/1) {
  .frame {
    width: 100%;
  }
}
.frame > .floating-button {
  border-radius: 100px;
  background: #40b4b1;
  opacity: 0.95;
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.4));
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: fixed;
  bottom: 45px;
  height: 68px;
}
.frame > .floating-button > .icon {
  transition: all 0.3s ease-out;
  width: 15.711px;
  height: 22px;
}
.frame > .floating-button > .title {
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: Vazirmatn;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  margin-right: 8px;
}
.frame > .floating-button.small {
  left: 24px;
  width: 68px;
}
.frame > .floating-button.small > .title {
  opacity: 0;
  width: 0;
  margin-right: 0px;
}
.frame > .floating-button.wide {
  left: max(24px, 50% - 117px);
  width: 234px;
}
.frame > .list {
  margin-top: 12px;
  display: grid;
  grid-auto-flow: row;
  row-gap: 12px;
  justify-content: center;
  justify-items: center;
}
.frame > .list > .header {
  color: #111;
  text-align: center;
  font-family: Vazirmatn;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: pre-line;
}
.frame > .list > .text {
  color: #111;
  font-family: Vazirmatn;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: pre-line;
  text-align: justify;
}
.frame > .list > .image {
  max-width: 100%;
}
.frame > .list > .image.w400 {
  width: 400px;
}
.frame > .list > .image.w344 {
  width: 344px;
}
.frame > .list > .image.w293 {
  width: 293px;
}
.frame > .list > .image.w178 {
  width: 178px;
}
.frame > .list > .image.w150 {
  width: 150px;
}
.frame > .list > .line {
  margin-top: 18px;
  margin-bottom: 6px;
  width: 155px;
  height: 1px;
  background-color: #8d8d8d;
}

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