.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
}

.feature__pills .nav-link.active, .feature__pills .show>.nav-link {
    background-color: #96f !important;
    color: white;
}

#carousel1 {
    margin-top: 5em;
}

.features_wrapper_row {
    border-left: 1px solid #ddd;
}

.feature__pills {
    margin-bottom: 36px !important;
    color: #0A2540;
}

.feature__pills:hover {
    color: #4f6e93;
}

.feature__pills .nav-item .nav-link {
    font-size: 16px;
    height: 32px;
    letter-spacing: -0.2px;
    line-height: 16px;
    cursor: pointer;
}

#carouselExampleDark img {
    height: 440px;
}


.feature_heading {
    font-size: 16px;
    color: #000 !important;
    border-left: 1px solid #96f;
    padding-left: 30px;
}

.feature_description {
    color: rgb(66, 84, 102);
    padding-left: 30px;
    line-height: 24px;
	font-family: 'Noto Sans', sans-serif;
    margin-top: 1em !important;
}

.carousel-item{
    border: none;
}

.heading{
    border-top: 1px dashed #ddd;
    padding-top: 2em;
    font-size: calc(1.2vw + 0.75em);
    line-height: calc(1.25vw + 1.0em);
    font-weight: 600;
}

/* new animated */
:root {
  --white: #ffffff;
  --black: #002a32;
  --lightGreen: #e6f4f1;
}

.features_nav {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 15px;
  margin-bottom: 72px;
}
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  z-index: 1;
}

.nav__list::-webkit-scrollbar {
  width: 1px;
  visibility: hidden;
}

.nav__item {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.nav__link {
  display: flex;
  cursor: pointer;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: color 0.3s ease-in-out;

  font-size: 16px;
  height: 32px;
  letter-spacing: -0.2px;
  line-height: 16px;
  cursor: pointer;
  color: #0A2540;
  border-radius: 50em !important;
  white-space: nowrap;
}
.nav__link_active {
  color: var(--white);
}
.nav__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px;
  pointer-events: none;
  z-index: 0;
}
.nav__slider-rect {
  width: 16.6%;
  height: 100%;
  background-color: #96f;
  border-radius: 50em;
  transition: transform 0.4s;
  box-shadow: 1px 1px 3px rgba(0, 42, 50, 0.15);
}

.features_gif_wrapper {
  order: 2;
}
.text_gif_wrapper {
  order: 1 !important;
}

#visualization svg path[fill^='none'] {
  stroke-width:0px;
}

@media screen and (max-width: 770px) {
  .features_nav {
    margin-top: 36px !important;
  }

  .heading {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 990px) {
  #carousel1 {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  #visualization {
    height: unset !important;
  }
}