

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100px;
  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: 100px;
   /* box-shadow: 0 0 20px rgb(0 0 0 / 10%);*/
   
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #23233A;
    z-index: 10;
	/*box-shadow: inset 0 2px 10px rgb(0 0 0 / 10%);*/
	padding: 10px 90px;

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

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #FFFFFF;
  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:#B9C3CF;
  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: 10px;
    /*border: 2px solid #cfa54e;*/
	  background-color: #232439;
  }
	
}
@media (max-width: 800px) {

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