#main {
  overflow: hidden;
}

/* ------------------ header ------------------- */

/* ------------------- hero ------------------- */
#hero {
  background: url("../../assets/img/reseller/hero-bg.svg") no-repeat,
    linear-gradient(
      169.02deg,
      rgba(117, 84, 252, 0.58) -2.75%,
      rgba(177, 159, 250, 0) 43.53%
    ),
    #f7f6ff;
  background-size: cover;
  background-position: top 194px left 0, center;
  overflow: hidden;
}
#hero .hero {
  padding: 222px 0px 100px;
}
#hero .hero .top-item {
  max-width: 615px;
  color: #0d0b33;
  margin-bottom: 450px;
}
#hero .hero .top-item h3.title {
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  margin: 10px auto 60px;
  position: relative;
  z-index: 1;
}
#hero .hero .top-item p.sub-title {
  color: #4A21EF;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
#hero .hero .top-item .get-in-touch button.btn {
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.6;
  background: #79efbd;
  border-radius: 100px;
}
#hero .hero .puzzle {
  max-width: 585px;
  height: auto;
  animation: astronautMove 5s infinite linear;
  top: 25%;
  left: 100%;
}
#hero .hero .puzzle2 {
  max-width: 292px;
  height: auto;
  animation: astronautMove 5s infinite linear;
  top: -1%;
  left: 91%;
}
#hero .hero .bottom-item {
  margin: 0px 80px;
}
#hero .hero .bottom-item .list-item-box {
  margin: -50px;
}
#hero .hero .bottom-item .list-item-box .list-item {
  padding: 50px;
  color: #f7f6ff;
}
#hero .hero .bottom-item .list-item-box .list-item .img {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}
#hero .hero .bottom-item .list-item-box .list-item .img:hover {
  animation: moveY 2s infinite cubic-bezier(0.4, 0, 1, 1);
}
#hero .hero .bottom-item .list-item-box .list-item .img img {
  width: 100%;
  height: auto;
  font-size: 0px;
}
#hero .hero .bottom-item .list-item-box .list-item h3.title {
  font-size: 24px;
  line-height: 1;
  font-weight: 1000;
  margin-bottom: 16px;
  text-align: center;
}
#hero .hero .bottom-item .list-item-box .list-item p.describe {
  font-size: 18px;
  line-height: 1.6;
}
@media(max-width: 991px) {
  #hero {
    background: url("../../assets/img/reseller/hero-m-bg.svg") no-repeat,
      linear-gradient(
        169.02deg,
        rgba(117, 84, 252, 0.58) -2.75%,
        rgba(177, 159, 250, 0) 43.53%
      ),
      #f7f6ff;
    background-size: cover;
    background-position: top 320px left 25%, center;
    overflow: hidden;
  }
  #hero .hero {
    padding: 98.8px 16px 50px;
  }
  #hero .hero .top-item {
    max-width: 100%;
    margin-bottom: 300px;
    text-align: center;
  }
  #hero .hero .top-item h3.title {
    font-size: 36px;
    font-weight: 1000;
    line-height: 1;
    margin: 10px auto 22px;
  }
  #hero .hero .top-item .get-in-touch button.btn {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.6;
    background: transparent;
    border-radius: 80px;
    border: 1px solid #000000;
  }
  #hero .hero .puzzle {
    max-width: 354px;
    height: auto;
    animation: astronautMove 5s infinite linear;
    top: 100%;
    left: 40%;
  }
  #hero .hero .puzzle2 {
    max-width: 171px;
    height: auto;
    animation: astronautMove 5s infinite linear;
    top: 97%;
    left: -23%;
  }
  #hero .hero .bottom-item {
    margin: 0px;
  }
  #hero .hero .bottom-item .list-item-box {
    margin: 0px;
  }
  #hero .hero .bottom-item .list-item-box .list-item {
    padding: 0px;
    margin-bottom: 50px;
  }
  #hero .hero .bottom-item .list-item-box .list-item .img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  #hero .hero .bottom-item .list-item-box .list-item .img img {
    width: 100%;
    height: auto;
    font-size: 0px;
  }
  #hero .hero .bottom-item .list-item-box .list-item h3.title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
/* -------------------------- join-us-now ------------------------------ */
#join-us-now {
  background: #f8f7ff;
}
#join-us-now .join-us-now {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 250px;
  box-sizing: content-box;
}
#join-us-now .describe{
  margin-bottom: 77px;
}
#join-us-now .describe .title h3 {
  color: #0d0b33;
  font-weight: 1000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
#join-us-now .describe .pc-star.title .start-1{
  top: -24%;
    left: 17.6%;
}
#join-us-now .describe .pc-star.title .start-2{
  top: 49%;
  right: 17.4%;
}
#join-us-now .describe h3 {
  font-weight: 700;
  color: #0d0b33;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
#join-us-now .describe p {
  color: #0d0b33;
  font-size: 18px;
  line-height: 1.6;
}
#join-us-now .from .form-label {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
}
#join-us-now .from input.form-control {
  height: 56px;
  line-height: 56px;
}
#join-us-now .from .row div {
  margin-bottom: 30px;
}
#join-us-now .from .row div:nth-last-child(1) {
  margin: 60px auto 0px;
  text-align: center;
}
#join-us-now .from button.my-btn {
  padding: 16px 24px;
  background: #79efbd;
  border-radius: 100px;
  color: #0d0b33;
  font-size: 18px;
  line-height: 1.6;
  border: none;
}
@media(max-width:991px) {
  #join-us-now .join-us-now {
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 16px 50px;
    box-sizing: border-box;
  }
  #join-us-now .describe {
    margin-bottom: 40px;
  }
  #join-us-now .describe .title h3 {
    margin-bottom: 30px;
  }
  #join-us-now .from input.form-control {
    height: 48px;
    line-height: 48px;
  }
  #join-us-now .from .row {
    margin: 0;
    padding: 0px;
  }
  #join-us-now .from .row div {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #join-us-now .from .row div:nth-last-child(1) {
    margin: 60px auto 0px;
    text-align: center;
    
  }
  #join-us-now .from button.my-btn {
    padding: 16px 24px;
    background: #79efbd;
    border-radius: 100px;
    color: #0d0b33;
    font-size: 18px;
    line-height: 1.6;
    border: none;
    width: 100%;
  }
}
/* -------------------------- global-wide ----------------------------------- */
#global-wide {
  background: linear-gradient(180deg, #0E0C34 0%, #351BA9 36.93%, #4621DC 70.62%, #4B22EE 100%);
}
#global-wide .global-wide {
  padding: 146px 0px;
}
#global-wide .pc-star.title {
  max-width: 562px;
  margin: 0 auto 90px;
}
#global-wide .pc-star.title h3{
  color: #F7F6FF;
  font-size: 48px;
  line-height: 1;
  font-weight: 1000;
  text-align: center;
}
#global-wide .pc-star.title .start-1 {
  top: 16%;
    left: -8.4%;
}
#global-wide .pc-star.title .start-2 {
  top: 54%;
    right: -8.4%;
}
#global-wide .country-amazon {
  margin-bottom: 78px;
}
#global-wide .search-box {
  padding-bottom: 126px;
}
#global-wide .search-box .my-input {
  width: 750px;
  margin: auto;
}
#global-wide .search-box .search-input {
  width: 100%;
  background: #f7f6ff;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 128px;
  padding-left: 80px;
  border: 1px solid #88869e;
  border-radius: 140px;
  height: 60px;
  line-height: 60px;
  box-sizing: content-box;
}
#global-wide .search-box .search-input:focus {
  outline-color: #79efbd;
}
#global-wide .search-box .search-input::placeholder {
  color: #0d0b33;
  font-size: 16px;
  line-height: 1.6;
}
#global-wide .search-box .search-btn {
  padding: 16px 24px;
  background: #79efbd;
  border-radius: 100px;
  color: #0d0b33;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
  right: 28px;
  font-weight: 700;
}
#global-wide .search-box .search-icon {
  width: 24px;
  height: 24px;
  left: 34px;
  z-index: 1;
}
#global-wide .search-box .search-icon img {
  width: 100%;
  height: 100%;
  font-size: 0;
  object-fit: contain;
  vertical-align: baseline;
}
#global-wide .country-box {
  margin: -21px;
}
#global-wide .country-box.row>* {
  padding: 21px;
}
#global-wide .country-box .country-item {
  padding: 30px;
  border: 1px solid #79EFBD;
  border-radius: 12px;
  color: #F7F6FF;
  font-size: 18px;
  height: 100%;
}
#global-wide .country-box .country-item .item-name,
#global-wide .country-box .country-item .item-title {
  margin-bottom: 30px;
}
#global-wide .country-box .country-item .item-name .item-flag {
  margin-right: 10px;
}
#global-wide .country-box .country-item .item-name .item-country-name {
  font-size: 18px;
  line-height: 160%;
}
#global-wide .country-box .country-item .item-title {
  color: #79EFBD;
  font-szie: 24px;
  font-weight: 1000;
  line-height: 1;
}
#global-wide .country-box .country-item .info-icon {
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.6;
}
#global-wide .country-box .country-item  .info-text {
  word-break: break-all !important;
  word-wrap : break-word !important;
  color: #F7F6FF;
}
#global-wide .country-box .country-item  .info-text.web-text {
  min-width: 0; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#global-wide .country-box .country-item  .info-text a {
  word-break: break-all !important;
  word-wrap : break-word !important;
  color: #F7F6FF;
  font-size: 18px;
  line-height: 1.6;
}
#global-wide .country-box .country-item .info-icon img {
  width: 18px;
  height: 18px;
}
#global-wide .country-amazon {
  margin-bottom: 24px;
}
#global-wide .country-amazon .country-amazon-item {
  margin-bottom: 20px;
}
@media(max-width: 991px) {
  #global-wide .global-wide {
    padding: 100px 16px 60px;
  }
  #global-wide .search-box {
    padding-bottom: 41px;
    background: none;
  }
  #global-wide .search-box .my-input {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  #global-wide .search-box .search-input {
    width: calc(100% - 80px);
    background: #f7f6ff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 28px;
    padding-left: 60px;
    border: 1px solid #88869e;
    border-radius: 40px;
    height: 27px;
    line-height: 27px;
  }
  #global-wide .search-box .search-input::placeholder {
    color: #0d0b33;
    font-size: 16px;
    line-height: 1.6;
  }
  #global-wide .search-box input.search-input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #global-wide .search-box .search-icon {
    width: 18px;
    height: 18px;
    left: 34px;
  }
  #global-wide .country-amazon .country-amazon-item img {
    width: 100%;
  }
}
#search_result_box {
  display: none;
  margin-top: 30px;
  background: #ffffff;
  padding: 60px;
  border-radius: 12px;
}
#search_result_box p {
    width: 340px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#search_result_box p img.flagImg{
  width:30px;
  top: 0 !important;
}
#search_result_box p img {
  margin-right: 10px;
}
#search_result_box .united_states {
  margin-top: 10px;
}
@media(max-width: 991px) {
  #search_result_box {
    display: none;
    margin-top: 20px;
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 10px;
  }
}
/* ------------------ start-soar-footer ---------------------- */
/* .start-soar-footer {
    background: linear-gradient(173.89deg, rgba(117, 84, 252, 0) 34.61%, rgba(117, 84, 252, 0.2) 96.2%), linear-gradient(180deg, rgba(13, 11, 51, 0) 0%, #0D0B33 100%), linear-gradient(180deg, rgba(74, 33, 239, 0) 0%, #4A21EF 100%), #4A21EF;
} */
.start-soar-footer {
  background: 
    linear-gradient( 181deg, rgba(117, 84, 252, 0) 35.1%, rgba(117, 84, 252, 0.2) 99.39% ), 
    linear-gradient(180deg, rgba(13, 11, 51, 0) 11.15%, #0d0b33 71.27%), 
    linear-gradient(180deg, rgba(74, 33, 239, 0) 0%, #4a21ef 100%), #4a21ef;
}
.start-soar-footer-main {
  background: url("../../assets/img/crypto-stripe1.svg") no-repeat top left/ auto,
  url("../../assets/img/one-wallet-footer-bg.svg") no-repeat bottom/auto 100%,
  url("../../assets/img/crypto-stripe1.svg") no-repeat bottom right -26%/ auto;
  animation: starFooter 5s ease-in infinite;
}
@media (min-width: 991px){
  @keyframes starFooter {
    0% {
      background: 
        url("../../assets/img/crypto-stripe1.svg") no-repeat top left/ auto,
        url("../../assets/img/one-wallet-footer-bg.svg") no-repeat bottom/auto 100%,
        url("../../assets/img/crypto-stripe1.svg") no-repeat bottom right -26%/ auto;
    }
    50% {
      background: 
        url("../../assets/img/crypto-stripe1.svg") no-repeat top left/ auto,
        url("../../assets/img/one-wallet-footer-bg2.svg") no-repeat bottom/auto 100%,
        url("../../assets/img/crypto-stripe1.svg") no-repeat bottom right -26%/ auto;
    }
    100% {
      background: 
        url("../../assets/img/crypto-stripe1.svg") no-repeat top left/ auto,
        url("../../assets/img/one-wallet-footer-bg.svg") no-repeat bottom/auto 100%,
        url("../../assets/img/crypto-stripe1.svg") no-repeat bottom right -26%/ auto;
    }
  } 
}
/* ----start-soar---- */
#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;
}
#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;
}
#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;
}
@media (max-width: 991px) {
  .start-soar-footer {
    background: 
      linear-gradient( 181deg, rgba(117, 84, 252, 0) 35.1%, rgba(117, 84, 252, 0.2) 99.39% ), 
      linear-gradient(180deg, rgba(13, 11, 51, 0) 11.15%, #0d0b33 71.27%), 
      linear-gradient(180deg, rgba(74, 33, 239, 0) 0%, #4a21ef 100%), #4a21ef;
    background-size: auto;
  }
  .start-soar-footer-main {
    background: url("../../assets/img/crypto-stripe1.svg") no-repeat top left,
    url("../../assets/img/one-wallet-footer-bg-m.svg") no-repeat bottom,
    url("../../assets/img/crypto-stripe1.svg") no-repeat bottom right -26%;
  }
  #start-soar .start-soar {
    max-width: 100%;
    padding: 80px 16px 90px;
  }
  #start-soar .start-soar .title h3 {
    font-weight: 1000;
    font-size: 48px;
  }
  #global-wide .pc-star.title h3{
    font-size: 32px;
  }
}
