
:root{
    --primary_color: #c6b7a2;
    --secondary_color: #e6d1ce;
    --deeb_sec: #d3b7b6;
    --white_off: #f7f6f2;
    --white_color: #ffffff;
    --dark_color: #474747;
    --deeb_dark: #15192c;
    --border_color: #eee;
    --raduis: 20px;
    --primary_font:  "Noto Kufi Arabic", sans-serif;
    --number_font: "Teko", sans-serif;
    --transition: 0.3s ease;
}

@media (max-width: 1200px) {
    .hero_title {
        font-size: 40px;
    }
    .heronumcard_title{
        font-size: 40px;
    }
    .devider_hr{
        margin: 30px 0;
    }
    .section_title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .about_numbers{
        text-align: center;
    }
    main{
        padding: 0;
    }
    .header_nav {
        top: 0;
        padding: 0;
    }
    #navbar .container{
        background: var(--white_color);
        border-radius: 0;
        padding: 5px 15px;
    }
    
    section{
        border-radius: 0;
    }
    #nav{
        padding: 0 1rem;
    }
    #nav .container{
        padding: 1rem 1rem;
    }
     /* #website-logo{
        position: absolute;
        top: -25px;
        right: 0;
        left: auto;
        background: var(--blur3-background);
        border-radius: 0 0 10px 10px;
        margin: 0;
    } */
     #navbarSupportedContent:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(100%);
        top: 0;
        background: var(--white_off);
        height: 100vh;
        overflow: auto;
     }
      #navbarSupportedContent{
        /* display: block !important; */
        flex-direction: column;
        position: fixed;
        top: 0;
        min-width: 320px;
        max-width: 500px;
        width: 100%;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: transparent;
        background: var(--white_off);
        backdrop-filter: blur(12px);
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: auto;
        right: 0;
        transform: translateX(0);
        padding: 0 1rem 1rem;
        z-index: 1;
        -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);
      }
     
    #nav_item{
        height: 46px;
        line-height: inherit;
        padding: 0.6rem;
        text-wrap: wrap;
        /* font-size: 14px; */
        display: flex;
        border-bottom: 1px solid var(--border_color);
    }
   
    
    #nav_item i{
        margin-right: auto;
    }
    .section_title {
        font-size: 25px;
    }
   
    .navbar-toggler{
        color: var(--deeb_sec);
        background: var(--white_off);
        border: 0;
        outline: 0;
        border-radius: var(--raduis);
        width: 50px;
        height: 50px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btnclose_navtog{
        background: var(--deeb_sec);
        color: var(--white_color);
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        font-size: 20px;
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }
    .navbar-toggler i{
        line-height: 0.3rem !important;
    }
    .page_titleHero{
        padding: 170px 0 60px;
    }
    .page_title {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {

    .hero_free_consultation {
        flex-direction: column;
        align-items: start !important;
        gap: 15px !important;
    }
    .heronumcard_title{
        font-size: 30px;
        font-weight: 600;
    }
    .devider_hr{
        margin: 25px 0;
    }
    .aboutUs_section,
    .secrvises_section,
    .projects_section,
    .testimonials_section,
    .blogs_section,
    .contact_section{
        padding: 30px 0;
    }
    .section_title {
        font-size: 20px;
    }
    .blogs_section .blog_card h2 {
        font-size: 18px;
        font-weight: 500;
    }
    .page_title {
        font-size: 30px;
    }
    .contact_section {
        padding: 50px 0 60px;
    }
    .contact_form_card {
        padding: 28px 22px;
    }
    .contact_main_title {
        font-size: 22px;
    }
    .about_page_intro_section,
    .about_founding_section {
        padding: 40px 0;
    }
    .about_values_section {
        padding: 40px 0 30px;
    }
    .product_price_card {
        position: static;
    }
    .details_content blockquote {
        border-radius: var(--raduis);
        padding: 10px 10px 10px 60px !important;
    }
    .details_page .details_content blockquote p {
        font-size: 15px !important;
        font-weight: 400;
    }
}
@media (max-width: 567px) {
    .heroVid_frame::before {
        background-image: linear-gradient(180deg, #FFFFFF00 35%, #040618 100%);
    }
    .hero_cards_number{
        text-align: center;
        justify-content: center;
    }
    .hero_cardnum {
        width: calc(50% - 20px);
    }
    .hero_title {
        font-size: 30px;
    }
    
    .hero_desc {
        font-size: 15px;
        font-weight: 400;
    }
    .blogs_section .blog_card h2 {
        font-size: 16px;
    }
}
@media (max-width: 367px) {
    .servises_card {
        padding: 30px;
        margin-bottom: 1.3rem;
    }
}