
 .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;
  }
}

/*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: -60px;
  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: -118px;
  left: 35%;
  animation-delay: 2s;
  height: 113px;
  width: 105px;
  z-index: 1;

}

.aibot-xrp {
  right: -7%;
  bottom: -67px;
  animation-delay: 2s;
  height: 100px;
  width: 119px;
  z-index: 3;
}

@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: 100px;
    margin-top: -65px;
  }

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

  .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;
          background: linear-gradient(180deg, white, #ffffffb2 100%);
            background-clip: border-box;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    /* 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;
}

/* 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: 160px;
  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;
  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;
  margin-top:40px;
}

.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;
  }
}


/*------------ Background */

.top-logo {
    height: 100px;
    width: auto;
}

.big-logo {
    height: 160px;
}


.slide {
    font-size: 50px;
    font-weight: 800;
    color: white;
    text-align: center;
}

.span {
    background: linear-gradient(180deg, white, #fdbf07b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-desc {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

/* Section */
.about {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.section-title {
    color: white;
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin-bottom: 55px;
}

.aboutp {
    text-transform: uppercase;
    color: #ffc107;
   
}


@media (max-width: 768px) {

    .slide {
        font-size: 28px;
        line-height: 36px;
    }

    .slide-desc {
        font-size: 14px;
        padding: 0 10px;
    }

    .top-logo {
        height: 70px;
    }

    .navbar {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .navbar-nav .nav-link {
        text-align: center;
        margin: 6px 0;
    }

    .section-title {
        font-size: 32px;
    }
}
/* ================================ */

/* Background */
body {
    background-image: url('../img/mp2.gif');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

/* HEADER NAVBAR */
.header-nav {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px 15px;
    border-radius: 12px;
    margin: 10px;
}

.top-logo {
    height: 70px;
    width: auto;
}

/* Login button mobile align fix */
.login-mobile {
    margin-right: 8px;
}

/* HERO SECTION */
.hero {
    text-align: center;
    padding: 40px 10px;
}

.big-logo {
    height: 160px;
    margin-bottom: 15px;
    margin-top: 67px;
}

.slide {
    font-size: 42px;
    font-weight: 800;
    color: white;
}

.span {
    background: linear-gradient(180deg, white, #fdbf07b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-desc {
    font-size: 18px;
    color: white;
    margin-top: 10px;
}

/* ABOUT SECTION */
.about {
    /*background: rgba(0, 0, 0, 0.3);*/
    margin-top: 40px;
}

.section-title {
    text-align: center;
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.aboutp {
    color: #ffc107;
    text-transform: uppercase;
}

/* MENU CENTER IN MOBILE */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        text-align: center;
        padding: 10px;
    }
}

/* MOBILE STYLING */
@media (max-width: 600px) {
    .slide {
        font-size: 28px;
    }
    .slide-desc {
        font-size: 14px;
        padding: 0 10px;
    }
    .top-logo {
        height: 55px;
    }
    .big-logo {
        height: 120px;
    }
}

.btn{
    -moz-user-select: none;
  background:white none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: black;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.42px;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 45px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}


/* Yellow Bar Section */
.yellow-section {
    width: 100%;
    height: 90px; 
    background: linear-gradient(to bottom, #d39f00, #795708);
   
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-section h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

/* ---------- Mobile Responsive ---------- */
@media (max-width: 768px) {
    .yellow-section {
        height: 100px;
        padding: 20px;
    }

    .yellow-section h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .yellow-section {
        height: auto;
        padding: 15px;
    }

    .yellow-section h2 {
        font-size: 20px;
    }
}


.page-title .title {
    color: #fff;
    margin-bottom: 5px;
}
.page-title .desc {
    color: #e2e2e2;
}

.cardBox:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Inputs row */
.coinInput {
    position: relative;
}
.coinContri {
    position: absolute;
    top: 7px;
    left: 10px;
}
.coinInput input {
    padding-left: 40px;
    height: 42px;
}

.buyBtn {
    height: 42px;
    font-size: 16px;
}

/* Contract Cards */
.contractRow .cardBox h6 a {
    color: #fff;
    font-size: 14px;
    word-break: break-all;
}

/* Responsive */
@media (max-width: 768px) {
    .info-cards .col-md-3 {
        margin-bottom: 15px;
    }

    .contractRow .col-md-4 {
        margin-bottom: 15px;
    }

    .buyBtn {
        margin-top: 10px;
    }
}
/* Unique card colors */
.info-cards .col-md-3:nth-child(1) .cardBox {
    background:linear-gradient(135deg, #3c89c1, #2385d2);
}
.info-cards .col-md-3:nth-child(2) .cardBox {
    background: linear-gradient(135deg, #1e3799, #4a69bd);
}
.info-cards .col-md-3:nth-child(3) .cardBox {
    background: linear-gradient(135deg, #006266, #1dd1a1);
}
.info-cards .col-md-3:nth-child(4) .cardBox {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}

/* Contract cards colors */
.contractRow .col-md-4:nth-child(1) .cardBox {
    background:linear-gradient(135deg, #12e851, #35793f);
}
.contractRow .col-md-4:nth-child(2) .cardBox {
    background: linear-gradient(135deg, #c23616, #e84118);
}
.contractRow .col-md-4:nth-child(3) .cardBox {
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
}
/*.cardBox {*/
/*    border-radius: 18px;*/
/*    color: #fff;*/
/*    padding: 25px;*/
/*    text-align: center;*/
/*    box-shadow: 0 5px 18px rgba(0,0,0,0.25);*/
/*    transition: 0.3s ease;*/
/*}*/
.cardBox:hover {
    transform: translateY(-6px);
}
.cardBox h4 {
    font-size: 20px;
    font-weight: 600;
    color:white;
}
.cardBox p {
    opacity: 0.9;
    color: white;
}

.buyBtn {
    background: #00b894;
    border: none;
    border-radius: 50px;
    padding: 10px 25px !important;
    font-size: 16px;
    color: #fff;
    /*height: auto !important;*/
    transition: 0.3s;
    box-shadow: 0 4px 14px rgba(0,184,148,0.4);
    margin-top: -51px;
    text-align:center;
}
.buyBtn:hover {
    background: #019874;
    transform: translateY(-3px);
}
@media (max-width: 320px) {
    .cardBox {
        padding: 18px;
        border-radius: 14px;
    }
    .cardBox h4 {
        font-size: 16px;
    }
    .buyBtn {
        padding: 8px 15px !important;
        font-size: 14px;
    }
}
/*-----------------------------------------------------*/
.cardBox {
    background: #1c1323;
    border-radius: 14px;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;         /* Equal Card Height */
    width: 100%;
}

.cardBox .left h4 {
    font-size: 18px;
    margin: 0;
}

.cardBox .left p {
    font-size: 14px;
    margin: 2px 0 0;
}

.cardBox .icn {
    font-size: 32px;
    opacity: 0.7;
}

/* Mobile 320px Fix: 2 Cards per Row */
@media (max-width: 767px) {
    .info-cards .col-6 {
        padding: 8px;
    }

    .cardBox {
        height: 120px;
        padding: 12px;
    }

    .cardBox .left h4 {
        font-size: 16px;
    }

    .cardBox .left p {
        font-size: 13px;
    }

    .cardBox .icn {
        font-size: 28px;
    }
}

/*copy*/

.contractBox {
    background: #4b08aee5;
    border-radius: 14px;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
    margin-bottom: 15px;
}

.contractBox .left h6 {
    margin: 0;
    font-size: 15px;
    word-break: break-all;
}

.contractBox .left p {
    margin: 5px 0 0;
    font-size: 13px;
    opacity: 0.8;
}

.contractBox a {
    color: #fff;
    text-decoration: none;
    word-break: break-all;
}

.contractBox i.fa-copy {
    margin-left: 5px;
    font-size: 14px;
}

.rightImg {
    width: 60px;
    height: 75px;
    margin-left: 10px;
}

/* Mobile 320px Fix */
@media (max-width: 767px) {
    .contractBox {
        min-height: 130px;
        padding: 12px;
    }

    .rightImg {
        width: 50px;
    }

    .contractBox .left h6 {
        font-size: 13px;
    }

    .contractBox .left p {
        font-size: 12px;
    }
}


