.home{
	overflow:hidden;
}
.home .home-header{
	padding:0px;
	overflow: hidden;
}
.home .home-header .container{
	display: flex;
    z-index: 2;
    position: relative;
	padding: 250px 20px 330px 20px;
}
.home .home-header .container .el-content{
	width: 40%;
}
.home .home-header .container .el-content h1{
	font-size: 60px;
    line-height: 100%;
    font-weight: 900;
    margin: 0px 0px 30px;
}
.home .home-header .container .el-content p{
	color: #fff;
    margin-bottom: 30px;
}
.home .home-header .container .el-content .ui-button{
	border-radius: 5px;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 5px 5px 5px 20px;
    background: var(--background-02);
    display: flex;
	gap:20px;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.home .home-header .container .el-content .ui-button i{
	font-size: 30px;
    background: #2CAA68;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
}
.home .home-header .container .el-image{
	position: absolute;
    right: -150px;
    bottom: 30px;
	max-width: 60%;
}
.home .home-header .container .el-image img{
	width: 100%;
    height: auto;
}


.home .home-group-01{
	position: relative;
	background: url(../../assets/images/shap-03.png) top right no-repeat;
}
.home .home-group-01::before{
	content: '';
	background: url(../../assets/images/shap-01.png) center left no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.home .home-group-01::after{
	content: '';
	background: url(../../assets/images/shap-02.png) bottom right no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
	top: 0;
}
.home .home-widget-details-7{
	position: relative;
}
.home .home-widget-details-7::before{
	content: '';
	background: url(../../assets/images/shap-05.png) bottom right no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.home .home-widget-functions-1{
	position: relative;
}
.home .home-widget-functions-1::before{
	content: '';
	background: url(../../assets/images/shap-04.png) center left no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}
.home .home-widget-testimonials-1{
	background: url(../../assets/images/shap-06.png) no-repeat;
	background-position-x: 20%;
}



@media all and (max-width: 1024px){
	.home .home-header:after{
		left: -80px;
		width: calc(100vw + 80px);
	}
	.home .home-header .container{
		padding: 200px 20px 200px 20px;
	}
	.home .home-header .container .el-content h1{
		font-size: 40px;
	}
	.home .home-header .container .el-image{
		right: -50px;
	}
}
@media all and (max-width: 900px){
	.home .home-header:after{
		left: 0px;
		width: 100vw;
	}
	.home .home-header .container{
		padding: 150px 20px 0px 20px;
		flex-wrap: wrap;
    	justify-content: flex-end;
	}
	.home .home-header .container .el-content{
		width: 100%;
	}
	.home .home-header .container .el-image{
		position: relative;
		right: -20%;
		max-width: 80%;
	}
}
@media all and (max-width: 600px){
	.home .home-header .container{
		padding: 100px 20px 0px 20px;
	}
}
@media all and (max-width: 480px){
	.home .home-header:after{
		left: -20px;
    	width: calc(100vw + 20px);
	}
	.home .home-header .container .el-content{
		width: 100%;
	}
	.home .home-header .container .el-image{
		right: -30%;
		max-width: 100%;
	}
}