/*public*/
:root {
}

@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam, tahoma !important;
    direction: rtl;
    font-size: 14px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body {
    margin: 0;
}

img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
}

li:not(main li) {
    list-style: none;
}

.container {
    padding-inline: 10vw;
}

.itemSkin2 .title a,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.productsProperty .productProperty p,
.categorySkin2 .title a,
.itemSkin7 .title a,
.itemSkin7 .abstract a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin2 .title a,
.itemSkin4 .title a,
.categorySkin2 .title a,
.itemSkin7 .title a {
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
}

.itemSkin4 .abstract a {
    line-height: 1.6rem;
    -webkit-line-clamp: 3;
    text-indent: 10px;
    height: 5em;
}

.itemSkin7 .abstract a {
    line-height: 1.6rem;
    -webkit-line-clamp: 4;
    text-indent: 10px;
    height: 6.5em;
}

.topIcon {
    width: 150px;
    display: block;
    /*filter: invert(54%) sepia(5%) saturate(2848%) hue-rotate(64deg) brightness(90%) contrast(106%);*/
    margin-block: 15px;
}

h3 {
    /*#31512a*/
    color: #1b8f45;
    margin: 10px;
    font-size: 30px;
}

.moreBtn, main .ContentBody a {
    background-color: #1b8f45;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 18px;
}

/*goUp*/
.goUp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
    padding: 5px;
    /*border: 2px solid #cdcdcd;*/
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-130%);
    transition: .5s;
}

    .goUp img {
        width: 100%;
        height: 100%;
        filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
    }

    .goUp svg {
        position: fixed;
        left: -35px;
        bottom: -35px;
        top: unset !important;
        transform: translateX(-130%) rotate(-90deg);
        transition: .5s;
    }

.completed:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
}

svg circle {
    stroke: rgba(0,0,0,0.1);
    stroke-width: 2px;
    stroke-linecap: round;
    fill: transparent;
}

svg .progress-bar {
    stroke: #1b8f45;
    transition: stroke-dashoffset 0 ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

/*whatsapp fixed*/
.whatsAppFix {
    position: fixed;
    bottom: 14px;
    right: 10px;
    z-index: 1;
    box-shadow: 0 0 6px #bbbbbb45;
    border-radius: 50%;
}

    .whatsAppFix > div {
        white-space: nowrap;
        background-color: #1b8f45;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        z-index: 1;
        margin: auto;
        position: relative;
    }

        .whatsAppFix > div::before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            top: 0;
            border: 1px solid #1b8f45;
            border-radius: 50%;
            text-align: center;
            margin: auto;
            vertical-align: middle;
            transform: scale(1);
            transition: all .5s;
            animation: animBorder 3s infinite;
        }

@keyframes animBorder {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

.whatsAppFix > div > div {
    overflow: hidden;
    border-radius: 50%;
}

.whatsAppFix a {
    transform: translateX(0);
    display: flex;
    align-items: center;
    animation: nextItem 3s ease-in-out infinite;
}

@keyframes nextItem {
    0%, 90% {
        transform: translateX(0);
    }

    90%, 100% {
        transform: translateX(100%);
    }
}

.whatsAppFix img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.whatsAppFix .supportWa {
    filter: invert(1);
}

.detail {
    width: 50%;
    margin: 18px auto;
    color: #777777;
}

/*topHeader*/
.topHeader {
    background-color: #f0efeb;
    padding-block: 10px;
    position: relative;
    z-index: 2;
}

    .topHeader > div {
        display: inline-block;
        vertical-align: top;
    }

    .topHeader img {
        width: 20px;
        vertical-align: middle;
        filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
    }

    .topHeader .right {
        width: 30%;
    }

        .topHeader .right a {
            padding-left: 16px;
        }

    .topHeader .left {
        text-align: left;
        width: 68%;
    }

        .topHeader .left > * {
            padding-right: 16px;
        }

        .topHeader .left a {
            color: #000;
        }

.topHeader, header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header*/
header {
    padding-block: 10px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

    header .logo {
        color: #1b8f45;
        padding-right: 85px;
    }

        header .logo img {
            width: 75px;
            vertical-align: middle;
            position: absolute;
            top: -8px;
            right: 10vw;
        }

        header .logo .logoImageTxt {
            font-size: 12px;
            color: #188e44;
            position: absolute;
            top: 50px;
            right: 10vw;
        }


    header nav {
        display: inline-block;
        width: 57%;
        vertical-align: middle;
        text-align: center;
    }

nav > * {
    padding: 0 6px;
    color: #000;
}

nav .itemMenu {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    cursor: pointer;
}

    nav .itemMenu img {
        width: 10px;
        vertical-align: middle;
        transform: rotate(180deg);
        filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
    }

    nav .itemMenu ul {
        position: absolute;
        background-color: #fff;
        top: 35px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #0000000f;
        border-radius: 0 0 10px 10px;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        width: 160px;
        transition: transform 0.5s;
        text-align: right;
    }

    nav .itemMenu .openSubMenu {
        transform: scale3d(1, 1, 1);
        transition: 0.5s;
    }

    nav .itemMenu ul a {
        color: #000;
        padding: 8px 0;
        display: block;
        box-sizing: border-box;
    }

        nav .itemMenu ul a:hover {
            color: #1b8f45;
        }

.summeryChildMenu {
    position: relative;
}

    .summeryChildMenu a {
        display: block;
        cursor: pointer;
    }

        .summeryChildMenu a img {
            width: 10px;
            float: left;
            margin-top: 6px;
            transform: rotate(-90deg);
            transition: .3s;
        }

        .summeryChildMenu a:hover img {
            filter: invert(49%) sepia(65%) saturate(853%) hue-rotate(106deg) brightness(100%) contrast(86%);
        }

.openChild a {
    color: #1b8f45;
}

    .openChild a img {
        transform: rotate(180deg);
    }

.openSubMenu .childSubMenu {
    top: 0;
    right: 108%;
    width: 190px;
    max-height: 75vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .openSubMenu .childSubMenu::-webkit-scrollbar {
        width: 5px;
    }

    .openSubMenu .childSubMenu::-webkit-scrollbar-thumb {
        background: #1b8f45;
        border-radius: 0 0 8px 8px;
    }

/*.openSubMenu .childSubMenu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 17px #c5c5c5;
    }*/

.openSubMenu .openChildMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
}

.openSubMenu .childSubMenu li {
    border-bottom: 1px solid #ededed;
}

.phoneNumber {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

    .phoneNumber a {
        color: #000;
    }

    .phoneNumber .phoneImage {
        width: 30px;
        height: 30px;
        background-color: #1b8f45;
        border-radius: 50%;
        padding: 10px;
        display: inline-block;
    }

    .phoneNumber img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        vertical-align: middle;
    }

    .phoneNumber .call {
        display: inline-block;
        vertical-align: middle;
    }

        .phoneNumber .call .phoneNumber {
            font-size: 12px;
            display: block;
        }

.headerFixed {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 10px #ddd;
    animation: showMenu .6s;
    z-index: 2;
}

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.headerFixed .logo img {
    /*width: 50px;
    vertical-align: middle;
    margin-top: -14px;*/
}

.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000040;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

/*slider*/
.slider {
    background: url(File.aspx?t=image&s=slider.jpg) no-repeat bottom;
    background-size: cover;
    background-position: 23%;
    height: 100vh;
    position: relative;
}

    .slider .sliderText {
        position: relative;
        padding-top: 30px;
        width: 80%;
        margin: auto;
        text-align: center;
    }

        .slider .sliderText span {
            color: #000000;
            /*#878787*/
        }

    .slider h1 {
        font-size: 25px;
        margin: 10px 0;
        color: #178440;
    }

    .slider b {
        display: block;
        color: #000;
        margin: 10px;
        font-size: 16px;
    }

    .slider .extraLink {
        background-color: #000000;
        /*#fdd062*/
        color: #fff;
        display: inline-block;
        height: 20px;
        width: 20px;
        vertical-align: top;
        padding: 9px;
    }

        .slider .extraLink img {
            width: 20px;
            height: 20px;
            transform: rotate(180deg);
        }

/*.slider .sliderFarmer {
        width: 180px;
        position: absolute;
        left: 5px;
        top: 5px;
        background: url(File.aspx/?t=image&s=banner-bg-shape.png) center no-repeat;
        background-size: contain;
    }

        .slider .sliderFarmer img {
            width: 180px;
            padding: 30px;
            box-sizing: border-box;
        }*/

/*about*/
.about, .productsProperty, .products {
    padding-block: 50px;
}

    .about h3 {
        text-align: center;
    }

    .about .abooutText {
        display: inline-block;
        vertical-align: middle;
        width: 55%;
        color: #777777;
        text-align: justify;
        overflow: hidden;
    }

    .about .brands {
        white-space: nowrap;
    }

        .about .brands img {
            width: 70px;
            vertical-align: middle;
            padding: 0 10px;
            animation: move 40s 2s alternate infinite linear;
        }

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-257%);
    }

    100% {
        transform: translateX(0);
    }
}

.about .right {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    padding-left: 200px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

    .about .right::before {
        content: '';
        position: absolute;
        top: 50%;
        background-color: #1b8f45;
        width: 130px;
        height: 1px;
        left: 40px;
    }

    .about .right img {
        vertical-align: middle;
    }

/*categories*/
.categories {
    width: 50%;
    padding-top: 50px;
    float: left;
}

    .categories .categorySkin2 {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .categories .categorySkin2,
    main .categorySkin2 {
        transition: .8s;
    }

        .categories .categorySkin2:hover .title,
        main .categorySkin2:hover .title {
            background: linear-gradient(0deg, #fcc40f 0%, rgb(168 168 168 / 0%) 100%);
        }

        .categories .categorySkin2 .image a {
            display: flex;
        }

        .categories .categorySkin2 .image a, main .categorySkin2 .image {
            filter: drop-shadow(0px 10px 5px #7c7c7c47);
        }

    .categories img {
        width: 100%;
        clip-path: circle();
    }

    .categories .categorySkin2 .title,
    main .categorySkin2 .title {
        /*text-align: center;
        padding: 10px 5px;*/
        text-align: center;
        padding: 33px 5px 10px;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(0deg, rgba(27,143,69,1) 0%, rgb(168 168 168 / 0%) 100%);
        margin-top: -30px;
        box-shadow: 0 5px 5px #7c7c7c3b;
    }

        .categories .categorySkin2 .title a,
        main .categorySkin2 .title a {
            color: #000;
            font-weight: bold;
        }

    .categories .moreBtn {
        float: left;
        margin: 18px 0;
    }
/*special*/
.special {
    clear: both;
    padding-block: 20px;
}

    .special > div {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
    }

    .special .right {
        position: relative;
        padding-left: 40px;
        box-sizing: border-box;
    }

    .special .backImage {
        width: 90%;
        position: absolute;
        top: -125px;
        z-index: -1;
        right: -140px;
        height: 600px;
    }

        .special .backImage img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .special .backImage::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(49, 81, 42, 0.902);
        }

    .special .onImageText {
        width: 220px;
        height: 220px;
        background-color: #fdd062;
        padding: 30px;
        margin-right: -30px;
        color: #1b8f45;
        font-size: 17px;
        margin-top: -20px;
    }

    .special .coverImage {
        margin-top: -175px;
        width: 100%;
    }

    .special .onImageText b {
        font-size: 35px;
        vertical-align: middle;
        padding-right: 8px;
    }

    .special .left p {
        text-align: justify;
        color: #777777;
        padding-bottom: 20px;
    }

    .special .companyImage {
        width: 100%;
    }

/*productsProperty*/
.productsProperty {
    text-align: center;
}

    .productsProperty .topIcon {
        margin: auto;
    }

    .productsProperty .productProperty {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        border: 1px solid #ddd;
        margin: 0 10px;
    }

        .productsProperty .productProperty img {
            filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
            width: 50px;
            display: block;
            margin: auto;
            padding: 20px 10px 10px;
        }

        .productsProperty .productProperty b {
            color: #1b8f45;
            padding: 20px;
            box-sizing: border-box;
        }

        .productsProperty .productProperty p {
            color: #777777;
            text-align: justify;
            padding: 0 20px;
            box-sizing: border-box;
            -webkit-line-clamp: 4;
            height: 5.5em;
        }

        .productsProperty .productProperty a {
            display: block;
            text-align: right;
            color: #1b8f45;
            font-weight: bold;
            position: relative;
            padding: 20px;
            border-top: 1px solid #ddd;
            transition: .8s;
        }

            .productsProperty .productProperty a::after {
                content: '';
                position: absolute;
                left: 20px;
                background: url(File.aspx/?t=icon&s=arrow.png) no-repeat;
                background-size: contain;
                width: 22px;
                height: 22px;
                filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
                transform: rotate(-90deg);
                transition: .8s;
            }

            .productsProperty .productProperty a:hover {
                background-color: #1b8f45;
                color: #fff;
            }

                .productsProperty .productProperty a:hover::after {
                    filter: unset;
                }

/*contact*/
.contact {
    background-color: #1b8f45;
    padding-block: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .contact img {
        filter: invert(52%) sepia(59%) saturate(1107%) hue-rotate(367deg) brightness(156%) contrast(58%);
        width: 40px;
        vertical-align: middle;
    }

    .contact .text {
        display: inline-block;
        vertical-align: middle;
    }

    .contact small {
        color: #b9c8b5;
        font-size: 17px;
    }

    .contact h4 {
        color: #fff;
        margin: 5px;
        font-size: 30px;
        font-weight: normal;
    }

    .contact .lineBetween {
        background-color: #fdd062;
        width: 150px;
        height: 1px;
    }

/*products*/
.products {
    text-align: center;
}

    .products .topIcon {
        margin: auto;
    }

    .products .itemSkin2 {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        border: 2px solid #ddd;
        margin: 4px;
        transition: .5s;
    }

        .products .itemSkin2:hover {
            border-color: #1b8f45;
        }

        .products .itemSkin2 img {
            width: 100%;
        }

        .products .itemSkin2 .title a {
            color: #1b8f45;
            margin: 8px;
        }

/*dastavard*/
.dastavard {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .dastavard > * {
        width: 50%;
    }

    /*.dastavard iframe*/
    .dastavard .rightImage {
        height: 90vh;
        border: none;
        object-fit: contain;
    }

    .dastavard .dastavardText {
        background-color: #1b8f45;
        padding: 55px 55px 140px;
        box-sizing: border-box;
        position: relative;
    }

        .dastavard .dastavardText::before {
            content: '';
            background: url(https://themepure.net/wp/agronix/wp-content/uploads/2022/02/project-bg.png) no-repeat;
            background-position: right bottom;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            opacity: .1;
            width: 82%;
        }

    .dastavard h3, .dastavard .item b {
        color: #fff;
    }

    .dastavard p {
        color: #ddd;
        margin: 30px 0;
    }

    .dastavard .items {
        padding: 30px 0 60px;
    }

    .dastavard .item {
        display: inline-block;
        vertical-align: top;
        width: 19%;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
    }

        .dastavard .item img {
            width: 70px;
            margin: 10px auto;
            /* opacity: 0.4; */
            display: block;
        }

.dastavardText a {
    color: #1b8f45;
    background-color: #fff;
    padding: 10px 15px;
    float: left;
    position: relative;
}

/*news*/
.news {
    border-top: 1px solid #cbcbcb;
    position: relative;
    padding-block: 70px;
}

    .news::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        /*#5b8c51*/
        background-color: #3fdd78;
        width: 500px;
        z-index: -1;
    }

    .news > * {
        display: inline-block;
        vertical-align: top;
    }

    .news .right {
        width: 30%;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .news .right p {
            color: #777777;
            text-align: justify;
        }

    .news .left {
        width: 68%;
        overflow: hidden;
    }

    .news .itemSkin4, main .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        margin: 0 9px;
        background-color: #fff;
        box-shadow: 0 0 2px #bbbbbb7a;
    }

    .news .ContentsItems {
        white-space: nowrap;
        transition: .8s;
    }

    .news .itemSkin4 img, main .itemSkin4 img {
        width: 100%;
    }

    .news .itemSkin4 .title a, main .itemSkin4 .title a {
        color: #1b8f45;
        font-size: 16px;
        white-space: normal;
        padding: 0 5px;
        text-align: center;
    }

    .news .itemSkin4 .abstract a, main .itemSkin4 .abstract a {
        color: #777777;
        white-space: normal;
        padding: 0 5px;
        text-align: justify;
    }

    .news .itemSkin4 .more a, main .itemSkin4 .more a {
        color: #1b8f45;
        padding: 5px;
        display: block;
    }

    .news .icon {
        filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
        width: 30px;
        border: 1px solid #dddddd38;
        cursor: pointer;
        transition: background-color .5s;
        background-color: transparent;
    }

        .news .icon:hover {
            filter: unset;
            background-color: #1b8f45;
        }

    .news .prev {
        transform: rotate(90deg);
        opacity: .2;
    }

    .news .next {
        transform: rotate(-90deg);
    }

    .news .moreBtn {
        display: inline-block;
        float: left;
        margin: 18px 0 0;
    }

/*footer*/
footer {
    position: relative;
    padding: 90px 140px 20px;
}

    footer::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 45%;
        background-color: #1b8f45;
        z-index: -1;
    }

    footer::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 55%;
        background-color: #f0efeb;
        z-index: -2;
    }

    footer .vectorFruites {
        background: url(File.aspx?t=icon&s=fruites.png);
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: .12;
    }

    footer .header {
        background-color: #fff;
        margin-bottom: 50px;
        padding: 20px 40px;
    }

        footer .header > * {
            display: inline-block;
            vertical-align: middle;
        }

        footer .header a {
            color: #1b8f45;
            width: 33%;
        }

            footer .header a img {
                width: 150px;
            }

        footer .header .left {
            width: 65%;
            padding-right: 5px;
            text-align: left;
        }

            footer .header .left > div {
                display: inline-block;
                vertical-align: middle;
                padding: 0 10px;
            }

            footer .header .left img {
                width: 20px;
                vertical-align: middle;
                filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
            }

    footer .body {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        footer .body .item {
            width: 30%;
            padding: 0 20px;
            box-sizing: border-box;
        }

        footer .body .footerAbout {
            width: 50%;
            padding: 0 20px 0 40px;
        }

    footer .item b {
        color: #1b8f45;
    }

    footer .footerAbout b {
        color: #fff;
    }

    footer p {
        color: #dadada;
        text-align: justify;
    }

    footer .numberContact {
        display: block;
        color: #fff;
        padding: 5px 0;
    }

        footer .numberContact a {
            color: #fff;
        }

    footer .item .location {
        margin: 10px 0;
    }

        footer .item .location a {
            color: #fff;
            display: block;
            padding: 5px 0;
        }

    footer .socialConnect a {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        display: inline-block;
        padding: 10px;
        margin: 0 2px;
        transition: .6s;
    }

    footer .socialConnect img {
        width: 100%;
    }

    footer .socialConnect a:hover {
        background-color: #fff;
    }

        footer .socialConnect a:hover img {
            filter: invert(44%) sepia(65%) saturate(460%) hue-rotate(89deg) brightness(89%) contrast(104%);
        }

    footer .item > a {
        display: block;
        color: #777777;
        padding: 8px 0;
    }

    footer .body .map {
        width: 33%;
        height: 300px;
        padding: 0;
        box-shadow: 0 0 10px #93939382;
    }

    footer .map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*knkFooter*/
.knkFooter {
    background-color: #fdd062;
    padding: 16px;
}

    .knkFooter .knk2 > div {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
        text-align: center;
    }

    .knkFooter .knk2 .knk a {
        display: flex;
        align-items: center;
    }

    .knkFooter img {
        width: 50px;
        vertical-align: middle;
    }

    .knkFooter .knk div {
        display: inline-block;
        width: 90%;
        vertical-align: middle;
        color: #000;
        text-align: right;
    }

/*internal pages*/
header.internalPages {
    box-shadow: 0 5px 10px #0000002e;
}

main {
    min-height: 65vh;
    padding: 10px;
    text-align: center;
    position: relative;
}

    main .ContentsTitle, main .ContentTitle,
    main .form-1 .formTitle {
        font-weight: bold;
        color: #1b8f45;
        position: relative;
        margin-bottom: 16px;
        border: 1px solid;
        border-image: linear-gradient(to left, #ffff, #1b8f45, #ffff) 0 0 1;
        padding: 10px 0;
    }

/*main .ContentsTitle::before, main .ContentTitle::before {
            content: '';
            background: url(File.aspx/?t=icon&s=fertilize.png) no-repeat;
            width: 90px;
            height: 90px;
            background-size: cover;
            display: block;
            margin: 0 auto 10px;
        }*/

/*itemSkin2*/
.detailAlbums .ContentsItems {
    column-count: 4;
    column-gap: 2px;
    min-height: 550px;
    overflow: hidden;
    padding: 3vh 0;
}

main .ContentsItems .itemSkin1 {
    margin-bottom: 2px;
}

    main .ContentsItems .itemSkin1 a {
        display: flex;
        overflow: hidden;
    }

    main .ContentsItems .itemSkin1 img {
        width: 100%;
        transition: .5s;
    }

    main .ContentsItems .itemSkin1:hover img {
        transform: scale(1.1);
    }

/*itemSkin4*/
main .itemSkin4 {
    margin: 10px;
}

    main .itemSkin4 .more a {
        text-align: left;
    }

/*itemSkin7*/
main .itemSkin7 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: right;
    background-color: #fbfaf7;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px;
}

    main .itemSkin7 .image, main .itemSkin7 .text {
        display: inline-block;
        vertical-align: middle;
    }

    main .itemSkin7 .image {
        width: 20%;
        position: relative;
        z-index: 1;
    }

        main .itemSkin7 .image::before {
            content: '';
            position: absolute;
            top: -15px;
            right: -15px;
            width: 80px;
            height: 80px;
            background-color: #1b8f45;
            z-index: -1;
        }

    main .itemSkin7 img {
        width: 100%;
    }

    main .itemSkin7 .text {
        width: 78%;
        padding-right: 10px;
        box-sizing: border-box;
    }

    main .itemSkin7 .title {
        margin: 0;
    }

        main .itemSkin7 .title a {
            color: #1b8f45;
        }

    main .itemSkin7 .abstract {
        text-align: justify;
        margin: 5px;
    }

        main .itemSkin7 .abstract a {
            color: #777777;
        }

    main .itemSkin7 .more {
        color: #fff;
        background-color: #1b8f45;
        padding: 10px;
        display: inline-block;
        position: relative;
    }

        main .itemSkin7 .more:hover {
            color: #000;
            z-index: 1;
        }

        main .itemSkin7 .more::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #fdd062;
            transform-origin: right;
            transform: scaleX(0);
            transition: transform 0.5s ease-out;
            z-index: -1;
        }

        main .itemSkin7 .more:hover::before {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/*categorySkin2*/
main .categorySkin2 {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
}

    main .categorySkin2 .image a {
        overflow: hidden;
        display: flex;
        clip-path: circle();
    }

    main .categorySkin2 .image img {
        width: 100%;
        transition: .5s;
    }

    main .categorySkin2:hover img {
        transform: scale(1.3) rotate(10deg);
    }
/*
    main .categorySkin2 .title {
        padding: 10px 0;
    }

        main .categorySkin2 .title a {
            color: #000;
            text-align: center;
            font-weight: bold;
        }*/

/*content*/
.ContentAbstract {
    color: #646464;
    text-align: center;
}

.ContentBody {
    text-align: justify;
}

    .ContentBody *, .ContentAbstract {
        line-height: 1.8em;
    }

ContentBody img {
    max-width: 100%;
}
/*ifram*/
main .ContentBody iframe {
    width: 100%;
    height: 50vh;
    border: none;
}

main table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

main .DetailSkin1 .ContentBody table {
    width: 100%;
}

main table tr td {
    padding: 5px;
}

main .contentImagesDiv {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    main .contentImagesDiv .ImageSkin1 {
        margin: 5px;
        width: 18%
    }

        main .contentImagesDiv .ImageSkin1 img, main .contentImagesDiv .ImageSkin1 iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            box-shadow: 0 0 4px #ddd;
            vertical-align: middle;
            border: none;
        }
/*product content*/
.productContent .DetailSkin1 {
    position: relative;
}

main .productContent .ContentTitle, main .productContent .ContentAbstract,
main .productContent .ContentBody {
    margin-left: 32%;
}

main .productContent .hiddenItems .ContentTitle, main .productContent .hiddenItems .ContentAbstract, main .productContent .hiddenItems .ContentBody {
    margin-left: 0;
}

main .productContent .contentImagesDiv,
main .ImageCover {
    position: absolute;
    left: 0;
    width: 30%;
    margin: 0;
    display: block;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}

main .ImageCover {
    top: 0;
}

main .productContent .contentImagesDiv {
    top: 50vh;
    white-space: nowrap;
    overflow: hidden;
}

main .productContent .ImageSkin1 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    height: 8vh;
}

.cover {
    position: absolute;
    left: 10vw;
    top: 10px;
    width: 23%;
}

    .cover .imageCover {
        height: 50vh;
    }

        .cover .imageCover img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
        }

    .cover .arrowIcons {
        position: absolute;
        left: -30px;
        right: -30px;
        bottom: 0;
    }

.arrowIcons img.icon {
    position: absolute;
    width: 25px;
    height: 25px;
    object-fit: cover;
    cursor: pointer;
    bottom: -6vh;
    background: #1b8f45;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
    box-sizing: border-box;
    text-align: center;
}

.arrowIcons img.next {
    right: 5px;
    transform: rotate(90deg);
}

.arrowIcons img.prev {
    transform: rotate(-90deg);
    left: 5px;
}

/*sende message*/
main .form-1 .formDescription {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin: 15px 0;
}

main .formFields {
    text-align: right;
}

main .form-1 .item {
    display: inline-block;
    width: 20%;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    height: 90px;
}

    main .form-1 .item textarea,
    main .form-1 .captcha .field input {
        padding: 5px;
        width: 100%;
        height: 35px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 4px;
        box-sizing: border-box;
        resize: none;
    }

    main .form-1 .item:nth-last-child(2) {
        width: 100%;
        height: auto;
    }

        main .form-1 .item:nth-last-child(2) textarea {
            min-height: 200px;
            resize: vertical;
        }

    main .form-1 .item textarea:focus {
        outline: none;
    }

main .form-1 .captcha {
    width: 26%;
}

    main .form-1 .captcha .field input {
        width: 50%;
        margin-bottom: 5px;
    }

        main .form-1 .captcha .field input:focus-visible {
            outline: none;
        }

    main .form-1 .captcha .field canvas {
        vertical-align: middle;
        width: 37%;
    }

    main .form-1 .captcha img {
        width: 20px;
        vertical-align: middle;
    }

main .form-1 .buttonItem {
    text-align: left;
}

    main .form-1 .buttonItem input {
        padding: 10px 20px;
        border: none;
        background-color: #1b8f45;
        border-radius: 5px;
        cursor: pointer;
        color: #fff;
        height: 39px;
    }

main .form .field span {
    color: #f00;
}

.ContentBody img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) and (min-width: 0) {

    * {
        letter-spacing: -.9px;
    }

    .container {
        padding-inline: 5vw;
    }

    .topIcon {
        width: 120px;
    }

    h3 {
        font-size: 20px;
    }

    .goUp {
        display: none;
    }

    .detail {
        width: 70%;
    }

    .topHeader, header .phoneNumber {
        display: none;
    }

    header {
        padding-block: 5px;
        position: relative;
        text-align: center;
        display: block;
    }

    .headerLogoMore {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4vw;
    }

        .headerLogoMore .line {
            display: block;
            width: 25px;
            height: 2px;
            background-color: #1b8f45;
            margin: 5px 0;
        }

    header .headerLogoMore {
        display: inline-block;
        vertical-align: middle;
    }

    header .logo {
        padding-right: 0;
    }

        header .logo span {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        header .logo img, header .logo .logoImageTxt {
            position: unset;
        }

        header .logo .logoImageTxt {
            display: block;
        }

    header nav {
        position: fixed;
        top: 86px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        transform: translateX(130%);
        transition: .5s;
        text-align: right;
        padding: 10px;
        box-sizing: border-box;
    }

    header .openMenu {
        transform: translateX(0);
    }

    nav > *, nav .itemMenu {
        display: block;
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

        nav .itemMenu ul {
            position: unset;
            box-shadow: none;
            height: 0;
            padding: 0;
        }

        nav .itemMenu .openSubMenu {
            height: auto;
            padding: 0 10px;
        }

        nav .itemMenu a {
            display: block;
        }

        nav .itemMenu img {
            float: left;
            margin: 10px 0;
        }

        nav .itemMenu li:not(li:last-child) {
            border-bottom: 1px solid #ddd;
        }
    /*slider*/
    .slider .sliderText {
        width: auto;
        padding-top: 60px;
    }

    /*.slider .sliderFarmer {
        left: unset;
        right: 3px;
        top: 3px;
        width: 80px;
    }

        .slider .sliderFarmer img {
            width: 80px;
            padding: 9px;
        }*/

    .about {
        overflow: hidden;
    }

        .about .right {
            padding: 0;
        }

            .about .right::before {
                top: unset;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 70%;
            }

    .categories {
        padding: 30px 0;
        margin-top: 30px;
        float: unset;
    }

    .special .backImage {
        display: none;
    }

    .productsProperty .productProperty {
        box-sizing: border-box;
    }

    .contact {
        flex-wrap: wrap;
        padding-block: 30px;
        overflow: hidden;
    }

        .contact h4 {
            font-size: 20px;
        }

        .contact .lineBetween {
            width: 100%;
            margin: 20px 0;
        }

    .dastavard, footer .body {
        flex-wrap: wrap;
    }

        .dastavard .dastavardText {
            padding: 20px 5vw;
        }

        .dastavard .item {
            width: 32%;
            padding: 5px 10px;
        }

        .dastavard p {
            margin: 8px 0;
        }

    .news::before, footer::after {
        display: none;
    }

    .news .right {
        padding: 10px 0;
    }

    .news .itemSkin4 {
        margin: 0;
    }

    footer {
        padding: 35px 5vw;
    }

        footer .header {
            padding: 10px;
        }

            footer .header a img {
                margin-top: 0;
            }

            footer .header .left {
                text-align: right;
                padding-right: 0;
            }

                footer .header .left > div {
                    padding: 5px 0;
                    display: block;
                }

                footer .header .left img {
                    width: 30px;
                }

        footer .body .item {
            margin: 10px 0;
        }

        footer .item > a {
            color: #fff;
        }

        footer .body .footerAbout, footer .body .item {
            padding: 0;
        }

    .knkFooter .knk2 > div {
        justify-content: center;
        display: flex;
    }

    main .ContentsTitle::before, main .ContentTitle::before {
        width: 70px;
        height: 70px;
    }

    .detailAlbums .ContentsItems {
        column-count: 2;
    }

    .about .abooutText, .about .right, .categories, .special > div,
    .productsProperty .productPropert, .products .itemSkin2, .dastavard > *,
    .news .right, .news .left, .news .itemSkin4, main .itemSkin4, footer::before,
    footer .header a, footer .header .left, footer .body .item, .productsProperty .productProperty,
    main .contentImagesDiv .ImageSkin1, main .categorySkin3, main .itemSkin7, .knkFooter .knk2 > div, main .form-1 .item {
        width: 100%;
    }

    .productsProperty .productProperty, .products .itemSkin2,
    main .contentImagesDiv .ImageSkin1, main .itemSkin4, main .categorySkin3, main .itemSkin7 {
        margin: 5px 0;
    }

    .categories .CategoryItems {
        text-align: center;
    }

    .categories .categorySkin2, main .categorySkin2 {
        width: 50%;
        padding: 10px;
    }

    .about .brands img {
        padding: 0 6px;
        width: 20%;
        animation: flipHorzintal 10s 2s alternate infinite linear;
    }

    main .itemSkin7 .image {
        width: 30%;
    }

    main .itemSkin7 .text {
        width: 68%;
    }

    .itemSkin7 .abstract a {
        -webkit-line-clamp: 3;
        height: 5em;
    }

    @keyframes flipHorzintal {
        0%, 30% {
            transform: scaleX(1);
        }

        50% {
            transform: scaleX(-1);
        }

        70%, 100% {
            transform: scaleX(1);
        }
        /*0% {
        transform: scaleX(1);
    }

    25% {
        transform: scaleX(.5);
    }

    40%, 45% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }*/
    }

    main .productContent .ContentTitle, main .productContent .ContentAbstract, main .productContent .ContentBody {
        margin-left: 0;
    }

    main .productContent .contentImagesDiv, main .ImageCover {
        position: unset;
        width: 90%;
        padding-right: 0;
        margin: auto;
    }

    main .productContent .ImageSkin1 {
        height: auto;
        padding: 0;
        margin: auto;
    }

    .cover {
        top: unset;
        bottom: 0;
        width: auto;
        left: 0;
        right: 0;
    }

        .cover .imageCover {
            display: none;
        }

        .cover .arrowIcons {
            left: 0;
            right: 0;
            bottom: 0;
        }

    .arrowIcons img.icon {
        width: 40px;
        height: 40px;
        padding: 10px;
        bottom: 0;
    }
}
