@charset "UTF-8";
/* CSS Document - v4.1.1 */

@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: 300;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Light.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Light.woff2');
}

@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Regular.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Regular.woff2');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Bold.woff');
}
@font-face {
	font-family: 'IRANSansX2';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Bold.woff2');
}

h1,h2,h3,h4,h5,h6{
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
	cursor: default;
}
body{
	font-family: "IRANSansX2" !important;
	direction: rtl;
	padding-top: 8.2rem;
	line-height: 1.5em;
}

a{
	transition: 0.2s;
}

a h1,a h2,a h3,a h4,a h5,a h6{
	cursor: pointer;
	color: #2A303B;
	transition: 0.2s;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
	color: #2F8EED;
}

.btn-ripple i{
	padding: 10px;
	background: transparent;
	transition: 0.2s;
	border-radius: 50px;
}
.btn-ripple:hover i{
	background: #F1F3F6;
}

.navbar{
	padding: 1.2rem 0;
	background: rgba(255, 255, 255, 0.8) !important;
	border-bottom:1px solid #E4E7ED;
	backdrop-filter: brightness(100%) saturate(150%) blur(15px) !important;
}
.navbar .container{
	position: relative;
}

@supports not (backdrop-filter: none) {
	.navbar {
		background: rgba(255, 255, 255, 0.98) !important;
	}
}

.navbar-brand{
	margin-right: 0;
}

.navbar-nav .nav-link{
	font-size: 88%;
}

.navbar-light .navbar-nav .nav-link {
	color: #434B59;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.selected {
	color: #2F8EED;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #2180DE;
}

.nav-link{
	font-weight: bold;
}

.menu-items{
	padding: 19.69px 0;
}

.btn-sm, .btn-group-sm > .btn{
	padding: 0.25rem 1rem;
	font-size: 0.875rem;
	border-radius: 0.5rem;
	width: max-content;
}

.post-list .card-body p {
	position: relative;
	font-size: 14px;
	color: #2A303B;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-line-clamp: 4 !important;
}

.post-featured .card-body p {
	position: relative;
	font-size: 14px;
	color: #2A303B;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-line-clamp: 3 !important;
}

body.dark .post-featured .card-body p, body.dark .post-list .card-body p{
	color: #cbcdd3;
}


.card {
	background: transparent;
}

.card-body .small{
	font-size: 13px;
}

.card-text{
	position: relative;
	font-size: 14px;
	color: #2A303B;
}

.post-details .text-success{
	color: #21BF73 !important;
}

.post-details .text-danger{
	olor: #EB5757 !important;
}

.post-details .text-secondary{
	color: #778191 !important;
}

.bi.post-details{
	line-height: 19px;
}

.post-list div:last-child hr{
	display: none;
}

.blog-image img{
	width:100%;
	height:auto;
	border-radius:10px;
}

.followBx {
	margin-bottom:20px;
	background: none;
	border-radius: 10px;
	padding: 10px 4px 4px;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}
.followersTitle {
	padding: 0 4px;
	margin-bottom: 7px;
	font-size: 1rem;
	cursor: default;
}
.followersCount {
	color: #778191;
}

.followThis {
	display: block;
	padding: 6px 16px;
	margin: 2px;
	background: #2F8EED;
	color: #fff !important;
	border-radius: 0.25rem;
	text-align: center;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}

.followThis.followed {
	background-color: transparent;
	border: 2px solid #2F8EED;
	color: #2F8EED !important ;
	border-radius: 0.25rem;
	font-family: 'IRANSansX2','tahoma','arial','sans-serif;';
}
#followInBx {
	margin: 0 auto;
	max-width: 100% !important;
}


.social-box i{
	font-size: 26px;
}
.social-box i:hover{
	color: #2F8EED;
	cursor: pointer;
}
.social-box ul{
	cursor: default;
}
.social-box li{
	cursor: default;
	padding-right: 6px;
}
.social-box h6{
	line-height: 1.4em;
}

.tag-box li{
	direction: rtl;
	display: inline-block;
	margin: 1px 1px 30px;
	padding-bottom: 6px;
}
.tag-box a{
	text-decoration: none;
	background: #F1F3F6;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: 13px;
	color: #778191;
	border: 2px solid transparent;
	transition: 0.2s;
}
.tag-box a:hover{
	background: #F1F3F6;
	color: #2F8EED;
	border-color: rgba(47,142,237,0.4);
}
.tag-box li.selected a {
	background: #F1F3F6;
	color: #2F8EED;
	border-color: rgba(47,142,237,0.4);
}
.tag-box ul{
	cursor: default;
	text-align: right;
}

.messages{
	margin-bottom: 30px;
	border-right: 6px solid #2f8eed;
	padding: 10px 10px 1px;
}
.messages-content h2{
	font-size: 1.25rem;
	
}

.post-item-box li a{
	display: block;
	color: #2A303B;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom: 1px solid #F5F7FA;
	transition: 0.2s;
}
.post-item-box li a:hover{
	color: #2F8EED;
	background: #F5F7FA;
}
.post-item-box li.active a{
	color: #2F8EED;
	background: #F5F7FA;
}

.post-item-box li:last-child a{
	border: none;
}

.category-box{
	cursor: default;
}

.category-box h3{
	display: inline-block;
	color: #2A303B;
	font-size: 14px;
	text-decoration: none;
}

.category-box a{
	text-decoration: none;
}

.category-box .post-list-count{
	font-size: 13px;
}

.category-box ul{
	margin-right: 0;
	padding-right: 0;
}
.category-box ul li{
	position: relative;
	list-style: none;
	margin-right: 12px;
}
.category-box ul li ul li{
	margin-right: 20px;
}
.category-box ul li.active a h3{
	color: #2F8EED;
}
.category-box ul li ul li.active a h3{
	color: #2F8EED;
}
.category-box ul li:before{
	display: block;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #2F8EED;
	top: 8px;
	right: -12px;
	border-radius: 1px;
}
.category-box ul li ul li:before{
	width: 8px;
	height: 12px;
	border: 2px solid #2F8EED;
	border-top: none;
	border-left: none;
	background: transparent;
	top: 3px;
	right: -12px;
}
.category-box ul li ul li ul li:before{
	border: 2px solid #2F8EED;
	border-top: none;
	border-left: none;
}

.category-box ul li.active:before{
	background: #2F8EED;
}
.category-box ul li ul li.active:before{
	background: transparent;
	border-color:#2F8EED;
}
.category-box ul li ul li ul li.active:before{
	background: transparent;
	border-color:#2F8EED;
}

.nav-saerch-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 100%;
	opacity: 0;
	z-index: -1000;
}

.col-centered{
	margin: 0 auto;
	float: none;
}
.nav-saerch-box .search-input{
	height: 99.73px;
	background: transparent;
	border: none;
	border-radius: 0;
}
.nav-saerch-box .search-input:focus{
	box-shadow: none;
}
.nav-saerch-box button{
	border: none;
	background: transparent;
	padding-top: 6px;
	font-size: 18px;
	color: #778191;
}
.nav-saerch-box ::placeholder{
	color: #778191;
}
.close-search-box{
	font-size: 20px;
	cursor: pointer;
}

.post-image-wrp{
	margin-top: -30px;
	padding-right: 0 !important;
}
.post-image{
	position: relative;
	overflow: hidden !important;
	z-index: 100;
	text-align: center;
}
.post-image span{
	display: block;
}
.bg-image{
	position: absolute;
	overflow: hidden;
	width: 100%;
	filter: grayscale(50%);
	z-index: 99;
	background-color: #fff;
}
.bg-image img{
	opacity: 0.9;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	transform: scale(1.1);
}

.post-content{
	font-size: 1.08rem;
	font-weight: 300;
	line-height: 1.9;
	color: #4a4a4a;
	list-style-type: persian;
}

.divider{
	font-size: 8px;
	padding: 0 3px;
	opacity: 0.5;
}

.comment-avatar{
	position: relative;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border-radius: 60px;
	z-index: 20;
}
.comment-avatar img{
	width: 100%;
	height: auto;
}

.comment-body{
	font-size: 15px;
}

.comment-item .avatar-line{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	min-height: 10px;
	background: #67abf1;
	top: 30px;
	right: 38px;
}
.hasreply .comment-body{
	padding-bottom: 30px;
}
.comment-reply h4{
	color: #2F8EED;
}
.comment-reply .comment-body{
	padding-bottom: 0;
}

.comment-add-form{
	font-size: 14px;
	padding-right: 50px;
}
.comment-add-form select{
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	min-width: 220px;
	padding:3px 6px;
}
.comment-add-form .sendbutton {
	background: #2f8eed;
	border: 1px solid #2f8eed;
	color: #fff;
	border-radius: 6px;
	padding: 3px 30px;
}

body.dark .comment-add-form{
	font-size: 14px;
	padding-right: 50px;
}
body.dark .comment-add-form select , body.dark #captchaInput{
	background: #1c1f26;
	color: #cbcdd3;
	border: 1px solid #596272;
}
body.dark .comment-add-form .sendbutton {
	background: #2f8eed;
	border: 1px solid #2f8eed;
	color: #fff;
}

.rate-up i, .rate-up .txt-rate{
	color:#778191;
}
.rate-down i, .rate-down .txt-rate{
	color:#778191;
}

.rate-up.rated i, .rate-up.rated .txt-rate{
	color:#21BF73;
}
.rate-down.rated i, .rate-down.rated .txt-rate{
	color:#dc3545;
}

.pagination a {
	padding: 4px 12px;
}
.page-item.current .page-link {
	color: #fff;
	background-color: #2F8EED;
	border-color: #2F8EED;
}

blockquote{
	background: #f5f5f5;
	padding: 12px 20px;
	display: inline-block;
	border-right:4px solid #2F8EED;
	margin: 20px 0;
}

hr{
	background-color: #dee2e6 !important;
	opacity: 1;
}

footer p{
	font-size: 14px;
	cursor: default;
	padding-top: 4px;
}

footer li, footer ul{
	cursor: default;
	vertical-align: middle;
}

footer i{
	display: block;
	background-color: #F1F3F6;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: 0.2s;
}
footer i:hover{
	border-color: rgba(47,142,237,0.4);
}

footer i.rss{
	background-image: url('https://bayanbox.ir/view/5735784665336632921/icons8-hair-32.png');
}
footer i.blog{
	background-image: url('https://bayanbox.ir/view/7121918335001737508/icons8-hair-dryer-30.png');
}
footer i.bbox{
	background-image: url('https://bayanbox.ir/view/5890080533280181130/icons8-comb-94.png');
}
footer i.bayan{
	background-image: url('https://bayanbox.ir/view/404627764173115242/icons8-hair-brush-60.png');
}
footer i.blog2{
	background-image: url('https://bayanbox.ir/view/7990416932257315969/icons8-hair-64.png');
}
footer i.blog3{
	background-image: url('https://bayanbox.ir/view/4749670713440741220/iran.png');
}

@media (max-width: 576px) {
	.comment-add-form {
		padding-right: 0px;
	}
	.commentAvatar{
		display:none;
	}

}
.faq-item{

    background:#fff;

    border-radius:14px;

    margin-bottom:12px;

    box-shadow:0 6px 18px rgba(0,0,0,0.06);

    overflow:hidden;

    border:1px solid #f1f1f1;

}



.faq-item summary{

    padding:18px 20px;

    cursor:pointer;

    font-weight:600;

    font-size:14px;

    list-style:none;

    position:relative;
	Color: #4a545e

}



.faq-item summary::after{

    content:"+";

    position:absolute;

    left:20px;

    font-size:22px;

    transition:0.3s;

    color:#ff7a00; /* نارنجی لاکچری */

}



.faq-item[open] summary::after{

    transform:rotate(45deg);

}



.faq-content{

    padding:0 20px 18px 20px;

    color:#555;

    line-height:1.9;

    font-size:15px;

}



.trust-bar{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 13px;

  background:#f3cd63;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;

}

.trust-bar1{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 13px;

  background:#eac8e0;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;

}

.trust-item{

  display:flex;

  align-items:center;

  gap:3px;

  font-size:12px;

  color:#444;

  font-weight:500;

}


.trust-bar2{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 13px;

  background:#e3d3a1;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;

}

.trust-bar3{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 13px;

  background:#d2c6f1;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;

}

.trust-bar4{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 13px;

  background:#b8e4ef;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;


}
/* موبایل */

@media(max-width:768px){

  .trust-bar{

    justify-content:center;

    text-align:center;

  }


}


/* خرده نان */
#breadcrumb{

  font-size:14px;

  margin:15px;

}



#breadcrumb a{

  color:#ff7a00;

  text-decoration:none;

}



#breadcrumb span{

  color:#888;

}
		
/* کپی ممنوع */

img{

    pointer-events: none;

    user-drag: none;

    -webkit-user-drag: none;

}

bg-photo::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(255,255,255,0.01);

}
