@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');


/*
========================================
Our Service
========================================
*/

main { background-color: white; }

.section {
	margin-top: 0;
	background-color: #dcdcdc;
}

.section.white {
	background-color: white;
}

.section .title {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 15px;
}

.section.service {
	background-color: white;
	padding: 5% 0 5%;
	margin-right: 0;
	text-align: center;
}

.section.service .title {
	font-weight: 400;
	margin-bottom: 0;
}

.section.service .area {
	margin-top: 20px;
}

.section.service .wrapper {
	background-color: #dcdcdc;
	border-radius: 50px;
	transition: box-shadow 0.3s ease;
	padding: 8% 0;
}

.section.service .wrapper .title {
	font-size: 1.3em;
}

.section.service .wrapper.active {
	box-shadow: 0px 0px 6px 0px #656363;
}

.section.service .wrapper:hover {
	cursor: pointer;
	box-shadow: 0px 0px 6px 0px #656363;
	transition: box-shadow 0.3s ease;
}

.swiper-container {
	background-color: #021224;
	height: 625px;
	overflow: auto;
}

.swiper-container .row { height: 100%; }


.swiper-container .left-side {
	background-image: url('../images/service-ai-analytics.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.swiper-container .left-side.database {
	background-image: url('../images/service-database.png');
}

.swiper-container .left-side.web {
	background-image: url('../images/service-web.png');
}

.swiper-container .left-side.mobile {
	background-image: url('../images/service-mobile.png');
}


.swiper-container .right-side {
	padding: 5% 2%;
}


.swiper-container .content,
.swiper-container li {
	color: #dedede;
}

.swiper-container img {
	width: 100%;
}

.swiper-container .title { 
	color: white; 
	font-size: 2em;
	margin-bottom: 20px;
}

.swiper-container li { margin-bottom: 10px; }

#service-pagination {
	width: 100%;
	top: 20%;
	z-index: 1;
}

#service-pagination .swiper-pagination-bullet {
	background-color: #021224;
	border: 1px solid #021224;
	margin: 0 10px;
	top: 0;
	height: 15px;
	width: 15px;
	opacity: 1;
}

#service-pagination .swiper-pagination-bullet-active {
	background: white;
}

.more-service {
	padding: 30px 0 20px;
}

.more-service .title {
	padding: 0 20%;
	font-size: 2em;
}

.more-service li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 1em;
}

@media only screen and (max-width: 1200px) {
	.section.service .wrapper .title {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {

	.swiper-container {
		height: auto;
	}

	.swiper-container .left-side {
		height: 300px;
	}

	.swiper-container .right-side {
		padding: 5% 10% 5% 5%;
		height: fit-content;
	}	

	.more-service {
		padding: 50px 0 40px;
	}

	.more-service .title {
		padding: 0;
		margin-bottom: 10%;
	} 

}


@media only screen and (max-width: 500px) {


	#service-pagination .swiper-pagination-bullet {
		height: 8px;
		width: 8px;
	}
}