*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('img/bg2.webp');
    background-position: center;
}
h1 , h2, h3, h4{
    color: #000;
}
p, li{
    color: #000;
}
/* header */
.set{
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.logo{
    width: 150px;
}
.login{
    background-color: #fe6201;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}
.signup{
    background-color: #107122;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
}
/* header */

/* form */
.box{
          font-family: 'Poppins', sans-serif;
      background: url('img/bg.webp') no-repeat center center/cover;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
}
    .login-box {
      background: rgba(0, 0, 0, 0.8);
      border: 2px solid #fd7e14;;
      border-radius: 10px;
      padding: 30px;
      width: 400px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
       
    }

    .tab-container {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      margin-top: 10px;
    }

    .tab {
      width: 50%;
      padding: 10px;
      cursor: pointer;
      background: black;
      border: none;
      color: white;
      font-weight: bold;
    }

    .tab.active {
      background: orange;
      color: white;
    }

    .input-group {
      margin-bottom: 15px;
      text-align: left;
    }

    input, select {
      width: 100%;
      padding: 10px;
      border: 1px solid #555;
      border-radius: 4px;
      background: #222;
      color: white;
    }

    input::placeholder {
      color: #aaa;
    }

    .forget {
      color: orange;
      font-size: 14px;
      display: block;
      text-align: left;
      margin-bottom: 15px;
      text-decoration: none;
    }

    .btn {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      margin-bottom: 15px;
    }

    .signup-btn {
      background: orange;
      color: white;
    }

    .demo-btn {
      background: #00c851;
      color: white;
    }

    .whatsapp-btn {
      background: #25D366;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .divider {
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ccc;
    }

    .divider::before, .divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #555;
      margin: 0 10px;
    }

    .register {
      font-size: 14px;
      color: white;
    }

    .register a {
      color: orange;
      text-decoration: none;
      font-weight: bold;
    }
/* form */

/* slider */
.slider-container {
      overflow: hidden;
      border-radius: 10px;
      background-color: #000;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-left: 50px;
      margin-right: 50px;
      padding: 20px ;
    }

    .slider {
      display: flex;
      transition: transform 1s ease-in-out;
      gap: 15px;
    }

    .slide {
      min-width: 50%;
      transition: 0.5s;
    }

    .slide img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 20px;
            border: 2px solid orange;
    }

/* slider */
.get{
    background-color: #000;
}
.see{
    background-color: #fff;
}
.go{
    border-bottom: 2px solid #fd7e14;
    margin-top: 10px;
}
.slider-container2 {
      overflow: hidden;
      width: 100%;
      background-color: transparent;
    }
    .image-track {
      display: flex;
      gap: 10px; /* image ke beech gap */
      transition: transform 0.8s ease;
    }
    .image-track img {
      width: calc(20% - 10px); /* 5 image ek row me */
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    .bonus-section {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 50px 10px;
    }
    .bonus{
        background-image: url('img/OIP.webp');
        background-size: contain;
    }
    .bonus h3{
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .bonus-box {
      background: rgba(0,0,0,0.5);
      border: 1px solid #999;
      border-radius: 15px;
      width: 250px;
      text-align: center;
      color: #fff;
      padding: 20px;
      box-shadow: 0 0 10px rgba(255,255,255,0.1);
    }

    .bonus-header {
      border-radius: 10px 10px 0 0;
      padding: 10px;
      font-weight: bold;
      font-size: 16px;
      color: #fff;
    }

    .blue { background-color: #002FA7; }
    .silver { background-color: #ccc; color: #000; }
    .gold { background-color: #FFD700; color: #000; }
    .platinum { background-color: #E5E4E2; color: #000; }

    .deposit-text {
      font-size: 30px;
      font-weight: bold;
      margin: 20px 0;
    }

    .bonus-text {
      font-size: 18px;
      margin-top: 10px;
    }

    .bonus-percent {
      font-size: 60px;
      font-weight: bold;
    }

    .gold-text { color: #FFD700; }
    .silver-text { color: #ccc; }
    .white-text { color: #fff; }
.like{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
    table {
      width: 90%;
      margin: auto;
      border-collapse: collapse;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
      border: 2px solid #000 !important;
    }
 .like h3{
    text-align: center !important;
 }
    th, td {
      padding: 12px 15px;
      text-align: left;
            border: 2px solid #000;
    }

    thead {
      background-color: #fe6201;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }
    .org{
        background-color: #fd7e14;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .org img{
        width: 600px; 
        height: 400px;
    }
    .org h3{
        color: #fff;
        margin-top: 100px;
    }
    .org p{
        color: #fff;
    }
.down{
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.payment-section {
      padding: 50px 20px;
      text-align: center;
      border-top: 5px solid #ff6600;
    }

    .payment-section h3 {
      font-size: 28px;
      letter-spacing: 1px;
      margin-bottom: 40px;
      text-transform: uppercase;
      color: #fff;
    }

    .payment-logos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
      max-width: 1000px;
      margin: 0 auto;
    }

    .payment-box {
      background: #fff;
      border-radius: 12px;
      width: 150px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .payment-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px rgba(255,102,0,0.4);
    }

    .payment-box img {
      max-width: 80%;
      max-height: 60px;
      object-fit: contain;
    }

    @media (max-width: 600px) {
      .payment-box {
        width: 120px;
        height: 80px;
      }
    }
 .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(255, 180, 90, .12), rgba(0, 0, 0, .92));
    backdrop-filter: blur(28px);
    border: 1px solid rgba(255, 190, 120, .45);
    box-shadow: 0 0 60px rgba(255, 165, 0, .25), inset 0 0 25px rgba(255, 165, 0, .15);
  }

  .faq-section h4 {
    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;
    border: 1px solid #fff;
    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;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }
   footer {
      background: #1d1d1d;
      color: #ccc;
      padding: 50px 0 20px;
      font-family: "Poppins", sans-serif;
    }

    .footer-logo img {
      max-width: 160px;
      margin-bottom: 15px;
    }

    .footer-logo p {
      color: #ccc;
      font-size: 14px;
      line-height: 1.7;
    }

    .footer-title {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 18px;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin-bottom: 10px;
    }

    .footer-links ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }

    .footer-links ul li a:hover {
      color: #ff6600;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      margin-left: 10px;
      font-size: 18px;
      transition: 0.3s;
    }

    .social-icons a.telegram {
      background: #229ED9;
    }

    .social-icons a.instagram {
      background: #E4405F;
    }

    .social-icons a:hover {
      opacity: 0.8;
    }

    .footer-bottom {
      border-top: 1px solid #444;
      margin-top: 30px;
      padding-top: 20px;
    }

    .license-section {
      display: flex;
      align-items: center;
      margin-top: 30px;
      border-top: 1px solid #444;
      padding-top: 20px;
    }

    .license-section img {
      max-width: 150px;
      margin-right: 20px;
    }

    .disclaimer {
      font-size: 13px;
      color: #bbb;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      .license-section {
        flex-direction: column;
        text-align: center;
      }

      .license-section img {
        margin-bottom: 15px;
      }
    }
      /*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*/ 

      @media only screen and (max-width: 476px){
    .faq-section{
        padding: 10px;
    }
    p{
        text-align: justify;
    }
    .slider-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    .image-track img {
    width: calc(60% - 10px);
}

.slide {
    min-width: 100%;
}
.org img{
    width: 100%;
}
.payment-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
      }