.justify-end{
    justify-content: flex-end;
}
.slider-sync {
    position: relative;
    overflow: hidden;
}
.slider-sync .itemLink{
    border: 1px solid #fff;
    max-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.slider-sync .stagepushable__item .aem--grid-stage{
    height: 70%;
    height: 88%;
    padding: 0 60px;
    padding: 0 30px;
}
.slider-sync .stagepushable__item .aem--grid-stage .prev-txt{
    max-width: 300px;
}
.slider-sync .slick-dotted.slick-slider{
    margin-bottom: unset;
}
.stagepushable__item a {
    position: relative;
}

.main-slider-content .stagepushable__container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-sync .slider-for {
    height: 100vh;
}

.slider-sync .slider-for img,
.slider-sync .slider-for video {
    height: 100vh;
    min-height: 800px;
    /* max-height: 100vh; */
    width: 100%;
    object-fit: cover;
}

.slider-sync .slider-nav {
    position: absolute;
    bottom: 10%;
    max-width: 1100px;
    margin: 0 auto;
    left: 10%;
    right: 10%;
}

.slider-nav__item img {
    border-radius: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

/* Progress Bar Styles */

.aem .slider-sync .slick-dots {
    bottom: 10%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    max-width: 200px;
    padding: 0;
    position: absolute;
    right: unset;
    left: 65px;
    width: 100%;
    z-index: 1;
    flex-wrap: wrap;
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
.aem .slider-sync .slick-dots{
    display: flex !important;
}
.aem .slider-sync .slick-dots li {
    /* background: #DFDFDF; */

    height: 4px;
    flex: 1;
    position: relative;
    width: 100%;
    max-width: 270px;
    border-radius: unset;
}

.slider-sync .slick-dots li.slick-active {
    /* background: #00adef; */
    background: #fff;
    position: relative;
}

.slider-sync .slick-dots li.slick-active:after {
    content: "";
    /* background-color: #666666; */
    background-color: #00adef;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    animation: progressBar 3s ease-in-out;
    /* <-- match the speed with your slick slider autoplaySpeed !! */
    animation-fill-mode: both;
    z-index: 5;
    top: 0;
}

.slick-dots li button {
    height: 0.5rem;
}

.slick-dots li button:before {
    content: "";
    color: white;
}

.slider-title{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 7px;
}
.slider-subtitle{

}

@media screen and (max-width: 991px){
    .aem .slider-sync .slick-dots {
        z-index: 1000;
        left: 28px;
    }
}
