@import url(grid.css);
.btn,
.df,
.footer_content {
    display: flex
}

:root {
    --bule-color: #007aff;
    --bg-color: rgb(236, 236, 236);
    --section-color: #d9d9d9;
    --secondary-color: #282828
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@font-face {
    font-family: "bakh regular";
    src: url(./font/yekan\ bakh\ en\ 04\ regular.ttf)
}

@font-face {
    font-family: "bakh medium";
    src: url(./font/yekan\ bakh\ en\ 05\ medium.ttf)
}

@font-face {
    font-family: "bakh bold";
    src: url(./font/yekan\ bakh\ en\ 06\ bold\ .ttf)
}

@font-face {
    font-family: "bakh heavy";
    src: url(./font/yekan\ bakh\ en\ 07\ heavy.ttf)
}

.f-br {
    font-family: "bakh regular"
}

.f-bm {
    font-family: "bakh medium"
}

.f-bb {
    font-family: "bakh bold"
}

.f-bh {
    font-family: "bakh heavy"
}

a {
    text-decoration: none;
    color: inherit
}

::after,
::before {
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

html::-webkit-scrollbar {
    display: none
}

.btn {
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.m-b-1 {
    margin-bottom: 1rem
}

.input {
    border-radius: 1.2rem;
    outline: 0;
    border: none;
    font-size: 1.6rem;
    padding: 1rem;
    margin: 1rem 0
}

.back_drop,
.header_mobile {
    display: none;
    width: 100%
}

.transition {
    transition: .5s ease-in-out
}

body {
    background-color: var(--bg-color);
    direction: rtl
}

.container {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.header_desctop,
.header_mobile {
    position: fixed;
    z-index: 999;
    top: 0
}

.header_desctop {
    background: var(--bg-color);
    width: 100%;
    padding: 1rem 2rem 0;
    -webkit-box-shadow: 0 1px 23px 4px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 23px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 23px 4px rgba(0, 0, 0, .12);
    background: rgba(236, 236, 236, .9);
    backdrop-filter: blur(10px)
}

.header_container {
    align-items: center
}

.header_menu {
    color: rgba(0, 0, 0, .55);
    font-size: 2rem;
    justify-content: center;
    gap: 3rem;
    cursor: pointer
}

.header_logo img {
    width: 5.2rem;
    height: 5.2rem
}

.header_menu>li:hover {
    color: #000
}

.header_btn {
    justify-content: end;
    --btn-color: var(--secondary-color)
}

.header_btn_item,
.header_mobile_btn_item {
    width: 13.5rem;
    height: 4.6rem;
    border-radius: 3rem;
    font-size: 1.7rem;
    background-color: var(--secondary-color);
    color: var(--bg-color)
}

.header_mobile_nav {
    background: var(--secondary-color);
    height: 6.5rem;
    border-bottom: .3px solid rgba(142, 141, 141, .341)
}

.header_mobile_btn {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    justify-content: space-around;
    position: relative
}

.header_mobile_nav div:nth-child(2) img {
    margin: 1rem auto;
    width: 2.3rem;
    height: 3.5rem
}

.header_mobile_btn span {
    height: .4rem;
    width: 4rem;
    border-radius: 3rem;
    display: inline-block;
    background: #fff
}

.header_mobile_btn span:first-child.active {
    transform: translatey(1.5em) rotate(50deg)
}

.header_mobile_btn span:nth-child(2).active {
    transform: rotate(50deg)
}

.header_mobile_btn span:nth-child(3).active {
    transform: translatey(-1.5em) rotate(-50deg)
}

.header_mobile_nav_list {
    background: var(--secondary-color);
    flex-direction: column;
    align-items: center;
    height: 0;
    overflow: hidden;
    color: var(--bg-color);
    gap: 1.5rem
}

.faq,
.hero {
    align-items: center
}

.header_mobile_nav_list.active {
    height: 29rem;
    padding: 1.5rem
}

.header_mobile_nav_list li a {
    color: #f1f1f1;
    padding: 1rem;
    font-size: 2.5rem
}

.back_drop {
    height: 100vh;
    background: hsla(0, 0%, 0%, .701)
}

.back_drop.active {
    display: inline-block
}

.header_mobile_btn_item {
    font-size: 2rem;
    background: var(--bg-color);
    color: #000;
    --btn-color: var(--bg-color)
}

.hero {
    background: url(./img/02.webp);
    border-radius: 5rem;
    max-height: 55rem;
    overflow: hidden;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 11rem
}

.hero_content {
    color: var(--bg-color);
    flex-direction: column;
    padding: 2rem 4rem;
    z-index: 1
}

.hero_thumnail {
    position: relative;
    height: 55rem;
    z-index: 0
}

.hero_thumnail_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95rem
}

.hero_content_t1 {
    font-size: 3.5rem
}

.hero_content_t2 {
    font-size: 15rem;
    margin: -3rem 0
}

.hero_content_t3 {
    font-size: 2rem;
    max-width: 50rem
}

.hero_content_btn {
    width: 14rem;
    height: 4.2rem;
    background-color: var(--bg-color);
    color: #000;
    font-size: 2rem;
    border-radius: 1.5rem;
    margin: 2rem 0;
    --btn-color: var(--bg-color)
}

.main_section {
    margin: 5.6rem .1rem
}

.main_section_title {
    font-size: 4.8rem;
    margin-bottom: 6rem
}

.main_section_item_card {
    max-width: 45rem;
    margin: 0 auto
}

.main_section_item_holder {
    border-radius: 3rem;
    margin: .8rem 0;
    position: relative;
    overflow: hidden
}

.main_section_item_holder_img {
    width: 100%;
    height: 100%
}

.main_section_item_holder_moreInfo {
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    color: var(--bg-color);
    padding: 8rem 2.5rem;
    background: url(./img/02.webp);
    position: absolute;
    top: -46rem
}

.main_section_item_holder_moreInfo.active {
    top: 0
}

.main_section_item_holder_btn {
    position: absolute;
    gap: .2rem;
    width: 10rem;
    height: 4rem;
    background: var(--bg-color);
    font-size: 1.6rem;
    border-radius: 3rem;
    right: 2rem;
    top: 2rem;
    z-index: 3;
    --btn-color: var(--bg-color)
}

.main_section_item_title {
    font-size: 3.2rem
}

.main_section_item_note {
    font-size: 1.7rem
}

.main_section_btn {
    background: var(--bule-color);
    font-family: "bakh bold";
    font-size: 2.4rem;
    color: var(--bg-color);
    width: 49rem;
    height: 6.6rem;
    border-radius: 3.9rem;
    margin: 9rem auto 8rem;
    --btn-color: var(--bule-color)
}

.secondary_section {
    background: var(--section-color)
}

.pulse:focus,
.pulse:hover {
    animation: .7s pulse;
    box-shadow: 0 0 0 1rem transparent
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--btn-color)
    }
}

.faq {
    justify-content: center;
    display: flex;
    padding: 4rem 0
}

.faq_r {
    align-items: center;
    justify-content: center
}

.fag_r_title {
    font-size: 4.8rem;
    margin-top: 3rem;
    display: none
}

.faq_l_accordions {
    max-height: 55rem;
    overflow-y: scroll;
    overflow-x: hidden
}

.faq_l_accordions::-webkit-scrollbar {
    width: .6rem
}

.faq_l_accordions::-webkit-scrollbar-thumb {
    background-color: var(--bule-color);
    border-radius: .4rem
}

.faq_l_accordions::-webkit-scrollbar-thumb:hover {
    background-color: #004896
}

.faq_l_accordions::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: .4rem
}

.faq_l_accordions::-webkit-scrollbar-track-piece {
    background-color: var(--section-color)
}

.faq_l_accordions::-webkit-scrollbar-button {
    display: none
}

.faq_l_accordion {
    margin: 1.5rem 0;
    padding: 0 1.5rem
}

.faq_r>img {
    width: 25rem
}

.faq_l_accordion_title {
    font-size: 2rem;
    display: flex;
    gap: 1rem;
    cursor: pointer
}

.faq_l_accordion_title_icon div {
    height: 3rem
}

.faq_l_accordion_content {
    font-size: 1.6rem;
    margin: 1rem 0;
    padding: 0 2rem;
    height: 0;
    overflow: hidden;
    text-align: right;
    transition: .3s ease-in;
    line-height: 2.8rem
}

.faq_l_accordion_underline {
    width: calc(100% - 4rem);
    height: .1rem;
    margin: 0 2rem;
    background: #9d9d9d
}

.third_section {
    background: #0064d0;
    background: linear-gradient(90deg, #0064d0 0, #004795 100%);
    min-height: 60rem;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.thrid_section_patern_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.contact_us {
    color: var(--bg-color);
    position: relative;
    padding: 3rem 0
}

.contact_us_form_holder {
    display: flex;
    margin: 2rem -1rem -2rem
}

.contact_us_title {
    font-size: 3.5rem;
    margin: 2rem 0 .3rem
}

.contact_us_form_btn_emergencyCall,
.contact_us_subTitle {
    font-size: 1.8rem
}

.contanct_us_form_left_holder {
    display: flex;
    flex-direction: column
}

.contanct_us_form_left_holder_lable {
    font-size: 1.5rem;
    color: #fff
}

.contanct_us_form_left_holder_input {
    width: 100%;
    min-height: 5rem;
    font-size: 1.6rem
}

.contanct_us_form_right_holder {
    display: flex;
    flex-direction: column;
    height: 100%
}

.contanct_us_form_right_holder_lable {
    font-size: 1.5rem
}

.contanct_us_form_right_holder_input {
    width: 100%;
    min-height: 28rem;
    height: 100%;
    margin: 1rem 0;
    resize: none;
    font-size: 1.6rem
}

.contanct_us_form_btn {
    justify-content: end;
    gap: 2rem;
    margin: 1.5rem .5rem
}

.contact_us_form_btn_submit {
    font-size: 1.8rem;
    width: 9rem;
    height: 3rem;
    border-radius: 1rem;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: none;
    cursor: pointer;
    --btn-color: var(--bg-color)
}

.contanct_us_form_left_holder_input.error,
.contanct_us_form_right_holder_input.error {
    border: .2rem solid #F72C5B;
    background: white;
}

.form_error_message {
    display: none;
    color: #F72C5B;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    animation: slideDown 0.3s ease
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form_success_message {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: rgba(61, 220, 132, 0.15);
    border: 2px solid #3DDC84;
    border-radius: 1.5rem;
    padding: 2.5rem;
    margin-top: 2rem;
    color: white;
    animation: fadeIn 0.5s ease
}

.form_success_message svg {
    width: 5rem;
    height: 5rem;
    color: #3DDC84
}

.form_success_message span:first-of-type {
    font-size: 2rem
}

.form_success_message span:last-of-type {
    font-size: 1.6rem;
    opacity: 0.9
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.contact_us_form_btn_submit {
    position: relative;
    min-width: 12rem
}

.contact_us_form_btn_submit:disabled {
    opacity: 0.7;
    cursor: not-allowed
}

.submit_loading {
    display: none
}

.footer {
    background: var(--secondary-color);
    color: var(--bg-color);
    padding: 5rem 0 3rem
}

.footer_content {
    margin-bottom: 3rem
}

.footer_about_title,
.footer_contact_title,
.toast_notfication_title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.95)
}

.footer_about_text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 0.8)
}

.footer_contact_list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.footer_contact_item {
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease
}

.footer_contact_item:hover {
    transform: translateX(-5px)
}

.footer_contact_item svg {
    flex-shrink: 0
}

.footer_contact_item_text {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease
}

.footer_contact_item_text:hover {
    color: #007aff
}

.footer_email {
    font-family: "bakh medium";
    direction: ltr;
    text-align: right
}

.footer_certificate {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer_enamad {
    display: inline-block;
    margin-top: 1rem
}

.footer_enamad img {
    height: 11rem;
    width: auto;
    transition: transform 0.3s ease
}

.footer_enamad:hover img {
    transform: scale(1.05)
}

.footer_info_line {
    width: 100%;
    height: .1rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0
}

.footer_info_text {
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.7)
}

.footer_info_text img {
    width: 1.5rem;
    height: 2rem
}

.toast_notfication_content {
    font-size: 1.5rem
}



@media screen and (max-width:1200px) {
    .hero_thumnail_img {
        width: 85rem
    }
}

@media screen and (max-width:992px) {
    html {
        font-size: 45%
    }
    .hero_thumnail_img {
        width: 72rem
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 50%
    }
    .contact_us_subTitle,
    .contact_us_title,
    .faq_r>img,
    .header_desctop {
        display: none
    }
    .hero {
        margin-top: 3rem;
        max-height: max-content
    }
    .hero_content {
        margin-top: 3rem;
        margin-bottom: 0
    }
    .hero_thumnail {
        height: 46rem;
        margin-bottom: 0
    }
    .faq {
        height: auto;
        padding: 3rem 0
    }
    .faq_l_accordions {
        height: auto;
        max-height: none;
        overflow-y: visible
    }
    .hero_thumnail_img {
        width: 90rem
    }
    .main_section_title {
        text-align: center
    }
    .fag_r_title {
        display: block
    }
    .contact_us_form {
        margin: 0 auto
    }
    .contanct_us_form_btn {
        flex-direction: column-reverse;
        align-items: center
    }
    .header_mobile {
        display: inline-block
    }
}

@media screen and (max-width:576px) {
    html {
        font-size: 50%
    }
    .hero {
        margin-top: 4.7rem;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0 0 5rem 5rem
    }
    .hero_content {
        align-items: center
    }
    .hero_thumnail_img {
        width: 80rem;
        left: -1rem
    }
    .main_section_btn {
        width: 35rem;
        height: 5rem;
        font-size: 2rem
    }
    .hero_content_t3 {
        text-align: center
    }
}

@media screen and (max-width:400px) {
    html {
        font-size: 50%
    }
    .hero_content_t2 {
        font-size: 12rem
    }
}