@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
/* tailwind css  */
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-ExtraLight.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-pretendard: "Pretendard";
	--color-primary: #5d30b5;
	--color-gray-800: #242b35;
	--color-gray-600: #5b6b86;
}

body {
	color: var(--color-gray-800);
	font-family: var(--font-pretendard);
	font-style: normal;
	line-height: normal;
}

/* When the hidden checkbox is checked, style the custom-checkbox span */
input[type="checkbox"]:checked + label .custom-checkbox {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238ABEF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.container {
	margin: 0 auto !important;
	padding-inline: 16px !important;
	width: 100% !important;
	max-width: 1248px !important;
}

@media (min-width: 1248px) {
	.container {
		padding-inline: 0px !important;
	}
}

.font-marcellus-sc-regular {
	font-family: "Marcellus SC", serif;
	font-weight: 400;
	font-style: normal;
}
.swiper-hero-pagination {
	position: absolute;
	bottom: 44px !important;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	z-index: 10;
}
.swiper-hero-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	opacity: 0.7;
	border-radius: 0;
	background-color: #fff;
}
.swiper-hero-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-review-pagination {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 12px;
}

.swiper-review-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-text);
	border-radius: 50%;
	background: transparent;
	margin-top: 24px !important;
	opacity: 1;
}

.swiper-review-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-gray-800);
}

@media screen and (min-width: 768px) {
	.swiper-hero-pagination {
		gap: 59px;
	}
	.swiper-hero-pagination .swiper-pagination-bullet {
		width: 80px;
		height: 6px;
	}
}

.text-primary {
	color: var(--color-primary);
}

.timeline-li-left {
	@apply min-w-[140px] md:text-lg lg:text-[22px];
}

textarea::-webkit-resizer {
	display: none;
}
.swiper-scrollbar {
	height: 8px;
	border-radius: 2px;
	background: transparent;
}
.swiper-scrollbar-drag {
	background: #f0f0f1;
	border-radius: 2px;
	height: 8px;
}

.section-title {
	text-align: center;
	font-weight: 700;
	line-height: 52px;
	font-size: 40px;
}
.section-subtitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.time-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 142px;
	border-radius: 16px;
	/* border-width: 3px; */
	padding: 22px 20px;
	background: linear-gradient(
		180deg,
		#12161c 0%,
		#475468 41.35%,
		#242b35 100%
	);
	/* border: 3px solid;

	border-image-source: linear-gradient(180deg, #141c26 0%, #616974 100%); */
}
.time-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;

	/* Makes the inside transparent and only keeps the border */
	mask: linear-gradient(#141c26 0 0) padding-box, linear-gradient(#616974 0 0);
	-webkit-mask: linear-gradient(#141c26 0 0) padding-box,
		linear-gradient(#616974 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	border-radius: inherit;
	border: 3px solid transparent;

	/* 👉 Your exact Figma gradient applied to the border */
	background: linear-gradient(180deg, #141c26 0%, #616974 100%) border-box;
}

@media screen and (max-width: 768px) {
	.section-title {
		line-height: 32px;
		font-size: 24px;
	}
	.section-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
}

.card-background {
	background-color: #f7f7f9;
	border-radius: 16px;
}

.card-background h3,
.slider-item h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #242b35;
	margin-bottom: 12px;
}
.card-background p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #5b6b86;
}

.welfare-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	background-color: #fff;
	padding: 10px 20px 10px 10px;
}

.welfare-card img {
	width: 60px;
	height: 60px;
	display: block;
}

.welfare-card h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #242b35;
	text-align: end;
}
.close-icon,
.menu li a {
	color: var(--color-gray-800);
}
.header-sticky .toggle-menu {
	color: var(--color-gray-800);
}
@media screen and (min-width: 768px) {
	.welfare-card {
		gap: 32.5px;
		flex-direction: column;
		padding: 32px;
	}
	.welfare-card h3 {
		text-align: center;
	}
	.welfare-card img {
		width: 100px;
		height: 100px;
	}
	.close-icon,
	.menu li a {
		color: #fff;
	}
	header.header-sticky .menu li a {
		color: var(--color-gray-800);
	}
}
.backdrop-blur-3xl {
	--tw-backdrop-blur: blur(50px);
}
