
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

       body {
         overflow-x: hidden;
        font-family: "Abhaya Libre", serif;
    }
    .container {
  max-width: 80%; /* You can adjust this based on your layout */
  margin-left: auto;
  margin-right: auto;
    }
    .main-section {
      padding: 80px 0px;
      text-align: center;
      background-color: #290738;
      margin: 0 auto;
    }
    /* .card-placeholder {
      width: 250px;
      height: 400px;
      background-color: white;
      border-radius: 20px;
      margin: auto;
    } */
    .btn-outline-light-custom {
      border: 2px solid white;
      color: white;
    }
a.nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #290738;
    font-family: 'Inter';
}

.start {
    background-color: #61238F;
    padding: 9px 20px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 3px;
}
.paid-section {
    margin-top: 20px;
}
.paid-section2 {
    display: none;
}
.get-bit a {
    padding: 13px 95px;
    font-size: 25px;
 
}
.payment {
    background-color: #61238F;
    font-size: 27px;
    color: white;
    padding: 8px 53px;
    border-radius: 7px;
    
}
.pay-get {
    font-size: 27px;
    padding: 9px 53px;
    border-radius: 7px;
   color: #61238F;
     background-color: white;
 }
a.pay-get.bg-white.text-black.btn.me-2:hover {
    color: black;
    background-color: blue;
}
.card-placeholder {
    text-align: end;
}
.mt-4.get-bit {
    width: 40rem;
}
a.nav-item {
    text-decoration: none;
    color: #290738 !important;
}		
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 48px;
    left: -7rem;
    text-align: center;
    background-color: white;
    padding: 12px  7px 8px 10px;
    width: 244px;
}
h4.fw-semibold.mb-3 {
    color:#290738;
}
/* --------------------------------------------------------trusted--------------------------------------------- */
  /* Slide container */
.slider {
    /* height: 107px; */
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 13px 0;
}
/* Track that scrolls */
.slider-track {
  display: flex;
  width: calc(250px * 13); /* 13 slides assumed */
  animation: scroll 40s linear infinite;
}

/* Pause animation on hover */
.slider:hover .slider-track {
  animation-play-state: paused;
}

/* Individual slides */
.slide {
    background-color: #F0F0F0C2;
    height: 89px;
    width: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 15px;
    perspective: 100px;
    border-radius: 10px;
}
/* Image style */
.slide img {
  width: 100%;
  transition: transform 0.3s ease;
}

.slider img:hover {
  transform: translateZ(20px);
}

/* Animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6.5)); /* Half of 13 for infinite loop effect */
  }
}

/* Gradient edges (shadow effect) */
.slider::before,
.slider::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.slider::before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.slider::after {
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* Responsive tweaks */
@media (max-width: 768px) {
.slide {
    width: 131px;
    height: 71px;
    padding: 10px;
}
ul.navbar-nav.ms-auto.align-items-lg-center {
    text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 69px;
    left: 12rem;
    width: 211px;
}
  .slider-track {
    width: calc(180px * 13);
    animation: scrollMobile 40s linear infinite;
  }

  @keyframes scrollMobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-180px * 6.5));
    }
  }
}

     
/* --------------------------------------------------about-us--------------------------------------------------------- */
 .main-section {
      padding: 80px 20px;
    }

    .about-section, .info-section {
      background-color: #fff;
      color: #000;
      /* padding: 60px 20px; */
    }
   

    .col-md-4.owl-us {
    flex: 0 0 auto;
    width: 98%; 
}
     .section-title{
      position: relative;
     }
     .heading::before{
    content: "";
    position: absolute;
    display: block;
     width: 10%;/*(160px) */
    height: 1px;
    background: rgb(128, 127, 127);
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}
.heading{
  font-size: 43px;
}
 
.card {
    width: 100%;
    padding: 108px  0px 116px 0px;
  }

/* -------------info cards------------------------ */

.just-go{
width: 98%;
}
.business {
    width: 88%;
}
 .box-see{
  width: 90%;
}
  .scan-line{
  width: 98%;
}
.scan-line  {
    line-height: revert;
}
 .about-box:hover {
    color: white;
    border: 1px solid #290738;
    background-color: #290738;
} 
.about-box{
  border: 1px solid #290738;
}
/*-- ----------------------------------------------3Steps start------------------------->*/
    #stats{
      padding: 80px 0px;
    }


.stats-step {
  opacity: 0;
  transform: translateY(-50px);
  animation: slideIn 1s forwards;
}

/* Apply delay to the wrapper columns */
#stats .col-md-4:nth-child(1) .stats-step {
  animation-delay: 4s;
}

#stats .col-md-4:nth-child(2) .stats-step {
  animation-delay: 4s;
}

#stats .col-md-4:nth-child(3) .stats-step {
  animation-delay: 4s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

   .stats-step {
    margin-top: -27px;
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    /* box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1); */
    border-radius: 4px;
    z-index: 0;
    border: 1px solid black;
}

 .stats-step h4 {
    font-size: 32px;
    display: block;
    margin: 10px 0;
    font-weight: 700;
    color: #2c4964;
}
.stats-step p {
    padding: 22px 0px;
    margin: 0;
    font-size: 17px;
}
/* --------------------------------------------------------crypto watchlist------------------------------------- */

#crypto {
    background-color: #290738;
    padding: 16px 0;
    height: 598px;
}
.icon-contnt {
    vertical-align: -0.125em !important;
    padding: 3px 8px;
}
  .crypto-table {
  display: grid;
  margin: 0 auto;
  margin-top: 33px;
  width: 50%;
}

/* -------------------------------------------------------related content */
     .lated-owl{
      width: 98%;
     }
     .related-box{
  color:#290738;
}

/* -------------------------------------------------FAQ--------------------------------------- */
 
button.accordion-button.collapsed {
    font-size: 20px;
}
.freque h2 {
    font-size: 43px;
    width: 48%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}  
    .faq-section {
    margin: 0 auto;
    padding: 2rem 1rem;
   
  }

  .accordion-button {
    font-weight: 600;
  }

  .accordion-body {
    font-size: 0.95rem;
    line-height: 1.6;
  }
.accordion-button:not(.collapsed) {
    color:white;
   background-color: #290738 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e60a;
}
 /* ------------------------------------------------------------footer----------------------------------------- */

.round2 {
    width: 16%;
    border-radius: 50%;
    margin-right: 21px;
    border: 1px solid #808080eb;
    font-size: 16px;
    padding: 3px 6px 3px 6px;
    color: #290738;
    height: 30px;
}
.social.d-flex {
    margin-top: -14px;
margin-bottom:12px
}
.links-footer a {
    text-decoration: none;
    color: gray;
}
.links-footer ul{
list-style: none;
}
.links-footer{
font-size: 14px;
 }
.links-us{
 color: #2c4964;
}

.copyright{
    font-size: 14px;
}
 #footer {
    background-color: #290738;
    /* height: 500px; */
}
 
.world {
    background-color: #290738;
    border: 1px solid white;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 18px;
}

  .brand-footer {
    width: 94px;
    margin-left: 74%;
}
.provide {
    font-size: 13px;
    color: gray;
    text-align: end;
}
.reserved{
  font-size: 14px;
  color: gray;
  text-align: end;
}
.logo img {
    width: 35px;
}
.links-us h6{
  font-size: 20px;
}
.list-unstyled a{
  font-size: 14px;
}

/* ------------------------------------------------------ */
.footer-section2 {
  display: none;
}
/* ------------------------------------------------------------------------------------- */

/* -------------------------------------------------------RESPONSIVE------------------------------------------------ */
 @media(max-width:450px){
  .container{
    max-width:  100%;
  }
.start {
    font-size: 15px;
    padding: 8px 15px;
}
.start a{
  width: 100%;
}
.paid-section {
    display: none;
}
.paid-section2 {
    display: block;
    margin-top: 21px;
}
.main-section {
    padding: 31px 0px;
}
.card-placeholder {
    text-align: center;
}
.mt-4.get-bit {
    /* width: 40rem; */
    width: auto !important;
}
.pay-get {
    font-size: 18px !important;
    padding: 9px 25px;
}
.payment {
    font-size: 18px !important;
    padding: 9px 25px;
}
ul.navbar-nav.ms-auto.align-items-lg-center {
    text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 69px;
    left: 4rem !important;
    width: 211px;
}
/* ------------------------------------------------------------------------------------------ */
 .provider{
  margin-top: -14px !important;
 }
.provider h1 {
    font-size: 26px !important;
}
.get-bit a {
    margin-top: -10px;
    padding: 13px 32px!important;
    font-size: 18px !important;
}
   
.card-placeholder img {
    width: 40% !important;
    margin-top: -20px;
}


 /* -----------------------------------------------------------------trusted-by------------------------------------ */
.trackby{
  margin-top: -49px !important;
}

/* ---------------------------------------------------------------------------------------- */
.crypto-table {
  display: grid;
  margin: 0 auto;
   
  margin-top: 33px;
  width: 96%;
}
/* -------------------------------------------------------------3steps to start--------------------------------------- */
.stats-step.bg-white {
    margin-top: 24px;
}
/* -----------------------------------------------------------------footer -------------------------------------------*/
.col-md-4.mt-5.d-flex {
    justify-content: center;
}
.footer-bits {
    display: flex;
    gap: 47px;
}
.footer-section {
  display: none;
}
.footer-section2{
  display: block;
}
.footer-servce {
    justify-content: space-evenly;
}
.footer-servce2 {
    justify-content: right;
    padding: 3px 0px -1px 0px;
    gap: 11%;
}
.need-help p{
  font-size: 16px;
}

.brand-footer {
    text-align: center;
    margin-left: 0px;
    width: -webkit-fill-available;
}
.logo{
  position: relative;
}
 .line-footer::before {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    height: 3px;
    /* background: rgb(128, 127, 127); */
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    color: white;
}
.round2 {
    width: 11%;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #808080eb;
    font-size: 16px;
    padding: 8px 5px 6px 4px;
    color: #290738;
    height: 38px;
}
button.world {
    /* margin: 0 auto; */
    display: flex;
    margin-bottom: 16px;
    margin-left: 23%;
}
/* --------------------------------------------------------crypto-watchlist--------------------------------------------- */
.crypto-table {
    display: grid;
    margin-left: 0%;
}
 }
@media(max-width:768px){
.need-help {
    text-align: center;
}

.social {
    justify-content: center;
}
.brand-footer {
    text-align: center;
    margin-left: 0px;
    width: -webkit-fill-available;
    margin-top: 16px;
}
.card-placeholder {
    text-align: center;
}
.mt-4.get-bit {
    /* width: 40rem; */
    width: auto;
}
.pay-get {
    font-size: 22px;
    padding: 9px 25px;
    }
.payment {
    font-size: 22px;
      padding: 9px 25px;
   }
.stats-step.bg-white {
    padding: 21px 13px 12px 9px !important;
}
.stats-step p {
     font-size: 16px;
}
stats-step bg-white img{
    padding: 0px 24px;

}
.get-bit a {
    padding: 13px 57px;
    font-size: 25px;
}
 .stats-step.bg-white img {
    width: 60%;
}
/* -----------------------------------------------------------footer---------------------------------- */
button.world {
    /* margin: 0 auto; */
    display: flex;
    margin-bottom: 16px;
    margin-left: 23%;
}
p.provide{
  text-align: center;
  font-size: 17px;
}
.reserved {
    font-size: 14px;
    text-align: center;
}
}
/*-----------------------------------------------------------About-us css-------------------------------------------*/

.about-header {
  background-color: #290738; /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 300px; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}

.about-header .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  padding: 2rem;
  border-radius: 8px;
}

.about-header h1 {
  font-size: 3rem;
  text-align: center;
  margin: 0;
}






.about-content {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f4f1f9 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.text-content {
  flex: 1 1 50%;
  max-width: 600px;
  animation: fadeInLeft 1s ease-in-out;
}

.text-content h2 {
  font-size: 2.5rem;
  color: #290738;
  margin-bottom: 25px;
  border-left: 5px solid #5e2b97;
  padding-left: 15px;
}

.text-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

.text-content strong {
  display: block;
  font-size: 1.3rem;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #5e2b97;
}

.image-content {
  flex: 1 1 40%;
  text-align: center;
  animation: fadeInRight 1s ease-in-out;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.image-content img:hover {
  transform: scale(1.03);
}

/* Simple fade-in animations */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }

  .text-content,
  .image-content {
    max-width: 100%;
    animation: none; /* Disable animation on mobile for performance */
  }

  .text-content h2 {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------Terms-condition css--------------------------------------*/
 body {
      background-color: #f8f9fa;
    }
    .terms-section {
      background-color: #fff;
      padding: 60px 20px;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      max-width: 1000px;
      margin: 0 auto;
    }
    .section-title {
      font-size: 28px;
      font-weight: bold;
      color: #61238F;
      margin-bottom: 30px;
    }
    .sub-title {
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 10px;
     border-left: 4px solid  #61238F;
      padding-left: 0px;
    }
    table {
      font-size: 15px;
    }
    table td, table th {
      vertical-align: middle;
    }
      .about-header {
  background-color: #290738; /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 300px; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}

.about-header .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  padding: 2rem;
  border-radius: 8px;
}

.about-header h1 {
  font-size: 3rem;
  text-align: center;
  margin: 0;
}
.legal-text a {
    color: #61238F;
    text-decoration:none;
}

/*-------------------------------------------------------- Company-policy css--------------------------------------*/
 body {
      background-color: #f8f9fa;
    }
    .policy-section {
      padding: 60px 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .section-title {
      border-left: 4px solid #0d6efd;
      padding-left: 10px;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 15px;
    }
    .policy-container {
      max-width: 900px;
      margin: 0 auto;
    }
    ul {
      padding-left: 1.2rem;
    }
    .name-policy{
       color: #61238F;
    }
    .about-header {
  background-color: #290738; /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 300px; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}

.about-header .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  padding: 2rem;
  border-radius: 8px;
}

.about-header h1 {
  font-size: 3rem;
  text-align: center;
  margin: 0;
}
.section-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    border-left: 4px solid  #61238F;
    padding-left: 10px;
}
.section-title p {
    color: #605757;
}

@media (max-width: 1024px) {
.pay-get{
padding:8px 35px;
}
.payment{
padding:8px 35px;
}
.get-bit a {
    padding: 13px 58px;
  }
}

@media (max-width: 920px) {
.card-placeholder {
    text-align: center;
}
.stats-step.bg-white {
    padding: 16px 9px 17px 14px;
}
}