@font-face {
    font-family: "BYekan";
    src: url("../fonts/BYekan/BYekan-webfont.eot") format("eot"),
        url("../fonts/BYekan/BYekan-webfont.woff") format("woff"),
        url("../fonts/BYekan/BYekan-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    direction: rtl;
    text-align: right;
    font-family: "BYekan";
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

html {
    width: 100vw;
}
html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    /*background-image: linear-gradient(*/
    /*    to right,*/
    /*    rgba(27, 104, 96, 0.911),*/
    /*    rgba(255, 255, 255, 0.295)*/
    /*);*/
    /* background: url("../images/background.jpg") repeat, rgb(16, 109, 86); */
    padding: 0 !important;
    background: url(/images/background/body_back4.jpg) repeat !important;
}

.rounded_5 {
    border-radius: 5rem !important;
}

.placeholder_gray::placeholder {
    color: #b9b5b5;
}

.w_100vw {
    width: 100vw;
}

.search_box {
    position: relative;
    margin: 0;
}

.search_btn {
    position: absolute;
    left: 28px;
    top: 10px;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 0;
    font-size: 1.2rem;
}

.search_btn:hover {
    text-shadow: 0 0 5px black;
}

.top_header_banner {
    min-height: calc(100vh - 50px);
    width: 100vw;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1615167e),
            color-stop(rgba(173, 174, 179, 0.473)),
            to(#8b878b7c)
        ),
        url(../images/banner1.jfif) no-repeat;
    background: linear-gradient(
            #1615167e,
            rgba(173, 174, 179, 0.473),
            #8b878b7c
        ),
        url(../images/banner1.jfif) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0 0 5px black;
}

.bg_blur_light {
    background-color: rgba(255, 255, 255, 0.568);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.cursor_pointer {
    cursor: pointer;
}
.cursor_pointer_shadow,
.cursor_pointer_text_shadow {
    cursor: pointer;
    transition: all 0.2s linear;
}
.cursor_pointer_shadow:hover {
    box-shadow: 0 0 5px rgb(104, 101, 101);
}
.cursor_pointer_text_shadow:hover {
    text-shadow: 0 0 5px rgb(104, 101, 101);
}

.border_2 {
    border: 2px solid;
}

.border_black {
    border-color: black !important;
}
.border_white {
    border-color: rgb(255, 255, 255) !important;
}

.max_w_100 {
    max-width: 100% !important;
}

.w_20_vw {
    width: 20vw;
}

.w_30_vw {
    width: 30vw;
}

.w_1 {
    width: 1rem;
}
.w_2 {
    width: 2rem;
}
.w_3 {
    width: 3rem;
}
.w_4 {
    width: 4rem;
}
.w_5 {
    width: 5rem;
}
.w_6 {
    width: 6rem;
}
.w_7 {
    width: 7rem;
}
.w_8 {
    width: 8rem;
}
.w_9 {
    width: 9rem;
}
.w_10 {
    width: 10rem;
}
.w_11 {
    width: 11rem;
}
.w_12 {
    width: 12rem;
}
.w_13 {
    width: 13rem;
}
.w_14 {
    width: 14rem;
}
.w_15 {
    width: 15rem;
}

.mh_20_vh {
    max-height: 20vh;
}

.mh_30_vh {
    max-height: 30vh;
}

.mh_40_vh {
    max-height: 40vh;
}

.h_20_vh {
    height: 20vh !important;
}

.h_30_vh {
    height: 30vh !important;
}

.h_40_vh {
    height: 40vh !important;
}

.h_50_vh {
    height: 50vh !important;
}

.max_h_100 {
    max-height: 100% !important;
}

.h_7 {
    height: 7rem;
}
.h_10 {
    height: 10rem;
}
.h_15 {
    height: 15rem;
}
.h_17 {
    height: 17rem;
}
.h_19 {
    height: 19rem;
}
.h_20 {
    height: 20rem;
}
.h_25 {
    height: 25rem;
}
.h_30 {
    height: 30rem;
}
.h_35 {
    height: 35rem;
}
.h_40 {
    height: 40rem;
}
.h_45 {
    height: 45rem;
}

.h_0_5 {
    height: 0.5rem;
}
.h_0_25 {
    height: 0.25rem;
}

.h_2_5 {
    height: 2.5rem;
}

.hover_shadow {
    transition: all 200ms linear;
}
.hover_shadow:hover {
    box-shadow: 0 0 5px rgb(100, 98, 98);
}

.hover_up {
    transition: all 100ms linear;
}
.hover_up:hover {
    transform: translateY(-5px);
}

.font_0_8 {
    font-size: 0.8rem;
}
.font_0_9 {
    font-size: 0.9rem;
}

.font_1_1 {
    font-size: 1.1rem;
}
.font_1_2 {
    font-size: 1.2rem;
}
.font_1_3 {
    font-size: 1.3rem;
}
.font_1_4 {
    font-size: 1.4rem;
}
.font_1_5 {
    font-size: 1.5rem;
}
.font_1_6 {
    font-size: 1.6rem;
}
.font_1_7 {
    font-size: 1.7rem;
}
.font_1_8 {
    font-size: 1.8rem;
}
.font_1_9 {
    font-size: 1.9rem;
}
.font_2 {
    font-size: 2rem;
}

.text_container img {
    max-width: 50%;
    max-height: 30vh;
    display: flex;
    margin: auto;
    border-radius: 5px;
}
.text_container p {
    text-align: justify;
}
.text_container h2 {
    text-align: right;
}

.outline_0 {
    outline: none !important;
}

.box_shadow_0 {
    box-shadow: none !important;
}

.border_1 {
    border: 1px solid black !important;
}

.d_between {
    display: space-between;
}

.menu_top li span {
    background-color: cyan;
    display: block;
    height: 3px;
    margin-bottom: -10px;
    width: 100%;
    transform: scaleX(0);
    transition: all 150ms linear;
}
.menu_top li:hover span {
    transform: scaleX(1);
}

.logo_top {
    width: 4rem;
    height: 4rem;
}
.logo_top img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 768px) {
    .text_container img {
        max-width: 100%;
        max-height: 30vh;
        display: flex;
    }
    .w_30_vw {
        width: 60vw;
    }

}
