/*html-tags*/
html,body{font-family:IRANSans,sans-serif;direction: rtl;}


:root {
  --bg-color: #ffffff;
  --text-color: #181818;
  --form-bg-color: rgb(236, 246, 246);
  --tr-2n-bg-color: #f2f2f2;
  --th-bg-color: #d3dac4;
  --th-color: #181818;
  --tr-color: #1f1f1f;
  --input-bg-color: #ffffff;
  --news-bg-color: #ffffff;
  --list-bg-color: #ffffff;
  --list-num-color: #3a3a3a;
  --container-bg-color: #ffffff;
  --light-gray-bg-color: #f1f1f1;
  --light-gray-color: #000000;
  --account-info-text-color: #ffffff;
  
}

.dark-mode {
  --bg-color: #1d1d1d;
  --text-color: #e0e0e0;
  --form-bg-color: #373737;
  --tr-1n-bg-color: #272727;
  --tr-2n-bg-color: #494949;
  --th-bg-color: #97ad7f;
  --th-color: #181818;
  --tr-color: #e0e0e0;
  --input-bg-color: #a8a8a8;
  --news-bg-color: #373737;
  --list-bg-color: #373737;
  --list-num-color: #ccc;
  --container-bg-color: #373737;
  --light-gray-bg-color: #646464;
  --light-gray-color: #f1f1f1;
  --karbart-bg-color: #373737;
  --account-info-text-color: #181818;

}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100vh;
}

/* دکمه تغییر حالت */
#theme-toggle {
  position: relative;
  top: 6px;
  cursor: pointer;
  padding: 4px 6px 2px 6px;
  border: none;
  border-radius: 5px;
  background: #ccc;
  color: #000;
}

.dark-mode #theme-toggle {
  background: #333;
  color: #fff;
}



/* body {
	height: 100vh;
	background-color: #ffffff;
} */

table {
	border-collapse: collapse;
}

th {
	padding: 6px;
	text-align: center;
	font-size: 14px;
	background-color: var(--th-bg-color);
	color: var(--th-color);
}
tr {
	color: var(--tr-color);
}
tr:nth-child(1n) {
	background-color: var(--tr-1n-bg-color);
}
tr:nth-child(2n) {
	background-color: var(--tr-2n-bg-color);
}
td {
	text-align: center;
	padding: 6px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

/*ids*/

#b {
	width: 100%;
	/*height: 100%;*/
	min-width: 100%;
	min-height: 100%;
	position: relative;
    padding-bottom: 30px;
}


#c {
	width: 100%;
	/*height: 100%;*/
	min-width: 100%;
	min-height: 100%;
	position: relative;
	padding-bottom: 30px;
}


#b::before {
	background-image: url(/image/test.jpg);
	background-size:cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.8;
}


/* #c::before {
	background-image: url(/image/test2.jpg);
	background-size:cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.8;
} */



#main {
	text-align: center;
	float: none;
	margin: auto;
	/* min-height: 700px; */
	margin-top: 80px;
	margin-bottom: 120px;
}
#main1 {
	text-align: center;
	float: none;
	margin: auto;
	/* min-height: 700px; */
	padding: 20px 20px;
	margin-top: 80px;
	margin-bottom: 120px;
}
#logout_btn {
  position: relative;
  top: 5px;
  cursor: pointer;
  padding: 4px 6px 2px 6px;
  border: none;
  border-radius: 5px;
  background: #ccc;
  color: #000;
}
#gototop {
	cursor: pointer !important;
	background-color: #97ad7f;
	position: fixed;
	bottom: 30px;
	left: 3px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
	z-index: 1;
	border-radius: 50%;
}
#gototop-inner {
	position: relative;
	bottom: 1px;
}

#footer {
	font-family: iranyekan;
	color: #000000;
	font-size: 13px;
	position: absolute;
	bottom: 0;
}
#footer-inner {
	background-color: #97ad7f;
	color: #000000;
}
#footer-top {
	padding: 16px;
}
#footer-image {
	float: left;
	width: 100px;
}

#account_info_box {
  border-radius: 10px;
  width: 50%;
  float: none;
  margin: auto;
}

#karbartab li {
	padding: 4px;
	display: inline-block;
}

#karbartab li {
	float: right;
	transition: background-color .3s;
	border: 1px solid #ddd;
}

#karbartab li a {
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}

/* #karbartab li a:hover {
	background-color: #c5c5c5;
} */
 

#hesab_header {
	background-color: #9ab14a;
}

#header {
	position: relative;
	padding: 2px;

	background-color: #97ad7f;
}


.copy_share_link_box {
	display: inline;
	z-index: 4;
	bottom: 100px;
}
.copy_share_link_not {
	vertical-align: middle;
    border-radius: 4px;
    font-weight: 300;
    background-color: #97ad7f;
	color: black;
    font-size: 15px;
    padding: 9px;
    display: none;
}

/*toggle-switch*/
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 19px;
	cursor: pointer;
	top: 4px;
	margin-right: 10px;
  }
  
  .toggle-switch input[type="checkbox"] {
	display: none;
  }
  
  .toggle-switch-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	border-radius: 20px;
	box-shadow: inset 0 0 0 2px #ccc;
	transition: background-color 0.3s ease-in-out;
  }
  
  .toggle-switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out;
  }
  
  .toggle-switch::before {
	content: "";
	position: absolute;
	top: -25px;
	right: -35px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	text-shadow: 1px 1px #fff;
	transition: color 0.3s ease-in-out;
  }
  
  .toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
	transform: translateX(45px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
  }
  
  .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
	background-color: #05c46b;
	box-shadow: inset 0 0 0 2px #04b360;
  }
  
  .toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
	content: "On";
	color: #05c46b;
	right: -15px;
  }
  
  .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background .toggle-switch-handle {
	transform: translateX(21px);
  }
  
.news {
	background-color: var(--news-bg-color);
}

.item {
	background-color: var(--list-bg-color);
}

.item1 {
	background-color: var(--list-bg-color);
}

.text-dark-gray {
	color: var(--list-num-color);
}

.container {
	background-color: var(--container-bg-color);
}

.light-gray {
	background-color: var(--light-gray-bg-color);
	color: var(--light-gray-color);
}

.karbart {
	background-color: var(--karbart-bg-color);
}

.account_info {
	color: var(--account-info-text-color) !important;
}

.del_icon {
	position: relative;
	bottom: 1px;
	left: 1px;
}

.edit_icon {
	position: relative;
	top: 1px;
}

/*classes*/

.w3-input{
	padding:8px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:100%;
	background-color: var(--input-bg-color);
}

.numbers {
	font-family: IRANSansnumber !important;
}
.numbers1 {
	font-family: iranyekannumber !important;
}
.iransans {
	font-family: IRANSans !important;
}
.iranyekan {
	font-family: iranyekan !important;
}
.round_padding {
	padding: 2px 10px;
}

.height100 {
	height: 100% !important;
}
.height100vh {
	height: 100vh !important;
}

.width100 {
	width: 100% !important;
}
.iwidth450px {
	width: 450px !important;
}
.iwidth400px {
	width: 400px !important;
}
.iwidth375px {
	width: 375px !important;
}
.iwidth350px {
	width: 350px !important;
}
.iwidth325px {
	width: 325px !important;
}
.iwidth300px {
	width: 300px !important;
}
.iwidth275px {
	width: 275px !important;
}
.iwidth250px {
	width: 250px !important;
}
.iwidth225px {
	width: 225px !important;
}
.iwidth200px {
	width: 200px !important;
}
.iwidth175px {
	width: 175px !important;
}
.iwidth150px {
	width: 150px !important;
}
.iwidth130px {
	width: 130px !important;
}
.iwidth120px {
	width: 120px !important;
}
.iwidth110px {
	width: 110px !important;
}
.iwidth100px {
	width: 100px !important;
}
.iwidth70px {
	width: 70px !important;
}
.iwidth80px {
	width: 80px !important;
}
.iwidth50px {
	width: 50px !important;
}
.iwidth45px {
	width: 45px !important;
}
.iwidth40px {
	width: 40px !important;
}
.margin-0 {
	margin: 0px !important;
}
.margin-bottom {
	margin-bottom: 16px !important;
}
.margin-top {
	margin-top: 16px !important;
}
.margin-8 {
	margin: 8px !important;
}

.text-overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flag {
	width: 20px;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-none {
	cursor: default;
}
.cursor-zoom-in {
	cursor: zoom-in;
}
.cursor-zoom-out {
	cursor: zoom-out;
}
.auto-margin {
	margin: auto !important;
}
.none-float {
	float: none !important;
}
.auto-middle {
	margin: auto !important;
	float: none !important;
}
.none-resize {
	resize: none !important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.fixed {
	position: fixed !important;
}
.lineheight {
	line-height: 2;
}
.lineheight2 {
	line-height: 1.7
}
.lineheight3 {
	line-height: 2.4;
}
.noneunderline-noway {
	text-decoration: none !important;
}
.noneunderline-noway:hover {
	text-decoration: none !important;
}
.noneunderline {
	text-decoration: none !important;
}
.noneunderline:hover {
	text-decoration: underline !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important; 
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.grid {
	display: grid !important;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
.zindex-1 {
	z-index: -1;
}
.zindex0 {
	z-index: 0;
}
.zindex1 {
	z-index: 1;
}
.round-top {
	border-radius: 8px 8px 0px 0px;
}
.round-bottom {
	border-radius: 0px 0px 8px 8px;
}
.warning-shadow {
	border: 1px solid #fff;
	box-shadow: 0 1px 4px 0 #ff3232;
}
.success-shadow {
	border: 1px solid #fff;
	box-shadow: 0 1px 4px 0 #2f9603;
}
.paddingtop2 {
	padding-top: 2px;
}
.padding-tiny {
	padding: 2px 2px;
}
.fimgbox {
	width: 400px;
	overflow: hidden;
	margin: 20px;
	border-radius: 8px;
}
.fimgb {
	background-color: antiquewhite;
	width: 160px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border-radius: 8px;
	opacity: 80%;
	text-decoration: none;
	padding: 8px;
}
.posts-box {
	width: 280px;
	height: 380px;
}
.posts-box-img {
	width: 280px;
	height: 280px;
}
.posts-box-text {
	height: 50px !important;
	line-height: 2;
	text-align: center;
	display: grid;
}
.show_post_text {
	padding: 16px;
	text-align: right;
	font-size: 17px;
	color: #303030;
	line-height: 1.8;
}
.show_post_image {
	width: 300px;
}
.refresh_captcha {
	cursor: pointer;
	position: relative;
	top: 3px;
	padding: 5px;
	font-size: 18px;
}

.qr-img {
	width: 250px;
	height: 250px;
	padding: 4px;
}

.w3-modal1 {
	z-index: 4;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}

.light-blue {
	background-color: rgb(240, 248, 255);
}

.form_color {
	background-color: var(--form-bg-color);
}

.sold {
	margin-right: 15px;
	margin-left: 15px;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.2s ease 0.2s;
    visibility: visible;
}
[data-title]:after {
	direction: rtl;
    content: attr(data-title);
    background-color: #f8f8f8;
    color: #111;
	border-radius: 5px;
    font-size: 13px;
    position: absolute;
    padding: 2px 5px 2px 5px;
    bottom: -27px;
    left: -15px;
    white-space: nowrap;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}



/*responsive*/


@media screen and (max-width:601px){
	.fimgbox {
		width: 300px;
	}
	.fimgb {
		bottom: 10px;
		right: 10px;
	}
	#search-icon-box {
		width: 55%;
	}
	#search-icon {
		width: 55%;
	}
	.w3-animate-input1:focus{width:70%!important}

	#account_info_box {
		width: 90%;
	}
}

@media screen and (max-width:992px){
	#b::before {
		background-image: url(/image/test1.jpg);
		background-size:cover;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -2;
		opacity: 0.8;
	}

}

@media screen and (min-width:601px){

}

@media screen and (min-width:992px){

}

@media screen and (min-width: 602px) and (max-width: 992px){
	.fimgbox {
		width: 350px;
	}
	.fimgb {
		bottom: 20px;
		right: 20px;
	}
	#search-icon {
		width: 35%;
	}
	.w3-animate-input1:focus{width:65%!important}

	#account_info_box {
		width: 80%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1350px){
	#account_info_box {
		width: 65%;
	}

}



/*colors*/
.themecolor {
	color: white!important;
	background-color: #6C8A49!important;
}
.themecolor-text {
	color: #6C8A49!important;
}
.themecolor-text-hover:hover {
	color: #6C8A49!important;
}
.lightthemecolor {
	background-color: #97ad7f;
}
.lightthemecolor-text {
	color: #35b1e4;
}
.transparent {
	background-color: transparent !important;
}
.transparent:hover {
	background-color: transparent !important;
}
.darchin-color {
	color: #b6622e;
}






/*font-weight*/
.font-weight300 {
	font-weight: 300 !important;
}
.font-weight500 {
	font-weight: 500 !important;
}
.font-weight600 {
	font-weight: 600 !important;
}
.font-weight800 {
	font-weight: 800 !important;
}



/*font-size*/
.fontsize12 {
	font-size: 12px !important;
}
.fontsize13 {
	font-size: 13px !important;
}
.fontsize14 {
	font-size: 14px !important;
}
.fontsize15 {
	font-size: 15px !important;
}
.fontsize16 {
	font-size: 16px !important;
}
.fontsize17 {
	font-size: 17px !important;
}
.fontsize18 {
	font-size: 18px !important;
}
.fontsize19 {
	font-size: 19px !important;
}
.fontsize20 {
	font-size: 20px !important;
}
.fontsize21 {
	font-size: 21px !important;
}
.fontsize22 {
	font-size: 22px !important;
}
.fontsize23 {
	font-size: 23px !important;
}
.fontsize25 {
	font-size: 25px !important;
}
.fontsize26 {
	font-size: 26px !important;
}
.fontsize28 {
	font-size: 28px !important;
}
.fontsize30 {
	font-size: 30px !important;
}




/*fonts*/

/* IRANSans */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/normal/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/normal/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/normal/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/normal/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/normal/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/normal/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/normal/eot/IRANSansWeb.eot');
	src: url('../fonts/normal/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/normal/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal/ttf/IRANSansWeb.ttf') format('truetype');
}



@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Black.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSansnumber;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/number/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/number/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/number/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}








/* iranyekan */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/normal1/eot/iranyekanwebbold.eot');
	src: url('../fonts/normal1/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/normal1/eot/iranyekanwebthin.eot');
	src: url('../fonts/normal1/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebthin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/normal1/eot/iranyekanweblight.eot');
	src: url('../fonts/normal1/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanweblight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/normal1/eot/iranyekanwebregular.eot');
	src: url('../fonts/normal1/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/normal1/eot/iranyekanwebmedium.eot');
	src: url('../fonts/normal1/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebmedium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/normal1/eot/iranyekanwebextrabold.eot');
	src: url('../fonts/normal1/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebextrabold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/normal1/eot/iranyekanwebblack.eot');
	src: url('../fonts/normal1/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebblack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebblack.ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/normal1/eot/iranyekanwebextrablack.eot');
	src: url('../fonts/normal1/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/normal1/woff/iranyekanwebextrablack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/normal1/ttf/iranyekanwebextrablack.ttf') format('truetype');
}









@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/number1/eot/iranyekanwebboldfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/number1/eot/iranyekanwebthinfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/number1/eot/iranyekanweblightfanum.eot');
	src: url('../fonts/number1/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/number1/eot/iranyekanwebregularfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/number1/eot/iranyekanwebmediumfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/number1/eot/iranyekanwebextraboldfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/number1/eot/iranyekanwebblackfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
	font-family: iranyekannumber;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/number1/eot/iranyekanwebextrablackfanum.eot');
	src: url('../fonts/number1/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/number1/woff/iranyekanwebextrablackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/number1/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}











#h2 {
	color: white;
	mix-blend-mode: difference; /* this will change color of loading  text      */
	text-align: center;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 0 3px;
	padding: 0;
	letter-spacing: 5px;
  }
  
  .div {
	position: relative;
	top: 0px;
	left: 0%;
	max-width: 200px; /* Use viewport width for responsive width */
	width: 100%;
	height: 30px;
	background: linear-gradient(to right, white, rgb(0, 0, 0));
	background-size: 200% 100%;
	animation-delay: 2s;
	border-radius: 10px;
	box-shadow: 0 0 3px;
	-webkit-box-reflect: below 1px
	  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	animation: gradientAnimation 10s linear infinite reverse;
  }
  
  @keyframes gradientAnimation {
	0% {
	  background-position: 0;
	}
  
	100% {
	  background-position: 200% 0;
	}
  }
  
  /* Use media queries for responsiveness */
  @media (max-width: 768px) {
	.div {
	  width: 500px; /* Adjust width for smaller screens */
	  top: 12%;
	}
  }



  