.hero .carousel-indicators li {
    width: 150px;
    height: unset;
    text-indent: unset;
    background-color: unset;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    /*  letter-spacing: 2px;*/
    opacity: 0.7;
    transition: opacity 1s ease-out;
}

.hero-button a {
    color: #fff;
    font-weight: 600;
    padding: 17px 24px;
    background-color: #000;
    border: 1px solid #fff;
}

.hero .carousel-indicators li.active:after {
    opacity: 1;
    background: #fff;
}

.hero .carousel-indicators .active {
    background-color: rgba(0, 0, 255, 0);
    opacity: 1;
}

.hero .carousel-indicators {
    flex-direction: column;
    left: unset;
    margin: 0;
    bottom: 300;
}

.hero .carousel-indicators li::after {
    position: relative;
    display: inline-block;
    width: 12%;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0);
    margin-left: 10px;
    opacity: 0.7;
    transition: opacity 1s ease-out;
}

.hero .carousel-indicators li::before {
    content: none;
}

.hero .carousel-inner {
    padding-left: 20px;
}

.hero .carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0.5;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.hero .carousel-fade .carousel-item.active {
    opacity: 1;
    visibility: visible;
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
    height: 663px;
    background-color: #000;
}

.hero .w-100 {
    height: 663px;
}

.carousel-caption {
    left: 0;
    bottom: 135px;
    right: unset;
    text-align: left;
}

@media( max-width :1024px) {
    .hero .carousel-inner {
        padding-left: 20px;
    }
    .hero .carousel-indicators {
        bottom: 230px;
    }
    .carousel-caption {
        bottom: 80px;
        height: 500px;
    }
    .hero .carousel-indicators {
        right: 20px;
    }
}

@media( max-width :991px) {
    .hero .carousel-indicators {
        bottom: 160px;
    }
    .carousel-caption {
        bottom: 68px;
    }
}

@media( max-width :768px) {
    .carousel-caption {
        bottom: 150px;
        height: 435px;
    }
    .w-100 {
        width: fit-content!important;
    }
    .hero .carousel-indicators {
        flex-direction: row;
        left: -6px;
        justify-content: space-evenly;
        margin: 0;
    }
    .hero .carousel-indicators li {
        width: unset;
        opacity: .7;
        font-size: 10px !important;
    }
    .hero .carousel-indicators li::after {
        content: unset;
    }
    .hero .carousel-indicators .active {
        opacity: 1;
    }
    .hero .carousel-indicators {
        bottom: 70px;
    }
    .hero .carousel-item {
        width: 70%;
    }
}

@media( max-width :562px) {
    .hero-button {
        display: flex;
        flex-direction: column;
    }
    .read {
        width: max-content;
        margin-bottom: 30px;
    }
    .hero-button a {
        margin: 0;
    }
    .carousel-caption {
        bottom: 145px;
        height: 480px;
    }
    .hero .carousel-indicators {
        bottom: 55px;
    }
}

@media (max-width: 425px) {
    .hero .carousel-indicators {
        right: 0;
        bottom: 45px;
    }
    .carousel-inner {
        padding-right: 20px;
    }
    .hero .carousel-item {
        width: 90%;
    }
}

@media (width: 768px) {
    .hero .carousel-indicators {
        bottom: 40px;
    }
}

@media(max-width:768px) {
    br {
        display: none;
    }
}

.hero .active .carousel-caption {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    90% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(-20px);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}


/*
.carousel-item {
padding-top: 180px;
padding-bottom: 180px;
}
*/


/**********/

@media (min-width: 768px) {
    .hero_bgOverlay__QmHbc {
        background-image: linear-gradient( 270deg, #000 0, transparent 7%);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        box-shadow: inset -20px 0px 140px 0px #000;
    }
}