@font-face {
    font-family: 'IRANSans';
    src: url("assets/font/IRANSansWeb.woff2");
}
@font-face {
    font-family: 'IRANSans';
    src: url("assets/font/IRANSansWeb_Bold.woff2");
    font-weight: bold;
}
@font-face {
    font-family: 'IRANSans';
    src: url("assets/font/IRANSansWeb_Light.woff2");
    font-weight: 500;
}
@keyframes arrow {
    0%   {
        margin-top: 0px;
    }
    50%  {
        margin-top: 15px;
    }
    100%   {
        margin-top: 0px;
    }
}
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   scroll-behavior: smooth;
   list-style: none;
   font-style: normal;
   line-height: normal;
   -webkit-box-sizing: border-box;
   text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'IRANSans';
    text-rendering: optimizeLegibility;
}
div{
    display: block;
}
p,span,h1{
    direction: rtl;
}
header{
    background-image: linear-gradient(0deg, rgba(41, 160, 207, 0.902) 0%, rgba(31,102,232,0.014443277310924318) 100%),url("assets/photos/header.jpg");
    background-attachment: fixed;
    height: 100vh;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
}
header.about{
    background-image: linear-gradient(0deg, rgba(41, 160, 207, 0.902) 0%, rgba(31,102,232,0.014443277310924318) 100%),url("assets/photos/header.jpg");
    background-attachment: fixed;
    height: 30vh;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
}
.swiper-container {
    padding: 10px 0;
    margin-top: 5px;
    height: auto;
}
.swiper-slide{
    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-slide img{
    cursor: pointer;
    height: 290px;
    width: 250px;
    border-radius: 3px;
}
.wid-s{
    width: 98%;
    margin: 8px auto;
    margin-top: 15px;
    overflow: hidden;
}
.swiper-slide .sws{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide a{
    color: #fff;
}
.sws .qu{
    position: absolute;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    top : 10px;
    left: 10px;
    background: #3875bb;
    color: #fff;
    padding: 2px 5px;
    padding-bottom: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 60px;
}
.sws .kharid{
    text-align: center;
    background: #3845bb;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px;
}
.header-ul{
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
    list-style: none;
    float: right;
    direction: rtl;
}
.header-ul-bot{
    width: 100%;
    margin-top: 10px;
    list-style: none;
    float: right;
    direction: rtl;
}
.header-logo{
    padding-left: 10px;
    list-style: none;
    float: left;
    direction: rtl;
    width: auto;
}
.header-ul li,.header-ul-bot li{
    margin: 10px;
    display: inline;
}
.header-ul li a,.header-ul-bot li a{
    text-decoration: none;
    color: white;
    transition: border-bottom .15ms;
}
.header-ul li a:hover{
    border-bottom: solid rgba(255, 255, 255, 0.534) 2px;
    border-radius: 1px;
    transition: border-bottom .15ms;
}
header .moreinfo{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 130px;
    float: right;
    align-items: center;
    justify-content: center;
}
header .moreinfo-about{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    float: right;
    align-items: center;
    justify-content: center;
}
.main-detail img{
    width: 310px;
}

header .moreinfo h1{
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: -10px;
}
header .moreinfo-about h1{
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: -10px;
}
header .hedmu{
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
header .clibut{
    cursor: pointer;
    display: inline-flex;
    margin: 5px auto;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 45px;
    padding: 5px;
    color: #000;
    font-size: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: box-shadow .5s;
}
header .clibut a{
    color: #31b8da;
}
header .clibut a.store{
    color: #fff;
}
header .clibut:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 10px 10px 0 rgba(0,0,0,.12);
    transition: box-shadow .5s;
}
header .clibut.more{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
header .arrow{
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left:  50% ;
    transform: translate(-50%,-50%);
    text-align: center;
}
.arrow i {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    animation-name: arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.submain{
    width: 100%;
    background: #fff;
    float: right;
}
.wid{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.wid-cl{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.wid-cl .submain{
    padding: 0 20px;
    color: #fff;
    background-color: #000000;
}
.submain .subinfo{
    width: 33.3%;
    float: right;
    padding: 0 10px;
    padding-bottom: 10px;
}
.submain .subinfo-top{
    float: right;
    width: 60%;
    align-content: center;
    margin: 10px 0; 
    padding: 10px;
}
.submain .subinfo-top-2{
    float: right;
    width: 20%;
    text-align: center;
    margin: 10px 0; 
    padding: 10px;
}
.submain .subinfo-top p{
    font-size: 14px;
    text-align: right;
    font-weight: normal;
}
.submain .subinfo-top h2{
    text-align: right;
    font-weight: normal;
}
.submain .subinfo i{
    text-align: center;
    font-size: 100px;
    padding-bottom: 10px;
}
.mgfa .subinfo-fot{
    padding: 5px;
    float: right;
    width: 25%;
}
.mgfa .subinfo-fot-2{
    float: right;
    width: 35%;
}
.mgfa .subinfo-fot-3{
    padding: 5px;
    float: right;
    width: 40%;
}
.mgfa .subinfo p{
    text-align: right;
    font-size: 14px;
}
footer{
    margin-top: 20px;
}
.mgfa{
    width: 100%;
    float: right;
    height: auto;
    background : #272626;
    padding:10px;
}
.mgfa .social{
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.zr{
    text-align: center;
    background: #fff;
    border-radius: 60px;
    padding: 5px 10px;
}
span.fades {
    color: #acaaaa6e;
    font-size: 12px;
}
span.fades a {
    color: #ecb10cc9;
    font-size: 12px;
}
.fot{
    direction: rtl;
    width: 100%;
    text-align: right;
    color: #8f8d8d;
    font-size: 13px;
}
@media screen and (max-width:950px){
    .submain .subinfo-top{
        width: 100%;
        align-content: center;
        margin: 5px 0; 
        padding: 10px;
    }
    .submain .subinfo-top-2{
        width: 100%;
        text-align: center;
        margin: 5px 0; 
        padding: 10px;
    }
    .mgfa .subinfo-fot{
        float: right;
        width: 100%;
    }
    .mgfa .subinfo-fot-2{
        float: right;
        width: 100%;
    }
    .mgfa .subinfo-fot-3{
        float: right;
        width: 100%;
    }
    .zr img{
        width: 90%;
    }
}