#main {
  --swiper-theme-color: #18d26e !important;
  --swiper-pagination-color: #18d26e !important;
  --swiper-pagination-bullet-inactive-color: #a09eba !important;
  --swiper-pagination-bullet-inactive-opacity: 1 !important;
}
.hero-choose-your {
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .hero-choose-your .lattice-line-left {
    display: none;
  }
  .hero-choose-your .lattice-line-right {
    display: none;
  }
}
/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  overflow: hidden;
  width: 100%;
  background: #f7f6ff;
}
#hero .hero {
  background: linear-gradient(
    158.47deg,
    #0d0b33 38.16%,
    #4b3ed3 125.54%
  );
  background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;
}
#hero .hero-bg {
  position: relative;
  animation: star2 5s ease-in infinite;
}
@media (min-width: 991px) {
  @keyframes star2 {
    0% {
      background: url("../img/start-bg-white.svg") repeat-x,
        url("../img/streamline.svg") no-repeat;
      background-position: top 68px center, bottom 680px center;
    }
    33.33% {
      background: url("../img/start-bg-white2.svg") repeat-x,
        url("../img/streamline.svg") no-repeat;
      background-position: top 68px center, bottom 680px center;
    }
    66.66% {
      background: url("../img/start-bg-white3.svg") repeat-x,
        url("../img/streamline.svg") no-repeat;
      background-position: top 68px center, bottom 680px center;
    }
    100% {
      background: url("../img/start-bg-white.svg") repeat-x,
        url("../img/streamline.svg") no-repeat;
      background-position: top 68px center, bottom 680px center;
    }
  }
}
#hero .hero-container {
  padding-top: 230px;
  padding-bottom: 120px;
}
#hero .hero-left {
  max-width: 640px;
  width: 53.333%;
  margin-right: 85px;
}
#hero .hero-left .product-img-box {
    width: 100%;
}
#hero .hero-left .product-img-box .product-img-item {
    border-radius: 42px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#hero .hero-right {
  flex: 1;
}
#hero .hero-right .title-text h1.title {
  color: #f7f6ff;
  font-style: normal;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 4px;
}
#hero .hero-right .title-text h3.sub-title {
  color: #f7f6ff;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
#hero .hero-right .price {
  margin-top: 35px;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center;
}
#hero .hero-right .price .price-text {
  color: #79efbd;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
}
#hero .hero-right .evaluation .text-evaluation {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
#hero .hero-right .evaluation {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .hero-right .qty {
  margin-top: 20px;
}
#hero .hero-right .qty .qty-text {
  color: #f7f6ff;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-right: 10px;
}
#hero .hero-right #qty-input {
  width: 80px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #ffffff;
  padding: 4px 8px;
}
#hero .hero-right .add-order {
  margin-top: 36px;
  display: flex;
}
#hero .hero-right .add-order .my-btn {
  border-radius: 100px;
  color: #0d0b33;
  font-size: 18px;
  line-height: 160%;
  border: none;
  padding: 16px 24px;
  flex: 1;
}
#hero .hero-right .add-order .my-btn.my-btn-add {
  background: #6a66ff;
  color: #ffffff;
  margin-right: 8px;
}
#hero .hero-right .add-order .my-btn.my-btn-order {
  background: #79efbd;
  margin-left: 8px;
}
#hero .hero-right .dividing-line {
  width: 100%;
  border: 1px solid rgba(223, 223, 223, 0.1);
  margin: 36px 0px 32px;
}
#hero .hero-right .shg-content {
  background: rgba(0, 0, 0, 0);
}
#hero .hero-right .shg-content .shg-item {
  /* padding: 16px 12px; */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}
#hero .hero-right .shg-content .shg-item .shg-item-box {
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#hero .hero-right .shg-content .shg-item:nth-last-child(1) {
  margin: 0px;
}
#hero .hero-right .shg-content .shg-item .shg-item-img {
  margin-right: 8px;
}
#hero .hero-right .shg-content .shg-item .shg-item-text {
  font-weight: 400;
  font-size: 14px;
  /* line-height: 100%; */
  color: #f7f6ff;
}

#storewide {

}
#storewide .storewide_box {
    margin-top: 193px;
    margin-bottom: 120px;
}
#storewide .storewide_box .img_box .product-img-item {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#storewide .storewide_box .text_box {
    margin-top: 76px;
}
#storewide .storewide_box .text_box p.text_item {
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#000000;
} 
#storewide .storewide_box .text_box p.text_item .highlight {
    font-weight: 700;
    font-style: 85 Bold;
}
#storewide .storewide_box .text_box p.text_item {
    margin-bottom: 60px;
}
#storewide .storewide_box .text_box p.text_item::nth-last-child(1) {
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    #hero .hero-right .title-text h1.title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
  #hero {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f7f6ff;
  }
  #hero .hero {
    background: linear-gradient(
      158.47deg,
      #0d0b33 38.16%,
      #4b3ed3 125.54%
    );
    background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;
  }
  #hero .hero-bg {
    padding: 0 16px;
  }
  #hero .hero-container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #hero .hero-left {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #hero .hero-right .title-text h1.title {
    color: #f7f6ff;
    font-style: normal;
    font-weight: 1000;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 0px;
  }
  #hero .hero-right .title-text .title-eal6img .eal6-img-light {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
  #hero .hero-right .title-text h3.sub-title {
    color: #f7f6ff;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
  }
  #hero .hero-right .price {
    margin-top: 20px;
    justify-content: space-between;
    align-items: flex-end;
    align-items: start;
    flex-direction: column-reverse;
  }
  #hero .hero-right .evaluation .text-evaluation {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
  }
  #hero .hero-right .evaluation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  #hero .hero-right .qty {
    margin-top: 20px;
  }
  #hero .hero-right .qty .qty-text {
    color: #f7f6ff;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    margin-right: 10px;
  }
  #hero .hero-right #qty-input {
    width: 80px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    color: #ffffff;
    padding: 4px 8px;
  }
  #hero .hero-right .add-order {
    margin-top: 36px;
    display: flex;
  }
  #hero .hero-right .add-order .my-btn {
    border-radius: 100px;
    color: #0d0b33;
    font-size: 18px;
    line-height: 160%;
    border: none;
    padding: 16px 24px;
    flex: 1;
  }
  #hero .hero-right .add-order .my-btn.my-btn-add {
    background: #6a66ff;
    color: #ffffff;
    margin-right: 8px;
  }
  #hero .hero-right .add-order .my-btn.my-btn-order {
    background: #79efbd;
    margin-left: 8px;
  }
  #hero .hero-right .dividing-line {
    width: 100%;
    border: 1px solid rgba(223, 223, 223, 0.1);
    margin: 36px 0px 32px;
  }
  #hero .hero-right .shg-content {
    background: rgba(0, 0, 0, 0);
  }
  #hero .hero-right .shg-content .shg-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-bottom: 10px;
  }
  #hero .hero-right .shg-content .shg-item:nth-last-child(1) {
    margin: 0px;
  }
  #hero .hero-right .shg-content .shg-item .shg-item-img {
    margin-right: 8px;
  }
  #hero .hero-right .shg-content .shg-item .shg-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #f7f6ff;
  }
  #hero .hero-stripe1 {
    top: 84px;
    left: 12.4%;
    pointer-events: none;
  }

  #hero .hero-left .product-img-box .product-img-item {
    border-radius: 30px;
    }
    #storewide {
        padding: 0px 16px;
    }
    #storewide .storewide_box {
        margin-top: 48px;
        margin-bottom: 80px;
    }
    #storewide .storewide_box .text_box {
        margin-top: 26px;
    }
    #storewide .storewide_box .text_box p.text_item {
        font-size: 18px;
    } 
    #storewide .storewide_box .text_box p.text_item {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) {
  #hero .hero-right .add-order {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
  }
  #hero .hero-right .add-order .my-btn.my-btn-add {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #hero .hero-right .add-order .my-btn.my-btn-order {
    margin-left: 0px;
  }
}


.one-wallet-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: center;
}
.one-wallet-footer-main {
  background: url("/assets/img/crypto-stripe1.svg") no-repeat,
    url("../img/one-wallet-footer-bg.svg") no-repeat,
    url("../img/crypto-stripe1.svg") no-repeat;
  background-position: top left, bottom, bottom right -26%;
  background-size: auto;
  animation: starFooter 5s ease-in infinite;
}
@media (min-width: 991px) {
  @keyframes starFooter {
    0% {
      background: url("../img/one-wallet-footer-bg.svg") no-repeat,
        url("/assets/img/crypto-stripe1.svg") no-repeat,
        url("../img/crypto-stripe1.svg") no-repeat;
      background-position: bottom, top left, bottom right -26%, center;
      background-size: auto;
    }
    50% {
      background: url("../img/one-wallet-footer-bg2.svg") no-repeat,
        url("/assets/img/crypto-stripe1.svg") no-repeat,
        url("../img/crypto-stripe1.svg") no-repeat;
      background-position: bottom, top left, bottom right -26%, center;
      background-size: auto;
    }
    100% {
      background: url("../img/one-wallet-footer-bg.svg") no-repeat,
        url("/assets/img/crypto-stripe1.svg") no-repeat,
        url("../img/crypto-stripe1.svg") no-repeat;
      background-position: bottom, top left, bottom right -26%, center;
      background-size: auto;
    }
  }
}
/* ----one-wallet---- */
#one-wallet .one-wallet {
  text-align: center;
  max-width: 800px;
  margin: 48px auto;
}
#one-wallet .one-wallet .sfp-logo .logo-box {
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#one-wallet .one-wallet .title {
  margin-bottom: 48px;
}
#one-wallet .one-wallet .title h3 {
  color: #ffffff;
  font-weight: 1000;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
#one-wallet .one-wallet .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;
}
#one-wallet .one-wallet .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;
}
@media (max-width: 991px) {
  .one-wallet-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;
  }
  .one-wallet-footer-main {
    background: url("/assets/img/crypto-stripe1.svg") no-repeat,
      url("../img/one-wallet-footer-bg-m.svg") no-repeat,
      url("../img/crypto-stripe1.svg") no-repeat;
    background-position: top left, bottom, bottom right 320%, center;
    background-size: auto;
  }
  #one-wallet .one-wallet {
    max-width: 100%;
    padding: 0px 16px;
  }
  #one-wallet .one-wallet .title h3 {
    font-size: 48px;
  }
  #one-wallet .one-wallet .download .downloads-btn {
    font-weight: 500;
  }
}
/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
section {
  overflow: hidden;
}
button {
  font-weight: 700 !important;
}
.border-right-none {
  border-right: none !important;
}

#hero .hero-right .title-text h1.title-exclusive {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

#hero .hero-right .price .price-text .original-price {
  text-decoration-line: line-through;
  font-size: 16px;
  margin-left: 6px;
}
@media (max-width: 991px) {
  #hero .hero-right .title-text h1.title-exclusive {
    font-size: 20px;
  }
}
