:root {
    --body: #ffffff;
    /* --primary: #2a8328; */
    --primary: rgb(38, 110, 64);
    --darkPrimary:#2c892a;
    --accent:#78d576;
    --danger: #922F36;
    --accentLighterThan: #F2D9B5;
    --box: #F1F1F1;
    --lightBox: #E7E7E7;
    --boxGlass: #ffffff38;
    --border: #707070;
    --borderGray:#999999;
    --borderLighterThan: #CFCFCF;
    --borderAgainst: #F1F1F1;
    --text: #494949;
    --textAccent: #050E26;
    --textAgainst: #fff;
    --textSize: 11pt;
    --headingFont: dimaBarf;
    --headingSize: 20pt;
    --tran: all ease 0.3s;
    --subHeadingSize: 9pt;
}

@font-face {
    /* font-family: YekanBakh; */
    src: url(View/1014/elmVaSanat/font/YekanBakh-Medium.ttf);
}

@font-face {
    /* font-family: Vazir; */
    src: url(View/1014/elmVaSanat/font/Vazir.ttf);
}

* {
    box-sizing: border-box;
}

body {
    direction: rtl;
    color: var(--text);
    background: var(--body);
    margin: 0;
    line-height: 22pt;
}

.wrapper {
    display: flow-root;
    max-width: 1280px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.init {
    padding: 110px 20px 16px;
}

a , a:hover , a:focus{
    text-decoration: none!important;
    color: inherit;
}

img{
    width: 100%;
    height: 100%;
}

.lineClamp , .textLineClamp{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.transparent{
    background-color: transparent;
}

.darkPrimary{
    color: var(--darkPrimary);
}

/*start regionHeader*/

modal {
    position: fixed;
    z-index: -5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: var(--tran);
}

.deScroll{
    overflow-y: hidden;
}

.modalActive {
    z-index: 100;
    opacity: 1;
}

.menuActive {
    right: 0;
}

hamburger-menu {
    width: 330px;
    height: 100%;
    position: fixed;
    right: -100%;
    background: var(--body);
    font-size: 13pt;
    transition: var(--tran);
    z-index: 200;
    border-radius: 15px 0 0 15px;
}

hamburger-menu search-box {
    background-color: var(--borderAgainst);
    padding: 10px;
    max-height: 47px;
    width: 100%;
}

hamburger-menu search-box a {
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Search.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--primary);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

hamburger-menu ul {
    display: block;
    margin-top: 0px;
    padding: 0;
    height: calc(100% - 284px);
    overflow: hidden auto;
}

hamburger-menu ul li {
    list-style: none;
    font-size: 13pt;
    color: var(--text);
    transition: var(--tran);
    position: relative;
}

hamburger-menu ul li > ul {
    font-size: 12pt;
    color: var(--text);
    background-color: var(--borderAgainst);
    margin: 0;
    opacity: 0;
    height: 0;
    padding: 0;
    transition: var(--tran);
}

hamburger-menu ul li > ul.show {
    opacity: 1;
    height: auto;
    padding: 6px 20px;
}

hamburger-menu ul li > ul li {
    display: block;
    border: 0;
    border-bottom: 1px dashed var(--borderLighterThan);
}

hamburger-menu ul li > ul li:last-child , hamburger-menu ul li > ul li a{
    border-bottom: none;
}

hamburger-menu li.arrow::before {
    content: '';
    display: block;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/arrowPrimary.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--primary);
    width: 12px;
    height: 14px;
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: -1;
    transition: var(--tran);
}

hamburger-menu li.open::before {
    transform: rotate(-90deg);
}

hamburger-menu ul li a {
    display: block;
    width: 100%;
    padding: 14px 10px 12px;
    box-sizing: border-box;
    transition: var(--tran);
    color: var(--textAccent);
}

hamburger-menu > ul > list > li:hover > a{
    padding-right: 14px;
    color: var(--textAccent);
} 

hamburger-menu a{
    border-bottom: 1px solid var(--borderLighterThan);
}

hamburger-menu ul li > ul li a {
    padding: 4px;
    font-size: 11pt;
    font-weight: 100;
    transition: var(--tran);
}

hamburger-menu ul li > ul li a:hover {
    font-weight: 600;
}

hamburger-menu .logoHamberger{
    display: block;
    padding: 16px;
    border: none;
}

hamburger-menu .logo{
    width: 140px;
    display: block;
    /* height: 184px; */
    padding: 75px;
    margin: 0 auto;
    background-color: #ffffff;
}

nav{
    width: 100%;
    position: relative;
    z-index: 2;
}

nav .groupBorderBottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

nav right-arrows {
    width: 1px;
    height: 630px;
    display: block;
    position: absolute;
    right: 50px;
    top: 82px;
    border-radius: 58px;
    background-image: url(View/1014/elmVaSanat/icons/rightnav.svg);
}

nav right-arrows images {
    display: block;
    width: 146px;
    height: 300px;
    position: relative;
    top: 48%;
    right: 50%;
    transform: translate(50%, -50%);
}

nav right-arrows img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--tran);
    cursor: pointer;
    width: auto;
    height: auto;
}

nav right-arrows images:hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    opacity: 1;
}

nav right-arrows img:nth-child(1) {
    transform: translate(-50%, 200%);
    opacity: 0.05;
}

nav right-arrows img:nth-child(2) {
    transform: translate(-50%, 150%);
    opacity: 0.1;
}

nav right-arrows img:nth-child(3) {
    transform: translate(-50%, 100%);
    opacity: 0.2;
}

nav right-arrows img:nth-child(4) {
    transform: translate(-50%, 50%);
    opacity: 0.3;
}

nav right-arrows img:nth-child(5) {
    transform: translate(-50%, 0%);
    opacity: 0.4;
}

nav.fixed {
    position: fixed;
    z-index: 18;
    background-color: var(--box);
    border-radius: 0px 0px 14px 14px;
    border: 1px solid var(--lightBox);
    padding: 4px 20px;
    right: 50%;
    transform: translate(50%, 0);
    align-items: center;
    transition: var(--tran);
}

nav.fixed right-arrows{
    display: none;
}

nav.fixed .logo{
    width: 60px;
    height: 82px;
    /* background-color: var(--primary) ; */
    background-color: transparent;
    background-image: url(View/1014/icon/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: unset;
    padding: 50px 37px !important;
}

nav.fixed .logoBox{
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
}

nav.fixed nav-content{
    width: 93%;
    border-bottom: none;
}

nav.fixed search-box{
    background-color: var(--lightBox);
}

nav.fixed search-box input , nav.fixed search-box input::placeholder , hamburger-menu search-box input{
    color: var(--text);
}

nav.fixed .searchBtn , nav.fixed .en{
    background: var(--primary);
}

nav.fixed .menuIcon{
    background-image: url(View/1014/icon/menuFixed.png);
    width: 26px;
}

nav.fixed links a{
    color: var(--textAccent);
}

nav-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 82px;
    border-bottom: 1px solid var(--lightBox);
    gap: 10px;
}

nav-links{
    display: flex;
    align-items: center;
}

.logoBox{
    background-color: var(--boxGlass);
    padding: 22px 10px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    display: inline-block;
    width: 110px;
}

.logo{
    /* -webkit-mask-image: url(View/1014/elmVaSanat/icons/Newlogo.png); */
    /* background-color: #ffffff; */
    background-image: url(View/1014/imag/logoNewNow.png);
    background-size: contain;
    border-radius: 10%;
    background-repeat: no-repeat;
    background-position: center;
    width: 86px;
    padding: 45px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

search-box{
    background-color: var(--boxGlass);
    padding: 6px 10px 6px 6px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    min-width: 250px;
}

search-box input{
    display: block; 
    background-color: transparent;
    border: 0;
    color: var(--textAgainst);
    font-size: 11pt;
}

search-box input::placeholder{
    color: var(--textAgainst);
}

hamburger-menu search-box input::placeholder{
    color: var(--borderLighterThan);
}

.searchBtn{
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Search.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--textAgainst);
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

links list{
    display: flex;
}

links a{
    color: var(--textAgainst);
    padding: 6px;
    margin: 0 5px;
    font-size: 13pt;
}

links a:hover{
    color: var(--textAgainst);
}

.en{
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/En.svg);
    height: 40px;
    width: 50px;
    background: var(--body);
    margin-bottom: 18px;
}

.menuIcon{
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-left: 20px;
    vertical-align: text-bottom;
    background-image: url(View/1014/elmVaSanat/icons/Menu.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

/*regionHeader end*/

.btn:hover , .btnOneExel:hover{
    color: var(--textAgainst) !important;
    background-color: var(--darkPrimary) !important;
}

/*regionFooter start*/

footer{
    /* background-color: var(--darkPrimary); */
    background-color: rgb(38, 110, 64);
    position: relative;
    color: var(--textAgainst);
    font-size: 12pt;
    margin-top: 200px;
    z-index: 10;
}

footer-shape{
    width: 100.05%; 
    right: 50%;
    z-index: 0;
    display: block;
    position: absolute;
    top: 14px;
    transform: translate(50%, -100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center;
    -webkit-mask-image: url(View/1014/elmVaSanat/images/footerElement.png);
    /* background-color: var(--darkPrimary); */
    background-color: rgb(38, 110, 64);
}

footer-shape img{
    width: 100%;
    height: auto;
    opacity: 0;
}

footer-items item-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--textAgainst);
    top: 50%;
    left: -7px;
}

footer-items{
    display: grid !important;
    grid-template-columns: 28% 38% 28%;
    column-gap: 3%;
    position: relative;
    direction: rtl;
}

footer-items::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 102%;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    background-color: var(--textAgainst);
    top: 8px;
    right: 6px;
}

footer-items item-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

footer-items item-title span{
    font-size: 20pt;
    /* background-color: var(--darkPrimary); */
    background-color: rgb(38, 110, 64);
    z-index: 9;
    position: relative;
    padding-left: 10px;
}

footer-items item-title > span::before{
     content: "";
     position: absolute;
     right: -31px;
     top: 50%;
     transform: translate(0, -50%);
     -webkit-mask-size: 100% auto;
}

footer-items item-title > span::before{
    width: 22px;
    height: 22px;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    /* background-color: var(--accent); */
    background-color: var(--textAgainst);
}

footer-items span.pointerIcon , footer-items a.pointerIcon {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-right: 24px;
    font-size: 11pt;
    transition: var(--tran);
}

footer-items a.pointerIcon:hover{
    font-weight: bold;
}

footer-items span.pointerIcon {
    line-height: 1.5;
}

footer-items a.pointerIcon:last-child{
    margin-bottom: 0;
}

.pointerIcon::before{
    content: '';
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/ArrowIcon.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--textAgainst);
    width: 14px;
    height: 18px;
    position: absolute;
    right: -1px;
    top: 3px;
}

.aboutUs{
    padding-right: 10px;
}

.aboutUsText{
    line-height: 1.7;
    text-align: justify;
    font-size: 11pt;
}

social-medias{
    place-self: flex-end;
    display: flex;
}

social-medias a{
    display: inline-block;
    background-color: var(--boxGlass);
    border-radius: 10px;
    width: 43px;
    font-size: 10pt;
    padding: 7px 0;
    margin: 0 5px;
    transition: var(--tran);
}

social-medias a:hover{
    scale: 1.1;
}

.word::after , .linkdien::after , .instagram::after, .eitaa::after {
    content: "";
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    background-color: var(--body);
    width: 22px;
    display: block;
    height: 28px;
    margin: 0 auto;
}

.eitaa::after {
    width: 25px;
}

.word::after{
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/W.svg);
}

.linkdien::after{
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Linkdin.svg);
}

.instagram::after{
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Insta.svg);
}

.eitaa::after{
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Eitaa.png);
}

member-ship{
    display: flex;
    column-gap: 10px;
    margin: 16px 0 20px;
}

.membership{
    border: 0;
    border-radius: 6px;
    background: var(--accent);
    padding: 8px;
    color: var(--body);
    cursor: pointer;
}

.usefulTitle::after{
    display: none;
}

email-box{
    width: 100%;
    position: relative;
}

email-box::before {
    content: "";
    position: absolute;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/icons8_Gmail_Logo.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
    background-color: var(--borderLighterThan);
    top: 51%;
    right: 10px;
    transform: translate(0, -50%);
}

email-box input{
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 8px 40px 8px 8px;
}

email-box input , email-box input::placeholder{
    color: var(--borderLighterThan);
}


map-img img , map-img{
    border-radius: 6px;
    height: 290px;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.leaflet-tooltip-pane{
    left: 228px;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive{
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/markerIcon.png);
    -webkit-mask-repeat: no-repeat;
    background-color: red;
    display: block;
    height: 40px !important;
}

.enamad{
    display: block;
    width: 108px; 
    height: 120px;
}

.enamad img{
    border-radius: 8px;
    object-fit: cover;
}

useful-links{
    display: flex;
    justify-content: space-between;
    height: 87%;
    padding-bottom: 25px;
}

footer-categories {
    display: grid;
}

footer-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -55px;
    flex-direction: column;
    width: 40%;
}

.footerLogo{
    display: block;
    height: 120px;
    width: 110px;
    margin: -50px 0 0;
    border-radius: 8px;
}

footer-logos .logo {
    -webkit-mask-size: 100%;
    width: 115px;
    height: 100px;
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Newlogo2.png)
}

p.logoType {
    transform: rotate(-90deg);
    font-size: 18pt;
    width: 240px;
    margin-top: 100px;
    vertical-align: middle;
}

/* .footerLogo {
    background-image: url(View/1014/elmVaSanat/icons/Newlogo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 70px;
    height: 90px;
    display: block;
    margin: 0 auto;
} */

copy-right{
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 16px;
    border-top: 1px solid var(--textAgainst);
}

/*regionFooter end*/

/*regionPaging start*/

paging {
    grid-column: 1/5;
}

paging a {
    float: right;
    background-color: var(--borderAgainst);
    color: var(--text);
    padding: 3px 11px;
    border-radius: 4px;
    transition: all ease .3s;
    margin: 0 0 0 8px;
    min-width: 22px;
    text-align: center;
    font-size: 11pt;
    transform: scale(1);
    display: flow-root;
    text-decoration: none;
}

paging a.next, paging a.prev {
    padding: 0 12px 0;
}

paging a:hover {
    transform: scale(1.2);
}

paging a.Navigate {
    display: flow-root;
    background-color: var(--accent);
    color: var(--body);

}

paging a.Current {
    display: flow-root;
    background-color: var(--darkPrimary);
    color: var(--body)!important;
    pointer-events: none;
}

paging a.Page {
    display: flow-root;
    color: var(--text);
}

/*regionPaging end*/



/*استایل های لیست تصاویر*/

.galleryBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}

.picBox {
    display: flow-root;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

/* استایل های خبر */

.BigNews new-box:first-child {
    display: grid;
    grid-template-columns: 30% 70%;
    background-color: var(--box); 
    width: 100%;
    border-radius: 10px; 
    grid-column: 1/4;
    background-color: transparent;
}

.BigNews new-box:first-child img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.BigNews new-box:first-child new-title{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 8px;
}

.BigNews new-box:first-child date-time {
    background-color: var(--primary);
    color: var(--textAgainst);
    padding: 1px 10px 0;
    font-size: 11pt;
    border-radius: 4px;
}

.BigNews new-box:first-child h3{
    font-size: 15pt;
    margin: 0 0 6px;
}

.BigNews new-box:first-child content-text {
    padding: 5px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-height: 22pt;
}

.BigNews new-box:first-child p{
    font-size: 13pt;
    margin: 0 auto;
    text-align: justify;
}

.BigNews new-box:first-child .btnArchiveNews{
    color: var(--textAgainst);
    margin-top: 1px;
    place-self: flex-end;
}

.BigNews a , .BigPodcast a{
    color: var(--text);
}

.BigNews new-box:first-child content{
    padding: 0px 14px 0;
    color: var(--text);
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
} 

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    background-color: var(--accent);
    padding: 6px 12px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-size: 12pt;
    text-align: center;
    position: relative;
    border: 0;
    text-decoration: none;
    transition: var(--tran);
    width: fit-content;
}

news-boxes list , podcast-boxes list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    margin-top: 30px;
    gap: 32px;
}

news-boxes new-box:not(:first-child) content {
    margin-inline: 8px;
    padding: 28px 0px 36px;
}

news-boxes new-box:not(:first-child) content-text {
    display: none!important;
}

news-boxes new-box {
    display: flex;
    width: 99%;
    border-radius: 6px;
    background-color: var(--box);
    position: relative;
    transition: all ease-in-out 0.3s;
}

.BigNews new-box:first-child:hover, .BigPodcast list .podcast:hover{
    transform: scale(1);
}

news-boxes new-box:hover {
    transform: scale(1.03);
}

news-boxes new-box:not(:first-child) date-time {
    background-color: var(--primary);
    color: var(--textAgainst);
    padding: 4px 5px 0;
    font-size: 9pt;
    border-radius: 4px;
    position: absolute;
    left: 6px;
    top: 6px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

news-boxes new-box:not(:first-child) .btnArchiveNews {
    position: absolute;
    color: var(--textAgainst);
    padding: 0px 8px;
    left: 6px;
    bottom: 6px;
    min-height: auto;
    font-size: 10pt;
}

news-boxes new-box:not(:first-child) h3{
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 11pt;
    font-weight: normal;
    color: var(--text);
}

news-boxes new-box img{
    width: 130px;
    height: 100%;
    object-fit: cover;
    border-radius: 0 6px 6px 0;
}

/*  */

products{
    display: flow-root;
    background-image: url(View/1014/elmVaSanat/icons/ProductsBackground.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 512px;
    position: relative;
    margin-top: 100px;
}

products-content{
    position: relative;
    margin-top: 50px !important;
}

products-content list company{
    background-color: var(--boxGlass);
}

products-content head-box headline{
    background-color: var(--borderAgainst);
}

/*  */

.sliderList{
    margin-right: 16px;
    z-index: 2;
}

.sliderArrows.sectionLeftArrow::before{
    right: 42px;
    height: 17vh;
    z-index: 0;
}

company {
    width: calc(100% - 20px);
    padding: 20px;
    background-color: var(--box);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 70px;
    position: relative;
    height: 230px;
    overflow: hidden;
}

company span{
    display: block;
    color: var(--text);
    font-size: 11pt;
    text-align: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
    min-width: 116px;
    max-width: 134px;
    padding-top: 26px;
    z-index: 9;
    -webkit-line-clamp: 2;
    transition: var(--tran);
}

company:hover span:after {
    transform: rotate(180deg) scale(1.5) translateX(30%);
    background-color: var(--primary);
}

product:hover p:after{
    background-color: var(--darkPrimary);
    transform: scale(1.3);
}

company img {
    width: 100px;
    display: block;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

company span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed var(--border);
    top: 6px;
}

company span:after {
    content: '';
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--accent);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translate(-50%, 0);
    transition: var(--tran);
}

/* دکمه عضویت در پارک */

.menuBtn {
    /* background-color: var(--darkPrimary); */
    background-color: rgb(38, 110, 64);
    color: var(--body);
    border-radius: 5px;
    padding: 2px 6px;
    border: 2.5px solid rgb(38 110 64 / 92%);
    font-size: 12pt;
}

.menuBtn.primery{
    background-color: #dcdcdc;
    color: var(--primary);
    border: none;
}

.menuBtn:hover {
    /*text-decoration: none !important;*/
    /* background-color: #95ff936e;; */
    background: rgb(38 110 64 / 42%);
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.topMenuBtn {
    margin-right: auto;
}

.hamburgerMenuBtn {
    /* display: block; */
    display: inline-block;
    /*width: fit-content;*/
    width: 100%;
    text-align: center;
    border: none;
    white-space: nowrap;
    /* margin: 0 auto 16px; */
    /*margin: 0 28px 16px;*/
}


.btnLoginAndPrk{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0px 5px 20px 5px;
    gap: 5px;
}


@media screen and (max-width: 1154px) and (min-width: 1024px) {
    nav-content a.btn.accent {
        width: 10%;
        padding: unset;
        /* font-size: 10pt; */
    }

    /* links a {
        font-size: 10pt;
    } */
}@media screen and (min-width: 600px) and (max-width: 1024px) {
/*start regionHeader*/

nav .groupBorderBottom{
    column-gap: 18px;
}

nav right-arrows img {
    width: 120px;
}

nav.fixed search-box{
    min-width: 300px;
}

nav-icons{
    display: inline-block;
    width: max-content;
}

links{
    display: none;
}

.logo:not(hamburger-menu .logo) {
    max-width: 72px;
}

.logoBox{
    margin-top: 0;
    padding: 10px 12px;
    width: auto;
}

.searchBtn{
    width: 27px;
    height: 27px;
}

/*regionHeader end*/

/*regionFooter start*/

footer{
    padding-top: 30px;
}

 /* footer-shape{
    width: 100.1%;
}  */

footer-items{
    grid-template-columns: 100%;
    row-gap: 30px;
}

/* footer-items div{
    display: none;
} */

footer-items::before {
    display: none;
}

footer-items item-title::after {
    display: none;
}

footer-items span.pointerIcon , .aboutUsText{
    font-size: 12pt;
}

footer-item{
    padding-right: 10px;
}

footer-logos{
    margin: 0;
    height: auto;
}

.footerLogo{
    margin: -70px 0px;
    height: 90px;
    width: 80px;
}

social-medias{
    margin-top: 20px;
    place-self: auto;
}

social-medias a{
    margin: 0 0px 0px 10px;
}

useful-links{
    height: auto;
    min-height: 180px;
    margin: 0 auto 16px;
    padding-bottom: 0;
}

.enamad{
    width: 80px;
    height: 90px;
}

map-img img , map-img{
    object-fit: cover;
}

member-ship{
    gap: 0;
}

.membership{
    position: absolute;
    left: 16px;
}

email-box input{
    padding: 8px 40px 8px 8px;
}

copy-right{
    padding: 20px;
}

/*regionFooter end*/

.BigNews new-box:first-child{
    width: 100%;
    grid-template-columns: 40% 60%;
    grid-column: 1/3;
}

.BigNews new-box:first-child img{
    height: 100%;
    object-fit: inherit;
}

.BigPodcast .podcast content h2{
    padding-left: 0;
    margin-top: 30px;
}

.BigNews new-box:first-child content h3 {
    font-size: 14pt;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.BigNews new-box:first-child content p{
    font-size: 12pt;
}

.BigNews new-box:first-child content .btnArchiveNews{
    position: relative;
    float: left;
}

.BigNews new-box:first-child content date-time{
    top: 0;
    left: 0;
}

news-boxes list{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

news-boxes new-box:not(:first-child){
    height: 125px;
    width: 100%;
}

/* */
.galleryBox {
    grid-template-columns: repeat(2, 1fr);
}

/*  */
products-content list company{
    background-color: var(--box);
}

/* دکمه عضویت در پارک */
.topMenuBtn {
     display: none;
 }}@media screen and (min-width: 0) and (max-width: 600px) {
/*start regionHeader*/

hamburger-menu{
    width: 65%;
}

nav .groupBorderBottom{
    column-gap: 10px;
}

nav-content{
    width: 100%;
    gap: 4px;
}

nav right-arrows {
    height: 358px;
}

nav right-arrows images {
    width: 46px;
    height: 185px;
}

nav right-arrows img {
    width: 60px;
}

nav.fixed search-box{
    display: none;
}

nav-icons{
    display: inline-block;
    width: max-content;
}

links{
    display: none;
}

.logo:not(hamburger-menu .logo) {
    max-width: 60px;
}

.logoBox{
    margin-top: 0;
    padding: 10px 12px 0;
    width: auto;
}

search-box{
    min-width: auto;
}

search-box input{
    width: 100%;
}

.searchBtn{
    width: 27px;
    height: 27px;
}

/*regionHeader end*/

/*regionFooter start*/

footer{
    padding-top: 40px;
    margin-top: 50px;
}

/* footer-shape{
    width: 100.2%;
} */

footer-items{
    grid-template-columns: 100%;
    row-gap: 30px;
}

footer-items::before {
    display: none;
}

footer-items item-title::after {
    display: none;
}

footer-items span.pointerIcon , .aboutUsText{
    font-size: 11pt;
}

footer-item{
    padding-right: 10px;
}

footer-logos{
    margin: 0;
    height: auto;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
}

footer-logos .logo {
    max-width: unset !important;
    margin-left: 20px;
}

p.logoType {
    transform: unset;
    margin: auto 0;
    font-size: 14pt;
}

.footerLogo{
    margin: -70px 0px;
    height: 90px;
    width: 80px;
}

social-medias{
    margin-top: 20px;
    place-self: auto;
}

social-medias a{
    margin: 0 0px 0px 10px;
}

useful-links{
    height: auto;
    min-height: 180px;
    margin: 0 auto 16px;
    padding-bottom: 0;
    display: block;
}

.enamad{
    width: 80px;
    height: 90px;
}

map-img img , map-img{
    height: 230px;
    object-fit: cover;
}

.membership{
    position: absolute;
    left: 16px;
}

copy-right{
    text-align: center;
    padding: 20px;
}

/*regionFooter end*/

.BigNews new-box:first-child{
    grid-template-columns: 100% !important;
    width: 100% !important;
    grid-column: auto;
}

news-boxes list , podcast-boxes list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

news-boxes new-box:not(:first-child){
    height: 125px;
    width: 100%;
}

.BigNews new-box:first-child content {
    padding: 14px 0 0;
}

.BigNews new-box:first-child content date-time, .BigPodcast list .podcast content date-time {
    position: absolute;
    left: 10px;
    top: -40px;
}

.BigNews new-box:first-child content .btnArchiveNews , .BigPodcast list .podcast content .btnArchiveNews{
    position: relative;
    float: left;
}

.BigNews new-box:first-child h3{
    font-size: 13pt;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* */

.galleryBox {
    grid-template-columns: repeat(3, 1fr);
}

/*  */

products-content list company{
    background-color: var(--box);
}

.topMenuBtn {
    display: none;
}

@media screen and (max-width: 460px) and (min-width: 0px) {
    hamburger-menu{
        width: 82%;
    }
}}
footer {
    margin-top: 70px;
}

line-corect{
    position: relative;
    display: block;
    width: 100%;
}


page, page-content, container {
    display: block;
    box-sizing: border-box;
}


company-info {
    display: flex;
    width: 100%;
    margin: 100px auto 20px;
    white-space: nowrap;
    justify-content: flex-end;
        align-items: center;
        padding-top: 10px;
}

company-info company-details {
    display: inline-flex;
    margin-bottom: 60px;
    width: 79%;
}


company-info company-details .companyLogo {
    width: 20%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

company-info company-details .companyLogo img {
    max-height: 150px;
    width: 150px;
    object-fit: contain;
}

img {
    border: none;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.module2 :is(company-info[kargozar="خیر"][fannavar="بله"]) :is(.kargozar) {
    display: none;
}

.module2 .star star {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    -webkit-mask-image: url(View/2/Icons/star.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--borderLighterThan);
}

company-info company-details .details {
    display: inline-flex;
    width: 80%;
    flex-direction: column;
    padding-top: 24px;
    position: relative;
    padding-bottom: 1px;
}

company-info company-details .details:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 21px;
    -webkit-mask-image: url("View/1014/گالری/Polygon 13.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--primary);
    position: absolute;
    left: -13px;
    /* top: 87px; */
    top: 80px;
    /* transform: translate(0, -50%); */
    z-index: 9;
}

company-info company-details .details h1 {
    display: block;
    font-size: 19pt;
        margin-top: 51px;

    font-weight: bold;
    color: var(--textAccent);
    position: relative;
    white-space: initial;
}

company-info company-details .details h1:before {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0%, 0);
    background-image: url("View/1014/گالری/Rectangle 25.svg");
    border-radius: 59px;
    z-index: 0;
}

company-info company-details .details h1 span {
    background-color: var(--body);
    position: relative;
    z-index: 1;
    padding-left: 14px;
}

company-info company-details .details h1 {
    display: block;
    font-size: 19pt;
    font-weight: bold;
    color: var(--textAccent);
    position: relative;
    white-space: initial;
}

company-info company-details .details h1 span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-mask-box-image: url("View/1014/گالری/Group 62.svg");
    display: block;
    width: 66px;
    z-index: 1;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: var(--primary);
}

company-info company-details .details h1:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, 0);
    background-color: var(--borderGray);
    border-radius: 59px;
    z-index: 0;
}
expire {
    direction: rtl;
    margin: 10px 0 0 10px;
    display: none;
}

expire span {
    display: block;
    background: #922f361f;
    width: auto;
    white-space: break-spaces;
    color: var(--danger);
    font-size: 10pt;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid;
    font-weight: bold;
    max-width: max-content;
}

company-info company-details .details tags {
    display: block;
    margin: 10px 0;
    white-space: initial;
}

a, a:visited, a:active, a:link, a:hover {
    text-decoration: none !important;
}

a, a:active, a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

company-info company-details .details tags tag.primary {
    background-color: var(--primary);
}

company-info company-details .details tags tag {
    display: inline-flex;
    color: var(--textAgainst);
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 10.5pt;
}

company-info company-details .details h1::before {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0%, 0px);
    background-image: url("View/1014/گالری/Line 83.svg");
    z-index: 0;
    border-radius: 59px;
}

company-info company-details .details tags {
    display: block;
    margin: 10px 0;
    white-space: initial;
}

company-info company-details .details tags tag.icon {
    padding-left: 28px;
    position: relative;
}

company-info company-details .details tags tag.accent {
    background-color: var(--accent);
}

company-info company-details .details tags tag.icon.pin:before {
    -webkit-mask-image: url("View/1014/گالری/icons8_price_tag.svg");
}

company-info company-details .details tags tag.icon:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--textAgainst);
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.module2 tags tag span {
    margin-left: 4px;
}

company-info company-details .details idea {
    font-size: 10.5pt;
    color: var(--text);
    white-space: initial;
}

company-info company-details .details idea span {
    color: var(--primary);
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}

company-info company-details .details idea span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("View/1014/گالری/Rectangle 25.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--primary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

company-info company-details .details idea p {
    display: inline;
}









company-info ceo {
    display: inline-flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 10px;
}

company-info ceo img {
display: block;  
    height: 130px;
    width: 130px;
    border-radius: 50%;
    object-fit: cover;
    background-color: var(--box);
    padding: 4px;
}

company-info ceo h3 {
    display: block;
    font-size: 16pt;
    color: var(--text);
    margin-bottom: 8px;
    position: relative;
    padding: 0 20px;
    white-space: initial;
    text-align: center;
}

company-info ceo h3:before, company-info ceo h3:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("View/1014/گالری/Rectangle 25.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--primary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

company-info ceo h3:after {
    left: 0;
    right: unset;
}

company-info ceo span {
    display: block;
    font-size: 9.5pt;
    color: var(--text);
}

tabs {
    display: block;
    position: relative;
    font-size: 12pt;
    color: var(--text);
    margin-top: 50px;
    margin-right: 20px;
    width: 96.7%;
}



tabs tabs-info {
    display: block !important;
    background-color: rgb(38 110 64 / 46%);
    position: absolute;
    top: 0;
    text-align: justify;
    transform: translate(0, -99%);
    padding: 6px 6px 0;
    border-radius: 6px 6px 0 0;
    direction: rtl;
}

tabs tabs-info a.active, tabs tabs-info a:hover {
    background: unset;
    color: var(--textAgainst);
    background-color: var(--primary);
    /* border: 1px solid transparent; */
    border-bottom: 0;
    border-radius: 4px;
}

tabs tabs-info a {
    display: inline-block;
    margin: 2px 4px 0;
    padding: 6px 12px;
    transition: var(--tran);
    /* border: 1px solid var(--box); */
    border-bottom: 0;
  
}

a, a:visited, a:active, a:link, a:hover {
    text-decoration: none !important;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

a, a:active, a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

tabs tab.active {
    display: block;
}

tabs tab {
    display: block;
    border-radius: 6px 0 6px 6px;
    padding: 14px;
    text-align: justify;
    height: auto;
    background: rgb(38 110 64 / 46%);
}

.lstActivities {
    display: block;
}

element.style {
    display: none;
}






growth-path {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

growth-path listtag item h5:last-child:after{
    content: unset;
    display: none;
}

.Row{
        display: flex;
}

head-box.right {
    text-align: right;
}

head-box {
    display: block;
    text-align: center;
    margin: 50px auto;
    position: relative;
}

head-box headline {
    font-size: var(--headingSize);
    font-weight: bold;
    color: var(--textAccent);
    position: relative;
    padding: 0 40px;
    background: white;
    z-index: 9;
}

head-box headline:not(.withOutShape, .withOutRightShape):after {
    right: 0;
    content: '';
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary);
    width: 26px;
    height: 26px;
    position: absolute;
}

.lstGrow item:first-child {
    margin-right: 10px;
}

growth-path item {
    display: inline-flex;
    flex-direction: column;
    margin-left: 100px;
    position: relative;
}

growth-path item span {
    color: var(--text);
    text-align: center;
    font-size: 10pt;
}

growth-path item h5 {
    color: var(--textAgainst);
    padding: 4px 8px;
    background-color: var(--accent);
    margin: 0;
    font-size: 12pt;
    font-weight: normal;
    border-radius: 4px;
    text-align: center;
    min-width: 125px;
}

growth-path item h5:before {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    top: 42px;
    left: -100px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='59' ry='59' stroke='%23707070FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 59px;
    z-index: 0;
}

growth-path item h5:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-100%, 0%);
    background-image: url("View/1014/گالری/Group 62.svg");
    display: block;
    width: 66px;
    z-index: 1;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

growth-path item span {
    color: var(--text);
    text-align: center;
    font-size: 10pt;
}









permissions {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

head-box.right {
    text-align: right;
}

head-box {
    display: block;
    text-align: center;
    position: relative;
    margin: 50px auto;
}

head-box.right {
    text-align: right;
}

head-box headline::after {
    content: "";
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
     background-color: var(--accent);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

permissions list {
    display: block;
    overflow: auto;
    white-space: nowrap;
}

permissions item {
    display: inline-flex;
    flex-direction: column;
    margin-left: 100px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

a, a:visited, a:active, a:link, a:hover {
    text-decoration: none !important;
}

a, a:active, a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

permissions {
    display: block;
    width: 100%;
    text-align: right;
}

permissions item span {
    color: var(--textAgainst);
    background-color: var(--primary);
    font-size: 12pt;
    font-weight: normal;
    position: relative;
    padding: 4px 8px;
    margin: 0px;
    border-radius: 4px;
}

permissions item span::before {
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    top: 18px;
    left: -100px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='59' ry='59' stroke='%23707070FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='round'/%3e%3c/svg%3e");
    z-index: 0;
    border-radius: 59px;
}

permissions item span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-100%, -47%);
    background-image: url("View/1014/گالری/Group 62.svg");
    display: block;
    width: 66px;
    z-index: 1;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}









dashed-right-line {
    position: relative;
    display: block;
}

solid-left-line {
    position: relative;
    display: block;
}

head-box {
    display: block;
    text-align: center;
    position: relative;
    margin: 50px auto;
}

head-box stretch.dashed.right {
    width: 50%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 0px);
    right: 16px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='59' ry='59' stroke='%23707070FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='round'/%3e%3c/svg%3e");
    z-index: 0;
    border-radius: 59px;
}

head-box stretch.right::after {
    right: -17px;
}

head-box headline::before {
    content: "";
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

news-section head-box stretch::after {
    content: "";
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/SquareRotate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
     background-color: var(--borderGray);
    width: 26px;
    height: 26px;
    position: absolute;
    left: -17px;
    top: -12px;
}

head-box stretch {
    width: 97%;
    height: 1px;
    background-color: var(--borderGray);
    position: absolute;
    top: calc(50% - 0px);
    left: 31px;
}

company-achievements achievements {
    display: block;
    width: 100%;
    text-align: center;
}

company-achievements achievements item {
    display: flex;
    width: 220px;
    min-height: 200px;
    background-color: var(--box);
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 14px;
    border-radius: 6px;
    margin: 10px 5px;
}

company-achievements achievements item img {
    display: block;
    width: 100%;
    max-width: 140px;
}

company-achievements achievements item a {
    display: flex;
    align-items: center;
    font-size: 12pt;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--borderGray);
}

company-achievements achievements item date-time {
    font-size: 10pt;
    padding-top: 10px;
    color: var(--accent);
}

company-achievements achievements {
    display: block;
    width: 100%;
    text-align: center;
}

achievements list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

company-info ceo {
    display: inline-flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 0px;
}

company-achievements {
    position: relative;
    display: block;
    width: 100%;
}

company-achievements.sectionLeftArrow::before{
    z-index: 0;
}

achievements {
    width: 100%;
}

 company-achievements right-arrows {
    width: 1px;
    height: 793px;
    display: block;
    position: absolute;
    left: 45px;
    border-radius: 58px;
}

company-achievements right-arrows images {
    display: block;
    width: 146px;
    height: 300px;
    position: relative;
    top: 20%;
    right: 46%;
    transform: translate(38%, -49%);
}

company-achievements right-arrows img:nth-child(1) {
    transform: translate(-50%, 200%);
    opacity: 0.05;
}

company-achievements right-arrows img:nth-child(2) {
    transform: translate(-50%, 150%);
    opacity: 0.1;
}

company-achievements right-arrows img:nth-child(3) {
    transform: translate(-50%, 100%);
    opacity: 0.2;
}

company-achievements right-arrows img:nth-child(4) {
    transform: translate(-50%, 50%);
    opacity: 0.3;
}

company-achievements right-arrows img:nth-child(5) {
    transform: translate(-50%, 0%);
    opacity: 0.4;
}

company-achievements right-arrows img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--tran);
    width: auto;
    height: auto;

}

company-achievements right-arrows images:hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    opacity: 1;
}

#infoCompany div:not(:first-child) {
    margin-top: 6px;
}










media {
    position: relative;
    margin: 40px auto!important;
}

solid-left-line.sectionLeftArrow::before{
      content: '';
    display: block;
    width: 1px;
    height: calc(100% + 140px);
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 56px;
    top: 15px;
    z-index: 3;
}

head-box stretch:after {
    content: '';
    -webkit-mask-image: url("View/1014/گالری/Rectangle 25.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--borderGray);
    width: 26px;
    height: 26px;
    position: absolute;
    left: -17px;
    top: -12px;
}


.sectionLeftArrow.leftArrowWithOutShape::after {
    content: '';
    display: none;
}

head-box {
    display: block;
    text-align: center;
    margin: 50px auto;
    position: relative;
}


/* news-boxes list , podcast-boxes list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    margin-top: 30px;
    gap: 32px;
}

news-boxes new-box:not(:first-child) content-text {
    display: none!important;
}

news-boxes new-box , podcast-boxes .s-podcast {
    display: flex;
    width: 99%;
    border-radius: 6px;
    background-color: var(--box);
    position: relative;
}

news-boxes new-box:not(:first-child) date-time , podcast-boxes .s-podcast date-time {
    background-color: var(--primary);
    color: var(--textAgainst);
    padding: 4px 5px 0;
    font-size: 9pt;
    border-radius: 4px;
    position: absolute;
    left: 6px;
    top: 6px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

news-boxes new-box:not(:first-child) .btnArchiveNews, podcast-boxes .s-podcast .btnArchiveNews {
    position: absolute;
    color: var(--textAgainst);
    padding: 0px 8px;
    left: 6px;
    bottom: 6px;
    min-height: auto;
    font-size: 10pt;
}

news-boxes new-box:not(:first-child) h3 ,  podcast-boxes .s-podcast h3{
    margin: 34px 14px 0;
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 12pt;
    font-weight: normal;
    margin-right: 14px;
    margin-left: 14px;
    color: var(--text);
    transition: var(--tran);
}

news-boxes new-box img ,  podcast-boxes .s-podcast img {
    width: 130px;
    height: 100%;
    object-fit: cover;
    border-radius: 0 6px 6px 0;
} */

column.centerBtn {
    text-align: center;
    margin: 30px auto 0;
}

column.centerBtn .btn {
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #c9facd;
    color: var(--accent);
    padding: 7px 20px;
    border-radius: 20px;
    min-height: 36px;
}










.rightStretch::before {
    right: -20px;
}

products head-box stretch::before {
  content: "";
    -webkit-mask-image: url("View/1014/گالری/Rectangle 25.svg");
    -webkit-mask-size: cover;
    background-color: var(--primary);
    width: 26px;
    height: 26px;
    position: absolute;
    right: -3px;
    top: -12px;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

products head-box stretch::after {
    content: "";
    -webkit-mask-image: url("View/1014/گالری/Rectangle 25.svg");
    -webkit-mask-size: cover;
    background-color: var(--primary);
    width: 26px;
    height: 26px;
    position: absolute;
    left: -14px;
    top: -12px;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

/* .transparent {
background-color: var(--borderAgainst);} */

products-content list.owl-carousel .owl-nav.disabled.disabled{
    display: block;
}

.sectionLeftArrow::before {
content: '';
    display: block;
    width: 1px;
    height: calc(100% + 68px);
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 26px;
    top: 4px;
    z-index: -1;
}

.sectionRightArrow::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 158%);
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    right: 11px;
    top: 1px;
    z-index: 0;
}

products {
    display: flow-root;
    -webkit-mask-box-image: url(View/1014/elmVaSanat/icons/ProductsBackground.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 576px; */
    position: relative;
    margin-top: 100px;
    background: rgb(38 110 64 / 46%);
}



companys.sectionLeftArrow::before, products-content.sectionLeftArrow::before {
    right: 42px;
    height: 17vh;
    z-index: 0;
}

products head-box {
    display: block;
    text-align: center;
    margin: 40px auto;
    position: relative;
}

products head-box headline {
    font-size: 24pt;
    font-weight: bold;
    color: var(--textAccent);
    position: relative;
    padding: 0 40px;
    background-color: var(--body);
}



products head-box headline::before {
    left: 0;
}

products-content head-box.center stretch {
    width: calc(100% - 45px);
    z-index: 0;
}



products head-box stretch {
    width: 80%;
    height: 1px;
    background-color: var(--borderGray);
    position: absolute;
    top: calc(50% - 2px);
    left: 26px;
    z-index: -1;
}


.owl-nav {
    position: absolute;
    right: 0;
    top: 25%;
}

.owl-carousel .owl-stage {
    margin-right: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: flex;
    flex-direction: column-reverse;
}

.owl-carousel .owl-next span, .owl-carousel .owl-prev span {
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/ArrowIcon.svg);
    -webkit-mask-size: cover;
    width: 20px;
    min-height: 30px;
    display: block;
    -webkit-mask-repeat: no-repeat;
    font-size: 0;
}

.owl-next span{
    background-color: var(--borderLighterThan);
}

.owl-prev span{
    background-color: var(--primary);
    rotate: 180deg;
}

.sliderList {
    margin-right: 0px;
    margin-top: 50px;
}

/* products{
    display: flow-root;
    background-image: url(View/1014/elmVaSanat/icons/ProductsBackground.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 512px;
    position: relative;
} */

products-content{
    margin-top: 40px !important;
}

product{
    width: calc(100% - 20px);
    border-radius: 6px;
    display: inline-block;
}

product img {
    width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 8px;
    background-color: var(--borderAgainst);
}

product p{
    -webkit-line-clamp: 2;
    font-size: 13pt;
    color: var(--text);
    text-align: center;
    position: relative;
    transition: var(--tran);
}

product p::after{
    content: '';
    -webkit-mask-image: url(View/1014/elmVaSanat/icons/Squaregray.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--accent);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -27px;
    transform: translate(0, 0);
    transition: var(--tran);
}

product p:before {
    content: '';
    display: block;
    position: absolute;
    width: 85%;
    height: 1px;
    border-top: 1px dashed var(--borderGray);
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: var(--tran);
}

.sectionLeftArrow::before{
    /* content: '';
    display: block;
    width: 1px;
    height: 160vh;
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 134px;
    top: 67px;
    z-index: -1;
    opacity: .7; */
}

/* .sliderArrows.sectionLeftArrow::before {
    right: 42px;
    height: 17vh;
    z-index: 0;
} */

products-content.sectionLeftArrow::before {
    content: '';
    display: block;
    width: 1px;
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 134px;
    top: 67px;
    opacity: .7;
    right: 42px;
    height: 17vh;
    z-index: 0;
}

.sectionLeftArrow::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 100%);
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 26px;
    top: 4px;
    z-index: -1;
}


/* .sliderArrows.sectionLeftArrow::before {
    content: '';
    right: 42px;
    height: 17vh;
    z-index: 0;
    display: block;
    width: 1px;
    background-image: url(View/1014/elmVaSanat/icons/sectionLeftArrow.svg);
    position: absolute;
    left: 134px;
    top: 67px;
    z-index: -1;
    opacity: .7;
} */@media screen and (min-width: 600px) and (max-width: 1024px) {
footer{
    margin-top: 120px;
}


achievements list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

arrows{
    display: none;
}

.sectionRightArrow::before{
    display: none;
}

company-info company-details .details h1::before{
    display: none;
}

/* products {
    margin-top: -23px;
} */

company-info {
    display: flex;
    width: 100%;
    margin: 100px auto 20px;
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

company-info company-details .details {
    display: inline-flex;
    width: 80%;
    flex-direction: column;
    padding-top: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-right: 24px;
}

company-info company-details {
    display: inline-flex;
    width: 77%;
}

company-achievements.sectionLeftArrow::before{
    display: none;
}

solid-left-line.sectionLeftArrow::before{
display: none;
}

dashed-right-line:before{
    display: none;
}




tabs{
    position: relative;
    width: 98%;
}

/*اخبار*/

service-counter{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

service-counter::before{
    display: none;
}

service-counter counter p {
    font-size: 15pt;
}

/* .BigNews new , .BigPodcast list .podcast{
    width: 100%;
    grid-template-columns: 40% 60%;
}

.BigNews new img , .BigPodcast list .podcast img{
    height: 100%;
    object-fit: inherit;
}

.BigPodcast .podcast content h2{
    padding-left: 0;
    margin-top: 30px;
}

.BigNews new content , .BigPodcast list .podcast content {
    padding: 14px;
}

.BigNews new content p, .BigPodcast list .podcast content p{
    font-size: 12pt;
}

.BigNews new content .btnArchiveNews , .BigPodcast list .podcast content .btnArchiveNews{
    position: relative;
    float: left;
}

.BigPodcast list .podcast content .btnArchiveNews{
    margin-top: 14px;
}

.BigNews new content date-time , .BigPodcast list .podcast content date-time{
    float: right;
} */

.sectionLeftArrow::before, head-box stretch , .BigNews new content::after ,   .BigPodcast list .podcast content::before ,  .BigPodcast list .podcast content::after , .BigNews new content::before , media.sectionLeftArrow::after{
    display: none;
}

/* news-boxes list , podcast-boxes list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
} */

park-shape{
    height: auto;
    background-size: cover;

}

park-shape .wrapper{
    flex-direction: column-reverse;
}

park-shape p{
    width: 100%;
}

videos-box {
    row-gap: 20px;
    height: auto;
    grid-template-columns: 100%;
}

videos-box video{
    height: auto;
}

/*service-boxes list{
    grid-template-columns: repeat(3 , 1fr);
}

service-boxes border-box {
    width: 100%;
    text-align: center;
}

service-boxes service img{
    width: 60px;
    height: 60px;
}

service-boxes service {
    padding: 20px 14px;
}*/

.owl-carousel .owl-stage{
    margin-right: 0;
}

.sliderList{
    margin-right: 0;
}

company , product{
    width: 90%;
    margin: 0 16px;
}

products{
    background-image: none;
}

#gallerys{
    grid-template-columns: 1fr;
}

/*******************/

headline {
    box-sizing: border-box;
    padding: 0;
    display: unset;
}

.transparent {
    background-color: transparent;
}

company-info company-details .companyLogo img {
    max-height: 120px;
    width: 120px;
    object-fit: contain;
    margin-right: 10px;
}

products-content list company {
    background-color: var(--boxGlass) !important;
}}@media screen and (min-width: 0) and (max-width: 600px) {
footer{
    margin-top: 100px;
}

achievements list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

arrows{
    display: none;
}


.sectionRightArrow::before{
    display: none;
}

company-info company-details .details h1::before{
    display: none;
}


solid-left-line.sectionLeftArrow::before{
display: none;
}


dashed-right-line:before{
    display: none;
}

/* products {
    margin-top: -23px;
} */






growth-path item h5:after{
    display: none;
}

growth-path item h5:before{
        display: none;
}

permissions item span::after{
 display: none;
}

permissions item span::before{
     display: none;
}







tabs {
    display: block;
    position: relative;
    font-size: 12pt;
    color: var(--text);
    margin-top: 50px;
    margin-right: 0px;
    width: 98%;
}



company-info {
    margin: 90px auto 0px;
}

company-info {
    flex-direction: column;
}

company-info company-details, company-info {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

company-details, company-info {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

company-info company-details .logo {
    margin-left: 0;
    width: 80%;
}

company-info company-details .logo {
    margin-left: 0;
    width: 80%;
}

company-info company-details .details {
    width: 100%;
    padding: 24px 5px 10px;
    box-sizing: border-box;
}

company-info company-details .details h1, company-info company-details .details tags {
    text-align: center;
}

.module2 expire {
    margin-right: 13px;
}

company-info company-details .details h1, company-info company-details .details tags {
    text-align: center;
}

company-info company-details .details h1, company-info company-details .details tags {
    text-align: center;
}

company-info ceo {
    width: 100%;
    margin: 0 auto 50px;
    height: max-content;
}

company-info ceo h3 {
    margin-top: 4px;
}







head-box headline {
    font-size: var(--headingSize);
    font-weight: bold;
    color: var(--textAccent);
    position: relative;
    background-color: var(--body);
    z-index: 9;
    padding: 0px 40px;
}

head-box headline:not(.withOutShape, .withOutRightShape):after {
    display: flow-root;
    float: left;
    margin: 0 8px;
        position: absolute;
    top: 13px;

}

growth-path item, permissions item {
    margin-left: 20px;
    margin-top: 6px;
}

company-achievements.sectionLeftArrow::before{
    display: none;
}

company-info company-details .details:before {
    /* left: -8px;
    top: 83px;
    transform: rotate(-90deg); */
    display: none;
}






header{
    height: 400px;
}

.headerBigWhite{
    height: 130px;
    bottom: 0px;
}

service-counter{
    flex-direction: column;
    row-gap: 14px;
}

service-counter::before , .BigNews new content::after , .BigNews new content::before , .BigPodcast .podcast content::before ,  .BigPodcast .podcast content::after , media.sectionLeftArrow::after{
    display: none;
}

service-counter counter p {
    font-size: 15pt;
}

/* .BigNews new , .BigPodcast .podcast{
    grid-template-columns: 100% !important;
    width: 100% !important;
} */

.sectionLeftArrow::before, head-box stretch {
    display: none;
}

/* news-boxes list , podcast-boxes list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
}

.BigNews new content , .BigPodcast list .podcast content {
    padding: 14px;
}

.BigPodcast .podcast content h2{
    padding-left: 0;
    text-align: justify;
} */

date-time{
    float: right !important;
}

/* .BigNews new content .btnArchiveNews , .BigPodcast list .podcast content .btnArchiveNews{
    position: relative;
    float: left;
}

.BigPodcast list .podcast content .btnArchiveNews{
    margin-top: 14px;
} */

park-title p{
    font-size: 19pt;
}

park-shape{
    height: auto;
    background-size: cover;
}

park-shape .wrapper{
    flex-direction: column-reverse;
}

park-shape p{
    width: 100%;
}

videos-box {
    row-gap: 20px;
    height: auto;
    grid-template-columns: 100%;
}

videos-box video{
    height: auto;
}

service-boxes list{
    grid-template-columns: 1fr;
    gap: 20px;
}

.sliderList{
    margin-right: 0;
}

products{
    background-image: none;
}


#gallerys{
    grid-template-columns: 1fr;
}

.transparent {
    background-color: transparent;
}

.details h1:after {
    display: none;
}

company-info company-details .details h1 span:before {
    display: none;
}

products-content list company {
    background-color: var(--boxGlass) !important;
}

.details h1{
    display: none !important;
}

company-info company-details{
    margin: 60px;
}}











.module12 map-img{display: none;}.module12 .leaflet-control-fullscreen-button{position: relative;}.module12 .leaflet-control-fullscreen-button::after{content: '';background-image: url('View/1014/icon/Full Screen_128px.png');width: 22px;height: 22px;background-repeat: no-repeat;background-size: contain;position: absolute;left: 2px;top: 2px;}


