* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: vazir;
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/vazir/persian-nums/Vazir-FD-WOL.woff2') format("woff"),
    url(assets/fonts/vazir/persian-nums/Vazir-FD-WOL.ttf) format("truetype")
}


body {
  margin: 0;
  padding: 0;
  height: 100vh;
  padding: auto;
  overflow-y: hidden;
  position: relative;
  font-family: vazir;
}

body.en {
  font-family: sans-serif;
}

.ASD.plainPic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover !important;
  z-index: 2;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}


/* body::before,
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: opacity 2s ease-in-out;
} */
/* 
@media (min-width: 768px) {
  body::before,
  body::after {
    height: 150vh; 
  }
} */


body::before {
  background-image: url("12.webp");
  opacity: 1;
}

body::after {
  background-image: url("13.webp");
  opacity: 0;
}

body.fade-bg::before {
  opacity: 0;
}

body.fade-bg::after {
  opacity: 1;
}


@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.ASD {
  transition: all 100s;
}

body {
  transition: all 1s;
}

.lang-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: #fff; */
  padding: 5px;
  position: absolute;
  width: 42px;
  top: 0;
  border-radius: 10px;
  left: 10px;
}

#btnlinkapp {
  display: none !important;
}

.btnlang {
  width: 30px;
  padding: 0;
  border: unset;
  /* background: #fff; */
  margin: 0;
  border-radius: 50px;
  font-size: 14px;
  overflow: hidden;
  transition: 0.3s all;
  height: 0;
  display: none;
}

.hgt {
  height: 31px !important;
  display: block;
}

.lang-ico {
  cursor: pointer;
}

@keyframes body {
  0% {
    background-color: #e3dfda;
  }

  100% {
    background-color: #c6e2ef;
  }
}

@keyframes asdasd {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#modalMenu {
  width: 600px;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.responsive-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain !important;
  /* display: block; */
}

.TreeLeaf {
  position: absolute;
  z-index: 50;
  transition: transform 0.5s ease-in-out;
  transform-origin: bottom left;
  cursor: pointer;
}

.TreeLeaf .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-35deg);
  display: block;
  text-align: center;
  font-family: vazir;
  font-weight: 500;
  /*text-shadow: 1px 3px #777777;*/
  width: 100%;
  transition: all 0.5s;
}

.en .TreeLeaf .title {
  font-family: sans-serif;
}

.kozo {
  width: 88px;
  height: 50px;
  position: absolute;
  left: 809px;
  bottom: 627px;
  width: 88px;
  height: 72.03px;
  background-color: #ff000091;
  left: 100px;
  bottom: 100px;
  z-index: 50;
  transform-origin: bottom left;
  transform: rotate(90deg);
}

.kozo .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

#boxList .menu-container ul li {
  display: flex !important;
  flex-direction: column !important;
  align-items: end;
}

.disable {
  cursor: no-drop !important;
}

.kozo .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-35deg);
  display: block;
  text-align: center;
  font-family: vazir;
  font-weight: 600;
  width: 96% !important;
}

.en .kozo .title {
  font-family: sans-serif;
}

.btn-center {
  font-size: 15px !important;
  /* position: absolute; */
  right: 0;
  top: 0;
  text-align: center;
}

.en #title-wrapper {
  text-align: left;
}

@media (max-width : 535px) {
  .btn-center {
    font-size: 13px !important;
  }
}

@media (max-width : 835px) {
  .btn-center {
    font-size: 15px !important;
  }
}

@media (max-width : 1235px) {
  .btn-center {
    font-size: 17px !important;
  }
}

@media (min-width : 1235px) {
  .btn-center {
    font-size: 18px !important;
  }
}

#btnCenter {
  /* backdrop-filter: blur(70px); */
  border: unset;
  font-weight: 600;
  font-size: 25px;
  background: #0e815c;
  color: #fff;
  padding: 10px;
  border-radius: 10px !important;
  border: 1px solid #fff;
  opacity: 1 !important;
}

@media (max-width: 1000px) {
  .container {
    /* width: 79% !important; */
    min-width: unset;
    max-width: 100%;
    /* height: 114vh !important; */
    /* padding: 0 10px; */
  }

  .kozo {
    left: 592px;
  }

  body {
    /*zoom: 0.8;*/
  }

  .modalcontent #modalTitle {
    font-size: 20px !important;
  }

  #title-wrapper h3 {
    font-size: 10px !important;
    color: red !important;
  }
}

@media (max-width : 728px) {
  .modalcontent #modalTitle {
    font-size: 21px !important;
  }
}

@media (max-width : 456px) {
  .modalcontent #modalTitle {
    font-size: 17px !important;
  }
}


@media (max-width: 700px) {
  .noShow {
    display: none;
  }

  header .btnlg {
    width: 45px !important;
    min-width: 45px !important;
  }
}

@media (max-width: 535px) {
  .container {
    width: 100% !important;
    min-width: unset;
    max-width: 100%;
    height: 100vh !important;
    /* padding: 0 10px; */
  }

  .kozo {
    left: 592px;
  }

  body {
    /*zoom: 0.8;*/
  }

  .modalcontent #modalTitle {
    font-size: 20px;
  }

  #title-wrapper h3 {
    font-size: 12px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  justify-content: end;
  direction: rtl;
}

.modal-left {
  justify-content: start;
}

.modal-content {
  background-color: #fff;
  width: 400px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.dark .modalcontent {
  background-color: #000;
  color: #fff;
}

.dark .modalcontent .head {
  background-color: #313131;
  color: #fff;
}

.modalcontent {
  background-color: #fff;
  width: 850px;
  max-height: 90%;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
}

.menu-container {
  direction: ltr;
}

.menu-container>ul {
  /* max-height: 35vh;
  overflow-y: auto; */
  padding-right: 20px;
  align-items: end;
  /* scrollbar-color: #3D9EFF #DBDBDB; */
}

.en .menu-container>ul {
  align-items: end;
  direction: rtl;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #339eff;
  border-radius: 10px;
}

::-webkit-scrollbar-button {
  display: none;
}

#title-wrapper h3 {
  text-align: right;
  font-weight: 600;
  border-bottom: 2px solid #3D9EFF;
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 8px;
}

#title-wrapper {
  text-align: right;
  display: flex;
  margin-bottom: 25px;
}

.divider {
  border-bottom: 1px solid #d4d4d4;
}

/*.menu-container > ul::-webkit-scrollbar-track {*/
/*  background: #2ea1e0;*/
/*}*/

/* Handle */
/*.menu-container > ul::-webkit-scrollbar-thumb {*/
/*  background: #2ea1e0;*/
/*}*/
.menu-container>ul::-webkit-scrollbar {
  width: 7px;
}

.menu-container>ul::-webkit-scrollbar-thumb {
  background: #3D9EFF;
  border-radius: 0 4px 4px 0;
}

.menu-container>ul::-webkit-scrollbar-track {
  background: #DBDBDB;
  border-radius: 0 4px 4px 0;
}

.modalcontent.ltl-box {
  max-width: 750px;
  margin: 3px;
  height: unset;
  min-height: unset;
  max-height: 70%;
}

@media (max-width : 535px) {
  .modalcontent.ltl-box {
    max-width: 94% !important;
  }

}

#contentModal {
  align-items: center;
  justify-content: center;
}

.modalcontent #modalTitle {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  /* text-align: right; */
}

.modalcontent .head {
  /*background-color: #f0f0f0;*/
  width: 95%;
  height: 60px !important;
  border-radius: 10px;
  margin: 2% auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  gap: 20px;
  padding-left: 5%;
}

@media (max-width : 535px) {
  .modalcontent .head {
    gap: 4px !important;
  }
}

#modalDescription {
  background-color: #FBFBFB;
  padding: 20px !important;
  border-radius: 8px;
  color: #616161;
  font-weight: 500;
}

/*.modalcontent .head > div{*/
/*  flex: 0 0 70%;*/
/*  max-width: 70%;*/
/*}*/
/*.modalcontent .head > div:first-child{*/
/*  flex: 0 0 30%;*/
/*  max-width: 30%;*/
/*  height: 100%;*/
/*}*/
.modalcontent .head>div {
  height: 100%;
  display: flex;
  align-items: center;
}

.modalDes p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 768px) {

  #noplayAll,
  #playAll {
    width: 85px !important;
    min-width: unset !important;
    font-size: 13px !important;
    height: 45px !important;
  }
  #btnCenter{
    font-size: 13px !important;
    height: 45px !important;
  }

  .modalDes p {
    font-size: 12px !important;
    line-height: 24px;
  }
}


.modalDes samp {
  display: flex;
  align-items: center;
  gap: 3px;
  background: #0965e8;
  padding: 8px 10px;
  /* width: 25%; */
  margin: 10px 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width : 535px) {
  .modalDes samp {
    font-size: 12px !important;
  }

}

#modalCost {
  background: #fbfff9;
  color: #72c134;
  border: 1px solid #b9e19b;
  display: flex !important;
}

#modalCredit {
  background: #fffef6;
  color: #d1ad3b;
  border: 1px solid #d5bf5c;
  display: flex !important;
}

#modalTargetGroup {
  background: #f8fffe;
  color: #3097fc;
  border: 1px solid #89c1fc;
  display: flex;
}

#modalSpecialist {
  background: #edfff5;
  color: #2fdd8d;
  border: 1px solid #2fdd8d;
  display: flex;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */

}

.dark #modalCost {
  background: #072501;
  color: #91cf60;
  border: 1px solid #91cf60;
}

.dark #modalCredit {
  background: #251d01;
  color: #f1da8f;
  border: 1px solid #f1da8f;
}

.dark #modalTargetGroup {
  background: #011425;
  color: #8fd0f1;
  border: 1px solid #8fd0f1;
}

.modalDes {
  display: flex;
  padding: 10px 10px 0;
  gap: 0px !important;
  flex-direction: column;
}

@media (max-width : 535px) {
  .modalDes {
    gap: 2px !important;
    padding: 11px 28px 0 !important;
  }

}

@media (min-width : 1235px) {
  .modalDes {
    gap: 2px !important;
    padding: 0 29px 0 !important;
  }
}



.modalDes div {
  display: flex;
  width: 100%;
  gap: 10px;
}

@media screen and (max-width : 728px) {
  .modalDes div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px !important;
  }

  .modalDes samp {
    width: 100% !important;
  }
}

.modalDes div:first-child {
  width: 100%;
}

#modalImage {
  height: 56px;
  width: 56px;
  max-width: 100%;
  aspect-ratio: 1;
  /* object-fit: contain; */
  border-radius: 50%;
}

@media (max-width : 535px) {
  #modalImage {
    height: 50px !important;
    width: 50px !important;
  }

}

#modalCategory {
  background-color: #0965e8;
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  display: inline-block;
}

@media (max-width : 535px) {
  #modalCategory {
    font-size: 10px !important;
  }

}

.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: -27px;
  left: -11px;
}

.en .ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  /* left: -12px !important; */
}

.ribbon__content {
  right: -57px;
  top: 51px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  width: 280px;
  padding: 4px 0;
  background-color: #57b1ac;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #0965e8;
}

@media (max-width: 535px) {
  .ribben__content {
    right: -87px !important;
    top: 31px !important;
  }

}

.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 5px;
}

.ribbon::before {
  top: 0;
  right: 4px;
  border-color: #f19066;
}

.ribbon::after {
  bottom: 8px;
  left: 4px;
  border-color: #f19066;
}

.modalcontent #closeModal {
  /*display: flex;*/
  /*align-items: center;*/
  /*border-radius: 10px;*/
  /*justify-content: center;*/
  /*position: relative;*/
  /*z-index: 2;*/
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  /*color: #575757;*/
  /*margin-left: 20px;*/
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  z-index: 2;
  font-weight: 400;
  font-size: 20px;
  color: #575757;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  box-shadow: 0 0 10px 0 #00000024;
}

@media only screen and (max-width: 1000px) {
  /*.modalcontent #closeModal {*/

  /*  margin-left: 40px;*/
  /*}*/
  .modalcontent {
    max-width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .ribbon__content {
    font-size: 14px;
    width: 200px;
    right: -38px;
    top: 34px;
  }

  .ribbon {
    width: 110px;
    height: 110px;
    top: -10px;
    left: -14px;
  }

  /*.modalcontent #closeModal {*/

  /*  margin-left: 25px;*/
  /*  font-size: 16px;*/
  /*}*/

}

.modalcontent #btnlinkapp {
  background-color: #0965e8;

  color: #ffffff;
  width: 95%;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  height: 40px;
  text-decoration: none;
  justify-content: center;
}

.dark #closeModal {
  background-color: #0f0f0f;
}

.modal .header {
  display: flex;
  justify-content: space-between;
  padding: 39px 22px;
  background: #ececec;
  border-radius: 20px;
  margin: 14px;
  border: 3px solid #eaeaea;
  align-items: center;
  cursor: pointer;
}

.modal .header h2 {
  font-weight: 600;
  font-size: 22px;
}

.modal .header .headerBtn span {
  background: #fff;
  width: 60px;
  margin: 10px;
  padding: auto;
  display: inline-flex;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.modal .header .headerBtn span:first-child {
  width: 140px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

input,
button {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.GpBtnAdd {
  position: absolute;
  z-index: 55;
  display: none;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(25, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  bottom: 0;
  left: 0;

  justify-items: center;
  align-items: center;
}

.GpBtnAdd>div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.menuBtnAdd {
  position: absolute;
  width: 100px;

  background: #ffffff;
  left: 0;
  top: 0;
  width: 230px;
  display: flex;
  flex-direction: column;
  z-index: 101;
  padding: 0 10px;
  border-radius: 12px !important;
  cursor: pointer;
}

.menuBtnAdd button {
  background: #f6f6f6;
  border-radius: 8px;
  border: none;
  transition: all 0.5s;
  margin: 10px 0;
  cursor: pointer;
}

.menuBtnAdd button:hover {
  transform: scale(105%);
  background: #ecebeb;
}

.GpBtnAdd .openleftmenu .menuBtnAdd {
  right: 0;
  left: auto;
}

.GpBtnAdd .opentopmenu .menuBtnAdd {
  bottom: 0;
  top: auto;
}

.openGpBtnAdd .GpBtnAdd {
  display: grid;
}

#leafForm {
  padding: 10px 20px;
}

.color-btn {
  border: none;
  cursor: pointer;
}

#leafForm label {
  margin-top: 15px;
  display: inline-block;
}

#leafForm button[type="submit"] {
  background-color: #0965e8;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 20px 0;
}

.boxGp .headerGp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebf3ff;

  border-radius: 5px;
  margin: 10px;
  padding: 10px;
}

.boxGp .leafbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #edffeb;

  border-radius: 5px;
  margin: 10px;
  padding: 1px;
}

.boxGp .headerGp>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxGp .headerGp>div button {
  cursor: pointer;
  border: 0;
  width: 70px;
  height: 35px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.boxGp div button.btnPlus {
  width: 35px;
  margin-left: 10px;
}

.boxGp div button.DownArrow {
  width: 35px;
  margin-left: 10px;
  transform: rotate(90deg);
}

.boxContent label {
  display: block;
}

.boxGp div button.UpArrow {
  width: 35px;

  transform: rotate(-90deg);
}

.boxGp .boxGp {
  margin-right: 20px;
}

.boxGp .boxGp .boxGp {
  margin-right: 30px;
}

.boxleaf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 10px;
  margin-right: 15px;
}

.boxGp .leafbox>div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

.boxGp .leafbox button {
  cursor: pointer;
  border: 0;
  width: 70px;
  height: 35px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.boxleaf button {
  cursor: pointer;
  border: 0;
  width: 70px;
  height: 35px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.boxleaf>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxGp .boxGp.closeGp .boxGp {
  display: none;
}

.boxGp .boxGp.closeGp>.leafs {
  display: none;
}

.boxGp .boxGp.closeGp>.listboxGp {
  display: none;
}

.boxGp .addBtnGP {
  border: none;
  background-color: #f3f3f3;
  color: #9b9999;
  display: block;
}

.boxGp .boxGp.closeGp>button {
  display: none;
}

.listCk {
  display: flex;
  gap: 10px;
}

.listCk input,
.listCk label {
  display: inline-block;
  width: auto;
}

.TreeLeaf {
  display: none;
}

.en .en {
  display: block;
}

.ar .ar {
  display: block;
}

.fa .fa {
  display: block;
}

.btnShow {
  display: flex;
  gap: 10px;
}

.btnShow button {
  background: #c6e2ef;
  border: none;
  cursor: pointer;
  margin: 10px;
}

.hidden {
  display: none;
}

body {
  font-family: "vazir" sans-serif;
  height: 100vh;
  color: #000;
  overflow: auto;
}

body.en {
  font-family: sans-serif;
}

.dark {
  color: #fff;
}

:root {
  --dark-color: #000;
  --primary: #87fcc4;
}

.night {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  filter: blur(0.1vmin);
  background-image: radial-gradient(ellipse at top, transparent 0%, #fff),
    radial-gradient(ellipse at bottom, #fff, rgba(145, 233, 255, 0.2)),
    repeating-linear-gradient(220deg,
      #fff 0px,
      #fff 19px,
      transparent 19px,
      transparent 22px),
    repeating-linear-gradient(189deg,
      #fff 0px,
      #fff 19px,
      transparent 19px,
      transparent 22px),
    repeating-linear-gradient(148deg,
      #fff 0px,
      #fff 19px,
      transparent 19px,
      transparent 22px),
    linear-gradient(90deg, #00ff73, #070707);
  z-index: 9;
}

.dark .night {
  background-image: radial-gradient(ellipse at top,
      transparent 0%,
      var(--dark-color)),
    radial-gradient(ellipse at bottom,
      var(--dark-color),
      rgba(145, 233, 255, 0.2)),
    repeating-linear-gradient(220deg,
      black 0px,
      black 19px,
      transparent 19px,
      transparent 22px),
    repeating-linear-gradient(189deg,
      black 0px,
      black 19px,
      transparent 19px,
      transparent 22px),
    repeating-linear-gradient(148deg,
      black 0px,
      black 19px,
      transparent 19px,
      transparent 22px),
    linear-gradient(90deg, #00fffa, #f0f0f0);
}

.app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.app-intro {
  position: relative;
  z-index: 10;
}

#logo-intro {
  width: 150px;
}

#logo-intro .cls-1,
#logo-intro .cls-2,
#logo-intro .cls-3,
#logo-intro .cls-4,
#logo-intro .cls-5 {
  stroke-width: 0px;
}

#logo-intro .cls-2 {
  fill: #ed242c;
}

#logo-intro .cls-1 {
  fill: #fff;
}

#logo-intro .cls-3 {
  fill: #0173d1;
}

#logo-intro .cls-4 {
  fill: #0173d1;
}

.dark #logo-intro .cls-1 {
  fill: #fef7f7;
}

.dark #logo-intro .cls-3 {
  fill: #fff;
}

.dark #logo-intro .cls-4 {
  fill: #fff;
}

#logo-intro .cls-5 {
  fill: #ed232b;
}

.app-intro h1 {
  font-weight: 600;
  background: linear-gradient(177.69deg,
      rgb(0, 0, 0) 23.84%,
      rgba(0, 0, 0, 0) 145.09%) padding-box text;
  -webkit-text-fill-color: transparent;
}

.dark .app-intro h1 {
  background: linear-gradient(177.69deg,
      rgb(255, 255, 255) 23.84%,
      rgba(255, 255, 255, 0) 145.09%) padding-box text;
}

.app-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.btn {
  background-color: transparent;
  font-weight: 500;
  border: none;
  display: inline-flex;
  min-width: 110px !important;
  height: 50px !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary {
  color: #000;
  background-color: var(--primary);
}

.br100 {
  border-radius: 100px;
}

#btnStart {
  width: 400px;
  transition: all 0.2s;
  justify-content: space-between;
  padding: 0 30px;
  font-weight: 600;
  overflow: hidden;
}

#btnStart::after {
  content: "";
  background-color: #69e7aa;
  top: 0;
  left: 0;
  width: var(--btnStart-width, 0%);
  height: 100%;
  position: absolute;
  z-index: 11;
  transition: all 1.5s;
}

#btnStart:hover {
  transform: scale(110%) !important;
}

.btn--txet {
  position: relative;
  z-index: 12;
}

.btn--txet:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.labTime {
  font-size: 10px;
  opacity: 0.6;
}

.kayinfo {
  opacity: 0.5;
  margin-top: 20px;
  font-weight: 200;
}

.appInfoText {
  max-width: 650px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 32px;
  opacity: 0.8;
}

.appInfoTitle {
  font-size: 50px;
  margin: 20px 0;
}

.loading {
  z-index: 400;
}

.loading .app-intro {
  display: none;
}

.box-load {
  position: relative;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.loading .box-load {
  display: flex;
}

.box-load svg {
  width: 50px;
  animation: load 1s infinite;
}

@keyframes load {
  0% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

.box-load .cls-1 {
  fill: none;
}

.box-load .cls-1,
.box-load .cls-2 {
  stroke-width: 0px;
}

.box-load .cls-3 {
  clip-path: url(#clippath-1);
}

.box-load .cls-4 {
  clip-path: url(#clippath);
}

.box-load .cls-2 {
  fill: #44b875;
}

#loadLayer_3 {
  transition: all 0.1s;
  animation: loadLayer 0.5s;
}

#loadLayer_2 {
  transition: all 0.1s;
  animation: loadLayer 1s;
}

#loadLayer_4 {
  transition: all 0.1s;
  animation: loadLayer 1.5s;
}

#loadLayer_4 {
  transition: all 0.1s;
  animation: loadLayer 2s;
}

@keyframes loadLayer {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.boxChangeLanguage {
  display: flex;
  font-size: 13px;
  color: #808080;
  gap: 10px;
  flex-direction: column;
  margin-top: 60px;
}

.boxChangeLanguage>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxChangeLanguage button {
  background-color: transparent;
  border: 1px solid #808080;
  color: #808080;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
}

.boxen {
  direction: ltr;
}

.boxen button {
  margin-left: 15px;
}

.boxfa button,
.boxar button {
  margin-right: 10px;
}

.fa .boxfa {
  display: none;
}

.app-intro>* {
  transform: translateY(+30px);
  opacity: 0;
  transition: all 0.5s;
}

header,
footer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  z-index: 999;
  gap: 10px;
}

header div,
footer div {
  display: flex;
  gap: 10px;
}

header .btn,
footer .btn {
  opacity: 0.5;
  display: inline-flex;
  color: #000;
  text-decoration: none;
  border: 2px solid #a8a8a8;
  gap: 20px;
  border-radius: 100px;
  transition: all 0.5s;
  min-width: 130px;
  height: 45px;
  background-color: #ffffff;
}

footer {
  /* position: absolute; */
  bottom: 10px;
  display: flex;
  justify-content: space-between !important;
  gap: 10px !important;
}

header .btn path {
  stroke: #000;
}

/* .dark header .btn path {
  stroke: #fff;
}
.dark header .btn {
  color: #fff;
  opacity: 0.5;
  border: 2px solid #fff;
} */
header .btn:hover,
footer .btn:hover {
  opacity: 1;
}

header .btn img {
  width: 25px;
  border-radius: 100px;
}

.btn.btn-icon {
  min-width: 45px;
  height: 45px;
}

.svgSun {
  display: none;
}

.dark .svgMoon {
  display: none;
}

.dark .svgSun {
  display: block;
}

.boxBg {
  height: calc(100vh + 650px);
  overflow: hidden;
  position: relative;
  z-index: 7;
}

.boxBg svg {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.boxBg::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  content: "";
}

.treebox {
  position: absolute;
  z-index: 8;
  bottom: 700px;
  left: 50%;
  width: 744px;
  height: 787px;
  transform: translateX(-50%);
  display: block;
}

.tree1,
.tree2,
.tree3,
.tree4,
.tree5,
.tree6,
.tree7,
.tree8,
.tree9,
.tree10,
.tree11 {
  transform: scale(0);
  transition: all 5s;
  transform-origin: bottom;
}

.tree2 {
  transform: scale(0, 100%);
  transform-origin: 60% 80%;
}

.tree3 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree4 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree6 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree5 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree7 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree8 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree9 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree10 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree11 {
  transform: scale(0, 0);
  transform-origin: 60% 70%;
}

.tree2-1,
.tree2-2 {
  transform: scale(0, 0);
  transform-origin: 370px 560px;
  transition: all 5s;
}

.tree3-1,
.tree3-2,
.tree3-3,
.tree3-4,
.tree3-5,
.tree3-6,
.tree3-7 {
  transform: scale(0, 0);
  transition: all 5s;
  transform-origin: 500px 559px;
}

.tree3-5,
.tree3-6,
.tree3-7 {
  transform-origin: 532px 300px;
}

.tree5-1,
.tree5-2,
.tree5-3 {
  transform: scale(0, 0);
  transform-origin: 350px 420px;
  transition: all 5s;
}

.tree5-2 {
  transform-origin: 250px 415px;
}

.tree5-3 {
  transform-origin: 200px 410px;
}

.tree6-1,
.tree6-2 {
  transform: scale(0, 0);
  transform-origin: 412px 252px;
  transition: all 5s;
}

.tree6-2 {
  transform-origin: 522px 122px;
}

.tree7-1 {
  transform: scale(0, 0);
  transform-origin: 256px 290px;
  transition: all 5s;
}

.tree9-1,
.tree9-2 {
  transform: scale(0, 0);
  transform-origin: 226px 17px;
  transition: all 5s;
}

.leaf {
  position: absolute;
  z-index: 20;

  display: flex;
}

.leaf .txtleaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px !important;
  font-weight: 800;
  text-align: center;
}

.leaf-1 {
  width: 157px;
  height: 50px;
  color: #000;
  font-weight: 600;
  top: 555px;
  transform: rotate(163deg);
  left: 480px;
}

.leaf-1 .txtleaf {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.leaf-1 img {
  width: 100%;
  height: 100%;
}

.container {

  margin: auto;
}

button {
  cursor: pointer;
}

.menu-container ul li button {
  display: none;
}

.dark .menu-container {
  border: 1px solid #070707;
  background-color: #252525;
}

.menu-container button {
  width: 40px;
  font-size: 12px !important;
  margin: 10px;
  border: none;
}

.dark .menu-container button {
  background-color: #000;
  color: #fff;
}

.menu-container button.addSubButton {
  width: 80px;
}

ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

ul li {
  padding: 5px;
}

.submenu {
  display: block !important;
  padding-right: 15px;
}

.menu-container>ul>li>span {
  font-size: 16px !important;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width : 535px) {
  .menu-container>ul>li>span {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media (max-width : 835px) {
  .menu-container>ul>li>span {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media (max-width : 1024px) {
  .menu-container>ul>li>span {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media (max-width : 1535px) {
  .menu-container>ul>li>span {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}

@media (min-width : 1535px) {
  .menu-container>ul>li>span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.modalMenu {
  background: white;
  padding: 20px;
  text-align: center;
}

.boxMenu {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
}

.showText {
  width: 100%;
  padding: 20px;
  display: none;
}

.showText h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.TreeLeaf .title {
  /* color: #000 !important; */
  font-family: "vazir", sans-serif;
  font-size: 0.22rem !important;
}

.en .TreeLeaf .title {
  font-family: sans-serif;
}

@media (min-width: 480px) {
  .TreeLeaf .title {
    font-size: 0.3rem !important;
  }
}

@media (min-width: 768px) {
  .TreeLeaf .title {
    font-size: 0.5rem !important;
  }
}

@media (min-width: 1024px) {
  .TreeLeaf .title {
    font-size: 0.5rem !important;
  }
}

@media (min-width: 1280px) {
  .TreeLeaf .title {
    font-size: 0.8rem !important;
  }
}

.nonmanager .nonmanager {
  display: none;
}

.dark .modal .header .headerBtn span {
  background-color: #000;
}

.dark .modal-content {
  background-color: #000;
}

.dark .modal .header {
  background-color: #505050;
  border: none;
}

#modalSpecialist:before {
  background-image: url("assets/icon/Specialist.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}

#modalTargetGroup:before {
  background-image: url("assets/icon/TargetGroup.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}

#modalTargetGroup.clock:before {
  background-image: url("assets/icon/clock.svg");
}

#modalCost:before {
  background-image: url("assets/icon/Cost.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;

}

#modalCredit:before {
  background-image: url("assets/icon/Credit.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}


@media (min-width: 1100px) {
  .container {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    bottom: 0;
    height: unset !important;
  }

  .container>img:first-child {
    position: unset !important;
    transform: unset !important
  }

}

.withBeforeOrder2::before {
  order: 1 !important;
}

.withBeforeOrder1::before {
  order: 0 !important;
}

.en .ribbon__content{
  font-size: 13px;
}
.en .modalDes div:first-child{
  flex-direction: row-reverse;
}