.vita-light {
    color: #00203F;
}


.vita-dark {
    color: #ACF0D1;
}


.vita-bg-dark {
    background-color: #00203F;
}

.vita-t-bg-light {
    background-color: #00203F;
}

.vita-t-bg-dark {
    background-color: #ACF0D1;
}

.vita-bg-light {
    background-color: #ACF0D1;
}

.vita-100 {
    width: 100%;

}


.vita-border-dark {
    border: solid 1px #ACF0D1;
}

.vita-border-light {
    border: solid 1px #00203F;
}


.vita-icon {
    color: #ACF0D1;
}

.vita-icon-light {
    filter: invert(1) hue-rotate(330deg);
}


.vita-icon-dark {
    filter: invert(0);
}



.vita-header {
    display: flex;
    align-items: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    justify-content: space-between;
}


body {
    padding: 0px !important;
    margin: 0px !important;
}

.vita-ml-30 {
    margin-left: 30px;
}


.vita-ml-10 {
    margin-left: 10px;
}


.vita-flex {
    display: flex;
    align-items: center;
}


:focus-visible {
    outline: none;
}

.vita-30px {
    width: 30px;
}


.vita-no {
    border: none;
}


.vita-srarch-div {

    padding: 6px;
    border-radius: 25px;
    width: 300px;
}



.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: solid 1px;
}



input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.vita-mr-30 {
    margin-right: 30px;
}



@media (max-width: 768px) {
    #menu-desktop {
        display: none;
    }
}



@media (max-width: 768px) {
    #mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 95%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        z-index: 1000;
        margin-bottom: 40px;
        border-radius: 25px;
        margin-left: 10px;
    }

    #mobile-bottom-menu a {
        text-align: center;
    }

}

@media (min-width: 769px) {
    #mobile-bottom-menu {
        display: none !important;
    }

    #mobile-top-menu {
        display: none !important;
    }
}



@media (max-width: 768px) {
    #mobile-bottom-menu {
        display: flex;
    }
}

#mobile-bottom-menu img {
    width: 40px;
    height: 50px;

}







@media (max-width: 768px) {
    #mobile-top-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        z-index: 1000;
        border-left: none;
        border-right: none;
        border-top: none;
        height: 70px;

    }

    #mobile-top-menu a {
        text-align: center;
    }

}


.vita-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 40px;
}



.banner-img {
    max-width: 95%;
    height: 560px;
    width: 1260px;
}


@media (max-width: 768px) {
    .banner-img {
        display: none;

    }
}



.home-contt {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.home-card {
    width: 350px;
    margin: 15px;
    min-height: 450px;
    border-radius: 25px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    
    flex-direction: column;
    direction: ltr;
}




@media (max-width: 768px) {
    .home-contt {
        display: grid;
    }

}


.foother-vita {
    display: flex;
    justify-content: center;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.icon-wita-w {
    width: 40px;
}

.m-0 {
    margin: 0px;
    margin-top: 10px;
}




.inter-100 {
   
    font-weight: 100;
    font-style: normal;
}

.inter-200 {
   
    font-weight: 200;
    font-style: normal;
}

.inter-300 {
   
    font-weight: 300;
    font-style: normal;
}

.inter-400 {
   
    font-weight: 400;
    font-style: normal;
}

.inter-500 {
   
    font-weight: 500;
    font-style: normal;
}

.inter-600 {
   
    font-weight: 600;
    font-style: normal;
}

.inter-700 {
   
    font-weight: 700;
    font-style: normal;
}

.inter-800 {
  
    font-weight: 800;
    font-style: normal;
}

.inter-900 {
   
    font-weight: 900;
    font-style: normal;
}


a {
    text-decoration: none;
}



.vita-row {
    display: flex;
     flex-direction: row-reverse;
     justify-content: space-between;
     flex-wrap: wrap;
    /* اطمینان از شکست خطوط در نمایشگرهای کوچک */
}


@media (max-width: 768px) {
    .vita-row {
        display: flex;
        flex-direction: row-reverse;
    }
}





/* اندازه‌های پیش‌فرض (موبایل) */
.vita-sm-2 {
    width: 16.6666%;
}

/* 2/12 */
.vita-sm-4 {
    width: 33.3333%;
}

/* 4/12 */
.vita-sm-6 {
    width: 50%;
}

/* 6/12 */
.vita-sm-8 {
    width: 66.6666%;
}

.vita-sm-10 {
    width: 72%;
}

/* 8/12 */
.vita-sm-12 {
    width: 100%;
}

/* 12/12 */

/* تغییر اندازه ستون‌ها در صفحات بزرگ‌تر */
@media (max-width: 768px) {

    /* معادل `sm` در بوت‌استرپ */
    .vita-sm-2,
    .vita-sm-4,
    .vita-sm-6,
    .vita-sm-8,
    .vita-sm-10,
    .vita-sm-12 {
        width: 100%;
        /* در نمایشگرهای کوچک همه ستون‌ها تمام عرض باشند */
    }
}


.gerd {
    border-radius: 25px;
}


.vita-pad-15 {
    padding: 15px;
}

.vita-marg-20 {
    margin: 20px;
}


input[type="radio" i] {
    width: 20px;
    height: 20px;
}

.vita-radio-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.vita-ml-5 {
    margin-left: 5px;
}

.vita-post-img {
    width: 130px;
    height: 130px;
    border-radius: 25px;
}


.mohtava {
    min-height: 700px;
    margin-top: 20px;
}

.kamrang {
    opacity: 0.4;
}


.vita-menu-a {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.mt-5 {
    margin-top: 5px;
}

.makhfi {
    display: none;
}

.wh-8 {
    width: 8px !important;
    height: 8px !important;
}


.div-center {
    display: flex;
    justify-content: center;
}


.vita-f-btn {
    border: none;
    min-width: 100px;
    padding: 5px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44%;
    margin: 10px;
}

.iconz-1 {
    display: flex;
    min-width: 350px;
    justify-content: space-between;
}




@media (max-width: 768px) {

    .mohtava {
        margin-top: 100px !important;
    }


}



.vita-profile-pic {
    width: 85px;
    height: 85px;
    border-radius: 90px;
}


.gerd-2 {
    border-radius: 90px;
}


.vita-drs-d {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    min-width: 200px;
}


.vita-flex-c {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mr-5{
    margin-right: 5px;
}


.vita-drs-info {
    min-width: 80%;
    display: flex
;
    justify-content: space-between;
}

.vita-block{
    display: block;
}



.vita-f-btn-gerd {
    border: none;
    min-width: 50px;
    padding: 8px;
    border-radius: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.about-card {
    min-height: 450px;
    border-radius: 25px;
    padding: 20px;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
}


.div-about{
    display: flex
;
    justify-content: center;
    align-items: center;
}


.vita-form {
    display: flex
    ;
        flex-direction: column;
        align-items: center;
}


.vita-btn-dark{

    color: #00203F !important;
    background-color: #ACF0D1 !important;
    border: none !important;
}


.vita-btn-light {
    color: #ACF0D1 !important;
    background-color: #00203F !important;
    border: none !important;
}


.blog-img-1{
    width: 80%;
    border-radius: 8px;
}


.more-img{
    width: 90%;
    border-radius: 8px;
}


.vita-flex-more{
    display: flex
;
    align-items: center;
    flex-direction: column;
}



.language-modal{
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
   
    position: fixed;
    z-index: 111;
}


.vita-modal{
    width: 450px;
    max-width: 100%;
   
    align-items: center;
    padding: 10px;
    border-radius: 8px;
}


.lang-span{
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 5px;
}


audio {
    margin-top: 10px !important;
}

#episods {
    display: flex;
   flex-direction: column;
    
}


video {
    margin-top: 10px !important;
}

#blogvideos {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .foother-vita {
     opacity: 0;
    }
  }
  

  .blogtitle{

    font-weight: 900;
    font-size: 20px;
    text-align: center;
  }


  .vita-vasat-a{
    display: flex;
    justify-content: center;
  }



  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); /* Simplified Chinese */
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap'); /* Traditional Chinese */
  
  body.noto-sans {
    font-family: 'Noto Sans', sans-serif;
  }
  
  body.noto-arabic {
    font-family: 'Noto Sans Arabic', sans-serif;
  }
  
  body.noto-devanagari {
    font-family: 'Noto Sans Devanagari', sans-serif;
  }
  
  body.noto-thai {
    font-family: 'Noto Sans Thai', sans-serif;
  }
  
  body.noto-chinese {
    font-family: 'Noto Sans SC', sans-serif; /* یا TC اگر می‌خوای سنتی باشه */
  }
  


  #blogtitle{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

h1 {
font-size: 22px;
}

h2 {
 font-size: 20px;   
}

h3 {
    font-size: 18px;
}



.vita-row-2 {
       display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }



.dr-medal-1{
   width: 25px;
    height: 25px;
    position: absolute;
   padding-left: 34px;
    padding-top: 58px;
}


.star_level-0 {
border: none;
}

.star_level-1 {
border: solid 3px #656612;    
}

.star_level-2 {
 border: solid 3px #7aaba1;   
}


.star_level-3 {
 border: solid 3px #FFEB3B;  
}


.star_level-4 {
border: solid 3px #3e57e2;
}


@media (max-width: 768px) {
    .vita-row {
        display: flex;
        flex-direction: column;
    }
}

.dr-medal-22 {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    padding-top: 58px;
}

