.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    align-items: center;
    height: 10vh;
    position: fixed;
    background: #ffffff05;
    text-align: center;
    padding: 0 2em;


    h3 {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
    }
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    width: 110%;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #00000086;
    /* z-index: 8; */
    align-items: center !important;

    &--top {
        position: fixed;
        top: 0;
    }
}

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

    &:hover {
        color: white;
        background: rgba(102, 177, 241, 0.8);
        transition: all 0.5s ease;
    }
}

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

/* @media (min-width: 800px) {
	.et-hero-tabs,
	.et-slide {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}
} */


