/**************************
Slider BG Layers Start
****************************/
.home-slider{
	position: relative;
}

.home-slider .bg-layer-1 {
    background: rgba(24,34,51,0.2);
    clip-path: polygon(0 90%, 100% 75%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.home-slider .bg-layer-2 {
    background: rgba(24,34,51,0.6);
    clip-path: polygon(0 95%, 100% 80%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.home-slider .bg-layer-3 {
    background: rgba(24,34,51,1);
    clip-path: polygon(0 100%, 100% 85%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

[data-bs-theme=dark] .home-slider .bg-layer-1{
	background: rgba(0,0,0,0.1);
}
[data-bs-theme=dark] .home-slider .bg-layer-2{
	background: rgba(0,0,0,0.2);
}
[data-bs-theme=dark] .home-slider .bg-layer-3{
	background: rgba(0,0,0,0.3);
}

.home-slider .item{
	position: relative;
	height: 824px;
}
@media(min-width:768px){
	.home-slider .item{
		height: 1000px;
	}
}
@media(min-width:1400px){
	.home-slider .item{
		height: 1200px;
	}
}
/*
.home-slider .item::after {
    content: "";
    background-image: url('../Images/map-mobile.svg');
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-100%);
    height: 214px;
    width: 283px;
    display: block;
	z-index: 9;
}
@media(min-width:768px){
	.home-slider .item::after {
		content: "";
		background-image: url('../Images/map.svg');
		background-size: contain;
		width: 100%;
		height: 845px;
		transform: translateY(-38%);
		z-index: 9;
	}
}

@media(min-width:1200px){
	.home-slider .item::after {
		content: "";
		width: 1117px;
		height: 845px;
		right: 12%;
		transform: translateY(-59%);
		background-size: cover;
	}
}
*/

@media(min-width:1400px){
	.home-slider .bg-layer-1 {
		clip-path: polygon(0 90%, 100% 55%, 100% 100%, 0% 100%);
	}
	.home-slider .bg-layer-2 {
		clip-path: polygon(0 95%, 100% 60%, 100% 100%, 0% 100%);
	}
	.home-slider .bg-layer-3 {
		clip-path: polygon(0 100%, 100% 65%, 100% 100%, 0% 100%);
	}
}

.home-slider .home-slider-box {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 100px;
}
@media (max-width: 576.9px){
    .home-slider .home-slider-box {
        position: absolute;
        left: 0 !important;
        width: 100%;
        z-index: 11;
        display: flex;
        align-items: center;
        height: 100%;
        flex-wrap: wrap;
    }
}

@media(min-width:991px){
	.home-slider  .home-slider-box {
		padding: 100px 0 200px 0;
	}
}


.home-slider  .home-slider-box-inner {
	background: transparent !important;
	width: 100%;
	padding: 0;
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.2;
}

.home-slider  .home-slider-box-inner .full-left-curve,
.home-slider  .home-slider-box-inner .full-right-curve {
	display: none;
}

.home-slider .home-slider-box-inner h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px 0;
	hyphens: auto;
	color: var(--white-color);

}
.home-slider  .home-slider-box-inner h2{
	font-size: 35px;
	font-weight: 400;
	line-height: 1.5;
	hyphens: auto;

}
.home-slider  .home-slider-box-inner p{
	max-width: 700px;
	margin: 0 0 45px 0;
	font-size: 18px;
}

@media(min-width:768px){
	.home-slider .home-slider-box-inner h1 {
		font-size: 80px;
	}
	.home-slider  .home-slider-box-inner h2{
		font-size: 60px;
	}
}

@media(min-width:1200px){
	.home-slider .home-slider-box-inner h1 {
		font-size: 100px;
	}
	.home-slider .home-slider-box-inner h2{
		font-size: 60px;
	}
	.home-slider .home-slider-box-inner p{
		font-size: 20px;
	}

}

.home-slider .home-slider-box-inner .theme-btn.theme-btn-border {
	color: inherit;
}

.home-slider .home-slider-box-inner .theme-btn.theme-btn-border:hover {
	background: transparent;
	border-color: var(--white-color);
}

.home-slider  .home-slider-box.home-slider-box-right .home-slider-box-inner {
	float: right;
}

.home-slider  .home-slider-box.home-slider-box-right {
	justify-content: flex-end;
}

.home-slider  .home-slider-box-center .home-slider-box-inner {
	margin: 0 auto;
}

/*Home Slider*/
[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;
}


.home-slider .full-screen-video {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

.home-slider .full-screen-video video {
	width: 100%;
	height: 100%;
	/*	min-height: 1050px;*/
	object-fit: cover;
	object-position: center;
}
@media(max-width:1200px){
	.home-slider .full-screen-video video {
		height: 100%;
	}
}

.home-slider .full-slide-img {
	width: 100%;
	height: 100%;
	/*	min-height: 1050px;*/
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media(min-width:1200px){
	.home-slider .full-slide-img {
		height: 100%;
		object-fit: cover;
	}
}
@media(max-width:1200px){
	.home-slider .full-slide-img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

.home-slider .owl-dots{
	display: none;
}


@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;
    }
}

.gradient-bg, .item {
    background-size: 400% 400% !important;
    animation: gradient 15s ease infinite;
}

@media (max-width: 1585px){
    .home-slider .home-slider-box-inner p {
        margin: 0 0 25px 0;
    }
}
/**************************
Slider BG Layers End
****************************/
