* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
  src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)?#iefix") format("embedded-opentype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff");
}

html {
  overflow-x: hidden;
}

body {
  font-family: "IRANsans";
  direction: rtl;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

header {
  margin-bottom: 50px;
  background-color: #00de8c
}

nav.col-xs-12 {
  padding: 20px 30px;
}

nav .back {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 40px;
}

nav .back .mobile {
  display: none;
}

nav>div {
  padding: 0 !important;
}

.header-img-box {
  position: relative;
  padding: 20px 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.oval {
  position: absolute;
  left: 70px;
  bottom: 80px;
  z-index: -1;
}

.header-content-box {
  padding: 65px 0 0;
  max-width: 462px;
  float: right;
}

.header-content-box .title {
  margin: 0;
  font-size: 31px;
  font-weight: bold;
  text-align: justify;
  padding-bottom: 16px;
  border-bottom: solid 1px #aff1c8;
}

.header-content-box .description {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.89;
  margin-top: 32px;
}

.input-box {
  padding: 0 !important;
  margin-top: 60px;
}

.input-box .input {
  padding: 0 !important;
}

.input-box label {
  color: #666666;
  font-size: 18px;
  margin-bottom: 20px;
}

.input input {
  padding: 17px 20px;
  border: solid 1px #979797;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  -o-border-radius: 0 12px 12px 0;
}

.input button {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #28b56c;
  background-color: #169553;
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -ms-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  padding: 14px 5px 13px;
}

.middle .sec-img .oval-circle {
  transform: translate(70px, 490px);
  -webkit-transform: translate(70px, 490px);
  -moz-transform: translate(70px, 490px);
  -ms-transform: translate(70px, 490px);
  -o-transform: translate(70px, 490px);
}

.middle .sec-img .oval-circle:nth-child(3) {
  transform: translate(100px, 470px);
  -webkit-transform: translate(100px, 470px);
  -moz-transform: translate(100px, 470px);
  -ms-transform: translate(100px, 470px);
  -o-transform: translate(100px, 470px);
}

.middle .sec-img .oval-circle:nth-child(4) {
  transform: translate(300px, 80px);
  -webkit-transform: translate(300px, 80px);
  -moz-transform: translate(300px, 80px);
  -ms-transform: translate(300px, 80px);
  -o-transform: translate(300px, 80px);
}

.middle .sec-img .oval-circle:nth-child(5) {
  transform: translate(293px, 52px);
  -webkit-transform: translate(293px, 52px);
  -moz-transform: translate(293px, 52px);
  -ms-transform: translate(293px, 52px);
  -o-transform: translate(293px, 52px);
}

.bottom .sec-img .oval-circle:nth-child(2) {
  transform: translate(-333px, 435px);
  -webkit-transform: translate(-333px, 435px);
  -moz-transform: translate(-333px, 435px);
  -ms-transform: translate(-333px, 435px);
  -o-transform: translate(-333px, 435px);
}

.bottom .sec-img .oval-circle:nth-child(3) {
  transform: translate(10px, 67px);
  -webkit-transform: translate(10px, 67px);
  -moz-transform: translate(10px, 67px);
  -ms-transform: translate(10px, 67px);
  -o-transform: translate(10px, 67px);
}

.bottom .sec-img .oval-circle:nth-child(4) {
  transform: translate(-310px, 470px);
  -webkit-transform: translate(-310px, 470px);
  -moz-transform: translate(-310px, 470px);
  -ms-transform: translate(-310px, 470px);
  -o-transform: translate(-310px, 470px);
}

.download-box {
  padding: 0;
  margin-top: -70px;
}

.download-box .android, .download-box .ios {
  padding: 0;
  /* display: inline-block; */
  display: flex;
  align-items: center;
}

.download-box .ios::before, .download-box .android::before {
  content: " ";
  clear: both;
  display: block;
}

.download-box .ios::after, .download-box .android::after {
  content: " ";
  clear: both;
  display: block;
}

.download-box .android .item {
  padding: 20px 0 20px 40px;
}

main {
  overflow-x: hidden;
}

.download-box .ios .item {
  padding: 20px 0 0 0;
}

.download-box .ios .title {
  width: 200px;
  position: relative;
}

.download-box .android .title {
  width: 200px;
  position: relative;
}

.download-box .android .title:after, .download-box .ios .title:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #fff;
  left: 21px;
  top: -15px;
}
.w100{
  width: 100%;
}

.download-box .title span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-right: 9px;
}

.download-box .android .title span {
  vertical-align: middle;
}

.download-box .ios .title span {
  vertical-align: sub;
}

.download-box .item a {
  display: block;
  /* width: 160px; */
  border: none;
  background: none;
  margin-left: 12px;
  float: right;
}

.download-box .item a:last-child {
  margin-left: 0;
}

.download-box-mobile p {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
}

.download-box-mobile button {
  width: 100%;
  margin-bottom: 12px;
  /* padding: 8px; */
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  background-color: #169553;
  color: #fff;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.download-box-mobile button:last-child {
  margin: 0;
  background-color: #fff;
  border: solid 1px #b8b8b8;
  color: #6d7278;
}

.download-box-mobile img {
  width: 22px;
  margin-left: 7px;
}

.app-star-download img {
  width: 72px;
  height: 18px;
}

.download-box img {
  width: 144px;
}

.download-box-mobile svg {
  position: relative;
  top: 9px;
  margin-left: 8px;
}

.download-box-mobile.bottom button {
  background-color: #169553;
  color: #fff;
}

.download-box-mobile.bottom button:first-child {
  margin: 30px 0;
}

.inline-block {
  display: inline-block !important;
}

.sec-img {
  position: relative;
}

.sec-img img {
  position: absolute;
}

section.col-xs-12:first-child .sec-img img {
  right: -115px;
  top: 22px;
}

section.col-xs-12:nth-child(2) .sec-img img {
  left: -80px
}

section.col-xs-12.bottom .sec-img img {
  right: -190px;
}

.sec-img .oval {
  top: 0;
  right: -120px;
  transform: rotate(0);
}

.sec-content {
  margin-right: 375px;
  margin-top: 180px;
  max-width: 325px;
  color: #000;
}

.sec-content .sec-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  border-bottom: solid 2px #fd6603;
}

.sec-content .sec-title span {
  margin-bottom: 10px;
}

.sec-title img {
  margin-left: 15px;
}

section.col-xs-12 {
  padding: 0;
  margin-top: -32px;
}

section.col-xs-12:first-child {
  margin-top: 0;
}

section:nth-child(2) {
  direction: ltr;
}

section:nth-child(2) .sec-content {
  margin-right: 0;
  margin-left: 375px;
  text-align: right;
}

section:nth-child(2) .sec-content .sec-title, section:nth-child(2) .sec-content p {
  direction: rtl;
}

.btn-box {
  text-align: center;
}

.gotosite {
  margin-top: 81px;
  width: 222px;
  line-height: 39px;
  border-radius: 35px;
  border: solid 1px #ffffff;
  background: transparent;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.gotosite:hover {
  color: #fff;
}

.gotosite+button {
  display: block;
  background: none;
  margin: 16px auto 34px;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50%;
  height: 33px;
  width: 33px;
}

.gotosite+button:focus {
  outline: 0;
}

.download-box.bottom {
  margin-top: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid lightgray;
}

.download-box.bottom .item {
  padding: 0;
  text-align: center;
}

.download-box.bottom .item a {
  margin-bottom: 16px;
  display: inline-block;
  float: none;
}

.download-box-mobile {
  display: none;
}

.sec-content p {
  line-height: 2.43;
  margin: 0;
}

.QR-scan.col-xs-12 {
  padding: 12px 39px;
  border-radius: 7px;
  border: solid 1px #82c4a2;
  margin-top: 35px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.QR-scan span {
  float: right;
  width: calc(100% - 86px);
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.56;
  font-weight: 500;
}

.my-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.my-modal.active {
  z-index: 111;
}

.modal-darkback {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  z-index: -1;
  backdrop-filter: blur(4px);
  transition: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.modal-darkback.active {
  opacity: 0.5;
  z-index: 1;
}

.my-modal .modal-box {
  padding: 44px 5px 24px;
  border-radius: 20px 20px 0px 0px;
  position: fixed;
  bottom: -100%;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.my-modal .handel {
  position: absolute;
  width: 15%;
  top: 15px;
  height: 3px;
  border-radius: 5px;
  background-color: #d6d5d5;
  right: 42.5%;
  z-index: 1;
}

.my-modal.active .modal-box {
  bottom: 0;
}

.my-modal a {
  border: none;
  background: none;
  width: 182px;
  display: block;
  margin-bottom: 24px;
  margin: 0 auto 24px;
}

.my-modal a img {
  width: 100%;
}

.my-modal a:last-child {
  margin-bottom: 0;
}

.my-modal .my-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}

.my-modal .my-close span {
  width: 1px;
  height: 28px;
  position: absolute;
  z-index: 111;
  background: black;
  border-radius: 5px;
  border: 0.6px solid;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
}

.my-modal.active .my-close span:first-child {
  animation: active1 0.35s 0.35s forwards;
  -webkit-animation: active1 0.35s 0.35s forwards;
}

.my-modal.active .my-close span:last-child {
  animation: active2 0.3s 0.35s forwards;
  -webkit-animation: active2 0.3s 0.35s forwards;
}
.black-btn{
  background-color: #000;
  border-radius: 8px;
  color:#fff;
  height: 43px;
  padding: 4px 8px;
}

@keyframes active1 {
  0% {
    opacity: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}

@keyframes active2 {
  0% {
    opacity: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}

@media (max-width: 1200px) {
  .download-box {
    margin-top: -20px;
  }
  main>.container {
    padding: 0;
    width: 100%;
  }
  .download-box .ios .title {
    padding-right: 10px;
  }
  .download-box .ios .item {
    padding: 20px 10px 20px 0;
  }
  .download-box .android .item {
    padding: 20px 0 20px 15px;
  }
  .download-box .item a {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .header-content-box {
    padding: 60px 0 0;
    max-width: 360px;
    margin-right: 0;
  }
  .header-content-box p:nth-child(2) {
    /* font-size: 34px; */
    margin-top: 16px;
  }
  .header-content-box p:first-child {
    font-size: 29px;
  }
  .QR-scan.col-xs-12 {
    padding: 12px 29px;
    margin-top: 15px;
  }
  .QR-scan span {
    margin-top: 16px;
    font-size: 12px;
    line-height: 2;
  }
  .download-box {
    margin-top: 20px;
  }
  .download-box .item a {
    width: 116px;
  }
  .gotosite {
    margin-top: 41px;
  }
  .sec-img img {
    transform: scale(0.8);
  }
  section.col-xs-12:first-child .sec-img img {
    right: -155px;
    top: -18px;
  }
  section.col-xs-12:nth-child(2) .sec-img img {
    left: -150px;
  }
  section.col-xs-12.bottom .sec-img img {
    right: -230px;
  }
  .download-box.bottom {
    margin-top: 200px;
  }
  .sec-content {
    margin-top: 150px;
    margin-right: 295px;
  }
  section {
    padding: 35px 0;
  }
  .oval-circle {
    display: none;
  }
  .download-box.bottom {
    margin-top: 125px;
  }
}

/* @media (max-width: 731px) {
  .header-content-box {
    padding: 30px 0 0;
    max-width: 230px;
  }
  .header-content-box p:first-child {
    font-size: 21px;
  }
  .header-content-box p:nth-child(2) {
    font-size: 25px;
  }
  .QR-scan.col-xs-12 {
    padding: 5px 5px;
    margin-top: 15px;
  }
  .QR-scan span {
    float: right;
    width: calc(100% - 85px);
    margin-top: 13px;
    font-size: 12px;
    display: block;
  }
  .download-box .android .item {
    padding: 20px 0 20px 5px;
  }
  .download-box .ios .item {
    padding: 20px 0px 20px 0;
  }
  .download-box .item a {
    width: 90px;
  }
  .oval {
    display: none;
  }
} */

@media (max-width: 768px) {
  .header-img-box {
    text-align: center;
    padding: 0;
  }
  .header-img-box img {
    width: 45%;
  }
  header {
    margin-bottom: 0;
  }
  .QR-scan {
    display: none;
  }
  .container-fluid {
    padding: 0;
  }
  nav {
    padding: 8px 15px !important;
  }
  nav .text-left img {
    width: 95px;
  }
  .gotosite {
    display: none;
  }
  nav .back {
    font-size: 12px;
    line-height: 20px;
    position: relative;
  }
  nav .back .mobile {
    display: inline;
  }
  nav .back .desktop {
    display: none;
  }
  .header-box.col-xs-12 {
    padding: 0;
  }
  .header-content-box {
    max-width: 100%;
    padding: 24px 0 0;
  }
  .gotosite+button {
    margin: 6px auto 0;
    padding: 16px;
    width: auto;
    height: auto;
    border: none;
  }
  .header-content-box p:first-child {
    font-size: 21px;
    text-align: center;
    border: none;
  }
  .header-content-box p:nth-child(2) {
    font-size: 18px;
    text-align: center;
    max-width: 302px;
    margin: auto;
  }
  .download-box {
    display: none;
  }
  .download-box-mobile button, .download-box-mobile .big-download-sibapp {
    width: 100%;
    margin: 0 auto 12px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    background-color: #000000;
    color: #fff;
    line-height: 54px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  .download-box-mobile .big-download-sibapp {
    margin: 0 auto;
    background-color: #000000;
    border: solid 1px #000000;
    color: #fff;
    display: block;
    margin-bottom: 12px;
  }
  .download-box-mobile .big-download-sibapp img{
    width: 120px;
  }
  .download-box-mobile button:last-child {
    margin: 0 auto;
    background-color: transparent;
    border: solid 1px #000000;
    color: #000000;
  }
  .download-box-mobile {
    display: block;
    padding: 0;
    text-align: center;
    margin-top: 32px;
  }
  .download-box-mobile button, .download-box-mobile .big-download-sibapp {
    max-width: 302px;
    display: block;
  }
  .download-box-mobile a.app-star-download-link {
    display: block;
    margin-bottom: 12px;
  }
  .download-box-mobile button.app-star-download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .sec-img img {
    transform: scale(0.6);
  }
  section.col-xs-12:first-child .sec-img img {
    right: -195px;
    top: -18px;
  }
  section.col-xs-12.bottom .sec-img img {
    right: -247px;
  }
  .sec-img .img img {
    width: 100px;
  }
  .sec-content {
    top: 50px;
    position: relative;
    margin-right: 205px;
  }
  .sec-title img {
    margin-left: 5px;
    width: 22px;
  }
  .sec-content .sec-title {
    margin-bottom: 10px;
  }
  .sec-content p {
    font-size: 12px;
  }
  .download-box-mobile.bottom button:first-child {
    margin: 30px auto;
  }
  section:nth-child(2) .sec-content {
    margin-left: 210px;
  }
  .download-box-mobile.bottom {
    margin-top: 178px;
  }
  main {
    padding-bottom: 178px;
  }
}

@media(max-width: 450px) {
  .header-content-box p:nth-child(2) {
    font-size: 14px;
  }
  section.col-xs-12:first-child .sec-img img {
    right: -165px;
    top: -18px;
  }
  .sec-content {
    max-width: 167px;
    top: 0;
    margin-right: 160px;
    margin-top: 130px;
  }
  .sec-content .sec-title span {
    margin-bottom: 10px;
    font-size: 11px;
    margin-bottom: 2px;
  }
  .sec-content p {
    font-size: 10px;
  }
  section:nth-child(2) .sec-content {
    margin-left: 160px;
    top: 20px;
  }
  section.col-xs-12.bottom .sec-img img {
    right: -187px;
    top: 40px;
  }
  section:nth-child(3) .sec-content {
    margin-top: 180px;
    margin-right: 150px;
  }
  section.col-xs-12:nth-child(2) .sec-img img {
    top: -40px;
  }
  .header-img-box img {
    width: 75%;
  }
  main {
    padding-bottom: 78px;
  }
}

@media (max-width: 330px) {
  .sec-title span {
    font-size: 13px;
  }
  .header-img-box img {
    width: 63%;
  }
  .sec-content {
    max-width: 167px;
    top: 0;
    margin-right: 100px;
    margin-top: 95px;
  }
  section:nth-child(2) .sec-content {
    margin-left: 110px;
    top: 15px;
  }
  section:nth-child(3) .sec-content {
    margin-top: 145px;
    margin-right: 100px;
  }
}
