: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%;
    }
}}
.wrapper {
    display: flow-root;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
}

page, page-content, container {
    display: block;
    box-sizing: border-box;
}


.title {
    display: -webkit-box;
}

.title h1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: var(--primary);
    margin-top: 17px;
    font-size: 15pt;
}

.title h1::before {
    content: '';
    display: inline-block;
    -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: 24px;
    height: 24px;
    vertical-align: top;
    margin: 0px 0px 0 6px;
}

.parentBtn {
    width: 87%;
    display: flow-root;
}

.btnExcel::before {
    content: '';
    width: 24px;
    height: 24px;
    display: flow-root;
    margin-left: 10px;
    background-image: url(View/1014/icon/icons8-excel-48.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    background-color: var(--body);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    background-color: var(--disable);
    padding: 8px 14px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-size: 12pt;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    margin: 0 2px;
    transition: var(--tran);
    width: fit-content;
}

.btn.accent.btnExcel {
    transition: .3s ease-in-out;
    margin: 0 auto 30px;
    background-color: green;
    font-size: 11pt;
    float: left;
}

.btn.accent.btnExcel:hover {
    transform: scale(1.1);
}

.companys{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    column-gap: 20px;
    row-gap: 20px;
    z-index: 9;
    position: relative;
}

company{
    width: 100%;
}
/* company{
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 230px;
    padding: 20px;
    background-color: var(--box);
    border-radius: 6px;
    box-sizing: border-box;
    align-items: center;
    min-height: 70px;
    position: relative;
    z-index: 0;
}

company:hover{
transform: scale(1.1);
}

company img {
    width: 100px;
    display: block;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

[lang-page="FA"] [hide-en] {
    display: -webkit-box;
}

company span{
    padding-top: 0;
    position: inherit;
}

company span:before {
    content: '';
    display: block;
    position: absolute;
    width: 78%;
    height: 1px;
    border-top: 1px dashed var(--border);
    top: 60%;
    right: 11%;
}

company span:after {
    content: '';
    -webkit-mask-image: url("View/1014/icon/Rectangle 25.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: 57%;
    transform: translate(-50%, 0);
}

.textLineClamp {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 35px;
    font-size: 11pt;
    text-align: center;
} */@media screen and (min-width: 600px) and (max-width: 1024px) {
.cmpSearch {
    width: unset;
}
.companys{
    grid-template-columns: repeat(3,1fr);
}
.title {
    display: flex;
}
paging {
    grid-column: 1/4;
}}@media screen and (min-width: 0) and (max-width: 600px) {
.cmpSearch {
    width: unset;
}

.companys{
    grid-template-columns: repeat(2,1fr);
}
.title {
    display: flex;
}
.btn.accent.btnExcel {
    font-size: 10pt;
}

paging {
    grid-column: 1/3;
}

.component1 .component2 .searchbox{
    width: 100% !important;
}}



.component4 .component2 .close {display: flow-root;width: 33px;height: 30px;position: absolute;top: 48%;left: 10px;transform: translate(0, -50%);transition: all ease .3s;background-color: var(--primary);-webkit-mask-image: url(View/1014/icon/Close.svg);-webkit-mask-size: contain;-webkit-mask-repeat: no-repeat;}.component4 .component2 .cmpSearch {width: 53%;margin: 20px auto;}.component4 .component2 .cmpSearch h1 {display: flow-root;margin: 16px auto;width: 60%;}.component4 .component2 .cmpSearch h1 img {background-color: var(--primary);-webkit-mask-image: url(View/1014/elmVaSanat/icons/Newlogo.svg);-webkit-mask-size: contain;-webkit-mask-repeat: no-repeat;display: block;width: 175px;height: 230px;margin: 0 auto;text-decoration: none;}.component4 .component2 .searchbox {display: flow-root;position: relative;width: 100%;margin: 0 auto;}.component4 .component2 .searchbox [type=text] {display: flow-root;margin: 0;outline: none;border: none;border-radius: 6px;box-sizing: border-box;padding: 10px 16px 8px;width: 100%;font-size: 13pt;background-color: var(--box);}.component4 .component2 .btnSearch {display: flow-root;width: 22px;height: 28px;position: absolute;top: 17%;left: 14px;transition: all ease .3s;-webkit-mask-image: url(View/1014/elmVaSanat/icons/Search.svg);-webkit-mask-position: center;-webkit-mask-repeat: no-repeat;-webkit-mask-size: contain;background-color: var(--primary);}.component4 .component2 .btnSearch:hover{background-color: var(--accent);}@media screen and (min-width: 600px) and (max-width: 1024px) {.component4 .title {display: flex;}.component4 .component2 .cmpSearch {width: unset;}}@media screen and (min-width: 0) and (max-width: 600px) {.component4 .title {display: flex;}.component4 .component2 .cmpSearch {width: unset;}}
.list5 [typeacsept=""]{display: none;}

.module7 map-img{display: none;}.module7 .leaflet-control-fullscreen-button{position: relative;}.module7 .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;}


