@font-face {
    font-family: "yekan";
    src: url(font/Yekan.eot);
    src: url(font/Yekan.eot?#iefix) format("embedded-opentype"), url(font/Yekan.woff) format("woff"), url(font/Yekan.ttf) format("truetype"), url(font/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('font/eot/IRANSansWeb_Bold.eot');
    src: url('font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('font/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('font/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('font/eot/IRANSansWeb_Medium.eot');
    src: url('font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('font/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('font/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('font/eot/IRANSansWeb_Light.eot');
    src: url('font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('font/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('font/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('font/eot/IRANSansWeb_UltraLight.eot');
    src: url('font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('font/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('font/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('font/eot/IRANSansWeb.eot');
    src: url('font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('font/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('font/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/ttf/IRANSansWeb.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 75.5%;
}

body {
    font-family: IRANSans, sans-serif;
    direction: rtl;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

/* Utilities */
ul {
    list-style-type: none;
   

}

a {
    text-decoration: none;
    color: #333;

}

img {
    border-radius: 7px;
}

.container {
    padding:0 20px;

}
.card-3 {
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*  Header  */
.header__container {
    background: #fff;
    display: flex;
    justify-content: center;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    padding: 20px 2vw;
    margin: 0 2vw;
    /* background: #497c9a;*/
  
}
    .header__inner.borderline {
        border-bottom: 3px solid #777fa4;
    }

.header__menu {
    flex:1 1 auto;
       height: 100%;  
}
.header__container.header_2 .header__menu {
    padding-top: 0;
    flex: 0 0 230px;
}
.article_menu {
    flex: 0 0 230px;
   
}

.header__container.header_2 .submenu a {
    display: flex;
}
.submenu {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .submenu a {
        color: #fff;
        background: #fff;
        padding: 5px 20px;
        border-radius: 100px;
        display: flex;
    }

.submenu > ul {
    font-family: 'IRANSans';
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
        background: #9a497c;
}

.submenu > ul > li {
}

.submenu > ul > li > a {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1.5rem 0.5rem;
    color: #3d3d3d;
    transition: all .2s ease-in-out;
}

.submenu > ul :last-child > a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

}

.submenu > ul > li > a:hover {
    background-color: #438750;
    color:#fff;
}

.submenu > ul > li > a > i {
    margin-right: 1rem;
    margin-left: 2rem;
    color: #3d3d3d;
    font-size: 2rem;
    display: flex;
}
.listmenu {
   height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.listmenu a {
    color: #fff;
}

    .listmenu > ul {
        position: relative;      
        width: 100%;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        background: #9a497c;
        overflow: hidden;
        z-index:9;
    }

.listmenu > ul > li {
}

.listmenu > ul > li > a {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0.7rem 0.5rem;
    color: #3d3d3d;
    transition: all .2s ease-in-out;
}

.listmenu > ul :last-child > a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

}

.listmenu > ul > li > a:hover {
    background-color: #438750;
    color:#fff;
}

.listmenu > ul > li > a > i {
    margin:0 5px;    
    color: #3d3d3d;
    font-size: 2rem;
    display: flex;
}
        .listmenu > ul > li.footer__item {
            background: #fff;
            font-size: 1.2rem;
            font-family: 'IRANSans';
            padding: 0;
            margin: 0;
        }
    .listmenu > ul > li.footer__item i {
            color: #438750;
    }
        .listmenu > ul > li.footer__item i:before {
            font-size: 2rem;
            padding: 0;
            margin: 0;
            width: auto;
        }
       .listmenu > ul > li > a:hover i:before
        {
            color:#fff;
        }
.header__search {
    flex: 0 0 30%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 8;
}

.search__input {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 2px solid #fff;
    padding: 0.8rem 50px 0.8rem 0;
    border-radius: 10rem;
    width: 90%;
    background-color: #f0997d;
}
.header__inner.second {
    background: #bbbed1;
    justify-content: center;
}
.search__input:focus {
    outline: none; 
}

.search__input::placeholder {
    font-weight: 500;
    color: #fff;
}
.header__container.header_2 .lookup
{
    width:100% !important;
}

.search__button {
    z-index: 2;
    border: none;
    background-color: transparent;
    fill: var(--color-grey-dark-3);
    margin-left: -3rem;
}
.header__container.header_2 .search__button {
    z-index: 2;
    border: none;
    background-color: transparent;
    fill: var(--color-grey-dark-3);
    margin-left: -3rem;
}
.search__button i {
    display: flex;
    height: 100%;
    align-items: center;
    color: #497c9a;
    font-size: 1.6rem;
}

.search__button:focus {
    outline: none;
}

.search__button:hover {
    cursor: pointer;
}

.header__register {
    flex: 0 0 175px;
    padding: 7px 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: none;
}

    .header__register i {
        color: #25316d;
        display: flex;
        font-size: 2.5rem;
    }
.header__register--text {
    color: #979797;
}
.header__register--text a:first-child {
    margin-left: 0.7rem;
    font-size: 1.3rem;
    color: #979797;
}

.header__register--text a:last-child {
    margin-right: 0.7rem;
    font-size: 1.3rem;
    color: #979797;
}

.companyname {
    background-color: #25316d;
    font-size: 1.2rem;
    padding: 2px 20px;
    display: flex;
    gap: .7vw;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 3rem;
}
    .companyname a{
        color :aliceblue;
    }

    .main__container {
    }

.main__top {
}

.main__top--inner {
    display: flex;
}

.spam {
    flex: 0 0 330px;
    height: 34rem;
    background-color: #f7c08a;
}
.container.header {
    width: 100% !important;
    padding: 0 !important;
}
.main__top--header, .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.main__img--container {
    display: flex;
    column-gap: 10px;
    padding-top: 10px;
}

.main__top--content {
    display: flex;
    flex-direction: column;   
    flex: 0 0 65%;

}

.main__left--content {
    flex: 1;
}

.article-header {
    /*width: 100%;*/
    background-color: #777fa4;
    padding: 13px 0;
    margin: 0 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.general__article {
    font-weight: normal;
}

.general__article--header {
    background-color: #777fa4;
    padding: 5px 0;
    margin: 0 220px;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.general__article--header h2 {
    font-weight: normal;
}

/*.general__article:after{
    content: '';
    margin-top: .8rem;
    position: absolute;
    top: 2rem;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #438750;
}*/
.main__top--img {
       display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 10px;
}
.img__small,.img__vertical,.img__horizontal{
    overflow: hidden;
        border-radius: 7px;
}
.img__horizontal {      
       position: relative;
    flex: 1 1 100%;
    width: 100%;
    display: flex;
}
.main__img--container a,.menu_img__small a
{
    display:flex;position: relative;height:100%;
}
.img__horizontal img {
    width: 100%;   
    transition: all .2s ease-in-out;
}

.img__vertical {
  
    position: relative;
}

.img__vertical img {
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
}

.img__small { 
    flex: 1 1 calc(50% - 20px);
     max-height: 25rem;
    position: relative;
}



.img__small img {
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
}

.img__small:hover img,.img__vertical:hover img,.img__horizontal:hover img {
    filter: blur(2px) brightness(60%);
}
.menu_img__small
{
    flex: 1 1 auto;
    max-height: unset;
    height:auto;
    position: relative;
}
.img__text--header {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #497c9a;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

.img__text--header h2 {
   
    font-size:1rem;
}
.img__small:hover .img__text--header,.img__horizontal:hover .img__text--header,.img__vertical:hover .img__text--header
{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:50%;    
    color: #fff;
    background:transparent;
}


.img__small:hover .img__text--header h2,.img__vertical:hover .img__text--header h2,.img__horizontal:hover .img__text--header h2 {
  color: #e6efdc;
}


.img__date--container {
    opacity: 0;
    position: absolute;
    justify-content: space-between;
    display: flex;
    transition: transform .3s ease-in-out;
    width:100%;
    bottom:0;
}
.img__summary--container {
       opacity: 0;
    position: absolute;
    justify-content: center;
    display: flex;
    text-align: justify;
    transition: bottom .3s ease-in-out;
    width: 100%;
    bottom: 0;
}
.img__summary--container span
{
        color: rgb(232,232,232);
    font-size: 1.2rem;
}
.img__small:hover .img__summary--container,.img__horizontal:hover .img__summary--container,.img__vertical:hover  .img__summary--container
{
        opacity: 1;
        bottom:30%;
}
.img__text--date span, .img__text--date label ,.img__text--date i{
    color: rgb(232,232,232);
    font-size: 1.2rem;
}
.img__text--date i{
    margin-left: .5rem;
}

.img__small:hover .img__date--container,.img__vertical:hover .img__date--container,.img__horizontal:hover .img__date--container {
    transform: translateY(-10%);
    opacity: 1;
}

.img__text--date:first-child {
    margin-right: 1rem;
}

.img__text--date:last-child {
    margin-left: 1rem;
}


.main__middle {
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.main__middle--inner {
    padding: 5rem 0;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper__general {
    overflow: hidden;
}

.swiper-slide__general {
    /*  position: relative;
  */
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: flex;
    border-radius: 7px 7px 0 0;
}

.swiper-slide__content {
    width: 100%;
    color: #fff;
    border-radius: 0 0 7px 7px;
}

.swiper-slide__text p {
    padding: 1.5rem 1.5rem;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    min-height: 100px;
}

.swiper-slide__info {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.swiper-slide__info span {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    color: #dbd6d6;
}

.swiper-slide__info span:first-of-type {
    margin-right: 1rem;
}

.swiper-slide__info span:last-of-type {
    margin-left: 1rem;
}
.box__article--calendar span{
    display: flex;
}
.swiper-slide__info span > i, .box__article--calendar i {
    font-size: 1.5rem;
    margin-left: .6rem;
}

.main__bottom {
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.margin__bottom--inner {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    width:100%;
}

.main__bottom--container {
    display: flex;
    flex-direction :column
}

.main__bottom--inner-center {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 8rem;
}

.article__center--container {
       display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2rem 1rem 2rem 1rem;
    gap: 15px;

}

.article__box {
    flex: 0 0 calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    display: flex;
    position: relative;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}


.box__article--img {
    flex: 0 0 30%;
}

.box__article--img img {
    width: 100%;    
    border-radius: 0 7px 7px 0;
}

.box__article--text {
    padding: 2rem ;
    position: relative;width: 100%;
}

.box__article--header {
    margin-bottom: 1.3rem;
    display: block;
    justify-content: center;
    font-size: 1.3rem;width: 100%;
}

.box__article--header {
    position: relative;
    display: flex;
    justify-content: center;
}
.box__article--header h3
{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.box__article--txt {
    font-size: 1.3rem;
}

.box__article--calendar {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    color: grey;
    position: absolute;
    width: 100%;
    /* height: 50px; */
    /* bottom: 0; */
    left: 0;
    top: unset;
    bottom: 0;
}

.box__article--calendar span:first-child {
    margin-right: 1rem;
}

.box__article--calendar span:last-child {
    margin-left: 1rem;
}

.main__bottom--inner-left {
    flex: 0 0 23%;
    margin-right: 120px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
    margin-left : 120px
}

.main__bottom--inner-left > .article-header {
    margin-top: 1rem;
}

.mostPopular__article--container {
    display: flex;
    flex-direction:column;
    border-bottom: 2px solid #eee;
    padding: 2rem 1rem;
}

.mostPopular__container--info {
        display: flex;
    flex-wrap: wrap;
    flex: 0 0 75%;
    padding: 5px 10px;
}

.mostPopular__img {
    flex: 0 0 25%;
    height: 100%;
    display: flex;
}

.mostPopular__img img {
    width: 100%;    
}

.mostPopular__header, .mostPopular__calendar {
    flex: 0 0 85%;
    display: flex;
    justify-content: center;
}

.mostPopular__header h4 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
}

.mostPopular__calendar {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.mostPopular__calendar i {
    margin-left: 1rem;
}

.footer {
    background-color: #333;
    display:flex;
    justify-content:center;
}

.footer__inner {
    padding: 3rem 0;
    width:100%;
}

.footer__inner--top {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
    padding-bottom: 1.5rem;
    justify-content: space-between;
    border-bottom: 1px solid grey;
}

.footer__info {
    flex: 0 0 60%;
    padding: 0 1vw;
}

.footer__info--items {
    display: flex;
    justify-content: space-between;
}

.footer__info--items a {
    color: #eee;
    font-size: 1.3rem;

    transition: all .2s ease-in-out;

}
.footer__info--items a p
{
        font-size: 1rem;
    color: #969696;
}
.footer__info--items a:hover {
    color: #438750;
}

.footer__info--items li {
    transition: all .2s ease-in-out;
}

.footer__info--items li:hover {
    transform: rotate(5deg) scale(1.3);
}

.footer__social {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.footer__social h3 {
    font-size: 1.3rem;
    color: #eee;
    font-weight: normal;
    margin-left: 2rem;
}

.footer__social--img {
    display: flex;
}

.footer__social--img a {
    margin: 0 .5rem;
}

.footer__social--img img {
    width: 3rem;
}

.footer__copyright {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.pointer {
    height: 35px;
    margin-bottom: 8px;
}
.footer__copyright p {
    font-size: 1.3rem;
    color: #eee;
}
.menu__horiz {
    display: flex;
    padding: 0 20px;
}
    .menu__horiz li {
        margin: 0 5px;
        border-radius: 10px;
    }

        .menu__horiz li.footer__item a {
            color: #fff;
            display: flex;
            align-items: center;
        }
            @media (min-width:1366px) {

                .img__text--header h2 {
                    font-size: 1.5rem;
                    color: #ffffff;
                }
                .header__container.header_2 .container {
                    padding: 0 25px;
                    width: 100%;
                }
}
.lookup {
       direction: ltr;
    width: 350px;
    padding: 10px;
    overflow: auto;
    max-height: 450px;
    top: 0px;
    z-index: 1000;
    position: absolute;
        background: #fdfae9;
    border: 1px solid #438750;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    right: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.lookup .items .item {
    display: block;
    overflow: hidden;
    text-align: right;

}
.lookup .items .item a {
    display: table;
    width: 100%;
}
    .lookup .items .item div {
        width: 100%;
        padding: 0 7px;
        display: flex;
        align-items: center;
        vertical-align: middle;
        direction: rtl;
    }
.lookup .items .item img {
    float: right;
    width: 55px;
    margin-right: 3px;
}
.lookup .items .sep {
    margin: 10px auto;
    border-bottom: 1px solid #bcbcbc;
    width: 80%;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height:6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(192, 192, 192, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #909090bf;
    -webkit-box-shadow: inset 0 0 3px #1ce2188f;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(121, 120, 120, 0.31); 
}
.overlay-home {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 7;
}
.main__header {
    display: flex;
    justify-content: center;
    background: #fff;
    flex-direction:column;
}
@media (min-width: 1395px) {
    .listmenu > ul > li > a {
        padding: 1.1rem 0.5rem;
    }
    .header__menu {
        flex: 0 0 230px;
        width:230px;
    }

    .article_menu {
        flex: 0 0 230px;
        width: 230px;
    }

}
@media (min-width: 1495px) {
    .listmenu > ul > li > a {
        padding: 1.0rem 0.5rem;
    }
   
}
@media (min-width: 1764px) {
    .listmenu > ul > li.footer__item {
        background: #fff;
        font-size: 1.5rem;
        font-family: 'IRANSans';
        padding: 0;
        margin: 0;
    }

        .listmenu > ul > li.footer__item i:before {
            font-size: 3rem;
        }
    .listmenu > ul > li > a {
        padding: 1.5rem 0.5rem;
    }
    .header__menu {
        flex: 0 0 330px;
    }

    .article_menu {
        flex: 0 0 330px;
    }


}