/*** Carousel Hero Header Start ***/
.hero-section {
    /* background-image: url(../img/banner-img/test/pngegg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #1f487c; */
}

.hero-bg-half-1 {
    background-image: url(../img/banner-img/banner-01.webp);
    /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
    filter: grayscale(15%);
    /* transform: scale(100% - 50%); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* right: 0; */
    /* top: 0; */
}

.hero-bg-half-2 {
    background-image: url(../img/banner-img/banner-02.webp);
    /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
    filter: grayscale(15%);
    /* transform: scale(100% - 50%); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* right: 0; */
    /* top: 0; */
}

.hero-bg-half-3 {
    background-image: url(../img/banner-img/banner-03.webp);
    /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
    filter: grayscale(15%);
    /* transform: scale(100% - 50%); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-color: #DE9F39;
    /* right: 0; */
    /* top: 0; */
}

.hero-bg-half-4 {
    background-image: url(../img/banner-img/banner-04.webp);
    /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
    filter: grayscale(15%);
    /* transform: scale(100% - 50%); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-color: #16095A;
    /* right: 0; */
    /* top: 0; */
}

@media (max-width: 991px) {
    .hero-bg-half-1 {
            background-image: url(../img/banner-img/banner-01.webp);
        /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .hero-bg-half-2 {
        background-image: url(../img/banner-img/banner-02.webp);
        /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .hero-bg-half-3 {
        background-image: url(../img/banner-img/banner-03.webp);
        /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #F4AF36;
        /* position: absolute; */
        width: 100%;
        /* height: 100%; */
        /* height: auto; */
        /* right: 0; */
        /* top: 0; */
    }

    .hero-bg-half-4 {
        background-image: url(../img/banner-img/banner-04.webp);
        /* clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #16095A;
        /* position: absolute; */
        width: 100%;
        /* height: 100%; */
        /* height: auto; */
        /* right: 0; */
        /* top: 0; */
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 500px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    transform: skew(18deg);
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    display: none;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 51%;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 51%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
        background: rgb(0 0 0 / 65%);
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 600px;
    }
    .banner-section h4{
        font-size: 17px;
    }
    .carousel-caption a{
        display: flex;
        justify-content: center;
    }
}

/*** Carousel Hero Header End ***/










.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    /* background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; */
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
}

.header-carousel .owl-nav .owl-prev {
    margin-left: 15px;
}

.header-carousel .owl-nav .owl-next {
    margin-right: 15px;
}

.header-carousel .owl-dots {
    /* position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center; */
}

.header-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background:#27548A;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.header-carousel .owl-dots .owl-dot.active {
    background: #DDA853;
}

