@charset "UTF-8";
/*custom css*/
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb_UltraLight.woff);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb_Light.woff);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb.woff);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb_Medium.woff);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb_Bold.woff);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url(./fonts/IRANSansWeb_Black.woff);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray-ExtraBlack.woff);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray.woff);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray.woff);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray.woff);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray-Bold.woff);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray-Bold.woff);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: ray;
  src: url(./fonts/Ray-Black.woff);
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: IRANSans, sans-serif;
}

.custom_font {
  font-family: ray, sans-serif;
}

.otp_modal_btn span {
  display: none;
}

.otp_modal_btn .icon_box {
  width: 24px;
  height: 24px;
}

.l-subheader-h {
  padding: 0 24px;
  border-radius: 0 0 16px 16px;
  background: rgb(255, 255, 255);
  box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.08);
}

.header_course_submenu ul.w-nav-list.level_3 {
  position: unset !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.header_course_submenu {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.header_course_submenu .w-nav-list .menu-item {
  font-size: 14px !important;
}

.header_course_submenu .w-nav-list .menu-item a {
  padding: 0.3em 20px !important;
}

.w-nav-anchor span.w-nav-arrow {
  /*display: none !important;*/
}

ul.w-nav-list.level_2:before {
  content: "";
  width: 60px;
  height: 10px;
  position: absolute;
  background: #156bb3;
  top: -5px;
  right: 15px;
}

.w-nav .online_dore_city.level_1 ul.w-nav-list.level_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 700px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: auto;
}

.online_dore_city ul.w-nav-list.level_2:before {
  right: auto;
  left: 15px;
}

@media (max-width: 768px) {
  .each_testimonial_block.current {
    transform: translateX(0px) scale(1) !important;
    width: 100% !important;
  }
  #prev_test {
    left: -20px !important;
  }
  #next_test {
    right: -1px !important;
  }
}
@media (max-width: 760px) {
  .l-subheader-h {
    padding: 0 16px;
    margin: 0 -10px !important;
  }
  .header_calender_link span.w-btn-label {
    display: none;
  }
  .w-btn.header_calender_link {
    padding: 5px;
  }
  .form_container_row {
    padding-left: 50px;
    padding-right: 50px;
  }
  .w-nav .online_dore_city.level_1 ul.w-nav-list.level_2 {
    position: relative;
    display: none;
  }
  ul.w-nav-list.level_2:before {
    display: none;
  }
  .course_title_image {
    position: relative;
    right: 0;
    min-width: 30px;
    transform: translateX(0);
  }
}
footer#page-footer {
  background: transparent;
  margin-top: -30px;
}

.shop_cat_list_title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  justify-content: center;
  color: #00325c;
  padding: 7px 0;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px 0px;
  position: relative;
  z-index: 43;
  min-width: 200px;
  background: #fff;
  gap: 10px;
}

.shop_cat_list_title img {
  display: block;
}

.shop_cat_list_title.active img {
  filter: brightness(0) invert(2);
}

.active.shop_cat_list_title {
  background: #00325c;
  color: #fff;
}

div#shop_cat_list_container {
  position: relative;
}

.shop_cats_list {
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 50px 15px 10px;
}

.shop_cats_list a {
  font-size: 15px;
  font-weight: 500;
}

.shop_cats_list li {
  margin-bottom: 0;
}

.shop_cats_list ul.children {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}

.shop_cats_list ul.children a {
  font-size: 13px;
}

.kasebi_icon_box.post_titles_list_icon {
  --icon-url: url(./images/docs.png);
  --icon-size: 20px;
  color: #ed2324;
}

.post_titles_list_header {
  display: flex;
  padding: 15px 35px;
  font-size: 17px;
  font-weight: 700;
  align-items: center;
  cursor: pointer;
  gap: 7px;
}

.post_titles_list {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.1019607843);
  margin-top: 20px;
  margin-bottom: 20px;
}

.post_titles_list_content {
  padding: 15px 35px;
}

.post_titles_list_item {
  position: relative;
  padding-right: 25px;
  margin-bottom: 4px;
}

.post_titles_list_item a {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.8;
  display: block;
}

.post_titles_list_item:before {
  content: "";
  position: absolute;
  width: 10px;
  transform: rotate(45deg);
  height: 10px;
  border-radius: 2px;
  background: #006ffd;
  right: 0;
  top: 9px;
}

.post_titles_list_item:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(270deg, #006ffd, rgba(255, 190, 67, 0));
  right: 6px;
  top: 13px;
}

.post_titles_list_item.H3_indexed {
  margin-right: 25px;
}

.post_titles_list_item.H4_indexed {
  margin-right: 50px;
}

.mobile_buy_section_toggle {
  display: none;
}

.product_page_price_section {
  font-size: 26px;
}

.course_content_free {
  display: flex;
  justify-content: space-between;
  background: #0130a2;
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0px;
  padding: 45px 45px 35px;
  gap: 15px;
  align-items: center;
  z-index: 99;
}

.course_link_title {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  max-width: 160px;
}

.course_link_link a {
  background: #fff;
  float: left;
  height: 40px;
  padding: 3px 7px;
  border-radius: 5px;
  color: #0130a2;
  font-size: 20px;
  line-height: 35px;
}

.author_name {
  color: #00325c !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-left: 30px !important;
  margin-bottom: 10px !important;
  margin-right: 30px !important;
  padding-bottom: 10px !important;
  border-bottom-width: 2px !important;
  border-color: #00325c !important;
  border-bottom-style: solid !important;
  text-align: center;
}

.author_desc {
  color: #808080 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 10px 10px 20px 15px;
}

.author_avatar {
  padding: 20px;
}

.show_author_history_text li {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 20px;
  margin-top: 20px;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline;
  font-size: 14px;
}

.breadcrumb li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
  color: #999;
}

.breadcrumb li:last-child {
  color: #333;
  font-weight: bold;
}

.course_page_title_container .w-vwrapper {
  padding: 40px;
  background: #9dc0f0;
  box-shadow: inset 0px 0px 27px rgba(0, 0, 0, 0.2784313725);
  border-radius: 120px 0px;
  position: relative;
}

.course_page_title_container a {
  background: #156bb3;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px 5px;
  display: block;
  width: 160px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #ffffff !important;
  margin-top: 10px;
}

.course_page_title_container .vc_column-inner {
  position: relative;
  border-radius: 120px 0;
}

.course_page_title_container .vc_column-inner:before,
.course_page_title_container .vc_column-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #59b4ff;
  opacity: 0.2;
  box-shadow: inset 0px 0px 27px rgba(0, 0, 0, 0.2784313725);
  border-radius: inherit;
  transform-origin: bottom left;
  display: block;
  bottom: 0;
}

.course_page_title_container .w-vwrapper {
  position: relative;
  z-index: 2;
}

.course_page_title_container .vc_column-inner:before {
  transform: rotate(-4deg);
}

.course_page_title_container .vc_column-inner:after {
  transform: rotate(-8deg);
}

.course_page_image_container {
  position: relative;
  border-radius: 0 50px;
}

.course_page_image_container:before,
.course_page_image_container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #59b4ff;
  opacity: 0.2;
  box-shadow: inset 0px 0px 27px rgba(0, 0, 0, 0.2784313725);
  border-radius: inherit;
  transform-origin: bottom right;
  display: block;
  bottom: 0;
}

.course_page_image_container:before {
  transform: rotate(3deg);
}

.course_page_image_container:after {
  transform: rotate(6deg);
}

.course_page_image_container .w-image {
  position: relative;
  z-index: 3;
  border-radius: 0 60px;
  background: rgba(89, 180, 255, 0.2);
}

.course_page_image_container .w-image img {
  mix-blend-mode: luminosity;
}

.course_page_image_container .w-image:after {
  content: "";
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.4588235294) inset;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  top: 0;
}

.course_title_image {
  position: absolute;
  right: -18px;
  transform: translateX(100%);
}

.course_options_text p:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e7e7e7;
}

.course_options_text p {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 8px;
}

.star_before p {
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 8px;
  margin-bottom: 3px;
  margin-right: 20px;
}

.star_before p:before {
  content: "";
  background: #3ab748;
  border-radius: 5px 0px;
  position: absolute;
  width: 14px;
  height: 6px;
  right: -17px;
}

.course_options_text p:before {
  content: "";
  background: #3ab748;
  border-radius: 5px 0px;
  position: absolute;
  width: 14px;
  height: 6px;
  right: -17px;
}

.course_page_video .video_section {
  border-radius: 0 25px;
}

.accordion button.w-tabs-section-header {
  background: #ffffff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 14px 20px;
  line-height: 20px;
  font-weight: 500;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.accordion .w-tabs-section {
  border: none !important;
  margin-bottom: 15px;
}

.accordion button.w-tabs-section-header.active {
  background: #2189df !important;
  color: #fff !important;
}

.accordion .w-tabs-section-content {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2078431373);
  border-radius: 0 0 10px 10px;
  margin-top: -25px;
  position: relative;
  z-index: 0;
}

.accordion .w-tabs-section-content > div {
  margin-top: 20px;
}

.masters_course_cul:before,
.masters_course_cul:after {
  width: 100vw;
  height: 100%;
  content: "";
  left: 100%;
  background: #2189df;
  opacity: 0.15;
  position: absolute;
  border-radius: 45px 0;
}

.masters_course_cul:before {
  left: auto;
  right: 100%;
}

.each_video_testimonial_row {
  cursor: pointer;
}

.each_video_testimonial_row .video_section {
  display: none;
}

.each_video_kavimo .video_section {
  display: none;
}

.form_box_tick p {
  position: relative;
  margin-bottom: 4px;
  padding-right: 25px;
}

.form_box_tick p:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/07/done.png);
  width: 20px;
  height: 20px;
  right: 0;
}

/*calander*/
.each_calendar_week_row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.each_calender_choice_select {
  font-weight: 500;
  width: 44px;
  height: 44px;
  line-height: 46px;
  margin: 0 5px;
  border-radius: 10px;
  text-align: center;
  color: #93b1ff;
  font-size: 19px;
  position: relative;
  cursor: context-menu;
}

.each_calender_choice_select.inactive {
  pointer-events: none;
  background: transparent;
}

.each_calender_choice_select.completed:hover:after {
  opacity: 1;
}

.each_calender_choice_select.filled {
  cursor: pointer;
  color: #fff;
  background: #3ab749;
}

.each_calender_choice_select.completed {
  background: rgba(255, 0, 0, 0.2);
  color: #ff6a6a;
  cursor: not-allowed;
}

.calendar_container {
  width: 420px;
  margin-right: auto;
  position: relative;
  padding: 25px;
  background: url(/wp-content/uploads/2022/07/Calendar.jpg);
  box-shadow: 0px 5px 20px rgba(107, 107, 107, 0.2);
  border-radius: 20px;
  background-size: cover;
}

.calendar_header {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.cal_nav {
  display: flex;
  position: absolute;
  left: 10px;
  top: 0;
}

.nav_btn {
  font-size: 15px;
  cursor: pointer;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.cal_loader {
  position: absolute;
  width: 106%;
  height: 106%;
  top: -3%;
  background: rgba(0, 0, 0, 0.2078431373);
  left: -3%;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.cal_loader.active {
  pointer-events: all;
  opacity: 1;
}

.each_calendar_week_row.week_days_row > div {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.calendar_reserve_form {
  position: absolute;
  left: 380px;
  transform: translateX(-101%);
  height: 100%;
  max-width: 100%;
  width: 360px;
  transition: all 0.5s ease;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  opacity: 0;
}

.calendar_reserve_form.active {
  transform: translateX(0);
  opacity: 1;
}

.form_section {
  text-align: right;
}

.reserve_form_section {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form_action_row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.reserve_course {
  background: #156bb3;
  border-radius: 39px;
  width: 100px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  cursor: pointer;
}

.full_capacity {
  display: none;
  line-height: 160px;
  color: #fe7676;
}

.calendar_form_day {
  background: #387be0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 4px;
  line-height: 23px;
  width: 30px;
  display: inline-block;
  margin-right: 4px;
}

.calender_course_name {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.calendar_form_date {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 1px;
}

.calendar_form_date > div {
  margin-left: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.5333333333);
}

.course_info a {
  border-radius: 39px;
  width: 100px;
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  background: #3ab749;
  display: block;
}

.calendar_form_day.completed {
  background: rgba(255, 0, 0, 0.2);
  color: #ff6a6a;
}

.reserve_complete {
  display: none;
}

@media (max-width: 768px) {
  .calendar_container {
    max-width: calc(100vw - 3rem);
  }
  .calendar_header {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
  .each_calender_choice_select {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .calendar_reserve_form {
    transform: translateY(-100%);
    top: 290px;
    padding-top: 120px;
    left: 0;
    height: auto;
  }
  .active.calendar_container {
    margin-bottom: 410px;
  }
  .first_page_slider_container {
    flex-direction: column-reverse;
  }
}
.main_welcome_section {
  padding-top: 170px;
  padding-bottom: 170px;
  background: url(https://parsianbourse.com/wp-content/uploads/2024/03/IMG_554822-1-min.jpg) no-repeat top center/930px;
}

.welcome_content {
  max-width: 400px;
  margin: auto;
}

.welcome_content > * {
  margin-bottom: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  backdrop-filter: blur(1.25px);
  padding: 8px;
}

.bot_welcome_content {
  color: #266194;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.welcome_content .w-image {
  margin-top: -34px;
  margin-bottom: -3px;
}

#spotplayer_players > DIV {
  display: flex;
  margin: -10px;
}

#spotplayer_players > DIV > A {
  flex-basis: 100%;
  text-align: center;
  padding: 10px;
}

#spotplayer_players > DIV > A.disable {
  opacity: 0.4;
  pointer-events: none;
}

#spotplayer_players > DIV > A > IMG {
  width: 100px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

#spotplayer_players > DIV > A > B {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

#spotplayer_players > DIV > A > U {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

/*-------------------*/
#spotplayer_license TEXTAREA {
  direction: ltr;
  width: 100%;
  height: 80px;
  display: block;
  border: 1px solid #999;
  border-bottom: none;
  outline: none !important;
}

#spotplayer_license BUTTON {
  display: block;
  width: 100%;
  background: #61d;
  color: #fff;
  border-radius: 0 0 5px 5px;
  border: none !important;
  outline: none !important;
  padding: 7px 0;
  cursor: pointer;
}

/*-------------------*/
#spotplayer_videos IMG {
  margin-left: 7px;
  vertical-align: middle;
  width: 15px;
}

#spotplayer_videos > UL {
  list-style: none;
  margin: 0;
  padding: 0;
}

#spotplayer_videos > UL > LI {
  max-height: 40px;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0 10px 15px;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  line-height: 1.8;
}

#spotplayer_videos > UL > LI.active {
  max-height: 2000px;
  transition-timing-function: ease-in;
}

#spotplayer_videos > UL > LI > H3 {
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-size: 15px;
  cursor: pointer;
}

#spotplayer_videos > UL > LI > H3 > IMG {
  transition: all 0.5s;
}

#spotplayer_videos > UL > LI.active > H3 > IMG {
  transform: scale(1, -1);
}

.spotplayer_seg {
  margin-top: 15px;
  border-bottom: 1px dashed #999;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.spotplayer_seg IMG {
  display: none !important;
}

.spotplayer_seg > A {
  color: #333;
  pointer-events: none;
  font-weight: bold;
}

/*
new product page design
 */
.boxed_row .l-section-h {
  border-radius: 30px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.0980392157);
}

.boxed_row.custom_curve .l-section-h {
  border-radius: 50px 0;
}

.kk-star-ratings {
  flex-direction: row-reverse;
}

.kksr-legend {
  color: #000;
  font-size: 17px;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.51px;
}

.kksr-stars > div {
  width: 95px;
  flex-direction: row-reverse;
  height: 20px;
  justify-content: flex-start;
  right: auto !important;
  left: 0 !important;
}

.kksr-icon {
  display: none;
}

.kksr-star {
  background: url(./images/star.jpg);
  min-width: 19px;
}

.kksr-stars > div.kksr-stars-active .kksr-star {
  right: auto !important;
  left: 0 !important;
  background: url(./images/filled-star.jpg);
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star {
  background: url(./images/hovered-star.jpg);
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star {
  background: url(./images/star.jpg);
}

.kk_star_total_users {
  display: flex;
  align-items: center;
}

.kk_star_user_avatar {
  width: 30px;
  height: 30px;
  background: url(./images/user_star.png);
  background-size: contain;
  position: relative;
}

.kk_star_user_avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.kk_star_user_avatar.green_overlay:before {
  background: #3ab748;
  opacity: 0.1;
}

.kk_star_user_avatar.blue_overlay:before {
  background: #006ffd;
  opacity: 0.1;
}

.kk_star_user_avatar_text {
  color: #000;
  font-size: 15px;
  line-height: 22px; /* 146.667% */
  letter-spacing: -0.45px;
  margin-right: 10px;
}

.kk_star_user_avatar.negative_right {
  margin-right: -15px;
}

.has_blur_cul .wpb_column {
  backdrop-filter: blur(14px);
}

.cul_row_in_mob .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.toggle-links {
  font-weight: 700;
}

.toggle-links > button {
  border: none !important;
}

.title_sidebar_wrapper {
  border-left: 1px solid #006ffd;
  gap: 10px;
}

.course_options_row .w-hwrapper {
  gap: 15px;
}

.w-vwrapper.options_wrapper {
  align-items: center;
  text-align: center;
  min-width: calc(33% - 20px);
  flex-grow: 1;
  gap: 25px;
  padding: 40px 15px;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.w-vwrapper.options_wrapper img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}

.w-html.options_separator {
  margin: 15px 0;
  width: 2px;
  background: #eaedef;
}

.course_topics_accordion button.w-tabs-section-header .w-tabs-section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #6b6b6b;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.32px;
}

.course_topics_accordion button.w-tabs-section-header .w-tabs-section-title strong {
  font-size: 17px;
  color: #000;
}

.course_topics_accordion button.w-tabs-section-header {
  padding: 11px 60px 11px 15px;
  box-shadow: none;
  position: static;
}

.course_topics_accordion div.w-tabs-section-content {
  box-shadow: none;
  background: transparent;
  padding-right: 30px;
}

.course_topics_accordion .w-tabs-section-control {
  font-size: 15px;
  color: #006ffd;
  position: absolute;
  right: 15px;
  width: 28px;
  bottom: calc(50% - 12px);
  height: 24px;
  background-size: contain;
  background: url(./images/chevron-down.png) no-repeat center;
}

.course_topics_accordion .w-tabs-section-control:before, .course_topics_accordion .w-tabs-section-control:after {
  display: none;
}

.course_topics_accordion div.w-tabs-section {
  border-radius: 12px;
  border: 1px solid #dadada !important;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.course_topics_accordion button.w-tabs-section-header.active {
  background: #fff !important;
}

.course_topics_accordion div.w-tabs-section-content > div {
  margin-top: 10px;
  padding-right: 30px;
}

.large_strong strong {
  font-size: 17px;
  line-height: 30px;
  display: block;
  margin-bottom: 25px;
}

.large_strong ul {
  margin-right: 22px;
}

.w-html.map_iframe iframe {
  display: block;
}

.w-html.map_iframe {
  border-radius: 0 12px 12px 0;
  margin: -30px -40px -30px 0;
  position: relative;
  overflow: hidden;
}

.w-html.map_iframe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000;
  opacity: 0.1;
}

.teacher_desc_wrapper {
  margin-right: 132px;
  display: none;
  pointer-events: none;
}

.teacher_desc_header {
  transition: all 0.5s ease;
  cursor: pointer;
}

.teacher_desc_row.active .teacher_desc_header {
  margin-bottom: -34px;
}

.teacher_desc_row.active .teacher_desc_header .w-image.teacher_desc_arrow {
  transform: rotate(180deg);
}

.teacher_desc_row .teacher_desc_header .w-image.teacher_desc_arrow {
  transition: all 0.5s ease;
}

.custom_course_slider .owl-nav {
  position: absolute;
  width: 100% !important;
  max-width: 460px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}

.custom_course_slider .owl-nav > button {
  color: #000 !important;
  border-radius: 30px;
  border: 1px solid #cfcfcf;
}

.custom_course_slider .owl-nav > button:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  .cul_row_in_mob .vc_column-inner {
    gap: 10px;
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
  }
  .boxed_row .l-section-h {
    padding: 30px;
  }
  .kk-star-ratings {
    flex-direction: column-reverse;
    align-items: end;
    gap: 4px;
  }
  .kksr-legend {
    margin: 0 !important;
  }
  .kk_star_total_users {
    flex-wrap: wrap;
  }
  .kk_star_user_avatar_text {
    width: 100%;
    margin-top: 5px;
  }
  .title_sidebar_wrapper {
    flex-direction: row;
    align-items: center;
    border-left: none;
    border-bottom: 1px solid #006ffd;
    padding-bottom: 25px;
  }
  .title_sidebar_wrapper img {
    display: block;
  }
  .course_options_row .w-hwrapper:first-child {
    border-bottom: 1px solid #eaedef;
    margin-bottom: 20px;
  }
  .course_options_row .w-hwrapper {
    flex-direction: column;
    gap: 0;
  }
  .w-html.options_separator {
    display: none;
  }
  .w-vwrapper.options_wrapper {
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    text-align: right;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 24px;
  }
  .w-vwrapper.options_wrapper.second_row_option_wrapper {
    border-bottom: 1px solid #eaedef;
  }
  .w-vwrapper.options_wrapper.second_row_option_wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .w-vwrapper.options_wrapper:first-child {
    padding-top: 0;
  }
  .large_strong ul {
    margin-right: -40px;
  }
  .w-html.map_iframe {
    border-radius: 12px 12px 0 0;
    margin: -30px -30px 0;
  }
  .teacher_desc_header {
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #f4f7f9;
  }
  .teacher_desc_short_spec {
    font-size: 15px;
    letter-spacing: -0.06em;
  }
  .teacher_desc_row {
    margin: 0 -20px;
  }
  .teacher_desc_header .custom_font {
    margin-bottom: 0;
  }
  .teacher_desc_wrapper {
    margin: 0 25px 0 15px;
  }
  .teacher_desc_row.active .teacher_desc_header {
    margin-bottom: 15px;
  }
}
/*
testimonial_slider
 */
.first_page_testimonials {
  max-width: 830px;
  margin: auto;
}

.testimonials_container {
  position: relative;
  min-height: 450px;
}

.each_testimonial_block {
  position: absolute;
  width: 320px;
  transition: all ease 0.5s;
  left: 0;
  pointer-events: none;
  transform: translateX(245px) scale(0.8);
  filter: blur(3px) grayscale(2);
  opacity: 0;
  z-index: 0;
}

.video_play_btn {
  z-index: 1 !important;
}

.each_testimonial_block.current {
  pointer-events: all;
  transform: translateX(245px) scale(1);
  z-index: 3;
  filter: none;
  opacity: 1;
}

.each_testimonial_block.prev {
  transform: translateX(10px) scale(0.8);
  filter: blur(3px) grayscale(2);
  opacity: 1;
  z-index: 2;
}

.each_testimonial_block.next {
  transform: translateX(470px) scale(0.8);
  filter: blur(3px) grayscale(2);
  opacity: 1;
  z-index: 2;
}

.testimonial_navigation i {
  position: absolute;
  cursor: pointer;
  top: 200px;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5215686275);
}

.testimonial_navigation {
  position: relative;
  z-index: 20;
}

#prev_test {
  left: 160px;
}

#next_test {
  right: 160px;
}

ul.w-nav-list.level_1 {
  background: #fff !important;
}

.each_testimonial_block .video_section {
  min-width: 100%;
  padding-top: 130%;
  background: #fff;
}

.each_testimonial_block video.np_video {
  position: absolute;
  max-height: 100%;
  top: 0;
}

.testimonial_video_cul .video_section {
  min-height: 243px;
  margin-top: -67px;
}

@media (max-width: 768px) {
  .testimonial_video_cul .video_section {
    margin-top: 0px;
  }
  .w-hwrapper.wrap {
    flex-wrap: wrap !important;
  }
  .form_section_new {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .w-hwrapper.wrap {
    flex-wrap: nowrap !important;
  }
}
.header_hor .l-subheader-cell.at_right > * {
  margin-right: 0.4rem !important;
}

.content-free-closer {
  left: 15px;
  position: absolute;
  top: 10px;
  color: white;
}

.form_section_landing_contact_form {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0px;
  padding: 15px 35px 35px;
  gap: 15px;
  align-items: center;
  z-index: 99;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: white;
}

.form_section_new {
  width: 790px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.form_section_new_btn_buy {
  background: #006ffd;
  color: #ffffff;
  border: 1px solid #006ffd;
  display: flex;
  height: 46px;
  border-radius: 5px;
  line-height: 26px;
  font-weight: 900;
  font-size: 20px;
  align-items: center;
  width: 150px;
  justify-content: center;
  cursor: pointer;
  font-family: "ray";
}

.form_section_landing_contact_form input:not([type=submit]) {
  width: 240px;
  height: 40px;
}

.form_section_new_btn {
  background: #ffffff;
  color: #006ffd;
  border: 1px solid #006ffd;
  display: flex;
  height: 46px;
  border-radius: 5px;
  line-height: 26px;
  font-weight: 900;
  font-size: 20px;
  align-items: center;
  width: 150px;
  justify-content: center;
  cursor: pointer;
  font-family: "ray";
}

@media (max-width: 768px) {
  .form_section_new {
    width: 100%;
    align-items: stretch;
  }
}
#loading_modal_video_section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(28, 28, 28, 0.568627451);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

#loading_modal_video_section.active {
  opacity: 1;
  pointer-events: all;
}

.landing_form_wrapper .form_section {
  display: none;
}

.form_section_new input.input_field {
  border: 1px solid #f4f7f9;
  box-shadow: none;
  background: #eaeaea;
  line-height: 44px;
}

@media (max-width: 768px) {
  .landing_form_wrapper {
    transition: all 0.5s ease;
    transform: translateY(100%);
  }
  .landing_form_wrapper.active {
    transform: translateY(0);
  }
  .landing_form_wrapper_mobile_activator {
    transition: all 0.5s ease;
    transform: translateY(0);
  }
  .landing_form_wrapper_mobile_activator.active {
    transform: translateY(120%);
  }
  .mobile_show_form_reserv {
    border-radius: 8px;
    background: #006ffd;
    color: #ffffff;
    padding: 5px 20px 12px 20px;
  }
  .content-popup-closer {
    left: 7px;
    position: absolute;
    top: 3px;
    color: #006ffd;
    display: none;
  }
  #mobile_show_form_reserv {
    border-radius: 8px !important;
    background: #006ffd !important;
    color: #ffffff !important;
    padding: 5px 25px 12px 25px !important;
    margin-right: 40px !important;
    font-size: 17px !important;
    line-height: 36px !important;
    font-weight: 800 !important;
  }
  #section_lvl_div .l-section-h.i-cf {
    border-radius: 0 0 15px 15px;
  }
}
.reserve_complete {
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
}

.show_btn_for_mobile {
  display: flex;
  gap: 10px;
}

#spotplayer_videos {
  display: none;
}

#spotplayer_players {
  margin-top: 35px;
}

#spotplayer_license {
  margin-top: 35px;
}

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

.kk-star-ratings.kksr-auto.kksr-align-right.kksr-valign-bottom {
  display: none;
}

.block_quotes_page {
  display: flex;
  align-items: center;
  padding: 63px 20px 21px 20px;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid #59b4ff;
  position: relative;
  margin-top: 50px;
}

.block_quotes_page::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 86px;
  background: url(https://parsianbourse.com/wp-content/uploads/2024/08/image-59.png) no-repeat;
  background-size: cover;
  top: -40px;
}

.block_quotes_page h2::before {
  width: 0 !important;
  height: 0 !important;
}

.block_quotes_page .w-text-value {
  font-size: 15px;
  font-weight: 400;
  line-height: 25.91px;
  text-align: center;
}

#loading_modal {
  z-index: 1001;
}

.reserve_complete_on_page {
  display: none;
  text-align: center;
}

.form_section_new_on_page {
  width: 100%;
}

.form_section_new_on_page input.input_field {
  border: 1px solid #f4f7f9;
  box-shadow: none;
  background: #eaeaea;
  line-height: 44px;
  margin-bottom: 15px;
}

.form_section_new_on_page_btn {
  background: #38b346;
  color: #fff;
  border: 1px solid #38b346;
  display: flex;
  height: 46px;
  border-radius: 5px;
  line-height: 26px;
  font-weight: 900;
  font-size: 20px;
  align-items: center;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  font-family: "ray";
}

.free_course_article_popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* پس زمینه نیمه شفاف */
  display: flex;
  justify-content: center;
  align-items: center;
}

.free_course_article_popup-content {
  background-image: url("https://parsianbourse.com/wp-content/uploads/2024/09/Group-401412-min.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
  position: relative;
}

.free_course_article_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.free_course_article_popup .input_row {
  width: 319px;
  margin-right: auto;
  margin-left: auto;
  height: 36px;
}

.free_course_article_popup .landing_buy_form_article_v2_desktop {
  width: 319px;
  margin-right: auto;
  margin-left: auto;
  height: 36px;
}

blockquote {
  position: relative;
  font-size: 1em;
  line-height: 1.7;
  background: rgba(225, 234, 242, 0.7215686275);
  border-radius: 10px;
  padding: 20px 50px 20px 20px;
}

.wc-lucky-wheel-shortcode-content-container {
  display: none !important;
}

.response_code {
  display: none;
}

.wc-lucky-wheel-shortcode-container {
  border-radius: 40px;
}

span.wlwl-location:after {
  display: none;
}

span.wlwl-location:before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f041";
  position: relative;
  right: -6px;
  top: -2px;
  transform: scalex(1.2);
}

div#woocommerce-lucky-wheel-shortcode-1 {
  background: transparent !important;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.response_title {
  display: none;
}

.response_text {
  display: none;
}

.post_content {
  font-size: 1em;
  line-height: 1.7;
}

.font_size_controller {
  display: flex;
  align-items: center !important;
  gap: 10px !important;
}
@media screen and (max-width: 768px) {
  .font_size_controller {
    display: grid;
  }
}
.font_size_controller .font_size_controls {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  background: #006FFD;
  border-radius: 10px;
  gap: 5px;
}
.font_size_controller .font_size_controls button#increase-font {
  justify-content: center;
  display: flex;
  align-items: center;
}

.title_size_controller {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .grid_detail_article {
    align-items: center;
  }
}

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