@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");

:root {
  --primary-color: #f9c201;
  --secondary-color: #ffffff;
  --tertiary-color: #000;
  /* --quaternary-color: #878E96; */
  --quaternary-color: #6b7178;
  --bg-hover: #fffbf3;
  --senary-color: #298bff;
  --overlay-bg: #f5f5f5;
  --new-action-gradient: linear-gradient(180deg,
      #ffffff 39.57%,
      rgb(249 246 246));
  --badges-success-bg: #f9fcf0;
  --badges-success-color: #7ab200;
  --badges-faile-color: #ff2222;
  --badges-pending-bg: #e89a3c21;
  --badges-faile-bg: rgb(237 56 51 / 5%);
  --new-placeholder: #d2d2d2;
  --gray-color: #f2f2f2;
  --light-color: #fff;

  /* border  */
  --border-color: #e5eaf4;
}

body {
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: var(--light-color);
  font-family: "Red Hat Text", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-top-sm {
  margin-top: 2em;
}

.margin-btm-lg {
  margin-bottom: 4em;
}

.white-text {
  color: var(--secondary-color) !important;
}

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

.bg-half-white {
  background-color: #fbfbfb !important;
}

.bg-grey {
  background-color: #EFEFEF !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.footer-brand-wrap .logo {
  max-width: 18em;
}

.footer-about-content a {
  text-decoration: underline !important;
  font-weight: 600;
}

.logo {
  max-width: 12em;
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.6;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h2 span {
  font-weight: 500;
}

.section-title h3 {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.6;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
}

.section-title p+p {
  margin-bottom: 0;
}

.header-nav-center {
  padding: 0.5em 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-fixed {
  border: 1px solid rgba(157, 157, 157, 0.25);
  border-left: 0;
  border-right: 0;
  background: var(--tertiary-color) !important;
  box-shadow: 0px -1px 28px 0px rgba(7, 10, 24, 0.11);
  backdrop-filter: blur(6.5px);
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1.05em;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
  opacity: 0.8;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.header-nav-center .navbar .nav-item .nav-link:hover {
  color: var(--secondary-color);
  opacity: 1;
}

.open-header-btn {
  font-size: 1em !important;
  color: var(--tertiary-color) !important;
  border: none;
  border-radius: 10px;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  font-weight: 600 !important;
  transition: all 0.4s ease 0s;
  background: var(--primary-color);
  padding: 0.8em 1.5em !important;
  letter-spacing: 0.5px;
  text-transform: capitalize !important;
}

.open-header-btn:hover:after {
  transform: translate3d(4px, 4px, 0px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.separate-symbol {
  color: var(--secondary-color);
}

.banner-img-sec {
  text-align: right;
}

.banner-img {
  max-width: 38em;
}

.about-us-img-sec {
  text-align: center;
}

/* Moblie Nav Style  */
.mobile-nav-header {
  display: none;
  padding: 0.5em 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: var(--tertiary-color);
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offcanvas.offcanvas-end .btn-close {
  margin-right: 1em;
  margin-top: -1.2em;
}

.offcanvas-header {
  background: var(--tertiary-color);
}

.vertical-center-1 {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Contact Us Box */

.contact-us-box {
  background: linear-gradient(105.42deg, #414552 12.41%, #0d0c0c 80.14%);
  padding: 4em;
  border-radius: 10px;
}

.contact-us-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/landing/contact-us-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 10px;
}

.contact-us-form-box {
  position: relative;
}

.contact-us-form-box h3 {
  font-size: 2em;
  color: var(--secondary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.contact-us-form-box p {
  line-height: 1.8;
  color: #7d7d7d;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 400;
}

.contact-us-form .form-control {
  /* border: 1px solid rgba(171, 171, 171, 0.3) !important; */
  /* background: rgba(125, 125, 125, 0.02); */
  background-color: #232429;
  height: 45px;
  color: var(--secondary-color) !important;
  border-radius: 10px;
}

.contact-us-form .form-control:focus {
  box-shadow: none;
  background-color: #232429;
  outline: none;
}

.contact-us-form .form-label {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--tertiary-color);
}

.contact-us-form-box .form-label span {
  color: var(--primary-color);
}

.contact-us-submit-btn-sec {
  margin-top: 1.5em;
}

.contact-us-img-sec {
  max-width: 30em;
  margin-left: auto;
}

.contact-us-box {
  position: relative;
}

.exchange-form {
  margin-top: 2em;
}

.error-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.error-card span {
  color: #ff0000;
  font-size: 0.9em;
  font-weight: 400;
}

.contact-us-form .form-label {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--secondary-color);
}

.contact-us-form .form-control {
  border-radius: 10px;
  padding-left: 16px;
  font-size: 0.95em;
  height: 45px;
  color: var(--secondary-color) !important;
  background-color: #232429;
  border: 1px solid #ffffff40;
}

.contact-us-form textarea {
  height: auto !important;
}

.buy-flow-product-sec .contact-us-form .form-control,
.login-box .contact-us-form .form-control {
  background-color: #00000012 !important;
  height: 45px;
  /* border-radius: 8px!important; */
  border: 1px solid #00000012;
}

.login-box .contact-us-form .input-group .input-group-text {
  border: 0px solid #00000012;
}

.login-box .contact-us-form .input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-us-form .form-control::placeholder {
  color: var(--gray-color);
  font-size: 0.9em;
}

.contact-us-form textarea.form-control::placeholder {
  color: var(--gray-color);
  font-size: 0.9em;
}

.contact-us-form .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

.contact-us-form textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.contact-us-form .input-group:focus-within .input-group-text {
  box-shadow: none !important;
  outline: none !important;
  /* border: 1px solid var(--primary-color) !important; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-us-form .input-group .input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  padding-right: 0;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #ffffff40;
}

/* form country code */

.register-phone-input .input-group {
  border-radius: 10px;
  font-size: 0.95em;
  border: 1px solid #ffffff40;
  background-color: #232429;
}

.country-selector {
  position: relative;
}

.country-selector input {
  width: 100%;
  padding: 1rem 0.6rem;
  font-size: 0.8em;
  color: var(--secondary-color) !important;
  border: 0.1rem solid transparent;
  outline: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: none;
}

.country-selector .form-control::placeholder {
  font-size: 1em;
}

.country-selector .input-group .input-group-text {
  background: none !important;
  border: none;
  /* padding-left: 0; */
}

.input-group .input-group-text:focus,
.register-phone-input .form-control:focus-within {
  border: none !important;
}

.register-phone-input .form-control {
  border: none;
  background: none;
  font-size: 1em;
}

input[type="number"] {
  border-radius: 0 0.5rem 0.5rem 0;
}

.country-selector input:focus {
  border: 0.1rem solid var(--primary);
}

.chosen-country {
  width: 7em;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
}

.make-apppointment-contact-form-sec .input-group .form-control {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.chosen-country div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-left: 1em;
  text-align: center;
  cursor: pointer;
}

.chosen-country div strong {
  display: none !important;
}

.chosen-country div::after {
  position: absolute;
  content: "";
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.12rem solid var(--primary);
  border-bottom: 0.12rem solid var(--primary);
  transition: 0.2s;
}

.chosen-country div.active::after {
  transform: translateY(-50%) rotate(225deg);
}

.country-selector .country-options {
  position: absolute;
  top: 4rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.country-selector .country-options.active {
  display: block;
  z-index: 999;
}

input.search-field {
  background-color: var(--primary);
  color: var(--tertiary-color) !important;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.4rem 1rem;
  font-size: 1em;
}

input.search-field::placeholder {
  color: var(--tertiary-color) !important;
}

.country-selector ol ul {
  padding-left: 0 !important;
}

.country-selector ol {
  list-style: none;
  max-height: 10rem;
  overflow: overlay;
  padding: 0 !important;
}

.country-selector ol::-webkit-scrollbar {
  width: 0.6rem;
}

.country-selector ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 0.4rem;
}

.country-selector ol li {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
}

.country-selector ol li.hidden {
  display: none;
}

.country-selector ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}

.country-selector ol li .country-name {
  margin-left: 0.4rem;
}

/* Static Pages */
.static-page-header {
  align-items: center;
  background: var(--tertiary-color);
  display: flex;
  justify-content: center;
  min-height: 40vh;
  width: 100%;
}

.static-page-header .static-section-title h1 {
  color: var(--secondary-color);
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
  text-align: center;
}

.static-page-header .static-section-title p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.static-page-header h4 {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.7;
  text-align: center;
}

.static-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 #63636333;
  margin: 3em 0;
  padding: 2em;
  background: var(--secondary-color);
}

.static-card h4 {
  color: var(--tertiary-color);
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.static-card ul {
  margin-left: 0.5em;
}

.static-card ul li {
  color: var(--quaternary-color);
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.static-card p {
  color: var(--quaternary-color);
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.8em;
}

/* Static Pages End */

.banner-content h1 {
  color: var(--secondary-color);
  font-size: 3.8em;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.2em;
}

.banner-content h1 span {
  color: var(--primary-color);
}

.banner-content {
  position: relative;
}

.banner-content p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.6;
}

.banner-content p+p+p {
  margin-bottom: 0;
}

.home-banner-video {
  position: absolute;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  transition: 2s opacity;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--tertiary-color);
}

.home-banner-sec {
  position: relative;
  min-height: 100vh;
  /* background-color: var(--tertiary-color); */
  /* z-index: 0; */
  /* overflow: hidden; */
}

.hero-banner-sec {
  background-size: cover;
  background-position: bottom;
  background-color: var(--tertiary-color);
  background-image: url("../img/common-hero-bg.jpg");
}

.hero-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.heraldex-banner-sec {
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: bottom;
  background-color: var(--tertiary-color);
}

.trade-crypto-sec {
  background-image: url("../img/trade-crypto-bg.png");
  background-size: cover;
  background-position: bottom;
  background-color: #000;
}

.vertical-1 {
  min-height: calc(100vh - 0px);
}

.default-btn-sec {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.default-btn {
  background-color: var(--primary-color) !important;
  padding: 1em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid var(--primary-color) !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  justify-content: center;
  width: max-content;
}

.default-white-btn {
  background-color: var(--light-color);
  padding: 1em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  border: 1px solid #fcf4e3;
  font-size: 0.9em;
  font-weight: 600;
  justify-content: center;
  width: max-content;
}

/* FAQ CSS */

.faq-title h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.faq-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
  line-height: 1.8;
  margin-bottom: 0em;
}

.faq-title {
  margin: 0;
  text-align: center;
}

.faq-tabs-info-frame {
  margin-top: 2em;
}

.accordion-button:not(.collapsed) {
  background-color: var(--gray-color) !important;
  box-shadow: unset !important;
}

.accordion-collapse .accordion-body {
  background-color: var(--gray-color) !important;
  padding-top: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg") !important;
}

.accordion-button::after {
  background-image: url("../img/plus.svg") !important;
}

.accordion-item {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 10px !important;
  border: 0 !important;
}

.accordion-button span {
  font-size: 1.5em !important;
  color: #dadada !important;
  padding-right: 0.3em;
}

.faq-list {
  margin-top: 1em;
}

.faq-list li {
  padding-bottom: 1em;
}

.faq-list li:last-child {
  padding-bottom: 0;
}

.faq-list-sec li {
  padding-bottom: 1em;
}

.faq-list-sec li:last-child {
  padding-bottom: 0;
}

.accordion-button {
  background-color: #dfdede45 !important;
  color: var(--tertiary-color) !important;
  font-size: 0.6em !important;
  font-weight: 600 !important;
}

/* Plaform sec CSS */
/* .platform-sec{
  position: relative;
} */
.platform-info-sec {
  background-image: url("../img/landing/plaform-sec-bg.png");
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: bottom;
}

.platform-box {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
  margin-top: -4em;
  margin-bottom: 4em;
}

.platform-card {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 1em;
  border: 1px solid #e9e9e9;
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.platform-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.platform-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.platform-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.platform-info-sec .default-btn-sec {
  margin-top: 1.5em;
}

/* Regulation CSS */

.regulation-img {
  max-width: 30em;
}

.regulation-sec {
  background-color: var(--gray-color);
}

.regulation-sec .section-title h2 {
  text-align: left;
}

.regulation-sec .section-title p {
  text-align: left;
  margin-bottom: 0.5em;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.regulation-list-sec {
  /* margin-bottom: 0; */
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 1em;
}

.regulation-list-sec li {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
}

/* About Us CSS */

.about-us-sec {
  background-color: var(--tertiary-color);
}

.about-us-sec {
  padding-top: 4em;
}

/* What Drives CSS */

.what-drives-card {
  border: 1px solid var(--gray-color);
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 180px;
  align-items: center;
}

.what-drives-info-sec {
  padding: 1em;
}

.what-drives-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.what-drives-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

/* CTA Sec CSS */

.cta-sec {
  background: url("../img/web/cta-hero.png") no-repeat right center #060706;
  background-size: contain;
}

.cta-sec .section-title h2 {
  text-align: left;
}

.cta-sec .section-title p {
  text-align: left;
}

/* Footer CSS */

.footer-sec {
  background-color: #111111;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 1.5em;
  position: relative;
}

.footer-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.footer-about-link-sec h3 {
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}

.footer-about-link-list li a {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-brand-info {
  padding-top: 2em;
}

.footer-brand-info p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.foot-padding-ls {
  padding-left: 4em;
}

.footer-about-link-list li {
  padding-bottom: 1em;
}

.footer-social-link-sec ul li a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #ffffff38;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.footer-social-link-sec ul {
  display: flex;
  margin-top: 1em;
  margin-bottom: 0;
  gap: 1em;
}

.footer-about-link-list {
  margin-bottom: 0;
}

.footer-about-box {
  padding-bottom: 2em;
  border-bottom: 1px solid #7b7e86;
  position: relative;
}

.footer-about-content p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.footer-about-content p+p+p {
  margin-bottom: 0;
}

.footer-copyright-sec p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.footer-copyright-sec {
  padding-top: 1.5em;
}

/* Product Section CSS */

.products-sec {
  background-color: var(--tertiary-color);
}

.product-box-sec a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out !important;
  /* display: inline-block; */
  color: var(--primary-color);
}

.product-card {
  /* background: linear-gradient(224.96deg, rgba(217, 217, 217, 0) 60.98%, rgba(255, 222, 10, 0.3) 91.27%); */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.product-card:hover {
  background: linear-gradient(224.96deg,
      rgba(217, 217, 217, 0) 60.98%,
      rgba(255, 222, 10, 0.3) 91.27%);
}

.product-top-sec p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.product-bottom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-top-sec h4 {
  color: var(--primary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.product-icon {
  max-width: 5em;
}

.product-bottom-sec .product-bottom-btn-sec {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 50%;
}

.one-click-bg-sec {
  position: relative;
  border-radius: 10px;
}

.one-click-bg-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/business/one-click-bg-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
}

.one-click-img {
  max-width: 35em;
  margin-left: auto;
}

.one-click-img-sec {
  text-align: right;
}

.build-for-business-sec {
  background-image: url("../img/business/build-for-business.webp");
  background-position: center;
  background-size: cover;
  position: relative;
}

.build-for-business-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.build-for-business-info-sec h4 {
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.build-for-business-info-sec p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.build-for-business-card {
  position: relative;
  background: linear-gradient(107.68deg,
      #111111 23.1%,
      #3b3838 54.41%,
      #000000 99.73%);
  border: 1px solid rgba(157, 157, 157, 0.25);
  border-radius: 10px;
  padding: 1em;
  padding-top: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.build-for-business-icon-sec {
  background: #161616;
  width: 4em;
  height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  top: -2em;
  padding: 5px;
}

.build-for-business-icon {
  height: 3em;
  object-fit: contain;
}

/* Individual CSS */

.individual-product-box {
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  display: grid;
}

.individual-product-info-sec {
  padding: 2em;
  padding-top: 0;
}

.individual-product-card:nth-child(odd) {
  background-color: var(--gray-color);
}

.individual-product-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.individual-product-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.how-individual-works-box {
  background: var(--gray-color);
  border: 1px solid var(--secondary-color);
  padding: 4em;
  border-radius: 20px;
}

.how-individual-works-steps-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1.5em;
}

.how-individual-works-steps-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.how-individual-works-steps-info-sec h4 span {
  color: var(--primary-color);
  /* padding-right: 0.5em; */
}

.how-individual-works-steps-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.how-individual-works-steps-card {
  display: grid;
  grid-template-columns: 85px auto;
  align-items: center;
  gap: 2em;
}

.what-we-provide-individual-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.what-we-provide-individual-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.what-we-provide-individual-sec {
  background-color: var(--gray-color);
}

.what-we-provide-individual-card {
  box-shadow: 2px 3px 4px 0px #00000008;
  background-color: var(--secondary-color);
  padding: 2em;
  padding-top: 0em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.what-we-provide-individual-sec.payment-gateway-feature-sec .what-we-provide-individual-card {
  padding-top: 2em;
}

.what-we-provide-individual-sec.payment-gateway-feature-sec .what-we-provide-individual-card .what-we-provide-individual-info-sec {
  margin-top: 2em;
}

.what-we-provide-individual-icon {
  height: 15em;
  object-fit: contain;
}

/* Why Choose Us CSS */

.why-choose-us-individual-card {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 1em;
}

.why-choose-us-individual-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.why-choose-us-individual-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

/* Privacy & Security CSS */

.privacy-security-sec {
  background-color: var(--tertiary-color);
}

.privacy-security-sec .section-title h2 {
  text-align: left;
}

.privacy-security-sec .section-title p {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--secondary-color);
}

.privacy-security-info-sec h4 {
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.privacy-security-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.privacy-security-img-sec {
  text-align: right;
}

.privacy-security-img {
  max-width: 35em;
  margin-left: auto;
}

.privacy-security-card {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: flex-start;
}

.privacy-security-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1.5em;
}

.individual-product-icon {
  height: 9em;
  object-fit: contain;
}

/* Product CSS */

.cta-product-sec {
  background: linear-gradient(105.42deg, #0d0c0c 12.41%, #0d0c0c 80.14%);
  position: relative;
}

.cta-product-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/payment-gateway/cta-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
}

.cta-img {
  max-width: 30em;
}

.cta-img-sec {
  text-align: right;
}

.cta-product-sec .section-title h2 {
  text-align: left;
}

.cta-product-sec .section-title p {
  text-align: left;
}

.key-benfits-product-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.key-benfits-product-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.payment-gateway-privacy-security-sec .privacy-security-card {
  grid-template-columns: 50px auto;
  align-items: center;
}

.payment-gateway-privacy-security-sec .privacy-security-info-sec p {
  color: var(--secondary-color);
}

.key-benfits-product-icon-sec {
  margin-bottom: 1.5em;
}

.key-benfits-product-icon {
  height: 4.5em;
  object-fit: contain;
}

.how-individual-works-steps-info-sec h4 span {
  color: var(--primary-color);
}

.section-title .text-left {
  text-align: left;
  padding-left: 1em;
}

.blockchain-free-transactions {
  max-width: 35em;
}

.payment-gateway-api-sec {
  margin-bottom: 4em;
}

/* Off-ramp CSS */

.off-ramp-about-us-img {
  max-width: 30em;
}

.accept-crypto-img-sec {
  text-align: right;
}

.accept-crypto-img {
  max-width: 30em;
}

.accept-crypto-off-ramp-sec {
  background-color: var(--secondary-color);
}

.cta-off-ramp-img {
  max-width: 30em;
}

.api-product-info-sec {
  padding-left: 2em;
}

/* Platform Product CSS */

.platform-product-info-sec {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: bottom;
}

.platform-product-box {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.platform-product-card {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 1em;
  border: 1px solid #e9e9e9;
  background-color: var(--secondary-color);
  border-radius: 10px;
  background-image: url("../img/landing/plaform-sec-bg.png");
}

.platform-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.platform-product-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.platform-product-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.platform-product-info-sec .default-btn-sec {
  margin-top: 1.5em;
}

/* Error page CSS */

.corp-empty-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  height: 80vh;
}

.corp-empty-frame.thankyou-frame .empty-avater {
  max-width: 25em;
}

.thankyou-description {
  text-align: center;
  line-height: 1.8;
}

.error-page-header {
  min-height: 10vh;
}

.footer-contact-us-link-card {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 1em;
  align-items: center;
  margin-top: 1em;
}

.footer-contact-us-link-sec a {
  color: var(--secondary-color);
}

.business-header-list-grid-box {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 2em;
  row-gap: 1em;
  padding: 1em;
}

.business-header-list-grid-box-new {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 3em;
  row-gap: 1em;
}

.business-header-list-grid-box-new .business-header-list-grid-top-sec h4 {
  margin-bottom: 0;
}

.business-header-list-grid-box-new .business-header-list-grid-card {
  border-bottom: 0;
}

.border-bottom-new {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 1em;
  font-size: 1.1em !important;
  color: var(--primary-color) !important;
}

.business-header-list-grid-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 2em;
  row-gap: 1em;
  padding: 1em;
}

.business-header-list-grid-top-sec h4 {
  color: var(--secondary-color);
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.business-header-list-grid-top-sec p {
  color: var(--secondary-color);
  opacity: 0.8;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.dropdown-menu[data-bs-popper] {
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  left: 0;
  right: 0;
  max-width: 800px;
  padding: 0;
}

.mega-content h5 {
  color: var(--secondary-color);
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}

.business-header-list-grid-bottom-sec .product-bottom-btn-sec {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 50%;
}

.business-header-list-grid-box-new .business-header-list-grid-card {
  padding-bottom: 0;
}

.business-header-list-grid-card {
  display: grid;
  grid-template-columns: 32px auto 32px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 1em;
  gap: 1em;
}

.business-header-list-grid-card:nth-child(7) {
  border-bottom: 0;
}

.business-header-list-grid-card:last-child {
  border-bottom: 0;
}

.business-header-list-grid-card:hover .business-header-list-grid-bottom-sec .product-bottom-btn-sec {
  background: var(--primary-color);
}

.business-header-list-grid-card:hover .business-header-list-grid-top-sec h4 {
  color: var(--primary-color);
}

.border-right-theme {
  border-right: 1px solid #4b4d4e;
  padding-left: 0 !important;
}

.usecase-content .nav-pills .nav-link.active,
.usecase-content .nav-pills .show>.nav-link {
  background-color: transparent;
  color: var(--primary-color);
}

.usecase-content .nav-link {
  text-align: left;
  padding-left: 0;
}

.usecase-content .nav-pills .nav-link:hover {
  color: var(--primary-color) !important;
}

.usecase-content .business-header-list-grid-box .business-header-list-grid-card:nth-child(5) {
  border-bottom: 0;
}

.build-customers-product-header-sec h3 {
  border: 1px dashed rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em !important;
  color: var(--primary-color) !important;
  font-weight: 600;
  line-height: 1.4;
  width: max-content;
  margin: auto;
  margin-bottom: 3em;
  padding: 1em;
  border-radius: 10px;
  backdrop-filter: blur(25px);
}

.build-customers-product-header-sec {
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
  text-align: center;
}

.build-customers-product-body-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.build-customers-product-body-left-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 3em;
  column-gap: 1em;
}

.build-customers-product-body-right-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 3em;
  column-gap: 1em;
}

.home-page-sec .key-benfits-product-card {
  padding: 1.5em;
  border-radius: 10px;
}

.banner-btn-sec {
  display: flex;
  align-items: center;
  gap: 1em;
}

.banner-btn-sec .contact-us-form {
  min-width: 25em;
}

.venom-button {
  z-index: 9;
}

.telegram-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

.telegram-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0088cc;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
  }
}

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
  }
}

.telegram-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.venom-button-button {
  animation-name: pulse1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.footer-disclamir-content-box {
  padding: 1.5em 0;
  border: 1px solid var(--bs-border-color);
  border: 2px dashed rgba(157, 157, 157, 0.25);
  margin: 2em 0;
  border-radius: 10px;
  position: relative;
}

.footer-disclamir-content-box p {
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.news-img {
  border-radius: 20px;
}

/* table fee sec */
.fee-table-sec {
  height: auto;
  background: conic-gradient(from 0deg,
      #eef0f4 0%,
      #fbf5e4 90deg,
      #fbf6e8 180deg,
      #e7ebef 270deg,
      #eef0f4 360deg);
}

.fee-tabs-box .nav-tabs {
  border: none;
  gap: 1em;
}

.fee-tabs-box .nav-tabs .nav-link {
  padding: 1em 2em !important;
  border-radius: 10px;
  color: var(--tertiary-color) !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  border: none;
}

.fee-tabs-box .nav-tabs .nav-link:hover {
  border: none;
}

.fee-tabs-box .nav-tabs .active {
  background-color: var(--primary-color) !important;
  border: none !important;
}

.sub-tab-nav {
  margin-bottom: 2em;
  background: #ffffff70;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  flex-wrap: nowrap !important;
  padding: 0.5em !important;
  width: fit-content;
}

.sub-tab-nav .nav-link {
  font-size: 0.95em !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 0.7em 1.4em !important;
  background: transparent !important;
  color: var(--tertiary-color) !important;
  text-align: center;
}

.sub-tab-nav .nav-link.active {
  color: var(--primary-color) !important;
  background-color: var(--secondary-color) !important;
}

.fee-tabs-box .table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.fee-tabs-box .table tr th {
  background-color: var(--secondary-color);
  color: #727575;
  font-size: 0.9em;
  font-weight: 600;
  vertical-align: middle;
  padding: 1em;
  border: 0;
  line-height: 1.6;
  max-width: 220px;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
  /* text-align: center; */
}

.fee-tabs-box .table tr th:last-child,
.fee-tabs-box .table tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.fee-tabs-box .table tr th:first-child,
.fee-tabs-box .table tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.fee-tabs-box .table tr td {
  /* text-align: center; */
  background: #f5f5f570;
  color: var(--tertiary-color);
  font-size: 0.95em;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1em;
  border: 0;
}

.fee-tabs-box .table tr td a {
  text-decoration: underline !important;
}

.rate {
  color: #f0b90b;
  font-weight: 600;
}

.old-rate {
  display: block;
  color: #848e9c;
  text-decoration: line-through;
  margin-top: 4px;
}

.fee-tabs-box h5 {
  color: var(--tertiary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.leader-name {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.leader-name .shot-name {
  background: var(--tertiary-color);
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 0.75em !important;
  font-weight: 600 !important;
}

.leader-name p {
  color: var(--tertiary-color);
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 0;
}

.leader-name .dropdown button {
  padding: 0;
  background: none;
  border: none;
}

.leader-name .dropdown ul {
  padding: 0;
}

.leader-name .dropdown .dropdown-item {
  color: var(--tertiary-color);
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 0;
  width: fit-content;
  text-align: center;
}

.leader-name .dropdown .dropdown-item span {
  color: var(--quaternary-color);
  font-weight: 400;
}

.leader-name .dropdown .dropdown-item:hover {
  background: none;
}

.referral-cta-sec {
  text-align: right;
  padding: 2em;
}

.referral-cta-img {
  height: 25em;
  width: auto;
  object-fit: contain;
}

.referral-notify-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

.referral-notify-info h4 {
  color: var(--tertiary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.referral-notify-info h4 span {
  color: var(--primary-color);
  font-size: 1.2em;
  font-weight: 600;
}

.referral-notify-info h5 {
  color: var(--tertiary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.referral-notify-info h5 span {
  color: var(--badges-faile-color);
}

.referral-table-search {
  max-width: 250px;
}

.referral-table-search button {
  background: var(--secondary-color);
  border: 1px solid #ffffff40;
  border-radius: 6px;
}

.referral-table-search {
  border-radius: 6px;
  padding-left: 6px;
  font-size: 0.95em;
  height: 40px;
  color: var(--tertiary-color) !important;
  background-color: var(--secondary-color);
  border: 1px solid #ffffff40;
}

.referral-table-search .form-control {
  border: none;
  background: none;
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
}

.referral-table-search .form-control::placeholder {
  color: var(--quaternary-color);
}

.referral-table-search .form-control:focus {
  box-shadow: none;
}

.referral-table-search .input-group-text {
  background: none;
  border: none;
}

.fee-tabs-box .active>.page-link,
.page-link.active {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.fee-tabs-box .pagination .page-link {
  color: var(--tertiary-color);
  font-size: 0.8em;
  font-weight: 600;
  background: #eff1f5;
}

.fee-tabs-box .pagination .page-item:first-child .page-link,
.fee-tabs-box .pagination .page-item:last-child .page-link {
  border: none;
  background: var(--secondary-color);
  color: var(--tertiary-color) !important;
}

.verified-user-sec p {
  margin-bottom: -4px;
}

/* table fee end */

.event-img-md {
  height: 30em;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.upcoming-event-sec {
  background: #faf5eb;
  padding: 1em 0;
}

.upcoming-event-info h3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.upcoming-event-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

/***** scanner Section *****/
.scanner-qr-icon {
  width: 9em;
  height: 9em;
}

.scanner-info h3 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.scanner-info p {
  color: var(--tertiary-color);
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 0;
}

.scanner-wrap {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 2em;
}

/***** End scanner Section *****/

/***** app store section *****/
.play-card-wrap {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 2em;
}

.play-icon {
  width: 100%;
  height: 3.5em;
  object-fit: contain;
}

/***** End app store section *****/

/***** Trade easy section *****/
.trade-avater-wrap {
  text-align: start;
}

.trade-avater-icon {
  max-width: 38em;
  object-fit: contain;
}

/***** End Trade easy section *****/

/***** get start section *****/
.get-start-works-img {
  width: auto;
  width: 90%;
}

/***** End get start section *****/

/***** earn nd Slider animation *****/
.earn-crypto-wrap {
  position: relative;
}

.earn-box-layout {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: flex-end;
  white-space: nowrap;
}

.earn-card {
  padding: 1.2em;
  /* background-color:#f3f2f2; */
  display: flex;
  align-items: center;
  gap: 4em;
  border-radius: 12px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  overflow: hidden;
}

.earn-card-top {
  display: grid;
  grid-template-columns: 4em auto;
  gap: 1.5em;
}

.earn-icons {
  width: 4em;
  height: 4em;
}

.earn-info {}

.earn-info h3 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.earn-info p {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0em;
  background-color: #ebebeb;
  padding: 0.4em 1em;
  border-radius: 8px;
}

/* .earn-shape {
  rotate: 330deg;
  width: 7em;
  margin-bottom: -3em;
} */

.earn-card-bottom {
  opacity: 0.2;
}

.earn-silder-scroll.scroll-right-left {
  -webkit-animation: scroll 80s linear infinite;
  -moz-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.earn-silder-scroll.scroll-left-right {
  -webkit-animation: scrollLeft 80s linear infinite;
  -moz-animation: scrollLeft 80s linear infinite;
  animation: scrollLeft 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.earn-silder-scroll {
  display: flex;
  justify-content: space-between;
  width: -webkit-calc((365px * 5) + (30px * 5));
  width: -moz-calc((365px * 5) + (30px * 5));
  width: calc(1945px * 2);
  position: relative;
  margin-bottom: 2em;
  /* display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
  width: max-content; */
}

.earn-silder-scroll-wrapped .earn-silder-scroll:last-child {
  margin-bottom: 0em;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* from {
  transform: translateX(0);
}
to {
  transform: translateX(-50%);
} */
}

@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.earn-silder-scroll-wrapped::before {
  position: absolute;
  height: 100%;
  width: 300px;
  background: linear-gradient(90deg, #fff 100px, rgba(255, 255, 255, 0));
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
}

.earn-silder-scroll-wrapped::after {
  position: absolute;
  height: 100%;
  width: 300px;
  background: linear-gradient(270deg, #fff 100px, rgba(255, 255, 255, 0));
  z-index: 2;
  content: "";
  top: 0;
  right: 0;
  pointer-events: none;
}

/***** End Slider animation *****/
/***** Trade section *****/
.trade-count {
  background: url("../img/web/trade_wrap.png") no-repeat right center var(--tertiary-color);
  background-size: 100%;
  min-height: 79vh;
  display: grid;
  place-items: center;
}

.trade-count.trade-pro-bg {
  background: url("../img/trade-crypto/trade-crypto-trade-pro-img.png") no-repeat right center;
  background-size: cover;
  min-height: 79vh;
  display: grid;
  place-items: center;
}

.trade-count-card {
  display: grid;
  grid-template-columns: 75px auto;
  align-items: center;
}

.trade-count-info h3 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 0.2em;
}

.trade-count-info p {
  margin-bottom: 0em;
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.trade-count-avater {
  height: 4.5em;
  object-fit: contain;
}

.trade-count-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin-top: 2em;
}

.trade-count .section-title h2,
.trade-count .section-title p {
  text-align: left;
}

/***** End Trade section *****/

/* Heraldex CSS */

.how-heraldex-works-box {
  background: #fafafa;
  border: 1px solid #ffffff;
  padding: 4em 2em;
  border-radius: 20px;
}

.how-heraldex-works-icon-sec {
  margin-bottom: 1.5em;
}

.how-heraldex-works-icon {
  max-width: 20em;
  height: 100%;
  object-fit: contain;
}

.how-buy-sell-works-icon-sec {
  margin-bottom: 1.5em;
}

.how-buy-sell-works-icon {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.how-heraldex-works-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.how-heraldex-works-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0em;
}

.crypto-portfolio-box {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: flex-end;
  white-space: nowrap;
}

.crypto-portfolio-icon {
  max-width: 4em;
}

.crypto-portfolio-card {
  box-shadow: 2px 3px 4px 0px #00000008;
  border: 1px solid #efefef;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}

.crypto-portfolio-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.crypto-portfolio-info-sec p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0em;
}

.crypto-portfolio-info-sec p span.positive-value-number {
  background-color: #f7f7f7;
  padding: 0.5em;
  border-radius: 30px;
  color: #369e40;
}

.crypto-portfolio-info-sec p span.negative-value-number {
  background-color: #f7f7f7;
  padding: 0.5em;
  border-radius: 30px;
  color: #f50303;
}

.trade-like-pro-btn-sec {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1.5em;
}

/* Buy & Sell Crypto Page CSS */

.buy-sell-widget-html-tab-nav-sec {
  position: relative;
}

.buy-sell-widget-html-tab-sec {
  position: relative;
}

.buy-sell-widget-html-tab-sec .custom-select {
  width: 100%;
  position: relative;
  user-select: none;
}

.buy-sell-widget-html-tab-sec .select-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
  color: var(--secondary-color);
}

.buy-sell-widget-html-tab-sec .select-box img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.buy-sell-widget-html-tab-sec .arrow {
  margin-left: auto;
  transition: 0.3s;
}

.buy-sell-widget-html-tab-sec .options {
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  margin-top: 8px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  overflow: auto;
  max-height: 200px;
}

.buy-sell-widget-html-tab-sec .option {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.buy-sell-widget-html-tab-sec .option:hover {
  background: #eaf1ff;
}

.buy-sell-widget-html-tab-sec .option img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.buy-sell-widget-html-tab-sec {
  border: 1px solid #333B47;
  background-color: #181A20;
  border-radius: 20px;
}

.buy-sell-widget-html-tab-sec .nav-pills .nav-item:first-child .nav-link.active {
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.buy-sell-widget-html-tab-sec .nav-pills .nav-item:last-child .nav-link.active {
  border-bottom-right-radius: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.buy-sell-widget-html-tab-sec .nav-pills .nav-item .nav-link.active {
  background-color: #FFFFFF1A;
}

.buy-sell-widget-html-tab-sec .nav-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.buy-sell-widget-html-tab-sec .nav-pills .nav-item .nav-link {
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
}

.buy-sell-widget-html-card-left-sec {
  border: 1px solid #EAEAEA45;
  background-color: #181A20;
  border-radius: 10px;
  padding: 1em;
}

.buy-sell-widget-html-card {
  display: grid;
  /* grid-template-columns: auto 14rem; */
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.buy-sell-widget-html-box {
  padding: 2em;
}

.buy-sell-widget-html-card-left-sec h5 {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.buy-sell-widget-html-card-left-sec .form-control {
  border: 0 !important;
  background-color: #181A20 !important;
  color: var(--secondary-color) !important;
  padding: 0 !important;
}

.buy-sell-widget-html-card-left-sec .form-control:focus {
  box-shadow: none;
}

.buy-sell-widget-html-card-left-sec .form-control::placeholder {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 500;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buy-sell-widget-html-card-right-sec {
  border: 1px solid #EAEAEA45;
  background-color: #181A20;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.buy-sell-widget-html-separator-sec {
  overflow: hidden;
  position: relative;
}

.buy-sell-widget-html-separator-line {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  background-color: #35373C;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.buy-sell-widget-html-separator-sec:after {
  content: "";
  position: absolute;
  background-color: #35373C;
  width: 100vw;
  height: 0px;
  z-index: 0;
  left: 0;
  top: 50%;
}

.buy-sell-widget-html-separator-line:after {
  content: "";
  position: absolute;
  background-color: #35373C;
  width: 100vw;
  height: 1px;
  z-index: 0;
}

.buy-sell-widget-html-btn-sec {
  margin-top: 2.5em;
}

.popular-usdt-conversions-box {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: flex-end;
  white-space: nowrap;
}

.popular-usdt-conversions-icon {
  max-width: 4em;
}

.popular-usdt-conversions-card {
  box-shadow: 2px 3px 4px 0px #00000008;
  border: 1px solid #efefef;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}

.popular-usdt-conversions-info-sec h4 {
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.popular-usdt-conversions-info-sec p {
  background-color: #f7f7f7;
  padding: 0.5em 1em;
  border-radius: 30px;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0em;
}

/* Trade Crypto */

.confidently-plan-tab-box .nav.nav-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}

.confidently-plan-tab-box .nav.nav-pills.nav-pills-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}

.confidently-plan-tab-box .nav.nav-pills .nav-link {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 1.5em;
  align-items: center;
  border: 1px solid #E5E5E5;
  background-color: var(--secondary-color);
  width: 100%;
  text-align: left;
  border-radius: 10px;
  color: var(--tertiary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
}

.confidently-plan-tab-box .nav.nav-pills .nav-link.active {
  border: 1px solid var(--primary-color);
  background-color: #FCF7ED;
}

.confidently-plan-tab-box .nav.nav-pills .nav-link.active .confidently-icons-sec {
  background-color: var(--secondary-color);
}

.confidently-plan-tab-box .nav.nav-pills .confidently-icons-sec {
  background-color: #FCF7ED;
  width: 4em;
  height: 4em;
  padding: 0.5em;
  border-radius: 10px;
}

.confidently-plan-tab-content {
  background-color: #EFEFEF;
  padding: 2em;
  border-radius: 10px;
}

.confidently-plan-tab-content .confidently-plan-tab-content-header h3 {
  color: var(--tertiary-color);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}

.confidently-plan-tab-content .confidently-plan-tab-content-header p {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0em;
  text-align: center;
}

.confidently-plan-tab-content-img-sec {
  margin-top: 2em;
}

/***** customer support *****/
.find-help-on {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1.5em;
}

.find-help-card {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 1em;
  align-items: center;
}

.find-help-icon-sec {
  display: grid;
  place-items: center;
}

.find-help-icon-sec img {
  width: 3em;
  height: 3em;
  object-fit: contain;
}

/***** End customer support *****/


/***** Edit css Section *****/
.api-product-sec {
  padding: 4em;
  border-radius: 12px;
}

/***** End Edit css Section *****/

/***** referral *****/
.how-it-work-sec {
  background-color: var(--gray-color);
}

.how-it-work-sec .what-we-provide-individual-card {
  padding-top: 2em;
}

.how-it-work-sec .what-we-provide-individual-info-sec {
  margin-top: 2em;
}

.terms-shoud-know {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1.5em;
}

.terms-shoud-know-icon-sec img {
  width: 4em;
  height: auto;
  object-fit: contain;
}

.global-trading .section-title h2 {
  text-align: left;
}

.global-trading .section-title p {
  text-align: left;
}

/***** End referral *****/

/***** about heraldex *****/
.how-individual-works-box .section-title h2 {
  text-align: left;
}

.how-individual-works-box .section-title p {
  text-align: left;
}

.who-is-heraldex-sec {
  background-color: var(--gray-color);
}

.who-is-heraldex-sec .what-we-provide-individual-card {
  padding-top: 2em;
}

.who-is-heraldex-sec .what-we-provide-individual-info-sec {
  margin-top: 2em;
}

.digital-finance-sec-img-sec img {
  max-width: 25em;
}


/***** End about heraldex *****/

/***** earn reward *****/
.earn-crypto-sec-img-sec img {
  max-width: 34em;
}

.how-auto-earn-sec {
  background-color: var(--gray-color);
}

/***** End earn reward *****/

/***** staking *****/
.how-heraldex-sec {
  background-color: var(--gray-color);
}

.compare-staking-option-sec table th {
  padding: 1.5em;
}

.compare-staking-option-sec table td {
  padding: 1.5em;
}

/***** End staking *****/