    @font-face {
        font-family: Yekan;
        src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
        font-weight: normal;
    }
    
    @font-face {
        font-family: Yekan1;
        src: url("../fonts/yb/Yekan\ Bakh\ EN\ 07\ Heavy.ttf");
        font-weight: bold;
    }
    
    @font-face {
        font-family: Yekan-bold;
        src: url("../fonts/yb/Yekan\ Bakh\ EN\ 06\ Bold.ttf");
        font-weight: bold;
    }
    
    @font-face {
        font-family: Vazir;
        src: url("../fonts/Vazir-Light.eot");
        src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
        font-weight: 300;
    }
    
    @font-face {
        font-family: Nastaliq;
        src: url("../fonts/IranNastaliq.ttf");
        font-weight: normal;
    }
    
    @font-face {
        font-family: Titr;
        src: url("../fonts/B Titr Bold_0.ttf");
        font-weight: normal;
    }
    /*@font-face {
 font-family: Vazir;
 src: url("../fonts/Vazir-Medium.eot");
 src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium.woff2") format("woff2"), url("../fonts/Vazir-Medium.woff") format("woff"), url("../fonts/Vazir-Medium.ttf") format("truetype");
 font-weight: 500;
}

@font-face {
 font-family: Vazir;
 src: url("../fonts/Vazir-Thin.eot");
 src: url("../fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Thin.woff2") format("woff2"), url("../fonts/Vazir-Thin.woff") format("woff"), url("../fonts/Vazir-Thin.ttf") format("truetype");
 font-weight: 100;
}

@font-face {
 font-family: Vazir;
 src: url("../fonts/Vazir-Black.eot");
 src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black.woff2") format("woff2"), url("../fonts/Vazir-Black.woff") format("woff"), url("../fonts/Vazir-Black.ttf") format("truetype");
 font-weight: 900;
}

*/
    /*---------------------------------- End of fonts ---------------------------------- */
    
    body {
        font-family: "Yekan", sans-serif !important;
        background-color: #f1f1f1;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Yekan", sans-serif !important;
    }
    
    .bbody {
        font-family: "Yekan", Arial, sans-serif;
        font-weight: normal;
    }
    
    .textdec {
        text-decoration: none !important;
    }
    /* header */
    
     :root {
        --green-dark: #00563f;
        --green-opcaity: #008060;
        --green-light: #008060;
        --white: #ffffff;
        --black: #000000;
        --coffee-brown: #4b3621;
        --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
        --item1-filter: blur(30px);
        --item1-zIndex: 11;
        --item1-opacity: 0;
        --item2-transform: translateX(0);
        --item2-filter: blur(0px);
        --item2-zIndex: 10;
        --item2-opacity: 1;
        --item3-transform: translate(50%, 10%) scale(0.8);
        --item3-filter: blur(10px);
        --item3-zIndex: 9;
        --item3-opacity: 1;
        --item4-transform: translate(90%, 20%) scale(0.5);
        --item4-filter: blur(30px);
        --item4-zIndex: 8;
        --item4-opacity: 1;
        --item5-transform: translate(120%, 30%) scale(0.3);
        --item5-filter: blur(40px);
        --item5-zIndex: 7;
        --item5-opacity: 0;
    }
    /*navbar*/
    
    .navbar {
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        background: transparent;
        position: relative;
        z-index: 100000000;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        margin: 10px 0px;
        transition: all 0.4s ease;
        position: fixed;
        width: 95%;
        right: 2.5%;
        top: 5px;
    }
    /* .navbar-fixed {
    background: transparent;
    backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    position: fixed;
    border: none;
    width: 100%;
} */
    
    .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        order: 2;
        flex: 1;
        justify-content: center;
    }
    
    .nav-links li {
        margin-left: 10px;
    }
    
    .nav-links a {
        color: var(--black);
        padding: 3px;
        text-decoration: none;
        position: relative;
    }
    
    .nav-links a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--green-dark);
        transition: width 0.3s ease;
    }
    
    .nav-links a:hover::after {
        width: 100%;
    }
    /*header*/
    
    .header {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("img/baner-1.jpg") center/cover no-repeat;
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }
    
    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1;
    }
    
    .logo img {
        width: 75px;
        height: 75px;
    }
    
    .menu-icons {
        display: none;
        cursor: pointer;
        font-size: 2rem;
        color: var(--green-light);
        position: relative;
        z-index: 1001;
        text-decoration: none;
    }
    /* .login-1 {
    background-color: transparent;
    color: var(--green-light);
    border-radius: 35px;
    padding: 0px 12px;
    height: 40px;
    order: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-left: 10px;
    border: 1px solid;
    border-color: var(--green-dark);
} */
    
    .login-1 {
        background-color: transparent;
        color: #00563f;
        border-radius: 35px;
        padding: 0px 0px;
        height: 45px;
        width: 45px;
        order: 3;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        margin-left: 10px;
        border: 2px solid;
        border-color: #00563f;
        background-color: rgba(255, 255, 255, 0.473);
        font-size: 20px;
        padding-top: 5px;
    }
    
    .login {
        background-color: var(--green-light);
        color: #fff;
        border-radius: 35px;
        padding: 0px 20px;
        height: 45px;
        min-width: 45px;
        order: 3;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .login:hover {
        background-color: var(--green-light);
        transform: translateY(-2px);
    }
    
    .login p {
        font-size: 14px;
        margin: 0px;
        margin-right: 10px;
    }
    
    .btn-darkk {
        background: var(--green-dark);
        color: var(--black) !important;
        width: 100px;
    }
    
    .btn-darkk:hover {
        color: var(--green-light) !important;
    }
    
    .header-sm {
        display: none;
    }
    
    @media (max-width: 992px) {
        .login {
            padding: 0 10px;
            text-decoration: none;
        }
        .login p {
            font-size: 12px;
        }
        .nav-links a {
            font-size: 14px;
        }
    }
    /* header-sm */
    
    @media (max-width: 768px) {
        .navbar {
            height: 5rem;
            padding: 3px;
        }
        .logo img {
            height: 55px;
            width: 55px;
        }
        .menu-icons {
            font-size: 30px;
            text-decoration: none;
        }
        .menu-icons {
            display: block;
            text-decoration: none;
            order: 1;
        }
        .login {
            display: flex;
            height: 40px;
            min-width: 40px;
            text-decoration: none;
        }
        .login p {
            display: none;
        }
        /* .login-1 {
        display: none;
    } */
        .logo {
            order: 2;
            margin-right: 30px;
        }
        .nav-links {
            display: none;
        }
        .shoping-sm {
            color: rgb(193, 193, 193) !important;
            border: 1px solid var(--green-light);
            border-radius: 20px;
            padding: 3px 7px;
            font-size: 13px !important;
        }
        .header-sm {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            z-index: 100000000;
            padding: 20px;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.808);
        }
        .header-sm i {
            font-size: 22px;
            color: #fff;
            cursor: pointer;
        }
        .header-sm .logo img {
            width: 50px;
            height: 50px;
        }
        .header-sm .links {
            display: block;
        }
        .header-sm .links a {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 13px 0px;
            border-bottom: 1px dashed rgb(36, 36, 36);
            text-decoration: none;
        }
        .submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        .submenu.active {
            max-height: 200px;
        }
        .buttn-group-sm {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 40px;
        }
        .buttn-group-sm a {
            width: 48%;
            background-color: var(--green-light);
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            height: 35px;
            text-decoration: none;
            color: white;
        }
        .buttn-group-sm a:last-child {
            width: 48%;
            background-color: transparent;
            border: 1px solid var(--green-light);
            color: var(--green-light);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            height: 35px;
        }
    }
    /*---footer---*/
    
    footer a {
        color: inherit;
        text-decoration: none;
        margin-right: 5px;
    }
    
    .footer-main {
        background: var(--white);
        border: 1px solid #e3e6ef;
        border-radius: 20px;
        box-shadow: 0 10px 18px rgba(38, 55, 85, 0.06);
        height: 273px;
    }
    
    .footer-right {
        background: var(--green-dark);
        border-radius: 20px;
        margin-top: -60px;
        width: 238px;
        height: 246px;
    }
    
    .social-icon {
        display: inline-grid;
        place-items: center;
        width: 25px;
        height: 15px;
        color: var(--coffee-brown);
        transition: transform .22s ease, background .22s ease, color .22s ease;
    }
    
    .social-icon i {
        font-size: 18px;
    }
    
    .social-icon:hover {
        transform: translateY(-4px);
        color: var(--green-light);
    }
    
    .footer-brand h2 {
        font-size: 24px;
        font-weight: 700;
        color: var(--white);
    }
    
    .footer-brand h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        opacity: 0.9;
        color: var(--white);
    }
    
    .footer-logo {
        width: 73px;
        height: 60px;
        filter: drop-shadow(0 6px 10px rgba(0, 128, 96, 0.25));
        padding: 5px;
    }
    
    .footer-contact-card {
        border-radius: 12px;
        background: #edf4f1;
        color: var(--black);
        padding: 12px;
        width: 183px;
        height: 141px;
    }
    
    .footer-divider {
        border-top: 2px dashed var(--green-light);
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .footer-contact-phone {
        font-weight: 700;
        font-size: 24px;
        color: var(--green-dark);
        margin-bottom: -15px;
    }
    
    .footer-contact-meta {
        font-size: 15px;
        color: #666;
        margin: 2px 0;
        font-weight: 500;
        text-align: center;
    }
    
    .footer-left {
        border: 1px solid #e3e6ef;
        border-radius: 12px;
        padding: 15px;
        height: 203px;
        margin-right: 20px;
        margin-top: -15px;
        width: 75%;
    }
    
    .footer-col-heading {
        font-weight: 700;
        font-size: 15px;
        margin: 0 0 12px 0;
        padding: 6px 8px;
        border-radius: 6px;
        background: linear-gradient( 92.52deg, rgba(239, 242, 248, 0) -0.75%, #edf4f1 98.5%);
        color: var(--coffee-brown);
    }
    
    .footer-col-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .footer-col-list li {
        margin: 6px 0;
        font-size: 14px;
        color: #666;
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        white-space: nowrap;
    }
    
    .footer-col-list li a {
        text-align: right;
    }
    
    .footer-column {
        border-left: 2px dashed #e3e6ef;
        height: 170px;
    }
    
    .footer-customer .footer-customer-cols {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }
    
    .footer-address-text {
        font-size: 14px;
        color: #555;
    }
    
    .footer-address {
        border: none;
        margin-right: 6px;
    }
    
    .footer-badges {
        display: grid;
        justify-content: start;
        align-items: center;
        background: #edf4f1;
        border-radius: 8px;
        padding: 8px 12px;
        width: 100%;
        max-width: 455px;
        margin-top: 20px;
    }
    
    .footer-badge {
        width: 180px;
        object-fit: contain;
    }
    
    .footer-bottom {
        margin-top: 16px;
        text-align: center;
        color: #777;
        font-size: 13px;
    }
    
    @media (max-width: 1200px) and (min-width: 992px) {
        .footer-left {
            width: 70%;
        }
        .footer-badge {
            width: 125px;
        }
        .footer-badges {
            width: 70%;
        }
        .article-img {
            width: 140px;
        }
    }
    
    @media (max-width: 1400px) and (min-width: 992px) {
        .article-footer {
            width: 165px;
        }
        .btn-read {
            font-size: 12px;
        }
        .article-date {
            font-size: 10px;
        }
    }
    
    @media (max-width: 992px) {
        .footer-main {
            height: auto;
            margin-top: 15px;
        }
        .footer-right {
            margin-top: -65px;
            margin-bottom: 15px;
            width: 100%;
        }
        .footer-left {
            height: auto;
            margin: 0;
            width: 100%;
            max-width: 700px;
        }
        .footer-column {
            border-left: none;
            margin-bottom: 20px;
            height: auto;
            border-bottom: 2px dashed #e3e6ef;
        }
        .footer-address {
            border: none;
        }
        .footer-col-list {
            margin-bottom: 10px;
        }
    }
    /* mega menu */
    
    @media (min-width: 768px) {
        .mega-menu {
            position: relative;
            /* height: 40px;
            padding-top: 10px; */
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .mega-menu:hover .mega-box {
            display: flex;
        }
        .mega-menu .mega-box {
            position: absolute;
            background-color: #fff;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            width: 300px;
            justify-content: space-between;
            top: 40px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            display: none;
        }
        .mega-menu .mega-box .item-col {
            display: block;
        }
        .mega-menu .mega-box .item-col .title {
            color: #008060;
            border-bottom: 2px solid #00af83;
            margin-top: 0px;
        }
        .mega-menu .mega-box .item-col a {
            display: block;
            margin-top: 10px;
        }
        .mega-menu .mega-box .item-col a::after {
            display: none !important;
        }
    }
    
    @media (max-width: 768px) {
        .mega-menu {
            position: relative;
            /* height: 40px;
            padding-top: 10px; */
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .mega-menu:hover .mega-box {
            display: none;
        }
        .sub-menu {
            padding: 10px;
        }
        .sub-menu a {
            border-bottom: none !important;
        }
        .sub-menu .title {
            font-size: 16px !important;
            padding-right: 10px !important;
        }
        .sub-menu .item-a {
            font-size: 14px !important;
            padding-right: 25px !important;
            margin-top: 5px !important;
            padding-top: 0px !important;
        }
        .sub-menu .item-a i {
            font-size: 12px !important;
            color: #fff;
            margin-left: 5px;
        }
    }