#hero {
  background: 
    url("../img/extension/hero-star-bg.svg") no-repeat top 100px center,
    url("/assets/img/hero-moon.svg") no-repeat top 146px left,
    linear-gradient(
      169.02deg,
      rgba(117, 84, 252, 0.58) -2.75%,
      rgba(177, 159, 250, 0) 43.53%
    ),
    #f7f6ff;
  /* background-position: top 100px center, center; */
  background-size: auto, auto;
  overflow: hidden;
}
#hero .hero-moon {
  max-width: 110px;
  height: auto;
  top: 25%;
  left: 0%;
}
#hero .hero-clound1 {
  max-width: 235.2px;
  height: auto;
  left: 32%;
  bottom: -56%;
  animation: moveY 6s infinite cubic-bezier(0.4, 0, 1, 1);
}
#hero .hero {
  padding: 168.7px 0px 208px;
}
#hero .hero .title {
  /* margin-right: 45px; */
  z-index: 1;
}
#hero .hero .img {
  margin-left: 45px;
}
#hero .hero h3.title-top {
  max-width: 712px;
  color: #4a21ef;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}
#hero .hero h3.title-middle {
  max-width: 712px;
  color: #0d0b33;
  font-weight: 1000;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 52.6px;
}
#hero .hero p.title-text {
  max-width: 593px;
  color: #1d1d1d;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
#hero .hero .platform {
  margin-top: 20px;
  max-width: 735px;
}
#hero .hero .img {
  margin-left: 0px;
  margin: 0 auto;
}
#hero .hero .platform .platform-item {
  margin-right: 14px;
}
#hero .hero .platform .platform-item a {
  padding: 20px 30px;
  background: #79efbd;
  border-radius: 80px;
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
#hero .hero .platform .platform-item .platform-item-text {
  display: inline-block;
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  flex: 1;
  text-align: center;
}
#hero .hero .platform .platform-item:nth-last-child(1) {
  margin: 0;
}
#hero .hero .platform .platform-item .platform-item-img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#hero .img .hero-btc {
  max-width: 111.4px;
  height: auto;
  left: -19%;
  top: 32%;
  animation: moveY 6s infinite cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 991px) {
  #hero {
    background: 
    url("../img/extension/hero-star-bg.svg") no-repeat top 100px center,
    url("/assets/img/hero-moon.svg") no-repeat top 135px left -44px,
    linear-gradient(
      169.02deg,
      rgba(117, 84, 252, 0.58) -2.75%,
      rgba(177, 159, 250, 0) 43.53%
    ),
    #f7f6ff;
  background-size: auto, 80px 80px;
  overflow: hidden;
  }
  #hero .hero-moon {
    max-width: 80px;
    height: auto;
    top: 9%;
    left: -2%;
  }
  #hero .hero-clound1 {
    max-width: 92px;
    height: auto;
    left: 46%;
    bottom: -25%;
  }
  #hero .hero {
    padding: 123px 16px 208px;
    text-align: center;
  }
  #hero .hero h3.title-top {
    max-width: 100%;
  }
  #hero .hero h3.title-middle {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 48px;
  }
  #hero .hero p.title-text {
    max-width: 100%;
  }
  #hero .hero .platform {
    margin-top: 28px;
    max-width: 100%;
  }
  #hero .hero .platform .platform-item {
    margin-right: 0px;
    width: 234px;
    margin: 0 auto 10px;
  }
  #hero .hero .platform .platform-item a {
    padding: 17px 25px;
    border-radius: 80px;
    font-size: 16px;
  }
  #hero .hero .platform .platform-item .platform-item-text {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    flex: 1;
    text-align: center;
  }
  #hero .hero .platform .platform-item:nth-last-child(1) {
    margin: 0;
  }
  #hero .hero .platform .platform-item .platform-item-img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
  }
  #hero .img .hero-btc {
    max-width: 111.4px;
    height: auto;
    left: unset;
    right: -14%;
    top: 10%;
  }
}
#main {
  background: linear-gradient(
      180deg,
      #79efbd -2.66%,
      #4d5abd 43.83%,
      #5a64e0 99.31%
    ),
    #c4c4c4;
}
/* ------------------------ */
#your-browser .your-browser {
  padding-top: 80px;
  padding-bottom: 200px;
}
#your-browser .your-browser .pc-star.title {
  margin: 0 auto 36px;
  max-width: 681px;
}
#your-browser .your-browser .pc-star.title .title-top {
  color: #f7f6ff;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
#your-browser .your-browser .text {
  max-width: 856px;
  margin: 0 auto 103px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #f7f6ff;
  text-align: center;
}
#your-browser .your-browser .content-box .row {
  margin-left: -40px;
  margin-right: -40px;
}
#your-browser .your-browser .content-box .box-item {
  padding-left: 40px;
  padding-right: 40px;
}
#your-browser .your-browser .content-box .box-item img {
  margin-bottom: 30px;
}
#your-browser .your-browser .content-box .box-item p {
  color: #f7f6ff;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  max-width: 240px;
  text-align: center;
}
@media(max-width: 991px) {
    #your-browser .your-browser {
        padding: 80px 16px 200px;
      }
      #your-browser .your-browser .pc-star.title {
        margin: 0 auto 52px;
        max-width: 100%;
      }
      #your-browser .your-browser .pc-star.title .title-top {
        color: #f7f6ff;
        font-weight: 1000;
        font-size: 48px;
        line-height: 100%;
        text-align: center;
      }
      #your-browser .your-browser .text {
        max-width: 100%;
        margin: 0 auto 52px;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: #f7f6ff;
        text-align: center;
      }
      #your-browser .your-browser .content-box .row {
        margin-left: 0px;
        margin-right: 0px;
      }
      #your-browser .your-browser .content-box .box-item {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 80px;
      }
      #your-browser .your-browser .content-box .box-item:nth-last-child(1) {
          margin-bottom: 0px;
      }
      #your-browser .your-browser .content-box .box-item img {
        margin-bottom: 20px;
      }
      #your-browser .your-browser .content-box .box-item p {
        color: #f7f6ff;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        max-width: 100%;
        text-align: center;
      }
}
/* --------------------------------------------- */

#doitbetter .doitbetter .pc-star.title {
  max-width: 836px;
  margin: 0 auto 26px;
}
#doitbetter .doitbetter .pc-star.title .title-top {
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}
#doitbetter .doitbetter .text {
  max-width: 716px;
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
}
#doitbetter .doitbetter .content-box .box-item {
  padding: 100px 0;
  margin-left: -60px;
  margin-right: -60px;
}
#doitbetter .doitbetter .content-box .box-item .describe-text,
#doitbetter .doitbetter .content-box .box-item .describe-image {
  padding: 0px 60px;
}
#doitbetter .doitbetter .content-box .box-item .describe-text {
  max-width: 537px;
  color: #ffffff;
  box-sizing: content-box;
}
#doitbetter .doitbetter .content-box .box-item .describe-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
}
#doitbetter .doitbetter .content-box .box-item .describe-text .content {
  color: #0d0b33;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#doitbetter .doitbetter .content-box .box-item .describe-text .icon-list {
  margin-top: 30px;
}
#doitbetter .doitbetter .content-box .box-item .describe-text .icon-list .icon-item {
  padding: 10px 16px;
  background: #F7F6FF; 
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#doitbetter .doitbetter .content-box .box-item .describe-text .icon-list .icon-item .icon-text {
  display: inline-block;
  color: #333333;
  font-size:18px;
  line-height: 1.6;
  font-weight: 400;
  margin-left: 8px;
  word-break: break-word;
}
#doitbetter
  .doitbetter
  .content-box
  .box-item
  .describe-text
  .icon-list
  .icon-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
#doitbetter .describe-image .video-box-left {
  width:40%;
  position: absolute;
  top: 0px;
  left: 10%;
}
#doitbetter .describe-image .video-box-right {
  width:40%;
  position: absolute;
  bottom:10px;
  right: 5%;
}
@media (min-width: 992px) and (max-width: 1200px){
  #doitbetter .describe-image .video-box-left {
    top:0px;
  }
  #doitbetter .describe-image .video-box-right {
    bottom:-30px;
  }
}
@media (max-width: 991px) {
  #doitbetter .doitbetter {
    padding: 0px 16px;
  }
  #upgrade-steps .setps-box {
    padding: 0px;
    margin: 0px;
  }
  #doitbetter .doitbetter .content-box .box-item {
    padding: 0px 0px 260px;
    margin: 0px;
  }
  #doitbetter .doitbetter .content-box .box-item .describe-text,
  #doitbetter .doitbetter .content-box .box-item .describe-image {
    margin: 0px;
    padding: 0px;
  }
  #doitbetter .doitbetter .content-box .box-item .describe-image {
    margin-bottom: 30px;
  }
  #doitbetter .doitbetter .content-box .box-item .describe-text {
    max-width: 100%;
  }
  #doitbetter .doitbetter .content-box .box-item .describe-text .icon-list {
    flex-wrap: wrap;
    margin-right: -10px;
  }
  #doitbetter .doitbetter .content-box .box-item .describe-text .icon-list .icon-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 20px) / 2);
    max-width: unset;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
  }
  #doitbetter .describe-image .video-box-left {
    top:5%;
  }
  #doitbetter .describe-image .video-box-right {
    top:10%;
  }
}
/* --------------------------------------------- */
#what-next {
  background: #f7f6ff;
}
#what-next .what-next {
  margin: 0 auto;
  padding: 158px 0px 128px;
}
#what-next .title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 50px;
}
#what-next .title h3 {
  margin-bottom: 10px;
  color: #1d1d1d;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
}
#what-next .title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1d1d1d;
}
#what-next .content-box {
  margin-bottom: 162px;
}
#what-next .content-box .content-box-item {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #333333;
  margin-right: 60px;
  max-width: 360px;
}
#what-next .content-box .content-box-item:nth-last-child(1) {
  margin: 0px;
}
#what-next .content-box .content-box-item h3 {
  color: #1d1d1d;
  font-weight: 1000;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#what-next .content-box .content-box-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1d1d1d;
  text-align: center;
}
#what-next .install .title {
  max-width: 836px;
  margin: 0 auto 40px;
}
#what-next .install .title h3 {
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  color: #1d1d1d;
  text-align: center;
}
#what-next .install .instll-btn .platform-item a {
  padding: 20px 30px;
  background: #79efbd;
  border-radius: 80px;
}
#what-next .install .instll-btn .platform-item {
  margin-right: 10px;
}
#what-next .install .instll-btn .platform-item:nth-last-child(1) {
  margin: 0px;
}
#what-next .install .instll-btn .platform-item .platform-item-img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#what-next .install .instll-btn .platform-item .platform-item-text {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  line-height: 100%;
  flex: 1;
  text-align: center;
}
@media (max-width: 991px) {
  #hero .platform-item {
    margin-right: 6px;
  }
  #hero .platform-item:nth-last-child(1) {
    margin: 0;
  }
  #hero .platform-item .platform-item-img {
    max-width: 110px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #doitbetter .doitbetter .content-box .box-item .describe-text p {
    font-size: 18px;
  }
  #what-next .what-next-bg {
    background: url("../img/extension/what-next-m-bg.svg") no-repeat bottom;
    background-size: contain;
  }
  #what-next .what-next {
    margin: 0 auto;
    padding: 86px 16px 73px;
    /* background: url("../img/extension/what-next-m-bg.svg") no-repeat bottom; */
  }
  #what-next .title {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  #what-next .content-box {
    margin-bottom: 66px;
  }
  #what-next .content-box .content-box-item {
    padding: 30px 20px;
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #what-next .content-box .content-box-item:nth-last-child(1) {
    margin: 0px;
  }
  #what-next .install .title {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  #what-next .install .title h3 {
    line-height: 100%;
    text-align: center;
  }
  #what-next .install .instll-btn .platform-item a {
    padding: 20px 30px;
    background: #79efbd;
    border-radius: 80px;
    width: 250px;
  }
  #what-next .install .instll-btn .platform-item {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #what-next .install .instll-btn .platform-item:nth-last-child(1) {
    margin: 0px;
  }
  #what-next .install .instll-btn .platform-item .platform-item-img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  #what-next .install .instll-btn .platform-item .platform-item-text {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    line-height: 100%;
    flex: 1;
    text-align: center;
  }
}
/* ---------------------  start-soar-footer -------------------- */
.start-soar-footer {
  background: 
    linear-gradient(
      109.75deg,
      rgba(117, 84, 252, 0) 35.1%,
      rgba(117, 84, 252, 0.2) 99.39%
    ),
    linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
    #4a21ef;
}
.start-soar-footer-main {
  background: 
    url(/assets/img/crypto-stripe1.svg) no-repeat top 0% left 17%,
    url(../img/one-wallet-footer-bg.svg) no-repeat bottom/ 100% 100%,
    url(../img/crypto-stripe1.svg) no-repeat bottom 42% right 8%;
  animation: starFooter 5s ease-in infinite;
}
@media (min-width: 991px){
  @keyframes starFooter {
    0% {
      background: 
        url(/assets/img/crypto-stripe1.svg) no-repeat top 0% left 17%,
        url(../img/one-wallet-footer-bg.svg) no-repeat bottom/ 100% 100%,
        url(../img/crypto-stripe1.svg) no-repeat bottom 42% right 8%;
    }
    50% {
      background: 
        url(/assets/img/crypto-stripe1.svg) no-repeat top 0% left 17%,
        url(../img/one-wallet-footer-bg2.svg) no-repeat bottom/ 100% 100%,
        url(../img/crypto-stripe1.svg) no-repeat bottom 42% right 8%;
    }
    100% {
      background: 
        url(/assets/img/crypto-stripe1.svg) no-repeat top 0% left 17%,
        url(../img/one-wallet-footer-bg.svg) no-repeat bottom/ 100% 100%,
        url(../img/crypto-stripe1.svg) no-repeat bottom 42% right 8%;
    }
  } 
}
/* -----------------------start-soar-------------------------- */
#start-soar {
  background-repeat: no-repeat;
  background-position: center;
}
#start-soar .start-soar {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  padding: 180px 0 90px;
}
#start-soar .start-soar .sfp-logo .logo-box {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  margin-bottom: 24px;
}
#start-soar .start-soar .title {
  margin-bottom: 48px;
}
#start-soar .start-soar .text {
  margin: 0px 50px 50px;
}
#start-soar .start-soar .text p {
  color: #f7f6ff;
  font-size: 18px;
  line-height: 1.6;
}
#start-soar .start-soar .title h3 {
  color: #ffffff;
  font-weight: 1000;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  padding-top: 80px;
}
#start-soar .start-soar .download .set-off-btn {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  background: linear-gradient(
    183.08deg,
    rgba(191, 255, 228, 0.2) 43.82%,
    rgba(191, 255, 228, 0) 111.17%
  );
  border-radius: 100px;
  padding: 10px;
}
#start-soar .start-soar .download .downloads-btn {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  color: #0d0b33;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #79efbd;
  line-height: 1.6;
  border: none;
}
#start-soar .start-soar .download .btn-press .press-btn {
  line-height: 1.6;
  border: none;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 100px;
  color: #f7f6ff;
  border: 1px solid #ffffff;
  background: transparent;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .start-soar-footer {
    background: 
    linear-gradient(
      109.75deg,
      rgba(117, 84, 252, 0) 35.1%,
      rgba(117, 84, 252, 0.2) 99.39%
    ),
    linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
    #4a21ef;
    /* background-position: top left, bottom, bottom right 320%, center; */
  }
  .start-soar-footer-main {
    background: 
      url(/assets/img/crypto-stripe1.svg) no-repeat top left,
      url(../img/one-wallet-footer-bg-m.svg) no-repeat bottom/ auto,
      url(../img/crypto-stripe1.svg) no-repeat bottom right 320%;
  }
  #start-soar .start-soar {
    max-width: 100%;
    padding: 80px 16px 90px;
  }
  #start-soar .start-soar .title h3 {
    font-weight: 1000;
    font-size: 48px;
  }
}
