/********************************
Theme Name: Digix
Theme URI: https://digixtheme.ir/
Description: This Theme Compatible With Woocommerce And Wordpress Cms 
Author: Hosein Ghasemi
Author URI: https://digixtheme.ir/
Version: 1.0
********************************/
/* iransans*/
@font-face{
  font-family: IRANSans;
  font-weight: 400;
  src: url('static/fonts/iransans/eot/IRANSansWeb(FaNum).eot');
  src: url('static/fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
  url('static/fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
  url('static/fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
  url('static/fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-weight: bold;
	src: url('static/fonts/iransans/eot/IRANSansWeb_Bold.eot');
	src: url('static/fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
	url('static/fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
	url('static/fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'),
	url('static/fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-weight: bold;
	src: url('static/fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('static/fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
	url('static/fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
	url('static/fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
	url('static/fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}






body{
    background-color: #f3f4f6;
    font-family: IRANSans;
    margin:0;
    direction:rtl;
    text-align:right;
}
body, a, p{
    color:#000;
    text-decoration:none;
}

.container{
    max-width: 1440px;
}
/**header**/
.header{
        margin-bottom: 15px;
}
.header .third{
    background-color:white;
    border-radius:10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.06);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 16px 30px;
    z-index: 99;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header .third .logo {
    display: flex;
    gap:10px;
}
.header .third .logo .grid{
    display: grid;
    height: 47px;
}
.header .third .logo .grid a{
    font-size:13px;
    font-weight:bold;
}
.header .third .logo .grid p{
    font-size:12px;
    font-weight:400;
    margin:0;
}
.header .third .action {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header .third .action a{
    padding: 10px 10px;
    border-radius: 7px;
    text-decoration: none;
    color: white;
    border: 2px solid;
    font-size: 12px;
    font-weight: bold;
    
}
.header .third .action a.buy{
    background-color:#48cf68;
    
}
.header .third .action a.demo{
    background-color: #0091ff;
    
}
.header .third .action a.ticket{
    background-color:#ff0063;
}
.action-modal .action {
    display:grid !important;
}
.action-modal  .modal-header {
    padding: 0;
    border: 0;
}
.action-modal .close{
    position: absolute;
    left: -15px;
    top: 0px;
    background: #1f1f1f;
    opacity: 1 !important;
    border-radius: 5px;
    padding: 0;
}
.action-btn {
    outline: 0 !important;
    box-shadow: none !important;
}
.action-modal .close:hover{
    opacity: 1 !important;
}
.action-modal .close svg{
    fill:white;
}
.action-modal .action a{
    text-align: center;
}
.kb-header {
    border-radius: 20px;
}
.kb-topic__inner {
    border-radius: 15px;
}
.copyright {
    background: white;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}


@media(max-width:992px){
    .mobile{
        display:block !important;
    }
    .desktop{
        display:none !important;
    }
}
@media(min-width:993px){
    .mobile{
        display:none !important;
    }
}










