.banner {
	position: relative;
	z-index: 0;
}
.banner-swiper {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.banner-swiper .swiper-slide {
	height: 700px;
}
.banner-swiper .swiper-slide .ban-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ban-img.mobile-img {
	display: none;
}
.banner-swiper .container {
	height: 100%;
}
.banner-image {
	display: flex;
	align-items: center;
	height: 100%;
}
.banner-text-img {
	width: 622px;
}
.banner-text-img .ban-txt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-swiper .swiper-pagination-bullet {
	height: 32px;
	width: 32px;
	border: 2px solid #fff;
	opacity: 1;
	background: transparent;
	margin-right: 20px !important;
}
.banner-swiper .swiper-pagination-bullet-active {
	background-color: var(--white);
}
.banner-swiper .swiper-scrollbar {
	display: none;
}

.banner-swiper .swiper-pagination {
	bottom: 100px;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
	display: none;
}

.banner-text {
	/*width: 65%;*/
	text-wrap: balance;
}
.banner-text p,
.banner-text p * {
	font-family: var(--outfit-regular);
	color: var(--white);	
}
.banner-text p strong {
	font-family: var(--outfit-bold);
	font-weight: 700;
	line-height: 1px;
}
.banner-text p .big_font {
	font-size: 100px;
	line-height: 105px;
}
.banner-text p .med_font {
	font-size: 70px;
	line-height: 75px;
}
.banner-text p .small_font {
	font-size: 60px;
	line-height: 65px;
}

@media(max-width:992px) {
	.banner-text p br {
		display: none;
	}
	.banner-text p .big_font {
		font-size: 90px;
		line-height: 95px;
	}
	.banner-text p .med_font {
		font-size: 60px;
		line-height: 65px;
	}
	.banner-text p .small_font {
		font-size: 50px;
		line-height: 55px;
	}
}

@media(max-width:768px) {
	.banner-text p .big_font {
		font-size: 80px;
		line-height: 85px;
	}
	.banner-text p .med_font {
		font-size: 50px;
		line-height: 55px;
	}
	.banner-text p .small_font {
		font-size: 40px;
		line-height: 45px;
	}
}

@media(max-width:575px) {
	.banner-swiper,
	.banner-swiper .swiper-slide {
		height: 470px;
	}

	.ban-img {
		display: none;
	}
	.ban-img.mobile-img {
		display: block;
	}
	.banner-swiper .swiper-pagination {
		bottom: 50px;
	}

	.banner-text p .big_font {
		font-size: 60px;
		line-height: 65px;
	}
}
@media(max-width:500px) {
	.banner-text p .big_font {
		font-size: 50px;
		line-height: 55px;
	}
	.banner-text p .med_font {
		font-size: 40px;
		line-height: 45px;
	}
	.banner-text p .small_font {
		font-size: 30px;
		line-height: 35px;
	}
}
@media(max-width:400px) {
	.banner-text p .big_font {
		font-size: 40px;
		line-height: 45px;
	}
	.banner-text p .med_font {
		font-size: 30px;
		line-height: 35px;
	}
	.banner-text p .small_font {
		font-size: 25px;
		line-height: 30px;
	}
}