
/* :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: 1400px) {
    .about-text span {
        font-size: 130px;
        font-weight: 900;
    }
}

@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;
    }


    section {
        border-radius: 0;
    }

    #nav {
        padding: 0 1rem;
    }

    .header_nav.sticked {
        padding: 10px;
    }

    #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;
    } */
    #navbar_content:not(.show) {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        height: 100vh;
        overflow: auto;
    }

    #navbar_content {
        /* 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: #181818bb;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        right: auto;
        transform: translateX(0);
        padding: 0 1rem 1rem;
        z-index: 999;
        -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);
    }

    .navnar_blur {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    #navbar_content::before {
        border: 0;
        /* content: ""; */
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        mix-blend-mode: initial;
        position: absolute;
        top: 0;
        transition: 0.3s;
        z-index: -1;
        background-color: transparent;
        background-image: linear-gradient(90deg, #FFFFFF00 30%, #181818de 100%);
    }

    #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-left: 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;
        right: 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) {

    .about-text span {
        font-size: 80px;
        font-weight: 900;
    }

    .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,
    .site_footer {
        padding: 30px 0 125px;
    }

    .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;
    }

    .timer_style_section {
        padding: 50px 20px;
    }

    .timer_container_content {
        padding: 20px;
    }

    .timer_container_timer {
        font-size: 35px;
    }
}

@media (max-width: 567px) {
    .timer_container_timer {
        font-size: 25px;
    }

    .timer_container_text {
        font-size: 16px;
    }

    .timer_container_icon {
        width: 35px;
        height: 35px;
    }

    .timer_container_content {
        padding: 15px;
    }

    .timer_style_section {
        padding: 40px 15px;
    }

    .section_wrapper2 {
        padding: 15px;
    }

    .heroVid_frame::before {
        background-image: linear-gradient(180deg, #FFFFFF00 35%, #181818 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;
    }

    .aboutUs_section,
    .site_footer {
        padding: 30px 0 80px;
    }

    .about-text span {
        font-size: 50px;
        font-weight: 900;
    }
}

@media (max-width: 367px) {
    .servises_card {
        padding: 30px;
        margin-bottom: 1.3rem;
    }
}
