.download-buttons {
  display: flex;
  gap: 20px;

  padding: 0px;
  margin-bottom: 8px;
  font-family: sans-serif;
}
.btdiv{
    margin-top: 50px;
}

.download-buttons .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 5px;
  min-width: 180px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.fl1{
    display: flex;
    align-items: center;
}

.download-buttons .button:hover {
  transform: translateY(-3px);
}

.google-play,
.android-apk {
  background: #000;
  color: #fff;
}

.apple-store {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.subtitle {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  margin: 0;
  color: #fff;

}


.namediv{
    font-size: 23px;
    text-align: left;
    font-weight: 600;

}

.label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.label img {
  height: 48px;
}


@media screen and (max-width:767px) {
    .namediv{
        font-size: 14px;
    }
    .label img {
  height: 24px;
}

}
    .containerdiv {
      padding: 60px 20px;
      backdrop-filter: brightness(1);
z-index: 1;
     min-height: 100vh;
      position: relative;
      overflow: hidden;
  
    }

    .bg2{
      border: 3px dashed rgb(217, 217, 217);
      height: 2px;
 
    }


.title {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 40px;
      line-height: 1.2;
      color: #fff;
      text-align: center;
    }

    .tabs-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 40px;
    }

  .scroll-arrow {
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    width: 60px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

    .accordion-tabs {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 10px;
      flex: 1;
      justify-content: center;
    }

    .accordion-tabs::-webkit-scrollbar {
      display: none;
    }

    .tab {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.1);
      padding: 12px 24px;
      border-radius: 32px;
      cursor: pointer;
      transition: background 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      white-space: nowrap;
      color: #fff;
      gap: 10px;
      /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

    }

    .tab span {
      font-size: 1rem;
      font-weight: 600;
    }

    .tab.active,
    .tab:hover {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
    border: 1px solid rgb(255, 255, 255)
    }

    .icon {
      font-size: 20px;
    }

.card-display {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 60px 20px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: auto;
    left: 50%;
  text-align: center;
  color: #fff;
    transform: translate(-50%, 10px);
    border: 5px solid rgba(255, 255, 255, 0.8);
    /* From https://css.glass */
background: rgb(246 182 245 / 25%);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

    
}



.card-display h3{
  margin-top: 20px;
  font-size: 37px;
  color: #fff;
  margin-bottom: 0;
}



.card-display h4{
  color: #fff;
  font-size: 20px;
}



.card-display h6{
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}



    .card-content .icon {
      font-size: 36px;
    }

    .card-content .text h2 {
      margin: 10px 0 5px;
      font-size: 24px;
      color: #fff;
      font-weight: 600;
    }
.borderdash{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 20px;
}
  .pagination {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .dot {
      width: 30px;
      height: 1px;
      border-radius: 50%;
      background: #ccc;
      display: inline-block;
      transition: background 0.3s ease;
      cursor: pointer;
    }

    .dot.active {
      background: #000;
    }
.borderdash div{
  width: 24px;
  background: rgb(217, 217, 217);
  height: 7px;
  border-radius: 20px;
}

.containerwidth{
  position: relative;
      transition: background-image 0.6s ease-in-out;
}

.containerwidth::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
    

    .card-content .text p {
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 2px;
      color: #fff;
      font-weight: 500;
    }

    @media (max-width: 600px) {
      .title {
        font-size: 1.8rem;
      }

      .scroll-arrow {
        font-size: 24px;
      }
    }
@-webkit-keyframes tri-slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


@-webkit-keyframes tri-slide-top1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
img.moveup1{
  position: absolute;
    width: 250px;
    z-index: -1;
    left: -105px;
animation: tri-slide-top1 1.5s ease infinite alternate;
}

img.move-up {
  position: absolute;
  width: 250px;
  right: 0;
 animation: tri-slide-top 1.5s ease infinite alternate;
}

@keyframes shineOpacity {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

img.shine {
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 40%;
  animation: shineOpacity 1.5s ease-in-out infinite;
}

.bgpurchase{
  background: #f6fbf3;
  padding: 0px 20px;
  padding-bottom: 30px;
  border-radius: 16px;
  position: relative;
}
/* .bgpurchase hr{
  margin: 0;
} */

.bgpurchase p{
  font-size: 24px;
}
.bgpurchase h4{
  font-size: 38px;
  margin-top: 10px;
}

.bgpurchase button{
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.details_box h5{
  color: #51b832;
  font-size: 28px;
}

.details_box p{
  font-size: 18px;
  color: #000;
  line-height: normal;
}

.containergen {
    position: absolute;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 74%;
    top: 0;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .cardgen {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      padding: 20px 30px;
      margin: 10px;
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      position: relative;
      z-index: 2;
      width: 100%;
    }

    .card1 {
      transform: translate(-50px, -20px);
      border-bottom: 5px solid #41b91f;
    }

.card2 {
    transform: translate(52px, -42px);
    border-bottom: 5px solid #41b91f;
}

    .icon {
      font-size: 36px;
      color: #bbb;
      margin-right: 20px;
    }

    .text {
      font-size: 42px;
      font-weight: bold;
      line-height: normal;
    }

    .highlight {
      color: #41b91f;
    }

    .subtext {
      font-size: 42px;
      color: #bbb;
      font-weight: 600;
    }

    .profile {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid white;
    }

    .profile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .tp-brand-digi-slider-active .swiper-slide {
    width: 330px;
}

.tp-brand-item img {
    height: 168px;
    object-fit: contain;
    width: 286px;
}

.bgcardbg {
  width:40px;
  margin: auto;
  height:40px;
  border-radius:40px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
    
}

.bgcardbg img{
  filter:invert(1)
}


.herop button {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}



   .scroll-container {
      width: 100%;
      overflow: hidden;
      padding: 40px 0;
      background: transparent;
      padding-bottom: 20px;
      position: relative;
    }


    .scrollflex{
          position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -22%);
    }

    .scroll-wrapper {
      display: flex;
      width: max-content;
      animation: scroll-left 25s linear infinite;
    }

    .scroll-row.reverse .scroll-wrapper {
      animation: scroll-right 25s linear infinite;
    }

    .scroll-row {
      white-space: nowrap;
      display: flex;
      overflow: hidden;
      gap: 20px;
      margin: 15px 0;
      padding-bottom: 25px;
    }

    .brand-card {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      padding: 15px 25px;
      border-radius: 18px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      min-width: 260px;
      margin: 0px 20px;
      font-weight: 600;
      flex-shrink: 0;
      font-size: 28px;
      color: #000;
    }

    .tp-hero-digi-title{
      line-height: normal;
    }

    .brand-card img {
      width: 68px;
      height: 68px;
      object-fit: contain;
    }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @keyframes scroll-right {
      0% { transform: translateX(-50%); }
      100% { transform: translateX(0); }
    }


    .rotate {
    animation: rotate 15s linear infinite
}

@keyframes rotate{
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.boxani{
      position: absolute;
    width: 61%;
    bottom: -88px;
    right: -13%;

}


.tp-footer-digi-widget ul li a:hover, .tp-footer-digi-widget ul li a:focus{
  color: #41b91f;
}


.heightpu1{
  min-height: auto;
  padding-top: 60px;
  /* overflow: hidden; */
}

.bgpurchase p{
  color: #aab398 !important;
}



.imgwallet {
    width: 239px;
    transform: translate(120%, 85px);
}

.positionwallet{
  position: absolute;
  right: 0;
  bottom:0;
}


.imgwalletscroll{
  width: 400px;
  margin: 0px 40px;
}

.walletboxbg{
  min-height: 450px;
  padding: 50px;
  margin: 20px 0px;
      background-position: calc(100% - 1.33333vw) calc(100% - 1.33333vw);
    background-repeat: no-repeat;
    background-size: 8vw;
}


.walletboxbg p {
    color: #aab398 !important;
    font-size: 28px;
    line-height: normal;
}

.walletboxbg h4 {
    font-size: 38px;
    margin: 20px 0px;
}


.distributordiv h3{
  color: #000;
  font-size: 38px;
}


.distributordiv p{
  line-height: normal;
  font-size: 24px;
  color: #000;
}




.form-container {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    float: inline-end;
    transform: translate(0px, -60px);
    max-width: 500px;
}

 .form-container   .form-group {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
    }

 .form-container   .form-field {
      flex: 1;
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }

  .form-container  label {
      font-weight: 600;
      margin-bottom: 5px;
    }

   .form-container label.required::before {
      content: "* ";
      color: red;
    }

   .form-container input, select, textarea {
      padding: 12px;
      font-size: 14px;
      border-radius: 6px;
      border: 1px solid #ccc;
      outline: none;
      transition: border 0.3s;
    }

    .form-container input:focus, textarea:focus, select:focus {
      border-color: #333;
    }

    .form-container .error input {
      border-color: red;
    }

    .form-container .error-msg {
      color: red;
      font-size: 12px;
      margin-top: 4px;
    }

   .form-container .submit-btn {
      background: #000;
      color: #fff;
      border: none;
      padding: 14px 20px;
      width: 100%;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }

    .form-container .textarea-info {
      font-size: 12px;
      text-align: right;
      color: #888;
    }


    .formdiv{
      background-image: url(../img/formbg.png);

      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed
      ;
    }


  .formdiv h3 {
    color: #c2f2b3;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 900;
}
     .formdiv p{
      color: #c2f2b3;
      font-size: 24px;

    }

    .aboutontent p{
      color: #000;
      font-size: 20px;
    }



    .contact-card {
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px;
      border-radius: 20px;
      box-shadow: 4px 4px 0 #45b233;
      border: 1px solid #ddd;
      max-width: 100%;
      width: 100%;
      gap: 30px;
      flex-wrap: wrap;
    }

 .contact-left {
    background: linear-gradient(to bottom right, #61c15a, #38b444);
    border-radius: 15px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 60px 40px;
    text-align: center;
    background-image: url(../img/cobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 500px;
    height: 100%;
    min-height: 300px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: auto;
}

    .contact-right {
      display: flex;
      flex-direction: column;
      gap: 15px;
      flex: 1;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 15px;
      background: #f6fbf5;
      padding: 14px 20px;
      border-radius: 12px;
    }

    .contact-item i {
      font-size: 20px;
      color: #000;
      width: 25px;
      text-align: center;
    }

    .contact-item a {
      text-decoration: none;
      color: #1a73e8;
      font-weight: 500;
      word-break: break-all;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-card {
        flex-direction: column;
        align-items: stretch;
      }

      .contact-left {
        width: 100%;
        padding: 40px 20px;
      }
    }


    .download-buttons.down .button{
      max-width: 235px;
    }

    .download-buttons.down.btdiv {
    margin-top: 0;
}

.scannercontainer{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

 .text {
      font-size: 28px;
      font-weight: 600;
      color: #111;
      line-height: 1.6;
      text-align: center;
    }

    .typewriter-text span {
      /* border-right: 2px solid #000; */
      
      overflow: hidden;
      display: inline-block;
      /* animation: typing 4s steps(60, end), blink .75s step-end infinite; */
    }

    @keyframes typing {
      from { width: 0 }
      to { width: 100% }
    }

    @keyframes blink {
      50% { border-color: transparent }
    }



     .termsprivacycontent h1,.termsprivacyconten h2 {
      color: #51b832;

    }
      .termsprivacycontent  h1 {
      border-bottom: 2px solid #51b832;
      padding-bottom: 10px;
    }
      .termsprivacycontent  section {
      margin-bottom: 40px;
    }

  .termsprivacycontent  section h2{
    font-size: 20px;
    color: #333;
  }

    .termsprivacycontent  .section h2{
    font-size: 20px;
    color: #333;
  }

      .termsprivacycontent  ul {
      padding-left: 20px;
    }
     .termsprivacycontent  ul li {
      margin-bottom: 8px;
    }
     .termsprivacycontent  strong {
      color: #51b832;
    }
      .termsprivacycontent  a {
      color: #51b832;
      text-decoration: none;
    }


    
@-webkit-keyframes moveupdownload1 {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
    }
    100% {
        -webkit-transform: translateX(30px) skewX(10deg);
        transform: translateX(30px) skewX(10deg);
    }
}

img.moveupdownload1 {
    position: absolute;
    width: 400px;
    z-index: 2;
    left: 0;
    bottom: 5px;
    animation: moveupdownload1 1.5s ease-in-out infinite alternate;
}



@-webkit-keyframes moveupdownload2 {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
    }
    100% {
        -webkit-transform: translateX(-30px) skewX(-10deg);
        transform: translateX(-30px) skewX(-10deg);
    }
}

img.moveupdownload2 {
    position: absolute;
    width: 500px;
    z-index: 1;
    right: 0;
    bottom: 5px;
    animation: moveupdownload2 1.5s ease-in-out infinite alternate;
}


h2.tp-hero-digi-title.fs-70.fs-xl-70.fs-md-50.fs-sm-40 {
    font-size: 50px;
}

h2.tp-hero-digi-title.fs-70.fs-xl-70.fs-md-50.fs-sm-40 br {
    display: none;
}

@media screen and (max-width:767px) {
  .mb-60 {
    margin-bottom: 30px;
}
.bgpurchase h4{
  font-size: 23px;
}
.bgpurchase p {
    font-size: 19px;
}
    .fs-lg-45 {
        font-size: 22px;
        line-height: 30px !important;
    }
        .pt-150 {
        padding-top: 54px;
    }
    .details_box h5 {
    color: #51b832;
    font-size: 22px;
    margin: 10px 0px;
}
.subtext {
    font-size: 20px;}
    .text{
      font-size: 22px;
    }
    .tp-subscribe-digi-form {
        width: 93%;
    }
    .cardgen{
      padding: 20px 13px;
    }
    .icon img{
      width: 22px;
    }
    .pb-70 {
    padding-bottom: 30px;
}
.tp-footer-area.tp-whitest-bg.pt-155 {
    padding: 50px 10px;
}
.tp-brand-area.pt-100.pb-60{
  padding-bottom: 0px;
}
h2.tp-hero-digi-title.fs-70.fs-xl-70.fs-md-50.fs-sm-40 {
    font-size: 27px;
    line-height: 34px;
}
p.fs-28.fs-xl-20.fs-md-20.fs-sm-16 {
    font-size: 20px;
}
.download-buttons{
  gap: 5px;
}
.download-buttons .button{
  padding: 6px 10px;
  min-width: auto;
}
img.move-up {
    position: absolute;
    width: 52%;
    right: 0;
    animation: tri-slide-top 1.5s ease infinite alternate;
}
img.moveup1 {
    position: absolute;
    width: 50%;
    z-index: 1;
    left: -27px;
    animation: tri-slide-top1 1.5s ease infinite alternate;
}


.containerdiv {
  min-height: 120vh;
  overflow: visible;
}

.subtitle {
  font-size: 10px;
}

 .title {
        font-size: 20px;
        line-height: unset;
    }
    .containerwidth {
      padding-bottom: 50px;
    }

    .typewriter-text span{
      font-size: 18px;
    }
    .boxani{
      right: 0;
    }
    .tp-about-area.pt-150.pb-120{
      padding-bottom: 0;
    }
    .imgwallet{
      transform: inherit;
    }
    /* .tp-hero-area.pb-40.fix {
    padding-bottom: 0;
} */
    .contact-left {
        width: 100%;
        padding: 40px 20px;
        max-height: 200px;
    }
    .contact-card{
      padding: 30px 10px;
    }

.walletboxbg {
  min-height: auto;
}

.mb-55 {
    margin-bottom: 25px;
}
    
    .walletboxbg{
      padding: 50px 20px;
    }

    .row.align-items-center.pt-50.pb-40.aboutontent.abdirecrion {
    padding-bottom: 0 !important;
    padding: 0;
    flex-direction: column-reverse;
    gap: 20px;
    margin: 10px -10px;
}
.pt-150 {
        padding-top: 30px;
    }

    .scannerimg{
      max-width: 153px !important;
    }

    .col-lg-5.downloadanimation {
    padding-top: 115px;
    padding-bottom: 50px;
}

.tp-breadcrumb-title-wrap .fs-md-50 {
        font-size: 32px;
    }
.termsprivacycontent h1{
  font-size: 20px;
}

.bgpurchase {
  margin: 10px 0px;
}
    
.distributordiv h3{
  font-size: 22px;
  margin-top: 20px;
}
.distributordiv p{
  font-size: 18px;
}
.formdiv h3 {
    color: #c2f2b3;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 900;
    margin-top: 30px;
}
.form-container{
  transform: inherit;
  margin-top: 20px;
  padding: 30px 10px;
  margin-bottom: 20px;
}
body{
  overflow-x: hidden;
}
.rotate{
  width: 85%;
}

a.tp-btn.fw-600.tp-text-common-black.tp-bg-theme-primary.d-none.d-sm-block.tp-round-100 {
    display: block !important;
}

.scroll-arrow{
  font-size: 10px !important;
  width: 25px;

  height: 25px;
}
.tab{
  padding: 12px 6px;
}
html{
  overflow-x: hidden;
}
.tabs-wrapper{
  flex-direction: column;
}
}

.tp-main-menu-digi nav ul li a.active {
    color: var(--tp-common-black);
    border-bottom: 2px solid #9dfd49;
    padding-bottom: 4px !important;
}