/*New slider css start*/
.banner-2 {
    z-index: 1;
    position: relative;
}

.banner-2__slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.banner-2__slider__arrow-next,
.banner-2__slider__arrow-prev {
    z-index: 9;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #fff;
    border:0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__slider__arrow-next,
    .banner-2__slider__arrow-prev {
        width: 50px;
        height: 50px;
    }
    .banner-2__slider__arrow-next svg,
    .banner-2__slider__arrow-prev svg {
        max-width: 11px;
    }
}

.banner-2__slider__arrow-next:hover,
.banner-2__slider__arrow-prev:hover {
    background: var(--color-2);
}

.banner-2__slider__arrow-next:hover svg path[stroke=black],
.banner-2__slider__arrow-prev:hover svg path[stroke=black] {
    stroke: #fff;
}

.banner-2__item {
    z-index: 1;
    position: relative;
    padding-top: 362px;
    padding-bottom: 236px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__item {
        padding-top: 310px;
        padding-bottom: 184px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__item {
        padding-top: 210px;
        padding-bottom: 150px;
    }
}

.banner-2__item-right-shape {
    position: absolute;
    right: -800px;
    top: -270px;
    z-index: 2;
}

.banner-2__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0 !important;;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-2__item-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-2__item-content {
    z-index: 1;
    position: relative;
}
.banner-2__item-content h2{
	font-weight: 600;
	color: #fff;
	font-family: var(--font-02);
	font-size: 24px;
}
.banner-2__item-content h3{
	font-weight: 700;
	color: #fff;
	font-family: var(--font-02);
	font-size: 70px;
}
.banner-2__item-content:after {
    content: "";
    height: 62%;
    top: -7px;
    z-index: -1;
    width: 6px;
    left: -36px;
    position: absolute;
    background: var(--color-2);
    border-radius: 3px;
}

.banner-2__item-content .des {
    font-family: var(--font-02);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: 0.8;
}
.banner-2__item-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video fills the screen without stretching */
    z-index: 1; /* Places video above the background image */
}

/* Optional Dark Overlay on the video so white text is easier to read */
.banner-2__item-bg-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust darkness here */
    z-index: 2;
}
/*New slider css end*/
@media(max-width: 767.98px){
	.banner-2__item-content h2{
		font-size: 22px;
	}
	.banner-2__item-content h3{
		font-size: 32px;
	}
}
