@charset "UTF-8";
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Thin.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Thin.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-ExtraLight.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Light.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Light.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Regular.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Medium.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Medium.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-SemiBold.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Bold.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-ExtraBold.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Lahzeh";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./fonts/woff2/Lahzeh-FaNum-Black.woff2) format("woff2"), url(./fonts/woff/Lahzeh-FaNum-Black.woff) format("woff");
}
body {
  font-family: Lahzeh, serif;
}

.grid_blog .w-grid-list .w-grid-item .w-grid-item-h {
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.grid_blog .w-grid-list .w-grid-item .w-grid-item-h::before {
  display: none;
}
.grid_blog .w-grid-list .w-grid-item:first-child {
  grid-row-end: span 2;
}

.footer_link_wrapper a {
  color: inherit;
}

.line_before {
  position: relative;
  padding-right: 18px;
}
.line_before:before {
  content: "";
  width: 5px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  border-radius: 5px;
  background: var(--color-content-secondary);
}

.footer_box_icon.w-iconbox.iconpos_left .w-iconbox-icon {
  margin-left: 18px;
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 7px;
}
.footer_box_icon.w-iconbox.iconpos_left .w-iconbox-title {
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 4px;
}
.footer_box_icon.w-iconbox.iconpos_left a {
  color: inherit;
}

.social_box_icon.w-iconbox.iconpos_top .w-iconbox-title {
  padding: 0;
}
.social_box_icon.w-iconbox.iconpos_top a {
  color: inherit;
}

.justify_cul .vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.grow_1 {
  flex-grow: 1;
}

.footer_logos_wrapper {
  flex-wrap: wrap;
  gap: 12px;
}

.footer_acc .w-tabs-section {
  border-radius: 10px;
}
.footer_acc button.w-tabs-section-header {
  justify-content: space-between;
}

nav.w-nav.type_mobile.m_layout_panel ul.w-nav-list.level_1 > li > a .w-nav-arrow {
  background: rgba(237, 83, 86, 0.1);
  color: #ED2324;
  border-radius: 20px;
  font-size: 12px;
}

#page-header.bg_transparent.sticky .w-btn.us-btn-style_8, #page-header.bg_solid .w-btn.us-btn-style_8 {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  #page-header.bg_transparent.sticky .w-btn.us-btn-style_8, #page-header.bg_solid .w-btn.us-btn-style_8 {
    color: #ffffff !important;
  }
}

@keyframes layerExpandLoop {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
.wave_wrapper {
  pointer-events: none;
}
.wave_wrapper div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  border: solid rgba(217, 217, 217, 0.35) 1px;
  animation: layerExpandLoop 6s ease-out infinite;
}
.wave_wrapper div:nth-child(1) {
  animation-delay: 0s;
}
.wave_wrapper div:nth-child(2) {
  animation-delay: 0.9s;
}
.wave_wrapper div:nth-child(3) {
  animation-delay: 1.8s;
}
.wave_wrapper div:nth-child(4) {
  animation-delay: 2.7s;
}
.wave_wrapper div:nth-child(5) {
  animation-delay: 3.6s;
}
.wave_wrapper div:nth-child(6) {
  animation-delay: 4.5s;
}
.wave_wrapper div:nth-child(7) {
  animation-delay: 5.4s;
}

.line_before_title {
  padding-right: 20px;
  position: relative;
}
.line_before_title strong {
  font-weight: 400;
  color: #a4a4a4;
}
.line_before_title:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: 0;
  width: 5px;
  background: #EB3E1B;
  border-radius: 5px;
}

.has_arrow_nav .owl-nav button {
  min-width: 44px;
  text-align: center;
  outline: solid 6px rgba(164, 164, 164, 0.1607843137);
}

@media screen and (max-width: 768px) {
  .newsletter_form.gform_wrapper {
    margin-bottom: 70px;
  }
}
.newsletter_form.gform_wrapper .gform_fields {
  display: flex;
}
@media screen and (max-width: 768px) {
  .newsletter_form.gform_wrapper .gform_fields {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .newsletter_form.gform_wrapper .gform_fields input[type=submit] {
    position: absolute;
    left: -8px;
    right: -8px;
    top: 68px;
    max-width: 200%;
  }
}
.newsletter_form.gform_wrapper .gform_fields .gfield.gfield--type-email {
  flex-grow: 1;
}
.newsletter_form.gform_wrapper .gform_fields .gfield.gfield--type-email .ginput_container_email {
  margin-right: 16px;
  padding-right: calc(34px - 0.7em);
  position: relative;
}
.newsletter_form.gform_wrapper .gform_fields .gfield.gfield--type-email .ginput_container_email:before {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  top: 0;
  bottom: 0;
  background: url(./image/envelope.png) no-repeat center;
  background-size: 24px;
}
.newsletter_form.gform_wrapper .gform-footer {
  display: none;
}

.opacity_text span.w-btn-label {
  opacity: 0.6;
}

.video_wrapper .description_wrapper {
  pointer-events: none;
  transition: all 0.5s ease;
}
.video_wrapper.is_playing .description_wrapper {
  opacity: 0;
  transform: translateY(60px);
}

.heavy_bold strong {
  font-size: 1.3em;
  font-weight: 800;
}

circle.arc {
  transition: all 2s ease;
  stroke-dashoffset: 380;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-dasharray: 380;
}

.start circle.arc {
  stroke-dashoffset: 675;
}

@media screen and (max-width: 768px) {
  .w-vwrapper.row_on_mobile {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --color-header-middle-bg: #191919 !important;
    --color-header-transparent-bg: #191919 !important;
    --color-header-middle-text: #fff !important;
  }
  .w-image.with_transparent .w-image-h > :last-of-type {
    display: block !important;
  }
  .w-image.with_transparent .w-image-h > :first-of-type {
    display: none !important;
  }
  html.menu_opened {
    --color-header-middle-text: #191919 !important;
  }
  html.menu_opened .w-image.with_transparent .w-image-h > :last-of-type {
    display: none !important;
  }
  html.menu_opened .w-image.with_transparent .w-image-h > :first-of-type {
    display: block !important;
  }
}
.timeline_cul .w-hwrapper {
  position: relative;
}
.timeline_cul .w-hwrapper .time_line_circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline_cul .w-hwrapper .time_line_circle:before {
  content: "";
  position: absolute;
  width: 8px;
  background: #F3F6F9;
  height: calc(100% + 60px);
  top: -22px;
  z-index: 0;
  border-radius: 10px;
}
.timeline_cul .w-hwrapper .time_line_circle:after {
  content: "";
  width: 24px;
  height: 24px;
  background: inherit;
  border-radius: inherit;
  position: absolute;
  z-index: 2;
}
.timeline_cul .w-hwrapper .time_line_circle .inner_circle {
  width: 14px;
  height: 14px;
  border-radius: 37px;
  box-shadow: 0 4px 4px 0 rgba(91, 99, 116, 0.1882352941);
  background: #FFFFFF;
  z-index: 3;
}
.timeline_cul .w-hwrapper:last-child .time_line_circle:before {
  height: calc(100% + 22px);
}

.small_head h2, .small_head h3, .small_head h4, .small_head h5, .small_head h6 {
  font-weight: 400;
}

.custom_post_content > h2, .custom_post_content > h3, .custom_post_content > h4, .custom_post_content > h5, .custom_post_content > h6 {
  padding-right: 20px;
  position: relative;
  padding-top: 0;
}
.custom_post_content > h2:before, .custom_post_content > h3:before, .custom_post_content > h4:before, .custom_post_content > h5:before, .custom_post_content > h6:before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #ff6464;
  position: absolute;
  right: 0;
  border-radius: 50px;
  top: 0;
}

.post_author.avapos_left {
  display: flex;
  gap: 10px;
}
.post_author.avapos_left .post-author-ava {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .post_author.avapos_left {
    flex-direction: row-reverse;
  }
}

.w-iconbox.course_page_title .w-iconbox-icon {
  margin-left: 15px;
  opacity: 0.25;
}

.nav_sidebar .w-iconbox.each_nav {
  color: #647596;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nav_sidebar .w-iconbox.each_nav .w-iconbox-icon {
  margin-left: 10px;
}
.nav_sidebar .w-iconbox.each_nav.active {
  font-weight: 700;
  color: #0B0C0E;
}
.nav_sidebar .nav_line_before {
  transition: all 0.3s ease;
}

.accordion.w-tabs .w-tabs-sections .w-tabs-section {
  margin-bottom: 10px;
  border: none;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header {
  border-radius: 6px;
  padding: 15px;
  background: #F3F6F9;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  color: #22232A;
  transition: all 0.5s ease;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-title {
  position: relative;
  margin-right: 16px;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 29px;
  border-radius: 6px;
  background: #DDE5EE;
  right: -16px;
  transition: all 0.5s ease;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control {
  width: 23px;
  height: 23px;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control:before {
  content: "\f107";
  text-align: center;
  font-family: fontawesome;
  font-weight: 400;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  color: #96A1B8;
  font-size: 14px;
  z-index: 3;
  line-height: 24px;
  transition: all 0.5s ease;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-header .w-tabs-section-control:after {
  transition: all 0.5s ease;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: 100%;
  top: 0;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section.active .w-tabs-section-header {
  background: rgba(237, 28, 36, 0.2);
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section.active .w-tabs-section-header .w-tabs-section-title:before {
  background: #ED2324;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section.active .w-tabs-section-header .w-tabs-section-control:before {
  color: #fff;
}
.accordion.w-tabs .w-tabs-sections .w-tabs-section.active .w-tabs-section-header .w-tabs-section-control:after {
  background: #ED2324;
}

.line_before_text p {
  margin-bottom: 8px;
  padding-right: 16px;
  position: relative;
}
.line_before_text p:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 3px;
  height: 10px;
  background: #dde5ee;
  border-right: 6px;
}

.boxed_inner .l-section-h {
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgba(100, 117, 150, 0.1490196078);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .boxed_inner .l-section-h {
    border-radius: 0 0 40px 40px;
  }
}

.w-iconbox.style_circle.check_icon .w-iconbox-icon {
  width: 20px;
  height: 20px;
}

.w-iconbox.style_circle.times_icon .w-iconbox-icon {
  width: 20px;
  height: 20px;
}

.custom_radial {
  width: 40px;
  height: 190px;
  position: absolute;
  left: -20px;
  top: calc(50% - 95px);
  opacity: 0.1;
  background: radial-gradient(50% 50% at 50% 50%, #647596 0%, rgba(217, 217, 217, 0) 100%);
}
.custom_radial:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .custom_radial {
    width: auto;
    height: 40px;
    left: 20px;
    right: 0;
    bottom: -20px;
    top: auto;
  }
  .custom_radial:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    border-bottom: 1px solid #000000;
  }
}

.remaining_stock_sign strong {
  font-size: 25px;
}
.remaining_stock_sign em {
  font-style: normal;
  font-weight: 700;
}
.remaining_stock_sign span.w-text-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.course_page_price.price_box_container .price_list {
  flex-grow: 1;
}
.course_page_price.price_box_container .price_list .price_row {
  justify-content: space-between;
  align-items: center;
}
.course_page_price.price_box_container .price_list .price_row .currency {
  font-family: inherit;
  font-size: 0;
  display: block;
  height: 28px;
}
.course_page_price.price_box_container .price_list .price_row .currency:before {
  content: "تومان ";
  font-size: 14px;
}
.course_page_price.price_box_container .off_percent {
  position: absolute;
  background: rgba(255, 100, 100, 0.1019607843);
  color: #F14647;
  padding: 5px;
  font-size: 13px;
  border-radius: 6px;
  top: 0;
  left: 0;
  line-height: 15px;
}

@media screen and (max-width: 768px) {
  .row_on_mobile {
    align-items: center;
    flex-direction: row;
  }
}

.nk-content {
  padding-top: 140px;
  background: url("./image/panel-bg-min.png") no-repeat top center;
  background-size: 990px;
}
@media screen and (max-width: 768px) {
  .nk-content {
    padding-top: 22px;
    background: none;
  }
}

.panel_footer_icon .w-iconbox-icon {
  margin-right: 0;
  margin-left: 5px;
}

section.l-section.height_auto.for_comments {
  display: none;
}

.w-post-elm.ai-monthly-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.w-post-elm.ai-monthly-price i {
  margin: 0;
  font-size: 22px;
}

.post_taxonomy a.w-btn {
  gap: 6px;
  display: inline-flex;
}

/*# sourceMappingURL=custom.css.map */
