.banner_section {
	position: relative;
}
.single-item .slide {
	background: #f3f3f3;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
}
.banner_content_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 5;
	padding-left: 14em;
}
.banner_img_wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}
.banner_img {
	width: 100%;
}
.man_runner_img {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: -1;
	left: -110px;
	bottom: -80px;
}
.leaf_img {
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 40px;
	width: 170px;
	height: auto;
}
.slick-prev,
.slick-next {
	width: 74px;
	height: 50px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
body .slick-prev {
	left: 30px;
}
body .slick-next {
	right: 50px;
}
.slick-prev:before,
.slick-next:before {
	content: '';
}
.shopnow_btn {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: .6em;
	width: 156px;
	height: 57px;
	background-color: var(--orange-bg);
	border-radius: 51px;
	padding: 16px 8px;
	font-size: 15px;
	font-family: var(--font-Roboto);
	font-weight: 700;
	line-height: 57px;
	border: none;
	color: var(--white);
	margin-top: 31px;
	position: relative;
}
.shopnow_btn .shopnow_btn_img {
	width: 41px;
	height: 41px;
}
.button_arrow {
	width: 52px;
	height: 56px;
	position: absolute;
	top: -30px;
	right: -65px;
}
.title_description * {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: var(--font-Barlow);
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0;
}
.banner_inner_wrapper {
	position: relative;
}
.banner_inner_wrapper::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	height: 80px;
	background: url('../images/sider-bottom-cut.svg') no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}

@media (max-width: 1600px) {
    .banner_content_wrapper {
        padding-left: 270px;
    }
}
@media (max-width: 1280px) {
	.banner_content_wrapper {
        padding-left: 240px;
    }
    .man_runner_img {
        left: -70px;
    }
}
@media (max-width: 1024px) {
	.man_runner_img {
        left: -30px;
    }
    .leaf_img {
        width: 80px;
    }
}
@media (max-width: 992px) {
	.banner_content_wrapper {
        padding-left: 0;
        justify-content: center;
        align-items: center;
        padding-top: 90px;
    }
    .banner_content_wrapper h1 {
        font-size: 30px;
        text-align: center;
        padding: 0 15px;
    }
    .shopnow_btn {
        height: 50px;
    }
    .banner_img_wrapper img {
		width: 70%;
		margin: 0 auto;
		padding-top: 40PX;
    }
}
@media (max-width: 767px) {
	.banner_content_wrapper h1 {
        font-size: 25px;
    }
    .title_description * {
        font-size: 18px;
    }
    .custom-next img,
    .custom-prev img {
        width: 60px;
    }
    body .slick-prev, body .slick-next {
		bottom: 110px;
		top: auto;
    }
}