body {
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.carousel-container {
	overflow: hidden;
	position: relative;
	border-radius: 0;
}

#image-carousel {
	border-radius: 0;
}

.carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide {
	min-width: 100%;
	box-sizing: border-box;
}

.carousel-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	z-index: 10;
	border-radius: 9999px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-button:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.carousel-button.prev {
	left: 1rem;
}

.carousel-button.next {
	right: 1rem;
}

.carousel-dots {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
}

.carousel-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s;
}

.carousel-dot.active {
	background-color: white;
}

/* Gradient text for the title */
.gradient-text {
	background: linear-gradient(90deg, #a5b4fc, #6366f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-indigo-400 span {
	color: white;
}

.header {
	background: black;
}

.container-body {
	background: rgb(50, 50, 50);
}

.logo {
	width: 46px;
	height: 46px;
	margin-right: 1rem;
}

.down-btn {
	background: rgb(64, 158, 255);
	padding: 1rem;
}

.box-main {
	padding: 20px 0;
}

.btn-text span {
	padding-left: 6px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #1f2937;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:root {
	--swiper-navigation-color: #ffffff;
	--swiper-pagination-color: #ffffff;
}
.kuohao{
	color: #176CFF;
}
.kuohao span{
	color:white;
}