@import url('fonts.css');
@import url('colorStyle.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "vazir-bold";
   
}
.flag-menu_response{
    display: none;
}
header{
  
    position: relative; 
    background-color: #eee!important;
}

main{
    position: relative;
    margin-top: 70px!important;
}

.top-header{
 
    height: 110px;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--color-box);
  
    

}
.top-header .logo{
    width: 140px;
    height: 130px;
   
}
.top-header h1{
    font-size: 1.5rem;
    margin-right: 0.7rem;
    color: var( --titel-color2);
    margin-top: 1rem!important;
 
}
.top-header .icons-conection{
    position: absolute;
    left: 1rem;
    display: flex;
   

}
 @keyframes flyIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
    
}

.top-header .email-syte{
   
    display: flex;
    padding: 0.6rem;
    background-color: var(--green);
    border-radius: 50%;
    margin-left: 1rem;
    margin-left: 1rem;
    align-items: center;
    transition: background-color 0.5s ease; 
   
   
}
.top-header .email-syte:hover{
    background-color: var( --color-titel);
}
.email{
    position: absolute;
    display: none;
    left: 29px;
    top:-80px;
    padding: 1.5rem;
    background-color: var(--program_block );
    border-radius: 0.5rem;
    width: 250px;
    font-size: 1rem;
    animation: flyIn 0.7s forwards;
    z-index: 25;
  
   
   
}

.email h6{
   margin-bottom: 0.5rem;
   font-size: 1rem;

}

.top-header .phone-syte{
   
    display: flex;
    padding: 0.6rem;
    background-color: var(--green);
    border-radius: 50%;
    margin-left: 1rem;
    margin-left: 1rem;
    align-items: center;
    transition: background-color 0.5s ease; 
 
   
   
}

.top-header .phone-syte:hover{
    background-color: var( --color-titel);
}
.phone{
    position: absolute;
    display: none;
    left: 29px;
    top:-80px;
    padding: 1.5rem;
    background-color: var(--program_block );
    border-radius: 0.5rem;
    width: 250px;
    font-size: 1rem;
    animation: flyIn 0.5s forwards;
    z-index: 25;
  
}

.phone h6{
    margin-bottom: 0.5rem;
    font-size: 1rem;
   
   

 }
.top-header .location-syte{
   
    display: flex;
    padding: 0.6rem;
    background-color: var(--green);
    border-radius: 50%;
    margin-left: 1rem;
    margin-left: 1rem;
    align-items: center;
    transition: background-color 0.5s ease;
    z-index: 25; 
   
}
.top-header .location-syte:hover{
    background-color: var( --color-titel);
}
.location{
    position: absolute;
    display: none;
    left: 29px;
    top:-80px;
    padding: 1.5rem;
    background-color: var(--program_block );
    border-radius: 0.5rem;
    width: 350px;
    font-size: 1rem;
    animation: flyIn 0.5s forwards;
    z-index: 25;
}
.location h6{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    
 }
.location label{
    font-size: 0.95rem;
   
}
 .location .map{
    border: none;
    margin-top: 0.7rem;
    border-radius: 0.3rem;
 }

.top-header .icon{
    font-size: 1.6rem;
    color: var(--color-box);
    margin: auto auto;
}
nav{
    background-color: var(--titel-color2);
    height: 70px;
    position: fixed;
    width: 100%;
    top:110px;
    z-index: 20;
    display: flex;
    padding-right: 1rem;
    padding-left: 1rem;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
#navbar_syte{
    transition: top 0.3s ease; 
}
.main-nav{
    display: flex;
    list-style: none;
    padding-top: 0.7rem;
   
}

.main-nav li{
    margin-right: 2rem;
    height: 60px;
    display: flex;
    align-items: center;
}

.main-nav a{
    color: var(--color-box);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.08rem!important;

}
.main-nav a .icon{
    width: 16px;
    height: 16px;
    color: var(--white);
    margin-left: 0.5rem;
    transition: all 0.2ms;
}

.main-nav li:hover a{
    opacity: 80%;
    color: var(--green);
   
}


nav .block-button{
    position: absolute;
    left: 1.8rem;
    display: flex;
    justify-content: space-between;

}





.block-button button:hover{
    opacity: 90%;
}
.block-button button{
    padding: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.7rem;
    border: none;
    font-size: 1.15rem;
    color: var(--color-box);
    background-color: var(--green);
    transition: all 0.5ms;
}
.responcive-buttem-resuly-experiment{
    display: none;
    padding: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    border: none;
    font-size: 0.78rem;
    color: var(--color-box);
    background-color: var(--green);
    transition: all 0.5ms;
}


/*=========================================== */
/* @keyframes flyIn1 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
} */

/*=========================================== */
nav ul #para-clinic ul{
    position: absolute;
    top: 58px;
    width: 200px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
#para-clinic:hover ul{
    display: block;
   }
   #para-clinic ul{
       display: block;
   }
   
.main-nav #doctors ul{
    position: absolute;
    top: 58px;
    width: 450px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
.main-nav #doctors ul li{
    width: 90%;
}

#doctors:hover ul{
    display: flex;
   }
#doctors ul{
       display: flex;
   }

.main-nav #surgery ul{
    position: absolute;
    top: 58px;
    width: 200px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
#surgery:hover ul{
    display: block;
   }
#surgery ul{
       display: block;
   }

.main-nav #help ul{
    position: absolute;
    top: 58px;
    width: 280px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
#help:hover ul{
    display: block;
   }
#help ul{
       display: block;
   }

.main-nav #about-us ul{
    position: absolute;
    top: 58px;
    width: 250px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
#about-us:hover ul{
    display: block;
   }
#about-us ul{
       display: block;
   }

.main-nav #conection-us ul{
    position: absolute;
    top: 58px;
    width: 280px;
    display: none;
    background-color: var( --titel-color2);
    padding: 0.5rem;
    padding-right: 0;
    border-end-end-radius: 0.3rem;
    border-end-start-radius: 0.3rem;
    
    
}
#conection-us:hover ul{
    display: block;
   }
#conection-us ul{
       display: block;
}

.icon-nav{
    margin-left: 0.7rem;
    width: 20px;
    height: 20px;
    color: var(--titel-color2);
}
nav ul li ul li{
    background-color:var(--color-box);
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
    justify-content: flex-start;
    color: var(--titel-color2);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
    list-style: none;   
    height: 30px!important;
    font-size: 0.95rem;
    transition: all 0.2ms; 
    padding-left: 2rem;
    padding-right: 0.5rem;
  
    
}
.main-nav li ul li a{
    color: var(--titel-color2)!important;
    font-size: 0.95rem!important;
}
.main-nav li ul li:hover{
   background-color: rgba(197, 234, 221, 0.932)!important;
}
.main-nav li:hover .icon{
    
    transform: rotate(180deg);
    transition: all 0.5s;
}





.responsive-icon{
    display: none;
    margin-right: 1.5rem;
    align-items: center;
}
.responsive-icon li{
    list-style: none;
    display: flex;
    margin: auto 0;
}
.menu-resposive{
width: 25px;
height: 25px;
color: var(--color-box);

}
.sidebar{
    width: 360px;
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 0px;
    padding-top: 0.5rem;
    color: var(--white);
    list-style: none;
    
}
.sidebar ul{
    display: none;
}
.sidebar li{
    display: none;
}


.poster_item_image {
    width: 100%;
    height: 720px !important;
    object-fit: cover;
}

@keyframes zoomFadeIn {
    0% {
        opacity: 0; /* شروع با شفافیت صفر */
        transform: scale(0.9); /* شروع با زوم کمتر */
    }
    50% {
        opacity: 0.5; /* شفافیت میانه */
        transform: scale(1.05); /* زوم به سمت بالا */
    }
    100% {
        opacity: 1; /* پایان با شفافیت کامل */
        transform: scale(1); /* بازگشت به اندازه اصلی */
    }
}

.carousel-item {
    animation: zoomFadeIn 2s ease-in-out forwards !important; /* زمان و نوع انیمیشن */
    opacity: 0; /* مقدار پیش‌فرض شفافیت */
    transition: opacity 1s ease-in-out !important; /* انتقال شفافیت با زمان */
    transform: scale(0.9); /* حالت پیش‌فرض زوم */
}

.carousel-item.active {
    opacity: 1 !important; /* وقتی اسلاید فعال است شفافیت کامل */
    transform: scale(1) !important; /* بازگشت به اندازه اصلی */
}


.carousel-control-prev, 
.carousel-control-next {
    background-color: #3F51B5!important; /* زمینه قرمز */
    border-radius: 50%; /* دایره‌ای کردن */
    width: 50px!important; /* عرض دکمه */
    height: 50px!important; /* ارتفاع دکمه */
    display: flex!important; /* برای مرکز کردن محتوای دکمه */
    justify-content: center!important; /* مرکز کردن افقی */
    align-items: center!important; /* مرکز کردن عمودی */
    position: absolute; /* موقعیت مطلق برای قرارگیری در وسط */
    top: 50%!important; /* قرارگیری در وسط عمودی */
    transform: translateY(-50%); /* جابجایی به سمت بالا برای مرکز کردن دقیق */
    z-index: 1; /* بالاتر از دیگر عناصر */
    color: #000!important;
    font-size: 2rem!important;
    margin: 0% 3% !important;
}

/* برای دکمه قبلی */
.carousel-control-prev {
    left: 10px; /* فاصله از لبه چپ */
}

/* برای دکمه بعدی */
.carousel-control-next {
    right: 10px; /* فاصله از لبه راست */
}

/* تغییر رنگ آیکون */
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-color: white; /* رنگ آیکون سفید */
    border-radius: 50%; /* دایره‌ای کردن آیکون */
    width: 20px; /* عرض آیکون */
    height: 20px; /* ارتفاع آیکون */
}

    



/* =================================respose-syte-code======================================== */
@media only screen and (max-width: 1400px){
    main{
    position: relative;
    margin-top: 60px!important;
 }


    .top-header{
 
        height: 90px;
        margin-bottom: 0px!important;
    }
    .top-header .logo{
        width: 110px;
        height: 100px;
    }
    .top-header h1{
        font-size: 1.2rem;
    }

    .top-header .email-syte{
        padding: 0.5rem;
   
    }
    .email h6{
       font-size: 0.95rem;
    
    }

    .top-header .phone-syte{
        padding: 0.5rem;
    }
    .phone h6{
        font-size: 1rem;
     }

    .top-header .location-syte{
        padding: 0.5rem;  
    }

    .location h6{
       
        font-size: 0.95rem;
        
     }
    .location label{
        font-size: 0.9rem;
       
    }
    .top-header .icon{
        font-size: 1.3rem;
     
     
    }
 
    nav{
       
        height: 60px;
        position: fixed;
        width: 100%;
        top:90px;
       
    }

    .main-nav a{
        
        font-size: 0.85rem!important;
    
    }
    .main-nav a .icon{
        width: 14px;
        height: 14px;
      
    }
    

    .block-button button{
        padding: 0.3rem!important;
        border-radius: 0.7rem;
        border: none;
        font-size: 0.8rem;
    
    }

    .icon-nav{
        margin-left: 0.7rem;
        width: 18px;
        height: 18px;
        color: var(--titel-color2);
    }

    .main-nav li ul li a{
        color: var(--titel-color2)!important;
        font-size: 0.8rem!important;
    }
    .poster_item_image {
        width: 100%;
        height: 550px !important;
        object-fit: cover;
    }

    
    
    .carousel-control-prev, 
    .carousel-control-next {
        background-color: #3F51B5!important; /* زمینه قرمز */
        border-radius: 50%; /* دایره‌ای کردن */
        width: 40px!important; /* عرض دکمه */
        height: 40px!important; /* ارتفاع دکمه */
        display: flex!important; /* برای مرکز کردن محتوای دکمه */
        justify-content: center!important; /* مرکز کردن افقی */
        align-items: center!important; /* مرکز کردن عمودی */
        position: absolute; /* موقعیت مطلق برای قرارگیری در وسط */
        top: 50%!important; /* قرارگیری در وسط عمودی */
        transform: translateY(-50%); /* جابجایی به سمت بالا برای مرکز کردن دقیق */
        z-index: 1; /* بالاتر از دیگر عناصر */
        color: #000!important;
        font-size: 2rem!important;
        margin: 0% 3% !important;
    }
    
    /* برای دکمه قبلی */
    .carousel-control-prev {
        left: 10px; /* فاصله از لبه چپ */
       
    }
    
    /* برای دکمه بعدی */
    .carousel-control-next {
        right: 10px; /* فاصله از لبه راست */
    }
    
    /* تغییر رنگ آیکون */
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
        background-color: white; /* رنگ آیکون سفید */
        border-radius: 50%; /* دایره‌ای کردن آیکون */
        width: 20px; /* عرض آیکون */
        height: 20px; /* ارتفاع آیکون */
    }
    
        
    .email,
    .location,
    .phone{
       
        left: 29px;
        top:-75px;
        padding: 1rem;
       
      
      
       
       
    }
    
    .email h6,
    .location h6,
    .phone h6 {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
    
    .email label,
    .location label,
    .phone label {
        font-size: 0.85rem;
    }
  
  
     
    


}


@media only screen and (max-width: 1100px){
    .email,
    .location,
    .phone{
       
        left: 29px;
        top:-70px;
        padding: 1rem;
       
      
      
       
       
    }
    
    .email h6,
    .location h6,
    .phone h6 {
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }
    
    .email label,
    .location label,
    .phone label {
        font-size: 0.8rem;
    }
    .main-nav a{
        font-size: 0.8rem!important;
  
    
    }
  
    
 
}
@media only screen and (max-width: 992px){



    main{
        position: relative;
        margin-top: 50px!important;
     }
    
    
    .top-header{
     
            height: 80px;
            margin-bottom: 0px!important;
    }
    .top-header .logo{
            width: 100px;
            height: 90px;
    }
    .top-header h1{
        font-size: 1.2rem;
    }
    .poster_item_image {
        width: 100%;
        height: 450px !important;
        object-fit: cover;
        filter: grayscale(10%);
    }
    nav{
        height: 50px!important;
        top: 90px;
    }
    .top-header .icon{
        font-size: 1.5rem;
    }
    .block-button button{
        padding: 0.25rem!important;
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
        border-radius: 0.7rem;
        border: none;
        font-size: 0.8rem!important;
    
    }

    .main-nav{
        display: none;
        list-style: none;
       
    }
    .sidebar li{
        display: block;
    }
    .responsive-icon{
        display: block;
        margin-right: 1.5rem;
        margin-top: 35px;
        width: 45px;
        margin-right: 2rem;
        height: 45px;
       
    }
    .responsive-icon:hover .sidebar{
        display: block;
    }
    @keyframes flySidbar {
        from {
            opacity: 0;
            transform: translateX(300px)
        }
        to {
            opacity: 1;
            transform: translateX(0px);
        }
     
    } 
    .sidebar{
        width: 45%;
        display: none;
        position: absolute;
        min-height: 600px;
        right: 0px;
        top: 0px;
        padding-right: 1rem;
        padding-bottom: rem;
        padding-left: 0.7rem;
        padding-top: 0.5rem;
        background-color: #3f51b5c5;
        box-shadow: -12px 2px 20px -1px rgba(21, 21, 21, 0.71);
        -webkit-box-shadow: -12px 2px 20px -1px rgba(21, 21, 21, 0.71);
        -moz-box-shadow: -12px 2px 20px -1px rgba(21, 21, 21, 0.71);
        color: var(--color-box);
        list-style: none;
        z-index: 26;
        animation: flySidbar 1s forwards;
        
    }



    .sidebar li{
        width: 100%;
        background-color: #eee;
        margin-bottom: 0.3rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        cursor: pointer;
        border-radius: 0.3rem;
        transition: all 0.5s;
       
       
    }

    .sidebar .icon-r{
        width: 14px;
        height: 14px;
        margin-left: 0.3rem;
        transition: all 0.5s;
        
    }

    
    .sidebar li:hover{
       opacity: 80%;
       
      
    }
    .sidebar .hiden-li{
       background-color: #3f51b500;
       
    
        
    }
   
  
    .hide-menu-icon{
        width: 30px;
        height: 30px;
        margin-right: -5px;
        color: aliceblue!important;
       
    }
    .sidebar li ul li:hover{
        background-color: var(--program_block);
       
    }

    .sidebar li a{
        text-decoration: none;
        color: var(--titel-color2);
        font-size: 0.9rem;
        display: flex;
        align-items: center;

    }
/* =================para-clinic-resposive=sub-menu-clinic======================= */
    .para-clinic-resposive ul{
        display: none;
        margin-top: 0.5rem;
        animation: flyIn 1s forwards;
        transition: all 0.5ms;
        

    }
    .para-clinic-resposive ul  li{
        list-style: none;
        transition: all 0.5ms;
        border-radius: 0.3rem;
        
     
    }
    .para-clinic-resposive ul  li .icon{
        width: 15px;
        height: 15px;
        margin-left: 0.5rem;
        color: var(--titel-color2);
    } 
    .para-clinic-resposive ul  li a{
        text-decoration: none;
        color: var(--titel-color2);
        display: flex;
        align-items: center;
        
    }
 
/* 
.surgery-responcive ul{
    display: none;
    margin-top: 0.5rem;
    animation: flyIn 1s forwards;
    transition: all 0.5ms;
    

}
.surgery-responcive ul  li{
    list-style: none;
    transition: all 0.5ms;
    border-radius: 0.3rem;
    
 
}
.surgery-responcive ul  li .icon{
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
    color: var(--titel-color2);
} 
.surgery-responcive ul  li a{
    text-decoration: none;
    color: var(--titel-color2);
    display: flex;
    align-items: center;
    
} */

/* =========================resposive===sub-menu-conection====================================== */
.conection-us-responsive ul{
    display: none;
    margin-top: 0.5rem;
    animation: flyIn 1s forwards;
    transition: all 0.5ms;
    

}
.conection-us-responsive ul  li{
    list-style: none;
    transition: all 0.5ms;
    border-radius: 0.3rem;
    
 
}
.conection-us-responsive ul  li .icon{
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
    color: var(--titel-color2);
} 
.conection-us-responsive ul  li a{
    text-decoration: none;
    color: var(--titel-color2);
    display: flex;
    align-items: center;
    
}

/* =========================resposive===sub-menu-about-us====================================== */
.about-us-responsive ul{
    display: none;
    margin-top: 0.5rem;
    animation: flyIn 1s forwards;
    transition: all 0.5ms;
    

}
.about-us-responsive ul  li{
    list-style: none;
    transition: all 0.5ms;
    border-radius: 0.3rem;
    
 
}
.about-us-responsive ul  li .icon{
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
    color: var(--titel-color2);
} 
.about-us-responsive ul  li a{
    text-decoration: none;
    color: var(--titel-color2);
    display: flex;
    align-items: center;
    
}

/* =========================resposive===sub-menu-help====================================== */
.help-responcive ul{
    width: 100%!important;
    display: none;
    margin-top: 0.5rem;
    animation: flyIn 1s forwards;
    transition: all 0.5ms;
    

}
.help-responcive ul  li{
    width: 100%!important;
    list-style: none;
    transition: all 0.5ms;
    border-radius: 0.3rem;
    transition:  all 0.5s;
    
 
}
.help-responcive ul  li a:hover{
    background-color: var(--green);
}
.help-responciveul  li .icon{
    width: 16px;
    height: 16px;
    margin-left: 0.7rem;
    color: var(--titel-color2);
} 
.help-responcive ul  li a{
    text-decoration: none;
    color: var(--titel-color2);
    display: flex;
    align-items: center;
    
}

.sidebar .icon{
    width: 17px!important;
    height: 17px!important;
    margin-left: 0.35rem!important;
}
.sidebar ul li ul li:hover{
    background-color: rgba(171, 237, 214, 0.932)!important;
}
    
.email,
.location,
.phone{
   
    left: 29px;
    top:-65px;
    padding: 1rem;
   
  
  
   
   
}

.email h6,
.location h6,
.phone h6 {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.email label,
.location label,
.phone label {
    font-size: 0.75rem;
}
.top-header .icon{
    font-size: 1.5rem!important;
    padding: 0.15rem;
}



} 

@media only screen and (max-width: 800px){
    .top-header h1{
        font-size: 1.2rem;
    }
    .block-button button{
        padding: 0rem!important;
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
        border-radius: 0.8rem;
        border: none;
        font-size: 0.7rem!important;
    
    }
    .top-header .icon{
        font-size: 1rem!important;
        margin: auto auto;
    }
    .email-syte{
        padding: 0.4rem!important;
    }

    .phone-syte{
        padding: 0.4rem!important;
    }

    .location-syte{
        padding: 0.4rem!important;
    }
    
    .poster_item_image {
        width: 100%;
        height: 400px !important;
        object-fit: cover;
    }
        
    .email,
    .location,
    .phone{
       
        left: 29px;
        top:-60px;
        padding: 1rem;
       
      
      
       
       
    }
    
    .email h6,
    .location h6,
    .phone h6 {
        margin-bottom: 0.5rem;
        font-size: 0.75rem;
    }
    
    .email label,
    .location label,
    .phone label {
        font-size: 0.7rem;
    }
  
  


}

@media only screen and (max-width: 701px){
    main{
       
        margin-top: 0px!important;
    }

    .top-header{
 
        height: 105px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding-top: 1.5rem!important;
        display: flex;                      /* استفاده از flex */
        flex-direction: column;             /* چیدمان عمودی */
        justify-content: center;            /* وسط چین کردن در محور عمودی */
        align-items: center; 
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 35;
      
            
        
    
    }

    .poster_item_image {
        width: 100%;
        height: 350px !important;
        object-fit: cover;margin-top: 120px!important;
    }
    .flag-menu_response{
        display: block;
        background-color: #3f51b5;
        width: 100%;
        margin-top: 0.8rem;
        display: flex;
        justify-content: center;
        height: 40px;
        padding: 0.3rem!important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);  /* سایه با شدت بیشتر */
        
    }

    .top-header .logo{
        width: 85px;
        height: 80px;
        margin: 0 auto!important;
       
    }
    .top-header h1{
        font-size: 1.1rem;
        margin-right: 0.7rem;
        color: var( --titel-color2);
        margin: 0 auto!important;
       
     
    }
 
   nav{
    display: none!important;
   }
    .carousel-control-prev, 
    .carousel-control-next {
        
        display: none!important; /* برای مرکز کردن محتوای دکمه */
        
    }

    .top-header .phone-syte{
        display: none;
    }
    .top-header .location-syte{
        display: none;
    }
    .top-header .email-syte{
        display: none;
    }
    .block-button button{
        display: none;
    }
    .responcive-buttem-resuly-experiment{
        display: block;
        padding: 0.35rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0.5rem;
        border: none;
        font-size: 0.85rem!important;
        background-color: var(--green);
        transition: all 0.5ms;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.393);  /* سایه با شدت بیشتر */
        margin: 0 auto!important;
        margin-top: 2rem!important;
        width: 100%;

    }
    .responcive-buttem-resuly-experiment a{
        text-decoration: none;
        color: var(--color-box);
    }
    .sidebar li a{
        text-decoration: none;
        color: var(--titel-color2);
        font-size: 0.85rem;
        display: flex;
        align-items: center;

    }
    .sidebar{
        z-index: 38;
        width: 100%;
    }
   
}

@media only screen and (max-width: 550px){

    .poster_item_image {
        width: 100%;
        height: 250px !important;
        overflow: hidden;
        object-fit: cover;margin-top: 120px!important;
    }
}

