/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body {
  background: #110c1c;
}
.plan-item {
  position: relative;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.plan-item::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 30px;
  padding: 1px;
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plan-item.test-plan::before {
  background: linear-gradient(45deg, #00889c40, #ffffff1c 70%, #00889c 100%);
}
.plan-item.gold-item-plan::before {
  background: linear-gradient(45deg, #00889c40, #ffffff1c 70%, #d3b94c85 100%);
  z-index: 1;
}
.plan-item.silver-item-plan::before {
  background: linear-gradient(45deg, #00889c40, #ffffff1c 70%, rgba(199, 206, 219, 0.5) 100%);
  z-index: 1;
}
.plan-item.bronze-item-plan::before {
  background: linear-gradient(45deg, #00889c40, #ffffff1c 70%, rgba(196, 123, 87, 0.5) 100%);
  z-index: 1;
}
.plan-item.exclusive-plan::before {
  background: linear-gradient(45deg, #7fc18740, #ffffff1c 70%, rgba(91, 160, 8, 0.52) 100%);
  z-index: 1;
}
.plan-item.online-class-plan::before, .plan-item.graphics-plan::before, .plan-item.content-plan::before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}
.suitable-for > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
li.tm-feature-item .fas {
  font-size: 22px;
}
li.tm-feature-item .fa-times-circle {
  color: #9b0000 !important;
  font-size: 22px;
}
main#g-main {
  background: unset;
}
div#g-page-surround {
  background: url('../../../../images/Daneh/bg.png');
}
.plan-item .tm-title {
  font-weight: 800;
}
.plan-item {
  border-radius: 30px;
  background: #ffffff12;
  backdrop-filter: blur(20px);
}
.suitable-for {
  font-weight: 200;
}
.suitable-for span {
  display: flex;
  align-items: center;
  background: #ffffff3b;
  border-radius: 30px;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 12px;
}
.tm-price-header {
  display: flex;
  flex-direction: column;
}
.plan-item .tm-meta {
  order: 1;
  font-weight: 900;
  text-align: left;
}
.tm-pricing-body {
  display: flex;
  flex-direction: column-reverse;
}
.plan-item .tm-price-button a, .plan-item .tm-price-button span {
  border: unset;
  background: #00889c;
  border-radius: 30px;
  padding: 3px 5px;
  font-weight: 700;
}
li.tm-feature-item {
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 10px;
}
.test-plan li.tm-feature-item span.b-item-plan {
  color: #00889c;
  font-weight: 800;
  font-size: 18px;
}
li.tm-feature-item span.jl-text-middle {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
span.thing-item-plan {
  font-weight: 200;
  font-size: 16px;
}
.test-plan span.thing-item-plan.b-color-item {
  color: #00889c;
  font-weight: 500;
}
.test-plan li.tm-feature-item .fa-check-circle {
  color: #00889c;
  font-size: 22px;
}
ul.tm-feature-list li:last-child {
  border: unset;
}
h2.title-plan {
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  font-size: calc(1.5rem + 4vw) !important;
}
span.color-bold-title {
  color: #00889c;
}
#Experimental li.tm-feature-item {
  position: relative;
}
span.jl-hover-description-hover {
  font-size: 12px;
  font-weight: 300;
}
a.jl-hover-link {
  color: #00889c;
  text-decoration: unset;
  font-size: 11px;
  background: #fdfdfd;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.tooltip-description-item {
  display: flex;
}
.hover-detail-items-feature-box {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
}
.hover-detail-item {
  display: flex;
  flex-direction: column;
  padding: 10px 30px 15px;
  gap: 10px 0px;
  background: rgba(0, 0, 0, 0.88);
  border-radius: 10px;
  border: 1px solid #ffffff5e;
  align-items: center;
  text-align: justify;
  max-width: 100%;
  width: 100%;
}
.icon_question_hover {
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.23);
  font-size: 15px;
  transition: 0.3s;
  margin-right: 7px;
  margin-left: 0 !important;
}
.tooltip-description-item:hover .icon_question_hover {
  color: rgba(255, 255, 255, 0.5);
}
.icon_question_hover:hover ~ .hover-detail-items-feature-box, .hover-detail-items-feature-box:hover {
  visibility: visible;
  opacity: 1;
}
.tooltip-description-item:hover .icon_question_hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  border-top: 10px solid rgba(0, 0, 0, 0.88);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  filter: drop-shadow(0px 1px 0px #aaa);
}
.feature-box-row-1 {
  flex-wrap: nowrap;
}
.feature-box-row-educational-box h3.tm-title {
  line-height: 2;
}
.feature-box-row-educational-box .tm-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(191deg, #adadad21, #5656564f);
  backdrop-filter: blur(20px);
  margin: 0 10px;
  padding: 20px 10px;
  border-radius: 25px;
  height: 100%;
  transition: 0.3s;
}
h3.title-gold-demo {
  font-size: 35px;
  color: #fff;
  padding-top: 150px;
  font-weight: 700;
}
span.color-bold-title3 {
  color: #ceb341;
}
h2.title-plan2 {
  color: #fff;
  font-size: 90px !important;
  font-weight: 800;
  line-height: 1.5;
  font-size: 72px;
  background: -webkit-linear-gradient(225deg, #cfc07e, #c7cdda, #c59681, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: calc(1.5rem + 4vw) !important;
}
span.b-price-item {
  font-size: 90px;
}
.title-professional {
  background: linear-gradient(to right, #d0be70 27%, #c7cdda 43%, #c59682 46%, white 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.filter-plan {
  background: linear-gradient(to bottom, #2c26528a, #53538d75, #2c26525c);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffff;
  position: relative;
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #514178;
}
.month-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.month-filter:hover, .month-filter.active {
  color: #5ba008;
}
.month-filter.active span {
  font-weight: 700;
}
.month-filter:hover .circle-month, .month-filter.active .circle-month {
  background-color: #263854;
  width: 25px;
  height: 25px;
  margin-top: 0;
  border: 9px solid;
  box-shadow: 0 0 25px;
}
.month-filter span {
  font-weight: 400;
  transition: 0.3s;
}
.circle-month {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  margin-top: 2px;
  transition: 0.3s;
  z-index: 1;
}
.line-month {
  position: absolute;
  width: 1280px;
  max-width: 88%;
  height: 2px;
  background: #fff;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tm-price-table_featured {
  position: absolute;
  top: -5px;
  left: -50px;
  transform: rotate(-45deg);
}
.tm-price-table_featured-inner {
  padding: 30px 20px 10px 20px;
  width: 150px;
  display: block;
  text-align: center;
}
.tm-price-table-gift {
  position: absolute;
  top: 60px;
  left: -80px;
  transform: rotate(-45deg);
}
.tm-price-table-gift-inner {
  padding: 5px 5px;
  width: 300px;
  text-align: center;
  font-weight: 800;
}
.suitable-for-professionals-plan .g5-particle-title {
  font-weight: 800;
}
.suitable-for {
  display: flex;
}
.suitable-for > div:first-child {
  min-width: fit-content;
}
span.toman-bronze {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  color: #c47b57;
}
.plan-item.bronze-item-plan .tm-price-button a, .plan-item.bronze-item-plan .tm-price-button span {
  background: #c47b57;
}
.plan-item.bronze-item-plan .tm-title {
  color: #c47b57;
}
.plan-item.bronze-item-plan li.tm-feature-item .fas {
  color: #c47b57;
}
.plan-item.bronze-item-plan li.tm-feature-item span.b-item-plan {
  color: #c47b57;
  font-weight: 800;
  font-size: 17px;
}
.plan-item.bronze-item-plan span.thing-item-plan.b-color-item {
  color: #c47b57;
  font-weight: 500;
}
span.toman-silver {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  color: #c7cedb;
}
.plan-item.silver-item-plan .tm-price-button a, .plan-item.silver-item-plan .tm-price-button span {
  background: #c7cedb;
}
.plan-item.silver-item-plan .tm-title {
  color: #c7cedb;
}
.plan-item.silver-item-plan li.tm-feature-item .fas {
  color: #c7cedb;
}
.plan-item.silver-item-plan li.tm-feature-item span.b-item-plan {
  color: #c7cedb;
  font-weight: 800;
  font-size: 17px;
}
.plan-item.silver-item-plan span.thing-item-plan.b-color-item {
  color: #c7cedb;
  font-weight: 500;
}
span.toman-gold {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  color: #c7cedb;
}
.plan-item.gold-item-plan .tm-price-button a, .plan-item.gold-item-plan .tm-price-button span {
  background: #d3b94c;
}
.plan-item.gold-item-plan .tm-title {
  color: #d3b94c;
}
.plan-item.gold-item-plan li.tm-feature-item .fas {
  color: #d3b94c;
}
.plan-item.gold-item-plan li.tm-feature-item span.b-item-plan {
  color: #d3b94c;
  font-weight: 800;
  font-size: 17px;
}
.plan-item.gold-item-plan span.thing-item-plan.b-color-item {
  color: #d3b94c;
  font-weight: 500;
}
span.toman-gold {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
  color: #c7cedb;
}
.plan-item.exclusive-plan .tm-price-button a, .plan-item.exclusive-plan .tm-price-button span {
  background: #5ba008;
}
.plan-item.exclusive-plan .tm-title {
  color: #5ba008;
}
.plan-item.exclusive-plan li.tm-feature-item .fas {
  color: #5ba008;
}
.plan-item.exclusive-plan li.tm-feature-item span.b-item-plan {
  color: #5ba008;
  font-weight: 800;
  font-size: 17px;
}
.plan-item.exclusive-plan span.thing-item-plan.b-color-item {
  color: #5ba008;
  font-weight: 500;
}
span.color-bold-title2 {
  color: #5ba008;
}
#dedicated-title h2.title-plan {
  text-align: left;
}
#g-view {
  background: transparent !important;
}
span.plan-green-title {
  color: #5ba008;
}
.online-class-plan span.jl-text-middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.online-class-plan li.tm-feature-item {
  display: flex;
  align-items: center;
}
.online-class-plan li.tm-feature-item .fas {
  font-size: 6px;
  color: #5ba008;
}
#dedicated-application .tm-price-header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#dedicated-application ul.tm-feature-list {
  margin: 0;
}
#dedicated-application .tm-item-inner {
  border-radius: 20px;
  background: linear-gradient(45deg, #1c4825, #0a314b);
}
#dedicated-application .tm-title {
  font-weight: 900;
}
#dedicated-application h3.tm-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
#dedicated-application .jl-text-meta {
  font-size: 40px;
  font-weight: 800;
  display: flex;
  align-items: center;
}
#dedicated-application .jl-text-meta span {
  font-size: 80px;
}
#dedicated-application span.tm-pricing-symbol {
  font-size: 11px;
  margin-right: 5px;
}
.plan-item.graphics-plan .tm-title {
  font-weight: 400;
}
span.graphics-price {
  font-size: 35px;
  font-weight: 800;
  margin: 0 5px;
  color: #fff;
}
.graphics-plan .tm-meta {
  font-weight: 400;
}
span.count-icon {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
}
div#main-menu-website a.g-menu-item-container, .jf-login-registration-welcome span {
  color: #fff !important;
}
#main-menu-website nav, #menu-items .support-menu {
  border-color: #efefef47 !important;
}
input#suggestion-area644 {
  background: transparent;
}
.search-caption-on {
  background: #10081f !important;
  border-color: #efefef47 !important;
  font-family: "Yek" !important;
}
.hikashop_cart .empty-cart .content-empty-cart::before, svg#user path, .support-menu img {
  filter: invert(1) sepia(1) saturate(0) brightness(100%);
}
div#menu-mobile {
  filter: invert(1) sepia(1) saturate(0) brightness(100%);
  background: #f1f1f1f0;
}
span.small-title-graphics-pack {
  font-size: 12px;
  margin-right: 5px;
}
#graphics-plan > .g-content .jl-grid > .tm-item:first-child {
  width: calc(100% * 1 / 1.5);
}
main#g-main {
  padding-top: 200px;
}
section#g-subfeature, section#g-subfeaturebutton, section#g-view, section#g-topfooter, div#content-pack, #dedicated-plan {
  padding-top: 100px;
}
div#content-pack-price-table {
  padding-bottom: 40px;
}
#g-footer .jl-icon-button {
  background: #f8f9fa21;
}
#g-footer img.footer-info-icon-image {
  filter: invert(1) brightness(100%) contrast(100%);
  opacity: 0.7;
}
#g-footer h3 {
  color: #fff;
}
#g-footer #footer-menu .g-menu-item-container {
  color: #ffffff !important;
}
#g-footer div#about-us-footer {
  color: #ffffffd9;
}
#g-footerbottom {
  background: transparent !important;
}
#g-footerbottom div#copyright {
  border-top: 1px solid #e3e3e326;
}
#g-footer div#section-app {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff82;
}
#g-footer .logo-title-app > div:first-child span {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  h2.title-plan, h2.title-plan2 {
    text-align: center;
    font-size: calc(0.8rem + 2.5vw) !important;
  }
  h2.title-plan br, h2.title-plan2 {
    display: none;
  }
  .plan-item.test-plan .tm-title, .suitable-for-professionals-plan .tm-title, #dedicated-plan .tm-title, .plan-item.test-plan .tm-meta {
    font-size: calc(1rem + 1vw) !important;
    margin-top: 0 !important;
  }
  .suitable-for > div:nth-child(1) {
    margin-bottom: 10px;
    font-size: 12px;
  }
  li.tm-feature-item {
    padding-bottom: 5px;
    margin-top: 5px !important;
  }
  div#Experimental .tm-content {
    margin-top: 10px !important;
  }
  div.suitable-for-professionals-plan .tm-item {
    padding: 0;
  }
  .suitable-for-professionals-plan .plan-item .tm-meta, .plan-item.exclusive-plan .tm-meta {
    font-size: calc(0.9rem + 4vw) !important;
    margin-top: 10px !important;
  }
  div#dedicated-plan {
    order: 2;
    padding-top: 0;
  }
  div#dedicated-title {
    order: 1;
  }
  #online-class-plan .tm-item, #dedicated-application .tm-item {
    padding: 0 10px;
  }
  .plan-item.online-class-plan h3.tm-title {
    font-size: 20px !important;
  }
  div#graphics-plan .tm-item {
    padding: 0;
  }
  .plan-item.graphics-plan h3.tm-title, .plan-item.content-plan h3.tm-title {
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 12px !important;
    font-weight: 600;
  }
  #pack-icon-plan .tm-item {
    padding: 0;
  }
  #pack-icon-plan span.count-icon {
    margin: 0;
  }
  #content-pack-price-table .tm-item {
    padding: 0;
  }
  div#content-pack {
    padding: 20px 0 0;
  }
  #dedicated-application .tm-price-header {
    flex-direction: column;
  }
  #dedicated-application .tm-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 14px !important;
    font-weight: 500;
  }
  #dedicated-application .jl-text-meta span {
    font-size: 35px;
  }
  #dedicated-application span.tm-pricing-symbol {
    font-size: 11px;
  }
  #graphics-plan > .g-content .jl-grid > .tm-item:first-child {
    width: auto;
  }
  .pack-icon-plan .tm-meta {
    text-align: right;
  }
  span.b-price-item {
    font-size: 30px;
  }
  h3.title-gold-demo {
    font-size: 16px;
    padding-top: 50px;
    line-height: 2;
    text-align: justify;
  }
  .filter-plan {
    font-size: 12px;
  }
  .single-online-class-period span {
    display: block;
  }
  .suitable-for {
    display: flex;
    flex-direction: column;
  }
  li.tm-feature-item span.jl-text-middle, span.thing-item-plan {
    font-size: 12px;
  }
  li.tm-feature-item span.b-item-plan {
    font-size: 15px !important;
  }
  .plan-item .tm-price-button a, .plan-item .tm-price-button span {
    font-size: 12px;
    padding: 0;
  }
  .test-plan li.tm-feature-item .fa-check-circle, li.tm-feature-item .fa-times-circle, li.tm-feature-item .fas {
    font-size: 13px;
  }
  .suitable-for-professionals-plan .g5-particle-title {
    font-size: 17px !important;
  }
  #Experimental .tm-price-button {
    padding-bottom: 15px;
  }
  .tariffs-feature-box .tm-content {
    margin-top: 5px !important;
  }
  .tm-price-table_featured-inner {
    padding: 20px 20px 5px 20px;
    width: 130px;
    font-size: 13px;
  }
  .tm-price-header {
    padding-bottom: 3px !important;
  }
  .suitable-for > div:nth-child(2) {
    gap: 0px 0px;
  }
  .suitable-for span:first-child {
    margin-right: 0;
  }
  .tm-price-table-gift {
    position: absolute;
    top: 40px;
    left: -105px;
    transform: rotate(-45deg);
  }
  .tm-price-table-gift-inner {
    padding: 1px 1px;
    width: 300px;
    font-size: 13px;
  }
  .tm-price-button {
    padding-bottom: 5px !important;
  }
  .filter-plan {
    padding: 30px 10px 20px;
  }
  .filter-plan .one-months-filter {
    align-items: flex-start;
  }
  .filter-plan .twelve-months-filter {
    align-items: flex-end;
  }
  span.graphics-price {
    font-size: 20px;
  }
  .graphics-plan .tm-meta {
    margin-top: 0px !important;
  }
  .space-bottom-hide-mobile .g-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .space-top-hide-mobile .g-content {
    margin-top: 0;
  }
  .plan-item .tm-meta {
    margin-top: 0 !important;
  }
  #dedicated-application .jl-text-meta {
    font-size: 20px;
  }
  .custom-modal-content {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 992px) {
  main#g-main, section#g-subfeature, section#g-view {
    padding: 0;
  }
  section#g-subfeaturebutton {
    margin: 0 !important;
    padding: 0;
  }
}
/*# sourceMappingURL=plan-page_384.css.map */