/**************************
Slider BG Layers Start
****************************/
.home-slider {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.home-slider .item {
	position: relative;
	height: auto;
}

@media(min-width:992px) {
	.home-slider .item {
		height: 798px;
		margin-bottom: 40px;
		box-shadow: 0px 20px 20px #00000029;
		overflow: hidden;
		border-radius: 10px;
	}
}
@media(min-width:1200px) {
	.home-slider .item {
		height: 898px;
	}
}

.home-slider .home-slider-box {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: flex;
	padding-bottom: 40px;

}
@media(min-width:992px){
	.home-slider .home-slider-box {
		padding-top: 70px;
		padding-bottom: 90px;
	}
}

.home-slider .home-slider-box .container {
	position: relative;
}

.home-slider .home-slider-box-inner {
	background: transparent !important;
	padding: 0;
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.2;
}

.home-slider .home-slider-box-inner .h1,
.home-slider .home-slider-box-inner h1 {
	font-size: 46px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 30px 0;
	hyphens: auto;
	color: var(--secondary);
}

.home-slider .home-slider-box-inner p {
	font-size: 20px;
	font-weight: 400;
	margin: 21px 0 12px 0;
	color: var(--black-color);
}

@media(min-width:992px) {
	.home-slider .home-slider-box-inner .h1,
	.home-slider .home-slider-box-inner h1 {
		font-size: 50px;
	}
}

.home-slider .home-slider-box-center .home-slider-box-inner {
	position: relative;
	max-width: 100%;
}

@media(min-width:992px) {
	.home-slider .home-slider-box-center .home-slider-box-inner {
		position: absolute;
		width: 350px;
		right: 0;
		bottom: 0;
	}
}

.home-slider .full-screen-video {
	width: 100%;
	height: 460px;
	position: relative;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 20px 20px #00000029;
	margin-bottom: 40px;
}

@media(min-width:992px) {
	.home-slider .full-screen-video {
		height: 100%;
		position: absolute;
	}
}

.home-slider .full-screen-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media(max-width:992px) {
	.home-slider .full-screen-video video {
		height: 100%;
	}
}

.home-slider .full-slide-img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media(min-width:992px) {
	.home-slider .full-slide-img {
		height: 100%;
		object-fit: cover;
	}
}

@media(max-width:992px) {
	.home-slider .full-slide-img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 576.9px) {
	.home-slider .home-slider-box-inner {
		box-shadow: unset !important;
	}
}

@media (max-width: 480px) {
	.home-slider .home-slider-box-inner {
		padding: 0 20px;
	}
}

@media(min-width:992px) {
	.bg-overlay {
		position: absolute;
		z-index: -1;
		border-radius: 100%;
		width: 135vw;
		height: 1400px;
		right: -76vw;
		top: 100px;
		background: linear-gradient(216deg, rgba(255, 255, 255, 0.90) 15%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.20) 65%);
	}
}

@media(min-width:1200px) {
	.bg-overlay {
		width: 140vw;
		height: 1820px;
		top: 170px;
		right: -76vw;
	}
}
@media(min-width:1600px) {

	.bg-overlay {
		width: 100vw;
		height: 2000px;
		top: 170px;
		right: -47vw;
	}
}
@media(min-width:2200px) {
	.bg-overlay {
		width: 110vw;
        height: 2000px;
        top: 170px;
        right: -50vw;
	}
}
@media(min-width:4800px) {
	.bg-overlay {
		width: 120vw;
		height: 2480px;
		top: 170px;
		right: -50vw;
	}
}

.home-slider .theme-btn{
	font-size: 18px;
	padding: 16px 30px;
	font-weight: 500;
	color: var(--primary);
	background: transparent;
	border: 2px solid var(--primary);
	line-height: 1;
	margin: 0;
}
.home-slider .theme-btn:hover{
	background-color: var(--primary);
	color: var(--white-color);
}
@media(min-width:992px){
	.home-slider .theme-btn{
		font-size: 20px;
	}
}

.home-slider-box-inner .h1 span,
.home-slider-box-inner h1 span{
	color: #B21022;
}

.home-slider-box-inner .h1 span:last-child,
.home-slider-box-inner h1 span:last-child{
	color: var(--black-color);
}
/*Home Slider*/
[data-bs-theme=dark] .home-slider .home-slider-box-inner .h2,
[data-bs-theme=dark] .home-slider .home-slider-box-inner h2 {
	color: inherit;
}

[data-bs-theme=dark] .home-slider .home-slider-box-inner .theme-btn.theme-btn-border {
	border-color: var(--white-color) !important;
	color: inherit !important;
}

[data-bs-theme=dark] .home-slider .home-slider-box-inner .theme-btn.theme-btn-border:hover {
	background: inherit !important;
	color: inherit !important;
}

/**************************
Slider BG Layers End
****************************/