/*
Theme Name: blockpost redesign
Theme URI:
Author: sara hosseini
Description:
Version: 1.2.1
*/
/* --------------------- IRANSans fonts-------------------------------- */
@font-face {
  font-family: IRANSans-fa;
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
  src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), url('assets/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), url('assets/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), url('assets/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
  font-display: swap;
}

/* -------------------kahroba font-------------------------------- */
@font-face {
  font-family: Kahroba-FD-B;
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B.ttf');
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B?#iefix') format('embedded-opentype'), url('assets/fonts/kahroba/ttf/Kahroba-FD-B.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Kahroba-FD-B-EHC;
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B-EHC.ttf');
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B-EHC?#iefix') format('embedded-opentype'), url('assets/fonts/kahroba/ttf/Kahroba-FD-B-EHC.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Kahroba-FD-B-ELC-SE;
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B-ELC-SE.ttf');
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-B-ELC-SE?#iefix') format('embedded-opentype'), url('assets/fonts/kahroba/ttf/Kahroba-FD-B-ELC-SE.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Kahroba-FD-M';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/kahroba/ttf/Kahroba-FD-M.woff2') format('woff2');
  font-display: swap;
}



/* -----------------------vazir font-------------------------------- */
@font-face {
  font-family: 'Vazir-Bold-FD-WOL';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/vazir/Vazir-Bold-FD-WOL.eot');
  src:
    url('assets/fonts/vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/vazir/Vazir-Bold-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/vazir/Vazir-Bold-FD-WOL.woff') format('woff'),
    url('assets/fonts/vazir/Vazir-Bold-FD-WOL.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Vazir-FD-WOL';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/vazir/Vazir-FD-WOL.eot');
  src:
    url('assets/fonts/vazir/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/vazir/Vazir-FD-WOL.ttf') format('truetype');
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

a {
  text-decoration: unset !important;
  color: #000;
}

p{
  font-family: 'Vazir-FD-WOL' !important;
  margin-bottom: 0 !important;
  line-height: 32px;
}

body ul{
  padding: 0;
  margin: 0;
}


/* body{
  background-color: #fff;
  --switch-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.1) inset;
  --transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
} */

.dark body {
  background-color: #030211;
  color: #ebeaf7;
  --switch-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.5) inset;
  /* 08091c */
}

.light body {
  background-color: #ffffff;
  /* color: #ebeaf7; */
  --switch-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.5) inset;
  /* 08091c */
}

body {
  font-family: Kahroba-FD-M !important;
  font-size: 15px;
  text-decoration: none;
}

/* ---------------------header----------------------------------- */

.mobile-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1002;
  padding: 0.5rem 0;
}

.mobile-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.mobile-logo img {
  display: block;
}

.mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-menu-back svg path{
  stroke: #ff6600;
}

.mobile-auth-btn,
.mobile-theme-btn,
.mobile-menu-btn {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mobile-menu-btn {
  flex-direction: column;
  gap: 3px;
}

.mobile-menu-bar {
  width: 24px;
  height: 3px;
  background: #ff6600;
  border-radius: 2px;
  display: block;
  transition: all 0.3s ease;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1099;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.08);
  z-index: 1100;
  transition: right 0.3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu.open {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.mobile-menu-logo img {
  height: 32px;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

.mobile-menu-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  /* padding: 1rem; */
}

.bg-head-menu-scroll {
  width: 100%;
  height: 42%;
  background-color: #ff66001a;
  /* background-color: #FFF7F2; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 0px 0px 35px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 35px 20px;
  font-size: 14px;
  color: #091238;
}

.mobile-menu-list .down-arrow {
  display: none;
}

.auth-mobile-button {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 14px;
  font-family: 'Vazir-Bold-FD-WOL';
  gap: 10px;
}

button#mobile-search-btn {
  border: unset;
  background: none;
  color: #091238;
}
.switch-theme-icon{
  margin-left: 3px;
}
/* button#register-mobile-menu {
  background-color: #ff6600;
  padding: 5px 20px;
  border-radius: 21px;
  color: white;
  font-size: 12px;
} */

.section-username-mobile {
  display: flex;
  flex-direction: column;
}

.email-profile-mobile {
  font-size: 10px;
  color: #354379;
}

a.mobile-menu-link.nav-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Vazir-FD-WOL;
  font-size: 13px;
}

.mobile-menu-item:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 15px 0px;
}

.mobile-menu-item:last-child {
  position: relative;
  padding: 15px 0px 0px 0px;
  border-bottom: none;
}

.mobile-menu-link {
  flex: 1;
  display: block;
  padding: 0.7rem 0.5rem 0.7rem 2.2rem;
  font-size: 1.1rem;
  color: #222;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 6px;
}

.mobile-menu-item.has-children>.mobile-menu-link {
  padding-left: 2.2rem;
}

.mobile-menu-expand {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #091238;
  padding: 0.2rem 0.6rem;
  cursor: pointer;
  line-height: 1;
}

.mobile-submenu {
  display: none;
  padding-right: 0.6rem;
}

span.mobile-username {
  font-family: 'Vazir-Bold-FD-WOL';
  font-size: 13px;
  color: #091238;
}

a.edit-profile-mobile {
  font-family: 'Vazir-Bold-FD-WOL';
  color: #091238;
  font-size: 9px;
}

.mobile-user-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.mobile-user-profile {
  border-radius: 10px;
  padding: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-search-container form {
  display: flex;
  align-items: center;
  position: relative;
  background-color: white;
  border-radius: 10px;
  width: 60%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-right: 6px;
}

.mobile-search-container input {
  width: 100%;
  border: unset !important;
  font-size: 12px;
  font-family: 'Vazir-FD-WOL';
  padding: 10px;
}

.mobile-search-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.mobile-menu-item.open>.mobile-submenu {
  display: block;
}

.mobile-menu-footer {
  padding: 1rem;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.right-profile-side {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}

.mobile-theme-switch {
  position: relative;
}

.mobile-theme-switch button {
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-link-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group.floating input {
  width: 100%;
  padding: 12px 12px 12px 0;
  border: none;
  border-bottom: 2px solid #35437921;
  font-size: 13px;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}

.form-group.floating label {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 10px;
  color: #354379;
  pointer-events: none;
  transition: all 0.2s ease-out;
  font-family: 'Vazir-FD-WOL';
}

.form-group.floating input:focus {
  border-color: #ff6600;
}

.form-group.floating input:focus+label,
.form-group.floating input:not(:placeholder-shown)+label {
  top: -10px;
  font-size: 11px;
  color: #ff6600;
  background-color: #fff;
  padding: 0 4px;
  font-family: 'Vazir-FD-WOL';
}

/* .auth-bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: 2000;
  background: rgba(0,0,0,0.2);
  transition: bottom 0.35s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
} */

/* .auth-bottom-sheet.open {
  bottom: 0;
  pointer-events: auto;
} */

/* .auth-bottom-sheet-content {
  background: #f5f5f5;
  background-image: url(./assets/images/bg-auth-two.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 420px;
  border-radius: 35px 35px 0 0;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.12);
  padding: 45px 24px 24px 24px;
  position: relative;
  animation: slideUpSheet 0.35s cubic-bezier(.4, 0, .2, 1);
} */

@keyframes slideUpSheet {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .auth-bottom-sheet-close {
  position: absolute;
  left: 20px;
  top: 9px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
} */

#auth-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 12px;
}

.auth-tab-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 16px 16px 0 0;
  color: #091238;
  cursor: pointer;
  /* transition: background 0.2s, color 0.2s; */
}

.auth-tab-btn.active {
  background-color: #ff6600;
  padding: 5px 20px;
  border-radius: 21px;
  color: white;
  font-size: 12px;
}

.auth-tab-panel {
  display: none;
}

.auth-tab-panel.active {
  display: block;
}

/* .auth-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #354379;
} */

/* .auth-form input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
} */

.auth-submit-btn {
  width: 100%;
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 10px 0;
  font-size: 13px;
  margin-top: 8px;
  cursor: pointer;
  font-family: 'Vazir-FD-WOL';
}

/* .auth-or-divider {
  text-align: center;
  margin: 18px 0 10px 0;
  color: #aaa;
  font-size: 0.95rem;
  position: relative;
}

.auth-or-divider span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.auth-or-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ececec;
  z-index: 0;
} */

.auth-google-btn {
  width: 100%;
  background: #fff;
  color: #091238;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 10px 0;
  font-size: 1.05rem;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.theme-menu {
  position: absolute;
  bottom: 120%;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  min-width: 90px;
  z-index: 10;
}

.theme-menu.hidden {
  display: none;
}

.theme-menu li {
  padding: 0.3rem 1rem;
  cursor: pointer;
  text-align: right;
}

.theme-menu li:hover {
  background: #f5f5f5;
}

@media (min-width: 1025px) {

  .mobile-header,
  .mobile-menu,
  .mobile-menu-overlay {
    display: none !important;
  }
}

/* .main-header-row, */
.footer-row {
  background-color: #091238;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

footer {
  margin-top: 70px;
}

/* .container.header-navbar,
.container.footer-container {
  max-width: 96%;
} */

.container.header-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.row.main-header-row {
  padding: 8px;
  border-radius: 25px;
}

.header-logo a img {
  width: 142px;
}

.right-menu,
.left-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}


.col-md-12.user-acount {
  display: flex;
  justify-content: flex-end;
}


.header-menu a.nav-link {
  color: #091238;
  text-decoration: none;
  text-transform: uppercase;
  /* padding-bottom: 17px; */
  padding-right: 5px !important;
}

.sub-menu a.nav-link {
  font-size: 13px;
  color: #091238;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 5px !important;
}

.header-menu .nav-item {
  /* font-family: 'Vazir-FD-WOL'; */
  font-family: Vazir-Bold-FD-WOL;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 20px;
  border-radius: 10px;
  transition: all ease-in-out .2s;
}

.header-menu .nav-item::after {
  content: '';
  position: absolute;
  border-radius: 10px;
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: linear-gradient(270deg, #f00023 10%, #f3690e 75%);
  transition: all ease-in-out .2s;
}

.header-menu .nav-item:hover::after {
  width: 100%;
  left: 0;
}

.header-menu .nav-item ul.sub-menu li::after {
  content: unset;
}

.navbar-collapse .sub-menu {
  position: absolute;
  top: 41px;
  right: 0px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px 0 16px 16px;
  width: 100%;
  min-width: 220px;
  transition: all 0.5s;
  opacity: 0;
  z-index: -9;
  height: 0px;
  color: white;
  overflow: hidden;
  padding: unset;
  border: 1px solid #ffffff;
  list-style: none;
  width: 0px;
  font-size: 14px;
}

.header-menu .menu-item-has-children {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.navbar-collapse .sub-menu li {
  margin: 0;
  transition: .5s;
}

/* html.light {
  margin-top: 0px !important;
} */
.header-menu .menu-item-has-children .down-arrow {
  width: 11px;
  height: 11px;
  transition: .5s;
}

.header-menu .menu-item-has-children:hover .down-arrow {
  transform: rotate(180deg);
}

.all-items-header .form-controls {
  border-radius: 28px;
  border-color: #ff091c !important;
  height: 33px;
  width: 70%;
  transition: .5s;
}

.form-controls svg path {
  stroke: #091238;
}

.theme-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  top: 55px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: all 0.5s;
  z-index: 99;
}

span.sh_symbols_submenu {
  font-family: sans-serif;
}

.theme-menu li {
  padding: 8px 12px;
  cursor: pointer;
}

.theme-menu li:hover {
  background: #f8f7f7;
  border-radius: 16px;
}
button#theme-button-desktop, button#theme-button-mobile{
  border: unset; 
  background-color: transparent; 
  padding: 0px;
}

.theme-menu.hidden {
  display: none;
}

.all-items-header form.d-flex {
  position: relative;
  width: 100%;
  justify-content: end;
}

.user-acount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.search-box {
  display: flex !important;
  /* padding-left: 20px; */
  /* width: 55%; */
}

.google-btn {
  background-color: #ffffff;
  color: #091238;
  border: 1px solid #ff6600;
}

.submit-btn {
  background-color: #ff6600;
  color: white;
  border: none;
}

.auth-buttons {
  margin: 0px 8px;
  position: relative;
}

.register-btn {
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.lines {
  flex-grow: 1;
  height: 1px;
  background-color: #727272;
  margin: 0px 11px;
}

/* .or-divider {
  display: flex;
  align-items: center;
  margin: 20px 0px 15px;
}

.or-divider span {
  color: #727272
} */

/* .auth-switch {
  font-size: 12px;
  font-family: 'Vazir-FD-WOL';
} */

svg.bi.bi-search {
  position: absolute;
  /* fill: #e50000; */
  left: 10px;
  top: 28%;
  width: auto;
  border-radius: 20px;
}

.col-md-4.search-box {
  position: relative;
}

#myHeader {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

#myHeader.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}


.form-controls {
  /* color: #ffffff !important; */
  background-color: #ffffff !important;
  background-clip: padding-box;
  border: 2px solid #ff6600 !important;
  border-radius: 10px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: Vazir-FD-WOL !important;
  padding: 3px 8px;
}

.tab-pane.fade{
  display: none;
}
.tab-pane.fade.show.active{
  display: block;
}

/* -------------------------end header------------------------- */

/* .theme-switch {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-switch .checkbox {
  opacity: 0;
  position: absolute;
}

.theme-switch .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 50px;
  position: relative;
  height: 40px;
  width: 80px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #ff6600 inset;
  transition: var(--transition);
}

.theme-switch .label:hover .moon,
.theme-switch .label:hover .sun {
  transform: rotate(360deg);
}

.theme-switch .ball {
  transition: var(--transition);
  background-color: #ff6600;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
}

.theme-switch .moon {
  color: #ff6600;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}

.theme-switch .sun {
  color: #ff6600;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}

.theme-switch .ball {
  transform: translatex(0);
}

.dark .theme-switch .ball {
  transform: translatex(40px);
}

@media (prefers-color-scheme: dark) {
  .theme-switch .ball {
    transform: translatex(40px);
  }

  .light .theme-switch .ball {
    transform: translatex(0);
  }
} */

.credits {
  font-family: Helvetica, Arial, Sans-Serif;
  color: var(--text-color);
  padding-top: 20px;
  font-size: 14px;
}

.credits a {
  color: var(--text-color);
}

/* ------------------------------search box: -----------------------------------*/

/* ------------------------------@media screen:-----------------------------------*/

@media (min-width: 1550px) {

  body .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
    padding: 0;
  }
}

@media only screen and (max-width: 425px) {

  .col-md-6.col-sm-12.col-12.sh-market-value-infoo {
    justify-content: end;
  }

  button.sh_user_report{
    display: none;
  }

  .download-app-section {
    padding-top: 98px;
  }

  .section-eight{
    height: 605px !important;
  }
  .crypto-table table {
    font-size: 0.9rem;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .crypto-table th,
  .crypto-table td {
    padding: 8px;
  }

  .view-all-first-section {
    width: 100%;
    display: block;
  }
  .sh_token-submenu.sub-menu{
    display: block;
  }
  #myHeader {
    display: none;
  }

  .col-md-12.footer-section-two,
  .col-md-12.footer-section-three,
  .first-tab-content {
    display: flex;
    flex-direction: column;
  }

  .col-md-10.footer-content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer-description,
  .tags-container-footer,
  .education-articles,
  .social-media-footer {
    display: none !important;
  }

  .footer-row {
    padding: 30px 15px !important;
  }

  .footer-section-two-content {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-items {
    margin-bottom: 20px;
  }

  .app-download-footer-content {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    color: white;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .section-eight-content img {
    width: 100%;
    margin: 25px 0px;
  }

  .container.top-news-section .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .title-box-topsection,
  .tab-button-thirdSection,
  span.lastNewsTitle,
  .loadMorePost {
    font-size: 11px !important;
  }

  .title-of-top-section {
    background: rgb(0 0 0 / 50%) !important;

  }

  .category-badge-top-left {
    font-size: 0.6rem;
  }

  .CryptoCampBanner,
  .TechnicalistshoBanner {
    width: 100% !important;
  }

  .lastNewsImage img {
    width: 110px !important;
    height: 80px !important;
  }

  .newsBoxMargin {
    margin-bottom: 12px !important;
  }

  .tab-buttons {
    border: unset !important;
  }

  .third-section-right-side h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .third-section-right-side h2::before,
  .third-section-right-side h2::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #091238;
    margin: 0 12px;
    border-radius: 2px;
    min-width: 84px;
  }

  .third-section-right-side h2,
  .third-section-left-side h2,
  .section-four h2,
  .section-five-content h2,
  .section-six-content h2,
  .section-title h2,
  .coin-list-title h1,
  .section-four-PriceList h2,
  .sectionfive-PriceList-title h2,
  .Sectionsix-pricelist h2 {
    font-size: 16px !important;
  }

  .container.first-section,
  .container.second-section,
  .container.third-section,
  .section-seven.container {
    flex-direction: column;
  }

  /* .container.first-section, */
  .container.second-section,
  .container.third-section,
  .section-five-content,
  .section-six-content,
  .section-seven.container {
    padding-top: 20px !important;

  }

  .line {
    display: none;
  }

  #section-four-slider {
    overflow: hidden;
    position: relative;
    padding: 0;
  }

  #section-four-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  #section-four-slider>.col-md-3 {
    min-width: 80vw;
    max-width: 80vw;
    flex: 0 0 80vw;
    margin-right: 10px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  #section-four-slider>.col-md-3:last-child {
    margin-right: 0;
  }

  #section-four-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #section-four-slider>.col-md-3 {
    scroll-snap-align: start;
  }

  #section-four-slider::-webkit-scrollbar {
    display: none;
  }

  #section-four-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .box-slider-article .image-and-title h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #091238;
    font-family: Vazir-FD-WOLzir;
  }

  .carousel {
    height: 201px !important;
  }

  /* .data-box-token {
    width: 24% !important;
    height: auto !important;
    margin-bottom: 10px;
  } */

  .container.header-navbar {
    display: none;
  }

  .title-marquee-top, button.accordion-button {
    font-size: 12px;
  }

  .img-poster {
    height: 120px !important;
    width: 100%;
  }

  .category-badge-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6600c4;
    color: #ffffff;
    font-size: 0.6rem;
    font-family: Vazir-FD-WOL;
    padding: 4px 8px;
    border-radius: 0px;
    z-index: 2;
  }

  .slide-content h1 {
    font-size: 1.1rem !important;
  }

  .slide-content p {
    display: none;
  }

  .responsive-section-display {
    display: flex;
    flex-direction: column-reverse;
  }

  .container.first-section {
    padding: 10px 10px !important;
  }


  .crypto-table {
    padding: 1rem 0rem !important;
  }

  .crypto-table table {
    min-width: 100% !important;
  }

  .crypto-table th,
  .crypto-table td {
    font-size: 12px;
  }

  .tokenFullName,
  .dollar-price {
    font-size: 13px;
  }

  .container.top-news-section {
    margin-top: 15px !important;
    border: unset !important;
  }

  .view-all-first-section {
    border-radius: 0px 0px 10px 10px !important;
  }

  .lastest-news-box-row {
    padding: 0px 10px 10px 10px !important;
  }

  .arrow-btn {
    padding: 0.1rem 0.6rem !important;
  }

  .dot {
    width: 8px !important;
    height: 8px !important;
  }

  .CryptoCampBanner img, .TechnicalistshoBanner img {
    height: auto !important;
  }

  .sectionOne-PriceList{
    flex-direction: column;
    gap: 15px;
  }

  .most-profitable-box, .most-harmful-box {
    width: 100%;
    margin: 5px 0px !important;
  }

 

  .lastNewsImage {
    width: 110px;
    height: 80px;
  }

  /* .mobile-menu-bar{
    background: #ff6600;
  } */

  .info-writer.info-writer-hover-effect,
  .text-post-item p,
  .section-seven-content {
    display: none !important;
  }
  
  .section-eight-content{
    margin: unset !important;
  }

  .video-icon-edu {
    display: none;
  }

  .cat-title-edu {
    margin-left: 21px;
    line-height: 20px;
  }

  span.part-number, .cat-title-edu {
    font-size: 13px;
  }


  .iframe-Introduction{
    margin-top: 20px;
    padding-right: 0px !important;
  }

  img.roadmap-image {
    width: 100% !important;
    margin: 33px 0px;
  }

  /* .CryptoCampBanner, .TechnicalistshoBanner{
    height: 85px !important;
  } */

  /* .CryptoCampBanner img, .TechnicalistshoBanner img{
    height: 68px !important;
  } */

  .Indicators{
    padding: 5px !important;
  }

}
@media only screen and (max-width: 767px) {
  .related-pages{
    flex-direction: column-reverse;
  }
  section#sticky-single-education {
    width: 100%;
    display: flex;
    justify-content: center;
}
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  section#sticky-single-education {
    width: 66%;
    display: flex;
    justify-content: center;
}
}
  

/* @media (max-width: 768px) {
  
} */

@media only screen and (min-width: 426px) and (max-width: 1025px) {
  .sectionOne-PriceList .col-md-4{
    width: 100%;
  }
  .don-img-section img {
    width: 271px;
    top: unset !important;
    left: 0 !important;
  }

  .section-eight-content img{
    width: 100%;
  }

  .col-md-4.data-box-token-container {
    width: 100%;
  }

  .col-6.Indicators {
    width: 25%;
    margin: 0px 0px 15px 0px;
  }

  .img-poster{
    height: 129px !important;
  }

  .sectionOne-PriceList {
    flex-direction: column;
    gap: 15px;
  }

  .most-profitable-box, .most-harmful-box {
    width: 100% !important;
    margin: 10px 0px !important;
  }


  header#myHeader, .user-data-analysis, .tags-container-footer, .col-md-2.col-sm-12.col-12.footer-logo {
    display: none !important;
  }

  .container.first-section {
    display: flex;
    flex-direction: column;
  }

  /* .col-md-4.data-box-token-container {
    width: 100%;
    flex-wrap: nowrap;
  } */
  .container.first-section .col-md-8, .third-section-right-side, .third-section-left-side, .footer-section-two-content{
    width: 100% !important;
  }

  .CryptoCampBanner img, .TechnicalistshoBanner img {
    width: 99% !important;
    height: auto;
    object-fit: cover;
  }

  .CryptoCampBanner, .TechnicalistshoBanner{
    height: auto;
  }

  .container.third-section, .col-md-12.footer-section-two{
    flex-direction: column;
  }

  span.lastNewsTitle{
    font-size: 12px;
  }

  .details-allnews-posts {
    font-size: 8px;
  }

  .slide-group {
    margin-top: 20px;
  }

  .col-md-12.col-sm-12.col-12.section-eight-content {
    margin: 60px 0px 0px;
  } 

  .footer-section-one{
    align-items: center;
  }

  .team-pic-workPage-right img{
    width: 100%;
  }

  .WorkWith-us-section span{
    /* font-size: 14px; */
    text-align: justify;
  }

  .checklist-requirement {
    margin-top: 30px !important;
  }

  .row.team-pic-workPage {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.lastNewsBox{
  flex-direction: column;
}
/* .lastNewsImage img {
  width: 110px !important;
  height: 80px !important;
} */
}

@media only screen and (max-width: 1025px) {
  .sectionfive-PriceList-title{
    justify-content: space-between;
  }
  .col-md-6.col-12.col-lg-6.col-sm-12.newsBoxMargin {
    width: 100%;
  }
  section.leftbar-sinfle-education {
    display: flex;
    margin-top: 35px;
    flex-direction: column-reverse;
  }
  section.caption-single-education {
    padding: 9px !important;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 36px;
  }

  .education_content h2{
    font-size: 16px !important;
  }

  h1.title-of-single-education{
    font-size: 18px !important;
  }
  section.leftbar-sinfle-education{
    align-items: center;
  }
  section.col-md-12.col-sm-12.col-12.relted-news-singleEducation {
    flex-direction: column;
  }
  section.related-videos{
    width: 100% !important;
  }

  .post-date-education{
    display: none;
  }
  .Indicators{
    margin-bottom: 5px !important;
  }
  .job-position-pic{
    flex-direction: column;
  }
  .share-box-single{
    margin: 20px 0px !important;
  }
  .app-features-list{
    display: block !important;
  }

  .sh-market-value{
    flex-direction: column;
  }
    .title_tab_news{
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .col-md-12.footer-section-two,
  .col-md-12.footer-section-three,
  .first-tab-content {
    display: flex;
    flex-direction: column;
  }

  .col-md-10.footer-content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer-description,
  .tags-container-footer,
  .education-articles,
  .social-media-footer {
    display: none !important;
  }

  .footer-row {
    padding: 30px 15px !important;
  }

  .footer-section-two-content {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-items {
    margin-bottom: 20px;
  }

  .app-download-footer-content {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    color: white;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .section-eight-content img {
    width: 100%;
    margin: 25px 0px;
  }

  .container.top-news-section .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .title-box-topsection,
  .tab-button-thirdSection,
  span.lastNewsTitle,
  .loadMorePost {
    font-size: 12px !important;
  }

  .title-of-top-section {
    background: rgb(0 0 0 / 50%);

  }

  .category-badge-top-left {
    font-size: 0.6rem;
  }

  .CryptoCampBanner,
  .TechnicalistshoBanner {
    width: 100% !important;
  }

  .newsBoxMargin {
    margin-bottom: 12px !important;
  }

  .tab-buttons {
    border: unset !important;
  }

  .third-section-right-side h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .third-section-right-side h2::before,
  .third-section-right-side h2::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #091238;
    margin: 0 12px;
    border-radius: 2px;
    min-width: 84px;
  }

  .third-section-right-side h2,
  .third-section-left-side h2,
  .section-four h2,
  .section-five-content h2,
  .section-six-content h2,
  .section-title h2,
  .coin-list-title h1,
  .section-four-PriceList h2,
  .sectionfive-PriceList-title h2,
  .Sectionsix-pricelist h2 {
    font-size: 16px !important;
  }

  .container.first-section,
  .container.second-section,
  .container.third-section,
  .section-seven.container,
  .first-section-col {
    flex-direction: column;
  }

  .container.first-section,
  .container.second-section,
  .container.third-section,
  .section-five-content,
  .section-six-content,
  .section-seven.container {
    padding-top: 20px !important;

  }

  .line {
    display: none;
  }

  #section-four-slider {
    overflow: hidden;
    position: relative;
    padding: 0;
  }

  #section-four-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  #section-four-slider>.col-md-3 {
    min-width: 80vw;
    max-width: 80vw;
    flex: 0 0 80vw;
    margin-right: 10px;
    margin-left: 0;
    padding-bottom: 10px;
  }

  #section-four-slider>.col-md-3:last-child {
    margin-right: 0;
  }

  #section-four-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #section-four-slider>.col-md-3 {
    scroll-snap-align: start;
  }

  #section-four-slider::-webkit-scrollbar {
    display: none;
  }

  #section-four-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .thumbnail-last-article img {
    height: 160px;
  }

  .box-slider-article .image-and-title h2 {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 23px;
    color: #091238;
    font-family: Vazir-FD-WOLzir;
  }

  .carousel {
    height: 262px !important;
  }

  /* .data-box-token {
    width: 24% !important;
    height: auto !important;
    margin-bottom: 10px;
  } */
  .container.header-navbar {
    display: none;
  }
  .course-info-divider{
    display: none;
  }
  .course-info-steps-wrapper{
    flex-wrap: wrap;
  }
  .last-article-section {
    margin-bottom: 15px;
  }

  .sh-section-one-display {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 19px;
  }

  .share-box {
    margin-left: 0px !important;
  }

  .course-info-step {
    padding: 6px 0px !important;
    font-size: 13px;
  }

  .details-box-course {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: space-between;
    gap: 20px;
  }

  .cat-title-edu {
    text-align: right;
  }

  .team-pic-workPage-right img{
    width: 100%;
  }

  .WorkWith-us-section span{
    /* font-size: 14px; */
    text-align: justify;
  }

  .checklist-requirement {
    margin-top: 30px !important;
  }

  #watchlist-title.line-to-text{
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .don-img-section img {
    width: 358px;
    top: unset !important;
    left: 0 !important;
  }
  span.side-box-info-title, span.share-title{
    font-size: 12px !important;
  }

  img.img-of-currenccy-course{
    width: 92% !important;
  }

  .section-eight-content img{
    width: 100%;
  }

  .header-menu .nav-item{
    font-size: 12px;
    margin: 0px 3px 0px;
  }

  .right-menu{
    justify-content: flex-start;
  }

  .lastNewsImage img {
    width: 110px;
  }

  span.lastNewsTitle {
    font-size: 13px;
  }

  .details-allnews-posts {
    font-size: 9px;
  }

  .custom-mv-tabs.nav.nav-tabs {
    display: flex;
    justify-content: flex-end;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .user-data-analysis {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .thumbnail-last-article img {
    height: auto !important;
  }
  .don-img-section img {
    top: -120px !important;
    left: 20% !important;
    width: 275px;
  }
  .download-app-section{
    padding-top: 98px;
  }

  .first-section-education{
    flex-direction: column-reverse;
  }

  .sh-Introduction-section h1, .main-title-teachingpage{
    font-size: 16px !important;
    margin-top: 20px;
  }

  .display-roadmap-title{
    padding: 0px !important;
  }
}

@media only screen and (min-width: 1400px) {}

/* ------------------------------- ziro section ------------------------------------ */

.immediate-things {
  display: flex;
  align-items: center;
  background-color: #091238;
  color: #fff;
  overflow: hidden;
  direction: rtl;
  padding: 10px 0px;
}

.marquee-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  z-index: 2;
  border-left: 1px solid white;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
  position: relative;
}

.marquee-content {
  display: inline-flex;
  gap: 40px;
  will-change: transform;
}

.marquee-item {
  display: inline-block;
  padding: 0 20px;
  color: white;
  font-size: 15px;
  font-family: sans-serif;
  white-space: nowrap;
}

/* .marquee-wrapper:hover{
  animation-play-state: paused;
} */

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.price-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.price-item span{
  font-family: sans-serif;
}

.price-item:hover {
  color: #808080;
}

.crypto-table-pricelist {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  padding-bottom: 8px;
}
.crypto-tables {
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
  direction: ltr;
  overflow-x: auto;
  padding: 1rem;
  border-radius: 12px;
  font-family: sans-serif;

}
.crypto-tables th, .crypto-tables td {
  /* white-space: nowrap; */
  padding: 12px 16px;
  text-align: left;
  /* background: #fff; */
}
.crypto-tables th {
  background: #f1f3f6;
  font-weight: 600;
  font-size: 15px;
}
.crypto-tables tr {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.crypto-tables tbody tr {
  transition: box-shadow 0.2s;
}
.crypto-tables tbody tr:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
@media (max-width: 991px) {
  .crypto-table-pricelist {
      padding-bottom: 0;
  }
  .crypto-tables {
      min-width: 700px;
  }
}
@media (max-width: 600px) {
  .crypto-table-pricelist {
      border-radius: 0;
      background: #fff;
      margin: 0 -10px;
  }
  .crypto-tables {
      min-width: 600px;
      font-size: 13px;
  }
  .crypto-tables th, .crypto-tables td {
      padding: 8px 8px !important;
  }
}

.Indicators{
  width: 49% !important;
  margin-bottom: 20px;
}

.sh-result-serchtoken {
  max-height: 211px;
  overflow-y: auto;
  overflow-x: unset;
  display: none;
  position: absolute;
  top: 45px;
  z-index: 10;
  background-color: white;
  width: 195px;
  color: #333;
  border-radius: 10px;
  margin-top: 3px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 0 14px 0px rgb(0 0 0 / 50%);
  padding: 10px;
}

.sh-top-box {
  position: relative;
}

/* ------------------------------ top news section --------------------------------- */
:root {
  --transition-duration: 0.6s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  max-width: 100%;
  height: 349px;
  /* min-height: 400px; */
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all var(--transition-duration) ease-in-out;
  /* display: flex;
  align-items: flex-end; */
}

.slide img{
  object-fit: cover; 
  height: 100%;
  width: 100%;
}

.slide:first-child {
  opacity: 1;
  transform: translateX(0);
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.slide.exit-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
}

.slide.exit-right {
  transform: translateX(100%);
}

.slide-content {
  padding: 2rem;
  z-index: 2;
  max-width: 700px;
  margin-bottom: 30px;
}

.slide-content h1 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-family: 'Kahroba-FD-M';
}

.slide-content p {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 1rem;
}

.slide-content .author {
  font-size: 0.85rem;
  color: #aaa;
}

.controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 12px;
  /* height: 12px; */
  border-radius: 9999px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  width: 32px;
  background-color: #60a5fa;
}

.arrows {
  display: flex;
  gap: 0.5rem;
}

.arrow-btn {
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgb(0 0 0 / 70%);
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s;
}

.arrow-btn:hover {
  background-color: rgb(0 0 0 / 50%);
}

.lastest-news-box-row {
  padding: 0px 10px 10px 0px;
}

.container.top-news-section {
  margin-top: 30px;
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  /* padding: 15px; */
  padding: 15px 15px 5px 15px;
  /* height: 353px; */
}

.img-poster {
  height: 169px;
  width: 100%;
  object-fit: cover;
}

.title-of-top-section {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}

.link-top-posts {
  display: block;
  position: relative;
}

.title-box-topsection {
  margin: 0;
  font-size: 13px;
}

.category-badge-top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff6600c4;
  color: #ffffff;
  font-size: 0.70rem;
  font-family: Vazir-FD-WOL;
  padding: 4px 10px;
  border-radius: 0px;
  z-index: 2;
}

.news-img-wrapper {
  position: relative;
  width: 100%;
}

/* ------------------------------ first section: -----------------------------------*/
.container.first-section,
.container.second-section,
.section-five-content,
.section-six-content,
.section-seven.container,
.container.workWith-us-firstSection {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container.second-section{
  gap: 4px;
}

.container.third-section {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.container.sh-tab-content-wallet {
  border-radius: 16px;
  position: relative;
}
.container.sh-tab-content-wallet-main {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  position: relative;
  padding: 0px;
}

.section-four-title {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crypto-table {
  direction: ltr;
  overflow-x: auto;
  padding: 1rem;
  border-radius: 12px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  font-family: sans-serif;
}
.crypto-table.mainpage {
padding: unset;
}

.crypto-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.crypto-table th,
.crypto-table td {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.crypto-table td img {
  vertical-align: middle;
  margin-left: 5px;
}

.crypto-table tr:hover {
  background-color: #f0f0f0;
}

.red {
  color: #B82B33;
  font-weight: 400;
}

.green {
  color: #05890D;
}

.border-red {
  /* background-color: #B82B33;
  color: white; */
  padding: 5px 15px;
  border-radius: 16px;
}
.flash-green { 
  color: #16a34a !important; 
  animation: flash-text-green 0.6s; 
}
.flash-red { 
  color: #dc2626 !important; 
  animation: flash-text-red 0.6s; 
}
.flash-yellow { 
  color: #eab308 !important; 
  animation: flash-text-yellow 0.6s; 
}

@keyframes flash-text-green {
  0% { color: #16a34a; }
  50% { color: #fff; }
  100% { color: #16a34a; }
}
@keyframes flash-text-red {
  0% { color: #dc2626; }
  50% { color: #fff; }
  100% { color: #dc2626; }
}
@keyframes flash-text-yellow {
  0% { color: #eab308; }
  50% { color: #fff; }
  100% { color: #eab308; }
}

.border-green {
  /* background-color: #05890D;
  color: white; */
  padding: 5px 15px;
  border-radius: 16px;
}

.crypto-tables tbody tr:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.crypto-tables tbody tr {
  cursor: pointer;
}

/* thead.crypto-table-title:hover {
  background-color: unset;
} */

.view-all-first-section {
  padding: 6px 12px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: Vazir-FD-WOL;
  font-size: 0.7rem;
  z-index: 99;
  position: absolute;
  bottom: -15px;
}
.first-section-col{
  display: flex;
  gap: 10px;
}

.toman-price {
  font-family: Vazir-FD-WOL;
}

thead.crypto-table-title {
  color: #091238;
  font-family: Vazir-FD-WOL !important;
  font-size: 0.85rem;
}

td.tokenNameMainPage {
  display: flex;
  align-items: center;
}

.tokenNameFistMainPage {
  display: flex;
  padding-left: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100px;
}

.tokenPriceMainPage {
  display: flex;
  padding-left: 10px;
  flex-direction: column;
  align-items: center;
}

.tokenFullName,
.dollar-price {
  font-size: 15px;
  color: #091238;
  font-weight: 600;
  font-family: sans-serif;
}

.tokenSymbol,
.toman-price {
  font-size: 13px;
}

.view-all-first-section-div {
  display: flex;
  justify-content: center;
}

/* .col-md-4.data-box-token-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
} */

/* .data-box-token {
  width: 48%;
  height: 212px;
  margin-bottom: 10px;
} */

.indexes-box {
  width: 100%;
  height: 100%;
}

/* ------------------------------second section: -----------------------------------*/

.CryptoCampBanner img,
.TechnicalistshoBanner img {
  width: 100% !important;
  height: auto;
  /* border-radius: 10px; */
  object-fit: cover;
}


.CryptoCampBanner,
.TechnicalistshoBanner {
  width: 50%;
  /* height: 95px; */
  border-radius: 10px;
}


/* -----------------------------third section---------------------------------- */
.third-section-right-side {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.third-section-right-side h2,
.third-section-left-side h2,
.section-four h2,
.section-five-content h2,
.section-six-content h2,
.section-title h2,
.coin-list-title h1,
.section-four-PriceList h2,
.sectionfive-PriceList-title h2,
.Sectionsix-pricelist h2 {
  font-family: Kahroba-FD-B-EHC;
  font-size: 18px;
  color: #091238;
  padding-left: 10px;
}

/* .first-tab-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.tabOfCategory {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tabs-main-page {
  max-width: 600px;
  margin: 5px 10px;
  font-family: sans-serif;
}

.tab-button-thirdSections {
  display: flex;
  border-bottom: 2px solid #ccc;
}

.tab-button-thirdSection {
  font-family: 'Vazir-FD-WOL';
  background-color: #fff;
  flex: 1;
  font-size: 13px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: background 0.3s;
  color: #091238;
}

button.tab-button-thirdSection:not(.active):hover {
  color: #354379;
}

.tab-button-thirdSection.active {
  background: #ff6600;
  /* border-bottom: 2px solid #ff6600; */
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 21px;
}


.tab-content {
  display: none;
  padding: 20px 0px 0px;
  background: #fff;
  border-top: none;
  /* transition: opacity 0.4s ease, visibility 0.4s ease; */
}

.tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;

}

.title_tab_news{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.tabs-menu {
  display: flex;
}

.tab-buttons {
  border: 2px solid #091238;
  border-radius: 11px;
  padding: 10px;
  margin-left: 15px;
}

.third-section-left-side {
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column;
  padding-top: 12px;
}

.most-viewed-post-content {
  font-size: 14px;
  color: #354379;
}

.last-news-boxes,
div#post-list {
  display: flex;
  flex-wrap: wrap;
}

.lastNewsImage img {
  width: 150px;
  background-color: #fff;
  height: 100px;
  object-fit: cover;
  /* border-radius: 16px; */
  /*  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%); */
  margin-left: 10px;
}

.lastNewsBox {
  display: flex;
  /* align-items: center; */
  position: relative;
  text-decoration: none;
}

.lastNewsContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 5px 10px 10px;
}

.details-allnews-posts {
  color: #71717A;
  font-size: 10px;
}

span.lastNewsTitle {
  font-family: 'Vazir-Bold-FD-WOL', sans-serif;
  font-size: 14px;
  color: #091238;
}

span.lastNewsDescription {
  padding: 10px 0px;
  font-size: 14px;
  font-family: Vazir-FD-WOL;
  color: #3D4E68;
}

.newsBoxMargin {
  margin-bottom: 20px;
}

.loadMorePost button {
  color: #091238;
  background-color: #ffffff;
  border: 2px solid #ff6600;
  padding: 6px 10px;
  border-radius: 10px;
}

.loadMorePost {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: vazir-FD-WOL;
}

.most-viewd-section-title {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.detais-post-row {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  padding-top: 5px;
}
.detais-post-row span{
  font-size: 10px;
  color: #71717A
}

.most-viewed-posts-title-date {
  display: flex;
  gap: 0px 25px;
  padding: 0px 15px 0px 0px;
  flex-direction: row;
  font-size: 10px;
  color: #354379;
  font-family: 'Vazir-FD-WOL';
  padding-bottom: 10px;
}

.most-viewed-title {
  font-size: 13px;
  color: #091238;
  font-family: 'Vazir-Bold-FD-WOL';
  margin-top: 8px;
  text-align: right;
}

.most-viewed-half img {
  width: 100%;
  text-align: center;
  height: 120px;
  object-fit: cover;
}

.most-viewed-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.most-viewed-row:last-child {
  margin-bottom: unset;
}

.nav-link-mosttab.active {
  color: #ff6600;
  border: unset !important;
  background: none;
  border-bottom: 2.5px solid #ff6600;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-link-mosttab:hover {
  border: unset !important;
}

.nav-link-mosttab {
  font-size: 12px;
}

.custom-mv-tabs {
  display: inline-flex;
  gap: 15px;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nav-item-mostview button {
  color: #091238;
  border: none;
  background: none;
  border: unset;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* -----------------------section four-content-item----------------------------- */
.section-four-content-item {
  background-color: white;
  /* border: 1px solid gray; */
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  border-radius: 16px;
  height: 320px;
  display: flex;
  width: 96%;
  flex-direction: column;
  justify-content: space-between;
}

.section-four-content-item img {
  width: 100%;
  height: 150px;
  position: relative;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.section-four-content-item,
.article-body-section {
  margin-top: 20px !important;
}

.image-container {
  position: relative;
  /* overflow: hidden; */
  aspect-ratio: 16/9; 
  width: 100%; 
  border-radius: 12px 12px 0px 0px; 
}

.hover-text {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  display: none;
}

.image-container:hover .hover-text {
  top: 0;
}

.section-four-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

span.section-four-text-title,
span.analysis-title {
  text-decoration: none !important;
  color: #091238;
  font-family: 'kahroba-FD-B-EHC', sans-serif;
  font-size: 13px;
}

span.section-four-text-description {
  padding-top: 15px;
  font-size: 13px;
  color: #354379;
  font-family: Vazir-FD-WOL;
}

.section-four-content {
  display: flex;
  flex-wrap: wrap;
}

#like-posts-event{
  background: none; border: none; padding: 0; cursor: pointer; display: inline-flex; align-items: center;
}

.most-viewed-noimage{
  width: 100%; height: 120px; background: #eee; border-radius: 8px;
}

.most-viewed-half{
  width: 50%; text-align: center;
}
.heart-like-post{
  display: inline-flex; align-items: center;
}
/* ----------------------------- section five: ----------------------------- */
swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  /* height: 300px; */
}

.analysis-box {
  background-color: white;
  /* border: 1px solid gray; */
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  border-radius: 16px;
  height: 300px;
  display: flex;
  width: 96%;
  flex-direction: column;
  justify-content: space-between;
}

.section-five-content-item {
  height: 385px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.analysis-image {
  width: 100%;
  border-bottom: 1px solid #354379;
  height: 150px;
  border-radius: 16px 16px 0px 0px;
  object-fit: cover;
}

img.profile-pic {
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  object-fit: cover;
}

.description-section-user {
  padding-right: 12px;
}

h4.user-name {
  font-size: 12px;
  font-family: 'Vazir-Bold-FD-WOL';
  margin-right: 10px;
  color: #66719a;
}

.description-section-user h2 {
  font-size: 13px;
  font-family: 'Vazir-Bold-FD-WOL';
  color: #091238;
}

p.analysis-description {
  display: none;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  font-family: 'Vazir-FD-WOL';
  color: #354379;
}

.swiper-wrapper {
  height: 400px !important;
}

button.btn-analysis-cat,
button.btn-analysis-token {
  border-radius: 8px;
  font-size: 11px;
  padding: 7px 10px;
}

button.btn-analysis-cat {
  border-radius: 8px;
  background-color: #ff6600;
  border: unset;
  color: white;
  font-size: 11px;
  padding: 7px 10px;
}

button.btn-analysis-cat:hover,
.view-all-first-section:hover {
  background-color: #ff6600cf;
  transform: scale(0.9);
}

button.btn-analysis-token:hover,
.loadMorePost button:hover {
  transform: scale(0.9);
}

button.btn-analysis-token {
  border: 1px solid #ff6600;
  color: #ff6600;
  background-color: #fff;
}

.profile-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.user-data-analysis {
  position: relative;
  display: flex;
  align-items: center;
}

.btn-container {
  margin: 10px;
}

.analysis-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.custom-swiper-controls {
  display: flex;
  margin-left: 10px;
  flex-direction: row-reverse;
}

.swiper-pagination {
  flex-grow: 1;
  text-align: center;
}
.like-btn span{
  font-size: 12px;
}

/* .swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  background-color: #ff6600 !important;
  color: white;
  background: #eee;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
.swiper-button-prev svg{
  width: 24px;
} */
/* .swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  width: 10px !important;
  padding: 0px 16px !important;
  border-radius: 75px !important;
} */

/* .swiper-button-prev.disabled,
.swiper-button-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
} */

/* ----------------------------- section six: ----------------------------- */
.article-body-section .box-slider-article .image-and-title img {
  width: 70px;
  height: 70px;
}

.article-body-section .Date-of-Release {
  position: relative;
  font-size: 12px;
  color: #354379;
  margin-top: 10px;
}

.article-body-section .Date-of-Release::before {
  content: '';
  position: absolute;
  top: calc(50%);
  width: 100%;
  height: 1px;
  background-color: #00000030;
  z-index: -1;
}

.article-body-section .Date-of-Release span {
  background-color: #ffffff;
  padding-left: 20px;
}

.last-article-section a {
  display: block;
  position: relative;
}

.last-article-section .info-writer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.info-writer span {
  display: flex;
  justify-content: flex-end;
  color: white;
  padding-left: 10px;
  font-family: 'Vazir-FD-WOL';
  font-size: 14px;
}

.thumbnail-last-article img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 16px;
  /* filter: brightness(0.5); */
}

.last-article-link-hover .thumbnail-last-article {
  position: relative;
  overflow: hidden;
}

.top-shadow-overlay{
  pointer-events:none; position: absolute; top: 0; left: 0; right: 0; height: 100px; z-index: -1;
}

.info-writer-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  padding: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 56%) 60%, rgb(132 132 132) 100%);
  box-shadow: 0 8px 32px 0 rgba(9,18,56,0.18), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.last-article-link-hover:hover .info-writer-hover-effect,
.last-article-link-hover:focus .info-writer-hover-effect {
  opacity: 1;
  transform: translateY(0);
}
.info-writer-hover-effect div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-writer-hover-effect .writer-image-post {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  border: 2px solid #fff;
}
.writer-image-post {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.twitter-section .box-slider-article .image-and-title img {
  width: 73px;
  height: 73px;
}

body .article-body-section .box-slider-article .swiper-pagination {
  bottom: -8px;
}

.box-slider-article {
  height: 100%;
}

.box-slider-article .image-and-title {
  display: flex;
  align-items: center;
  text-decoration: unset;
}

.box-slider-article .image-and-title img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 16px;
  margin-left: 15px;
  transition: .2s;
}

.box-slider-article .image-and-title:hover img {
  transform: scale(0.9);
}

.box-slider-article .image-and-title h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #091238;
  font-family: 'Kahroba-FD-M';
}

.box-slider-article .image-and-title p {
  font-size: 14px;
  color: #354379;
  font-weight: 300;
  margin-bottom: 8px;
  font-family: Vazir-FD-WOL;
}

.box-slider-article .time-and-comments {
  text-align: inherit;
  font-size: 12px;
  margin-top: 10px;

}

#sidebar-main-page .box-slider-article {
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  border-radius: 16px;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 43px;
  margin-top: 32px;
}

#sidebar-main-page .box-slider-article .image-and-title img {
  width: 110px;
  height: 110px;
}

#sidebar-main-page .box-slider-article .image-and-title:hover img {
  transform: scale(1.2);
}

#sidebar-main-page .box-slider-article .swiper-pagination {
  bottom: 8px;
}

.slide-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.swiper-pagination-bullet {
  background-color: #5a5a5a;
  width: 10px;
  height: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  height: 10px;
  width: 25px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ff091c, #f3690e);
}

/* ----------------------------- section seven: ----------------------------- */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.section-title span {
  color: #2c3e6e;
  font-weight: bold;
  white-space: nowrap;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}

.tags-container .tag {
  font-family: 'Vazir-FD-WOL';
  background-color: #11275b;
  color: white;
  border-radius: 999px;
  padding: 0px 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.tags-container .tag .dot-tag { 
  font-size: 20px;
  /* line-height: 0; */
  color: white;
}

.tags-container a:hover {
  color: #ff6600;
}

/* ----------------------------- section eight-download app section: ----------------------------- */
.section-eight {
  /* display: flex; */
  margin: 140px 0px 0px;
  background-image: url(./assets/images/Artboard.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 40px !important;
  position: relative;
  /* height: 350px; */
}

.app-features-list{
  display: flex;
  padding-right: 18px; 
  margin-bottom: 16px;
}

.app-feature-partition {
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 25px;
  justify-content: space-between;
  color: #ffffff;
  font-family: 'Vazir-FD-WOL';
  font-weight: 100;
}

.don-img-section img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.download-app-section h3{
  color: #ff6600;
  margin-bottom: 20px;
}

.download-app-section span{
  color: white;
}

.download-app-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ---------------------------- footer:--------------------------------------*/
.footer-row {
  padding: 30px;
  /* border-radius: 25px; */
}

.footer-logo a img {
  width: 170px;
  height: auto;
}

.col-md-10.footer-content {
  display: flex;
  align-items: center;
}

.footer-description {
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  font-family: 'KAHROBA-FD-M';
  padding-top: 18px;
}

.footer-section-one {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #A2A2A2;
}

.footer-inamad-logo {
  direction: ltr;
}

.footer-section-two-content {
  display: flex;
}

.menu-box-footer span {
  color: white;
  font-family: 'Kahroba-FD-B-EHC';
}

.footer-section-two-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-nav-footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: 'Vazir-FD-WOL';
}

.navbar-nav-footer ul li {
  list-style: none;
}

.navbar-nav-footer ul {
  padding: 0px;
  margin: 0px;
}

.col-md-12.footer-section-two {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.navbar-nav-footer {
  padding-top: 11px;
  line-height: 30px;
}

.tag-footer {
  color: white;
  border-radius: 999px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.tags-container-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px 10px;
}

.app-download-footer-content {
  display: flex;
  align-items: center;
  color: white;
}

.social-media-footer-content {
  display: flex;
  color: white;
}

.col-md-6.col-12.col-sm-12.social-media-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social-media-footer-content-image a {
  padding-left: 10px;
}

.social-media-footer-content-image a img:hover {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

.col-md-12.footer-section-three {
  display: flex;
  color: white;
  border-bottom: 1px solid #A2A2A2;
}

.col-md-12.footer-section-four {
  text-align: center;
  color: white;
  padding-top: 30px;
}

/* .footer-container {
  margin-bottom: 29px;
} */

.navbar-nav-footer ul li a:hover {
  color: #ff6600;
}

/* -------------------------line----------------------- */
.three-part-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  direction: rtl;
  /* چون فارسی‌نویسی */
  margin: 30px 0;
}

.part {
  white-space: nowrap;
}

.line {
  flex-grow: 1;
  height: 2px;
  background-color: #091238;
  margin: 0px 25px;
}

.line-to-text {
  display: flex;
  align-items: center;
}

/* ----------------------------- price list: ----------------------------- */
.coin-list-title.line-to-text {
  margin: 30px 0px;
}

.most-profitable-box, .most-harmful-box {
  padding: 20px;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 260px;
  max-width: 100%;
  margin: 0 8px;
  box-sizing: border-box;
  height: 100%;
}
.most-profitable-box-title h2,
.most-harmful-box-title h2 {
  font-size: 17px !important;
  font-weight: 500;
  display: flex;
  line-height: 23px;
  color: #091238;
  font-family: 'Vazir-Bold-FD-WOL';
  padding-right: 5px;
  justify-content: center;
}

.most-profitable-box-title,
.most-harmful-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mostprofitToken {
  display: flex;
  padding: 7px 10px;
  border-bottom: 1px solid #00000030;
  align-items: center;
}

.mostprofitToken:last-child {
  border-bottom: unset;
}

.mostprofitTokenName {
  text-align: left;
  margin-left: 10px;
}

.mostprofitTokenPrice {
  text-align: left;
  font-size: 13px;
  color: #091238;
  font-weight: 500;
}
.mostprofitTokenPrice span{
  font-family: sans-serif;
}

.changeProfit {
  text-align: right;
}

.sectionOne-PriceList {
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;

}

.most-harmful-box a {
  padding: 13px 0px;
  border-bottom: 1px solid #00000030;
  cursor: pointer;
  color: #091238;
}

.most-harmful-box a:last-child{
  border-bottom: unset;
}

.AnalysisTopCoinsNumber {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Kahroba-FD-B-EHC';
  background-color: #ff6600;
  padding: 1px 8px;
  border-radius: 4px;
  margin-left: 5px;
}

span.AnalysisTopCoinsTitle {
  font-size: 13px;
  font-family: Vazir-FD-WOL, sans-serif;
}

span.changeProfit-text.border-red, span.changeProfit-text.border-green {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
}

.thirdSection-PriceList {
  margin-bottom: 30px;
}

.body-price-list {
  /* border: 1px solid rgb(216, 216, 216); */
  /* padding: 40px; */
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(15, 24, 68, 0.2);
  direction: ltr;
}

.header-price-list {
  display: flex;
  padding: 30px 20px 0px;
}

.col-md-6.pagination-priceList {
  display: flex;
  justify-content: flex-end;
}

table.table.table-striped {
  margin-top: 30px;
}

input#sh-text-input {
  border-radius: 10px;
  border: 1px;
  font-size: 13px;
  direction: rtl;
  padding: 9px 9px;
  width: 195px;
  border: 1px solid #ff6600;
  font-family: "Vazir-FD-WOL";
}

input#sh-text-input:focus {
  border: #ff6600;
}

tr.title-price-list {
  font-family: 'Vazir-FD-WOL';
  color: #091238;
}

img.token-image-price-list {
  width: 40px;
}

.pricelist-crypto-table {
  direction: ltr;
  overflow-x: auto;
  padding: 1rem 0rem;
  font-family: sans-serif;
  width: 100%;
}

td.tokenNamepricePage {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.section-four-PriceList {
  padding-top: 50px;
  padding: 30px !important;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(15, 24, 68, 0.2);
  font-size: 14px;
  font-family: 'Vazir-FD-WOL';
  line-height: 40px;
}

.priceList-Caption-content {
  font-family: 'Vazir-FD-WOL';
  padding-top: 10px;
  line-height: 30px;
}

.sectionfive-PriceList-title {
  display: flex;
  align-items: center;
  margin: 30px 0px !important;
}

.Sectionsix-pricelist {
  margin: 30px 0px !important;
}

.mostprofitTokenName img {
  width: 35px;
  border-radius: 50px;
}

.mostprofitTokenName {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  font-family: sans-serif;
}
.section-four-PriceList h2,
.section-four-PriceList h3,
.section-four-PriceList h1,
.section-four-PriceList h4 {
  font-size: 16px;
  padding-top: 20px;
}

.crypto-table-pricelist {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.crypto-tables {
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.crypto-table-title th {
  white-space: nowrap;
  padding: 12px 16px;
}
.crypto-tables tbody tr {
  background: #fff;
  border-radius: 8px;
}
.crypto-tables td {
  padding: 12px 16px;
}
.crypto-tables td.tokenNamepricePage {
  padding: 12px 16px;
}
.crypto-tables td .tokenNameFistMainPage {
  display: flex;
  flex-direction: column;
}
.crypto-tables td .tokenFullName,
.crypto-tables td .tokenSymbol {
  display: block;
}
/* .crypto-tables td .chart-img {
} */
.crypto-tables td[style*="font-weight: 500"] {
  font-weight: 500 !important;
}

img.chart-img{
  width: 70px;
}

/* ----------------------------- dark mode: ----------------------------- */
.dark thead.crypto-table-title {
  color: #afafaf;
  font-family: Vazir-FD-WOL !important;
}

.dark .crypto-table tr:hover {
  background-color: rgba(20, 30, 73, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(15, 24, 68, 0.2);
}

.dark .tokenSymbol,
.dark .third-section-right-side h2,
.dark .third-section-left-side h2,
.dark .section-four h2,
.dark .section-five-content h2,
.dark .section-six-content h2,
.dark .section-title h2,
.dark .tab-button-thirdSection:not(.active),
.dark .lastNewsContent h3,
.dark .lastNewsTitle,
.dark span.section-four-text-title,
.dark span.analysis-title,
.dark .box-slider-article .image-and-title h2,
.dark .article-body-section .Date-of-Release,
.dark .most-profitable-box-title h2,
.dark .most-harmful-box-title h2,
.dark .coin-list-title h1,
.dark .priceList-Caption,
.dark .sectionfive-PriceList-title h2,
.dark .Sectionsix-pricelist h2,
.dark .sh-Introduction-section h1, 
.dark .main-title-teachingpage,
.dark .section-four-PriceList h1,
.dark .section-four-PriceList h2,
.dark .section-four-PriceList h3,
.dark .WorkWith-us-section h1,
.dark .title_single_post,
.dark .description-section-user h2,
.dark .related-pages h5,
h1.title-of-single-education{
  color: #a1a7bb;
}

.dark .tab-button-thirdSection,
.dark .tab-content,
.dark section.caption-single-education {
  background-color: unset;
}

.dark .education_content h2, .dark .image-container, .dark .crypto-table-pricelist {
  background: unset;
}

.dark .line {
  background-color: #fff;
}

.dark span.part-number,
.dark .hm-modified-policy-content {
  color: #a1aaff;
}

/* .dark .lastNewsBox, */
.dark .section-four-content-item,
.dark .analysis-box,
.dark .most-harmful-box,
.dark .most-profitable-box,
.dark .display-roadmap-title,
.dark .navbar-collapse .sub-menu {
  background-color: rgb(74 83 118 / 10%);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 20px rgb(255 255 255 / 0%);
}

.dark .accordion-body,
.dark button.accordion-button.collapsed,
.dark .accordion-button:not(.collapsed),
.dark .sh-result-serchtoken,
.dark .ww-us-box-sectionTwo,
.dark .section-info-author {
  background-color: rgb(11 10 27);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgb(255 255 255 / 0%);
  color: #fff;
}

.dark .most-viewed-post-content,
.dark .toman-price,
.dark span.section-four-text-description,
.dark p.analysis-description,
.dark .box-slider-article .image-and-title p,
.dark span.lastNewsDescription,
.dark .priceList-Caption-content,
.dark .course-info-step,
.dark span.side-box-info-title,
.dark span.share-title,
.dark .rightSide-section-one span,
.dark .rightSide-section-one p,
.dark .description-course,
.dark span.lastNewsDescription,
.dark .priceList-Caption-content,
.dark span.title-education-post,
.dark .WorkWith-us-section span,
.dark .requirement-items,
.dark .how-join-description span,
.dark .job-conditions ul li,
.dark .author-Description,
.dark .ad-section-list li,
.dark .ad-section-checklist li  {
  color: #8b8c8f;
}

.dark .loadMorePost button,
.dark button.btn-analysis-token {
  color: #ffffff;
  background-color: unset;
  border: 2px solid #ff6600;
}

.dark .like-btn svg,
.dark .nav-item-mostview svg{
  fill: #fff;
}

.dark .article-body-section .Date-of-Release span, .dark .col-md-12.col-12.col-sm-12.sh-Introduction-section, .dark .mobile-menu  {
  background-color: #030211;
}
/* .dark .display-roadmap-title{
  background-color: #030211;
  box-shadow: 0 10px 10px -5px rgb(255 255 255 / 24%), -10px 10px 10px -10px rgb(0 0 0 / 24%), 10px 10px 10px -10px rgb(0 0 0 / 24%);

} */

.dark .article-body-section .Date-of-Release::before {
  background-color: #a07b6f;
}

.dark .navbar-nav-footer ul li a:hover,
.dark .tags-container a:hover,
.dark .swiper-button-next,
.dark .swiper-button-prev,
.dark .tab-button-thirdSection.active {
  color: #ff6600;
}

.dark button.btn-analysis-cat,
.dark .view-all-first-section {
  background-color: #ff6600;
}

.dark .tokenFullName,
.dark .dollar-price,
.dark .priceList-Caption-content,
.dark .most-harmful-box a,
.dark .mostprofitTokenPrice,
.dark .nav-item-mostview button,
.dark .mobile-menu-list,
.dark .mobile-menu-expand,
.dark .header-menu a.nav-link, 
.dark .auth-tab-btn,
.dark .form-group.floating label,
.dark .form-group.floating input,
/* .dark .or-divider span, */
.dark .form-controls,
.dark .policy-content,
.dark input#sh-text-input,
.dark .job-header-bar .job-title {
  color: #ececec;
}

.dark .crypto-tables tbody tr:hover {
  background-color: #21232e;
}


.dark .crypto-tables tbody tr:not(:last-child) {
  border-bottom: 1px solid #21232e;
}

.dark .link-teacher-page, .dark .mobile-header {
  background: #030211;
  box-shadow: 0 1px 8px rgb(255 255 255 / 27%);
}
.dark span.share-title, .dark .cat-title-edu{
  font-weight: unset;
}

.dark svg.down-arrow
{
  fill: white;
}

.dark .form-controls svg, .dark .mobile-menu-back svg path{
  stroke: white;
}

.dark .bg-head-menu-scroll{
  background-color: #091238;
}

.dark span.mobile-username {
  font-family: Vazir-FD-WOL, sans-serif;
  font-size: 13px;
  color: #ececec;
}

.dark .email-profile-mobile {
  font-size: 11px;
  color: #ececec;
  font-family: sans-serif;
  font-weight: 600;
}

.dark a.edit-profile-mobile
/* .dark .auth-bottom-sheet-close  */
{ 
  color: #ff6600;
}

/* .dark .auth-bottom-sheet-content{
  background: url(./assets/images/bg-login-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.dark .form-group.floating input:focus+label,
.dark .form-group.floating input:not(:placeholder-shown)+label,
.dark .crypto-tables tbody tr,
.dark .crypto-tables th, 
.dark .crypto-tables td,
.dark .crypto-tables tr,
.dark .sp-main-idioms-single-page {
  background-color: unset !important;
}

.dark input#sh-text-input{
  background-color: transparent;
}

.dark .google-btn{
  background-color: #ececec;
}
/* -------------------------------- questions box: ---------------------------------- */
.accordion .accordion-item {
  border: 1px solid #f93815;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  background-color: unset;
}

.accordion-button::after {
  position: absolute;
  left: 20px;
}

div#accordionPanelsStayOpenExample {
  margin: 20px 0px;
}

.accordion-button:not(.collapsed) {
  color: #091238;
  background-color: #ffffff;
  /* box-shadow: unset; */
}

button.accordion-button.collapsed {
  color: #091238;
  border-top: 1px solid #ff6600;
  font-family: "Vazir-FD-WOL";

}

.accordion-body {
  font-family: "Vazir-FD-WOL";
  color: #091238;
}

/* ------------------------------- page policy terms: -----------------------------------------*/
.sp-main-idioms-single-page {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  height: 100%;
}


.container.main-section-policyPage {
  margin-bottom: 30px;
  margin-top: 10px;
}

.title_plicy_time_post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.title_single_post {
  font-family: Kahroba-FD-B-EHC;
  font-size: 18px;
  color: #091238;
  padding-left: 10px;
  margin-bottom: 22px;
  font-size: 18px;
  color: #091238;
  padding-left: 10px;
  margin-bottom: 22px;
}


.sp_content_idioms.hm-policy-terms-content {
  padding: 30px;
  text-align: justify;
}


.hm-modified-policy-content {
  font-size: 12px;
  font-family: 'Vazir-Bold-FD-WOL';
  color: #091238;
}


.policy-content {
  font-size: 15px;
  color: #091238;
  font-family: 'Vazir-FD-WOL';
  line-height: 30px;
}

/* --------------------------education page + single education page------------------------ */
/* Digital-currency-education page */
.first-section-education {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* padding-bottom: 100px; */
}

.course-info-step {
  /* background: #FF6B2C; */
  color: #091238;
  border-radius: 20px;
  padding: 6px 28px;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  font-family: Vazir-FD-WOL;
}

.course-info-steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 30px 0;
}

.sh-breadcrumbs {
  color: #091238;
}

.sh-breadcrumbs h2 {
  font-size: 26px;
}

.sh-Introduction-section h1,
.questionac-title {
  font-size: 21px;
  text-align: center;
  color: #010f95;
  font-weight: 900;
}

.sh-Introduction-section span {
  /* font-size: 20px; */
  color: #091238;
}

.sh-Introduction-section {
  position: relative;
  background-color: #fff;
  /* padding: 30px; */
  border-radius: 0px 0px 117px 117px;
  box-shadow: 0 10px 10px -5px rgb(255 255 255 / 24%), -10px 10px 10px -10px rgb(0 0 0 / 24%), 10px 10px 10px -10px rgb(0 0 0 / 24%);
}

.teacher-box,
.side-second-box,
.share-page-box {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  margin: 30px 0px;
}

.share-page-box {
  margin: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seducationpage-section-one {
  display: flex;
  justify-content: space-between;
}

.teacher-info h4 {
  font-size: 14px;
  margin: 0px;
}

.teacher-box {
  display: flex;
}

.teacher-info h5,
.teacher-info p {
  font-size: 11px;
  color: #7D7B7B;
  padding-right: 3px;
  padding-top: 10px;
}

.teacher-info {
  display: flex;
  font-size: 14px;
  text-align: justify;
  padding-right: 11px;
  flex-direction: column;
  justify-content: center;
}

.col-md-4.sidebar-iducationpage {
  width: 31.333333%;
}

span.side-box-info-title,
span.share-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 3;
}

span.sidebox-info-awnser {
  color: gray;
  font-size: 14px;
  padding-right: 5px;
}

.col-12.sh-name-cat-archive {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #e1e1e1; */
}

.teacher-name span {
  color: white;
  font-size: 12px;
  font-family: Vazir-FD-WOL;
}

.teacher-name {
  background-color: #091238;
  border-radius: 37px;
  width: 199px;
  height: 39px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
}

.cat-title-edu {
  padding-right: 5px;
  font-weight: 700;
}

/* .description-course{
  text-align: justify;
  font-family: Vazir-FD-WOL;
  font-size: 14px;
  line-height: 35px;
  color: #354379;
} */
.rightSide-section-one p,
.description-course {
  font-size: 14px;
  line-height: 2;
  font-family: Vazir-FD-WOL;
  color: #354379;
  padding-top: 20px;
  text-align: justify;
}
.description-course h1, .description-course h2, .description-course h3 {
  color: #091238;
  font-family: 'Vazir-Bold-FD-WOL';
  padding: 20px 0px 0px 0px;
}
.description-course h1{
  font-size: 19px;
}
.description-course h2{
  font-size: 18px;
}
.description-course h3{
  font-size: 16px;
}

.course-banner-img {
  display: flex;
  justify-content: center;
}

.rightSide-section-one {
  margin-top: 35px;
}

.rightSide-section-one span {
  font-weight: 700;
  font-family: Vazir-FD-WOL;
}

.sh-section-one-display {
  margin-top: 20px;
  display: flex;
}

.share-box {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
}

.share-icons {
  display: flex;
  gap: 15px;
}

.details-box-course {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-info-divider{
  flex: 1; 
  height: 2px; 
  background: #e0e0e0; 
  margin: 0 12px;
}

.idea-about-teaching {
  direction: ltr;
}

.sidebox-fields-teaching {
  border-bottom: 1px solid #e1e1e1;
}

.sidebox-fields-teaching:last-child {
  border-bottom: unset;
}

.main-title-teachingpage {
  font-size: 21px;
  color: #010f95;
  font-weight: 700;
  text-align: center;
}

.sidebox-fields-teaching {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.roadmap-image {
  width: 76% !important;
  margin: 33px 0px;
}

.display-roadmap-title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  border-radius: 16px;
  background-color: white;
  padding: 55px 30px;

}

.link-teacher-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

}

.sh-Introduction-section {
  padding-bottom: 80px;
}

.bookmark-currency-page.col-md-8.col-12 {
  background-color: #80cf75d4;
  padding: 8px;
  border-radius: 11px;
}

.continue-reading {
  color: #0D4206;
  padding-right: 2px;
  font-weight: 700;
}

span.caption-reading {
  color: white;
  font-size: 14px;
  padding-right: 5px;
}

.accordion-teach-page {
  margin-top: 35px;
}

button.accordion-button.teaching-page {
  background-color: #fff;
  /* border: #E1E1E1; */
  color: #354379;
  font-size: 14px;
  /* font-family: Kahroba-FD-M; */
  font-family: Vazir-FD-WOL;
}

.accordion-body.accordion-info-teachpage ul {
  padding-left: 0px;
}

.accordion-body.accordion-info-teachpage {
  font-size: 14px;
}

.accordion-item.accordion-item-teachpage {
  margin-bottom: 15px;
}

.videos-box-teachpage {
  margin: 35px 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

h5.session-number-teachpage {
  font-size: 13px;
  padding: 17px 17px 0px 0px;
  font-weight: 800;
  color: #333;
}

p.title-of-session {
  padding-right: 17px;
  font-size: 12px;
  color: gray;
  margin-bottom: 30px;
}

.blur-effect {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.blur-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  pointer-events: none;
}

.blur-effect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  border-radius: 16px;
  z-index: 1;
}

.final-caption,
.question-acordion {
  margin-top: 50px;
}

.final-caption h2 {
  font-size: 16px;
  color: #333;
}

.final-caption p {
  color: gray;
  font-size: 14px;
}

.any-question-info {
  text-align: center;
  margin-bottom: 20px;
}

.accordion-body {
  font-size: 14px;
  text-align: justify;
  /* color: white; */
  color: #333;
}

button.accordion-button.accordion-box-color {
  border: 1px solid #e2e2e2de;
  color: white;
  background-color: #606060;
  /* margin-bottom: 7px;  */
}

.term-caption-data img {
  width: 95%;
  height: 77%;
  border-radius: 16px;
  padding-right: 10px;
  filter: blur(2px);
}

p.title-of-session.comming-soon-video {
  color: green;
  font-weight: 800;
}

.accordion-item.any-question-box {
  /* background-color: #1e1e1ede; */
  margin-bottom: 10px;
  border-radius: 16px;
}

button.accordion-button.accordion-box-color::after,
button.accordion-button.teaching-page::after {
  position: absolute;
  left: 20px;
}

button.accordion-button.accordion-box-color {
  border-radius: 16px;
  box-shadow: unset;
}

.accordion-item.accordion-item-teachpage:first-of-type,
.accordion-item.accordion-item-teachpage:last-of-type,
.accordion-item.accordion-item-teachpage,
.accordion-item:first-of-type .accordion-button.teaching-page,
.accordion-button.teaching-page {
  border-radius: 16px !important;
}

.accordion-item:first-of-type .accordion-button.accordion-box-color,
.accordion-item:last-of-type .accordion-button.accordion-box-color,
.accordion-item.any-question-box:first-of-type,
.accordion-item.any-question-box:last-of-type {
  border-radius: 16px !important;
}

.accordion-info-teachpage li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0px;
}

.accordion-info-teachpage li:last-child {
  border-bottom: unset;
  padding: 10px 0px;
}

span.part-number {
  color: #010f95;
  font-weight: 700;
  font-size: 16px;
}

span.title-education-post {
  font-size: 14px;
  color: #354379;
  padding-right: 3px;
}

.accordion-info-teachpage li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.svg-visit-education {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.time-visit-box {
  display: flex;
}

.clock-education {
  padding-left: 10px;
  font-size: 14px;
  color: #354379;
}

.svg-clock svg {
  width: 16px;
  height: 16px;
}

/* single education: */
section.leftbar-sinfle-education {
  display: flex;
  margin-top: 35px;
}

section.caption-single-education {
  margin-top: 10px;
  background-color: white;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
    line-height: 36px;
}

.education_content h2 {
  font-family: 'Kahroba-FD-M';
  font-size: 21px;
  margin: 15px 0;
  color: #091238;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 55%, rgb(242 246 252) 100%);
  border-top: 1px solid #fa3016;
}


.education_content h3, .education_content h4 {
  font-size: 18px;
  color: #091238;
}

.education_content a {
  color: #0d6efd;
}

.readmore-about-education {
  margin-top: 15px;
  text-align: center;
}

.readmore-about-education a {
  color: gray;
  font-size: 14px;
}

.teacher-box img {
  width: 174px;
  height: 105px;
  border-radius: 16px;
  object-fit: cover;
}

.sh_content {
  position: relative;
  overflow: hidden;
}

.education_content span {
  font-size: 14px;
}

section.related-videos,
.top-education-right-box {
  width: 95%;
}

.right-section-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.related-pages h5 {
  font-family: 'Vazir-Bold-FD-WOL';
  font-size: 14px;
  padding: 10px 0px 0px 3px;
  color: #091238;
}

.related-pages {
  width: 97%;
  display: flex;
  /* background-color: white; */
  /* margin-bottom: 13px; */
  border-radius: 16px;
  padding: 10px;
}

.education-excert-info {
  font-size: 13px;
  color: gray;
  text-align: justify;
  padding: 0px 0px 0px 10px;

}

span.post-date-education {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: gray;
  font-size: 10px;
  margin-top: 5px;
}

.mohtavaye-post {
  padding-left: 13px;
}

.top-education-right-box {
  background-color: white;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 13px;
}

.teacher-info.teacher-single-page {
  padding: 0px 10px;
}

span.sidebox-info-awnser.rate-education {
  display: flex;
  color: gray;
  flex-direction: row-reverse;
}

.col-md-6.related-education-news {
  background: white;
  border-radius: 16px;
  margin-top: 30px;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);

}

.information-education-new {
  display: flex;
}

section.col-md-12.col-sm-12.col-12.relted-news-singleEducation {
  display: flex;
}

.information-education-new img {
  width: 150px;
  height: 110px;
  border-radius: 16px;
  object-fit: cover;
}

.Captions-related-articles {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

span.info-related-articles {
  color: gray;
  padding-top: 10px;
  font-size: 13px;
}

span.title-related-articles {
  font-size: 14px;
}

h1.title-of-single-education {
  color: #091238;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
  margin: 30px 10px 15px 0px;
}

.iframe-Introduction {
  padding-right: 30px;
}

.col-12.col-md-5.col-sm-12.video-of-post {
  padding-top: 10px;
}


.col-12.col-md-7.col-sm-12.caption-of-post {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-around;
}

.dark .most-viewed-title{
  color: #a1a7bb;
}
.dark .education_content h2{
  color: #a1a7bb;
}

/* --------------------------------- work with us ---------------------------------- */

.team-pic-workPage-right{
  direction: ltr;
}

.bl-brand-style{
  color: #ff6600;
  /* font-family: Kahroba-FD-M; */
  font-family: Kahroba-FD-B-EHC;
}

.WorkWith-us-section h1{
  font-family: Kahroba-FD-B-EHC;
  margin-bottom: 20px;
  color: #091238;
  font-size: 32px;
}

.ww-us-box-sectionTwo{
  background-color: white;
    /* border: 1px solid gray; */
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 24%);
    border-radius: 16px;
    /* height: 350px; */
    display: flex;
    width: 96%;
}

.ww-us-box-sectionTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: justify; */
  padding: 20px;
  color: #091238;
  font-size: 12px;
  /* justify-content: space-between; */
  height: 140px;
  flex-basis: 230px;
  min-width: 190px; 
  max-width: 190px;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.ww-us-box-sectionTwo svg{
  width: 40px;
  margin-bottom: 20px;
}

.requirement-items svg{
  width: 18px;
}

.container.workWith-us-secondSection,
.container.workWith-us-thirdSection,
.container.workWith-us-sectionfour{
  padding-top: 40px;
}

.img-requirements{
  display: flex;
  align-items: center;
  justify-content: center;
}

.checklist-requirement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: #091238;
}

.how-join-description{
  text-align: center;
  color: #091238;
  font-size: 14px;
}

.WorkWith-us-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.WorkWith-us-first-txt{
  display: flex;
}

.WorkWith-us-section span{
  color: #091238;
}

.job-header-bar .back-btn {
  display: flex;
  align-items: center;
  border: 2px solid #ff6600;
  border-radius: 4px;
  padding: 6px 16px 6px 12px;
  background: transparent;
  color: #354379;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Vazir-FD-WOL';
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  gap: 8px;
}

.job-header-bar .back-btn:hover {
  border: 3px solid #ff4000;

}

.job-header-bar .back-btn svg {
  transform: scaleX(-1);
  margin-left: 4px;
}

.job-conditions ul {
  gap: 20px;
  direction: rtl;
  display: flex;
  margin: 10px 10px 0px;
}

.job-conditions ul li{
  color: #354379;
  font-family: 'Vazir-FD-WOL';
}

.job-header-bar {
  color: #ff6600;
  padding: 15px 0px;
  border-bottom: 1px solid #e3e3e3;
  color: #8c8c8c;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.job-header-bar .job-title {
  font-size: 14px;
  font-weight: 700;
  color: #091238;
  margin-bottom: 2px;
  text-align: right;
  display: block;
  direction: rtl;
}

.job-position-pic {
  display: flex;
  margin: 50px;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

@media (max-width: 600px) {

  .job-header-bar .job-title {
      font-size: 13px;
  }
}

/* ----------------------------------------- Author page ----------------------- */
.author-page .sp-main-archive {
  margin-top: 0;
}

.author-page .content-archive {
  padding: 20px;
}

.section-info-author {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 5%);
  border-radius: 8px;
  margin-bottom: 20px;
}

.author-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.content-author-information {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.author-name {
  margin: 0 0 5px;
  font-weight: 500;
  font-family: 'Vazir-Bold-FD-WOL';
}

.author-Description {
  color: #354379;
  text-align: justify;
  line-height: 35px;
  font-family: 'Vazir-FD-WOL';
}

.content-social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.social-media-title {
  font-weight: 500;
}

.author-social-media img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.author-social-media {
  display: flex;
}

.author-social-media a {
  margin: 0 10px;
  transition: .2s;
}

.author-social-media a:hover {
  transform: scale(1.08);
}

.user-post-title h2 {
  font-size: 22px;
}

.author-page .sp-main-archive {
  margin-top: 0;
}

.author-page .content-archive {
  padding: 20px;
}

/* ----------------------------------------------------------------- */
/* .title-section-about-us {
  margin-bottom: 60px;

} */

.ad-section-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 32px 20px 24px 20px;
  margin-bottom: 32px;
}

.ad-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 18px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 8px;
}

.ad-section-list {
  margin: 0 0 90px 0;
  padding: 0 18px;
  list-style: none;
}

.ad-section-list li {
  font-size: 15px;
  color: #091238;
  margin-bottom: 8px;
  position: relative;
  padding-right: 22px;
  font-family: 'Vazir-FD-WOL';
  line-height: 30px;
}

.ad-section-list li:before {
  content: "•";
  color: #091238;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.ad-section-checklist {
  list-style: none;
  padding: 0 18px;
  margin: 0 0 18px 0;
}

.ad-section-checklist li {
  font-size: 15px;
  color: #091238;
  margin-bottom: 25px;
  position: relative;
  padding-right: 26px;
  font-family: 'Vazir-FD-WOL';
}

.ad-section-checklist li:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" fill="%234caf50" r="9"/><path d="M5 9.5l2.5 2L13 7" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.ad-section-note {
  font-size: 15px;
  color: #444;
  margin-top: 18px;
  line-height: 2;
}

.ad-txt-form span{
  font-family: 'Vazir-Bold-FD-WOL';
  font-size: 15px;
  display: flex;
  flex-direction: column;
  line-height: 45px;
}


.about-us-text,
.list-text li {
  line-height: 30px;
  text-align: justify;
}

.list-of-members .items-members {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.list-of-members .items-members a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.list-of-members .items-members a:hover {
  transform: scale(1.05);
}

.list-of-members div a img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.list-of-members div a .member-name {
  font-weight: 500;
}

.list-of-members div a .member-role {
  color: #666;
  margin-top: 8px;
}

.title-members {
  display: flex;
  justify-content: center;
}

.title-members h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f00023;
}


/* sh socials media */

h3.sh_social_title {
  display: flex;
  justify-content: center;
  direction: rtl;
  font-family: IRANSans-fa !important;
  font-size: 43px;
  font-weight: 900;
  margin-top: 30px;
}

.sh-socials-row {
  margin: 100px;
}

.sh-social-media-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 900;
  margin: 30px;
}

.sh-socials-media {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.sh-socials-link {
  font-size: 30px;
  margin: 0px;
}

.sh-socials-media-logo {
  width: 100px;
  height: 100px;
}

a.icon-twitters {
  display: flex;
  align-items: center;
}

.enamd-options img {
  padding-bottom: 20px;
  width: 135px;
  height: 146px;
}

.enamad-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #777777;
  border-radius: 8px;
}

.enamd-options {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 40px;
}

span.enamad-caption {
  font-size: 14px;
  color: rgb(88, 88, 88);
  /* font-weight: 500; */
  font-family: IRANSans-fa !important;
}

body.logo-align-items {
  display: flex;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
}

.sh-top-box {
  display: flex;
  align-items: center;
}

.sh_small_zero {
  font-size: 0.7em;
  vertical-align: bottom;
  /* color: #888; */
  margin: 0 1px;
}
/* ------------------------------------ watch list --------------------- */

.watchlist-btns .btn{
  border-radius: 10px;
  border: 1px;
  font-size: 13px;
  direction: rtl;
  padding: 9px 20px;
  border: 2px solid #ccc;
  font-family: "Vazir-FD-WOL";
  color: #696969;
}

.watchlist-btns .btn:hover{
  color: #ff4000;
  border: 2px solid #ff4000;
}

#whatchlist-table{
  padding: 0rem;
}

.star-cell.starred .star-icon {
  stroke: #FFD700 !important;
  fill: #FFD700 !important;
}

.star-icon {
  transition: fill 0.2s;
  fill: none;
}

.star-cell:hover .star-icon,
.star-cell.active .star-icon {
  stroke: gold;
  /* fill: gold; */
}

#watchlist-title.line-to-text {
  margin: 10px 0px;
}

#watchlist-table-pricelist{
  min-height: 300px;
}
.content-post h3 {
  font-size: 18px;
  font-family: 'Vazir-Bold-FD-WOL';
  padding-top: 10px;
}
.content-post h4{
  font-size: 17px;
  font-family: 'Vazir-Bold-FD-WOL';
  padding-top: 10px;
}
.content-post h5{
  font-size: 17px;
  font-family: 'Vazir-Bold-FD-WOL';
  padding-top: 10px;
}

.sp-content-blog ul li, .sp-content-blog ol li{
	font-family: 'Vazir-FD-WOL';
}
.sp-content-blog ol{
	padding-right: 15px;
}
.sp-content-blog .wp-caption-text{
	font-size: 13px;
}
.archive-cryptcurrency-box ul li, .title_tab_news ul li{
  list-style: none;
}
.content-post table {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* ---------------------- 404 page ---------------------*/
.right-undefindedPage-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.right-undefindedPage-section button {
  padding: 10px 31px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: Vazir-FD-WOL;
  font-size: 0.9rem;
  margin-top: 20px;
}

.right-undefindedPage-section h2{
  font-size: 2.5rem;
}

.right-undefindedPage-section h2 {
    font-size: 3.5rem;
    color: #ff6600;
}

.right-undefindedPage-section p {
  color: #091238;
  font-size: 16px;
  font-weight: 500;
}

.error404 footer{
  margin-top: 25px;
}