@font-face {
  font-family: NexaBold;
  src: url(../font/NexaBold.woff);
}
@font-face {
  font-family: Nexa Light;
  src: url(../font/Nexa_Light.woff);
}
@font-face {
  font-family: Nexa Black;
  src: url(../font/NexaBlack.woff);
}
@font-face {
  font-family: Nexa Black Italic;
  src: url(../font/NexaBlackItalic.woff);
}
@font-face {
  font-family: Nexa Bold Italic;
  src: url(../font/NexaBoldItalic.woff);
}
@font-face {
  font-family: Nexa Book;
  src: url(../font/NexaBook.woff);
}
@font-face {
  font-family: Nexa Book Italic;
  src: url(../font/NexaBookItalic.woff);
}
@font-face {
  font-family: Nexa Heavy;
  src: url(../font/NexaHeavy.woff);
}
@font-face {
  font-family: Nexa Heavy Italic;
  src: url(../font/NexaHeavyItalic.woff);
}
@font-face {
  font-family: Nexa Light;
  src: url(../font/NexaLight.woff);
}
@font-face {
  font-family: Nexa Light Italic;
  src: url(../font/NexaLightItalic.woff);
}
@font-face {
  font-family: Nexa Regular;
  src: url(../font/NexaRegular.woff);
}
@font-face {
  font-family: Nexa Regular Italic;
  src: url(../font/NexaRegularItalic.woff);
}
@font-face {
  font-family: Nexa Thin;
  src: url(../font/NexaThin.woff);
}
@font-face {
  font-family: Nexa Thin Italic;
  src: url(../font/NexaThinItalic.woff);
}
@font-face {
  font-family: NexaXBoldItalic;
  src: url(../font/NexaXBoldItalic.woff);
}

/* Aravyn landing redesign */
.bnb-redesign {
  background: #080a0f;
  color: #f6f1e3;
  font-family: "Poppins", "Roboto", sans-serif;
}

.bnb-redesign h1,
.bnb-redesign h2,
.bnb-redesign h3,
.bnb-redesign p {
  letter-spacing: 0;
}

.bnb-redesign .navbar {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(8, 10, 15, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.bnb-redesign .navbar-default .navbar-nav li a {
  color: #f6f1e3;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.bnb-redesign a.navbar-brand.logo img {
  height: 54px;
}

.ai-logo {
  align-items: center;
  display: inline-flex !important;
  gap: 11px;
}

.ai-logo-mark {
  align-items: center;
  background: linear-gradient(135deg, #f1b90b, #88f7ff);
  border-radius: 8px;
  color: #080a0f;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.ai-logo-text {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.ai-logo-footer {
  margin-bottom: 18px;
}

.bd-hero {
  min-height: 92vh;
  padding: 132px 0 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(120deg, rgba(8, 10, 15, 0.92), rgba(8, 10, 15, 0.68)),
    url("../img/home/slider_img.png") right center / contain no-repeat,
    #080a0f;
}

.bd-inner-hero {
  min-height: 72vh;
  padding-bottom: 92px;
}

.bd-wallet-stats {
  margin-top: 28px;
}

.bd-hero:after {
  background:
    linear-gradient(90deg, transparent, rgba(136, 247, 255, 0.16), transparent),
    linear-gradient(0deg, transparent 0 48%, rgba(241, 185, 11, 0.12) 49% 51%, transparent 52% 100%);
  content: "";
  height: 220px;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 8%;
  top: 22%;
  transform: rotate(-18deg);
  width: 420px;
}

.bd-hero-grid,
.bd-workflow-grid,
.bd-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 48px;
  align-items: center;
}

.bd-kicker {
  color: #f1b90b;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.bd-hero h1 {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 820px;
}

.bd-lede,
.bd-section-head p,
.bd-step p,
.bd-feature p,
.bd-rate p,
.bd-final-panel p {
  color: #bfc5c7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.bd-lede {
  max-width: 620px;
}

.bd-actions,
.bd-trust-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bd-button {
  border-radius: 6px;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-width: 158px;
  padding: 14px 20px;
  text-transform: uppercase;
}

.bd-button-primary {
  background: linear-gradient(135deg, #f1b90b, #88f7ff);
  color: #141006;
}

.bd-button-secondary {
  border: 1px solid rgba(241, 185, 11, 0.55);
  color: #f7d674;
}

.bd-trust-row {
  gap: 10px;
}

.bd-trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #e9e1c8;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 8px 12px;
}

.bd-dashboard-preview,
.bd-feature,
.bd-rate,
.bd-final-panel {
  background: rgba(17, 22, 27, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
}

.bd-dashboard-preview {
  padding: 28px;
}

.bd-preview-top,
.bd-preview-stats {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.bd-label,
.bd-preview-stats span,
.bd-strip-grid span,
.bd-rate span {
  color: #8e999d;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bd-preview-top strong {
  color: #fff8e1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  margin-top: 6px;
}

.bd-live {
  align-self: flex-start;
  background: rgba(47, 180, 120, 0.16);
  border: 1px solid rgba(47, 180, 120, 0.34);
  border-radius: 999px;
  color: #7ef0b1;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
}

.bd-live:before {
  content: "";
  background: #7ef0b1;
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  margin-right: 6px;
  width: 7px;
}

.bd-preview-chart {
  align-items: end;
  background: #0b0f15;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
  height: 190px;
  margin: 28px 0;
  padding: 20px;
}

.bd-preview-chart span {
  background: linear-gradient(180deg, #88f7ff, #f1b90b);
  border-radius: 4px 4px 0 0;
}

.bd-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bd-preview-stats strong,
.bd-strip-grid strong,
.bd-rate strong {
  color: #fff8e1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 8px;
}

.bd-strip {
  background: #f1b90b;
  color: #161202;
  padding: 26px 0;
}

.bd-strip-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.bd-strip-grid span {
  color: rgba(22, 18, 2, 0.64);
}

.bd-strip-grid strong {
  color: #161202;
}

.bd-section {
  background: #080a0f;
  padding: 92px 0;
}

.bd-section:nth-of-type(odd) {
  background: #0c1016;
}

.bd-section-head {
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.bd-section-head-left {
  margin: 0;
  text-align: left;
}

.bd-section-head h2,
.bd-final-panel h2 {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 16px;
}

.bd-feature-grid,
.bd-rate-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.bd-feature,
.bd-rate {
  min-height: 220px;
  padding: 26px;
}

.bd-icon {
  align-items: center;
  background: #f1b90b;
  border-radius: 6px;
  color: #151103;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 24px;
  width: 44px;
}

.bd-feature h3,
.bd-step h3 {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.bd-workflow {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.96), rgba(8, 10, 15, 0.8)),
    url("../img/home/plat_bg.png") center / cover no-repeat;
}

.bd-steps {
  display: grid;
  gap: 14px;
}

.bd-step {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
  padding: 22px;
}

.bd-step > span {
  align-items: center;
  background: #f1b90b;
  border-radius: 999px;
  color: #151103;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bd-rate strong {
  color: #f1b90b;
  font-size: 44px;
}

.bd-final {
  padding-bottom: 100px;
}

.bd-final-panel {
  grid-template-columns: 1fr auto;
  padding: 42px;
}

.bnb-redesign .footer {
  background: #05070a;
}

.bnb-redesign .footer-logo p,
.bnb-redesign .copy-right,
.bnb-redesign .footer-menu a {
  color: #bfc5c7;
  font-family: "Poppins", sans-serif;
}

.bd-app {
  background: #080a0f;
  min-height: 100vh;
}

.bd-app-hero {
  background:
    linear-gradient(120deg, rgba(8, 10, 15, 0.96), rgba(8, 10, 15, 0.74)),
    url("../img/home/plat_bg.png") center / cover no-repeat;
  padding: 136px 0 54px;
}

.bd-app-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
}

.bd-app-head h1 {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 14px;
}

.bd-app-head p {
  color: #bfc5c7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
}

.bd-app-body {
  padding: 34px 0 90px;
}

.bd-status {
  background: rgba(241, 185, 11, 0.12);
  border: 1px solid rgba(241, 185, 11, 0.38);
  border-radius: 8px;
  color: #f7d674;
  display: none;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.bd-status strong,
.bd-status span {
  display: block;
}

.bd-status code {
  background: rgba(0, 0, 0, 0.24);
  color: #fff8e1;
  padding: 2px 5px;
}

.bd-wallet-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.bd-panel {
  background: rgba(17, 22, 27, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 62px rgba(0, 0, 0, 0.24);
  padding: 26px;
}

.bd-panel-highlight {
  background:
    linear-gradient(135deg, rgba(241, 185, 11, 0.12), rgba(17, 22, 27, 0.92)),
    rgba(17, 22, 27, 0.92);
}

.bd-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.bd-panel-head span,
.bd-field label,
.bd-metric-grid span,
.bd-stat-list span {
  color: #8e999d;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bd-panel-head strong {
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: right;
}

.bd-field {
  margin-bottom: 16px;
}

.bd-field label {
  margin-bottom: 8px;
}

.bd-field .form-control,
.bd-copy-row .form-control,
.bnb-dashboard input.form-control {
  background: #0b0f15;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  box-shadow: none;
  color: #fff8e1;
  font-family: "Poppins", sans-serif;
  height: 48px;
  padding: 0 14px;
}

.bd-copy-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 48px;
}

.bd-amount-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 104px;
}

.bd-icon-button {
  background: #f1b90b;
  border: 0;
  border-radius: 6px;
  color: #161202;
  height: 48px;
}

.bd-metric-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.bd-metric-grid div,
.bd-stat-list li {
  background: #0b0f15;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
}

.bd-metric-grid strong,
.bd-stat-list strong {
  color: #fff8e1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 8px;
}

.bd-quick-bets {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
}

.bd-quick-bets button {
  background: rgba(241, 185, 11, 0.12);
  border: 1px solid rgba(241, 185, 11, 0.4);
  border-radius: 6px;
  color: #f7d674;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 12px 8px;
}

.bd-button-row {
  display: flex;
  gap: 12px;
  margin: 20px 0 14px;
}

.bd-button:disabled,
.bd-icon-button:disabled,
.bd-quick-bets button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.bd-full {
  width: 100%;
}

.bd-stat-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.bd-stat-list li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bd-stat-list strong {
  margin-top: 0;
  text-align: right;
}

.bnb-dashboard .alert {
  border: 0;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  margin-top: 12px;
}

.bnb-dashboard .alert-danger {
  background: rgba(220, 74, 74, 0.16);
  color: #ffb4b4;
}

.bnb-dashboard .alert-success {
  background: rgba(47, 180, 120, 0.16);
  color: #9ff0c3;
}

@media (max-width: 991px) {
  .bd-hero-grid,
  .bd-workflow-grid,
  .bd-final-panel,
  .bd-feature-grid,
  .bd-rate-grid,
  .bd-strip-grid {
    grid-template-columns: 1fr;
  }

  .bd-app-head,
  .bd-wallet-grid,
  .bd-metric-grid {
    grid-template-columns: 1fr;
  }

  .bd-hero {
    background:
      linear-gradient(120deg, rgba(8, 10, 15, 0.94), rgba(8, 10, 15, 0.78)),
      url("../img/home/slider_img.png") center bottom / 70% auto no-repeat,
      #080a0f;
    padding-bottom: 300px;
  }
}

@media (max-width: 640px) {
  .bd-hero {
    min-height: auto;
    padding: 112px 0 220px;
  }

  .bd-dashboard-preview {
    padding: 20px;
  }

  .bd-preview-stats {
    grid-template-columns: 1fr;
  }

  .bd-section {
    padding: 68px 0;
  }

  .bd-app-hero {
    padding-top: 112px;
  }

  .bd-panel {
    padding: 20px;
  }

  .bd-quick-bets {
    grid-template-columns: repeat(2, 1fr);
  }

  .bd-amount-row {
    grid-template-columns: 1fr;
  }

  .bd-final-panel {
    padding: 26px;
  }
}

body{
font-family: 'Roboto', sans-serif;
font-family: Nexa Light;
overflow-x: hidden;
transition:all .2s ease-in-out;

    background: #130526;
}

h1, h2, h3, h4, h5, h6{
  font-family: Nexa Heavy;
  margin-top: 0px;
}
p{
    font-family: Nexa Light;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover, a:focus{
	text-decoration:none;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
ul{
    padding-left: 0px;
}
.header_area {
    position: relative;
    z-index: 99;
}
.navbar {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    width: 100%;

    transition: .2s ease-in-out;
}
.navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

.navbar-default .navbar-nav li a::before {
    position: absolute;
    content: '';
    bottom: 10px;
    width: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 2px;
    border-radius: 15px;
    background: #a343e4;
    opacity: 0;
    left: -500px;
transition:all .2s ease-in-out;
}
.navbar-default .navbar-nav li a:hover {
        color: #fff;
}
.navbar-default .navbar-nav li a:hover::before {

    opacity: 1;
    left: 0px;
}
a.navbar-brand.logo {
    padding: 9px 15px;
    height: auto;
    z-index: 99;
    position: relative;
}
a.navbar-brand.logo img{
    height: 63px;
}
.navbar-nav {
    margin-right: 0px;
    padding: 20px 0px;
}
.padding_section{
    padding: 70px 0px;
}

.slider{
    position: relative;

    /*--gradient: linear-gradient(to right,#ef146e 0,#fea958 51%,#ef146e 100%);
    --gradient-sec: linear-gradient(to right,#111c58 0,#5c2782 51%,#111c58 100%);
    background-color: #ef146e !important;

        background-image: url(../img/bg5.png), url(../img/bg6.png), var(--gradient-sec);*/
}
.slider {
    padding: 170px 0px;
    position: relative;
    background-position: top center;
        background-size: cover;
        overflow: hidden;
            padding-bottom:150px;

}
.slider:before {
    background-image: url(../img/home/bg_effect.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.incre_dec .field input {
    border: 0px;
    background: #270c48;
    color: #fff;
    font-weight: 400;
    height: 40px;
    padding: 0px 14px;
    text-align: center;
    border-radius: 0px;
    border: 2px solid #ffffff;
    margin-top: 15px;
    height: 55px;
    font-size: 24px;
    width: 99%;
    font-size: 35px;
    padding-top: 10px;
    font-weight: 600;
}
.form_section {
    background: #2d1252;
    position: relative;
    overflow: hidden;
}
.slider_inner h2 {
    line-height: 66px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 55px;
    font-weight: 700;
}
.slider_inner p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.slider_inner .view-buy{
    margin-top: 25px;
}
.slider_inner h2, .slider_inner p {
    color: #fff;
}
.slider_contact {
    padding-top: 0px;
}
.slider_contact .owl-nav, .slider_contact .owl-dots{
    display: none;
}
.view-buy {
    margin-top: 15px;
    background: linear-gradient( 270deg ,#7823ff,#8b2bdd);
    padding: 2px;
    text-transform: capitalize;
    width: auto;
    display: inline-block;
    border-radius: 60px;
}
.view-buy a {
    box-shadow: none;
    background: #3478ff;
    background: linear-gradient( 80deg ,#902edd,#580adb);
    width: 100%;
    margin: auto;
    border-radius: 60px;
    display: block;
    font-family: NexaBold;
    padding: 12px 30px;
    padding-top: 16px;
    color: #fff;
}
.view-buy a span {
    position: relative;
    z-index: 9999;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    line-height: 21px;
}
.slider_image img {
    border-radius: 0;
    border: 0px solid #97abff30;
    height: auto;
    float: none;
}
.about_contact h2 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 50px;
    
    font-weight: 700;
}

.about_contact h2 {

}
.about_contact p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
}
ul {
    list-style-type: none;
}
.about_contact li {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
}
.about_contact .view-buy{
    margin-top: 27px;
}

.about_image{
    width: 570px;
    position: relative;
}
.section-logo {
    height: 94px;
    right: 150px;
    margin: auto;
    border-radius: 35px;
    padding: 11px;
    /* box-shadow: 0px 15px 50px 0px rgb(222 222 222); */
}
img.section-logo {
    position: absolute;
    z-index: 10;
    left: 6%;
    top: 74px !important;
    -webkit-animation: myfirst 3s linear 1s infinite;
    animation: myfirst 3s linear 1s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-name: fadeInDownmy;
}
img.section_logob {
    left: -39%;
    top: 150px !important;
}

img.section_logoc {
    left: 61%;
    top: 150px !important;
}
img.section_logod {
    left: 77%;
    top: -10px !important;
}
.about_contact li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0px;
    top: 1px;
    font-size: 17px;
    color: #ffab12;
}

.about_contact li.na{ 
    color: #707070; 
}

.about_contact li.na:before {
    position: absolute;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0px;
    top: 9px;
    font-size: 17px;
    color: #ffab12;
}



.main_title h2{
    line-height: 52px;
    margin-top: 0px;
    font-size: 40px;
}
.main_title p{
    color: #fff;
}
.choose_patten_bg{
    position: relative;
}
.choose_patten_bg:before {
    background-image: url(../img/choose-bg-2.png);
    background-size: cover;
    background-position: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: none;
}
.work_bg {
    margin: 0 auto;
    border-radius: 20px;
}
.work_bg img {
    padding-top: 20px;
    -webkit-transition: all 200ms ease-in;
    height: 125px;
}
.single_work h4, .content_title_right h4{
    color: #304ffe;
    
}
.content_title_right h4{
    text-transform: capitalize;
}
.single_work h4, .content_title_right h4 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 0px;
    padding-top: 17px;
    margin-bottom: 10px;
}
.work_content{
    position: relative;
}

.single_work p {
    font-size: 14px;
    line-height: 25px;

}
.partners .single_partners{
    margin-bottom: 0px;
    margin-top: 0px;
}
.partners .single_partners img {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}

@keyframes fadeInDownmy {
    from {
        opacity: 1;
        transform: translate3d(0, -25px, 0);
    }
    to {
        transform: translate3d(0, 0px, 0);
    }
}


.fee_section {
    background-image: url(../img/promo-video-5.png);
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: cover;
    position: relative;
    background:#f1f4fe; 

}
.fee_section:before{
    background-image: url(../img/bg5.png), url(../img/bg6.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.fee_bg img{
    height: 85px;
    margin-bottom: 15px;
}
.fee_bg img {
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    border-radius: 55px;
    height: 81px;
    width: 81px;
    padding: 9px;
    background: #ff8b64;
}
.col-md-3:nth-child(even) .fee_bg img{
    background: #bebeff;
}
.fee_bg{
}
.fee_bg_content {
    text-align: center;
    padding-left: 10px;
}
.fee_bg_content p, .fee_bg_content h4 {
}
.fee_bg_content p {
    font-size: 30px;
    line-height: 39px;
    
}
.fee_bg_content h4{
    color: #214363;
    padding-top: 0px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
}
.fee_inner .single_work {
padding: 40px 35px;
    box-shadow: 0 2.722rem 4.5rem rgb(25 74 112 / 6%);
    border-radius: 12px;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
    background: #fff;
}

.roadmap_section .cols {
    padding: 0px 20px;
    margin-top: 65px;
}
.class_relative {
    position: relative;
}
.class_relative .border_line {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    width: 0px;
    border: 1px dashed #929292;
}
.creative_title {
    float: right;
    margin-left: 15px;
    padding: 11px 30px 11px 30px;
    background: linear-gradient(to bottom left, #4b93ff, #274fe2);
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    -webkit-box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    width: 335px;
    text-align: right;
}
.cols .feature-icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-transition: all 0.3s cubic-bezier(.77,0,.2,2.25);
    transition: all 0.3s cubic-bezier(.77,0,.2,2.25);
}
.cols .creative_title h4 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.cols .feature-icon {

    background: linear-gradient(to bottom left, #4b93ff, #274fe2);
    box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    -webkit-box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
}
.cols .feature-icon {
    float: right;
}
.creative_title:before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: -54px;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    background: linear-gradient(to bottom left, #4b93ff, #274fe2);
    /* opacity: 0; */
    border: 5px solid #9eefff;
}
.icon_title_left {
    float: left;
    width: 50%;
    padding-right: 40px;
}
.content_title_right {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 40px;
}
.feature-icon i{
    font-size: 19px;
    color: #fff;
}
.content_title_right h4 {
    padding-top: 0px;
    margin-bottom: 3px;
}
/*change loop*/
.roadmap_section .cols:nth-child(odd) .icon_title_left {
    float: right;
}
.roadmap_section .cols:nth-child(odd) .creative_title:before {
    right: auto;
    left: -53px;
}
.roadmap_section .cols:nth-child(odd) .creative_title {
    float: left;
    margin-right: 15px;
    margin-left: 0px;
    text-align: left;
}
.roadmap_section .cols:nth-child(odd) .icon_title_left {
    padding-right: 0px;
    padding-left: 40px;
}
.roadmap_section .cols:nth-child(odd) .feature-icon {
    float: left;
}

.roadmap_section .cols:nth-child(odd) .feature-icon, .roadmap_section .cols:nth-child(odd) .creative_title{

   background: linear-gradient(to bottom left, #0776c5, #15b2fd);
}
.roadmap_section .cols:nth-child(odd) .content_title_right h4 {
    color: #0776c5;
}
.back-to-top {
   position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    text-align: center;
    padding: 12px;
    display: none;
}
.back-to-top i {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
}
.single_partners{
    margin-bottom:50px;
    margin-top: 0px;
}

.single_partners img{
    background: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    box-shadow: 0px 10px 25px 0px rgb(89 107 178 / 11%);

}

.roadmap_section .choose_patten_bg:before {
    display: none;
}

.navbar-footer {
    text-align: center;
}   
.navbar-footer li {
    list-style: none;
    float: none;
    display: inline-block;
    margin-right: 14px;
}


.navbar-footer li a {
    color: #ffffff;
    border-bottom: 0px solid #10245d;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    background: #2d0f56;
    margin-bottom: 14px;
    position: relative;
    border-radius: 7px;
}

.navbar-footer li a:before {
    position: absolute;
    left: -5px;
    content: '';
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    top: 15px;
    display: none;
}
.footer-icons {
    text-align: center;
    padding: 15px 0px 0px;
}
.footer-icons a {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 34px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}
.footer>div {
    padding: 40px 0px;
    padding-bottom: 30px;
}
.footer>div:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-single-con h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-single-con p {
    color: #a4a4a4;
}
.copy-right {
    padding: 10px;
    margin-top: 18px;
    color: #ffffff;
    background: #100223;
    border-top: 3px solid #a745e6;
}
.footer-content {
    text-align: center;
    background: #3c3c3c;
}
.footer {
    display: block;
    background: #100223 !important;
    padding: 0px 0px;
    position: relative;
    
}
.footer:before {
    background-image: url(../img/shape-b.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-size: cover;
    background-attachment: fixed;
}
.footer-logo img{
    height: 73px;
    text-align: center;
    margin: auto;
    display: inherit;
    margin-bottom: 25px;
}
.footer-logo p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 26px;
}
.content_title_right h4, .cols .creative_title h4{
    
}
.how_work .single_work {

    background:-webkit-linear-gradient( 90deg, rgb(14 15 16) 0%, rgb(18 20 25) 100%);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 14px 23px;
    box-shadow: 0 49px 81px rgb(25 74 112 / 6%);
    
}

.faq_section .panel-group {
    width: 70%;
    margin: auto;
    margin-top: 30px;
}
.panel-default {
    border-color: rgb(187 210 255);
}
.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 19px 20px;
    position: relative;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(255 255 255);
    border-top: 0px;
}
.panel-group{
    padding-bottom: 10px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom: 0px;
    box-shadow: none;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel:last-child {
    border-bottom-color: rgb(187 210 255);
}

.panel-group .panel:last-child .panel-heading, .panel-default:last-child .panel-body {
    border-bottom: 1px solid  rgb(187 210 255);;
}
.panel-title a {
    color: #30375f;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: block;
}
.fa-minus{
    display: block;
}
.fa-plus{
    display: none;
}
.collapsed .fa-minus{
    display: none;
}
.collapsed .fa-plus{
    display: block;
}
.plus_minus {
    position: absolute;
    right: 12px;
    top: 18px;
}
.plus_minus .fa{
    color: #3f7fff;
    font-weight: 500;
}
.partners {
    background: #f1f4fe;
}

footer #back-top:before {
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: 50%;
    color: #fff;
    line-height: 22px;
    font-size: 24px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: '\f106';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
footer #back-top svg:not(:root) {
    overflow: hidden;
    fill: #081846!important
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.header_area .container{

}
.header_area.scroll_stick .navbar{
    position: fixed;
    background: #171a1f;
}
.scroll_stick a.navbar-brand.logo {
    padding: 10px 15px;
}

.scroll_stick .navbar-nav {
    padding: 11px 0px;
}
.header_area {
    position: relative;
    z-index: 99999999;
}
.footer-logo{
        text-align: center;
}
.no_sm{
    text-align: center;
}
.footer-icons a:hover{
    background: #fff;
    color: #575757; 
}
.slider_with{
    position: relative;
    padding: 0px; 
}
.slider_with .container{

    position: relative;
}
.slider_with .choose_patten_bg {
    position: relative;
    top: -80px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 11px 10px;
    background: #bfbfbf17;
    border-radius: 30px;
}
.slider_with .single_partners {
    background: url(../img/diamond-shape.svg) center no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 170px !important;
    margin: 0;
    padding: 63px 0px;
}

.slider_with .main_title{
    display: none;
}

.how_work .cols:nth-child(even) .single_work{
    margin-top: 20px;
}

.how_work .cols:nth-child(odd) .single_work{
    margin-top: 60px;
}
.panel {
    background-color: transparent;
    margin-top: 20px;
}
.about_contact h4{
    color: #fff;
    
}
.holl_about.about .about_contact h4{
    
    color: #fff;
}

.holl_about.about .about_contact h2, .holl_about.about .about_contact p{
    color: #fff;
}
.panel-title a, .panel-body {
    color: #bbd2ff;
}
.plus_minus .fa {
    color: #bbd2ff;
}
.only_started.how_work .cols:nth-child(even) .single_work{
    margin-top: 20px;
}

.only_started.how_work .cols:nth-child(odd) .single_work{
    margin-top: 20px;
}

.only_started  .single_work{
        background: #FFFFFF;
    box-shadow:0px 4px 14px rgb(52 46 80 / 7%);
    border-radius: 24px;
}
.only_started .about_contact li {
    text-align: left;
}
.only_mdia {
    position: relative;
}

.only_mdia:before {
    background-image: url(../img/shape2.jpg);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-size: cover;
    background-attachment: fixed;
}
.vertical_social {
    position: fixed;
    left: -500px;
    background: #1f409f;
    height: auto;
    margin-left: 30px;
    border-radius: 4px;
    padding: 20px 25px;
    z-index: 999;
    transition: 1s;
    align-items: center;
    box-shadow: 0px 4px 13px 0 rgb(94 113 175 / 45%);
    overflow: hidden;
    border: 1px solid #2f4fab;
    bottom: 25px;
    z-index: 9999999;
    display: none;
}

.vertical_social.active {
    left:0px;
}

.vertical_social a{
    color: #fff;
    display: block;
    margin: 10px 0px;
}
.main_make p{
    color: #fff;
    border: 2px dashed #071f61;
    display: block;
    padding: 10px 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 27px;
}
.my_btn a {
    background: #ffd024;
    padding: 10px 25px;
    color: #000;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    padding: 9px 39px;
}
.my_btn a:nth-child(even) {
    background: #ffca3f;
}
.footer h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 38px;
    position: relative;
}
footer h4:after {
    content: '';
    position: absolute;
    background: #5b6dbf;
    width: 30px;
    height: 2px;
    bottom: 24px;
    left: 0px;
}
.make_here {
    margin-top: 0px;
}
.back-to-top.d-flex {
    position: fixed;
    opacity: 1;
    right: -100px;
    bottom: 55px;
    z-index: 99999;
    background: #373e54;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    transition: all 0.4s;
    text-align: center;
    padding: 0;
    display: block;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-name: fadeInDownmy;
    right: -100px;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    line-height: 0px;
    text-align: center;
}

@keyframes fadeInDownmy {
    from {
        opacity: 1;
        transform: translate3d(0, -15px, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}
.back-to-top.d-flex img{
        height: 140px;
}
.back-to-top.d-flex.active{

    right: 15px;
}


.inner_pages .about_single  {
    position: relative;
    background-size: 894px 660px, 1005px 663px, 100%;
    box-shadow: rgb(6 28 66 / 10%) 0px 20px 40px;
    background-repeat: no-repeat;
    background-position: calc(50% - 370px) 50%, calc(50% - 455px) 50%, center center;
}

.inner_pages .about_single h4{
        font-size: 46px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.inner_pages label {
    color: #fff;
}
.inner_pages .controll .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #4c1f8d;
    -moz-border-radius: 0;
    background: transparent;
    border-radius: 4px;
    height: 41px;
    position: relative;
    color: #fff;
}
.inner_pages label {
    font-size: 23px;
    font-weight: 500;
}

.wallet_info {
   background: transparent;
}
.play_numbers .quick-bets a {
    border: 0px;
    background: #ffbe12;
    color: #fff;
    border-radius: 4px;
    padding: 9px 13px;
    font-weight: 500;
    margin: 0px 0.5%;
    margin-top: 15px;
    cursor: pointer;
    width: 24%;
    float: left;
    height: 52px;
    font-size: 20px;
    background: #732bd7;
    line-height: 40px;
    border: 2px solid #9249f7;
    position: relative;
}
.play_numbers .quick-bets a:nth-child(even){
        background: #b81aff;
        border-color: #cc59ff;

}
.play_numbers .quick-bets a:nth-child(even) .s1-gradient-glow{
}
.incre_dec .field{
    margin-top: 15px;
}
.btn-success {
    color: #ffffff;
    background: -webkit-linear-gradient( 40deg , #ff3b71 0%, #c10c39);
    border-color: transparent !important;
    padding: 8px 60px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px dashed;
    margin: 0% 1%;
    padding-top: 10px;
    border: 0px;
}
.btn-primary {
    color: #fff;
    background: -webkit-linear-gradient( 40deg, #64c2f9 0%, #28aaff) !important;
    border-color: transparent !important;
    padding: 8px 60px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px dashed;
    margin: 0% 1%;
    padding-top: 10px;
    border: 0px;
}

.buttons{
    margin-bottom: 25px;
    margin-top: 25px;
}
.btn-danger {
    color: #fff;
    background-color: #cc1611;
    border-color: #cc1611;
    padding: 6px 35px;
}

.invite_link {
    margin-top: 25px;
    padding: 28px 25px;
    background: #732bd7;
    border-radius: 10px;
    position: relative;
    border: 2px solid #4c1f8d;
}
.inner_pages .invite_link label {
    color: #fff
}
.invite_link input{
        text-align: center;
}
.invite_link  .my_a p{
    margin: 0px;
    background: #f6c33d;
    padding: 10px;
    color: #000;
    border-radius: 8px;
    border: 2px solid #f6c33d;
}
.inner_pages .only_started .single_work {
    border-radius: 0px;
    border: 0px solid #ebeaff;
    background: #ba30f8;
    border-radius: 15px;
}
.inner_pages .only_started .about_contact li{
    padding-left:0px;   
}
.inner_pages .only_started .about_contact li span {
    color: #ffffff;
}
.inner_pages .only_started .about_contact li span:first-child{
    float: left;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 19px;
}
.inner_pages .only_started .about_contact li span:last-child{
    float: right;
  font-family: Nexa Heavy;
}
.inner_pages .only_started .about_contact li:before {
    display: none;
}

.inner_pages .only_started .about_contact li {
    padding-left: 0px;
    background: #ffffff17;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 13px;
    border: 0;

    padding-top: 10px;
}
.guide_page .wallet_info {
    background: #f1f4fe;
}
.guide_page .wallet_info p {
    font-size: 17px;
    line-height: 30px;
    color: #384861;
    font-weight: 500;
}
.game_history {
    background: #e2e9ff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px; 
}
.heading_game {
    padding: 10px 24px;
    font-weight: 500;
    background: #7c9cff;
}
.heading_game h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 9px 20px;
    border-top: 1px solid #abbbed;
}
.table tbody tr:first-child td, .table>tbody tr:first-child th, .table>tfoot tr:first-child td, .table>tfoot tr:first-child th, .table>thead tr:nth-child(1) td, .table>thead tr:nth-child(1) th {
        padding: 9px 20px;
    border-top: 0px solid #abbbed;
}

.table tbody tr:nth-child(even){
        background: #000;
}
.table tbody tr:nth-child(even) {
    background: #cad7ff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.heading_game h2 {
    margin: 0px;
    font-size: 17px;
    line-height: 30px;
}
.game_history_main {
    background:#16181d;    
    position: relative;
}


.inner_pages section.wallet_info>div, .inner_pages section.wallet_info{

    position: relative;
}

.wallet_info_on_page:before {
    background-image: url(../img/team-bg.png) !important;
    background-attachment: inherit !important;
    background-position: left center;
    opacity: 0.2 !important ;
    opacity: 0 !important
}



.wallet_info_on_page2 .about_inner .about_contact h2 {
    color: #ffd461 ;
    margin-top: 0px;
}
.wallet_info_on_page2 .about_inner .about_contact p {
    font-size: 17px;
    line-height: 30px;
    color: #fff !important;
    font-weight: 500;
}
.waleet_page_how_work .cols:nth-child(odd) .single_work {
    margin-top: 30px;
}
.inner_pages .about_contact h2 {
    font-size: 34px;
}
.about_contact .view-buy a{
    margin-right: 15px;
}

.night {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateZ(
210deg
);
    height: 100%;
    width: 100%;
    z-index: 999;
    top: -10px;
    left: 120px;
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #2cd2d8, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
          animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #53f3f9, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #49f8ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - 192px);
  left: calc(50% - 176px);
  -webkit-animation-delay: 447ms;
          animation-delay: 447ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 447ms;
          animation-delay: 447ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - 21px);
  left: calc(50% - 101px);
  -webkit-animation-delay: 2694ms;
          animation-delay: 2694ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 2694ms;
          animation-delay: 2694ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 124px);
  left: calc(50% - 15px);
  -webkit-animation-delay: 6718ms;
          animation-delay: 6718ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 6718ms;
          animation-delay: 6718ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 112px);
  left: calc(50% - 60px);
  -webkit-animation-delay: 1107ms;
          animation-delay: 1107ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 1107ms;
          animation-delay: 1107ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 154px);
  left: calc(50% - 11px);
  -webkit-animation-delay: 2085ms;
          animation-delay: 2085ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 2085ms;
          animation-delay: 2085ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - -33px);
  left: calc(50% - 71px);
  -webkit-animation-delay: 5610ms;
          animation-delay: 5610ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 5610ms;
          animation-delay: 5610ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -6px);
  left: calc(50% - 26px);
  -webkit-animation-delay: 3088ms;
          animation-delay: 3088ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 3088ms;
          animation-delay: 3088ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -195px);
  left: calc(50% - 276px);
  -webkit-animation-delay: 6306ms;
          animation-delay: 6306ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 6306ms;
          animation-delay: 6306ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 153px);
  left: calc(50% - 132px);
  -webkit-animation-delay: 9920ms;
          animation-delay: 9920ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 9920ms;
          animation-delay: 9920ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -166px);
  left: calc(50% - 121px);
  -webkit-animation-delay: 2177ms;
          animation-delay: 2177ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 2177ms;
          animation-delay: 2177ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - -51px);
  left: calc(50% - 66px);
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - 121px);
  left: calc(50% - 289px);
  -webkit-animation-delay: 4155ms;
          animation-delay: 4155ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 4155ms;
          animation-delay: 4155ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 106px);
  left: calc(50% - 116px);
  -webkit-animation-delay: 3230ms;
          animation-delay: 3230ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 3230ms;
          animation-delay: 3230ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - -74px);
  left: calc(50% - 157px);
  -webkit-animation-delay: 7438ms;
          animation-delay: 7438ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 7438ms;
          animation-delay: 7438ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - -30px);
  left: calc(50% - 112px);
  -webkit-animation-delay: 5607ms;
          animation-delay: 5607ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 5607ms;
          animation-delay: 5607ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - 17px);
  left: calc(50% - 258px);
  -webkit-animation-delay: 6374ms;
          animation-delay: 6374ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 6374ms;
          animation-delay: 6374ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - 77px);
  left: calc(50% - 214px);
  -webkit-animation-delay: 2348ms;
          animation-delay: 2348ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 2348ms;
          animation-delay: 2348ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 121px);
  left: calc(50% - 269px);
  -webkit-animation-delay: 5017ms;
          animation-delay: 5017ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 5017ms;
          animation-delay: 5017ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - 182px);
  left: calc(50% - 43px);
  -webkit-animation-delay: 2761ms;
          animation-delay: 2761ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 2761ms;
          animation-delay: 2761ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -142px);
  left: calc(50% - 202px);
  -webkit-animation-delay: 3966ms;
          animation-delay: 3966ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 3966ms;
          animation-delay: 3966ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
section{
    position: relative;
}
section:after {
    content: '';
    position: absolute;
    height: 45px;
    bottom: -22px;
    width: 2px;
    border:1px dashed #aec0ff;
    display: block;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}
.cols_invest{
    text-align: center;
}
/*.cols_invest .cols{
    float: none;display: inline-block;
}*/
.company-secure {
    background: #2f3d58;
}
.company-secure .single-secure-postion {
    position: relative;
    z-index: 999;
    padding: 10px 0px;
}
.company-secure .single-secure {
    background: linear-gradient(to bottom, #f2f7fd 10%, #fff 100%);
    padding: 15px 20px;
    position: relative;
    border-radius: 8px;
}
.company-secure .single-secure .plannumber {
    position: absolute;
    top: 8px;
    left: 13px;
    opacity: 0.4;
}
.company-secure .single-secure .main-single-content {
    text-align: center;
    margin-top: 29px;
    margin: 30px 0px;
}
.company-secure .single-secure .main-single-content .icon-image img {
    height: 95px;
}
.company-secure .single-secure .secure-content {
    text-align: center;
}
.company-secure .single-secure .secure-content p {
    font-size: 20px;
    color: #2f3d58;
    line-height: 22px;
    padding-top: 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #dc1313;
}
.company-secure h2{
    color: #fff;
    margin-bottom: 25px;
}

.single-plan {
    border-radius: 18px;
    background: transparent;
    padding: 15px 16px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
    border: 2px solid #38175f;
}

.single-plan {
    position: relative;
}
.plan-top-section h5 {
    font-size: 17px;
    font-weight: bold;
    color: #3d4f75;
        float: none;
    font-size: 17px;
    text-align: center;
}
.percentage {
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
    background: #ba30f8;
    padding: 12px 9px;
    border-radius: 8px;
}
.percentage h4 {
    font-size: 38px;
    font-weight: 600;
    font-size: 48px;
    color: #fd9a2e;
}

.percentage p{
    margin-bottom: 0px;
}
.min-max p {
    font-size: 12px;
    font-weight: 500;
    color: #7a7ba0;
    text-transform: uppercase;
    line-height: 17px;
    color: #3d4f75;
}
.single-plan::after {
}
.referal_section {
        background: transparent;
}

.all_dice_dit{
    width: 80%;
    margin: auto;
}

.inner_pages .about_single {
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}
.how_work .single_work p {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}
.how_work .single_work h4 {
    color: #fff;
}

.invite_link .my_a {
    display: block;
        color: #ffffff;
    position: relative;
}
.invite_link .my_a i.fa{
position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 19px;
    right: 15px;
}

.company-secure .single-secure-postion h4{
    font-size: 24px;
    font-weight: 700;
}
.waleet_page_how_work .single_work p {
    font-size: 19px;
    line-height: 32px;
}
.main_make b{
        word-wrap: break-word;
    word-break: break-all;
}
#ErrorPanel, #SuccessPanel{ margin-top: 20px; display: none; }
.alert-danger, .alert-success{font-size: 16px;}

.wave-poistion{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.usd {
    color: #fff !important;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500 !important;
    letter-spacing: 14px;
    letter-spacing: 1px;
    margin-top: 15px;
}
.slider_inner .box_yellow {
    color: #ffd200;
    border: 1px dotted #ffd200;
    padding: 10px;
    background: #090a0ca6;
}
.slider_inner .box_yellow h3{
        font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
}
.slider_inner .box_yellow h3 span{
    font-size: 14px;
    line-height: 25px;
}
#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
}
.container{
    /*z-index: 9999;*/
    position: relative;
}
.contract_section  .work_bg {
    float: left;
    width: 14%;
}
.contract_section  .work_contact_my {
    float: left;
    width: 100%;
    padding:0px 0px;
    padding-bottom: 0px;
    text-align: center;
}
.contract_section .work_bg img {
    padding-top: 0px;
    -webkit-transition: all 200ms ease-in;
    height: auto;
}
.contract_section.how_work .single_work, .contract_section.how_work .cols:nth-child(odd) .single_work, .contract_section.how_work .cols:nth-child(even) .single_work{
    margin-top: 0px;
}
.contract_section.how_work .single_work p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 0px;
}
.contract_section.how_work .single_work p span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-family: Nexa Heavy;
}
.contract_section .main_cols .cols {
    float: left;
    width: 33%;
}
.contract_section.how_work .single_work {
    border-radius: 20px;
    margin-top: 25px !important;
    padding: 35px 23px;
    position: relative;
    padding-top: 130px;
}
.holl_about.about .about_contact h2 b{
        color: #ffca3f;
}
.cho_img {
    position: absolute;
    top: -78px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    z-index: 9;
}
.cho_img img {
    margin: auto;
    height: 191px;
}
.main_cols .cols .cho_img img {
}
.why_choose_section  .main_cols .cols p span{
    text-transform: capitalize;
}
.why_choose_section{
        background: transparent;
        overflow: hidden;
}
.why_choose_section .single_work {
    background: #1e093b;
}

.only_started .single_work {
    background: transparent;
}
.only_started  .work_bg{
    background: #1d2129;
    display: inline-block;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    border-radius: 14px !important;
    transform: rotate( 
45deg
 );
    padding: 15px 15px;
    margin-bottom: 19px;
    margin-bottom: 23px;
    margin: 15px 0px;
}
.only_started  .work_bg img{
    padding: 0px;    transform: rotate( 
-45deg
 );
}
.only_started .work_bg img {
    -webkit-transition: all 200ms ease-in;
    height: 65px;
}
.only_started .single_work h4 {
    color: #fff;
}
.plan-top-section h5 {
    color: #ffffff;
}
.company-secure.referal_section .single-secure-postion h4 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.company-secure.referal_section .single-secure-postion p{
    color: #fff;
}
.guide_page .slider {
    padding: 140px 0px;
    padding-bottom: 80px;
}
.guide_page .slider p{
    font-weight: 500;
}
.guide_page section.game_history_main:before{
    opacity: 1 !important;
    position: absolute;
    top: 13%;
    left: 0%;
    height: 400px;
    width: 102%;
    background: linear-gradient(to bottom, #191b21 0%, rgba(32, 22, 79, 0) 100%);
    content: "";
    border-radius: 100px 100px 0px 0px;
    transform: rotate( 
-8deg
 );
}
.roadmap_section {
    position: relative;
    padding-bottom: 70px;
}
.roadmap_section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-size: cover;
    background: #01052b;
    background: url(../img/vv.png) no-repeat;
    background-position: top left!important;
    background-repeat: repeat;
    width: 100% !important;
}
.class_relative {
    position: relative;
}   
.class_relative .border_line {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    width: 7px;
    border: 0px dashed #929292;
    background: #22293b;
    content: '';
    opacity: 0;
}
.roadmap_section .cols {
    padding: 0px 20px;
    margin-top: 30px;
    width: 100%;
    float: none;
}
.icon_title_left {
    opacity: 0;
}
.content_title_right {
    border: 0px solid #302a69;
    border-radius: 14px;
    height: auto;
    width: 100%;
    padding: 6px;
    margin-left: 20px;
        position: relative;
}
.feature-content {
    border-radius: 9px;
    border: 0px;
    height: auto;
    width: auto;
    margin: auto;
    text-align: left;
    position: relative;
    padding: 25px 25px;
    background: #6a2fc5;
    z-index: 999;
}
.content_title_right .feature-content h5 {
    border-radius: 10px !important;
    font-size: 21px;
    margin: auto;
    display: block;
    box-shadow: 0px 10px 25px 0px rgb(87 44 153);
    -webkit-box-shadow: 0px 10px 25px 0px rgb(87 44 153);
    background: #391570;
    padding: 70px 10px;
    border-radius: 4px;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: center;
    z-index: 99;
    font-size: 35px;
}
.roadmap_section .about_contact .cols.f li.highlight_r, .roadmap_section .about_contact .cols.s li.highlight_r {
    color: #fff !important;
}
.roadmap_section li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid;
    border-radius: 25px;
    padding: 4px;
}
.roadmap_section .about_contact .cols.f li.highlight_r:before, .roadmap_section .about_contact .cols.s li.highlight_r:before {
    color: #dcc87c !important;
}

.roadmap_section .about_contact li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 18px;
}
.roadmap_section .cols .content_title_right h4 {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
.matching_bouns:before {
        background-image: url(../img/shape-b.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-size: cover;
    background-attachment: fixed;
}
.matching_bouns .single-plan {
    background: #1a1e25;
}
.slider.wallet_info_on_page:before{
    opacity: 1 !important;
    background-image: url(../img/shape-i.png) !important;
}
.inner_pages .started_slider {
    padding-top: 150px;
    padding-bottom: 60px;
}
.form_section.holl_about:before{
    opacity: 1 !important;
        background-image: url(../img/shape-i.png) !important;
}
 .back-to-top {
    position: fixed;
    bottom: 30px;
    left: auto;
    cursor: pointer;
    z-index: 3;
    /* -webkit-transform: translate(-50%,0); */
    -ms-transform: translate(-50%,0);
    /* transform: translate(-50%,0); */
    z-index: 999;
    background: #3061e9;
    height: 55px;
    width: 55px;
    z-index: 99999;
    right: 30px;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(to bottom left, #4b93ff, #274fe2);
    box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    -webkit-box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-name: fadeInDownmy;
    right: -100px;
    transition: all 0.5s ease 0s;
    color: #fff;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
}
.header_area.scroll_stick .navbar {
    background: #171a1f26 !important;
}

#withdrawal-btn-vip, #withdrawal-btn-holding, #withdrawal-btn{ display: none; }
.navbar-header::before {
    background-image: url(../img/home/logo_bg.png);
    position: absolute;
    content: '';
    background-size: contain;
    height: 90px;
    width: 420px;
    background-repeat: no-repeat;
    left: -70px;
    top: -10px;
}
.star_icon {
    position: absolute;
    top: 20px;
    right: -78px;
}
.contract_section.how_work .single_work{
    overflow: hidden;
}
.contract_section.how_work .single_work::before {
    background-image: url(../img/home/fetaure_boxbg.png);
    position: absolute;
    content: '';
    background-size: contain;
    height: 290px;
    width: 290px;
    background-repeat: no-repeat;
    left: 0px;
    top: -130px;
    right: 0px;
    margin: auto;
}

.contract_section.how_work .single_work>*{
    z-index: 9;
}
.contract_section.how_work .single_work .work_contact_my{
    position: relative;
}
.mm_box {
    margin-top: 90px;
    position: relative;
}
.featur_bg{
        position: absolute;
    top: 0px;
    height: 100%;
}
.plat_bg {
    position: absolute;
    top: 0px;
    height: auto;
    width: 100%;
}
.boxes {
    margin-top: 30px;
    padding: 0;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    border: 2px solid #38175f;
    position: relative;
}
.boxes:nth-child(even) {
    background: #732bd7;
}
.boxes:nth-child(even) {
    margin-left: 10%;
}
.boxes:nth-child(4) {
    background: #661c87;
}

.boxes img {
    border-radius: 10px;
}
.boxes h5 {
    color: #fff;
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.boxes p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
}
.s1-gradient-glow {
    position: absolute;
    z-index: 930;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(118, 110, 245, 0), #a042e2 35%, #be64ff 65%, rgba(45, 169, 245, 0));
    opacity: 0.95;
    top: -2px;
}

.boxes:nth-child(even) .s1-gradient-glow {
    background-image: linear-gradient(90deg, rgba(118, 110, 245, 0), #b179ff 35%, #9f5aff 65%, rgba(45, 169, 245, 0));
    
}
.boxes_cont{
    padding: 15px 0px;
}
.iimm{
        border-radius: 15px;
    background: #ffffff1a;
}
.bg_box h4{
    padding: 0px;
    color: #fff;
    margin-bottom: 0px;
}
.how_work .bg_box p {
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 0px;
}
.bg_box {
    padding: 20px 15px;
    background: #ba30f8;
    border-radius: 10px;
}
.btm_bg_box{

    padding: 20px 15px;
}
.btm_bg_box h5 {
    color: #fff;
    font-size: 21px;
}
.cols_invest .cols:nth-child(even) .single_work .bg_box{
    background: #732bd7;
}
.referal_section1 .about_contact  h2{
    color:  #ca87ff;
}
.referal_section2 .about_contact  h2{
    color:  #6a9bff;
}
.referal_section2 .percentage, .referal_section2  .single-plan::after{
    background: #6a9bff;
}

.referal_section2  .single-plan{
    border-color:   #6a9bff;
}
.referal_section2  .single-plan .s1-gradient-glow{
    background-image: linear-gradient(90deg, rgba(118, 110, 245, 0), #b4cdff 35%, #8fb4ff 65%, rgba(45, 169, 245, 0));
}
.make_here .view-buy a{
    padding: 9px 50px;
    padding-top: 15px;
}
.started_slider .about_inner {
    background: #180b36;
    padding: 45px 13px;
    width: 70%;
    margin: auto;
    border-radius: 25px;
    position: relative;
    border: 2px solid #37126c;
}
.in_input{
    position: relative;
}
.in_input .s1-gradient-glow{
    top: 0px;
}
.started_slider .star_icon {
    position: absolute;
    top: 200px;
    right: -78px;
    z-index: 9;
}  
.started_slider .container{
    z-index: 99;
} 
.only_started.how_work.work_section{
    overflow: hidden;
}
.only_started.how_work  .single_work2 {
    background: #732bd7;
}
.sh_1 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.2
}
.sh_2 {
    position: absolute;
    top: 0px;
    left: 0px;
}
.sh_3 {
    position: absolute;
    top: -20px;
    left: 0px;
}
.roadmap_section .cols:nth-child(odd) .feature-content{
    background: #ba30f8;
}
.roadmap_section .cols:nth-child(odd) .feature-content .roi_left  .m_h{
    -webkit-box-shadow: 0px 10px 25px 0px rgb(107 29 143);
    background: #42085c;
}
.wallet_info_on_page.started_slider .about_inner{
        width: 100%;
}
.boxes img {
    border-radius: 10px;
    margin: auto;
}

.modal-backdrop{z-index: 8 !important;}
.modal{ z-index: 10000  !important; }
.jYxAGf{ z-index: 100000001 !important; }
.bktcUM{ margin-bottom: 10px !important;}
#emergency-btn{ display: none; }

.bnb-dashboard #withdrawal-btn {
    display: inline-flex;
}

.bnb-dashboard #withdrawal-btn:disabled {
    display: inline-flex;
}
