:root {
  --button_bg_color: linear-gradient(180deg, #94AD24 0%, #57B249 100%);
  --button_hover_bg_color: #32a0ab;
  --button_text_color: #4c9c43;
  --button_hover_text_color: #1c3619;
}

@font-face {
  font-family: holligate;
  src: url(./Holligate.ttf);
  font-weight: 400;
}
.custom_holligate {
  font-family: holligate, serif;
}

.luminosity_image {
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.has_drop_shadow {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1450980392));
}

.icon_image img {
  display: block;
}

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

.video_modal_activator {
  cursor: pointer;
}

.video_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(28, 28, 28, 0.168627451);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 15px;
  transition: all ease 0.3s;
}

.active.video_modal {
  display: flex;
  pointer-events: all;
}

.video_modal .video_container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3137254902);
  width: 770px;
  transform: scale(0.7);
  transition: all ease 0.3s;
  overflow: hidden;
}

.video_modal.active .video_container {
  transform: scale(1);
}

.insta_video_frame_container {
  padding: 11px;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2078431373);
  cursor: pointer;
}

.insta_video_frame_container img {
  border-radius: 25px;
}

p {
  margin-bottom: 8px;
}

input.input_field {
  margin-bottom: 15px;
  width: 100%;
  min-height: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.wrong_phone_num_error {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--button_bg_color);
  display: none;
  text-align: center;
}

.submit_btn {
  width: 100%;
  border-radius: 10px;
  background: #2f9c1e;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 19px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1450980392);
}

input.input_field.error {
  box-shadow: 0 0 5px #b70000;
}

.price_box_title {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #6DA03A;
}

.final_price_container {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

/*
.price_box_container {
    padding-bottom: 15px;
    border-bottom: 2px dashed #8E8E8E;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
} */
.real_price_container {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  position: relative;
  color: #A5A5A5;
}

.real_price_container:before {
  content: "";
  position: absolute;
  width: 112%;
  background: rgba(255, 0, 0, 0.5333333333);
  height: 4px;
  border-radius: 5px;
  top: 50%;
  left: -6%;
  transform: rotate(-5deg);
}

#instagram_page_id, #first_row_phone {
  direction: ltr;
}

.send_otp_to_landing {
  width: 180px;
  background: hsl(114, 40%, 70%);
  color: #fff;
  margin: 10px auto 3px;
  border-radius: 25px;
  font-size: 19px;
  padding: 2px 16px 2px;
  display: flex;
  align-items: center;
}

.send_otp_to_landing i {
  margin-right: 6px;
  cursor: pointer;
  position: relative;
  top: -3px;
}

.submit_otp_landing {
  width: 130px;
  font-weight: 600;
  color: #fff;
  background: var(--button_bg_color);
  border-radius: 5px;
  padding: 0;
  margin: 12px auto auto;
  cursor: pointer;
  text-align: center;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

div#input_otp_modal_landing {
  background: rgba(0, 0, 0, 0.2078431373);
  backdrop-filter: blur(5px);
}

html {
  scroll-behavior: smooth;
}

#first_page_landing_form .form_section {
  display: flex;
  align-items: center;
}

#first_page_landing_form .input_box {
  display: flex;
}

div#first_page_landing_form input.input_field {
  margin-bottom: 0;
  margin-left: 15px;
  height: 35px;
  width: 190px;
  text-align: right;
}

input#gform_submit_button_1 {
  margin-bottom: 0;
  margin-right: auto;
  width: 280px;
}

#first_page_landing_form .submit_btn {
  width: 200px;
  font-size: 15px;
  line-height: 35px;
}

.content_reading_duration {
  width: 100%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2784313725);
  border-radius: 15px;
  background: #57B249;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.content_read_dur_container {
  flex-grow: 1;
}

div#contents_share_btn {
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.first_row_data_container {
  filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.2));
}

.course_cat_banner_hover {
  opacity: 0;
  transition: all ease 0.5s;
  filter: drop-shadow(0px 0 65px rgba(144, 205, 135, 0.5333333333));
}

.course_cat_banner_container:hover .course_cat_banner_hover {
  opacity: 1;
}

.testimonial_block_container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(187, 219, 46, 0) -19.15%, rgba(87, 178, 73, 0.2509803922) 100%);
  filter: blur(50px);
  border-radius: 0px 0px 15px 15px;
  z-index: 0;
}

.testimonial_block_container:after {
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 0px 0px 15px 15px;
}

#testimonials_grid {
  position: relative;
}

#testimonials_grid:before, #testimonials_grid:after {
  content: "";
  width: 100px;
  height: 123px;
  position: absolute;
  top: -30px;
  background-image: url(/wp-content/uploads/2022/04/dots.png);
  right: -50px;
}

#testimonials_grid:after {
  top: auto;
  left: -50px;
  bottom: -30px;
  right: auto;
}

.course_grid_image {
  filter: drop-shadow(0px 40px 60px rgba(0, 0, 0, 0.0823529412));
}

div.contents_grid.w-grid .w-grid-list {
  display: grid;
  grid-template-columns: auto auto auto;
}

.contents_grid article.w-grid-item {
  width: 100% !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

div.contents_grid.w-grid .w-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.contents_grid article:nth-child(10n+1), .contents_grid article:nth-child(10n+8) {
  grid-column-end: span 1;
  grid-row-end: span 2;
}

.contents_grid article:nth-child(10n+1) .small_contents_container, .contents_grid article:nth-child(10n+8) .small_contents_container {
  display: none;
}

.large_contents_container {
  display: none;
  -webkit-mask-size: 100%;
  /* -webkit-mask-image: url(/wp-content/uploads/2022/04/contents_mask_large.png); */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 100%;
  /* mask-image: url(/wp-content/uploads/2022/04/contents_mask_large.png); */
  mask-repeat: no-repeat;
  mask-position: top center;
}

.large_contents_image img {
  -webkit-mask-size: 100%;
  -webkit-mask-image: url(/wp-content/uploads/2022/09/contents_large_mask_image_new.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 100%;
  mask-image: url(/wp-content/uploads/2022/09/contents_large_mask_image_new.png);
  mask-repeat: no-repeat;
  mask-position: top center;
}

.large_contents_image {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3137254902));
}

.small_contents_container {
  -webkit-mask-size: 100%;
  /* -webkit-mask-image: url(/wp-content/uploads/2022/04/contents_mask.png); */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 100%;
  /* mask-image: url(/wp-content/uploads/2022/04/contents_mask.png); */
  mask-repeat: no-repeat;
  mask-position: top center;
}

.contents_grid article:nth-child(10n+1) .large_contents_container, .contents_grid article:nth-child(10n+8) .large_contents_container {
  display: flex;
}

/* .form_section {
    min-width: 275px;
} */
.landing_product_image {
  pointer-events: none;
}

@media (max-width: 600px) {
  #testimonials_grid .w-grid-item {
    min-width: 310px;
    padding: 28px 15px !important;
  }
  #testimonials_grid {
    overflow: auto;
  }
  #testimonials_grid .w-grid-list {
    min-width: 980px;
  }
  #course_grid, #master_course .w-grid, #seminars .w-grid {
    overflow: auto;
  }
  #course_grid .w-grid-list {
    min-width: 560px;
  }
  #course_grid .w-grid-item {
    min-width: 280px;
  }
  #master_course .w-grid-list {
    min-width: 1120px;
  }
  #master_course .w-grid-item {
    min-width: 280px;
  }
  #seminars .w-grid-list {
    min-width: 840px;
  }
  #seminars .w-grid-item {
    min-width: 280px;
  }
  #testimonials_grid:before, #testimonials_grid:after {
    display: none;
  }
  #first_page_landing_form .form_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #first_page_landing_form .input_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
  }
  div#first_page_landing_form input.input_field {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  div#first_page_landing_form .submit_btn {
    width: 260px;
  }
  input#gform_submit_button_1 {
    margin-left: auto;
  }
  #header_menu a.w-nav-control:before {
    content: " ";
    min-width: 30px;
    background-image: url(/wp-content/uploads/2022/04/menu_btn.png);
    min-height: 30px;
    position: absolute;
  }
  #header_menu a.w-nav-control {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 0;
  }
  div.contents_grid.w-grid .w-grid-list {
    grid-template-columns: 1fr;
  }
  .contents_grid article.w-grid-item .w-grid-item-h {
    max-width: 320px;
    margin: auto;
    min-height: 450px;
  }
  .large_contents_container {
    display: flex;
  }
  .small_contents_container {
    display: none;
  }
  .large_contents_container .post_content {
    display: none;
  }
  .first_page_contents_grid .large_contents_container {
    display: none !important;
  }
  .first_page_contents_grid .small_contents_container {
    display: flex !important;
  }
  .first_page_contents_grid.contents_grid article.w-grid-item .w-grid-item-h {
    min-height: 210px;
  }
}
.whatsapp_fixed_activator {
  position: fixed;
  bottom: 20px;
  left: 30px;
  max-width: 60px;
  cursor: pointer;
  transform-origin: bottom left;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
  z-index: 100;
}

.whatsapp_fixed_activator:hover {
  transform: scale(1.3);
}

.active.whatsapp_fixed_activator {
  transform: scale(0);
  transition-delay: 0s;
}

.whatsapp_nums_container {
  position: fixed;
  bottom: 20px;
  left: 30px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3333333333);
  border-radius: 20px;
  transform-origin: bottom left;
  overflow: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  transition-delay: 0s;
  z-index: 100;
}

.active.whatsapp_nums_container {
  transform: scale(1) !important;
  transition-delay: 0.3s;
}

ul.w-nav-list {
  border-radius: 8px;
}

.close_whatsapp_box {
  position: absolute;
  top: 10px;
  left: 15px;
  cursor: pointer;
}

.each_whatsapp_num_row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 170px;
}

.whatsapp_link a {
  display: flex;
  max-width: 40px;
  align-items: center;
  justify-content: center;
}

.whatsapp_link {
  margin-right: 20px;
}

.whatsapp_label {
  font-size: 14px;
  word-spacing: -2.8px;
}

iframe#goftino_w {
  bottom: 10px !important;
  right: 20px !important;
  display: none;
}

.sticky #header_menu a.w-nav-control:before {
  filter: brightness(10);
}

.sticky .my_account_btn img {
  filter: brightness(10);
}

.first_page_navigator .vc_column-inner {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #57B249;
  border-radius: 25px;
  color: #57B249;
  transition: all ease 0.5s;
  background: #fff;
}

.first_page_navigator:hover .vc_column-inner {
  background: linear-gradient(180deg, #90CD87 0%, #57B249 100%);
  color: #fff;
}

.has_bought_course_btn a {
  border-radius: 10px;
  background: #2f9c1e;
  font-weight: 500;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-size: 17px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1450980392);
  width: 150px;
  display: block;
  margin: auto;
}

.has_bought_course_text {
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.7294117647);
  border-radius: 5px;
}

.icon_before p {
  position: relative;
  margin-bottom: 5px;
  text-align: right;
  padding: 0 35px;
}

.icon_before p:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.check_before p:before {
  background-image: url(https://www.samanfiroozmand.com/wp-content/uploads/2022/05/Checked.png);
}

.left_before p {
  text-align: left;
}

.left_before p:before {
  left: 0;
  right: auto;
}

.gift_before p:before {
  background-image: url(https://www.samanfiroozmand.com/wp-content/uploads/2022/05/Group-2433.png);
}

.gift_before p:after {
  background-image: url(https://www.samanfiroozmand.com/wp-content/uploads/2022/05/Group-2433.png);
}

.both_before p {
  text-align: center;
}

.both_before .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_before.both_before p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.user_before p:before {
  background-image: url(https://www.samanfiroozmand.com/wp-content/uploads/2022/05/Group-2436.png);
}

.user_before p:after {
  background-image: url(https://www.samanfiroozmand.com/wp-content/uploads/2022/05/Group-2436.png);
}

.title_text_in_box strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #414141;
}

@media (max-width: 600px) {
  .left_before p:before {
    left: auto;
    right: 0;
  }
  .left_before p {
    text-align: right;
  }
}
.kavimo_player_grid img {
  display: block;
  border-radius: 10px;
  cursor: pointer;
}

.aparat_player_grid img {
  cursor: pointer;
}

.kavimo_player_grid img.play_btn {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 30px);
  max-width: 60px;
}

@media (min-width: 600px) {
  .w-grid.product_image_slider .owl-stage-outer:before {
    content: "";
    width: 100vw;
    height: 210%;
    position: absolute;
    background: #fff;
    z-index: 10;
    right: 100%;
    top: -50%;
  }
  .w-grid.product_image_slider .owl-stage-outer {
    overflow: visible;
  }
  .product_image_slider .owl-item.center {
    transform: scale(1.5);
    z-index: 2;
    filter: blur(0);
    pointer-events: all;
  }
  .product_image_slider .owl-item {
    transition: all 0.25s ease 0s;
    filter: blur(2px);
    pointer-events: none;
  }
}
.product_image_slider .owl-nav.disabled {
  display: block;
  max-width: 500px;
  position: absolute;
  margin: auto;
  width: 100% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.product_image_slider .owl-nav.disabled div:before {
  display: none;
}

.product_image_slider .owl-nav.disabled div:after {
  display: none;
}

.product_image_slider .owl-nav.disabled div.owl-next {
  background-image: url(/wp-content/uploads/2022/05/forward_arrow.png) !important;
}

.loading span.w-btn-label {
  display: none;
}

a.loading.spin_wheel:after {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  opacity: 1;
  border-top-color: transparent;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  left: calc(50% - 10px);
  right: auto;
  top: 5px;
  background: transparent;
}

a.loading.spin_wheel {
  min-width: 110px;
  min-height: 35px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*banner arrow animation*/
#arrowAnim {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-radius: 5px;
  border-color: white transparent transparent white;
  transform: rotate(-45deg);
}

.arrow2 {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-radius: 5px;
  border-color: transparent white white transparent;
  transform: rotate(-45deg);
}

.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
}

.arrowSliding2 {
  position: absolute;
  -webkit-animation: slide-2 4s linear infinite;
  animation: slide-2 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(35px);
  }
  20% {
    opacity: 1;
    transform: translateX(5px);
  }
  80% {
    opacity: 1;
    transform: translateX(-9px);
  }
  100% {
    opacity: 0;
    transform: translateX(-35px);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(35px);
  }
  20% {
    opacity: 1;
    transform: translateX(5px);
  }
  80% {
    opacity: 1;
    transform: translateX(-29px);
  }
  100% {
    opacity: 0;
    transform: translateX(-35px);
  }
}
@-webkit-keyframes slide-2 {
  100% {
    opacity: 0;
    transform: translateX(35px);
  }
  80% {
    opacity: 1;
    transform: translateX(5px);
  }
  20% {
    opacity: 1;
    transform: translateX(-9px);
  }
  0% {
    opacity: 0;
    transform: translateX(-35px);
  }
}
@keyframes slide-2 {
  100% {
    opacity: 0;
    transform: translateX(35px);
  }
  80% {
    opacity: 1;
    transform: translateX(5px);
  }
  20% {
    opacity: 1;
    transform: translateX(-29px);
  }
  0% {
    opacity: 0;
    transform: translateX(-35px);
  }
}
/*
timer count down
 */
.timer_section {
  display: flex;
  justify-content: center;
  /* font-family: morabba, sans-serif; */
}

.time_cul {
  text-align: center;
  margin: 0 4px;
  flex-direction: column;
  align-items: center;
  min-width: 69px;
  color: #2C5460;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.time_cul > div:first-child {
  display: flex;
  line-height: 45px;
  font-size: 17px;
  text-align: center;
  max-height: 40px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}

.second span.first {
  background: #CB7F00;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 5px;
  margin-left: 4px;
  width: 32px;
}

.second span.second {
  background: #CB7F00;
  font-weight: 700;
  font-size: 30.9546px;
  line-height: 43px;
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 5px;
  width: 32px;
}

.time_cul span {
  background: #2C5460;
  font-weight: 700;
  font-size: 30.9546px;
  line-height: 43px;
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 5px;
  margin-left: 4px;
  width: 32px;
}

.cul_title_scond {
  color: #CB7F00 !important;
  font-weight: 500;
  font-size: 17.197px;
  line-height: 22px;
  margin-top: 10px;
}

.cul_title {
  color: #2C5460;
  font-weight: 500;
  font-size: 17.197px;
  line-height: 22px;
  margin-top: 10px;
}

/* header wallet */
.remain_wallet_header {
  font-size: 13px;
  white-space: nowrap;
}

/* *****************new code************************* */
.each_title_row .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.each_title_row p {
  letter-spacing: -0.03em;
  color: #002B4D;
  font-weight: 725;
  font-size: 22px;
  line-height: 40px;
  position: relative;
}

.each_title_row p:before {
  content: "";
  position: absolute;
  right: -90px;
  width: 80px;
  height: 1px;
  top: 20px;
  border-bottom: 1px solid #D2D2D2;
}

.each_title_row p:after {
  content: "";
  position: absolute;
  left: -90px;
  width: 80px;
  height: 1px;
  top: 20px;
  border-bottom: 1px solid #D2D2D2;
}

.testimonial_star_show_container {
  display: flex;
  gap: 8px;
}

.each_testimonial_star_icon.yellow {
  color: #CDB883;
}

.number_participants:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  background: url(https://www.samanfiroozmand.com/wp-content/uploads/2023/04/Vector.png) no-repeat;
}

.course_instructor:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  background: url(https://www.samanfiroozmand.com/wp-content/uploads/2023/04/Vector1.png) no-repeat;
}

.title_baner strong {
  font-size: 23px;
  line-height: 25px;
  font-weight: 800;
}

.my_account_btn img {
  width: 22px;
}

span.price_subscription_product {
  font-weight: 700;
  font-size: 17px;
  line-height: 15px;
  color: #898989;
}

.price_subscription_product_title p {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #898989;
}

@media (max-width: 600px) {
  #us_grid_1 .w-grid-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px !important;
  }
  .title_baner p {
    display: flex;
    flex-direction: column;
  }
  .price_subscription_product_title p {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #898989;
  }
}
.sticky .my_account_btn img {
  filter: none !important;
}

.image_podcast {
  filter: grayscale(1);
}

.image_podcast:hover {
  filter: none;
}

.shop_icon {
  color: #002B4D !important;
}

/* wv21 styles */
.limit_alert {
  text-align: center;
  padding: 2px;
  background: rgba(221, 38, 39, 0.5882352941);
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 10px;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}

.remain_stock {
  text-align: center;
  padding: 5px;
  color: #fff;
  background: rgba(52, 137, 161, 0.7607843137);
  border: 1px #adadad solid;
  border-radius: 5px;
  /* margin-bottom: 10px; */
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background: #32516f !important;
}

.trigger_new_video {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
}

.modal_new_video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal_content_new_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close_button_new_video:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.order_number {
  display: flex;
  color: #cdb883;
  font-size: 20px;
  font-weight: 700;
  margin-right: 50px;
  margin-bottom: 0;
  line-height: 0px;
}

.order_number p {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .title_workshop {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}
.testimonials_carousel_container {
  max-width: 1135px;
  margin: auto auto;
  min-height: 530px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials_container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.each_testimonial_block {
  position: absolute;
  max-width: 100%;
  width: 300px;
  transition: all ease 0.5s;
  border-radius: 10px;
  pointer-events: none;
  background: #f3f3f3;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  text-align: center;
}

.testimonial_navigation {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 20;
  pointer-events: none;
}

.testimonial_navigation div {
  cursor: pointer;
  font-size: 14px;
  border-radius: 30px;
  color: #f2df9e;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  border: 1px solid;
}

.each_testimonial_block.current {
  pointer-events: all;
  z-index: 5;
}

.each_testimonial_block .video_section {
  position: absolute;
  top: 0;
}

.each_testimonial_block .video_section video {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.carousel__list {
  list-style: none;
}

/*
.item_a {
    position: absolute;
    z-index: 1;
    left: 20%;
}

.item_b {
    position: absolute;
    z-index: 2;
    right: 36.2%;
}

.item_c {
    position: absolute;
    z-index: 1;
    right: 20%;
} */
/* add filter to items */
#disable {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%) blur(2px);
  transform: scale(0.8);
}

/* test */
.next, .prev {
  color: #444;
  /* top: 60px; */
  padding-top: 6px;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  z-index: 4;
  filter: drop-shadow(0px 0px 13.2641px rgba(0, 0, 0, 0.5490196078));
  --smooth-corners: 4.0;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}

.next:hover, .prev:hover {
  color: #000;
}

.next:active, .prev:active {
  top: 61px;
  box-shadow: 0 1px 0 #999;
}

.nav_contsiner {
  display: flex;
  justify-content: space-between;
  max-width: 330px;
  margin: auto;
}

.custom_btn {
  filter: drop-shadow(0px 0px 13.2641px rgba(0, 0, 0, 0.5490196078));
}

.image_slider {
  position: absolute;
  transition: all ease 0.5s;
  top: 0;
  transform: scale(0.8);
  left: calc(50% - 150px);
  margin: 0 !important;
  filter: grayscale(1) blur(4px);
}

.left_item {
  left: 0;
  z-index: 2;
}

.right_item {
  left: calc(100% - 300px);
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .left_item {
    left: -70px;
    z-index: 1;
    transform: 1s;
  }
  .right_item {
    left: calc(100% - 250px);
    z-index: 2;
    transform: 1s;
    min-width: 370px;
  }
  .image_slider {
    min-width: 300px;
  }
}
.image_slider.active {
  z-index: 3;
  transform: scale(1);
  filter: grayscale(0) blur(0);
}

/*
.price_box_container {
    display: none;
} */
.price_container {
  display: none;
  letter-spacing: -0.06em;
}

.price_container::before {
  content: "";
  position: absolute;
  left: -25px;
  background-image: url("https://www.samanfiroozmand.com/wp-content/uploads/2022/05/toman.png");
  width: 29px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 17px;
}

.price_container.active {
  display: block;
  position: relative;
}

.submit_btn {
  transition: all 0.5s ease 0s;
}

/* custom style for new main page */
.first_page_media_filter {
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 8px solid transparent;
  padding-bottom: 5px;
}

.first_page_media_grid {
  filter: drop-shadow(0px 0px 48.1918px rgba(0, 0, 0, 0.1));
  position: absolute;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  border-bottom: 8px solid transparent;
  padding-bottom: 5px;
}

.first_page_media_grid.active_grid article {
  opacity: 1;
  transform: scale(1);
}

.first_page_media_grid article {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
}

.first_page_media_grid.active_grid {
  pointer-events: all;
}

.first_page_media_grid article:nth-child(1) {
  transition-delay: 0.1s;
}

.first_page_media_grid article:nth-child(2) {
  transition-delay: 0.2s;
}

.first_page_media_grid article:nth-child(3) {
  transition-delay: 0.3s;
}

.first_page_media_grid.active_grid article:nth-child(1) {
  transition-delay: 0.4s;
}

.first_page_media_grid.active_grid article:nth-child(2) {
  transition-delay: 0.5s;
}

.first_page_media_grid.active_grid article:nth-child(3) {
  transition-delay: 0.6s;
}

.first_page_media_grid.shown {
  opacity: 1;
}

.active_nav {
  font-weight: 700 !important;
  border-bottom: 8px solid #BBDB2E;
  padding-bottom: 5px;
  transition: all 0.5s ease;
}

del:after {
  content: "\a";
  white-space: pre;
}

del span.woocommerce-Price-currencySymbol {
  display: none !important;
}

.post_title {
  word-spacing: -0.1em;
}

/* video part */
.each_video_testimonial_row {
  cursor: pointer;
}

.each_video_testimonial_row .video_section {
  display: none;
}

iframe {
  border-radius: 10px;
}

.kavimo_vis_video {
  border-radius: 10px;
}

.status_img {
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
  user-select: none;
}

/* ----------------------price style------------------------ */
.course_grid_price {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.course_grid_price del {
  position: absolute;
  top: 0;
  font-size: 18px;
}

.free_price_badge {
  font-size: 30px;
}

@media (max-width: 600px) {
  .us-btn-style_2 {
    font-size: 13px !important;
    padding-right: 7px !important;
    padding-left: 4px !important;
  }
}
.free_course_form {
  transition: all 0.5s ease;
  transform: translateY(100%);
}

.free_course_form.active {
  transform: translateY(0);
}

#areze_cul .prev_gform_step {
  display: none;
}
#areze_cul .gform_wrapper {
  padding: 0;
}
#areze_cul .gform_navbar .w-btn-wrapper {
  min-width: 105px;
}
#areze_cul #gform_45 {
  position: relative;
}
#areze_cul #gform_45 #gform_ajax_spinner_45 {
  display: none;
}
#areze_cul #gform_45 .gform_footer {
  display: none;
  position: absolute;
  bottom: -60px;
  padding: 0;
  z-index: 4;
  left: 0;
  margin: 0;
  width: 120px;
}
#areze_cul #gform_45 .gform_footer input#gform_submit_button_45 {
  display: block;
  width: 100%;
  text-align: center !important;
  margin: 0;
}
#areze_cul #gform_45 li.gfield {
  margin: 0;
  padding: 0;
  display: none;
}
#areze_cul #gform_45 li.gfield#field_45_70 {
  display: block;
}
#areze_cul #gform_45 li.gfield label.gfield_label {
  display: block;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
  color: #1F1F1F;
}
#areze_cul #gform_45 li.gfield .gfield_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #A39874;
  padding: 0;
}
#areze_cul #gform_45 li.gfield .ginput_container {
  margin-top: 15px;
}
#areze_cul #gform_45 li.gfield .ginput_container.ginput_complex {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  width: 100%;
}
#areze_cul #gform_45 li.gfield .ginput_container.ginput_complex .gform-grid-col {
  width: calc(50% - 10px);
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #areze_cul #gform_45 li.gfield .ginput_container.ginput_complex .gform-grid-col {
    width: 100%;
  }
}
#areze_cul #gform_45 li.gfield .ginput_container.ginput_complex .gform-grid-col .gform-field-label {
  letter-spacing: -0.04em;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio {
    flex-direction: column;
    align-items: center;
  }
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice {
  margin: 0;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice label {
  margin: 0;
  border: 2px solid #AD9D68;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 40px;
  display: block;
  border-radius: 10px;
  width: 240px;
  max-width: 230px;
  position: relative;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice input {
  display: none;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice input:checked + label {
  background: #fff;
  font-weight: 800;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice:first-child label:before, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice:last-child label:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-position: center;
  background-image: url(./tick.png);
  background-size: 50px;
  background-repeat: no-repeat;
  left: 45px;
  top: 8px;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio .gchoice:last-child label:before {
  background-image: url(./cross.png);
  background-size: 40px;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_8 {
  flex-wrap: wrap;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_8 label {
  text-align: center !important;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_8 label:before {
  display: none;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_38 label, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_25 label, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_39 label {
  padding: 20px;
  text-align: center !important;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_38 label:before, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_25 label:before, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_39 label:before {
  display: none;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_35, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_51 {
  flex-wrap: wrap;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_35 label, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_51 label {
  text-align: center !important;
}
#areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_35 label:before, #areze_cul #gform_45 li.gfield .ginput_container .gfield_radio#input_45_51 label:before {
  display: none;
}
#areze_cul #gform_45 span.gfield_required {
  display: none;
}
#areze_cul #gform_45 li#field_45_14 {
  text-align: center !important;
  font-size: 18px;
  font-weight: 800;
}

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