
@media (min-width: 991px) {
    .hero_des{
        max-width: 80%;
    }
}







@media (max-width: 1400px) {
    
}
@media (max-width: 1200px) {
    /* .hero_title{
        font-size: 60px;
    } */
}

@media (max-width: 991px) {
    
    #navbar{
        padding: 10px 15px;
    }
    #navbar_content:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(100%);
        top: 0;
        height: 100vh;
        overflow: auto;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        right: 0;
        height: 100%;
        /* width: 100%; */
        background: #000000cc;
    }
    #navbar_content.collapse_content_shadow{
        /* display: block !important; */
        position: fixed;
        height: 100%;
        /* width: 100%; */
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: #000000cc;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        padding: 0;
        z-index: 99;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        max-width: 100%;
    }
    #navbar_content .navbar-nav{
        width: 100%;
    }
    
    #navbar_content{
        /* display: block !important; */
        flex-direction: column;
        display: flex !important;
        position: fixed;
        top: 0;
        max-width: 320px;
        width: 100%;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        padding: 0;
        background: var(--white_color);
        z-index: 99;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        text-align: right;
    }
    .navbar_toggle{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: var(--white_color) !important;
        font-size: 20px;
        border-radius: var(--border-radius);
        padding: 5px;
        border: 0; 
        margin: 5px;
    }
    #navbar_content ul{
        padding: 0 1rem 1rem;
    }
    .navbar_Header{
        padding: 1rem !important;
        background: var(--secondary_color);
        border-bottom: 1px solid var(--white_color);
    }
    .Ul_account{
        justify-content: center ;
    }
    #nav_item{
        padding: 15px 0;
        color: var(--secondary_color);
        border-bottom: 1px solid var(--border_color);
    }
    #nav_item:hover{
        color: var(--primary_color);
        border-color: var(--primary_color);
    }
    #nav_item.nav_itemDrop{
        width: 40px;
        height: 40px;
    }
    .btn_closeNav{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 0;
        color: var(--danger_color);
        font-size: 30px;
        background: transparent;
        border-radius: var(--border-radius);
        outline: 0;
    }
    .hero_content{
        padding: 60px 20px;
    }
    .hero_title {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .section_title , .about_title{
            font-weight: 600;
            font-size: 30px;
    }
    
}
@media (max-width: 767px) {
    .hero_banner{
    }
    /* .hero_content{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        z-index: 9;
        background: linear-gradient(106deg, #0b1429a2 0%, #17163d 70%);
        padding: 50px 20px;
    } */
    .hero_content{
        text-align: center;
    }
    .Servises_title{
        font-size: 16px;
    }   
}
@media (max-width: 576px) {
    .hero_content{
        padding: 30px 15px;
    }
    .hero_title {
        font-size: 30px;
    }
    .card_whyUs{
        padding: 15px;
    }
    .section_title , .about_title{
        font-weight: 600;
        font-size: 25px;
    }
    .card-title{
        font-size: 20px;
    }
    .banner_image{
        max-width: 150px;
    }
    .timeline_steps{
        padding: 0;
    }
    .step_item::before{
        display: none;
    }
    .step_marker{
        display: none;
    }
    .testmonial_content , .testmonial_footer{
        padding: 10px;
    }
}