@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;
	}
}

/* کانتینر استوری */

.story-bar{

    display:flex;

    overflow-x:auto; /* اسکرول افقی */
	
    gap:12px;

    padding:12px;

    white-space:nowrap;

}



/* هر استوری */

.story-item{

    flex:1 0 auto;

    text-align:center;

    cursor:pointer;

}



/* حلقه گرادیانی */

.story-ring{

    width:70px;

    height:70px;

    padding:3px;

    border-radius:50%;

    background:linear-gradient(45deg,#ff2e63,#ff7a00,#ff2e63);

    transition:0.3s;

}



/* عکس داخل حلقه */

.story-ring img{

    width:100%;

    height:100%;

    border-radius:50%;

    object-fit:cover;

}



/* وقتی کلیک شد (دیده شده) */

.story-item.seen .story-ring{

    background:#ccc;

}



/* نوشته زیر هر استوری */

.story-label{

    font-size:12px;

    margin-top:4px;

}


.story-bar{

    display:flex;

    overflow-x:auto;

    gap:12px;

    padding:12px;

}





/* کانتینر استوری */

.story-bar{

    display:flex;

    overflow-x:auto;

    gap:12px;

    padding:12px;

    scroll-behavior: smooth;

}



/* استایل اسکرول برای کروم، سافاری و اج */

.story-bar::-webkit-scrollbar{

    height:8px; /* ارتفاع اسکرول افقی */

}



.story-bar::-webkit-scrollbar-track{

    background: #f0f0f0; /* رنگ پس‌زمینه مسیر اسکرول */

    border-radius: 4px;

}



.story-bar::-webkit-scrollbar-thumb{

    background: #ff2e63; /* رنگ خود اسکرول */

    border-radius: 4px;

}



/* فایرفاکس */

.story-bar{

    scrollbar-width: thin;

    scrollbar-color: #ff2e63 #f0f0f0; /* thumb رنگ، track رنگ */

}


#scrollProgress {

    position: fixed;

    top: 0;

    left: 0;

    height: 4px; /* ارتفاع نوار */

    background: #d95112 ; /* رنگ نوار */

    width: 0%;

    z-index: 9999;

    transition: width 0.1s ease;

}


img {

    opacity: 0; /* ابتدا محو */

    transform: translateY(20px); /* کمی پایین‌تر قرار دارد */

    transition: opacity 0.6s ease, transform 0.6s ease;

}



img.visible {

    opacity: 1;

    transform: translateY(0);


}



.faq-container{

    max-width:900px;

    margin:40px auto;

    font-family:inherit;

}



.faq-title{

    text-align:center;

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}



.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:16px;

    list-style:none;

    position:relative;
	color:#251e1e

}



.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;

}



/* حالت روشن (Light Mode) */

.faq-item {

    background:#fff;

    border:1px solid #f1f1f1;

}



.faq-item summary {

    color:#251e1e; /* مشکی ملایم */

}



.faq-content {

    color:#555; /* خاکستری تیره */

}



.faq-item summary::after {

    color:#ff7a00; /* نارنجی لاکچری */

}



/* حالت شب (Dark Mode) */

body.dark .faq-item {

    background:#171a21; /* کارت تیره */

    border:1px solid #2a2d35;

}



body.dark .faq-item summary {

    color:#f5f5f5; /* متن روشن */

}



body.dark .faq-content {

    color:#ccc; /* متن خاکستری روشن */

}



body.dark .faq-item summary::after {

    color:#ff5c4d; /* نارنجی / صورتی شب */

}

/* کامنت */

/* کامنت */
.testimonial-container {

  overflow-x: auto; /* اسکرول افقی موبایل و دسکتاپ */

  padding: 10px;

  background: ; /* ملایم و دل‌باز */

  border-radius: 40px;

  max-width: 950px;

  margin: 10px auto;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin;

  scrollbar-color: #ec4899 #f0e6f5;

}



.testimonial-wrapper {

  display: flex;

  gap: 20px;

}



.testimonial {

  flex: 0 0 auto;

  width: 250px;

  background: #faf5fa;

  border-radius: 14px;

  padding: 18px 20px;

  box-shadow: 0 5px 18px rgba(0,0,0,0.08);

  text-align: center;

  font-family: sans-serif;

  transition: transform 0.3s;

  cursor: grab;

}



.testimonial:active {

  cursor: grabbing;

}



.testimonial p {

  font-size: 13px;

  line-height: 1.3;

  margin-bottom: 12px;

  color: ;

}



.testimonial-footer {

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-weight: 600;

  color: #ec4899;

  font-size: 14px;

}



.stars {

  color: #facc15; /* زرد برای ستاره */

}



.testimonial-container::-webkit-scrollbar {

  height: 6px;

}



.testimonial-container::-webkit-scrollbar-thumb {

  background: #ec4899;

  border-radius: 3px;

}

.testimonial-container::-webkit-scrollbar-track {

  background: #fdf6f9;

}



@media (max-width: 768px) {

  .testimonial { width: 200px; }

}



.testimonial-container{

  background:;

}



.testimonial{

  background:#ffffff;

  color:#333;

  box-shadow:0 5px 18px rgba(0,0,0,0.08);

}



.testimonial-footer{

  color:#ec4899;

}



.testimonial-container::-webkit-scrollbar-thumb{

  background:#ec4899;

}



.testimonial-container::-webkit-scrollbar-track{

  background:#fff1f1;

}



body.dark .testimonial-container{

  background:;

}



body.dark .testimonial{

  background:#171a21;

  color:#e4e4e7;

  box-shadow:0 5px 18px rgba(0,0,0,0.6);

}



body.dark .testimonial-footer{

  color:#ff4da6;

}



body.dark .testimonial-container::-webkit-scrollbar-thumb{

  background:#ff4da6;

}



body.dark .testimonial-container::-webkit-scrollbar-track{

  background:#22212b;

}



.trust-bar{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:10px;

  padding:10px 15px;

  background:#f3ecf3;

  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:#f4c8ae;

  border-radius:14px;

  box-shadow:0 4px 15px rgba(0,0,0,0.06);

  margin:15px 0;

  flex-wrap:wrap;

}

.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;

}

.trust-item{

  display:flex;

  align-items:center;

  gap:3px;

  font-size:12px;

  color:#444;

  font-weight:500;

}



/* موبایل */

@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;

}



/* دارک مود */

body.dark #breadcrumb a{

  color:#ffa552;

}



body.dark #breadcrumb span{

  color:#bbb;

}


/* شمارنده مشتری */


.lux-bar{

    position:fixed;

    bottom:18px;

    left:50%;

    transform:translateX(-50%);

    width:92%;

    max-width:420px;

    height:75px;



    display:flex;

    justify-content:space-around;

    align-items:center;



    border-radius:28px;



    background:rgba(255,255,255,0.75);

    backdrop-filter:blur(6px);



    box-shadow:

        0 10px 40px rgba(0,0,0,0.12),

        inset 0 1px rgba(255,255,255,0.6);



    z-index:9999;

}



/* آیتم ها */

.lux-item{

    display:flex;

    justify-content:center;

    align-items:center;

    width:55px;

    height:55px;

    border-radius:18px;

    transition:.35s;

}



.lux-item svg{

    width:26px;

    height:26px;

    fill:#111;

    transition:.3s;

}



/* افکت لمس */

.lux-item:hover{

    background:rgba(255,255,255,0.6);

    transform:translateY(-4px);

}



/* استوری رینگ */

.story-ring1{

    width:47px;

    height:47px;

    border-radius:50%;

    padding:2px;



    background:conic-gradient(

        #ff004f,

        #ff7a00,

        #ff00c8,

        #ff004f

    );



    animation:rotate 4s linear infinite;

}



.story-ring1 img{

    width:100%;

    height:100%;

    border-radius:50%;

    border:3px solid white;



}

/* اسکرول خواندن بالا */

#reading-progress{

  position: fixed;

  top: 0;

  left: 0;

  width: 0%;

  height: 4px;

  background: linear-gradient(90deg, #ff4ecd, #6a5cff);

  z-index: 99999;

  transition: width 0.2s ease;

}


#reading-progress{

  position: fixed;

  top: 0;

  left: 0;

  width: 0%;

  height: 4px;

  background: linear-gradient(90deg, #ff4ecd, #6a5cff);

  z-index: 99999;

  transition: width 0.2s ease;

}


/*دکمه شیشه ای موضوع سایت */
.lux-logo{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:10px 0;

}



/* خود لوگو */

.lux-logo img{

    width:65px;

    height:50px;auto;

    transition: all .4s ease;

    

    /* درخشش طلایی */

    filter: drop-shadow(0 0 70px rgba(255,215,0,.45));

}



/* وقتی موس میره روش */

.lux-logo img:hover{

    transform:scale(1.06);

    filter: drop-shadow(0 0 14px rgba(255,215,0,.85));

}

lux-logo{

    backdrop-filter: blur(8px);

}
 
@keyframes goldShine{

    0%{ filter: drop-shadow(0 0 5px rgba(255,215,0,.4)); }

    100%{ filter: drop-shadow(0 0 18px rgba(255,215,0,.9)); }

    100%{ filter: drop-shadow(0 0 5px rgba(255,215,0,.4)); }



}



.lux-logo img{

    animation: goldShine 1s infinite ease-in-out;
	
}	
	
/* کپی ممنوع */

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);

}

/* پلیر */


.nilouz-player{

    max-width:420px;

    margin:10px auto;

    padding:16px;

    border-radius:16px;

    cursor:pointer;

    display:flex;

    align-items:center;

    gap:12px;

    background:rgba(255,255,255,.65);

    backdrop-filter:blur(10px);

    box-shadow:0 6px 25px rgba(0,0,0,.12);

    transition:.3s;

}



body.dark .nilouz-player{

    background: rgba(20,20,20,.65);

    box-shadow:0 6px 25px rgba(0,0,0,.4);

}



.btn-circle{

    width:48px;

    height:48px;

    border-radius:50%;

    background:linear-gradient(135deg,#ffb347,#ffd700);

    position:relative;

    flex-shrink:0;

    transition:.3s;

}



.play-triangle{

    position:absolute;

    left:18px;

    top:14px;

    border-style:solid;

    border-width:10px 0 10px 16px;

    border-color:transparent transparent transparent white;

    transition:.3s;

}



.nilouz-player span{

    font-weight:600;

    font-size:15px;

}



/* حالت پخش */

.nilouz-player.playing .btn-circle{

    background:linear-gradient(135deg,#4cd964,#2ecc71);

}



.nilouz-player.playing .play-triangle{

    border:0;

    width:14px;

    height:14px;

    background:white;

    box-shadow:8px 0 0 white;

    left:18px;

    top:17px;

}
html,body{

overflow-x:hidden;

}

}

