body {
  font-family: Poppins, sans-serif;
  background-color: #000;
  overflow-x: hidden;
}
.login-bg-sec {
  background-color: #333333;
  padding: 40px 0;
  min-height: 100vh;
}
.left-login-box {
}
.left-login-box h1 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin: 0;
}
.left-login-box h1 span {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.left-login-box img {
  max-width: 450px;
}
.left-login-box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.outer-login-right {
  border-radius: 42px;
  background: #272727;
  padding: 20px 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: 0;
  min-height: 600px;
}
.outer-login-right h3 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
}
.outer-login-right .form-label {
  color: #ddd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.outer-login-right .form-label i {
  margin: 0 5px;
}
.outer-login-right .form-control {
  border-radius: 8px;
  border: 1px solid #fff;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  background-color: #fff;
  background-color: transparent !important;
  padding: 10px;
  color: #fff !important;
}
.outer-login-right .password-eye-field .form-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outer-login-right .password-eye-field p {
  font-size: 13px;
  margin-top: 5px;
}
.outer-login-right .form-check-label {
  color: #ddd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blue-btn {
  border-radius: 40px;
  background: var(--Primary-blue, #f0b90b);
  padding: 10px 30px;
  border: none !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0;
}
.blue-btn:hover {
  background: var(--Primary-blue, #f0b90b) !important;
  color: #000 !important;
}
.blue-btn img {
  max-height: 20px;
  margin-left: 4px;
}
.outer-login-right .blue-btn {
  display: block;
  width: 100%;
  margin: 10px 0 20px;
}
.outer-login-right .text-center.btn-box p {
  color: #ddd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.outer-login-right .form-check-input {
  box-shadow: none !important;
  height: 20px;
  width: 20px;
}
.outer-login-right .form-check-input:checked {
  background-color: #f0b90b;
  border-color: #f0b90b;
}
.outer-login-right .text-center.btn-box p a {
  color: #f0b90b;
  text-decoration: underline;
}
.outer-login-right p.verify-line {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 340px;
}
.outer-login-right p.resend-otp-line {
  color: #a3a3a3;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.outer-login-right p.resend-otp-line span {
  color: #f0b90b;
  font-weight: 500;
}
.outer-login-right.verify-box {
  position: relative;
  padding-bottom: 100px;
  padding-top: 60px;
}
.outer-login-right .btn-box.verify-btn {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.outer-login-right .password-eye-field p.forgot-pass {
  text-align: right;
}
.outer-login-right .password-eye-field p.forgot-pass a {
  color: #f0b90b;
  text-decoration: none !important;
}

@media (max-width: 1400px) {
  .outer-login-right .mb-3 {
    margin-bottom: 10px !important;
  }
  .outer-login-right {
    padding: 20px 30px;
    min-height: 560px;
  }
  .left-login-box h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .left-login-box h1 span {
    font-size: 20px;
  }
  .left-login-box img {
    max-width: 420px;
  }
  .left-login-box p {
    font-size: 16px;
  }
}

/* new home page css */

html .body-top-0{
  top: 0 !important;
}
.header-new {
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 2rem;
    transition: all ease-in-out 0.5s;
    z-index: 1000;
}
.header-new.darker-header {
    padding: 0;
    background-color: #000;
    border-bottom: 1px solid #f0b90b;
    top: 0;
}

.marlin-banner-sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.marlin-banner-sec h2 {
  font-family: "Prosto One", sans-serif;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-top: 60px;
}
.marlin-banner-sec p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.border-btn-new {
  border-radius: 8px;
  border: 2px solid var(--primary, #f0b90b);
  opacity: 0.8;
  background: #000;
  color: #ffd600 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 14px 20px;
  min-width: 200px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.yellow-btn {
  border-radius: 8px;
  opacity: 0.8;
  background: #ffd600;
  color: #000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  padding: 14px 20px;
  min-width: 200px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.marlin-banner-sec .border-btn-new {
  margin-right: 10px;
}
.marlin-banner-sec .bg-outer-box-banner {
  background-color: #0d0d0d;
  border: 1px solid #585858;
  border-radius: 10px;
  padding: 10px;
  max-width: 430px;
  margin-bottom: 10px;
}
.marlin-banner-sec .bg-outer-box-banner h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.marlin-banner-sec .bg-outer-box-banner .border-btn-new,
.marlin-banner-sec .bg-outer-box-banner .yellow-btn {
  padding: 7px 10px;
  font-size: 14px;
  min-width: auto;
  margin: 0 !important;
  margin-right: 10px !important;
}
.marlin-banner-sec .bg-outer-box-banner.banner-icon-box .blue-btn {
  padding: 4px 10px;
  height: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  margin: auto;
}
/* .header-new .navbar-nav .dropdown button.dropdown-toggle::after {
    top: 8%;
    position: absolute;
    right: 3%;
} */

.logo-new-sec {
  text-align: center;
  padding: 40px;
}
.sub-heading-new {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.logo-new-sec .logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.logo-new-sec .logo-row img {
  height: 50px;
}
.merlin-seal-sec {
  padding: 40px 0;
}
.merlin-seal-sec .mid-heading {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.merlin-seal-sec h2 {
  color: #fff;
  text-align: center;
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.64px;
}
.merlin-seal-sec h2 span {
  color: #f0b90b;
  font-size: 50px;
}
.marlin-asset-sec {
  padding: 80px 0 0;
}
.marlin-asset-sec h2 {
  font-family: "Prosto One", sans-serif;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.marlin-asset-sec p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.core-feature-sec {
  padding: 40px 0;
}
.main-heading-new {
  font-family: "Prosto One", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 53px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.core-feature-sec .main-heading-new {
  margin-bottom: 40px;
}
.feature-box {
  background-image: url(../img/home/feature-bg.webp);
  text-align: center;
  padding: 30px 25px;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.feature-box img {
  height: 80px;
  margin-bottom: 20px;
  width: 80px;
  object-fit: contain;
}
.feature-box h5 {
  color: var(--primary, #f0b90b);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
}
.feature-box p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-merlin {
  padding: 40px 0 10px;
}
.footer-merlin .inner-footer {
  border-top: 1px solid rgba(240, 185, 11, 0.4);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-merlin .inner-footer h1 {
  color: #f0b90b;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}
.footer-merlin .inner-footer p {
  color: #9e9797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-merlin .social-box a {
  display: inline-block;
  margin-left: 10px;
}
.footer-merlin .social-box a img {
  height: 42px;
  width: 42px;
}
.footer-merlin p.copyright-line {
  color: #9e9797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* investor sec */
.precious-investor-sec ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url(../images/bg-blur.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.precious-investor-sec ul li {
  width: 25%;
  list-style: none;
  padding: 10px;
}
.precious-investor-sec ul li img {
  box-shadow: rgba(57, 57, 57, 0.05) 0px 6px 24px 0px,
    rgb(197 197 197 / 14%) 0px 0px 0px 1px;
  border-radius: 8px;
  object-fit: contain;
  padding: 10px;
  height: 100px;
  width: 100%;
  opacity: 0.8;
}
.precious-investor-sec img {
  position: relative;
}
.precious-investor-sec img:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 700.9px;
  background: radial-gradient(
    74.19% 55.2% at 50% 51.7%,
    #000 0%,
    rgba(240, 185, 11, 0) 26.04%,
    #3b3350 100%
  );
  filter: blur(221.80381774902344px);
}
.table-view-transaction {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.table-view-transaction > div {
  display: table-row-group;
}
.table-view-transaction > div > div {
  display: table-row;
}
.table-view-transaction > div p {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
}

.table-view-transaction > div.thead p {
  background-color: #f0b90b;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.table-view-transaction > div.tbody p {
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
}
.mobile-banner-remove {
  display: inline-block;
}

@media (max-width: 991px) {
  .header-new .navbar-nav .dropdown button.dropdown-toggle::after{
    margin-top: 6%;
  }
  .precious-investor-sec ul li img {
    height: 74px;
    padding: 8px;
  }
  .table-view-transaction {
    display: block;
  }
  .table-view-transaction > div {
    display: block;
  }
  .table-view-transaction > div.thead {
    display: none !important;
  }
  .table-view-transaction > div p {
    display: block;
    border: none;
    padding: 0;
  }
  .table-view-transaction > div > div {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
  }
  .table-view-transaction > div.tbody p {
    font-size: 12px;
    font-weight: 500;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .table-view-transaction > div.tbody p:first-child {
    width: 26px;
    height: 26px;
    background-color: #f0b90b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .price-impact-box p {
    font-size: 10px;
    line-height: 16px;
    margin: 20px 0 10px;
}

.price-impact-box.confirm-box h5 {
    font-size: 14px;
    line-height: 20px;
}

.pink-btn {
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px;
    margin: 5px;
}

.price-impact-box {
    padding: 0 15px;
}

.price-impact-box .info-icon {
    height: 60px;
}
  .precious-investor-sec ul li {
    width: 33%;
  }
  .precious-investor-sec {
    padding: 40px 0;
  }
  .precious-investor-sec {
    padding: 30px 0;
  }
  .token-list-modal .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 26px;
  }
  .token-list-modal .modal-content {
    background: #1a1a1a !important;
  }

  .token-list-modal .modal-content .modal-header {
    padding: 15px 5px 0 15px;
  }
}

@media (max-width: 576px) {
  .precious-investor-sec ul li {
    width: 50%;
  }
  .precious-investor-sec ul li img {
    height: 56px;
  }
  .precious-investor-sec ul li {
    padding: 6px;
  }
}

@media (max-width: 1400px) {
  .marlin-banner-sec h2 {
    font-size: 28px;
    line-height: 44px;
    margin-top: 40px;
  }
  .marlin-banner-sec p {
    font-size: 16px;
  }
  .main-heading-new {
    font-size: 40px;
  }
  .marlin-asset-sec h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .yellow-btn,
  .border-btn-new {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 18px;
    min-width: 200px;
  }
  .marlin-banner-sec .bg-outer-box-banner .border-btn-new,
  .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 5px !important;
  }
  .marlin-banner-sec .bg-outer-box-banner {
    padding: 15px 10px;
  }
}

@media (max-width: 1300px) {
  .marlin-banner-sec .bg-outer-box-banner {
    padding: 15px 5px;
  }
  .marlin-banner-sec .bg-outer-box-banner .border-btn-new,
  .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    font-size: 10px;
    line-height: 15px;
  }
  .marlin-banner-sec h2 {
    font-size: 28px;
    line-height: 44px;
    margin-top: 40px;
  }
  .marlin-banner-sec p {
    font-size: 14px;
  }
  .yellow-btn,
  .border-btn-new {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 15px;
    min-width: auto;
  }
  .sub-heading-new {
    font-size: 14px;
    line-height: 20px;
  }
  .logo-new-sec .logo-row img {
    height: 36px;
  }
  .merlin-seal-sec .mid-heading {
    font-size: 18px;
  }
  .merlin-seal-sec h2 {
    font-size: 48px;
  }
  .merlin-seal-sec h2 span {
    font-size: 30px;
  }
  .marlin-asset-sec h2 {
    font-size: 32px;
    line-height: normal;
  }
  .marlin-asset-sec p {
    font-size: 14px;
  }
  .feature-box img {
    height: 60px;
    margin-bottom: 5px;
    width: 60px;
  }
  .feature-box h5 {
    font-size: 14px;
  }
  .feature-box p {
    font-size: 12px;
  }
  .feature-box {
    padding: 30px 25px;
    min-height: 340px;
  }
  .main-heading-new {
    font-size: 32px;
  }
  .marlin-banner-sec .bg-outer-box-banner .border-btn-new,
  .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1200px) {
  .marlin-banner-sec h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 991.5px) {
  .marlin-banner-sec h2 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
  }
  .marlin-banner-sec p {
    font-size: 12px;
  }
  .yellow-btn,
  .border-btn-new {
    font-size: 13px;
    line-height: 15px;
    padding: 10px 10px;
    min-width: 140px;
  }
  .marlin-asset-sec h2 {
    font-size: 26px;
    line-height: normal;
  }
  .marlin-asset-sec p {
    font-size: 16px;
  }
  .feature-box img {
    height: 34px;
    margin-bottom: 5px;
    width: 34px;
  }
  .feature-box h5 {
    font-size: 12px;
  }
  .feature-box p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .feature-box {
    padding: 20px 10px;
    min-height: 290px;
  }
  .main-heading-new {
    font-size: 26px;
  }
  .footer-merlin .inner-footer h1 {
    font-size: 28px;
  }
  .footer-merlin .inner-footer p {
    font-size: 12px;
  }
  .footer-merlin .social-box a img {
    height: 26px;
    width: 26px;
  }
  .footer-merlin .inner-footer {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .footer-merlin p.copyright-line {
    font-size: 12px;
    text-align: center;
  }
  /* .header-new .navbar-collapse {
        background-color: #000 !important;
    } */
  .header-new .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
}

@media (max-width: 768px) {
  .marlin-asset-sec.margin-finance p {
    font-size: 13px;
  }
  .logo-new-sec .logo-row {
    margin: 20px 0;
    display: block;
  }
  .logo-new-sec .logo-row img {
    height: 24px;
    display: block;
    margin: 10px auto;
  }
  .marlin-banner-sec {
    min-height: 320px;
    text-align: center;
    padding-top: 50px;
  }
  .marlin-banner-sec h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .marlin-banner-sec p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .merlin-seal-sec .mid-heading {
    font-size: 16px;
  }
  .merlin-seal-sec h2 {
    font-size: 26px;
  }
  .merlin-seal-sec h2 span {
    font-size: 20px;
  }
  .marlin-asset-sec {
    text-align: center;
  }
  .marlin-asset-sec h2 {
    font-size: 22px;
    line-height: normal;
  }
  .yellow-btn,
  .border-btn-new {
    margin: 10px;
  }
  .feature-box {
    padding: 20px 10px;
    min-height: 250px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footer-merlin .inner-footer h1 {
    font-size: 24px;
    line-height: 30px;
    justify-content: center;
  }
  .precious-investor-sec {
    padding: 0;
  }
  .header-new .navbar-brand h1 {
    font-size: 26px !important;
  }
  .head-btn {
    padding: 6px 15px;
    font-size: 12px !important;
    line-height: 16px;
  }
  .marlin-banner-sec .bg-outer-box-banner {
    padding: 15px 10px;
    margin: 10px auto;
  }
}

@media (max-width: 576px) {
  .mobile-banner-remove {
    display: none;
  }
  .marlin-banner-sec h2 {
    font-size: 12px;
    line-height: 22px;
  }
  .marlin-banner-sec .bg-outer-box-banner h4 {
    font-size: 14px;
  }
  .marlin-banner-sec .bg-outer-box-banner .border-btn-new,
  .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    margin-bottom: 4px !important;
  }
  .marlin-banner-sec .bg-outer-box-banner .border-btn-new,
  .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    padding: 6px 8px;
  }
  .why-choose-heading h2,
  .main-heading-new {
    font-size: 22px;
  }
}
/* testnet faucet code starts */
.testnet-faucet-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  min-height: calc(100vh - 42px);
}
.testnet-faucet-sec p {
  font-size: 16px;
}
.testnet-faucet-sec .faucet-box {
  background-color: #0d0d0d;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 2px 86px rgba(34, 34, 34, 0.262);
}
.testnet-faucet-sec label {
  color: #b8b8b8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.testnet-faucet-sec .form-group {
  border: 1px solid #5c5f6a;
  background-color: #272727;
  border-radius: 8px;
  padding: 8px 16px;
  height: 48px;
  margin-bottom: 20px;
}
.testnet-faucet-sec .form-group h4 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: default;
}
.testnet-faucet-sec .form-group input {
  width: 100%;
  background-color: transparent;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border: none;
  outline: none;
  line-height: 30px;
  font-size: 16px;
}
.testnet-faucet-sec .send-btn {
  border-radius: 8px;
  opacity: 0.8;
  border-color: transparent;
  background: #ffd600;
  color: #000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 14px 20px;
  min-width: 200px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .testnet-faucet-sec .faucet-box {
    padding: 28px;
  }
  .testnet-faucet-sec .form-group input,
  .testnet-faucet-sec .form-group h4 {
    line-height: 24px;
  }
  .testnet-faucet-sec .form-group {
    height: 42px;
    margin-bottom: 14px;
  }
  .testnet-faucet-sec .send-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  .testnet-faucet-sec label {
    margin-bottom: 6px;
  }
  .testnet-faucet-sec p {
    font-size: 14px;
  }
}

/* stake page css */

.stake-list {
  padding-left: 20px;
}
.stake-list li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.oterbox-stake-form {
  border-radius: 24px;
  background-color: #0d0d0d;
  border: 1px solid #585858;
  padding: 20px;
}
.oterbox-stake-form .month-radio .form-check-label,
.oterbox-stake-form .form-label {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.oterbox-stake-form .month-radio .form-check-input {
  height: 20px;
  width: 20px;
  box-shadow: none !important;
  margin-right: 10px;
}
.oterbox-stake-form .month-radio .form-check-input:checked {
  background-color: #ffd600;
  border-color: #ffd600;
}
.oterbox-stake-form .form-control {
  background-color: #333333;
  padding: 10px;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  color: #fff;
  border-radius: 10px;
}
.staking-tabs {
  margin-top: 40px;
}
.staking-tabs .nav-tabs {
  justify-content: center;
  border: none !important;
  margin-bottom: 40px !important;
}
.staking-tabs .nav-tabs .nav-item .nav-link {
  background: #333333;
  border-radius: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
  text-align: center;
  box-shadow: none !important;
  outline: none !important;
  margin: 10px;
  min-width: 150px;
}
.staking-tabs .nav-tabs .nav-item .nav-link:hover,
.staking-tabs .nav-tabs .nav-item .nav-link:focus,
.staking-tabs .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(to bottom, #f0b90b 0%, #b78d09 100%);
  color: #000 !important;
}
.stake-table {
  border: transparent;
}
.stake-table tr th {
  background: #ffd600;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border: none !important;
}
.stake-table tr th:first-child{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.stake-table tr th:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.stake-table tr td {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.stake-table tr td .yellow-btn {
  padding: 5px 10px;
  font-size: 14px;
  min-width: auto;
}
.stake-table tr td .yellow-btn.disable {
  cursor: not-allowed;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .stake-confirm .yellow-btn {
    padding: 5px 10px;
    min-width: 90px;
  }
  .stake-table {
    min-width: 870px;
  }
  .oterbox-stake-form {
    padding: 15px;
    text-align: left;
  }
  .stake-list li {
    font-size: 13px;
    text-align: left;
  }
  .marlin-asset-sec.margin-finance.process.stake-outer-box {
    margin-top: 75px;
  }
  .oterbox-stake-form .month-radio {
    display: block !important;
  }
  .oterbox-stake-form .month-radio .form-check-label,
  .oterbox-stake-form .form-label {
    font-size: 13px;
  }
  .oterbox-stake-form .yellow-btn {
    min-width: max-content;
  }
  .staking-tabs .nav-tabs .nav-item .nav-link {
    padding: 5px 13px;
    font-size: 13px;
    line-height: 22px;
    min-width: 100px;
  }
  .token-list-modal.swap-process-modal .modal-body h3 {
    font-size: 14px;
  }

  .token-list-modal.swap-process-modal .modal-body p {
    font-size: 10px;
  }

  .swap-processing-row h4 {
    font-size: 12px;
  }

  .token-list-modal.swap-process-modal .modal-body {
    padding: 0 20px 25px;
  }
  .connect-tech-div {
    padding: 15px 40px;
}

.connect-tech-div button {
    padding: 8px 20px;
    margin: 15px auto;
    font-size: 15px;
    line-height: 28px;
}
}

.token-list-modal {
}

.token-list-modal .modal-dialog {
  max-width: 752px;
}

.token-list-modal .modal-content {
  background: rgba(255, 255, 255, 0.05);
  border: 0.1px solid #3d3c3c;
  border-radius: 20px;
  backdrop-filter: blur(20px);
}

.token-list-modal .modal-content .modal-header {
  padding: 15px 20px 0;
  border: none !important;
}

.token-list-modal .modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.5;
}

.token-list-modal .modal-content .modal-header .close {
  background-color: transparent;
  border: none;
  color: #ffffff;
  opacity: 0.5;
  font-size: 44px;
  line-height: 21px;
  border: none !important;
  box-shadow: none !important;
}
.token-list-modal .modal-content .modal-body {
  padding: 5px 0 0;
}
.connect-wallet-modal.token-list-modal.confirm-swap-modal .modal-dialog {
  max-width: 460px;
}

.connect-wallet-modal.token-list-modal .btn-close {
    background-color: #F0B90B;
    opacity: 1;
}

.token-list-modal.swap-process-modal {
  text-align: center;
}

.token-list-modal.swap-process-modal .modal-body {
  padding: 0 50px 25px;
  color: #fff;
}

.token-list-modal.swap-process-modal .modal-body h3 {
  font-size: 18px;
}

.token-list-modal.swap-process-modal .modal-body p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #ddd;
}

.token-list-modal.swap-process-modal .modal-body p a {
  color: #f0b90b;
}

.token-list-modal.swap-process-modal .modal-dialog {
  max-width: 580px;
}

.token-list-modal.swap-process-modal .swap-row-main::after {
  width: 90%;
}

.token-list-modal.swap-process-modal .swap-row-main {
  margin: 35px 0 18px;
}

.token-list-modal.swap-process-modal .modal-body p.instruction-line {
  font-size: 10px;
}

.token-list-modal.cross-trans-modal {
}

.token-list-modal.cross-trans-modal .modal-body {
  padding: 0 20px 20px;
}

.token-list-modal.cross-trans-modal .modal-body p {
  color: #837d7d;
  font-size: 14px;
}
.token-list-modal.remove-max-height .modal-dialog {
  max-width: fit-content;
}
.connect-tech-div {
  padding: 30px 60px;
  text-align: center;
}

.connect-tech-div button {
  display: block;
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  margin: 20px auto;
  background: #3C3D40;
  border-radius: 10px;
  border: none !important;
  box-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: all ease-in-out .3s;
}

.connect-tech-div button img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.connect-tech-div button:hover,
.connect-tech-div button:focus,
.connect-tech-div button:active {
  transform: scale(1.05);
  background-color: #F0B90B !important;

}
.learnmore-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}

.learnmore-link a {
  color: #F0B90B;
  text-decoration: none;
}
.box-inner-reffer {
  padding: 20px;
}

.box-inner-reffer h5 {
  color: #fff;
}

.box-inner-reffer p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  /* margin: 0 !important; */

}

.box-inner-reffer .makeStyles-container-1 p,
.box-inner-reffer.jss1 p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin: 0 !important;
  background-color: #F0B90B;
  padding: 5px;
  margin: 0 5px !important;
  border-radius: 5px !important;
}

.connect-wallet-modal.token-list-modal .modal-dialog {
  max-width: 400px;
}
.connect-wallet-modal.token-list-modal.confirm-swap-modal .modal-dialog {
  max-width: 460px;
}



.pink-btn {
  background: #F0B90B;
  border-radius: 40px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  opacity: 0.75;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}




.price-impact-box {
  text-align: center;
  padding: 0 30px;
}

.price-impact-box .btn-row {
  text-align: center;
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}

.price-impact-box .info-icon {
  height: 100px;
}

.price-impact-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  /* margin: 30px 0 20px; */
}

.price-impact-box p span.info-ques-icon img {
  height: 13px;
}

.price-impact-box .btn-row .pink-btn,
.price-impact-box .btn-row .common-btn {
    display: block;
    width: 48%;
    margin: 0;
}

.price-impact-box.confirm-box {

    text-align: left;
}

.price-impact-box.confirm-box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.price-impact-box.confirm-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}
.head-btn.disabled{
  background-color: #414446 !important;
  cursor:not-allowed;
}
.available_msg {
  font-size: 12px;
  text-align: left;
  margin: 5px 0 5px;
  color: green !important;
}

.not_available_msg {
  font-size: 12px;
  text-align: left;
  margin: 5px 0 5px;
  color: red !important;
}
.price-impact-box.confirm-box.waiting-box {
  margin-bottom: 25px;
}

.price-impact-box.confirm-box.waiting-box .common-btn {
  width: 100%;
}

.price-impact-box.confirm-box.waiting-box p a {
  color: #F0B90B;
  font-size: 14px;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000;
    border-radius: 30px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F0B90B;
    border-radius: 30px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #F0B90B;
  }
  .show-work-head{
    position: relative;
    z-index: 1;
  }


  /* comming soon page css */
 
 .hero {
    background-image: url(../img/banner-gradient.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
}
   
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/advantage-side.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 0.1;
}
 .title {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
}
.heading {
    color: #fff;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 0 0 .3em;
    font-weight: 100;
    font-weight: 600;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out{
0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}
 
 
.description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 25px auto;
}
.centered {
  z-index: 1;
  position: relative;
}
.logo {
    margin: auto;
    display: block;
    height: 100px;
}
.timer-outer-box{
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(240, 185, 11, 0.10) 100%);
    padding: 1rem;
    max-width: 500px;
    margin: 1rem auto;
}
.timer-outer-box h3{
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}
.timer-outer-box .timer-inner{
display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.timer-outer-box h4{
        background: linear-gradient(180deg, #FECB38 0%, #FF7C33 100%), #D9D9D9;
    border: 1px solid #fe9f35;
    padding: 0.5rem;
    color: #000;
    font-weight: 600;
    border-radius: 0.6rem ;
   text-align: center;
   width: 25%;
   font-size: 2.5rem;
}
.timer-outer-box h4 span{
    font-size: 0.9rem;
    display: block;
}
.video-comming-soon{
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}
.ambassador-inner-box{

}
.ambassador-inner-box ul li,
.ambassador-inner-box ol li{
  margin-bottom: 1rem;
}

 
@media (max-width: 768px){
 
.heading {
    font-size: 38px;
}
.logo {
    width: 90px;
}
.title {
    font-size: 14px;
}
.description {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
}

.video-comming-soon{
  object-fit: contain;
}
}
/* google translate element */

.main-header .bg-body-tertiary.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.language-switcher {
    top: 7px !important;
    /* right: 25px !important; */
}
.goog-te-gadget {
    font-size: 0 !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.language-switcher #google_translate_element .goog-te-gadget-simple{
    border: 1.5px solid var(--Color-1, #0F3A49);
    border-radius: 6px;
    padding: 0.6rem 1rem;
    background: #0F3A49 !important;
}
.language-switcher #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon{
    display: none;
}
.language-switcher #google_translate_element .goog-te-gadget-simple span{
  font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    color: #fff  !important;
}
@media print {
  #google_translate_element {
    display: none;
  }
}
#text{
  display:none;
}
 
#google_translate_element select {
    color: #080808;
    border: none;
    height: auto !important;
    border: none !important;
    max-width: 2px;
    border-radius: 8px;
    background-color: #F0B90B !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 11px 20px 11px 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
#google_translate_element .goog-te-gadget::before {
    content: '';
    position: absolute;
    background-image: url(../images/globe.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 1rem;
    width: 1rem;
    left: 10px;
    top: 12px;
}

@media (max-width: 768px){
    .main-header .bg-body-tertiary {
    border-radius: 0 !important;
    margin-top: 0 !important;
}
    .sign-help {
    flex-wrap: wrap;
    gap: 5px !important;
}
#google_translate_element select {
    min-width: 3rem;
    padding: 3px 15px 3px 23px;
    font-size: 12px;
}
#google_translate_element .goog-te-gadget::before {
    height: 10px;
    width: 10px;
    left: 7px;
    top: 6px;
}
.goog-te-gadget {
    height: 21px;
}
.language-switcher {
    top: 0 !important;
}
}
.skiptranslate iframe{
    display: none;
}


/* new presale page */

.buy-presale-box{
  border-radius: 1.1rem;
border: 1px solid #F0B90B;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(240, 185, 11, 0.12) 100%);
padding: 1rem;
}

.buy-presale-box .progress-stats.progress {
    border-radius: 0.8rem;
    border: 0.747px solid #FFD600;
    background-color: transparent;
    margin-bottom: 0.5rem;
}
.buy-presale-box .progress-stats.progress .progress-bar{
border-radius: 2rem;
/* background: #FF9907; */
background: rgb(31, 187, 31);;
}
.buy-presale-box .progress-value-line {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buy-presale-box .state-value-line{
   font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
} 
.buy-presale-box ul.steps-list{
padding-left: 1rem;
}
.buy-presale-box ul.steps-list li {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
}
.buy-presale-box ul.steps-list li a {
    color: #F0B90B;
    text-decoration: none;
}
.buy-presale-box ol.steps-list{
padding-left: 1rem;
}
.buy-presale-box ol.steps-list li {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
}
.buy-presale-box ol.steps-list li a {
    color: #F0B90B;
    text-decoration: none;
}
.buy-presale-box .eth-value{
font-size: 0.8rem;
color: #fff;
font-weight: 300;
}
.buy-presale-box .wallet-address-input {
    border-radius: 1rem;
    border: 1.5px solid #F0B90B;
    color: #F0B90B;
    background-color: transparent;
    padding: 0.8rem;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}
.buy-presale-box .wallet-address-input::placeholder{
  color: #F0B90B;
  opacity: 0.5;
}
.outer-coin-select{
  justify-content: space-between;
}
.outer-coin-select .btn-coin {
    border-radius: 0.8rem !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(240, 185, 11, 0.15) 100%);
    border: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}
.outer-coin-select .btn-coin::after {
    content: "";
    height: 0.6rem;
    width: 0.6rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    margin-bottom: 0.3rem;
}
.outer-coin-select .btn-coin img{
  height:1.8rem;
  width: 1.8rem;
  border-radius: 50%;
}
.outer-coin-select .form-control {
    max-width: 40%;
    text-align: right;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    font-size: 1.4rem;
    color: #fff;
}
.outer-coin-select .form-control::placeholder{
  color: #ddd;
}
.outer-box-coin .balance-row{
  font-size: 0.85rem;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outer-box-coin  .persentage{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.outer-box-coin  .persentage button {
    border-radius: 1.4rem;
    border: 0.983px solid #8B8B8B;
    background: rgba(185, 185, 185, 0.16);
    color: #C9C9C9;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1rem;
    padding: 0.3rem 0.8rem;
}
.outer-box-coin  .persentage button:hover,
.outer-box-coin  .persentage button:focus,
.outer-box-coin  .persentage button:active,
.outer-box-coin  .persentage button.active{
border: 0.01rem solid #F0B90B;
color: #F0B90B;
}
.outer-box-coin{
  border-radius: 1.2rem;
background: #000;
padding: 1rem;
}
.ibvm-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-radius: 1.2rem;
    background: #000;
    padding: 1rem;
    margin: 1rem 0 1rem; */
}
.ibvm-price-row .logo-icon-ibvm{
font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}
.ibvm-price-row .logo-icon-ibvm img{
height:1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.ibvm-price-row p{
  margin: 0;
  font-size: 1.4rem;
    color: #fff;
}
.outer-box-coin{
  position: relative;
}
.outer-box-coin .arrow-img-bottom {
  z-index: 1;
    height: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 3rem;
    object-fit: contain;
}
.buy-presale-box .main-head {
font-size: 20px !important;
}
.ibvm-presale-modal .modal-content{
border-radius: 18px;
border: 1px solid var(--final-IBVM-COLOR, #F0B90B);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(240, 185, 11, 0.12) 100%), #000;
padding: 1rem;
}
.ibvm-presale-modal .modal-content .modal-title {
    color: #fff;
    font-size: 1.3rem;
}
.ibvm-presale-modal .modal-content .btn-close {
    background-color: #F0B90B;
    opacity: 1;
}
.search-box-inner.input-group {
    border-radius: 16px;
    border: 1.5px solid #F0B90B;
    padding: 0.4rem 1rem;
}
.search-box-inner.input-group .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
}
.search-box-inner.input-group .input-group-text {
    background-color: transparent;
    border: none;
    color: #fff;
}
.outer-main-token {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.outer-main-token p {
    border-radius: 12px;
    background: rgba(240, 185, 11, 0.10);
    width: calc(20% - 1rem);
    text-align: center;
    padding: 1rem;
    color: #fff;
}
.outer-main-token p img {
    height: 2.3rem;
    width: 2.3rem;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}
.ibvm-presale-modal .token-heading{
color: #D9D9D9;
font-size: 1.3rem;
font-style: normal;
font-weight: 600;
line-height: 1.4rem; /* 110% */
margin-bottom: 0rem;
}
.ibvm-presale-modal .token-heading img{
height: 1.5rem;
}
.token-convert-row {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
}
.token-img-outer{
display: flex;
align-items: center;
gap: 1rem;
}
.token-img-outer .img-outer{
position: relative;
}
.token-img-outer .main-img {
    height: 2.6rem;
    width: 2.6rem;
    border-radius: 50%;
}
.token-img-outer .small-img {
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -0.3rem;
}
.outer-box-token-list{
  max-height: 18rem;
  overflow: auto;
}
.outer-dropdown-list {
    position: relative;
}
.outer-dropdown-list .dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.outer-dropdown-list .dropdown-toggle::after {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
    margin-bottom: 0rem;
    margin-left: 1rem;
}
.outer-dropdown-list .dropdown-toggle img{
height: 1.5rem;
width: 1.5rem;
border-radius: 50%;
}
.outer-dropdown-list .dropdown-menu {
    min-width: 15rem;
    right: 0 !important;
    left: auto !important;
    background-color: #000;
    padding: 0.5rem;
    max-height: 20rem;
    overflow: auto;
}
.outer-dropdown-list .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
}
.outer-dropdown-list .dropdown-menu .dropdown-item:hover,
.outer-dropdown-list .dropdown-menu .dropdown-item:focus,
.outer-dropdown-list .dropdown-menu .dropdown-item.active{

    background: rgba(240, 185, 11, 0.10);
}
.outer-dropdown-list .dropdown-menu .dropdown-item span{
display: flex;
align-items: center;
font-size: 1rem;
color: #fff;
gap: 0.5rem;
}
.outer-dropdown-list .dropdown-menu .dropdown-item span img{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}

@media (max-width: 520px){
.outer-main-token p {
    width: calc(33% - 1rem);
}
.outer-main-token {
    justify-content: center;
}
html{
  font-size: 12px;
}

.outer-box-coin .arrow-img-bottom {
    height: 3rem;
    width: 3rem;
    bottom: -2rem;
}
}

/* custom rollup page css */

.speedup-btn{
  min-width: 15rem;
  color: #000;
  border-radius: 3rem;
  font-weight: 500;
}
.orange-border-box{
  border-radius: 16px;
border: 0.8px solid #FECB38;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(240, 185, 11, 0.04) 100%);
padding: 2rem;
margin: 1rem 0;
}
.orange-border-box p img{
  height: 1rem;
}
.search-bar-input {
    border-radius: 0.4rem;
    border: 0.8px solid #FECB38;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(240, 185, 11, 0.04) 100%);
    overflow: hidden;
}
.search-bar-input .input-group-text {
    background-color: transparent;
    color: #fff;
    border: none !important;
}
.search-bar-input .form-control {
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    padding: 0.5rem;
    font-size: 0.9rem;
    box-shadow: none !important;
    outline: none !important;
}
.table-custom-rollup.stake-table tr th:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 1px;
}
.table-custom-rollup.stake-table tr th:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 1px;
}
.table-custom-rollup.stake-table tr th {
    padding: 1rem;
}
.batch-exporor-sec {
    position: relative;
    margin-top: 10rem;
    background-color: #000;
    padding-top: 2rem;
}
.batch-exporor-sec::before {
    content: "";
    background-image: url(../images/home2/image-shadow.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 25%;
    position: absolute;
    z-index: -1;
    top: -9%;
    opacity: 0.8;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.marlin-asset-sec.margin-finance img.youtube-img{
max-width: 25rem;
}
ul.step-list-banner li img {
    width: auto !important;
}
.cutom-rollup-banner {
    position: relative;
    margin-top: 6rem;
}
.cutom-rollup-banner .main-img-custom {
    width: 100%;
}
.cutom-rollup-banner .coin-img-custom {
    width: 25%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20%;
}
.advantage-sec-ibvm-new.custom-rollup-banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #120E00;
    margin: 0;
    padding-top: 120px;
}
.main-head.tabs-presale {
    border-bottom: 2px solid transparent;
    padding-bottom: 0.5rem;
}
.main-head.tabs-presale:hover,
.main-head.tabs-presale:focus,
.main-head.tabs-presale:active,
.main-head.tabs-presale.active{
  border-bottom: 2px solid #FF9907;
}

@media (max-width: 520px){
      .marlin-asset-sec.custom-rollup-banner h2 {
        text-align: center !important;
    }
    .batch-exporor-sec::before {
    height: 10%;
    top: -3%;
}
.marlin-asset-sec.margin-finance.process.stake-outer-box.customrollup-instruction {
     margin: 0 !important;
}
.advantage-sec-ibvm-new.custom-rollup-banner {
    padding-top: 10px;
}
}

/* all transaction page css */

.transaction-main-sec.batch-exporor-sec {
    background-color: transparent;
    margin-top: 7rem;
}
.transaction-main-sec.batch-exporor-sec::before{
  content: none !important;
}
.dropdown-outer .dropdown-toggle {
    font-size: 0.9rem;
    font-weight: 400;
    /* line-height: 1.2rem; */
    color: #FECB38;
    padding: 0.5rem 1rem;
    outline: none;
    box-shadow: none;
    display: block;
    border-radius: 0.4rem;
    border: 0.8px solid #FECB38;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(240, 185, 11, 0.04) 100%);
    min-width: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
}
.dropdown-outer  .dropdown-menu {
    border: 0.4px solid #F0B90B;
    background-color: #101010;
    margin-top: 1rem;
    width: 100%;
}
.dropdown-outer .dropdown-menu .dropdown-item {
    padding: 8px 14px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 0.4px solid #5c5b5b;
}
.dropdown-outer .dropdown-menu .dropdown-item:hover,
.dropdown-outer .dropdown-menu .dropdown-item:focus,
.dropdown-outer .dropdown-menu .dropdown-item:active,
.dropdown-outer .dropdown-menu .dropdown-item.active {
    background-color: #F0B90B;
}
.all-trx-outer-main{
border-radius: 1.1rem;
    border: 1px solid #F0B90B;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(240, 185, 11, 0.12) 100%);
    padding: 1rem;
}

.filter-outer-trx {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.filter-inner-main{
  min-width: max-content;
}
.filter-outer-trx .search-bar-input {
    max-width: 13rem;
}
.filter-outer-trx .common-btn {
    border-radius: 0.4rem;
    padding: 0.5rem 1rem;
    min-width: 7rem;
    font-size: 0.9rem;
}
.text-green{
  color: rgb(31, 187, 31);
}
.footer-merlin p.copyright-line a{
  color: #F0B90B !important;
}
.no-data-found{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
}
.no-data-found img{
  max-width: 15rem;
}
.no-data-found img.loader{
max-width: 5rem;
}
.tabs-trx-btn{
  border-radius: 0.7rem;
    border: 0.8px solid #FECB38;
    background-color: #000;
    color: #FECB38 !important;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-decoration: none !important;
    min-width: 6rem;
    display: inline-block;
    text-align: center;
}
.tabs-trx-btn:hover,
.tabs-trx-btn:focus,
.tabs-trx-btn:active,
.tabs-trx-btn.active{
background-color: #FECB38;
color: #000 !important;
font-weight: 600;
}

@media (max-width: 768px){
.dropdown-outer .dropdown-toggle {
    padding: 0.6rem 1rem ;
    min-width: 11rem;
}
.filter-outer-trx .common-btn{
  padding: 0.6rem 1rem;
}
}
.connect-tech-div button.common-btn.bg-red{
  background-color: #800a20 !important;
}

/* chain exchange page css */


.cross-swap-inner {
    background: rgba(255, 255, 255, 0.04);
    border: 0.1px solid #3f3f3f;
    border-radius: 20px;
    padding: 35px;
    color: #fff;
    margin: 2rem 0;
}

.cross-swap-inner .first-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cross-swap-inner .first-row h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    color: #FFFFFF;
    margin: 0;
}

.cross-swap-inner .first-row a img {
    height: 26px;
}

.cross-swap-inner .select-one-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cross-swap-inner .common-btn {
    margin: 10px 0;
}

.cross-swap-inner .select-one-row .form-control {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 245px;
    background-color: transparent;
    border: 1px solid #ddd;
    box-shadow: none !important;
    /* border-bottom: 1px solid #5c5858; */
    border-radius: 10px;
    padding: 5px 15px;
    text-align: left;
    margin-left: auto;
}

.cross-swap-inner .select-one-row::placeholder {
    color: #FFFFFF;
    opacity: 0.2;
}
.first-row .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
}
.first-row .arrow-left i {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.cross-swap-inner .exchange-detail-box .exchange-detail-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .exchange-detail-label {
    font-weight: 500;
    width: 170px;
    flex: 0 0 auto;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .exchange-detail-value {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex: 1 1 0;
    width: auto;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .img-first{
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}
.cross-swap-inner .exchange-detail-box p, h4 {
    color: #FFFFFF;
    margin-bottom: 0px;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .exchange-detail-deposit {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    border: 1px solid rgb(198, 213, 234);
    border-radius: 8px;
    background: rgba(236, 241, 247, 0.5);
    padding: 14px 14px 10px;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .exchange-detail-barcode-wrapper {
    display: flex;
    align-items: initial;
    margin-right: 24px;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .exchange-detail-content-wrapper {
    display: flex;
    align-items: initial;
}
.cross-swap-inner .exchange-detail-box .exchange-detail-row .break-line {
    word-break: break-all;
}
.info-referal{
  position: relative;
  cursor: pointer;
}
.info-referal i{
  display: inline-block;
  color: #F0B90B;
}
.info-referal span {
    position: absolute;
    z-index: 10;
    background-color: #000;
    min-width: 13rem;
    border: 1px solid #fff;
    padding: 0.8rem;
    border-radius: 0.5rem;
    bottom: 1.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
    font-size: 0.8rem;
}
.info-referal:hover span{
  opacity: 1;
  visibility: visible;
}


@media (max-width: 768px) {
  .cross-swap-inner .exchange-detail-box .exchange-detail-row {
    display: block;
}
.cross-swap-inner {
    padding: 15px;
}
.cross-swap-inner .first-row h3 {
    font-size: 16px;
    line-height: 20px;
}
}

/* ibvm sale page css */

.sale-date-box{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}
.sale-date-box > div {
    display: flex;
    align-items: center;
    width: calc(50% - 1rem);
    gap: 1rem;
}
.sale-date-box > div img {
    height: 2.2rem;
}
.sale-date-box > div h4{
color: #FFF;
font-size: 1.1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.sale-date-box > div h4 small {
    font-size: 65%;
    font-weight: 300;
    display: block;
}
.banner-heading-sale{
  max-width: 80%;
}
.priority-outer-sec {
    background-image: url(../images/salepage/priority.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 3rem;
    position: relative;
    z-index: 2;
}
.stay-update-outer h2 {
    background: -webkit-linear-gradient(270deg, #000 0.01%, #1D1E2C 0.02%, #FFF 35.94%, #FFCE00 51.04%, #FFCE00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    margin: auto;
}
.partner-imges-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.partner-imges-box img {
    display: inline-block;
    height: 5rem;
    max-width: 13rem;
    object-fit: contain;
}



/* ------------------------------ */
.banner-space-top.advantage-sec-ibvm-new{
  background-image: none;
  position: relative;
}
.banner-space-top.advantage-sec-ibvm-new::before{
      content: '';
    right: 0;
    top: 0;
        height: 640px;
    width: 493px;
    background-image: url(../images/salepage/banner-oval.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
        position: absolute;
    z-index: 1;
}
.participate-section::before{
    content: '';
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/salepage/participate-oval.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
        position: absolute;
    z-index: 0;
  }
.participate-section{
  background-image: url(../images/salepage/participate-back.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;

  
  .participate-box{
    margin-bottom: 2.813rem;
    margin-top: 3rem;
    text-align: center;
  }
 .border-right-box::before{
          content: '';
        position: absolute;
        right: 0;
        height: 100%;
        width: 2px;
        z-index: -1;
        background: linear-gradient(0deg, #000 23.04%, #F0B90B 62%, #000 90.29%);
  }
  .participate-box img{
    height: 4.5rem;
    width: auto;
    margin-bottom: 1rem;
  }
  .participate-box p{
    color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 13rem;
  margin: auto;
  }
.participate-btn{
  position: relative;
}
.participate-btn::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, #100E17 0.45%, #F0B90B 59.76%, #100E17 89.79%);
  height: 2px;
  width: 100%;
  z-index: -1;
}
}
.early-access-sec{
  padding: 4rem 1rem;
  border-radius: 1.375rem;
  margin-bottom: 1.875rem;
  background: url(../images/salepage/early-access.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.early-access-sec p, .early-access-sec h2{
  color: #000;
}
.early-access-sec p{
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.early-access-sec .blue-btn{
  background: #000;
  box-shadow: 0 4px 4px 0 rgba(17, 17, 17, 0.20);
  color: #F0B90B;
}
.early-access-sec .blue-btn:hover{
  background: #000;
}
.early-border{
  padding: 1.116px;
  border-radius: 0.837rem;
  background: linear-gradient(90deg, #f0bb0bb7 0%, #d9d9d9cf 10%, #d9d9d9cf 90%, #f0bb0bb7 100% );
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(240, 185, 11, 0.04) 100%); */
  box-shadow: 0 6.694px 17.851px 0 rgba(0, 0, 0, 0.30);
  margin-bottom: 1rem;
}
.early-border .early-inner{
  height: 100%;
  padding: 0.813rem 1.438rem;
  background-color: #000;
  border-radius: 0.837rem;
}
.early-border p{
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

/* roadmap section */
.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .design {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .timeline-content {
    padding: 20px;
    border-radius: 5px;
    color: white;
    padding: 0 1.75rem;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
  }

  .timeline-component {
    margin: 0px 20px 20px 20px;
  }
  .timeline-content h3{
    background: var(--btc-protocol, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
    font-family:  "Prosto One", sans-serif;
  }
  .timeline-content p{
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
  }
  .timeline-content.text-end-content{
    text-align: end;
  }
}
ul.step-list-banner.why-sale-list li{
  margin-bottom: 1.5rem;
}
.sale-video{
  width: 100%;
    height: 450px;
    object-fit: cover;
}
.video-overlay-set{
  position: relative;
  text-align:center;
}
.video-overlay-set video{
  width: 99%;
}
.banner-sale-top.cutom-rollup-banner video::before{
    content: '' !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
          /* background-image: 
        radial-gradient(
            circle at 36% 48%, #000000, 
            rgba(0, 0, 0, 0.1) 87%, 
            rgba(0, 0, 0, 0.0)
        ); */
         /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) -48%,#000000 100%); */
 
        background: radial-gradient(ellipse, transparent, #000 80%);
        border-radius:0;
        filter: none;
}
.video-overlay-set::before, .advantage-ibvm.video-overlay-set::before{
  content: '' !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
          /* background-image: 
        radial-gradient(
            circle at 36% 48%, #000000, 
            rgba(0, 0, 0, 0.1) 87%, 
            rgba(0, 0, 0, 0.0)
        ); */
         /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) -48%,#000000 100%); */
 
        background: radial-gradient(ellipse, transparent, #000 80%);
          border-radius:0;
        filter: none;

}
.banner-sale-top.cutom-rollup-banner{
  margin-top: -10rem;
}
.banner-sale-top.cutom-rollup-banner .autoplay-video{
    width: 100%;
    height: 700px;
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    /* z-index: 0; */
}
.remove-bg-sale.advantage-sec-ibvm-new{
  background-image: none !important;
}
.advantage-ibvm.remove-gradient::before{
  content: none;
}
.min-height-remove.advantage-sec-ibvm-new.custom-rollup-banner{
  min-height: auto;
  padding: 2rem 0 0;
}
@media screen and (min-width: 320px) {
  .design-section {
    .timeline {
      display: grid;
      grid-template-columns: 1fr 3px 1fr;
    }
    .timeline-middle {
      position: relative;
      background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
      width: 8px;
      background-image: var(--btc-protocol, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
      height: 100%;
    }
     .timeline-middle.remove-middle {
      background-image: none;
    }
    .main-middle {
      opacity: 0;
    }
    .timeline-circle {
                 position: absolute;
            top: 0;
            left: 50%;
            width: 2.15rem;
            height: 2.15rem;
            border-radius: 50%;
            background-image: linear-gradient(90deg, #FFD630 0%, #FF7E38 100%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
  }
}
@media (max-width:991px){
  .banner-sale-top.cutom-rollup-banner .autoplay-video{
    height: 550px;
  }
  .banner-sale-top.cutom-rollup-banner {
    margin-top: -7rem;
}
}
@media (max-width:768px){
  .banner-sale-top.cutom-rollup-banner .autoplay-video{
    position: relative;
  }
  .banner-space-top.advantage-sec-ibvm-new::before{
    height: 450px;
    width: 400px;
  }
  .marlin-asset-sec.banner-space-top h2{
    text-align: center;
  }
  .banner-space-top .sale-date-box{
    position: relative;
    z-index: 1;
  }
  .design-section {
    .timeline {
        width: 100%;
    }
    .timeline-component {
        margin: 0px 10px 20px 10px;
        padding: 0 1rem;
        text-align: left;
    }
        .timeline-content h3{
          font-size: 1.25rem;
          margin-bottom: 0.4rem;
        }
        .timeline-content p{
          font-size: 0.9rem;
        }
        .timeline-circle{
          height: 1.8rem;
          width: 1.8rem;
        }
        .timeline-middle{
          width: 5px;
        }
}
}
@media (max-width:768px){
  .sale-video {
    height: 260px;
}
  .priority-outer-sec{
    padding: 2rem;
  }
  .marlin-asset-sec p {
    font-size: 14px;
}
.banner-heading-sale {
    max-width: 100%;
}
.banner-space-top{
  padding-top: 7rem !important;
}
.participate-section .participate-btn::before{
    content: none;
  }
  .banner-sale-top.cutom-rollup-banner .autoplay-video {
    height: 420px;
}
ul.step-list-banner.why-sale-list li p{
  font-size: 1rem;
}
}
@media (max-width:576px){
  .participate-section     .participate-btn {
    flex-wrap: wrap;
  }
  .participate-section   .participate-box{
    margin-top: 1rem;
  }
  .partner-imges-box img {
    height: 4rem;
    max-width: 8rem;
}
.early-access-sec{
  padding: 2rem 1rem;
}
.sale-date-box > div h4{
  text-align: left;
  font-size: 0.875rem;
}
.banner-space-top.advantage-sec-ibvm-new::before{
  z-index: 0;
}
}