
:root {
  /* background: var(--tblack); */
  /* background: var(--tgold); */



 --tblack:#060606;
 --tgold:#ffee52;
 --tdgold:#ffd779;
 --txdgold:#d4b012;



 --sliderColor:#3b8a3f;
 --sliderMenuItemColor:#257d28;
 --sliderMenuItemColorHoverFocus:#4caf50;
 --sliderTopDash:rgba(0, 150, 136, 0.2);
 --BaseBodyColor:#e8ebe8;
 --prdHMBackground: #fff ;
 --BaseBodyTextColor: #000 ;

 --blue: #007bff;
 --indigo: #6610f2;
 --purple: #6f42c1;
 --pink: #e83e8c;
 --red: #dc3545;
 --orange: #fd7e14;
 --yellow: #ffc107;
 --green: #28a745;
 --teal: #20c997;
 --cyan: #17a2b8;
 --white: #fff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: #007bff;
 --secondary: #6c757d;
 --success: #28a745;
 --info: #17a2b8;
 --warning: #ffc107;
 --danger: #dc3545;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }



@charset "utf-8";
@font-face {
    font-family: "IranianSans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IranianSans.eot') format("embedded-opentype"),
	  url('../fonts/IranianSans.woff') format("woff"),
   	url('../fonts/IranianSans.ttf') format("truetype");
}
@font-face {
  font-family: "mj_casablanca";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/mj_casablanca.eot') format("embedded-opentype"),
  url('../fonts/mj_casablanca.woff') format("woff"),
  url('../fonts/mj_casablanca.ttf') format("truetype");
}
@font-face {
     font-family: "BRoya";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/BRoya.eot') format("embedded-opentype"),
  url('../fonts/BRoya.woff') format("woff"),
  url('../fonts/BRoya.ttf') format("truetype");
}
@font-face {
    font-family: "BYekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan-regular.eot') format("embedded-opentype"),
	url('../fonts/yekan-regular.woff') format("woff"),
	url('../fonts/yekan-regular.ttf') format("truetype");
}
@font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir.eot') format("embedded-opentype"),
	url('../fonts/Vazir.woff') format("woff"),
	url('../fonts/Vazir.ttf') format("truetype");
}


@media (min-width: 576px) {
 .minh400{
   height: auto;
   min-height: auto;
 }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .minh400{
    height: auto;
    min-height: auto;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .minh400{
    height: auto;
    min-height: 410px;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .minh400{
    height: auto;
    min-height: 410px;
  }
}
/* animated infinite swing  */
section:target
{
  animation: highlight .8s ease-out !important;
}

@keyframes highlight
{
  0%   { background-color: #000; }
  100% { background-color: #F5F1F1; }
}
/** H class **/
.basebg{
  background:#fff;
  color:#F5F1F1
}
.ls2{
 letter-spacing:2px;
}
.ls3{
  letter-spacing: 3px
}
.lhXp{
  line-height: 155%
}
.ws2{
  word-spacing: 1.6px;
}
.width180{
  min-width: 180px;
}
/************************************    start colors    **************************************/
html {
  scroll-behavior: smooth ;
}
.accent{
  color: var(--tblack);;
}
.accentB{
  background: var(--tblack);;
  color: white
}
.accentN{
  color: #57bf4c
}
.accentNB{
  background: #57bf4c
}
.greenDark{
  color: var(--txdgold);
}
.greenDarkB{
  background:  var(--txdgold);
}
.cardDark{
  color: #252c36;
}
.cardDarkB{
  border-radius: 5px;
  border: 2px solid #000;
  z-index: 99 ;
  background: black;
  border: 1px solid gold ;
  /*var(--tgold)*/
}
.cardc , .txtLite {
  color: #f6f9fc
}
.cardB{
  background: #f6f9fc
}
.textDark{
  color : #212529
}
.textDarkB{
  background: #212529
}
.grayc{
  color: #595d61
}
.grayB{
  background: #595d61
}
.darkBack{
  background: #161a1e
}
.btcColor{
  color: #e6b02c
}

.btcCashColor{
  color: #de570e
}
.tetherColor{
  color: #118181
}
.dashColor{
  color: #060de3
}
.ethColor{
  color: #373333
}
.xrpColor{
  color: #1c87f0
}
.litCoinColor{
  color: #5e5c5c
}

/************************************     end colors      **************************************/
.blue-link{
  color: #1B0FF4
}
.pink-link{
  color: #FC4077
}
.pink-link:hover{
  color: #FC759E
}
.gray-link{
  color: #C1C1C1
}
.gray-link:hover{
  color: #E3E3E3
}
.justify{
  text-align:justify;
  justify-content: center;
}
.whitebg{
  background: #FFF
}
.mellow-gray-bg{
    background:#E9E9E9;
}
.no-padding-margin{
    margin:0 auto !important;
    padding:0 !important;
}
.no-padding-margin-LR{
    margin:0   ;
    padding:0 !important ;
}
.bold{
    font-weight:bold;
}
.i{
font-style:italic;
}
.green{
    color:green !important;
}
.green-bg{
    background:green;
}
.white-bg{
background:#FFFFFF;
}
.white{
    color:#fff;
}
.gray-bg{
background:#666666 !important ;
}
.gray{
color:#333333 !important ;
}
.red{
    color:red;
}
.Hredbg{
    background: #f40967
}
.redb{
    background:red;
}
.I-rede-bg{
  background: #fb3958
}
.I-red{
  color: #fb3958
}
.I-brown-bg{
  background: #9b6954;
}
.I-brown{
  color: #9b6954;
}
.I-orange-bg{
  background:  #fbad50;
}
.I-yellow-bg{
  background: #fccc63;
}
.I-yellow{
  color: #fccc63;
}
.maroon-bg{
  background: #cd486b ;
}
.maroon{
  color:  #cd486b ;
}
.purple-bg{
  background: #8a3ab9
}
.purple{
  color: #8a3ab9
}
.blue-bg{
  background: #4c68d7
}
.H-blue{
  color:  #4c68d7;
}
.fbigFontSize{
font-size:28px !important ;
}
.HhugeFontSize{
font-size:23px !important ;
}
.hugeFontSize{
font-size:18px !important ;
}
.hFontSize{
font-size:17px !important ;
}
.tooLargfontSize{
font-size:16px !important ;
}
.LargfontSize{
font-size:15px !important ;
}
.normallFontSize{
font-size:14px !important ;
}
.smallFontSize{
font-size:13px !important ;
}
.verySmallFontSize{
font-size:12px !important ;
}

.black{
color:#000 ;
}
.black-bg{
  background: #000
}
.dark-gray-bg{
  background: #343738
}
.fullWidth{
    width:100%;
}
.bold{
    font-weight:bold;
}
.BoldFont{
    font-weight:bold;
}
.ErrorTxt{
    color:red;
}
.txt-right{
    text-align:right;
}
.txt-left{
    text-align:left;
}
.centerClassriz{
margin:7px auto 1px auto ;
font-size:13px;
position: relative;
display: flex;
text-align:justify;
align-items: center;
justify-content: center;
}
.centerClass{
margin:5px auto ;
position: relative;
display: flex;
text-align:justify;
align-items: center;
justify-content: center;
}
.center{
margin:1px auto ;
position: relative;
display: flex;
text-align:justify;
align-items: center;
justify-content: center;
}
.center-no-margin{
margin:auto ;
position: relative;
display: flex;
text-align:justify;
align-items: center;
justify-content: center;
}
.centerTXT{
  text-align: center;
}
.mj_casablanca{
  font-family:"mj_casablanca" !important;
}
.Vazir{
  font-family:"Vazir" !important;
}
.BYekan{
  font-family:"BYekan" !important;
}
.BRoya{
  font-family:"BRoya" !important;
}
.imgSize{
    padding: 15px ;
    max-width: 100px;
    max-height: 100px;
}
/* margin and padding */
/*end H class */
* a:hover{
text-decoration:none;
}
* a{
text-decoration:none;
}
*{ color: #212529;
  word-spacing: 2px ;
  line-height: 155%;
  scroll-behavior: smooth ;
text-align:right;
  transition: 0.4s;
 -webkit-transition: 0.4s;
 -moz-transition: 0.4s;
 -o-transition: 0.4s;
 -ms-transition: 0.4s;
 -khtml-transition: 0.2s;
 -webkit-transition: all ease-in-out 0.5s;
 -moz-transition: all ease-out 0.5s;
 -ms-transition: all ease-out 0.5s;
}
body{
font-family:"Vazir" ;
/*background-color: rgba(251, 251, 251, 1);*/
/**background:#ebebeb**/
font-size:15px;
direction: rtl;
/*background:url(bg.png) repeat ;*/
  background: #161a1e !important;
}

/****/
.top-margin-5px{
  margin-top: 5px;
}
.btm-margin-5px{
  margin-bottom:  5px;
}
.top-margin-10px{
  margin-top: 10px;
}
.btm-margin-10px{
  margin-bottom:  10px;
}
.top-margin-15px{
  margin-top: 15px;
}
.btm-margin-15px{
  margin-bottom:  15px;
}
.top-margin-20px{
  margin-top: 20px;
}
.btm-margin-20px{
  margin-bottom:  20px;
}
.top-margin-25px{
  margin-top: 25px;
}
.top-margin-35px{
  margin-top: 35px;
}
.btm-margin-35px{
  margin-bottom: 35px;
}
.btm-margin-45px{
  margin-bottom: 45px;
}
.top-margin-45px{
  margin-top: 45px;
}
.top-margin-65px{
  margin-top: 65px;
}
.btm-margin-25px{
  margin-bottom:  25px;
}
.eight-margin-left{
  margin-left:8px !important;
}
.eight-margin-right{
  margin-right:8px !important;
}
/**todo up lines**/
.top-padding-5px{
  padding-top: 5px;
}
.btm-padding-5px{
  padding-bottom:  5px;
}
.top-padding-10px{
  padding-top: 10px;
}
.btm-padding-10px{
  padding-bottom:  10px;
}
.top-padding-15px{
  padding-top: 15px;
}
.btm-padding-15px{
  padding-bottom:  15px;
}
.top-padding-20px{
  padding-top: 20px;
}
.btm-padding-20px{
  padding-bottom:  20px;
}
.top-padding-25px{
  padding-top: 25px;
}
.btm-padding-25px{
  padding-bottom:  25px;
}
.btm-padding-55px{
  padding-bottom:  55px;
}

/****/


body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb { /*chr*/
  background-color: var(--txdgold);
  outline: 1px solid slategrey;
}
.scroller {/*fire*/
  background-color: var(--txdgold);
  outline: 1px solid slategrey;
}

#navbar {
  /* position: fixed; */
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.75s;  z-index: 999;
  background-color:#161a1e;
  color:#FFFFFF !important;
}

#navbar a:hover {
  /* background-color: #ddd; */
  color: black;
}
.fixed-pos{
  position: fixed;
}
.ImpPos{
  position: static !important;
}


.rightTOT{
margin:13px 0px;
}

.leftTOT{
margin-top: 14px;
}
.fkheader{
  height: 66px;
}
.fkheader2{
  height: 41px;
}

.headerlogo{
  height: 40px;
  width: 40px;
}
.headerlogo:hover{
  background: none !important  ;
}
.TOTLink{
margin:10px;
font-size:14px;
color:#fff !important
}
.TOTLink:hover{
text-decoration:underline;
background: none !important;
color:#fff !important
}

.fixed-pos{
  position: fixed;
}
.ImpPos{
  position: static !important;
}
#topoftop{
box-shadow: 0px 15px 10px -15px #111;
z-index: 999;
background:#000;
color:#FFFFFF;
}

.topEX{
/*height: 100%;
  width: 100%;
  background: url(../img/moneda.jpg)  fixed ;*/
/* background: url(../img/moneda.jpg) no-repeat fixed  ; */
/* background-size: cover; */
background: #fff;
opacity: 1;
top: 0px;
min-height: 400px;
height: auto;
width: 100%;
}
.fixed-cont-EX{
  z-index: 888;
  /* background: rgba(255, 255, 255, .0) ; */
  height: 100%;
/* background: url(nbg.png) repeat ; */

}
.nBgDot{
  background: url(nbg.png)
   0% 0% / 14px repeat;
}
.txt-EX{  background: rgba(0, 0, 0, .4) ;
  z-index: 999 ;
  color: white ;
}
.txt-of-txt-ex{
  padding: 20px 1px;
}
.QSmail ,  .QSmail:active , .QSmail:focus{
  border-bottom: 1px solid #595d61;
  padding: 4px;
  border-top: none !important;
  border-left:  none !important;
  border-right:  none !important;
  border-color: #595d61;
  width: 250px;
}
.QSmail2 ,  .QSmail2:active , .QSmail2:focus{
  border-bottom: 1px solid #fff;
  background: none ;
  color: #f6f9fc ;
  padding: 4px;
  border-top: none !important;
  border-left:  none !important;
  border-right:  none !important;
  border-color: #fff;
  width: 275px;
}
.QSmail2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f6f9fc;
  opacity: 1; /* Firefox */
}
textarea:focus, input:focus{
    outline: none;
}
.QSbtn{outline: none;
  border: none;
  width:105px;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}
.QSbtn2{outline: none;
  border: none;
  width:105px;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
}
.hpic{
  max-width: 300px;
  width: 96%;
  padding: 1%;
}
.DwlMobVers{
  background: var(--tblack); ;
  color: #fff ;
  border-radius: 50px;
  border: 1px solid var(--tblack);  ;
  padding: 5px;
}

.TOTArl{
  color:white !important ;
}



/* .TOTArl:hover  .arl{
  background-color: orange !important
} */


.DwlMobVers:hover , .arl:hover{
  background: var(--tblack);  color: var(--tgold) !important;
    border: 2px solid var(--tgold);

}
.arl{
    font-weight: bold;
    font-size: 1.12em;
  background: var(--tgold);
  color: var(--tblack);
  border-radius: 50px;
  border: 2px solid var(--tblack);
  padding: 5px 14px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 85px;
  text-align: center;
}

.CircleRadiusOne{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: red
}
.CircleRadiusTwo{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: orange
}
.CircleRadiusThree{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: rgb(213, 73, 156)
}
.wcl{
  color: white !important
}
.CRimage{
  height: 45px;
  width: 45px;
  margin:  7.5px;
}
.Rpad0{
  padding-right: 0 !important
}
.letter{
  z-index: 9999 ;
  background:  rgba(0, 0, 0, 0.65) ;
  color: white !important ;
  padding: 12px 15px ;
  margin-top: 18px
}
.canvas1{
  z-index: 100;
  width: 99vw;

}
.red{
  z-index: 9999
}

#particles-js canvas{
    position: absolute;
    width: 100%;
  /* //  height: 100%; */
}

.darkBox1{
  min-height: 250px;
  height: auto;
  width: 100%
}




.noFloat{
  float: none !important;
}


.coinsbox{
  height: auto;
  min-height: 40px;
}

.zindex99{
    z-index: 99
}
.hp5{
        padding:2px;
    font-weight:bold;
}
.buyDC{
    border:1px solid var(--tblack);;
    padding:1px 0;
    color:white !important;
    text-align:center;
    border-radius:3px;
}
.buyDC:hover{
    border-color: #fff
}
.sellDC{
    background:red;
    border:1px solid red;
    padding:1px 0;
    color:white !important;
    text-align:center;
    border-radius:3px;
}
.sellDC:hover{
    color:red  !important ;
    background:white;
}
.CSboxHeight{
    min-height: 130px ;
    height: auto;
}
.ACSimgsaver img{
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 90px;
}
.ACSimgsaver{
  padding: 0 !important;
  margin: 0 !important;
}

.imgBlog{
    width: 100%;
    border-radius: 5px;
    height: 200px;
    box-shadow: 3px 3px 5px  #111;
}
.col-xs-12.BlogContentSaver.btm-margin-35px.justify {
    height:auto;
    min-height: 140px;
}

.countinueBlog{
  color: var(--tblack);
}
.countinueBlog:hover{
  color: #2b8f21 ;
  font-weight: bold;
}

.SocialFooterImg{
  max-width: 27px;
  margin: 7px auto;
}

.footerlinks {
    margin: 4px auto;
    color: rgb(42, 42, 42)
}
.footerLogo{
  height: 100px
}
.footer{
  /* background: #161a1e */
  background: #000 ;
  height: auto ;
}
.liteColor div , .liteColor a{
  color:#fff !important
}
.heart {
	font-size: 15px;
	color: #e00;
	animation: beat .25s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.2); }
}


.rede{
  background: red
}

.minh8p{
  min-height:500px !important;
}
.regLogBox{
  box-shadow: 2px 2px 5px #88a8d0 ;
  border-radius: 8px;
  background: #fff ;
  padding: 23px 2px;
}
.cursorP{
    cursor:pointer;
}
.redColor{
    color:red;
}


.checkboxSaveMe{
/*-webkit-box-shadow: 0px 0px 0px 1px green ;*/
-moz-box-shadow: 0px 0px 0px 1px green;
/*box-shadow: 0px 0px 0px 1px green ;*/
    height: 14px;
}


label {
    color: #7d7d7d !important;
}

.buybn{border-radius: 3px;
background: #e07e0b
}
.sellbn{border-radius: 3px;
background: #ff3670
}
.fleft{
  float: left;
}
.logoimg{
  margin: 23px auto ;
  width: 17%;
  min-width: 230px ;
}
.footerpadding{
  padding: 9px 0 ;
}
.socialImg{
  width: 25px;
  height: 25px;
  margin: 1px 7px;
}
.zinh{
  z-index: 999
}


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.cardcontainer{
    animation: zoominoutsinglefeatured 6.7s infinite ;
}


.footerTextStyle , .footerTextStyle  b{
  color: #fff;
  font-size: 16px;
}
