@font-face {
  font-family: titr;
  font-style: normal;
  font-weight: bold;
  src: url("./setting/font/ttf/B_titr_bold.ttf") format("truetype");
}

@font-face {
  font-family: homa;
  font-style: normal;
  font-weight: bold;
  src: url("./setting/font/ttf/Far_Homa.ttf") format("truetype");
}

@font-face {
  font-family: lalezar;
  font-style: normal;
  font-weight: bold;
  src: url("./setting/font/LALEZAR-REGULAR.TTF") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("./setting/font/eot/iranyekanwebbold.eot");
  src: url("./setting/font/eot/iranyekanwebbold.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/iranyekanwebbold.woff2") format("woff2"), url("./setting/font/woff/iranyekanwebbold.woff") format("woff"), url("./setting/font/ttf/iranyekanwebbold.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url("./setting/font/eot/iranyekanweblight.eot");
  src: url("./setting/font/eot/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/iranyekanweblight.woff2") format("woff2"), url("./setting/font/woff/iranyekanweblight.woff") format("woff"), url("./setting/font/ttf/iranyekanweblight.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("./setting/font/eot/iranyekanwebregular.eot");
  src: url("./setting/font/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/iranyekanwebregular.woff2") format("woff2"), url("./setting/font/woff/iranyekanwebregular.woff") format("woff"), url("./setting/font/ttf/iranyekanwebregular.ttf") format("truetype");
}

/* Latin font (Roboto) */
@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: bold;
  src: url("./setting/font/eot/robotobold.eot");
  src: url("./setting/font/eot/robotobold.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/robotobold.woff2") format("woff2"), url("./setting/font/woff/robotobold.woff") format("woff"), url("./setting/font/ttf/robotobold.ttf") format("truetype");
}

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  src: url("./setting/font/eot/robotolight.eot");
  src: url("./setting/font/eot/robotolight.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/robotolight.woff2") format("woff2"), url("./setting/font/woff/robotolight.woff") format("woff"), url("./setting/font/ttf/robotolight.ttf") format("truetype");
}

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: normal;
  src: url("./setting/font/eot/robotoregular.eot");
  src: url("./setting/font/eot/robotoregular.eot?#iefix") format("embedded-opentype"), url("./setting/font/woff2/robotoregular.woff2") format("woff2"), url("./setting/font/woff/robotoregular.woff") format("woff"), url("./setting/font/ttf/robotoregular.ttf") format("truetype");
}

.light14 {
  font-size: 14px;
  font-weight: 300;
}

.light20 {
  font-size: 20px;
  font-weight: 300;
}

.light18 {
  font-size: 18px;
  font-weight: 300;
}

.regular24, .popup__body__input {
  font-size: 24px;
  font-weight: 400;
}

.regular22, .popup__body__text span {
  font-size: 22px;
  font-weight: 400;
}

.regular20 {
  font-size: 20px;
  font-weight: 400;
}

.regular18 {
  font-size: 18px;
  font-weight: 400;
}

.regular16 {
  font-size: 16px;
  font-weight: 400;
}

.regular14 {
  font-size: 14px;
  font-weight: 400;
}

.regular12 {
  font-size: 12px;
  font-weight: 400;
}

.regular10 {
  font-size: 10px;
  font-weight: 400;
}

.bold20, .popup__button__text {
  font-size: 20px;
  font-weight: 600;
}

.bold18 {
  font-size: 18px;
  font-weight: 600;
}

.bold10 {
  font-size: 10px;
  font-weight: 600;
}

.bold16 {
  font-size: 16px;
  font-weight: 600;
}

.bold14 {
  font-size: 14px;
  font-weight: 600;
}

.bold12 {
  font-size: 12px;
  font-weight: 600;
}

.bold22 {
  font-size: 22px;
  font-weight: 600;
}

.bold24 {
  font-size: 24px;
  font-weight: 600;
}

.bold32, .popup__body__title span {
  font-size: 32px;
  font-weight: 600;
}

.bold52 {
  font-size: 52px;
  font-weight: 600;
}

.bold75 {
  font-size: 75px;
  font-weight: 600;
}

.black {
  color: #212121;
}

.bg-black {
  background-color: #212121;
}

.bg-primary {
  background-color: #69C300;
}

.bg-red {
  background-color: #ce2e6c;
}

.bg-purple {
  background-color: #6853e2;
}

.primary {
  color: #69C300;
}

.white {
  color: #FFFFFF;
}

.green {
  color: #00af9d;
}

.orange {
  color: #e63b3b;
}

* {
  font-family: IRANYekan;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0px;
  padding: 0px;
}

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

*:focus {
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

.col-0 {
  width: 0%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  .col-md-0 {
    width: 0%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@font-face {
  font-family: IRANYekan;
  src: url(../font/MRT.ttf);
}

*:focus {
  outline: none;
}

.downloadlink {
  position: absolute;
  bottom: 0px;
  height: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #0009;
  padding: 8px 8px;
  text-align: center;
}

.downloadlink a {
  width: 40%;
  height: 100%;
}

.downloadlink a img {
  height: 100%;
  width: 100%;
}

.downloadlink img {
  width: 40px;
}

@media (min-width: 760px) {
  .downloadlink {
    height: 92px;
  }
}

.navbar {
  background-color: #0078cb;
  height: 50px;
  width: 100%;
}

.navbar ul {
  width: 320px;
  margin: 0 auto;
  display: inline-block;
}

.navbar ul li {
  float: right;
  width: 70px;
  margin: 0 5px;
  line-height: 50px;
  list-style: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 900;
}

.header-landing-amirza {
  width: 100vw;
  height: 10vh;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.header-landing-amirza a {
  background: transparent;
  border: 2px solid #fff;
  padding: 5px 15px;
  color: #fff;
  line-height: 10vh;
  text-decoration: none;
}

.top-banner {
  width: 100%;
  height: 25vh;
}

.top-banner .bann {
  width: 400px;
  height: 100%;
  background-color: #44444482;
  margin: 0 auto;
  border-radius: 20px;
}

.top-banner .bann img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.text-images {
  width: 100%;
  padding: 0px 32px;
}

.text-images img {
  width: 100%;
}

.main-landing-amirza {
  padding-top: 48px;
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30%;
  height: 100%;
}

@media (max-width: 992px) {
  .main-landing-amirza {
    width: 70%;
  }
}

@media (max-width: 760px) {
  .main-landing-amirza {
    width: 100%;
  }
}

.left-landing-amirza {
  width: 35%;
  float: left;
  height: 100%;
}

.right-landing-amirza {
  width: 100%;
  height: 100%;
  float: left;
}

.rightest-landing-amirza {
  width: 35%;
  height: 100%;
  float: right;
}

.left-landing-amirza .text-landing {
  text-align: right;
  width: 70%;
  float: right;
  padding: 12vh 12px;
}

.left-landing-amirza .text-landing h1 {
  font-size: 65px;
  color: #fff;
}

.left-landing-amirza .text-landing p {
  font-size: 20px;
  color: #fff;
  text-align: justify;
  direction: rtl;
  text-shadow: 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600, 0 0 2px #c75600;
  margin-top: 10px;
}

.footer-landing-amirza {
  width: 100vw;
  height: 5vh;
  text-align: center;
  line-height: 5vh;
}

.footer-link-landing-amirza {
  width: 245px;
  margin: 0 auto;
}

.footer-link-landing-amirza p {
  color: #333;
  float: left;
  font-family: sans-serif;
}

.footer-link-landing-amirza a {
  color: #fff;
  float: left;
  text-decoration: none;
  margin-left: 5px;
  font-family: sans-serif;
}

.links-landing-amirza {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.links-landing-amirza .support {
  color: #343434;
  text-decoration: none;
  width: 150px;
  padding: 0 10px 0 0;
  height: 50px;
  margin: 10px 0 0 10px;
  line-height: 46px;
  font-size: 18px;
  cursor: pointer;
}

.links-landing-amirza .leaderboard {
  color: #fff;
  padding: 0 10px 0 0;
  text-decoration: none;
  width: 150px;
  margin: 10px 0 0 10px;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
}

.links-landing-amirza .support img {
  width: 100%;
  float: left;
  padding: 5px;
}

.links-landing-amirza .leaderboard img {
  width: 100%;
  float: left;
  padding: 5px;
}

.ostad-amirza-game {
  width: 100%;
}

.amirza-game {
  width: 100%;
}

.ostad-amirza-game2 {
  width: 60%;
}

.yektanetparent {
  position: absolute;
  bottom: 120px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: red;
}

@media (max-width: 760px) {
  .yektanetparent {
    bottom: 72px;
    width: 100%;
  }
}

.yektanetparent div.yn-bnr {
  width: 100%;
}

.amirza-game2 {
  width: 60%;
}

.ostad-mirza-mobile {
  width: 50%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ostad-mirza-mobile .osst {
  width: 120px;
  margin-bottom: 24px;
}

.ostad-mirza-mobile .butt {
  width: 80%;
}

.amirza-mobile {
  width: 50%;
  float: right;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.downlaod-app a img {
  height: 13vh;
  line-height: 46px;
  margin-top: 20vh;
}

.amirza-mobile .ammi {
  width: 120px;
  margin-bottom: 24px;
}

.amirza-mobile .butt {
  width: 80%;
}

.games-link {
  width: 100%;
}

.games-link img {
  width: 200px;
}

/* ***** modal ***** */
.modal-box-game-link-game {
  line-height: 25px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.modal-box-game-link-game p {
  font-size: 22px;
  margin: 10px 0;
  color: #000;
  font-weight: 900;
}

.modal-point {
  text-align: center;
  width: 100%;
  font-size: 25px;
  margin: 0;
  margin-top: 20px;
}

.modal-point span {
  font-size: 40px;
  font-weight: 900;
  color: #F3B15D;
}

.game-page-end {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(93, 93, 93, 0.9);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
}

.game-page-end-state {
  display: none;
}

.game-page-end-state:checked + .game-page-end {
  opacity: 1;
  visibility: visible;
}

.game-page-end-state:checked + .game-page-end .game-page-end-inner {
  top: 0;
}

.game-page-end-inner {
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  margin: auto;
  overflow: auto;
  background: #fff;
  overflow: hidden;
  height: 260px;
  border-radius: 10px;
}

.modal-box-time img {
  width: 100px;
  float: right;
  margin: 10px;
  margin: 20px 30px 0 0;
  padding: 10px;
}

.modal-box-time {
  width: 180px;
  height: auto;
  float: right;
  text-align: center;
  cursor: pointer;
}

.modal-box-booster {
  width: 180px;
  height: auto;
  float: right;
  text-align: center;
  cursor: pointer;
}

.modal-box-booster img {
  width: 100px;
  float: left;
  margin: 10px;
  margin: 20px 0 0 30px;
  padding: 10px;
}

.modal-box-booster-checked {
  width: 180px;
  height: auto;
  float: right;
  text-align: center;
  cursor: pointer;
}

.modal-box-booster-checked img {
  width: 100px;
  float: left;
  margin: 10px;
  margin: 20px 0 0 30px;
  -webkit-box-shadow: 0 0 10px #ababab;
          box-shadow: 0 0 10px #ababab;
  padding: 10px;
  background-color: #ffe071;
}

.modal-box-time-checked img {
  width: 100px;
  float: right;
  margin: 10px;
  margin: 20px 30px 0 0;
  -webkit-box-shadow: 0 0 10px #ababab;
          box-shadow: 0 0 10px #ababab;
  padding: 10px;
  background-color: #ffe071;
}

.modal-box-time-checked {
  width: 180px;
  height: auto;
  float: right;
  text-align: center;
  cursor: pointer;
}

.main-page-modal-close {
  font-size: 40px;
  float: right;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.modal-box-for {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.modal-box-for .text-help {
  padding: 10px;
}

.contact-us-number {
  background: transparent;
  border: 2px solid #000;
  padding: 5px 15px;
  color: #000;
  line-height: 10vh;
  text-decoration: none;
  font-family: cursive;
  font-size: 30px;
}

/* ***** modal ***** */
@media (min-width: 1300px) and (max-width: 1480px) {
  .left-landing-amirza .text-landing h1 {
    font-size: 42px;
    color: #fff;
    text-shadow: 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .left-landing-amirza .text-landing h1 {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f;
  }
  .links-landing-amirza .support {
    width: 120px;
  }
  .links-landing-amirza .leaderboard {
    width: 120px;
  }
  .left-landing-amirza .text-landing p {
    font-size: 17px;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .left-landing-amirza .text-landing h1 {
    font-size: 27px;
    color: #fff;
    text-shadow: 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f, 0 0 4px #87390f;
  }
  .links-landing-amirza .support {
    width: 90px;
  }
  .links-landing-amirza .leaderboard {
    width: 90px;
  }
  .left-landing-amirza .text-landing p {
    font-size: 14px;
  }
  .downlaod-app a img {
    height: 11vh;
    margin-top: 17vh;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .left-landing-amirza .text-landing h1 {
    font-size: 40px;
    color: #fff;
  }
  .left-landing-amirza .text-landing p {
    text-align: center;
  }
  .amirza-mobile .ammi {
    width: 120px;
  }
  .ostad-mirza-mobile .osst {
    width: 120px;
  }
  .right-landing-amirza {
    width: 100%;
  }
  .left-landing-amirza {
    width: 100%;
  }
  .left-landing-amirza .text-landing {
    text-align: right;
    width: 70%;
    float: unset;
    padding: unset;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  .left-landing-amirza {
    height: unset;
  }
  .right-landing-amirza {
    height: unset;
  }
  .downlaod-app a img {
    height: unset;
    width: 200px;
    line-height: unset;
    margin-top: -300px;
    margin-left: 50px;
  }
}

@media (min-width: 480px) and (max-width: 700px) {
  .left-landing-amirza .text-landing h1 {
    font-size: 40px;
    color: #fff;
  }
  .left-landing-amirza .text-landing p {
    text-align: center;
    font-size: 14px;
  }
  .amirza-mobile .ammi {
    width: 67%;
  }
  .ostad-mirza-mobile .osst {
    width: 67%;
  }
  .right-landing-amirza {
    width: 100%;
  }
  .left-landing-amirza {
    width: 100%;
  }
  .left-landing-amirza .text-landing {
    text-align: right;
    width: 70%;
    float: unset;
    padding: unset;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  .left-landing-amirza {
    height: unset;
  }
  .right-landing-amirza {
    height: unset;
  }
  .rightest-landing-amirza {
    width: 100%;
    height: unset;
    text-align: center;
  }
  .downlaod-app a img {
    height: unset;
    width: 120px;
    line-height: unset;
    margin-top: -240px;
    margin-left: 50px;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .top-banner .bann {
    width: 320px;
    height: 100%;
  }
  .left-landing-amirza .text-landing h1 {
    font-size: 30;
    color: #fff;
  }
  .left-landing-amirza .text-landing p {
    text-align: center;
    font-size: 14px;
  }
  .amirza-mobile .ammi {
    width: 67%;
  }
  .ostad-mirza-mobile .osst {
    width: 67%;
  }
  .right-landing-amirza {
    width: 100%;
  }
  .left-landing-amirza {
    width: 100%;
  }
  .links-landing-amirza .support {
    width: 100px;
  }
  .links-landing-amirza .leaderboard {
    width: 100px;
  }
  .left-landing-amirza .text-landing {
    text-align: right;
    width: 100%;
    float: unset;
    padding: unset;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  .left-landing-amirza {
    height: unset;
  }
  .right-landing-amirza {
    height: unset;
  }
  .rightest-landing-amirza {
    width: 100%;
    height: unset;
    text-align: center;
  }
  .downlaod-app a img {
    height: unset;
    width: 80px;
    line-height: unset;
    margin-top: -170px;
    margin-left: 30px;
  }
  .footer-link-landing-amirza {
    width: 170px;
  }
  .footer-landing-amirza {
    font-size: 11px;
  }
}

.phoneBody {
  position: fixed;
  background-color: #000000aa;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phoneSubBody {
  position: relative;
  background-color: white;
  border-radius: 15px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  font-family: IRANYekan;
}

.phoneSubBody img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.phoneTitle {
  margin-top: 18px;
  text-align: center;
  font-family: IRANYekan;
}

.phoneButton {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 4px;
  width: 64px;
  text-align: center;
  border-radius: 15px;
  border: 0px solid black;
  font-family: IRANYekan;
  background-color: #3fa9f5;
  color: #fff;
  font-size: 22px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.phoneInput {
  padding: 0px 8px;
  margin-top: 16px;
  border-radius: 15px;
  outline: none;
  text-align: right;
  font-family: IRANYekan;
  font-size: 22px;
  width: 80%;
  padding: 5px 0;
  border: 2px solid #ccc;
  text-align: center;
}

.popup {
  width: 100%;
  height: 100%;
  background-color: #000000aa;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  z-index: 1000;
}

.popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup.open {
  opacity: 1;
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
}

.popup__body {
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6E7AE), to(#E2CB94));
  background: linear-gradient(to bottom, #F6E7AE, #E2CB94);
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 32px;
  top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
}

.popup__body.open {
  top: 0px;
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
}

.popup__body__input {
  width: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0px 8px;
  height: 48px;
  border: 2px solid #B58044;
  border-radius: 8px;
  outline: none;
  text-align: center;
  background-color: #F8ECCB;
  color: #753911;
  margin-top: 16px;
}

.popup__body__bg {
  height: 100%;
  width: 100%;
}

.popup__body__text {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6E7AE), to(#E2CB94));
  background: linear-gradient(to bottom, #F6E7AE, #E2CB94);
  border-radius: 28px;
  border: 1px solid #E2AF76;
  -webkit-box-shadow: 0px 0px 10px #B49337;
          box-shadow: 0px 0px 10px #B49337;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}

.popup__body__text span {
  font-family: titr;
  color: #482800;
  text-align: center;
  direction: rtl;
}

.popup__body__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  z-index: 10;
}

.popup__body__title span {
  font-family: titr;
  color: #f1ffdf;
  text-shadow: 0px 5px 15px #B19D61;
}

.popup__body__title img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.popup__body__buttons {
  position: absolute;
  bottom: -24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popup__close {
  position: absolute;
  top: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 10;
  right: 0px;
  width: 33px;
  height: 37px;
}

.popup__close img {
  width: 33px;
  height: 37px;
}

.popup__button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 24px;
  width: 40%;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
}

.popup__button.pressed {
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.popup__button__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-family: titr;
  text-align: center;
}

.popup__button__body {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */