/* CSS to make dropdown appear on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  /* CSS to set dropdown background color */
  .dropdown-menu {
    background-color: #13141B;
  }
  

.dropdown-item {
    color: white;
  }

  .box {
    background: linear-gradient(180deg, #237bda 0%, #72b4fa 100%);

    
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    height: 90px;
   
  }
  .box:hover{
    border: white 2px solid;
    
  }
  
  .boxs {
    background-color: #404142;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    height: 90%;
  }


 
 
  
  .flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }

  .flip-box.flip .flip-box-inner {
    transform: rotateY(180deg);
  }
  .flip-box-front{
    font-weight: bold;
  }

  .active-charts1{
    background: linear-gradient(180deg, #eb6a2e 0%, #fc9e72 100%);
    color: #121212;
  }

  .passive-charts1{
  background: linear-gradient(180deg, #29E337 0%, #76FF80 100%);
color: #121212;
  }

  .elite-charts{
  background: linear-gradient( 180deg, #e6ba1b 10%, #eed169 100%);
    color: #121212;
  }

  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 10px;
  }

  .flip-box-front:hover{
    border: 2px solid white;
    border-radius: 10px
  }

  .flip-box-back:hover{
    border: 2px solid white;
    border-radius: 10px
  }


  .flip-box-back {
    
    transform: rotateY(180deg);
  }
  
  .flip-container {
    perspective: 1000px;
  }
  .flippable-box {
    width: 200px;
    height: 300px;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s;
    transform-style: preserve-3d;
  }
  .flippable-box.flip {
    transform: rotateY(180deg);
  }
  .flippable-box .front, .flippable-box .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  .flippable-box .front {
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flippable-box .back {
    background-color: #007bff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
  }


  .bottom-box {
    background-color:#2A2B32;
    padding: 20px;
    margin: 30px;
    text-align: center;
    border-radius: 10px;
}

.bottom-box:hover{
  border: 2px solid white;
  border-radius: 10px
}

.active-btn{
  background: linear-gradient(180deg, #eb6a2e 0%, #fc9e72 100%);
  color: #121212;
}



.passive-btn{
  background: linear-gradient(180deg, #29E337 0%, #76FF80 100%);
  color: #121212;
}

.elite-btn{
  background: linear-gradient( 180deg, #e6ba1b 10%, #eed169 100%);
  color: #121212;
}


.floating-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  
  border-radius: 50px;
 /* color: #0cd481; */
  z-index: 1000; /* Ensures it stays on top */
}




.img-passive{
 margin-bottom: 10px;
  border-radius: 20px;
  border: 2px solid #007bff;
}

.img-active{
  margin-bottom: 10px;
   border-radius: 20px;
   border: 2px solid  #fc8767;
 }


.carousel-img {
       
  margin: 0 auto;
}

/* On larger screens (>= 992px), images will become smaller */
@media (min-width: 992px) {
  .carousel-img {
    width: 45%; /* You can change this value as per your design */
  }
}

/* On smaller screens (<= 768px), images will be 100% wide */
@media (max-width: 768px) {
  .carousel-img {
    width: 100%;
  }
}


/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .welcome {
    font-size: 1.1rem;
  }
}

/* Medium devices (tablets, 600px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .welcome {
    font-size: 1.3rem;
  }
}

/* Large devices (desktops, 769px and up) */
@media only screen and (min-width: 769px) {
  .welcome {
    font-size: 1.5rem;
  }
}



/* Default styles (applies to all screen sizes) */
.container-box {
  width: 100%;
  padding: 20px;
  margin: 10px auto;
  
}

/* For small screens (up to 576px) */
@media (max-width: 576px) {
  .container-box {
    width: 90%;
    padding: 20px;
    margin: 10px auto;
  }
}

/* For medium screens (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .container-box {
    width: 80%;
    padding: 20px;
    margin: 10px auto;
  }
}

/* For large screens (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .container-box {
    width: 70%;
  padding: 20px;
  margin: 10px auto;
  }
}

/* For extra-large screens (993px and above) */
@media (min-width: 993px) {
  .container-box {
    width: 65%;
    padding: 20px;
    margin: 10px auto;
  }
}



@media ( max-width:991px){
  .why-buttons{
    padding-bottom: 20px;
  }
}



.card{
  background-color: transparent;
  border: 1px solid #0c78eb;
  
}

.card-title{
font-size: 14px;
/* color:#507092; */
font-weight: bolder;

}

.card-texts{
font-size: 12px;
}

.table-boxes{
  border-radius: 10px;
}


.btn-no {
  background-color: #dc3545; /* Dark Red for 'No' */
  color: white;
}

.btn-yes {
  background-color: #198754; /* Dark Green for 'Yes' */
  color: white;
}

.btn-in-progress {
  background-color: #0d6efd; /* Bright Blue for 'In Progress' */
  color: white;
}

.sb-circle{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.sb-line
{
  width: 120px;
  height: 2px;
  background-color: white;
}

.passive-img{
  width: 200px;
}

.active-img{
  width: 200px;
}









 /* The switch - the box around the slider */
 .switch {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 




.video-banner{
 max-width: 300px;
 width: 100%;
}


@media ( min-width:991px){
  .video-banner{
    padding-top: 20px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .banner-button{
    margin-bottom: 55px;
  }
}

.option-a-btn{
  color: #fc8767;
   margin: 5px;
   

    border: 1px solid #fc8767;
     border-radius: 5px;
}

.option-b-btn{
  color:#76ff80;
   margin: 5px;
    border: 1px solid #76ff80;
     border-radius: 5px;
}

.option-a{
  /* color: #29E337; */
  /* padding-bottom:5px; */
  display: block;
}









.linkedin-founder{
  background-color: #0d6dfd1c;
 
  margin-bottom: 20px;
  border-radius: 10px;
  color: #0d6efd;
  
}


.transition-colors {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}



.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}


.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.bg-blue-500\/10 {
  background-color: #3b82f61a;
}

.gap-2 {
  gap:
.5rem;
}

.items-center {
  align-items: center;
}
.inline-flex {
  display: inline-flex;


}


a {
  /* color: inherit; */
  text-decoration:
inherit;
}



.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.font-bold {
  font-weight: 700;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.mb-2 {
  margin-bottom: .5rem;
}
h3 {
  font-family: Space Grotesk,system-ui,sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin:
0;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}


.text-blue-400 {
  --tw-text-opacity: 1;
  color: #0d6efd;
}
.font-semibold {
  font-weight: 600;
}
.mb-4 {
  margin-bottom: 1rem;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin:
0;
    margin-bottom: 0px;
}








.tape-N_kypjt9 {
  animation-duration: 66.5975s;
  animation-name: ticker-tape-scroll--MGjd;
}
.tape-N_kypjt9 {
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: linear;
  display: flex;
  flex:
0 0 auto;
}




.wa-widget-send-button {
  margin:
0 0 20px 0 !important;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 52px;
  min-width: 52px;
  border:
0 solid #363636;
  border-radius:
100px;
  visibility: visible;
  transition:
none !important;
  background-color: #0CD481;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.passive-h1{
  color: #00D13E;
  font-weight: bolder;
}
 

.active-h1{
  color:  #FF3D00;
  font-weight: bolder;
}

#option-a{
  /* color:  #FF3D00; */
  display: inline-block;
  cursor: pointer;
}

#option-b{
  /* color: #00D13E; */
  display: inline-block;

cursor: pointer;
}

#question-text{
  display: block;
  font-weight: bolder;
  /* color:#0c78eb;  */
  /* font-size:25px; */
}

.active-traders{
  font-weight: bold;
  color:  #FF3D00;

}

.passive-traders{
  font-weight: bold;
  color: #00D13E;

}
input{
  cursor: pointer;
  margin-right: 5px;
}




/* Default font size for all screen sizes */
.table-font {
  font-size: 18px;
}

/* Small screens (up to 600px wide) */
@media (max-width: 600px) {
  .table-font {
    font-size: 13px;
  }
}

/* Medium screens (601px to 1024px wide) */
@media (min-width: 601px) and (max-width: 1024px) {
  .table-font {
    font-size: 15px;
  }
}

/* Large screens (above 1024px wide) */
@media (min-width: 1025px) {
  .table-font {
    font-size: 18px;
  }
}



/* Default font size for all screen sizes */
.p-span {
  font-size: 22px;
  color: #6aa1f3;
  font-weight: bolder;
}

/* Small screens (up to 600px wide) */
@media (max-width: 600px) {
  .p-span {
    font-size: 17px;
  }
}

/* Medium screens (601px to 1024px wide) */
@media (min-width: 601px) and (max-width: 1024px) {
  .p-span {
    font-size: 19px;
  }
}

/* Large screens (above 1024px wide) */
@media (min-width: 1025px) {
  .p-span {
    font-size: 20px;
  }
}


/* Default font size */
.proven {
 
  padding-bottom: 35px;
   font-size: 22px;
    line-height: 1.1;
}

/* Small screens (up to 600px wide) */
@media (max-width: 600px) {
  .proven {
    font-size: 18px;
  }
}

/* Medium screens (601px to 1024px wide) */
@media (min-width: 601px) and (max-width: 1024px) {
  .proven {
    font-size: 20px;
  }
}

/* Large screens (above 1024px wide) */
@media (min-width: 1025px) {
  .proven {
    font-size: 24px;
  }
}

/* Default font size */
.provens {
 
  padding-bottom: 35px;
   font-size: 19px;
    line-height: 1.1;
}

/* Small screens (up to 600px wide) */
@media (max-width: 600px) {
  .provens {
    font-size: 17px;
  }
}

/* Medium screens (601px to 1024px wide) */
@media (min-width: 601px) and (max-width: 1024px) {
  .provens {
    font-size: 18px;
  }
}

/* Large screens (above 1024px wide) */
@media (min-width: 1025px) {
  .provens {
    font-size: 19px;
  }
}

.community-video{
  width: 50%;
}


/* For small devices (up to 576px) */
@media (max-width: 576px) {
  .community-video {
    width: 100%; /* Full width for small devices */
  }
}

/* For medium devices (up to 768px) */
@media (max-width: 768px) {
  .community-video {
    width: 65%; /* Adjusted width for medium devices */
  }
}

/* For large devices (up to 992px) */
@media (max-width: 992px) {
  .community-video {
    width: 60%; /* Adjusted width for large devices */
  }
}
