.about-ai {
  /*background: radial-gradient(circle at center, #000000 60%, #111111);*/
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.about-ai-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8cd45;
}

.about-ai-heading p {
  color: black;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 50px;
}

.about-ai-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.ai-card {
  background: rgba(3, 12, 57, 0.9);
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  position: relative;
  border:2px solid white;
}

/*.ai-card::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  background-color: #7CFC00;*/
/*  border-radius: 50%;*/
/*}*/
 .large-icon {
    font-size: 4em; 
    width: 1.2em;  
    height: 1.2em; 
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
  }

.ai-card h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.ai-card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.ai-card:hover {
  background: rgba(11, 11, 11, 0.08);
  transform: translateY(-5px);
  color: black;
}

.about-ai-btn {
  margin-top: 60px;
}

.start-btn {
  display: inline-block;
  color: #fff;
  background: none;
  border: 2px solid #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.start-btn:hover {
  background: #7CFC00;
  color: #000;
}

/* ðŸ“± Responsive for Mobile */
@media (max-width: 768px) {
  .about-ai {
    padding: 50px 15px;
  }

  .about-ai-heading h2 {
    font-size: 1.8rem;
  }

  .about-ai-heading p {
    font-size: 1rem;
  }

  .ai-card {
    padding: 20px 15px;
  }

  .ai-card h3 {
    font-size: 1rem;
  }

  .ai-card p {
    font-size: 0.9rem;
  }

  .start-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}
 /*Start Now*/
 .Start-1{
     /*background-color:lightgreen;*/
     background: url(../images/intro-banner.png) no-repeat right center / contain, linear-gradient(90deg, #01bc8d 0%, #00857c 154.3%);
     padding:20px;
     color:white;
     /*display:flex;*/
     /*justify-content:space-between;*/
     align-items= center;
     border-radius:30px;
 }
 
 .heading-1 {
  font-size: 2.5rem; 
  line-height: 1.2;
  max-width: 90%;
  color:white !important;
  font-weight:600;
 
 
}

/* Small-mobile devices (phones) */
@media (max-width: 480px) {
  .heading-1 {
    font-size: 1.8rem;
  }
}

/* Medium devices (tablets) */
@media (min-width: 481px) and (max-width: 768px) {
  .heading-1 {
    font-size: 2.2rem;
  }
}

/* Large devices (laptops / desktops) */
@media (min-width: 769px) {
  .heading-1 {
    font-size: 2.8rem;
  }
}

 /* CSS */
.btn-container {
  display: flex;
  justify-content: center;   
  align-items: center;      

  flex-direction: column;
  width: 100%;
 
  padding: 20px 0;
}

.btn-1 {
  background: linear-gradient(135deg, #4CAF50, #2E7D32); 
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.btn-1:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-1:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5);
}





/*new card*/


.about-trust {
  background: #ffffff;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  color: #0a0a2a;
}

.trust-heading h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0a0a2a;
  margin-bottom: 5px;
  line-height: 1.4;
}

.trust-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-card {
  flex: 1 1 280px;
  max-width: 300px;
}

.trust-card img {
 
  min-width: 60%;
  max-width: 60%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: -8px;
}

.trust-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a0a2a;
  margin-bottom: 10px;
}

.trust-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Hover effect */
.trust-card:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* ðŸ“± Responsive Design */
@media (max-width: 768px) {
  .about-trust {
    padding: 60px 15px;
  }

  .trust-heading h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .trust-cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .trust-card img {
    width: 60px;
    height: 60px;
  }

  .trust-card h3 {
    font-size: 1.1rem;
  }

  .trust-card p {
    font-size: 0.9rem;
  }
}


/*bot start*/


.bot-testimonials {
  background: #1c1b1b;
  /*background: #f8fcff;*/
  text-align: center;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.bot-heading h2 {
  font-size: 4.2rem;
  font-weight: 800;
  color:white;
  margin-bottom: 60px;
  line-height: 1.3;
}

.bot-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.bot-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  text-align: left;
  width: 340px;
  position: relative;
  transition: all 0.3s ease;
}

.bot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.bot-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a0a2a;
  margin-bottom: 10px;
}

.bot-stars {
  color: #ffcc00;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.bot-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bot-link {
  display: inline-flex;
  align-items: center;
  color: #0088cc;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.bot-link::before {
  content: '+';
  font-size: 1.2rem;
  margin-right: 6px;
  color: #00b8d8;
  font-weight: bold;
}

.bot-link:hover {
  color: #005b8f;
}

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .bot-testimonials {
    padding: 60px 15px;
  }

  .bot-heading h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .bot-card {
    width: 100%;
    max-width: 360px;
  }

  .bot-card p {
    font-size: 0.9rem;
  }
}

/*slider */
.aibot {
  /*background-color: #0b0f2e;*/
  color: #ffffff;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.aibot-content {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  gap: 60px;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.aibot-text {
  flex: 1 1 500px;
}

.aibot-text h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}

.aibot-text p {
  font-size: 1.1rem;
  color: #d1d1e0;
  margin-bottom: 30px;
}

.aibot-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.aibot-btn-primary {
  background-color: #00c2d1;
  color: #fff;
  padding: 14px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.aibot-btn-primary:hover {
  background-color: #00a6b3;
}

.aibot-btn-video {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding:14px 28px;
  border-radius:26px;
  border:2px solid blue;
}

.aibot-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  margin-right: 10px;
  font-size: 0.9rem;
}

.aibot-duration {
  font-size: 0.85rem;
  color: #bbb;
  margin-left: 5px;
}

.aibot-image {
  flex: 1 1 500px;
  position: relative;
  text-align: center;
}

.aibot-phone {
   right: -19%;
  bottom: 83px;
  animation-delay: 2s;
  height: 119px;
  width: 119px;
}

.aibot-chart {
  position: absolute;
  top: 30px;
  right: 0;
  width: 400px;
  opacity: 0.9;
  border-radius: 10px;
  z-index: 1;
}

/* Floating Crypto Icons */
.aibot-icon {
  position: absolute;
  width: 60px;
  opacity: 0.9;
  animation: float 5s ease-in-out infinite;
}

.aibot-btc {
  top: 50px;
  left: 60%;
   height: 109px;
  width: 109px;
  animation-delay: 0s;
}

.aibot-eth {
 bottom: 83px;
  left: 8%;
  animation-delay: 2s;
  height: 119px;
  width: 119px;
}

.aibot-xrp {
  right: -19%;
  bottom: 83px;
  animation-delay: 2s;
  height: 119px;
  width: 119px;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* ðŸ“± Responsive */
@media (max-width: 992px) {
  .aibot-content {
    flex-direction: column;
    text-align: center;
  }

  .aibot-text h1 {
    font-size: 2.2rem;
    margin-top:100px;
  }

  .aibot-phone {
    width: 220px;
    margin-top: 40px;
  }

  .aibot-chart {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .aibot-icon {
    display: none; /* hide floating icons on mobile */
  }
}

@media (max-width: 600px) {
  .aibot {
    padding: 34px 15px;
  }

  .aibot-text p {
    font-size: 1rem;
  }

  .aibot-btn-primary {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}


/*New Section*/
    .premium-card {
        background: #131313;
        padding: 28px;
        border-radius: 18px;
        border: 1px solid #1f1f1f;
        transition: 0.3s;
        min-height: 185px;
        position: relative;
    }

    .premium-card:hover {
        transform: translateY(-6px);
        border-color: #00e6b8;
        box-shadow: 0 0 25px rgba(0, 230, 184, 0.25);
    }

    .icon-box img {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

    h2, h3 {
        color: #f8cd45;
          font-weight: 801;
          font-size: 35px;
    }

    /* Steps */
    .step-card {
        background: #131313;
        border-radius: 16px;
        padding: 30px;
        border: 1px solid #222;
        transition: .3s;
        background:linear-gradient(147deg,#0e0f3c 0%, #053646 100%);
        color:white;
    }

    .step-card:hover {
        transform: translateY(-5px);
        border-color: #00e6b8;
        box-shadow: 0 0 20px rgba(0, 230, 184, 0.18);
    }

    .step-number {
        background: #00e6b8;
        color: #000;
        font-weight: 800;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        margin-bottom: 10px;
    }
/*DEMO ACCOUNT SECTION*/
/**/



/* Section */
.dxn-wallet-partners {
  padding: 60px 20px;
  /*background: #0c0e23;*/
  background-image: url('bg-dots.png');
  background-size: cover;
}

/* Main wrapper */
.dxn-wrapper {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 25px;
}

/* Card Block */
.dxn-card-block {
  background: rgba(10, 15, 40, 0.85);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

/* Title */
.dxn-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

/* Wallet List */
.dxn-wallet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.dxn-wallet-item {
  text-align: center;
  width: 130px;
}

.dxn-wallet-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
}

.dxn-wallet-item p {
  color: #cfd2ff;
  font-size: 14px;
  margin-top: 0;
}

/* Partner Logos */
.dxn-partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.dxn-partner-logos img {
  height: 40px;
  padding: 8px 14px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(255,255,255,0.15);
}

/* Mobile Responsive */
@media (max-width: 480px) {

  .dxn-wrapper {
    grid-template-columns: 1fr;
  }

  .dxn-card-block {
    padding: 22px;
  }

  .dxn-title {
    font-size: 20px;
  }

  .dxn-wallet-item {
    width: 100px;
  }

  .dxn-wallet-item img {
    width: 60px;
    height: 60px;
  }

  .dxn-partner-logos img {
    height: 35px;
    border-radius: 8px;
  }
}



/**/
/* Section Background */
.dxn-feature-section {
  padding: 60px 20px;
  background: #080a1f;
  background-image: url('bg-lines.png');
  background-size: cover;
}

/* Wrapper Grid */
.dxn-feature-wrapper {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 25px;
}

/* Feature Card */
.dxn-feature-card {
  background: rgba(12, 16, 40, 0.85);
  padding: 40px 25px;
  border-radius: 22px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  transition: 0.3s ease-in-out;
}

/* Hover Effect */
.dxn-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.55);
  border-color: rgba(255,255,255,0.22);
}

/* Icons */
.dxn-feature-icon {
  width: 80px;
  height: auto;
  margin-bottom: 18px;
  transition: 0.3s;
}

.dxn-feature-card:hover .dxn-feature-icon {
  transform: scale(1.08);
}

/* Heading */
.dxn-feature-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Text */
.dxn-feature-text {
  color: #cbd0ff;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}

/* Mobile Responsive */
@media(max-width: 480px) {

  .dxn-feature-card {
    padding: 30px 20px;
  }

  .dxn-feature-icon {
    width: 65px;
  }

  .dxn-feature-title {
    font-size: 20px;
  }

  .dxn-feature-text {
    font-size: 14px;
  }
}


/*text start*/
/* SECTION */
.dxn-hero-section {
  position: relative;
  /*padding: 140px 20px 100px;*/
  background: url('bg-green-tech.gif') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

/* Dark overlay */
.dxn-hero-overlay {
  position: absolute;
  inset: 0;
  background: #07091e;
  backdrop-filter: blur(2px);
}

/* Content Box */
.dxn-hero-content {
  position: relative;
  max-width: 1000px;
  margin: auto;
  z-index: 2;
}

/* Top Small Tag */
.dxn-hero-tag {
  color: #ffd447;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Main Heading */
.dxn-hero-title {
  color: #eaf0ff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

/* Sub Description */
.dxn-hero-sub {
  color: #d0d6ff;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* __________ MOBILE RESPONSIVE __________ */
@media (max-width: 720px) {

  .dxn-hero-section {
    padding: 110px 15px 80px;
  }

  .dxn-hero-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .dxn-hero-sub {
    font-size: 15px;
  }

  .dxn-hero-tag {
    font-size: 13px;
  }
}

@media (max-width: 480px) {

  .dxn-hero-title {
    font-size: 26px;
    line-height: 1.35;
  }

  .dxn-hero-sub {
    font-size: 14px;
  }
}

/*text end*/


/**/
/* AIBOT SECTION MAIN STYLING */
.aibot {
  padding: 60px 20px;
  /*background: #0b0f1a;*/
  color: #fff;
}

.aibot-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* TEXT AREA */
.aibot-text {
  flex: 1 1 500px;
}

.aibot-text h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.aibot-text p {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* BUTTONS */
.aibot-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Primary Button */
.aibot-btn-primary {
  background: #4a00e0;
  padding: 12px 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.aibot-btn-primary:hover {
  background: #6c2eff;
}

/* Video Button */
.aibot-btn-video {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.aibot-btn-video:hover {
  background: rgba(255, 255, 255, 0.2);
}

.aibot-play-icon {
  font-size: 18px;
}

.aibot-duration {
  opacity: 0.7;
  font-size: 14px;
}

/* LEFT & RIGHT IMAGE BOX (if you enable images later) */
.aibot-image {
  flex: 1 1 500px;
  position: relative;
}

.aibot-image img {
  max-width: 100%;
  height: auto;
}


/* ============= RESPONSIVE DESIGN ============= */

/* Tablet */
@media (max-width: 992px) {
  .aibot-content {
    flex-direction: column;
    text-align: center;
  }

  .aibot-buttons {
    justify-content: center;
  }

  .aibot-text h3 {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .aibot-text h3 {
    font-size: 22px;
  }

  .aibot-btn-primary,
  .aibot-btn-video {
    width: 100%;
    justify-content: center;
  }
}


