@media (min-width: 768px) {
  .feature-underline6 {
      margin-left: 0; /* Align to the start on md screens and above */
      margin-right: 0; /* Ensure no right margin */
  }
}
.aa{
  background: linear-gradient(100deg, #003538, #009b4d);
}


.why-table-header[_ngcontent-ng-c163764738] {
  background: #003538;
  background: linear-gradient(100deg, #003538, #009b4d);
}

/* Main container for the buttons */
.toggle-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* Button group styling */
.toggle-buttons {
  display: inline-flex;
  gap: 5px;
  background-color: #092C3D; /* Dark background for the button group */
  padding: 5px;
  border-radius: 30px; /* Makes the button group rounded */
}

/* Base button styles */
.btn-toggle {
  border: none;
  padding: 10px 20px;
  border-radius: 30px; /* Rounded corners for the buttons */
  color: #ccc; /* Light text color */
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

/* Active button styles */
.btn-toggle.active { background: linear-gradient(135deg, #28a745, #005500); 
  color: white; /* White text color for active button */
}

/* Hover state for all buttons */
.btn-toggle:hover {
  color: white; /* Change color on hover */
}

/* Specific style for the 'Guru' button */
.btn-toggle.guru::after {
  content: "🔥"; /* Add fire emoji after Guru text */
  margin-left: 5px;
}




#b3.active::after {
  content: "\1F525"; 
  margin-left: 5px;
}



.hero-section {
  font-family: 'Poppins', sans-serif;
}


body html{
  overflow-x: hidden;
}

.faq-section {
  background-color: #0d222d;
  
  color: #fff;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.faq-title::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #04fc43;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.faq-card {
  background-color: #113040;

  padding: 20px;
  border-radius: 1px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.faq-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 1rem;
  color: #b3c2d1;
}

.faq-card:hover {
  background-color: #0a1e28;
  /* Darker color on hover */
}

@media (max-width: 768px) {
  .faq-card {
    margin-bottom: 30px;
  }
  body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
}

.custom-outline {
  outline: 0px solid white;

  border: 1px solid transparent;

  padding: 10px;
}

.btn-success11 {
  background: linear-gradient(135deg, #28a745 0%, #005500 100%);
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}

/* Applied class when clicked */
.btnclicked11 {
  /* background-color:#163c46; */
  background-color: #163c46;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  /* Black background */
  border: 2px solid transparent;
  /* Transparent border */
  border-radius: 50%;
  /* Full circle */
  background-image: linear-gradient(black, black),
    linear-gradient(45deg, #28a745, #005500);
  /* Gradient border */
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: transparent;
  /* Icon color is transparent initially */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  /* Add shadow for depth */
  text-decoration: none;
  /* Remove underline */
  font-size: 24px;
  transition: background-color 0.3s, box-shadow 0.3s;
  /* Smooth hover effect */
}

.floating-button i {
  background: linear-gradient(45deg, #28a745, #005500);
  /* Gradient for the icon */
  -webkit-background-clip: text;
  /* Clip background to text */
  -webkit-text-fill-color: transparent;
  /* Make icon fill transparent */
}

.floating-button:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  /* Hover effect for shadow */
}

.floating-button:hover {
  background-color: darkgreen;
  /* Darker green on hover */
}

.hero-section {
  font-family: "Poppins";
}

body {
  margin: 0;
  overflow-x: hidden;

  background-color: #0b1f28;
  color: white;
}


.hero-section {
  width: 100%;
}

.btn-success1 {
  background: linear-gradient(135deg, #28a745 0%, #005500 100%);
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-success2 {
  background-color: black;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-success1:hover {
  background: linear-gradient(135deg, #005500 0%, #28a745 100%);
  color: #ffffff;
  /* box-shadow: 0 0 25px rgba(40, 167, 69, 1); */
}

.btn-success2:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;

  /* box-shadow: 0 0 25px rgba(40, 167, 69, 1); */
}

.bg-image {
  background-image: url("home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.lead2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-top: -15px;
}
.lead1 {
  color: #d1d1d1;
  font-size: 15px;
  /* font-weight: bold; */
  margin-top: -15px;
}

.custom-link1 {
  color: #d1d1d1; /* Initial color */
  text-decoration: underline; /* Remove underline by default */
  font-size: 13px;
}

.custom-link1:hover {
  color: #28a745; /* Change this to your desired hover color */
  /* Add underline on hover */
}

.features {
  background-color: #0d0d0d;
}

.feature-card {
  margin-top: 30px;
  background-color: #113031;
  color: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  text-align: start;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  height: 330px;
  border: 5px;
  padding: 20px;
  border: #c8c8c8;
}

.feature-card1 {
  background-color: #0b1f28; /* Dark background like ifunds.io */
  border-radius: 10px; /* Rounded corners for a modern look */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds slight shadow for depth */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.feature-card1 img {
  width: 100px; /* Adjust image size */
  height: auto;
}

.feature-card1 h3 {
  font-size: 1.5rem; /* Matches ifunds.io text size */
  margin-top: 15px;
  color: #00cc66; /* Green color used on ifunds.io */
}

.feature-card1 p {
  font-size: 1rem; /* Standard font size for description */
  color: #d1d1d1; /* Light gray text for contrast */
}

.feature-card1:hover {
  transform: scale(1.05); /* Slight scale effect on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .feature-card1 h3 {
    font-size: 1.3rem;
  }
  .feature-card1 p {
    font-size: 0.9rem;
  }
  body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
}

@media (max-width: 576px) {
  .feature-card1 h3 {
    font-size: 1.2rem;
  }
  .feature-card1 p {
    font-size: 0.8rem;
  }
  body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
}

.feature-card1 {
  margin-top: 30px;
  background: transparent;
  color: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  text-align: start;
  border: #c8c8c8;
  border: 1px;
  border-style: solid;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  height: 300px;
}

.feature-card2 {
  margin-top: 50px;
  background: linear-gradient(135deg, #28a745 0%, #113031 100%);
  color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  text-align: start;
}

.feature-card3 {
  margin-top: 30px;
  background-color: #113031;
  color: #d1d1d1;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  text-align: start;
  border: #215f61;
  border-style: solid;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  height: 500px;
}

.feature-card p {
  color: rgb(193, 193, 193);
  text-align: start;
}
.feature-card:hover {
  transform: scale(1.05);
}

.feature-card1:hover {
  /* transform: scale(1.05); */
  border-color: #28a745;
}

.feature-underline {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  margin-bottom: 40px;
  width: 40%;
  border: none;
  color: #ffffff;
  
}

.feature-underline7 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  margin-bottom: 40px;
  width: 26%;
  border: none;
  color: #ffffff;
  
}



.feature-underline8 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  margin-bottom: 40px;
  width: 28%;
  border: none;
  color: #ffffff;
  
}


.feature-underline9 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  /* margin-left: auto; */
  margin-top: -55px;
  margin-bottom: 40px;
  width: 40%;
  border: none;
  color: #ffffff;
  /* box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); */
  /* transition: all 0.3s ease-in-out;s */
  
}


.feature-underline1 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  /* margin-left: auto; */
  margin-top: -55px;
  margin-bottom: 40px;
  width: 16%;
  border: none;
  color: #ffffff;
  /* box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); */
  /* transition: all 0.3s ease-in-out;s */
}

@media (min-width: 768px) {
  .feature-underline1 {
      margin-left: 0; /* Reset the margin */
      margin-right: auto; /* Align to start */
  }
}



.feature-underline6 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  /* margin-left: auto; */
  margin-top: -55px;
  margin-bottom: 40px;
  width: 35%;
  border: none;
  color: #ffffff;
  /* box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); */
  /* transition: all 0.3s ease-in-out;s */
}


.feature-underline4 {
  background: linear-gradient(135deg, #113031 0%, #28a745 100%);
  height: 15px;
  /* margin-left: auto; */
  margin-top: -55px;
  margin-bottom: 40px;
  width: 22%;
  border: none;
  color: #ffffff;
  /* box-shadow: 0 0 10px rgba(40, 167, 69, 0.5); */
  /* transition: all 0.3s ease-in-out;s */
}
.pricing-card {
  background-color: #182838;
  border-radius: 10px;
}

footer {
  background-color: #081520;
}

.discord-card {
  background-color: #132a33;
  border: 1px solid rgba(0, 255, 144, 0.4);
  box-shadow: 0 0 15px rgba(0, 255, 144, 0.2);
}

/* Social icons */
.social-icons a {
  color: #00ff90;
  font-size: 1.5rem;
}

.social-icons a:hover {
  color: #1dd080;
}

input::placeholder {
  color: #d3d3d3; /* Change this to your desired color */
  opacity: 1; /* You can adjust opacity if needed */
}

.faq-section {
  background-color: #0d222d; /* Dark background */
  color: #fff;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.faq-title::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #04fc43;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.faq-card {
  background-color: #113040; /* Slightly lighter than the background */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.faq-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 1rem;
  color: #b3c2d1;
}

.faq-card:hover {
  background-color: #0a1e28; /* Darker color on hover */
}

@media (max-width: 768px) {
  .faq-card {
    margin-bottom: 30px;
  }
}

.custom-outline {
  outline: 2px solid white; /* Customize the outline thickness and color */
  border: 1px solid transparent; /* Optional: to ensure a layout around the element */
  padding: 10px;
}

.tabs {
  margin-bottom: 20px;
}

.tab {
  background-color: #1d3a4f;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 30px;
  cursor: pointer;
}

.tab.active {
  background-color: #27b07e;
}

.fire-icon {
  margin-left: 5px;
}

.pricing-plans {
  display: flex;
  justify-content: space-around;
}

.plan {
  background-color: #10212d;
  padding: 20px;
  border-radius: 20px;
  width: 30%;
}

.plan.most-popular {
  background-color: #163c46;
  border: 3px solid #27b07e;
}

.plan h2 {
  font-size: 1.5rem;
  color: #a3ff2e;
}

.plan p {
  font-size: 2.5rem;
  color: white;
}

.plan .start-btn {
  background-color: #27b07e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 1rem;
}

ul {
  list-style: none;
  margin-top: 20px;
  text-align: left;
}

ul li {
  margin-bottom: 10px;
}

/* ul li::before {
  content: '•';
  color: #a3ff2e;
  margin-right: 10px;
} */

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none;
  }
  .navbar-toggler {
    margin-left: auto;
  }
}

#sidebar ul.nav {
  list-style: none;
  padding: 0;
}

#sidebar ul.nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul.nav li a {
  color: white;
  padding: 1rem;
  display: block;
  text-decoration: none;
}

#sidebar p {
  color: white;
}

.hero-bg {
  background-image: url("resources/about.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh; /* Ensures the section takes up full height */
}

@media (max-width: 767.98px) {
  .hero-bg {
    background-image: none;
  }
}

.bg-image1 {
  background-image: url("home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.bg-image2 {
  background-image: url("resources/support.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.toggle-buttons {
  display: inline-flex;
  gap: 5px;
  background-color: #092C3D; /* Dark background for the button group */
  padding: 5px;
  border-radius: 30px; /* Makes the button group rounded */
}

/* Button style */
/* .btn-toggle {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #00ff66;
  color: #00ff66;
  background-color: transparent;
} */

/* Active button */
/* .btn-toggle.active {
  background-color: #1d5835;

  border: none;
} */

/* Hover effect for buttons */
/* .btn-toggle:hover {
  background-color: #00ff66;
  color: #000;
} */

/* .toggle-frame {
 
  border-radius: 30px;

  display: inline-block;
  margin-top: 20px; 
} */





.account-card {
  background-color: #0a1e28;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  color: white;
}
.account-card h2 {
  margin: 10px 0;
}
.account-card p {
  color: #04fc43;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}



