@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');


/*
========================================
Case Studies
========================================
*/

.page-banner .content {
	margin-top: 0px;
}

.section.gray {
	background-color: #dcdcdc;
	padding: 30px 0 0;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.section.case {
	background-color: white;
	padding: 5% 0 5%;
	margin: 0;
	text-align: center;
}

.section.case .row { 
	justify-content: center; 
}

.section.case .title {
	font-weight: 400;
	margin-bottom: 0;
}

.section.case .area {
	margin-top: 20px;
}

.section.case .wrapper {
	background-color: #dcdcdc;
	border-radius: 50px;
	transition: box-shadow 0.3s ease;
	padding: 8% 0;
}

.section.case .wrapper .title {
	font-size: 1.1em;
	font-weight: 500;
}

.section.case .wrapper.active {
	box-shadow: 0px 0px 6px 0px #656363;
}

.section.case .wrapper:hover {
	cursor: pointer;
	box-shadow: 0px 0px 6px 0px #656363;
	transition: box-shadow 0.3s ease;
}

.swiper-container {
	background-color: #021224;
	height: 450px;
}

.swiper-container .row { height: 100%; }


.swiper-container .left-side {
	background-image: url('../images/TOURISM 1.png');
	background-color: #dcdcdc;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-top: 1px solid #021224;
	border-bottom: 1px solid #021224;
}

.swiper-container .left-side.retail {
	background-image: url('../images/RETAIL ONLINE SHOPPING 1.png');
}

.swiper-container .left-side.inventory {
	background-image: url('../images/RETAIL SALE 1.png');
}

.swiper-container .left-side.education {
	background-image: url('../images/EDUCATION 1.png');
}

.swiper-container .left-side.manufacture {
	background-image: url('../images/MANUFACTURE APS 1.png');
}


.swiper-container .right-side {
	padding: 3% 2%;
}


.swiper-container .content,
.swiper-container li {
	color: #dedede;
}

.swiper-container img {
	width: 100%;
}

.swiper-container .title { 
	color: white; 
	font-size: 2em;
	margin-bottom: 5px;
}

.swiper-container li { margin-bottom: 10px; }

.swiper-container a {
	background-color: white;
	color: #021224;
	border: 1px solid white;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 0.9em;
	font-weight: 300;
}

#case-pagination {
	width: 100%;
	top: 20%;
	z-index: 1;
}

#case-pagination .swiper-pagination-bullet {
	background-color: #021224;
	border: 1px solid #021224;
	margin: 0 10px;
	top: 0;
	height: 15px;
	width: 15px;
	opacity: 1;
}

#case-pagination .swiper-pagination-bullet-active {
	background: white;
}



@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 992px) {
	.section-title {
		margin-top: 30px;
	}

	.swiper-container {
		height: auto;
	}

	.swiper-container .left-side {
		height: 300px;
	}

	.swiper-container .right-side {
		padding: 5% 10% 5% 5%;
		height: fit-content;
	}	
	
}


@media only screen and (max-width: 500px) {
	.swiper-container .right-side {
		padding: 10% 5% 8% 5%;
	}	

}