/*** font-types ***/
  /* font-family: "Manrope", sans-serif; */
  /* font-family: "Inter", sans-serif; */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    scroll-behavior: smooth;
    font-family: "Bai Jamjuree", sans-serif;
}   
body a{
    text-decoration:none;
    cursor: pointer; 
    font-family: 'Inter', sans-serif;
    color:var(--text-title);
    font-size: 14px; 
}
body a:hover{
	text-decoration:none !important;
}
body ul,body li  {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}
body h1,h2,h3,h4,h5,h6{
    padding:0px;
    margin:0px;
}
body p{
    padding:0px;
    margin:0px;
}

:root {
    --green: #10b981;
    --green-light: #E6FAF5;
    --green-mid: #5CD8B2;
    --dark-bg: #1E2229;
    --dark-card: #272D36;
    --dark-section: #23292F;
    --text-title:##212529;
    --text-subtitle:#212529;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.10);
    --primary_font: "Manrope", sans-serif;
    --secondary_font:"Inter", sans-serif;
}
    ::-webkit-scrollbar {
    width: 11px;
    height: 5px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #00a876;
        border: 3px solid #1E2229;
        border-radius: 5px;
    }
    ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #1E2229;
    }

/******=======  TRANSATOR PART START  =======******/
.skiptranslate{
    display:none;
}
.lang_selct{
    display: flex;
    align-items: center;
    background: no-repeat;
    padding: 0px;
    border-radius: 50px;
    position: relative;
    transition: 0.7s;
    max-width: 105px;
    border: none;
    margin: 6px 0px 0px 0px;
}
.lang_selct img{
    max-width: 18px !important;
    margin: 0px 20px 0px 0px;
}
.lang_selct select{
    width: 100%;
    max-width: 113px;
    background: transparent;
    border: none;
    letter-spacing: 2px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #4e4e4e;
    text-transform: uppercase;
}
.lang_selct select option{
    font-size: 11px;
    font-weight: 300;
    background: #f0f0f0;
    color: #000;
    max-width: 100px;
    position: relative;
    left: -50px;
}
/******=======  TRANSATOR PART END  =======******/
/*---------------scroll PART START---------*/
#scrollToTopBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 17px 17px;
    background: #e8ecf0;
    color: #000;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    display: none;
    z-index: 11122;
}
#scrollToTopBtn i{
    color: #000 !important;
    font-size: 20px;   
}
#scrollToTopBtn:hover {
    background-color: var(--green);
}

/* ========== NAVBAR ========== */
    header {
      background: #fff;
      border-bottom: 1px solid var(--border-light);
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    }
    .nav-link{
        font-size: 16px;
        font-weight: 600;
        color: var(--text-color);
        margin: 0px 12px;
        padding: 0 !important;
    }
    header .logo-text span {
      color: var(--green);
    }
    header .nav-link:hover {
      color: var(--green);
    }
    .btn-language {
      background: var(--green);
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
    }

    .btn-login {
        background: #e8ecf0 !important;
        color: var(--text-title);
        border-radius: 6px;
        padding: 10px 34px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s;
    }

    .btn-login:hover {
      background: #e8ecf0;
    }
    .top_but {
      display: flex;
      align-items: center;
      gap: 16px;
      max-width: 391px;
      width: 100%;
    }
        /******=======  STICKY_HEADER PART START  =======******/
header.header-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	transition:0.7s;
}
header.header-area.sticky {
    position: fixed; 
    transition: 0.7s;
    background: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    z-index: 2222;
    filter: drop-shadow(2px 4px 6px #464646);
}
/******=======  STICKY_HEADER PART END  =======******/
    /* ========== HERO ========== */
    .hero-section {
      position: relative;
      background: url(../images/banner_bg.png);
      background-size: 100% 100%;
      overflow: hidden;
    padding: 0px 0px 50px;
    }

    .hero-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.35;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 80px 0 0px;
    }

    .hero-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
      font-size: 13px;
      color:var(--text-subtitle);
    }

    .hero-badge i {
      color: var(--green);
      font-size: 18px;
    }

    .hero-title {
        font-size: 40px;
        font-family: var(--primary_font);
        font-weight: 800;
        line-height: 1.15;
        color:var(--text-title);
        margin-bottom: 16px;
    }

    .hero-title .highlight {
      color: var(--green);
    }

    .hero-subtitle {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: var(--text-subtitle);
    line-height: 22px;
    max-width: 480px;
    margin-bottom: 60px;
    }

    .btn-get-started {
      background: var(--green);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 8px 32px;
      font-size: 15px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      text-decoration: none;
    }
    .hero-phone-img img{
        max-width: 265px;
        width: 100%;
    }

    .btn-get-started:hover {
      background: #00a876;
      transform: translateY(-1px);
      color: #fff;
    }

    .btn-get-started .arrow-circle {
        background: #1ed89a;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-features {
    display: flex;
    justify-content: end;
    gap: 24px;
    margin-top: 25px;
    flex-wrap: wrap;
    }

    .hero-feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }

    .hero-feature-icon {
      background: rgba(255,255,255,0.8);
      border: 1px solid #dde;
      border-radius: 50%;
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-feature-icon i {
      color: var(--green);
      font-size: 16px;
    }
    .info-box{
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--secondary_font);
        position: absolute;
        top: -50px;
        left: 16px;
    }
    .cirele-Icons{
        animation: spin 6s linear infinite;
    }
    @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
    .hero-phone-img {
      position: relative;
      z-index: 2;
      text-align: center;
        animation: topDown 3s ease-in-out infinite;
    }
        @keyframes topDown {
  0% {
    transform: translate(0);
  }
  50%{
    transform: translate(-10px);
  }
  100% {
  transform: translate(0);
  }
}

    /* ========== STATS BAR ========== */
    .stats-bar {
      padding: 20px 0;
    }
    .stat_Group{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .stat-card {
        background: linear-gradient(91deg, #f2f8f7, #d6f0e9);
        border-radius:5px;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        box-shadow: var(--shadow-sm);
        max-width: 212px;
        width: 100%;
        outline: 5px solid #fff;
    }

    .stat-card .stat-info .stat-label {
      font-size: 12px;
      color: #888;
      font-weight: 500;
      margin-bottom: 4px;
    }

    .stat-card .stat-info .stat-value {
      font-size: 22px;
      font-weight: 700;
      color: #1a1e2a;
    }

    .stat-card .stat-icon {
      color: var(--green);
      font-size: 22px;
    }

    /* ========== ABOUT ========== */
    .about-section {
      background: var(--dark-bg);
      padding: 50px 0;
    }
    .abt-but{
        background: #1ed89a;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head h2{
    font-size: 35px;
    font-family: var(--primary_font);
    font-weight: 700;
    margin-bottom: 20px;
    }
    .head p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    margin-bottom: 12px;
    }
    .about-section .head h2{
        color: #fff;
    }
    .about-section .head p{
    color: #ffffffe0;
    }
    .btn-learn-more {
      background: var(--green);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 13px 28px;
      font-size: 15px !important;
      font-weight: 600 !important;
      display: inline-flex !important;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      margin-top: 16px;
      text-decoration: none;
      transition: background 0.2s;
    }

    .btn-learn-more:hover {
      background: #00a876;
      color: #fff;
    }

    /* ========== INVESTMENT STRATEGIES ========== */
    .plans-section {
      background: #f7f8fb;
      padding: 50px 0;
    }

    .section-title {
    font-size: 35px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--text-title);
    margin-bottom: 10px;
    }

    .section-sub {
        font-size: 14px;
        font-family: var(--secondary_font);
        color: #7d8995;
        margin-bottom: 40px;
    }
    .plan-icon img{
        max-width: 65px;
        width: 100%;
        margin: auto
    }
    .plan-card {
        background: #fff;
        border-radius: 14px;
        padding: 36px 24px;
        text-align: center;
        box-shadow: var(--shadow-sm);
        height: 100%;
        transition: transform 0.2s, box-shadow 0.2s;
        max-width: 255px;
        width: 100%;
        margin: auto;
    }

    .plan-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }

    .plan-icon {
      font-size: 48px;
      margin-bottom: 16px;
      display: block;
    }

    .plan-name {
        font-size: 16px;
        font-family: var(--primary_font);
        font-weight: 700;
        color: var(--text-title);
        margin-bottom: 8px;
    }

    .plan-percent {
        font-size: 36px;
        font-family: var(--primary_font);
        font-weight: 400;
        color: #007bff;
        margin-bottom: 20px;
    }

    .plan-details {
    font-size: 14px;
    font-family: var(--secondary_font);
    font-weight: 400;
    color: #818181;
    line-height: 2;
    }

    .btn-trade {
        background: var(--green) !important;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 12px 0;
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
        margin-top: 13px;
    }

    .btn-trade:hover {
      background: #00a876;
    }

    /* ========== CALCULATOR ========== */
    .calc-section {
      background: #f7f8fb;
      padding: 0 0 70px;
    }

    .calc-title {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #555;
      margin-bottom: 28px;
      text-transform: uppercase;
    }

    .calc-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .calc-field label {
        display: block;
        font-size: 12px;
        font-weight: 700;
        font-family: var(--secondary_font);
        letter-spacing: 0.5px;
        color: #3b3e41;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    .calc-field select,
    .calc-field input,.calc-field span {
      background: #36372f;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 14px 16px;
      font-size: 15px;
      display: inline-flex;
      width: 100%;
      font-family: 'Inter', sans-serif;
      outline: none;
    }

    .calc-field select {
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
    }

    /* ========== HOW IT WORKS ========== */
    .how-section {
      background: var(--dark-bg);
      padding: 50px 0;
    }

    .how-section h2 {
      font-size: 36px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
    }

    .how-section .section-sub-dark {
        font-size: 14px;
        font-family: var(--secondary_font);
        font-weight: 500;
        color: #4d5964;
        margin-bottom: 48px;
    }

    .step-card {
    background: #fff;
    border-radius: 10px 0px 10px 10px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    z-index: 111;
    }
    .step-card::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: var(--green-light);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .7s ease;
      z-index: -1;
  }
  
.step-card:hover::after {
    transform: scaleX(1); 
    transform-origin: left; 
}
  .step-card::hover .step-icon-wrap{
    background: var(--green) !important;
  }

    .step-number {
    position: absolute;
    top: 14px;
    right: 13px;
    background: #e8ecf0;
    color: #444;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    }
.step-grp::before{
    content: "";
    position: absolute;
    height: 54px;
    width: 54px;
    background: #ddd;
    top: -5px;
    right: 0px;
    border-radius: 0px 0px 0px 10px;
    transform: skewY(12deg);
    }

    .step-icon-wrap {
        background: var(--green-light);
        border-radius: 10px;
        width: 65px;
        height: 65px;
        min-width: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: var(--green);
    }

    .step-content h4 {
      font-size: 16px;
      font-weight: 700;
      font-family: var(--primary_font);
      color: #1a1e2a;
      margin-bottom: 6px;
    }

    .step-content p {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: #96a0a8;
    margin: 0;
    line-height: 1.6;
    }

    /* ========== Trans TRANSACTIONS ========== */
    .crypto-section {
      background: #f7f8fb;
      padding: 50px 0;
    }

    .trans_group{
      overflow-y: scroll;
      max-height: 410px;
    }
    .pay_img {
        max-width: 40px;
    }
    .trans_group::-webkit-scrollbar{
      display: none;
    }
    .crypto-section .section-title {
      text-align: center;
    }

    .crypto-section .section-sub {
      text-align: center;
    }
    .crypto-section .section-sub {
        font-size: 14px;
        font-family: var(--secondary_font);
        color: #7d8995;
        margin-bottom: 50px;
        width: 58%;
        margin: 0px auto 30px;
    }

    .tx-card {
      background: #fff;
      border: 1px solid var(--border-light);
      border-radius: 14px;
      padding: 20px;
      box-shadow: var(--shadow-sm);
    }
    .with_btn{
        background: #10b981 !important;
        padding: 8px 30px;
        border-radius: 9px;
        color: #000 !important;
        font-size: 16px;
        font-weight: 500;
    }

    .tx-card-title {
      font-size: 16px;
      font-weight: 700;
      color: #1a1e2a;
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 1px solid #eee;
    }

    .tx-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      border-bottom: 1px solid #f0f2f5;
      font-size: 13px;
    }


    .tx-row:last-child { border-bottom: none; }

    .tx-user { 
        font-size: 16px;
        font-family: var(--secondary_font);
        font-weight: 600;
        color: var(--text-title);
        }
    .tx-row span{
        display: block;
    }
    .tx-date {
         color: #999; 
         font-size: 12px;
         }
    .tx-amount {
        font-size: 23px;
         font-weight: 700; 
         color: var(--green);
         }
    .tx-icon {
         color: #ccc; 
        }

    .tx-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px;
      font-size: 13px;
      color: #888;
    }

    .tx-pagination span {
      background: #f0f2f5;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 2px;
    }

    .tx-pagination .active-page {
      background: var(--green);
      color: #fff;
    }

    /* ========== REFERRAL ========== */
    .referral-section {
      background: var(--dark-bg);
      padding: 50px 0;
    }

    .referral-section h2 {
      font-size: 35px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
    }

    .referral-section .section-sub-dark {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--inter);
    color: #5c6b78;
    margin-bottom: 48px;
    }

    .ref-card {
      background: #fff;
      border-radius: 14px;
      padding: 28px 24px;
      position: relative;
      height: 100%;
      z-index: 111;
    }
    .ref-card img{
        max-width: 50px;
        position: absolute;
        right: 11px;
        top: 6px;
    }

    .ref-card h4 {
      font-size: 16px;
      font-weight: 700;
      color: #1a1e2a;
      margin-bottom: 20px;
    }

    .ref-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      font-family: var(--inter);
      color:var(--text-subtitle);
      padding: 8px 0;
    }


    .ref-percent { 
    font-weight: 700;
    color: var(--text-title);
    }

    .ref-icon {
      position: absolute;
      top: 24px;
      right: 24px;
      color: var(--green);
      font-size: 24px;
    }
    .ref-card::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: var(--green-light);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .7s ease;
      z-index: -1;
      border-radius: 15px;
  }
  
.ref-card:hover::after {
    transform: scaleX(1); 
    transform-origin: left; 
}

    /* ========== REVIEWS ========== */
    .reviews-section {
      background: #fff;
      padding: 50px 0;
    }

    .review-card {
        background: #fff;
        border-radius: 12px;
        padding: 24px;
        box-shadow: var(--shadow-sm);
        max-width: 355px;
        width: 100%;
        margin: 0px auto 10px;
    }

    .review-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .reviewer-name {
      font-size: 14px;
      font-weight: 700;
      color: #1a1e2a;
      font-style: italic;
    }

    .review-date {
      font-size: 12px;
      color: #aaa;
    }

    .stars {
      color: var(--green);
      font-size: 16px;
      margin-bottom: 14px;
    }

    .review-text {
      font-size: 13px;
      color: #555;
      line-height: 1.7;
    }

    /* ========== NEED HELP ========== */
    .help-section {
      background: #212529;
      padding: 50px 0;
    }

    .help-card {
    background: #596068;
    border-radius: 20px;
    padding: 50px 50px 50px 60px;
    position: relative;
    overflow: hidden;
    }

    .help-card h2 {
      font-size: 32px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 14px;
    }

    .help-card p {
      font-size: 14px;
      color: var(--text-light);
      margin-bottom: 32px;
      max-width: 380px;
    }

    .help-contact-item {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
      color: var(--text-light);
      font-size: 14px;
      text-decoration: none;
    }

    .help-contact-item:hover {
      color: var(--green);
    }

    .help-icon-wrap {
        background: #ffffff;
        border-radius: 10px;
        width: 46px;
        height: 46px;
        min-width: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #000;
    }
    .head a{
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        font-family: var(--secondary_font);
    }   
    /* ========== FOOTER ========== */
    .footer-section {
        background: #fff;
        padding: 50px 0 20px;
    }

    .footer-logo-text {
      font-size: 18px;
      font-weight: 700;
      color: #1a1e2a;
      margin-bottom: 6px;
    }

    .footer-logo-text span { color: var(--green); }

    .footer-tagline {
        font-size: 13px;
        font-weight: 400;
        font-family: var(--secondary_font);
        color: var(--text-subtitle);
        text-transform: uppercase;
    }

    .footer-social a {
        border-radius: 8px;
        width: 45px;
        height: 45px;
        border: 1px solid #ddd;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        color: #000;
        margin-right: 8px;
        text-decoration: none;
        transition: background 0.2s;
    }

    .footer-social a:hover {
      background: var(--green);
      color: #fff;
    }

    .footer-nav a {
      color: #555;
      font-size: 14px;
      text-decoration: none;
      margin-right: 24px;
    }

    .footer-nav a:hover { color: var(--green); }

    .payment-label {
      font-size: 12px;
      color: #aaa;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 16px;
      text-align: end;
    }
    .translate span{
        font-size: 20px;
        font-family: var(--primary_font);
        color: var(--green);
        font-weight: 600;
    }

    .payment-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: flex-end;
    }

    .payment-icon {
      width: 52px;
      height: 52px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      font-family: monospace;
      font-size: 10px;
    }
    .footer-bottom {
      margin-top: 40px;
    }

    .footer-bottom p {
        font-size: 11px;
        font-weight: 400;
        font-family: var(--secondary_font);
        color: #b3b3b3;
        margin: 0;
        text-align: center;
        line-height: 22px;
    }

    .footer-links a {
      color: #666;
      font-size: 13px;
      text-decoration: none;
      margin: 0 12px;
    }

    .footer-links a:hover {
       color: var(--green); 
      }

    /* Responsive Part */
      @media (max-width:1199px){
        .stat-card {
          max-width: 175px;
        }
        .nav-link{
            margin: 0px 8px;
        }
        .hero-title {
          font-size: 35px;
        }
        .plan-card{
          max-width: 227px;
        }
        .step-content p {
            font-size: 12px;
        }
        section{
          overflow: hidden;
        }

      }

    @media (max-width: 991px) {
      .hero-title {
         font-size: 32px; 
        }
        .hero-content{
          text-align: center;
        }
        .hero-subtitle{
            margin: 0px auto 18px;
        }
        .but{
          text-align: center !important;
        } 
        .hero-features{
          justify-content: center;
        }
        .stat_Group{
            justify-content: center;
            gap: 21px;
        }
        .stat-card {
          max-width: 331px;
         }
         .about_img{
          display: none;
         }
         .about-section,.section-title,.section-sub,.section-sub-dark,.referral-section h2,.head{
          text-align: center;
         }
         .step-card{
          flex-direction: column;
          min-height: 243px;
         }
        .step-content{
          text-align: center;
        }
        .review-card{
          max-width: 341px;
        }
      .calc-grid { 
        grid-template-columns: repeat(2, 1fr); 
      }
      .help-card p {
      margin: auto;
      }
      .help-img-wrap{
        display: none;
      }
      .help-contact-item{
        max-width: 300px;
        width: 100%;
        margin: 0px auto 20px;
      }
      .payment-icons {
          gap: 10px;
      }
      .navbar-nav{
        text-align: center;
      }
      .nav-link{
          padding: 10px !important;
      }
      .top_but{
        max-width: 408px;
        width: 100%;
        margin: 0px auto 18px;
      }
      .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background: var(--green);
        color: #fff !important;
        border: 1px solid #ffffff !important;
        border-radius: .25rem;
        box-shadow: unset !important;
      }
    }

    @media (max-width: 767px) {
      .hero-title { 
        font-size: 26px;
       }
      .stat-card {
        max-width: 238px;
      }
      .plan-card {
          max-width: 247px;
      }
      .step-card{
        min-height: unset;
      }

      .calc-grid { 
        grid-template-columns: 1fr; 
      }
      .foot_logo,.translate_grp,.payment-icons  {
        justify-content: center;
      }
      .foot_link,.payment-label {
        text-align: center;
      }
    }

    @media (max-width:576px){
      .hero-section{
          background-size: cover;
      }
      .btn-login {
          padding: 10px 22px;
      }
      .hero-subtitle {
        font-size: 13px;
      }
      .stat-card{
        flex-direction: column-reverse;
        max-width: 150px;
        text-align: center;
      }
      .about-section{
        padding:0px 0px 35px ;
      }
      .section-title {
        font-size: 26px;
      }
      .section-sub {
        font-size: 13px;
      }
      .plans-section,.how-section,.crypto-section{
          padding: 35px 0;
      }
      .how-section h2 {
        font-size: 26px;
      }
      .how-section .section-sub-dark {
        font-size: 13px;
      }
      .crypto-section .section-sub {
          font-size: 12px;
          width: 100%;
      }
      .tx-user {
        font-size: 14px;
      }
      .tx-date{
        font-size: 10px;
      }
      .tx-amount {
          font-size: 18px;
      }
      .pay_img {
        max-width: 30px;
      }
      .tx-card {
        padding: 12px;
      }
      .referral-section h2 {
        font-size: 26px;
      }
      .referral-section .section-sub-dark{
          font-size: 13px;
      }
      .help-card{
        padding: 35px 25px 35px 35px;
      }
      .head a{
        margin: 15px 0px;
      }
    }
