.main-navbar {
    background-color: rgb(12, 1, 25);
}
.main-navbar * {
color:white
}
[class^="sicon-"], [class*=" sicon-"] {
  color: red;
}


.dark *{

color:white


  
}

.index .container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}
.dark .bg-\[var\(--bg-primary\)\] {
  background-color: #090E20;
}
.index section:first-of-type {
margin-top: 6rem;
}
.dark .bg-\[var\(--bg-secondary\)\] {
  background-color: #f8f8f8;
  background-color: #0C1123;
}
footer .space-y-4 {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.color-mode-light .bg-\[var\(--bg-primary\)\] {
  background-color: #FDFDFD;
}

body.dark .bg-\[var\(--bg-primary\)\] {
  background-color: #f8f8f8;
}
html[data-theme="dark"] .bg-\[var\(--bg-primary\)\] {
  background-color: #090E20;
}

  .main-menu .sub-menu {
    background: #fff !important;
    background: #0c0119 !important;
  }
html[data-theme="light"] .feature-card:hover .feature-text {
  color: #000;
}


html[data-theme="dark"] .product__description li {
  color: rgb(255, 255, 255);
}

body:not(.index) .features-section{
  display: none
  
}
.whatsapp-float {
  display: none !important;
}

@media(min-width:991px) {
.main-links-style-3-slider-single {
  width: 250px !important;
}
}