.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: relative;
  /*background: #f0f2f9;*/
  text-align: left;
  padding: 0 2em;
}

.et-slide {

  height: auto;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
  background: #FFFFFF;
  text-align: left;
  padding: 0;

}

.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;

}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 69px;
  border: 1px solid #f3f3f3;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 10%);*/
  /*border-top: 1px solid black;*/

  backdrop-filter: saturate(180%) blur(20px);
  background-color: #ffffff12;
  z-index: 10;
  /*box-shadow: inset 0 2px 10px rgb(0 0 0 / 10%);*/
  padding: 0px 97px;

}

.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000000;
  letter-spacing: 0;
  transition: all 0.5s ease;
  font-size: 0.9rem;
  text-align: center;
}



.et-hero-tab:hover {
  color: white;
  background: #B9C3CF;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #181728;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {

  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }

  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 0.9rem;
  }

  .et-hero-tab {
    font-size: 0.9rem;
    FONT-WEIGHT: 900;
    margin: 0px;
    /*border: 2px solid #cfa54e;*/
    border: 1px solid #f3f3f3;
    background-color: #ffffff78;
    backdrop-filter: saturate(180%) blur(80px);
  }

}

@media (max-width: 800px) {

  .et-hero-tabs-container {
    display: none;
  }
}