:root{
  --lime:#b1ff00;
}




header {
  background: #000;
  padding-bottom: 10px;
}
.clearnav {
  /* border-top: #07275a 1.8px solid; */
  background: #000;
  padding: 30px;
  color: rgba(255, 255, 255, 0.95) !important;
}
body {
  background: #000 !important;

  
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #1f3bd8;
}

.card:hover a {
  color: white;
}
.card:hover {
  box-shadow: rgba(177, 30, 140, 0.699) 0px 48px 100px 0px;
}
.text-warning {
  color: #eb22cf !important;
}
.text-success {
  background: linear-gradient(to right, #fc00ff 0%, #00dbde 51%, #fc00ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text-successhead {
  color: #21b1c2;
}
.btn {
  border: none;
}
.btn-success {
  background: #02ffda !important;
}

.btn-warning {
  background: #73dbc4 !important;
  color: rgba(255, 255, 255, 0.95) !important;
}
.text-white{color:rgba(255, 255, 255, 0.95) !important;}
.btn-danger {
  background: #930077 !important;
}
.overlay-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.card,
.card-body {
  transition: 300ms;
  border: none;
  background: #0C120C;
  
}
.card-body {
  background: #0C120C;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.card-body a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.card {
  height: 450px;
}

.card:hover .text-success,
.card:hover .text-warning {
  color: rgba(255, 255, 255, 0.95) !important;
}


.btn-grad {
  background: var(--lime);
  margin: 10px;
  padding: 10px 45px;
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  color: black;
  border: none;
  border-radius: 10px;
  display: block;
}
.card-footer {
  background: transparent !important;
  border: none !important;
}
.btn-grad:hover {
  background-position: right center; 
  color: black;
  text-decoration: none;
  box-shadow: rgba(199, 214, 63, 0.699) 0px 48px 100px 0px;
}


.btn-grad2 {
  background: #e0344b;
  margin: 10px;
  padding: 10px 45px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 10px;
  display: block;
}

.btn-grad2:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.form-check-input:checked
{
  background-color: var(--lime);
  border:none;
}
.form-check-input:focus
{
 box-shadow:  none ;
  
}
.secondary {
  color: var(--lime);
  font-size: 1rem;
}

.secondary:hover {
  color: var(--lime);
  font-size: 1rem;
}

.details-card {
  background: #f9fafb1a;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align:center;
 
  overflow:hidden;
  text-overflow: ellipsis;
}
.details-price {
  color: #ae92d6;
}

.nft-details th,
.clearnav h2 {
  color: var(--lime);
  /* font-family: 'Exo 2'; */
  font-family: "Drukwide", sans-serif;
  text-transform: uppercase;

}

.accordion-button {
  background: #0C120C;
  color: var(--lime);
  /* font-family: 'orbitron'; */
  font-family: "Drukwide", sans-serif;
  text-transform: capitalize;
}
th{padding-right:5rem;}
.accordion-button:focus {
 outline:0;
 box-shadow:none ;
}

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

.accordion-button:not(.collapsed) {
  background: #0c120cf8;
  color: var(--lime);
  text-transform: capitalize;
  border-bottom: 2px rgba(255, 255, 255, 0.568) solid;
  /* box-shadow:#0c120cc9 0px 2px; */
}

.accordion-body {
  background: #0C120C;
}



.btn-grad3 {
  background: #0C120C;
  margin: 10px;
  padding: 0.5rem 2rem;
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.95);
  border: 1px white solid;
  border-radius: 10px;
  display: block;
}

.btn-grad3:hover {
  background-position: right center; /* change the direction of the change here */
  color: black;
  text-decoration: none;
  box-shadow: rgba(199, 214, 63, 0.699) 0px 48px 100px 0px;
  background: var(--lime);
  border:1px solid #0C120C;
}

footer{
  background-color: rgba(255,255,255,0.1);
  color:rgba(255, 255, 255, 0.95);
  padding:3rem;
  display:none;
}


.header-text{
  color:white;
  text-decoration: none !important;
  font-family: 'Krona One',sans-serif;
  font-size:20px;
}

.top-nav__logo:hover{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.top-nav__logo{z-index: 100;
  width: 40px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);}


  .home__section{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    /* width: 100vw; */
    /* height: 100%; */
    /* max-width: 1280px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* padding: 40px 80px; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1.25fr 0.25fr;
    grid-template-columns: 1fr 1.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }


  .home__section-column.is--40{
    width:40%;
  }

  .home__section-column{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

  }

  .home__heading{
    display: block;
    width: auto;
    margin: 0px;
    padding-right: 40px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Krona One', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .is--green-text {
    color: #b1ff00;
}


.home__copy {
  padding-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}


.home__section-column.is--60.is--mobile-first {
  margin-right: -39px;
}

.home__section-column.is--60 {
  width: 60%;
}


.home__hero-mask {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
  max-width: 600px;
  padding: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order:0;
}


.home__hero-img-phone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}


.home__hero-img-fist {
  position: absolute;
  left: 7%;
  top: 9%;
  right: auto;
  bottom: auto;
}

.home__hero-img--yo {
  position: absolute;
  left: auto;
  top: 11px;
  right: 113px;
  bottom: auto;
  width: 80px;
}


.home__hero-img-wheel {
  position: absolute;
  left: auto;
  top: -20px;
  right: 100px;
  bottom: auto;
}


.home__hero-img-blur {
  position: absolute;
  left: -16px;
  top: auto;
  right: auto;
  bottom: 0px;
  border-radius: 50%;
}

.home__hero-squiggle-1 {
  position: absolute;
  left: -24%;
  top: -100px;
  right: auto;
  bottom: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}


.home__section.parallax-scroll {
  height: 140px;
  max-width: none;
  padding: 0px;
  margin-top:60px;
}

.home__parallax-bg {
  width: 100%;
  height: 600px;
  background-image: url(https://assets.website-files.com/6238d0192e7666121911e4fc/62435ac035fec0a36eb0ecf3_bg_texture-swirl.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}