@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yekan/eot/iranyekanwebboldfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebboldfanum.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebboldfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/yekan/eot/iranyekanwebextraboldfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebextraboldfanum.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebextraboldfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebextraboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yekan/eot/iranyekanweblightfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanweblightfanum.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanweblightfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanweblightfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/yekan/eot/iranyekanwebmediumfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebmediumfanum.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebmediumfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebmediumfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/yekan/eot/iranyekanwebregularfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebregularfanum.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebregularfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/mont/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
  font-family: railway;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/railway/Raleway-Medium.ttf") format("truetype");
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
  white-space: initial;
}

.main-section {
  z-index: 10000 !important;
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 48px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 14px 10px;
  margin-left: 48px;
  margin-right: 48px;
  z-index: 10000;
}

.safari-header {
  background-color: white;
}

.header .nav-item .nav-link {
  color: black !important;
  padding: 12px 2px;
  margin: 0px 6px;
  font-weight: 600;
}

.header .nav-item {
  padding: 12px 0px;
  gap: 8px;
}

.header-btn {
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 32px rgba(70, 17, 150, 0.32);
  border-radius: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: white;
  border: none;
  width: 115px;
  transition: width 0.5s;
  height: 52px;
  position: relative;
}

.header-btn:hover svg {
  opacity: 1;
}

.header-btn.register {
  background: #8c6eff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}

.header-btn.register:hover {
  background: #8c6eff;
  box-shadow: 0px 4px 24px rgba(140, 110, 255, 0.32);
  width: 150px;
}

.header-btn.login {
  background: #efefef;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  color: black;
  width: 115px;
  transition: width 0.5s;
}

.header-btn.login:hover {
  background: #efefef;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  width: 150px;
}

.header-btn.download {
  background: #ff437b;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  width: 183px;
  transition: width 0.5s;
}

.header-btn.download:hover {
  background: #ff437b;
  box-shadow: 0px 4px 24px rgba(255, 67, 123, 0.32);
  width: 223px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.hero {
  /* height: 100%; */
  padding-top: 170px;
}

.hero-title {
  color: black;
  font-weight: 900;
  font-size: 45px;
  line-height: 70px;
  width: 55vw;
}

.hero-img {
  width: 130%;
  left: 30%;
  position: relative;
  z-index: -1;
}

.hero-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
}

.hero-text.orange {
  color: #ffa600;
}

.hero-text.purple {
  color: #8c6eff;
}

.hero-text.pink {
  color: #ff437b;
}

.hero-text.blue {
  color: #747aff;
}

.hero-text-holder {
  overflow: hidden;
  position: relative;
}

.hero-text-inner {
  position: relative;
  transition: transform 0.8s;
  height: 140px;
}

.hero-item {
  position: absolute;
}

.hero-item p {
  width: 45vw;
}

.sections {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section-holder {
  min-height: 100vh;
  position: relative;
  height: 100vh;
}

.content-padding {
  padding-left: 48px;
  padding-right: 48px;
}

.my-pointer {
  cursor: pointer;
}

.section-divider {
  height: 6vh;
}

.inner1 {
  white-space: nowrap;
  transition: transform 0.3s;
  flex-direction: row;
  /* transform: translateY(-103vh); */
}

.explore-section {
  background: #d1adff;
}

.bg-explore {
  background: #d1adff;
}

.explore-title {
  color: white;
  font-weight: 900;
  font-size: 45px;
  line-height: 70px;
}

.next-section-btn {
  height: 6vh;
  position: absolute;
  bottom: 0;
}

.explore-btn {
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;

  width: 247px;
  height: 52px;
  background: #efefef;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  align-self: center;
}

.try-it-section {
  background: rgba(138, 255, 0, 0.2);
}

.bg-try-it {
  background: rgba(138, 255, 0, 0.2);
}

.try-it-title {
  color: #447c01;
  font-weight: 900;
  font-size: 45px;
  line-height: 70px;
}

.try-it-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  color: #447c01;
}

.try-it-btn {
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;
  width: 285px;
  height: 52px;
  background: #78c51d;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  align-self: center;
  color: white;
}

.explore2-section {
  background: rgba(255, 0, 153, 0.3);
}

.bg-explore2 {
  background: rgba(255, 0, 153, 0.3);
}

.explore2-title {
  color: #7c012d;
  font-weight: 900;
  font-size: 45px;
  line-height: 70px;
}

.explore2-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  color: #7c012d;
}

.explore2-btn {
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;
  width: 275px;
  height: 52px;
  background: #ff437b;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  align-self: center;
  color: white;
}

.explore-2-video-holder {
  width: 493px;
  height: 312px;

  /* Smoke */
  background: #efefef;
  border-radius: 24px;
}

.join-section {
  background: linear-gradient(
    122.01deg,
    rgb(31, 31, 31) 0%,
    rgb(32, 32, 32) 100%
  );
}

.bg-join {
  background: linear-gradient(
    122.01deg,
    rgb(31, 31, 31) 0%,
    rgb(32, 32, 32) 100%
  );
}

.join-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  line-height: 104px;
}

.join-input-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;

  max-width: 427px;
  min-height: 645.99px;

  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 44px rgba(4, 4, 4, 0.3);
  backdrop-filter: blur(60px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.input-header p {
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 16px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}

.input-header .active {
  background: #8c6eff;
  border-radius: 16px;
  color: white;
}

.input-logo {
  width: 85px;
  height: 95px;
}

.input-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #8cffff;
}

.input-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;

  /* White */

  color: #ffffff;
}

.custom-form-control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 19px;
  gap: 16px;

  width: 331px;
  height: 48px;
  background: #000000;
  border-radius: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  align-self: center;
}

.custom-input {
  background-color: transparent;
  border: none;
  color: white;
}

textarea:focus,
input:focus {
  outline: none;
}

.custom-form-control.active {
  padding: 8px 24px;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5) !important;
  border: solid 2px transparent;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 102.19%,
    rgba(255, 255, 255, 0.1) 113.35%
  ) !important;
  background-image: linear-gradient(
      90deg,
      #ff437b 0.21%,
      #c15ac2 7.2%,
      #9b68ee 13.19%,
      #8c6eff 15.18%,
      #8c92ff 19.17%,
      #8cccff 25.16%,
      #8cf1ff 29.15%,
      #8cffff 32.15%,
      #dac3ff 44.12%,
      #ffa6ff 50.11%,
      #e7b8cb 53.1%,
      #c0d675 59.09%,
      #a3ec36 64.08%,
      #91fa0f 67.07%,
      #8aff00 69.07%,
      #c1ff00 76.05%,
      #eeff00 82.04%,
      #ffff00 86.03%,
      #ffd200 92.02%,
      #ffb200 97.01%,
      #ffa600 100%
    ),
    linear-gradient(
      90deg,
      #ff437b 0.21%,
      #c15ac2 7.2%,
      #9b68ee 13.19%,
      #8c6eff 15.18%,
      #8c92ff 19.17%,
      #8cccff 25.16%,
      #8cf1ff 29.15%,
      #8cffff 32.15%,
      #dac3ff 44.12%,
      #ffa6ff 50.11%,
      #e7b8cb 53.1%,
      #c0d675 59.09%,
      #a3ec36 64.08%,
      #91fa0f 67.07%,
      #8aff00 69.07%,
      #c1ff00 76.05%,
      #eeff00 82.04%,
      #ffff00 86.03%,
      #ffd200 92.02%,
      #ffb200 97.01%,
      #ffa600 100%
    ) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 2px 1000px 1px rgba(23, 27, 32, 1) inset !important;
}

.join-btn {
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;

  width: 84px;
  height: 52px;
  background: #8c6eff;
  /* BTN-Main-Shadow */
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  align-self: center;
}

.about-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
  color: #8c6eff;
}

.swal2-container {
  z-index: 9999999 !important;
}

.download-section {
  background: linear-gradient(122.01deg, #ffffff 0%, #f2f2f2 100%);
}

.bg-download {
  background: black;
}

.download-title {
  color: #000000;
  font-weight: 900;
  font-size: 50px;
  line-height: 104px;
}

.download-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */

  text-align: justify;
  padding-right: 40px;
  color: #000000;
}

.barcode {
  width: 190px;
}

.download-btn {
  width: 210px;
}

.support {
  height: 100%;
  padding-top: 215px;
  padding-right: 10%;
  padding-left: 10%;
}

.support-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;

  height: 52px;

  /* Blue */

  background: #747aff;
  /* BTN-Main-Shadow */

  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  border: none;
  color: white;
}

.question-holder {
  background: #e1e1e1;
  border-radius: 24px;
  color: #000;
}

.question-holder .card-header {
  background: #e1e1e1;
  border-radius: 24px;
  color: #000;
}

.question-holder .card-body {
  color: #000;
}

.support-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;

  background: #e5e5e5;
  border-radius: 24px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border: none;
}

.contact-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;
  width: 145px;
  height: 52px;
  background: #747aff;

  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  color: white;
}

.explore-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.explore-item-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  gap: 16px;
  height: 323px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.explore-item-big {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  gap: 16px;
  height: 655px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.username {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */

  text-align: center;

  color: #000000;
}

.post-holder {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 24px;
  overflow: hidden;
}

.caption {
  max-height: 72px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);

  flex: none;
  order: 0;
  flex-grow: 1;
}

.search-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  height: 52px;

  background: #efefef;
  border-radius: 12px;
  order: 0;
  flex-grow: 1;
}

.search-input input {
  width: 100%;
  border: none;
  height: 100%;
  background-color: transparent;
}

.loading {
  filter: blur(10px);
  clip-path: inset(0);
}

.loaded {
  filter: blur(0px);
  transition: filter 0.5s linear;
}

a:hover {
  color: white;
  text-decoration: none;
}

.explore-section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.explore-section-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.explore-seaction-sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;

  text-align: right;
  color: #000000;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.explore-section-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 24px;
  isolation: isolate;
  height: 280px;
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.2));

  flex: none;
  order: 0;
  flex-grow: 0;
}

.explore-section-item img {
  position: absolute;
  width: 100%;
  z-index: 0;
  max-height: 100%;
}

.explore-section-item p {
  position: relative;
  z-index: 1;
  color: white;
}

.explore-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
  isolation: isolate;
  height: 52px;
  background: #ff437b;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  color: white;
}

.explore-section-divider {
  height: 250px;
}

.explore-section-hashtag {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  height: 52px;
  background: #ffffff;
  /* FAB-SADOW-BG-BLURE */
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(24px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24px;
  /* Inside auto layout */
  flex: none;
  order: 5;
  flex-grow: 0;
}

.bazar-btn {
  padding: 16px 24px;
  gap: 24px;

  width: 210px;
  height: 75px;

  background: #000000;
  border-radius: 16px;

  /* Inside auto layout */

  flex: none;
  flex-grow: 0;
  cursor: pointer;
}

.bazar-btn img {
  width: 44px;
  height: 47px;
}

.bazar-btn span {
  color: white;
  font-size: 12px;
}

.bazar-btn p {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

.aparat-iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.h_iframe-aparat_embed_frame {
  width: 100% !important;
  height: 100% !important;
}

.video-holder {
  padding: 20px;
  background-color: #49800a;
  border-radius: 20px;
}

.video-holder video {
  border-radius: 20px;
}

.blog-item {
  overflow: hidden;
  border-radius: 10px;
}

.blog-item h4 {
  font-weight: bold;
  height: 80px;
}

.blog-footer {
  color: rgb(153, 153, 153);
  font-size: 14px;
}

.blog-item img {
  height: 420px;
}

.blog-title {
  color: black;
}

.blog-title:hover {
  color: #747aff;
}

.blog-img {
  height: 380px;
  border-radius: 10px;
}

.font-bold {
  font-weight: bold;
}

.card {
  border-radius: 10px;
}

.version-item {
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
}

.version-item:hover {
  background-color: #747aff;
  color: white;
}

.version-item.active {
  background-color: #747aff;
  color: white;
}

.is-sticky {
  position: fixed;
  top: 10px;
  z-index: 999;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.h-100v {
  height: 100vh;
}

.inner1 {
  transition-duration: 1500ms;
  transition-property: transform;
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 10px;
  }

  50% {
    bottom: 30px;
  }
}

.nex-btn-holder {
  position: relative;
}

.next-section-btn svg {
  position: absolute;
  animation: MoveUpDown 1.5s linear infinite;
}

.hide-anim {
  -webkit-animation: fadeinout 0.3s linear forwards;
  animation: fadeinout 0.3s linear forwards;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

.show-anim {
  -webkit-animation: display 0.5s linear forwards;
  animation: display 0.5s linear forwards;
}

@-webkit-keyframes display {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes display {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.explore-item-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  background-color: rgba(43, 43, 43, 0.438);
  height: 100%;
  top: 0px;
  border-radius: 24px;
  transition: all 0.5s;
}

.explore-item-overlay:hover {
  cursor: pointer;
}

.explore-item-small,
.explore-item-big {
  position: relative;
}

.explore-item-big:hover .explore-item-overlay,
.explore-item-small:hover .explore-item-overlay {
  opacity: 1;
}

.avatar-big {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.post-embed-frame {
  min-height: 570px;
  height: 100%;
  object-fit: fill;
}

.post-details-btn {
  width: 24px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: auto;
}

.custom-menu {
  position: absolute;

  list-style-type: none;
  padding: 4px;
  margin: 5px;
  margin-top: 12px;

  border: 1px solid black;
  border-radius: 9px;
  width: 80px;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.9);
}

.custom-menu > li {
  margin: 0;
  margin-top: 4px;
  cursor: pointer;
}

.custom-menu > li:hover {
  background-color: lightgray;
}

.custom-menu > li > button {
  width: 100%;
  height: 100%;
  text-align: left;

  background: none;
  color: inherit;
  border: none;
  padding: 5px;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.flag-size {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  margin: 0 3px;
  cursor: pointer;
}

.payment-result-section {
  font-family: "IranYekan" !important;
  direction: rtl !important;
}

.payment-holder {
  background-color: white;
  border-radius: 12px;
  padding: 22px;
  width: 100%;
  box-shadow: 5px 10px 18px #888888;
}

.dv-black {
  width: 100%;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #be5cff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.bazar-btn,
.download-btn {
  margin-top: 4px !important;
}

.shop-item {
  background-color: white;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  cursor: pointer;
}

.shop-item-image {
  width: 100%;
  aspect-ratio: 1/1;
}

.shop-item span {
  font-weight: bold;
  font-family: IranYekan !important;
  text-align: center;
  color: black;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-item small{
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.shop-item:hover,.shop-item.active {
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300%
    100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
  background-color: rgb(231, 189, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}

.shop-details-holder {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 12px !important;
  font-family: IranYekan !important;
}

.shop-details-image {
  max-height: 240px;
  aspect-ratio: 1/1;
}

.shop-details-holder h5 {
  font-weight: bold;
}

.shop-package-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: IranYekan !important;
  padding: 10px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  min-height: 300px;
}

.shop-package-item h6 {
  font-weight: bold;
}

.shop-package-item-image {
  aspect-ratio: 1/1;
  max-height: 80px;
}

.shop-package-item.bg-bronze {
  background: rgb(239, 157, 4);
  background: linear-gradient(
    180deg,
    rgba(239, 157, 4, 1) 0%,
    rgba(156, 122, 60, 1) 100%
  );
}

.shop-package-item.bg-platinium {
  background: rgb(238, 238, 238);
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 1) 0%,
    rgba(189, 189, 189, 1) 100%
  );
}

.shop-package-item.bg-gold {
  background: rgb(247, 239, 5);
  background: linear-gradient(
    180deg,
    rgba(247, 239, 5, 1) 0%,
    rgba(249, 188, 44, 1) 100%
  );
}

.shop-package-inner{
  height: 100%;
  min-height: 280px;
  width: 100%;
}

.package-discount{
  text-align: center;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: red;
}

.dir-ltr{
  direction: rtl;
}

.shop-btn{
  width: 90%;
  display: block;
  text-align: center;
  border-radius: 18px;
  margin-top: 12px;
  color: black;
  border: 1px solid black;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.274);
}

.shop-btn:hover{
  background-color: white;
  color: #000;
}

.font-yekan{
  font-family: IranYekan !important;
}

.cursor-pointer{
  cursor: pointer;
}