   * {
    margin: 0;
    padding: 0;
   }
   body {
      background-color: #0d1117;
    }
    a{
        text-decoration: none !important;
        color: #fff !important;
    }
    li{
        list-style: none;
        color: #fff !important;
    }
p{
    text-align: justify;
    color: #fff;
}
h1 {
    color: #ffc827 !important;
    text-align: center;
    margin-top: 20px;
}
h2 {
    color: #ffc827 !important;
    text-align: center;
    margin-top: 20px;
}
h3{
        color: #ffc827 !important;
    text-align: center;
    margin-top: 20px;
}
.logo{
    width: 100px !important;
    height: 80px !important;
}
    .navbar {
      background-color: #141B25;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .navbar-nav .nav-link:hover {
      color: #ffc107;
    }

    .btn-gold {
      background: linear-gradient(to right, #bf953f, #ead26e, #f0dc77, #d3b151, #aa771c);
      color: #000;
      font-weight: 700 !important;
      border: none;
    }

    .banner img {
      width: 100%;
      height: auto;
    }
    .navbar-brand img {
      height: 40px;
    }
    .icon-strip {
  white-space: nowrap;
  overflow-x: auto;
  background-color: #0D0B0B;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-box img {
  width: 40px;
  height: 30px;
}

.icon-box a {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  margin-left: 30PX;
}

.icon-strip {
  cursor: auto;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }


}
.which{
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 30px;
}
/*h2 {*/
/*      color: #fff !important;*/
/*      margin-bottom: 40px;*/
/*      text-shadow: 0 0 10px #FFD700;*/
/*      font-size: 2rem;*/
/*      text-align: center;*/
/*    }*/

    .partners {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .partner-card {
      background-color: #111;
      border: 2px solid gold;
      box-shadow: 0 0 12px gold;
      padding: 20px;
      width: 250px;
      border-radius: 10px;
      text-align: center;
    }

    .partner-card img {
      width: 100%;
      max-height: 50px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .partner-card h3 {
      color: #FFD700;
      margin: 10px 0 5px;
      text-align: center;
    }

    .partner-card p {
      margin: 5px 0;
      font-size: 0.9rem;
      text-align: center;
      color: #fff;
    }

    .get-id {
      display: inline-block;
      margin-top: 15px;
      background: linear-gradient(to right, #f7d038, #c59d00);
      color: black;
      padding: 10px 20px;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
    }
    .going{
        background-color: #000;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .probox{
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 5px rgb(255 82 1 / 20%);
      padding: 8px;
}
.since{
    color: #ffc827;
    text-align: center;
    margin-top: 20px;
  }
  .pres{
    text-align: justify;
    color: #fff;
  }
  .earn{
    background-color: #000;
  }
 .bonus-section {
      max-width: 1200px;
      margin: auto;
    }

    .bonus-heading {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
      color: #fff;
    }

    .bonus-heading span {
      color: #FFD700;
    }

    .bonus-description {
      color: #ccc;
      font-size: 1rem;
      max-width: 800px;
      margin: 0 auto 40px;
      line-height: 1.6;
      color: #fff;
    }

    .bonus-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .feature-box {
      background-color: #111;
      border: 2px solid gold;
      box-shadow: 0 0 15px gold;
      border-radius: 10px;
      padding: 20px;
      width: 240px;
      text-align: center;
    }

    .feature-box img {
      width: 50px;
      margin-bottom: 15px;
    }

    .feature-box p {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0 8px yellow;
      font-size: 1rem;
      text-align: center;
    }
    .imgsize{
        width: 40px;
        height: 40px;
    }
    .appsize{
        width: 150px;
        height: 50px;
    }
.faq-section {
    width: 100%;
    min-height: 70vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
  }

  .faq-section h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background-color: #141410;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #141410;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }







.showmobilemenu {
  display: none;
}
@media only screen and (max-width: 768px) {
      .hideMenu {
    display: none !important;
  }

  .showmobilemenu {
    display: block;
  }
        .partner-card {
        width: 90%;
      }
            .feature-box {
        width: 90%;
      }
}
@media only screen and (max-width: 476px){
    .dd{
        text-align: center;
    }
}
  @media only screen and (max-width: 420px){
    .since{
      font-size: 18px;
    }
        .pres{
      font-size: 12px;
    }
  }
.soc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0; /* space above and below */
  text-align: center;
  background-color: #000;
}

.get {
  background: linear-gradient(to right, #0066ff, #00ccff);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.get:hover {
  background: linear-gradient(to right, #0052cc, #0099cc);
}

.get{
    display: block;
    padding: 10px;
    width: 50%;
    background: linear-gradient( to right, #bf953f, #ead26e, #f0dc77, #d3b151, #aa771c ) !important;
    color: #000 !important;
    border-radius: 7px;
    font-size: 16px;
    box-shadow: -3.828px -3.828px 6px 0 rgb(255 200 39 / 40%), 3px 5px 8px 0 rgb(255 82 1 / 20%) !important;
    font-weight: 500;
}
.dolly{
    background-color: #000;
}
/*Customer start*/

.know {
  font-size: 30px;
  color: #ffc827;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
figure.snip1390 {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000000;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%),
    3px 5px 8px 0px rgb(255 82 1 / 20%);
  background-color: #000000;
  padding: 30px;
  background-image: linear-gradient(
    -25deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h4 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
}
figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffc827;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 32px;
  left: 25px;
  font-size: 25px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #a6a57a;
}

/*Customer end*/
    /*========footer start=========*/
    .footer {
      background-color: #111;
    }

    .footer-top {
      display: flex;
      justify-content: space-around;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #333;
      flex-wrap: wrap;
      color: #fff;
    }

    .footer-top div {
      margin: 15px;
    }

    .footer-top i {
      font-size: 24px;
      margin-bottom: 10px;
      color: #FFD700;
    }

    .footer-left {
      flex: 1;
      min-width: 250px;
      max-width: 500px;
      padding: 10px 20px;
    }

    .footer-left img {
      width: 30px;
      vertical-align: middle;
    }
        .dd{
        text-align: center;
    }
        .use{
        text-align: start;
    }
    .footer-left p {
      font-size: 14px;
      line-height: 1.6;
      margin: 20px 0;
    }

    .follow-us {
      margin-top: 20px;
    }

    .follow-us h3 {
      color: #fff;
      margin-bottom: 10px;
    }

    .social-icons a {
      color: #fff;
      font-size: 20px;
      margin: 0 10px;
      background: #444;
      padding: 10px;
      border-radius: 50%;
      display: inline-block;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: #FFD700;
      color: #111;
    }

    .footer-links {
      flex: 2;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 10px 0;
    }

    .footer-links h3 {
      color: #FFD700;
      border-bottom: 2px solid #FFD700;
      padding-bottom: 5px;
      margin-bottom: 15px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links ul li {
      margin-bottom: 8px;
    }

    .footer-links ul li a {
      text-decoration: none;
      color: #bbb;
      font-size: 14px;
    }

    .footer-links ul li a:hover {
      color: #fff;
    }

    @media (max-width: 768px) {
      .footer-top {
        flex-direction: column;
        text-align: center;
      }

      .footer-links {
        flex-direction: column;
        align-items: center;
      }

      .footer-links > div {
        margin-bottom: 30px;
      }
    }
    .copyright-area {
      background: #202020;
      padding: 25px 0;
    }
    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #878787;
    }
    .copyright-text p a {
      color: #ffb80c;
    }
    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
      color: #fff;
    }
    .footer-menu li:hover a {
      color: #ffb80c;
    }
  /*========footer end=========*/

  
/*Customer start*/

.know {
  font-size: 30px;
  color: #ffc827;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  padding-top: 50px;
}
.crore{
    background-color: #0d0c0c; 
    background-image: url('img/bg.webp');
    background-size: cover;
}
   /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 