/*theme name: Kheradyarapp */

* {
    margin: 0;
    padding: 0;
}


body {
    direction: rtl;
    font-family: IranSansFaNum;
    font-size: 11pt;
    background: #ffffff;
    color: #424244;
}


@font-face {
    font-family: IranSansFaNum;
    src: url("./fonts/iranSans/IRANSans(FaNum)_Medium.ttf");
}

@font-face {
    font-family: IranSansFaNum;
    src: url("./fonts/iranSans/IRANSans(FaNum)_Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: IranSansFaNum;
    src: url("./fonts/iranSans/IRANSans(FaNum)_Black.ttf");
    font-weight: 700;
}

a{
    text-decoration: none;
}
.bg-color{
    background: #f3f6f9;
}
.t-center:has(.kheradyar_sub_title){
    text-align: center;
}
button.accordion-button {
    text-align: right;
}
.kheradyar_header{
    background: #ffffff;
    box-shadow: 0 0 25px -10px #cacaca;
    padding: 15px 0;
    box-sizing: border-box;
}

.kheradyar_container{
    max-width: 1260px;
    margin: 0 auto;
    width: calc(100% - 30px);
}
.kheradyar_header_part{
    display: flex;
    justify-content: space-between;
}
.kheradyar_header_part_logo{
    width: 80px;
}
.kheradyar_header_phone_box{
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #E9F7F0;
    color: #158B53;
    display: flex;
    align-items: center;
}

.kheradyar_header_phone_box i{
    margin-left: 10px;
    transform: rotate(-90deg);
}
.kheradyar_header_phone_box_text{
    color: #158B53;
}

.kheradyar_banner_part{
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.kheradyar_banner_part_content_title{
    margin-bottom: 30px;
    font-size: 22pt;
    color: #424244;
    font-weight: 600;
}

.kheradyar_banner_part_content_btns_holder,.kheradyar_parent_part_content_btns_holder{
    display:flex;
    align-items: center;
    margin-top: 50px;
}
.kheradyar_banner_part_content_other_btns_holder{
    display: none;
}
.kheradyar_banner_part_img img{
    width: calc(100% - 10px);
    max-width: 675px;
}
.kheradyar_banner_part_content_btn,.kheradyar_banner_part_content_btn_border,.kheradyar_parent_part_content_btn{
    margin: 10px;
    border-radius: 5px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #158B53;
    border: 1px solid #158B53;
    color: #ffffff;
    cursor: pointer;
}
.kheradyar_banner_part_content_btn_border{
background: #ffffff;
color:  #158B53;
}
.kheradyar_possibilities_holder{
    background: #f3f6f9;
    padding: 40px 0;
    box-sizing: border-box;
}
.kheradyar_sub_title{
    display: inline-block;
     margin: 0 auto;
     margin-bottom: 20px;
}
.kheradyar_bar{
    width: calc(100% - 5px);
    height: 2px;
    background: #158B53;
    margin: 0 auto;
}

.kheradyar_sub_title_text{
    color: #424244;
    font-weight: 600;
    font-size: 15pt;
}
.kheradyar_possibility_items_holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    text-align: right;
}
.kheradyar_possibility_item {
    width: calc(33% - 10px);
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    height: 650px;
    display: flex;
    flex-direction: column;
}
.kheradyar_possibility_item_title_part{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-bottom: 20px;
}
.kheradyar_possibility_item_title {
    font-size: 12pt;
    font-weight: 600;
}
.kheradyar_possibility_item_circle{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #158B53;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.kheradyar_possibility_item_text {
    color: #777779;
}
.kheradyar_possibility_item_img_holder{
    margin: auto auto 0 auto;
    width: calc(100% - 10px);

}
.kheradyar_possibility_item img{
    width: 100%;
}
.kheradyar_video{
    margin: 40px auto;
}
.kheradyar_video_holder{
    width: calc(100% - 10px);
    max-width: 1000px;
    border-radius: 10px;
    background: #cacaca;
    height: 400px;
    margin: 0 auto;
}
.kheradyar_panels_holder{
    margin: 100px auto;
}
.kheradyar_panel_item{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 80px auto;
}
.kheradyar_panel_item_content_text{
 color: #777779;
 padding:0 10px;
 box-sizing: border-box;

}
.kheradyar_panel_item_img img{
    max-width: 600px;
}
.mobile_img img{
    max-width: 270px;
}
.kheradyar_customers{
    padding: 30px 0;
}
.kheradyar_customers_items_holder{
margin:20px 0 40px 0;
}
.kheradyar_customer_item{
    box-shadow: 0 0 5px #cacaca;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: start;
    margin:0 10px;
    padding: 15px 20px 15px 35px;
    box-sizing: border-box;
    display: inline-flex !important;
}
.kheradyar_customer_item img{
width: 40px;
margin-left: 10px;
}
.kheradyar_customer_item_content_title{
    font-size: 12pt;
    font-weight: 600;
}
    
.kheradyar_customer_item_content_sub_title,.kheradyar_comment_item_info_content_pos{
    font-size: 10pt;
    color: #99999b;
    text-align: right;
}
.kheradyar_customers_items_holder .swiper-wrapper{
    padding: 10px;
}
.kheradyar_container .swiper-button-prev,
.kheradyar_container .swiper-button-next
{
    font-size: 10pt;
    color: #424244;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 5px #cacaca;
    background: #ffffff;
    width: 36px;
    height: 36px;
    cursor: pointer;
    
}
.kheradyar_container .swiper-button-prev::after,
.kheradyar_container .swiper-button-next::after
{
    font-size: 20px;
}
.kheradyar_customers_items_holder{
    text-align: right;
}
.kheradyar_comments{
    /*  background: #f3f6f9;*/
    padding: 50px 0 10px 0;
    box-sizing: border-box;
}
.kheradyar_comment_item_text_box{
  box-shadow: 0 0 8px -1px #cacaca;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.kheradyar_comment_item_text_box_qoute_holder{
    text-align: left;
}
.kheradyar_comment_item_text_box_qoute_holder i{
color: #158B53;
font-size: 22pt;
}
.kheradyar_comment_item_info{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.kheradyar_comment_item_text{
    font-size: 10pt;
    color: #666668;
    margin-top: 10px;
}
.kheradyar_comment_item_info_content_name{
    font-size: 12pt;
    font-weight: 600;
}
.kheradyar_questions{
    margin: 50px auto;
    padding: 30px 0;
}
.kheradyar_questions_items_holder{
    text-align: right;
}
.accordion-button::after{
    margin-right: auto;
    margin-left: 0;
}
.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    color: #158B53;
}
.accordion-body{
    color: #555557;
    font-size: 10pt;
}
.accordion-button:focus {
box-shadow: none;
}
.kheradyar_questions_item_circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #158B53;
    margin-left: 5px;
}
.kheradyar_footer{
    padding:5px 0 10px 0;
    box-sizing: border-box;
   /* background: #f3f6f9;*/
}
.kheradyar_footer_items_holder{
    display: flex;
    align-items: center;
    gap: 30px;
}
.kheradyar_footer_item img{
margin-bottom: 10px;
}
.kheradyar_footer_item_title{
    font-size: 12pt;
font-weight: 600;
margin-bottom: 10px;
}
.kheradyar_footer_item_phones_holder{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #158B53;
}
.kheradyar_footer_item_phone_box{
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 15px;
}
.kheradyar_footer_item_phone_box i{
    transform: rotate(-90deg);
}
.kheradyar_footer_item_banner{
    background: #158B53;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    font-size: 15pt;
    box-shadow: 0 0 5px #158b53;

}
.kheradyar_footer_item_support{
    width: 44%;
}
.kheradyar_footer_bottom{
    font-size: 9pt;
    color: #88888a;
}

.kheradyar_ios_part,.kheradyar_parent_holder{
    background: #edfff7;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
    margin: 80px;
    border-radius: 24px;
    border: 1px solid #b6f9a6;
}

.kheradyar_ios_part_title,.kheradyar_parent_holder_title{
    color: #158b53;
    font-size: 13pt;
 }
 .kheradyar_ios_part_video_holder {
    max-width: 300px;
    width: calc(100% - 10px);
    margin: 20px auto;
}
.kheradyar_ios_part_title_sep{
    height: 2px;
    margin: 14px auto;
    max-width: 300px;
    width: calc(100% - 10px);
    background: #158B53;
}
.kheradyar_ios_part_video_holder video{
    max-width: 300px;
    width: calc(100% - 10px);
    margin: 0 auto;
    border-radius: 10px;
}
.kheradyar_parent_part_content_btn{
    margin: 0 auto;
}
.kheradyar_parent_support{
    font-size: 11pt;
    color: #424244;
    margin: 20px auto 0 auto;
    text-align: center;
}
    
.kheradyar_parent_link{
    display: block;
     word-wrap: break-word; 
    overflow-wrap: break-word;
  
}
.kheradyar_videos_holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kheradyar_videos_link_title{
    font-size: 10pt;
    margin-top: 5px;
}
@media screen and (max-width: 1050px) {
    .kheradyar_possibility_item{
        width: calc(50% - 10px);
    }
    .kheradyar_panel_item{
      flex-direction: column;
      margin: 40px auto;
    }
    .kheradyar_panel_item_img{
        text-align: center;
    }
    .kheradyar_panel_item_img img{
        width: 100%;
    }
    .kheradyar_panels_holder{
       margin: 30px auto 70px auto;
    }
    .kheradyar_footer_items_holder{
       flex-direction: column;
    }
    .kheradyar_footer_item{
        text-align: center;
        width: 100%;
    }
    .kheradyar_footer_item_phones_holder{
         justify-content: center;
    }
    .kheradyar_footer_item_banner{
        max-width: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 890px) {
    .kheradyar_banner_part{
        flex-direction: column;
        text-align: center;
    }
    .kheradyar_banner_part_content_btns_holder{
        display: none;
    }
    .kheradyar_banner_part_content_other_btns_holder{
        display: flex;
        width: 100%;
        margin-top: 10px;
    } 
    .kheradyar_banner_part_content_btn{
        width: calc(50% - 5px);
        margin: 10px 5px;
        padding: 10px;
    }
    .mobile_img_teacher{
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .kheradyar_possibility_item{
        width: calc(100% - 10px);
        height: auto;
        margin: 0 auto;
    } 
    .kheradyar_possibility_item_img_holder{
       max-width: 450px;
       text-align: center;
      
    }
    .kheradyar_possibility_item_text{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 450px) {
.kheradyar_banner_part_content_title{
   font-size: 15pt;
}

.kheradyar_footer_item_banner{
    width: calc(100% - 100px);
}
.kheradyar_footer_bottom{
    text-align: center;
}
.kheradyar_customers_items_holder{
    margin: 10px auto 10px auto;
}
.kheradyar_footer_items_holder{
    gap: 40px;
}
.m-50{
    margin: 80px auto;
}
.kheradyar_parent_part_content_btns_holder{
    margin-top: 20px;
}
.kheradyar_ios_part,.kheradyar_parent_holder{
    margin: 30px 20px;
}
.kheradyar_teacher_holder{
padding: 0;
}
}