#carouselExampleIndicators {
    position: relative;
}

#carouselExampleIndicators .item {

    text-align: center;
}

#carouselExampleIndicators .item img {
    width: 100%;
    object-fit: cover;
}

.bnner-cnt {
    position: absolute;
    bottom: 22%;
    width: 80%;
    left: 12%;
    text-align: left;
}

.line_banner_text {
    width: 15%;
    height: 2px;
    background-color: #fff;
    margin-top: 15px;
}

.bnner-cnt h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "effraregular";
}

.but-main {
    float: left;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 0;
    color: #fff;
}

.but-main:hover {
    background-color: var(--black);
    color: #fff !important;
}

.but-color-1 {
    background: #fff;
    color: var(--black) !important;
}

.but-color-2 {
    background: #EB5A3C;
}

.banner-links {
    display: flex;
    gap: 10px;
    margin-top: 4em;

}

#carouselExampleIndicators .carousel-indicators {
    bottom: 15%;
    margin-left: 12%;
    justify-content: flex-start;
}


.carousel-indicators li {
    color: #fff;
    height: 0;
    width: 18px;
    font-size: 18px;
    opacity: 1;
    text-indent: unset;
    border: 0 !important;
}

.carousel-indicators .active {

    color: #EB5A3C !important;
    background: transparent !important;
}


@media screen and (max-width: 769px) {
    #carouselExampleIndicators .item img {

        height: 100%;
    }

    #carouselExampleIndicators .item {
        height: 700px;
    }

    .banner-links {
        flex-direction: column;
    }

    .bnner-cnt h2 {
        font-size: 27px;

    }

    .but-main {
        justify-content: space-between;
    }




}