/* =========================
   Fonts
   ========================= */
@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Bold.eot");
  src: url("../fonts/KookFaNum-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Bold.woff2") format("woff2"),
    url("../fonts/KookFaNum-Bold.woff") format("woff"),
    url("../fonts/KookFaNum-Bold.ttf") format("truetype"),
    url("../fonts/KookFaNum-Bold.svg#KookFaNum-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-ExtraBold.eot");
  src: url("../fonts/KookFaNum-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-ExtraBold.woff2") format("woff2"),
    url("../fonts/KookFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/KookFaNum-ExtraBold.ttf") format("truetype"),
    url("../fonts/KookFaNum-ExtraBold.svg#KookFaNum-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-ExtraLight.eot");
  src: url("../fonts/KookFaNum-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-ExtraLight.woff2") format("woff2"),
    url("../fonts/KookFaNum-ExtraLight.woff") format("woff"),
    url("../fonts/KookFaNum-ExtraLight.ttf") format("truetype"),
    url("../fonts/KookFaNum-ExtraLight.svg#KookFaNum-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Light.eot");
  src: url("../fonts/KookFaNum-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Light.woff2") format("woff2"),
    url("../fonts/KookFaNum-Light.woff") format("woff"),
    url("../fonts/KookFaNum-Light.ttf") format("truetype"),
    url("../fonts/KookFaNum-Light.svg#KookFaNum-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Medium.eot");
  src: url("../fonts/KookFaNum-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Medium.woff2") format("woff2"),
    url("../fonts/KookFaNum-Medium.woff") format("woff"),
    url("../fonts/KookFaNum-Medium.ttf") format("truetype"),
    url("../fonts/KookFaNum-Medium.svg#KookFaNum-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum.eot");
  src: url("../fonts/KookFaNum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum.woff2") format("woff2"),
    url("../fonts/KookFaNum.woff") format("woff"),
    url("../fonts/KookFaNum.ttf") format("truetype"),
    url("../fonts/KookFaNum.svg#KookFaNum") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Metric overrides for fallback */
@font-face {
  src: local("Arial");
  ascent-override: 89.79%;
  descent-override: 22.36%;
  line-gap-override: 0%;
  size-adjust: 107.89%;
}

/* =========================
   Root & Resets
   ========================= */
:root {
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.5);
  --bg: #000000;
  --panel-bg: rgba(0, 0, 0, 0.5);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: #ffffff21;
  --input-bg: rgba(255, 255, 255, 0.04);
  --shadow-lg: 0 21px 100px #000;
  --brand: #2fad5e;

  /* Loader (JS may read --duration) */
  --track: #111;
  --neon: #e6f7ff;
  --neon-glow: 0 0 8px rgba(230, 247, 255, 0.6),
    0 0 24px rgba(230, 247, 255, 0.25),
    0 0 48px rgba(230, 247, 255, 0.12);
  --duration: 1800ms;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: KookFaNum, Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue";
  overflow: hidden; /* prevent scroll while loader is shown */
  font-size: 12px;
}

body *,
html * {
  font-family: KookFaNum, Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue";
}

/* =========================
   Hero Layout
   ========================= */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 100vh;
  padding: 120px 40px;
  overflow: hidden;
  width: 100%;
  z-index: 5;
}

.hero__video-wrap {
  display: none;
  position: absolute;
  max-width: 1200px;
  left: calc(50% - min(1200px, 100%) / 2);
  /* soft radial mask */
  -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000 64%, rgba(0,0,0,0) 100%);
  mask: radial-gradient(circle 352px at 31% 53%, rgba(0,0,0,1) 54%, rgba(0,0,0,0) 100%);
}

#bg-video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  background-color: #000;
  object-position: 50% 50%;
  cursor: auto;
}

/* =========================
   Auth Card
   ========================= */
.auth-card {
  position: relative;
  width: 100%;
  max-width: 640px;
  background-color: #14141466;
  border: 1px solid var(--border-strong);
  border-radius: 40px;
  padding: 80px;
  overflow: hidden;
  top: 31px;
}

.auth-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

/* Badge */
.badge {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  border-radius: 40px;
  background: #0000008a;
  backdrop-filter: blur(10px);
}

.badge__pill {
  background-color: rgb(255, 223, 125);
  border-radius: 80px;
  padding: 2px 8px;
  backdrop-filter: blur(20px);
}

.badge__label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  color: black;
  user-select: none;
}

.container * {
    direction: ltr !important;
}

.gradient-text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(255, 223, 125) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
      margin: auto;
}

.badge__bg {
  position: absolute;
  inset: 1px;
  border-radius: 40px;
  pointer-events: none;
}

/* Header */
.auth-card__header {
  width: 100%;
}

.logo {
  width: 250px;
  padding: 25px;
  display: block;
  margin: 0 auto;
}

.auth-card__title {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
  text-align: right;
  color: var(--text);
}

.auth-card__subtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: normal;
  color: var(--muted);
  text-align: right;
}

/* Form */
.auth-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-group {
  width: 100%;
  display: block;
}

.form-input-wrapper {
  position: relative;
  width: 100%;
  height: 48px;
  background: var(--input-bg);
  border: 1px solid var(--border);
  border-radius: 80px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  overflow: hidden;
}

.form-input-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--border);
  pointer-events: none;
}

.form-input {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: left; /* برای ورودی عددی بهتره چپ‌چین باشه */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-input::placeholder {
  color: var(--muted);
}

.form-actions {
  position: relative;
  width: 100%;
}

/* Button */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 48px;
  width: 160px;
  padding: 12px 40px;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 800px;
  will-change: transform;
}

.btn--primary {
  background: #fff;
  color: #000;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
}

/* keep absolute placement behavior from previous code */
button#btn-a , button#btn-signup ,#btn-signin{
  position: absolute;
  z-index: 9999999999;
  left: 6px;
  bottom: 15px;
  width: 90px;
  height: 35px;
}

.btn__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

/* Direction inside card */
.auth-card * {
  direction: rtl;
  text-align: justify;
}

/* =========================
   Loader
   ========================= */
.loader-wrapper {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: linear-gradient(180deg, #000 0%, #050505 100%);
  transition: opacity 700ms ease, visibility 700ms ease;
}

.container {
  width: 250px;
  text-align: center;
}

.track {
  height: 9.5px;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.02));
  border-radius: 999px;
  padding: 4px;
  box-shadow: inset 0 0 18px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
}

.track::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(230,247,255,0.03), rgba(230,247,255,0.02));
  pointer-events: none;
}

.fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(200,230,255,0.9));
  box-shadow: var(--neon-glow);
  position: relative;
  transition: width 150ms linear;
  will-change: width;
}

.fill::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  filter: blur(6px);
  background: radial-gradient(
    circle at 40% 30%,
    rgba(255, 255, 255, 1),
    rgba(230, 247, 255, 0.6) 40%,
    rgba(230, 247, 255, 0) 60%
  );
  box-shadow: 0 0 18px rgba(230, 247, 255, 0.9),
    0 0 36px rgba(230, 247, 255, 0.35);
}

/* =========================
   Toast
   ========================= */
#hsn-toast {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000000;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  z-index: 99999;
  display: none;
  direction: rtl;
  text-align: justify;
  font-weight: 500;
}



form#signup, form#otp {
    display: none;
}


.resend {
    display: none;
    margin: auto;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

span#resend-btn {
    color: #ffdf7d;
    cursor: pointer;
}
span#timer {
    color: #ffffff;
    margin-right: 2px;
    font-size: 13px;
}

span.change-number {
    cursor: pointer;
}
.resend span {
    padding: 0px 3px;
}


#iosAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ios-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    top: 0;
    left: 0;
}
.ios-alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.ios-alert-title
 {
    color: black;
    text-align: right;
    font-size: 15px;
    font-weight: 900;
    margin: auto;
}

.ios-alert-text {
    font-size: 15px;
    color: #000000;
    text-align: right;
    direction: rtl;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

.ios-alert-btn {
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.ios-alert-btn:hover {
    background: #000000eb;
}
html, body {
  touch-action: manipulation;  /* کنترل لمس و دابل تپ */
  -webkit-user-select: none;   /* جلوگیری از انتخاب متن در iOS */
  user-select: none;
  -webkit-touch-callout: none; /* جلوگیری از منو روی لمس طولانی */
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* جلوگیری از highlight */
}


.stars-effect {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}
.star {
  left: 0px;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 279px 498px #ccc, 452px 318px #999, 946px 618px #999, 810px 795px #999, 1362px 890px #999, 116px 894px #999, 1698px 811px #999, 254px 854px #999, 270px 520px #999, 1746px 217px #999, 246px 724px #999, 1598px 757px #999, 106px 32px #999, 460px 573px #999, 35px 803px #999, 1004px 930px #999, 280px 273px #999, 1314px 744px #999, 1567px 571px #999, 1540px 557px #999, 1616px 395px #999, 1011px 374px #999, 1491px 399px #999, 512px 639px #999, 1339px 252px #999, 635px 946px #999, 832px 743px #999, 335px 43px #999, 44px 677px #999, 861px 45px #999, 858px 449px #fff, 585px 343px #ccc, 1028px 235px #999, 241px 614px #999, 163px 618px #999, 141px 112px #999, 1367px 112px #fff, 317px 41px #ccc, 267px 949px #999, 1003px 788px #999, 1607px 367px #999, 1689px 539px #999, 978px 102px #999, 1500px 615px #ccc, 304px 741px #999, 1698px 664px #999, 820px 47px #999, 1454px 782px #999, 1856px 40px #999, 219px 459px #ccc, 258px 416px #999, 1160px 537px #999, 218px 190px #999, 978px 359px #999, 30px 918px #999, 914px 227px #ccc, 1824px 583px #999, 569px 819px #999, 251px 393px #999, 1866px 651px #999, 1199px 611px #999, 5px 650px #ccc, 1426px 692px #999, 1655px 752px #999, 749px 454px #999, 1580px 927px #999, 551px 185px #999, 1830px 135px #ccc, 1621px 6px #999, 1256px 476px #999, 1851px 212px #999, 717px 896px #999, 938px 598px #999, 1838px 522px #ccc, 1604px 354px #999, 1671px 369px #999, 1720px 575px #fff, 440px 843px #999, 1662px 630px #999, 1514px 634px #ccc, 1138px 356px #999, 886px 384px #999, 1909px 303px #fff, 1799px 231px #999, 634px 180px #999, 1067px 551px #ccc, 1563px 519px #999, 1482px 879px #fff, 1730px 642px #fff, 537px 261px #999, 486px 88px #999, 1097px 11px #ccc, 185px 58px #999, 1106px 609px #fff, 596px 610px #fff, 1412px 561px #999, 443px 228px #999, 1640px 173px #ccc, 1356px 643px #fff, 899px 31px #fff, 1828px 91px #fff, 130px 944px #999, 16px 53px #999, 201px 295px #ccc, 928px 668px #fff, 1554px 259px #999, 435px 712px #fff, 829px 421px #999, 1645px 973px #999, 1707px 231px #ccc, 42px 392px #fff, 122px 123px #999, 1127px 106px #999, 620px 469px #999, 370px 179px #999, 49px 751px #ccc, 184px 666px #fff, 1759px 402px #999, 513px 226px #999, 1304px 66px #999, 1123px 108px #999, 1790px 465px #ccc, 73px 276px #fff, 1189px 318px #999, 1829px 848px #999, 283px 133px #999, 1099px 497px #999, 1080px 134px #ccc, 1479px 367px #fff, 1738px 109px #999, 353px 834px #999, 1279px 34px #999, 1660px 88px #999, 391px 28px #ccc, 1719px 458px #fff, 249px 361px #999, 266px 582px #999, 229px 352px #999, 557px 486px #999, 278px 526px #ccc, 437px 594px #fff, 1044px 884px #999, 162px 651px #999, 1417px 436px #999, 139px 376px #999, 1417px 860px #ccc, 949px 667px #fff, 1285px 451px #999, 1726px 465px #999, 45px 53px #999, 1104px 577px #999, 1848px 327px #ccc, 155px 497px #fff, 578px 119px #999, 1069px 982px #999, 257px 86px #999, 1237px 187px #999, 1614px 158px #ccc, 1167px 63px #fff, 30px 932px #999, 486px 968px #999, 368px 581px #999, 919px 209px #999, 1134px 496px #ccc, 747px 561px #fff, 1143px 984px #999, 79px 829px #999, 527px 799px #999, 962px 21px #999, 338px 673px #ccc, 1793px 753px #fff, 344px 349px #999, 625px 672px #999, 1351px 312px #999, 65px 696px #999, 1220px 926px #ccc, 891px 850px #fff, 1111px 505px #999, 271px 332px #999, 906px 639px #999, 16px 799px #999, 1824px 422px #ccc, 4px 418px #fff, 1476px 322px #999, 1127px 447px #999, 322px 649px #999, 1010px 324px #999, 1042px 65px #ccc, 1387px 455px #fff, 1775px 985px #999, 33px 930px #999, 1610px 556px #999, 1593px 1253px #999, 1793px 1120px #999, 1293px 1220px #999, 1593px 990px #999, 1623px 1153px #999, 93px 1053px #fff, 153px 1153px #fff, 193px 1253px #999, 293px 1120px #999, 393px 1220px #999, 493px 990px #999, 523px 1153px #999, 596px 1315px #ccc, 737px 1314px #ccc, 896px 1459px #ccc, 375px 1419px #ccc, 1106px 1293px #ccc, 888px 1203px #ccc, 938px 1481px #ccc, 1189px 1475px #ccc, 170px 1421px #ccc;
}

.meteor-1 {
    position: absolute;
    top: 108px;
    left: 64%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    animation: meteor 8s linear infinite;
}

.meteor-1 {
    position: absolute;
    top: 108px;
    left: 64%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8s linear infinite
}

.meteor-1:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-2 {
    position: absolute;
    top: 214px;
    left: 36%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 7.1s linear infinite
}

.meteor-2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-3 {
    position: absolute;
    top: 276px;
    left: 69%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.7s linear infinite
}

.meteor-3:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-4 {
    position: absolute;
    top: 121px;
    left: 30%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 6.3s linear infinite
}

.meteor-4:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-5 {
    position: absolute;
    top: 97px;
    left: 88%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.2s linear infinite
}

.meteor-5:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-6 {
    position: absolute;
    top: 179px;
    left: 78%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 7.3s linear infinite
}

.meteor-6:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-7 {
    position: absolute;
    top: 114px;
    left: 54%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 10s linear infinite
}

.meteor-7:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-8 {
    position: absolute;
    top: 158px;
    left: 41%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9s linear infinite
}

.meteor-8:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-9 {
    position: absolute;
    top: 89px;
    left: 70%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8.3s linear infinite
}

.meteor-9:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-10 {
    position: absolute;
    top: 135px;
    left: 73%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.1s linear infinite
}

.meteor-10:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-11 {
    position: absolute;
    top: 242px;
    left: 65%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.2s linear infinite
}

.meteor-11:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-12 {
    position: absolute;
    top: 113px;
    left: 72%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 4.5s linear infinite
}

.meteor-12:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-13 {
    position: absolute;
    top: 196px;
    left: 10%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8.3s linear infinite
}

.meteor-13:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-14 {
    position: absolute;
    top: 252px;
    left: 57%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.8s linear infinite
}

.meteor-14:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-15 {
    position: absolute;
    top: 158px;
    left: 79%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.3s linear infinite
}

.meteor-15:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

@keyframes meteor {
    0% {
        opacity: 1;
        margin-top: -300px;
        margin-right: -300px
    }

    12% {
        opacity: 0
    }

    15% {
        margin-top: 300px;
        margin-left: -600px;
        opacity: 0
    }

    to {
        opacity: 0
    }
}
.metors-container {
    width: 100vw;
    overflow-x: hidden;
}
.shadow-shape-1 {
    position: absolute;
    top: -96%;
    left: -12%;
    opacity: 0.65;
}

.iran {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.iran img {
    width: 30px;
    /* border-radius: 11px; */
    filter: invert(1);
}
.iran a {
    color: #FFFF;
    text-decoration: none;
    padding-right: 9px;
    font-size: 14px;
}

