/* _content/Aethir.Allreve.Client/Views/Home/Index.cshtml.rz.scp.css */
.hero-banner[b-nl33npch2k]:before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: -250px;
  left: -130px;
  border: 80px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .hero-banner[b-nl33npch2k]:before {
    width: 350px;
    height: 350px;
    top: -200px;
    border: 60px solid rgba(255, 255, 255, 0.1);
  }
}
.hero-banner[b-nl33npch2k]:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -120px;
  right: -100px;
  border: 40px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .hero-banner[b-nl33npch2k]:after {
    border: 30px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: -50px;
  }
}

.feature[b-nl33npch2k] {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .feature .item[b-nl33npch2k] {
    margin-bottom: 15px;
  }
}
.feature .item.user[b-nl33npch2k], .feature .item.cloud[b-nl33npch2k] {
  width: 27%;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .feature .item.user[b-nl33npch2k], .feature .item.cloud[b-nl33npch2k] {
    width: 100%;
  }
}
.feature .item.chart[b-nl33npch2k] {
  width: 46%;
}
@media only screen and (max-width: 991px) {
  .feature .item.chart[b-nl33npch2k] {
    width: 100%;
    margin-bottom: 0;
  }
}

.feature-slide[b-nl33npch2k]:before, .feature-slide[b-nl33npch2k]:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
}
.feature-slide[b-nl33npch2k]:before {
  top: -25px;
  left: 280px;
  border: 10px solid var(--app-theme-secondary);
  z-index: 2;
}
.feature-slide[b-nl33npch2k]:after {
  bottom: -25px;
  left: -10px;
  border: 10px solid var(--app-theme-primary);
  z-index: -1;
}

.cloud-mining[b-nl33npch2k] {
  background: url("/assets/images/home/cloud-mining-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.invest[b-nl33npch2k] {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .invest[b-nl33npch2k] {
    padding-bottom: 60px;
  }
}
.invest .device[b-nl33npch2k] {
  background: rgba(5, 58, 139, 0.05);
}
.invest .device[b-nl33npch2k]:after {
  content: "";
  background-image: url("/assets/images/decor1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .invest .device[b-nl33npch2k]:after {
    width: 150px;
    height: 150px;
    right: -50px;
    bottom: -50px;
  }
}
.invest .device .device-item .device-bg[b-nl33npch2k] {
  background: #252525;
}
.invest .device .device-item .device-bg p[b-nl33npch2k] {
  color: #9B9B9B;
}

.why-mining .why-mining-slide .slide-item .mining-detail .why-detail[b-nl33npch2k]:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: -40px;
  background-image: url("/assets/images/why.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  .why-mining .why-mining-slide .slide-item .mining-detail .why-detail[b-nl33npch2k]:after {
    width: 50px;
    height: 50px;
    bottom: -20px;
    right: -20px;
  }
}
.why-mining .why-mining-slide[b-nl33npch2k]:before, .why-mining .why-mining-slide[b-nl33npch2k]:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  border: 15px solid var(--app-theme-primary);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .why-mining .why-mining-slide[b-nl33npch2k]:before, .why-mining .why-mining-slide[b-nl33npch2k]:after {
    width: 50px;
    height: 50px;
    border: 10px solid var(--app-theme-primary);
  }
}
.why-mining .why-mining-slide[b-nl33npch2k]:before {
  top: 10px;
  left: 52%;
}
@media only screen and (max-width: 991px) {
  .why-mining .why-mining-slide[b-nl33npch2k]:before {
    top: -25px;
    left: 80%;
  }
}
.why-mining .why-mining-slide[b-nl33npch2k]:after {
  bottom: 20px;
  right: 100px;
}
@media only screen and (max-width: 991px) {
  .why-mining .why-mining-slide[b-nl33npch2k]:after {
    bottom: 10px;
    right: 50px;
  }
}

.trading .trading-title[b-nl33npch2k]:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 8px solid var(--app-theme-primary);
  left: -100px;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .trading .trading-title[b-nl33npch2k]:before {
    width: 50px;
    height: 50px;
    border: 5px solid var(--app-theme-primary);
    left: -20px;
  }
}
.trading .trading-content .mask-content[b-nl33npch2k] {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 991px) {
  .trading .trading-content .mask-content[b-nl33npch2k] {
    padding-bottom: 12rem;
  }
}
.trading .trading-content .mask-content .mask-coin img[b-nl33npch2k] {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .trading .trading-content .mask-content .mask-coin img[b-nl33npch2k] {
    width: 70%;
  }
}
.trading .trading-content .mask-content .mask-coin[b-nl33npch2k]:before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  border: 50px solid rgba(255, 255, 255, 0.1);
  bottom: -100px;
  left: -150px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .trading .trading-content .mask-content .mask-coin[b-nl33npch2k]:before {
    width: 150px;
    height: 150px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    left: -50px;
    bottom: 0;
  }
}
.trading .trading-content .mask-content .trading-detail img[b-nl33npch2k] {
  width: 50%;
}
.trading .trading-content .mask-content .trading-detail[b-nl33npch2k]:before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  background: url("/assets/images/decor2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -150px;
  right: -300px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .trading .trading-content .mask-content .trading-detail[b-nl33npch2k]:before {
    width: 150px;
    height: 150px;
    top: -100px;
    right: -50px;
  }
}
.trading .trading-list[b-nl33npch2k] {
  margin-top: -180px;
}
@media only screen and (max-width: 991px) {
  .trading .trading-list[b-nl33npch2k] {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 991px) {
  .trading .trading-list .trading-item[b-nl33npch2k] {
    width: 50%;
  }
}
.trading .investment .investment-list[b-nl33npch2k]:before {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 50%;
  border: 30px solid var(--app-theme-primary);
  bottom: -130px;
  right: -150px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .trading .investment .investment-list[b-nl33npch2k]:before {
    width: 150px;
    height: 150px;
    border: 20px solid var(--app-theme-primary);
    bottom: -60px;
    right: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .trading .investment .investment-list .investment-item[b-nl33npch2k] {
    width: 50%;
  }
}

.signup-step[b-nl33npch2k] {
  padding-top: 160px;
  margin-top: -100px;
}
.signup-step .signup-step-content[b-nl33npch2k]:before {
  content: "";
  background-image: url("/assets/images/decor3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  left: -150px;
  top: -150px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .signup-step .signup-step-content[b-nl33npch2k]:before {
    width: 150px;
    height: 150px;
    left: -50px;
    top: -50px;
  }
}
.signup-step .signup-step-content .signup-step-bg[b-nl33npch2k] {
  background: #252525;
}
.signup-step .signup-step-content .signup-step-bg p[b-nl33npch2k] {
  color: #9b9b9b;
}
