.banner-position {
	position: relative;
}

.index-banner .swiper-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-wave {
	width: 100vw;
	position: absolute;
	bottom: -15%;
	z-index: 2;
}

.banner-wave>div {
	background-color: var(--col-deepblue);
	margin: -5px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

.wave_box1{
	position: relative;
	margin-top: -130px;
	height:300px;
}
.wave_box1 img {
	height: 300px;
}
.footer-container {
	position: absolute;
	bottom: 0px;
	background: linear-gradient(to right, rgba(57, 118, 233, 1), rgba(90,40,189,1));
	height: 100px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
}

.footer-container a {
	color: #fff;
}




