
 .wp-block-all-in-one-slider-all-in-one-slider-block {
	height: 85vh;
    overflow: hidden;
    // background-color: #141414;
    color: #fff;
	.swiper-container-wraper {
		position: relative;
		top: 40%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		height: auto;
	}
	.slider-content a{
		text-decoration: none;
	}
	.slider-image{
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.slider-image::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent;
		z-index: 1;
	}
	.slider-image img {
		width: 100%;
		height: clamp(500px, 70vw, 650px);
		object-fit: cover;
		vertical-align: middle;
	}
	.swiper-wrapper {
		will-change: transform;
		margin: 50px 0;
	}
	.aios-title {
		margin: 0;
		/* font-size: clamp(48px, 10vw, 140px); */
		text-transform: capitalize;
		letter-spacing: 3px;
		color: #fff;
		white-space: nowrap;
		font-weight: 700;
		/* transition: all 0.8s cubic-bezier(0.41, 1.03, 0.7, 1.07); */
	}
	.slider-content{
		position: absolute;
		top: 0;
		/* left: 50%;
		transform: translateX(-50%); */
		height: 100%;
		width: 100%;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		opacity: 1;
		/* transition: opacity 0.8s cubic-bezier(0.41, 1.03, 0.7, 1.07); */
		z-index: 1;
	}
	.aios-navigation-btn {
		cursor: pointer;
	}
	.aios-navigation-btn .aios-link {
		color: #ccccd6;
		cursor: pointer;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 13px;
		transition: all 0.3s ease;
		letter-spacing: 1px;
	}
	.aios-navigation-btn .aios-link:hover {
		color: #3d393a;
	}
	.aios-navigation-btn .aios-link--arrowed {
		display: flex;
		align-items: center;
		grid-column-gap: 5px;
	}

	.aios-navigation-pagi-wrap {
		 margin: clamp(30px, 5vw, 60px) clamp(30px, 6vw, 70px);
		position: absolute;
		bottom: 12%;
		z-index: 9;
		left: 0;
		right: 0;
	}
	.aios-navigation-wrap {
		display: inline-flex;
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
	}
	.aios-pagination {
		position: absolute;
		bottom: 12px !important;
		left: 50% !important;
		transform: translateX(-50%);
		width: auto !important;
		display: none;
		grid-column-gap: 10px;
		align-items: center;
	}
	.aios-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 5px;
		border-radius: 5px;
		background: #363636;
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}
	.aios-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
		width: 20px;
	}
	@media (min-width: 768px) {		
		.swiper-wrapper {
			margin: 100px 0;
		}
		.aios-title-wrap .aios-title {
			letter-spacing: 15px;
		}
		.aios-pagination {
			display: flex;
		}
	}
}
