@font-face {
  font-family: "Poppins";
  src: url("/static/assets/font/poppins.ttf");
}
@font-face {
  font-family: "faFont";
  src: url("/static/assets/font/IRANYekanX-Medium.woff") format("woff");
  src: url("/static/assets/font/IRANYekanX-Medium.woff") format("woff")
    url("/static/assets/font/IRANYekanX-Medium.woff2") format("woff2");
}
:root {
  --bgClr: #fff;
  --whiteOp1: #ffffffe0;
  --clrPrimary1: #ffe914;
  --clrPrimary1Op1: #fff9c1;
  --clrPrimary2: #b77d13;
  --clrPrimary5: #eebd62;
  --clrPrimary2Op1: #b77e1327;
  --clrPrimary2Op2: #b77e130e;
  --clrPrimary3: #fdd72a;
  --clrPrimary4: #ffc33d;
  --blackOp1: #33333318;
  --blackOp2: #3333330a;
  --blackOp3: #33333307;
  --blackOpc9: #333333c9;
  --blackOp5d: #3333335d;
  --clr3: #333;
  --clr5: #555;
  --clr7: #777;
  --clrA: #aaa;
  --clrf7: #f7f7f7;
  --blueClr1: #1e8fff;
  --blueClr2: #135aa0;
  --blueClr3: #cbe5ff;
  --blueClr4: #6b7d8f;
  --blueClr5: #3678b9;
  --blueClrOp1: #1e8fff0a;
  --blueClrOp2: #1e8fff46;
  --blueClrOp21: #1e8fff21;
  --blueClrOp15: #1e8fff15;
  --redClr: #ff6347;
  --greenClr: rgb(33, 187, 33);
  --whiteOp1: #ffffffb7;
  --clrF9: #f9f9f9;
  --clr1Op8: #11111180;
  --whiteClr2: #f6f6f8;
  --clr0Op1: #0000004d;
}
body,
html {
  background-color: var(--bgClr);
  max-width: 100vw;
  overflow-x: hidden;
}
.night {
  --bgClr: #1b1b1b;
  --whiteOp1: #000000e0;
  --clrPrimary1: #ffe914;
  --clrPrimary1Op1: #fff9c1;
  --clrPrimary2: #b77d13;
  --clrPrimary5: #eebd62;
  --clrPrimary2Op1: #b77e1327;
  --clrPrimary3: #fdd72a;
  --clrPrimary4: #ffc33d;
  --blackOp1: #ffffff18;
  --blackOp2: #ffffff0a;
  --blackOp3: #ffffff07;
  --blackOpc9: #ffffffc9;
  --clr3: #eee;
  --clr5: #ccc;
  --clr7: #aaa;
  --clrf7: #999;
  --blueClr1: #1e8fff;
  --blueClr2: #2b87e4;
  --blueClr3: #29455f;
  --blueClrOp1: rgba(30, 143, 255, 0.041);
  --redClr: #ff6347;
  --greenClr: rgb(33, 187, 33);
  --whiteOp1: #000000b7;
  --clrF9: #202020;
  --blueClr5: #a1bedb;
  --clr1Op8: #dddddd80;
  --whiteClr2: #383837;
  --clr0Op1: #ffffff4d;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #aaa;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
main {
  width: 100%;
  margin-top: 60px;
}
.container {
  width: 94%;
  margin: 0 auto;
  max-width: 1250px;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flexCol {
  flex-direction: column;
}
.grid {
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
}
.flexCenter {
  justify-content: center;
  align-items: center;
}
.justifyBetween {
  justify-content: space-between;
}
.alignCenter {
  align-items: center;
}
.mar5 {
  margin-top: 5px;
}
.mar10 {
  margin-top: 10px;
}
.mar20 {
  margin-top: 20px;
}
.mar30 {
  margin-top: 30px;
}
.gap10 {
  gap: 10px;
}
.enFont {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.faFont {
  font-family: "faFont", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.hideText {
  color: transparent;
  font-size: 0;
}
.iconBtn {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  border-radius: 7px;
  background-color: transparent;
  transition: background-color 0.4s;
  background-repeat: no-repeat;
  background-position: center;
}
.op7 {
  opacity: 0.7;
}
.op9 {
  opacity: 0.9;
}
.op6 {
  opacity: 0.6;
}
.iconBtn:hover {
  background-color: var(--blackOp1);
}
.rel {
  position: relative;
}
.textSizeHuge {
  font-size: 1.8em;
}
.textSize1 {
  font-size: 1.5em;
  font-weight: bold;
}
.textSize2 {
  font-size: 1.35em;
  line-height: 1.8em;
}
.textSize3 {
  font-size: 1.1em;
  line-height: 1.6em;
}
.textSize4 {
  font-size: 1.15em;
}
.textSize5 {
  font-size: 1.2em;
}
.textSize6 {
  font-size: 1em;
  line-height: 1.6em;
}
.textSize7 {
  font-size: 0.9em;
  line-height: 1.6em;
}
.textSize8 {
  font-size: 0.8em;
  line-height: 1.2em;
}
.textClr3 {
  color: var(--clr3);
}
.textClr5 {
  color: var(--clr5);
}
.textClr7 {
  color: var(--clr7);
}
.justifyText {
  text-align: justify;
}
.customScrollbar::-webkit-scrollbar {
  width: 7px;
}
.customScrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.customScrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}
.customScrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hideScrollBar::-webkit-scrollbar {
  display: none;
}
.hideScrollBar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .textSizeHuge {
    font-size: 1.8em;
  }
  .textSize1 {
    font-size: 1.8em;
    font-weight: bold;
  }
  .textSize2 {
    font-size: 1.5em;
    line-height: 1.8em;
  }
  .textSize3 {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .textSize4 {
    font-size: 1.2em;
  }
  .textSize5 {
    font-size: 1.3em;
  }
  .textSize6 {
    font-size: 1em;
    line-height: 1.6em;
  }
  .textSize7 {
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .textSize8 {
    font-size: 0.8em;
    line-height: 1.2em;
  }
}
/* header */
header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: var(--bgClr);
  padding: 0 3%;
  border-bottom: 1px solid var(--blackOp2);
}
.logoImage {
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.headerRightDiv {
  gap: 5px;
}
.langIcon {
  background-image: url("/static/assets/icons/language.svg");
  background-size: 24px;
}
.langIcon.en {
  background-image: url("/static/assets/icons/enLanguage.svg");
}
.menuIcon {
  background-image: url("/static/assets/icons/menu.svg");
  background-size: 25px;
}
.nightIcon {
  background-image: url("/static/assets/icons/moon.svg");
  background-size: 23px;
}
.moreMenu {
  background-image: url("/static/assets/icons/hoverMenu.svg");
  background-size: 22.5px;
  display: none;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 910;
  background-color: var(--whiteOp1);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  padding: 30px;
  overflow-y: auto;
  gap: 10px;
}
.navbar.active {
  opacity: 1;
  pointer-events: unset;
}
.navMainDiv {
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.closeNavBar {
  background-size: 25px;
  background-image: url("/static/assets/icons/close.svg");
  align-self: flex-end;
}
.checkboxLabel {
  padding: 0 40px 0 30px;
  cursor: pointer;
}
.navMainDiv .sendMoneyLbl {
  background-size: 28px;
  background-image: url("/static/assets/icons/worldCoin.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.navMainDiv .assetManagmentLbl {
  background-size: 19px;
  background-image: url("/static/assets/icons/mngIcon.svg");
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.navMainDiv .exchangeLbl {
  background-size: 19px;
  background-image: url("/static/assets/icons/exchangeIcon.svg");
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.navMainDiv .infoLbl {
  background-size: 20px;
  background-image: url("/static/assets/icons/info.svg");
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.navMainDiv .aboutLbl {
  background-size: 19px;
  background-image: url("/static/assets/icons/question.svg");
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.navMainDiv .accessLbl {
  background-size: 18px;
  background-image: url("/static/assets/icons/hoverMenu.svg");
  background-position: right 2px center;
  background-repeat: no-repeat;
}
.checkBoxInput {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/assets/icons/arrowDown.svg");
  pointer-events: none;
  transition: transform 0.4s;
}
.detailsList {
  background-color: var(--blackOp2);
  border-radius: 0 0 7px 7px;
  margin: 10px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 15px;
  gap: 5px;
}
.detailsList::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #33333327, #33333300);
  opacity: 0.5;
}
.detailsList a {
  padding: 5px 0;
}
.checkBoxInput:checked {
  transform: rotate(180deg);
}
.checkBoxInput:checked + .detailsList {
  max-height: 300px;
  transition: max-height 0.4s ease-in, padding 0.4s ease-in;
  padding: 10px 15px;
}
.socialLinksDiv {
  gap: 15px;
  margin-top: auto;
  min-height: 80px;
}
.socialLink {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-color 0.4s;
  background-color: transparent;
}
.socialLink:hover {
  background-color: var(--blackOp1);
}
.socialLink.facebook {
  background-image: url("/static/assets/icons/facebook.svg");
  background-size: 25px;
}
.socialLink.instagram {
  background-image: url("/static/assets/icons/instagram.svg");
  background-size: 25px;
}
.socialLink.twitter {
  background-image: url("/static/assets/icons/twiiter.svg");
  background-size: 22px;
}
.socialLink.linkedin {
  background-image: url("/static/assets/icons/linkedin.svg");
  background-size: 22px;
}
.socialLink.telegram {
  background-image: url("/static/assets/icons/telegram.svg");
  background-size: 22px;
}
/* headerLinks */
.headerLinks {
  gap: 5px;
  display: none;
  font-size: 0.85em;
}
.headerLinkItem {
  padding: 5px 5px 5px 25px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.4s;
}
.headerParentLink:hover > .headerLinkItem {
  color: var(--clrPrimary2);
}
.headerLinkItem::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-image: url("/static/assets/icons/arrowDown.svg");
  transition: transform 0.4s, background-image 0.4s;
}
.headerParentLink:hover > .headerLinkItem::after {
  background-image: url("/static/assets/icons/yellowArrowDown.svg");
  transform: rotate(180deg);
}
.headerLinkDetails {
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.4s;
  position: absolute;
  bottom: 0;
  transform: translateY(90%);
  z-index: 910;
  background-color: var(--bgClr);
  padding: 20px;
  width: 550px;
  height: 250px;
  white-space: nowrap;
  gap: 5px;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 3px 5px 2px var(--blackOp1);
  font-size: 0.9em;
}
.headerLinkDetails::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 200px;
  height: 200px;
  background-position: left 5px bottom 5px;
  background-size: 180px;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.headerLinkDetails.sendMoney::after {
  background-image: url("/static/assets/icons/sendMoney.webp");
  background-size: 180px;
}
.headerLinkDetails.assetManagment::after {
  background-image: url("/static/assets/icons/assetManageBg.webp");
}
.headerLinkDetails.exchange::after {
  background-image: url("/static/assets/icons/exchangeImg.webp");
  background-size: 200px;
}
.headerLinkDetails.info::after {
  background-image: url("/static/assets/icons/infoBg.webp");
}
.headerLinkDetails.about::after {
  background-image: url("/static/assets/icons/contactBg.webp");
}
.headerLinkDetails.about {
  right: unset;
  left: 0;
}
.headerLinkDetails.info {
  right: unset;
  left: -100px;
}
.headerLinkDetails.exchange {
  right: unset;
  left: -250px;
}
.headerLinkDetails.assetManagment {
  right: -100px;
}
.headerDetailsItem {
  padding: 15px 40px 15px 5px;
  width: 40%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right 7px center;
  border-bottom: 2px solid transparent;
  transition: background-color 0.4s;
  border-radius: 5px;
}
.headerDetailsItem:hover {
  background-color: var(--blackOp2);
}
.headerDetailsItem.worldCoin {
  background-image: url("/static/assets/icons/worldCoin.svg");
}
.headerDetailsItem.digitalCoin {
  background-image: url("/static/assets/icons/bitCoin.svg");
}
.headerDetailsItem.electCoin {
  background-image: url("/static/assets/icons/digitalCoin.svg");
}
.headerDetailsItem.blog {
  background-image: url("/static/assets/icons/blog.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerDetailsItem.contact {
  background-image: url("/static/assets/icons/contact.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerDetailsItem.aboutUs {
  background-image: url("/static/assets/icons/info.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerDetailsItem.faq {
  background-image: url("/static/assets/icons/question.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerDetailsItem.reserve {
  background-image: url("/static/assets/icons/time.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerDetailsItem.rules {
  background-image: url("/static/assets/icons/rules.svg");
  background-size: 20px;
  background-position: right 5px center;
}
.headerParentLink:hover > .headerLinkDetails,
.headerLinkDetails:hover {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(100%);
}
.moreMenuDetails {
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.4s;
  position: absolute;
  bottom: 0;
  transform: translateY(90%);
  z-index: 910;
  background-color: var(--bgClr);
  padding: 20px;
  white-space: nowrap;
  gap: 5px;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 3px 5px 2px var(--blackOp1);
  grid-template-columns: 1fr 1fr 1fr;
}
.moreMenuDiv:hover > .moreMenuDetails,
.moreMenuDetails:hover {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(100%);
}
.moreMenuLink {
  background-repeat: no-repeat;
  background-position: top 7px center;
  padding: 55px 5px 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.4s;
  width: 90px;
  text-align: center;
  white-space: wrap;
}
.moreMenuLink:hover {
  background-color: var(--blackOp3);
}
.interestRate {
  background-image: url("/static/assets/icons/Interest-rate.svg");
  background-size: 40px;
}
.marketoverview {
  background-image: url("/static/assets/icons/Market-overview.svg");
  background-size: 30px;
}
.cryptoEvents {
  background-image: url("/static/assets/icons/events.svg");
  background-size: 30px;
}
.regulations {
  background-image: url("/static/assets/icons/Legislation.svg");
  background-size: 30px;
}
.bitcoin {
  background-image: url("/static/assets/icons/Market-analysis.svg");
  background-size: 30px;
}
.compoundInterest {
  background-image: url("/static/assets/icons/interest-Calculate.svg");
  background-size: 30px;
}
.loanInterest {
  background-image: url("/static/assets/icons/installments-Calculate.svg");
  background-size: 30px;
}
/* footer */
footer {
  background-color: var(--blackOp3);
  padding: 20px;
}
.footerMainDiv {
  gap: 20px;
}
.footerLogo {
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footerLogoText,
.headerLogoText {
  background: -webkit-linear-gradient(
    var(--clrPrimary1),
    var(--clrPrimary2),
    var(--clrPrimary3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.footerAbout {
  line-height: 1.8em;
}
/* night */
.night iframe {
  filter: invert(88%);
}
/* hideoverflow */
.hideOverflow {
  overflow: hidden !important;
}
@media screen and (min-width: 769px) {
  header {
    height: 70px;
  }
  .menuIcon {
    display: none;
  }
  .moreMenu {
    display: flex;
  }
  .navbar.active {
    pointer-events: none;
    opacity: 0;
  }
  body.hideOverflow {
    max-height: unset;
    overflow-y: unset;
  }
  .headerLinks {
    display: -webkit-flex;
    display: flex;
  }
  .footerMainDiv {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .headerLogoText {
    display: none;
  }
  main {
    margin-top: 100px;
  }
}
@media screen and (min-width: 850px) {
  .headerLinks {
    gap: 20px;
    font-size: 0.9em;
  }
  .headerLinkItem {
    padding: 10px 5px 10px 25px;
  }
  .headerLinkDetails {
    width: 650px;
    height: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .headerLogoText {
    display: unset !important;
  }
}
@keyframes blank {
  from {
    opacity: 0.06;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes blank2 {
  from {
    opacity: 0.06;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes blank3 {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    transform: translateX(-150%);
  }

  100% {
    transform: translateX(150%);
  }
}
