@font-face {
	font-family: 'CustomFont';
	src: url('../font/DTJinBu.woff2') format('woff2');
}

@font-face {
	font-family: 'CustomFont2';
	src: url('../font/OPS.woff2') format('woff2');
}


body {
	font-family: 'CustomFont', Arial, sans-serif;
	margin: 0;
	padding: 0;
	/* background-color: #28394d; */
	background: linear-gradient(to right, #243447, #003366);
	color: white;
}

header {
	display: flex;
	flex-direction: row;
	background-color: #005f8f;
	padding: 20px 0;
	color: #fff;
	justify-content: space-between;
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
	backdrop-filter: blur(25px);
	background-color: rgba(255, 255, 255, 0.1);
}


nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 1.25rem;
}

.console {
	display: flex;
	flex-direction: row;
	font-size: 20px;
	margin-right: 20px;
}

.console a {
	margin-left: 20px;
	color: #ccffff;
	text-decoration: none;
}

.console a:hover {
	text-decoration: underline;
}

.logo {
	font-size: 24px;
	font-weight: bold;
}

#hero {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #005f8f;
	padding-top: 180px;
	text-align: center;
	color: #ccffff;
	padding-bottom: 30px;
	/* height: 65vh; */
}

#hero .container {
	flex-direction: row;
	justify-content: space-between;
	float: left;
	text-align: left;
	margin: 50px 50px 150px 80px;
	width: 50%;
}

#hero h1 {
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#hero p {
	font-family: "CustomFont2", Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
}

.hero_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-family: 'CustomFont', Arial, sans-serif;
	margin-top: 20px;
	margin-right: 50px;
}

.hero_btn a {
	margin-left: 50px;
	margin-right: 50px;
	color: #ccffff;
	border: 2px solid #ccffff;
	border-radius: 25px;
	padding: 8px 14px 8px 14px;
	font-family: 'CustomFont', Arial, sans-serif;

}

.hero_btn button {
	background-color: #28394d;
	color: #ccffff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 25px;
}

.hero_btn button:hover {
	background-color: #26a3d9;
}

.image-stack {
	position: relative;
	width: 300px;
	height: 300px;
	/* margin-left: 150px; */
}

.image-stack img {
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(72, 72, 72, 0.3), 0 6px 6px rgba(72, 72, 72, 0.2);
	transition: all 0.3s ease;
	transform-origin: bottom center;
	bottom: 0;
	left: 50%;
}

.image-stack img:nth-child(1) {
	transform: translateX(-50%);
	z-index: 1;
}

.image-stack img:nth-child(2) {
	transform: translateX(-50%) rotate(-5deg);
	z-index: 2;
}

.image-stack img:nth-child(3) {
	transform: translateX(-50%) rotate(5deg);
	z-index: 3;
}

.image-stack:hover img:nth-child(1) {
	transform: translateX(-50%) rotate(-20deg);
	box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.3), -9px 9px 9px rgba(122, 122, 122, 0.2);
}

.image-stack:hover img:nth-child(2) {
	transform: translateX(-50%) rotate(-5deg);
	box-shadow: -5px 5px 25px rgba(122, 122, 122, 0.3), -3px 3px 9px rgba(122, 122, 122, 0.2);
}

.image-stack:hover img:nth-child(3) {
	transform: translateX(-50%) rotate(10deg);
	box-shadow: 15px 15px 25px rgba(122, 122, 122, 0.3), 9px 9px 9px rgba(122, 122, 122, 0.2);
}


.hero_card_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	/* margin-bottom: 60px; */
}

.hero_card_box h1 {
	font-size: 50px;
}

.hero_card_line div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	padding: 36px;
	margin: 20px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(30px);

}

#products {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
}

#contact {
	padding: 60px 0;
}

h2 {
	margin-top: 30px;
	text-align: center;
	font-size: 50px;
}

.product-grid,
.tech-grid,
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.product-card,
.tech-card,
.team-card {
	padding: 20px;
	border-radius: 25px;
	color: #fff;
}

.product-card h3 {
	margin-top: 260px;
	font-size: 23px;
	/* text-align: center; */
	position: relative;
	z-index: 2;
	color: #000;
}

.product-card p {
	margin-top: 15px;
	font-size: 18px;
	color: #3e434a;
	/* text-align: center; */
	position: relative;
	z-index: 2;
}

.product-card-disc-1,
.product-card-disc-2,
.product-card-disc-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.product-card-disc-1::before,
.product-card-disc-2::before,
.product-card-disc-3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	/* filter: blur(10px); */
	z-index: 1;
}

.product-card-disc-1::before {
	background-image: url(../img/card/3.jpg);
}

.product-card-disc-2::before {
	background-image: url(../img/card/2.jpg);
}

.product-card-disc-3::before {
	background-image: url(../img/card/1.jpg);
}

.product-card-disc-1::after,
.product-card-disc-2::after,
.product-card-disc-3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 250px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(25px);
	z-index: 1;
}

#technologies {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#technologies h2 {
	margin-top: 30px;
	padding-bottom: 30px;
}

#team .container {
	max-width: 1200px;
	margin: 0 auto;
}

#team h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

#team p {
	font-size: 1em;
	margin-bottom: 20px;
}

.card-container-wrapper {
	position: relative;
	overflow: hidden;
}

.card-container {
	display: flex;
	gap: 20px;
	transition: transform 0.3s ease;
}

.card {
	flex: 0 0 300px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.card-image {
	height: 150px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	margin-bottom: 15px;
}

.card h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.card p {
	font-size: 0.9em;
	flex-grow: 1;
}

.card a {
	color: #4db8ff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.card a::after {
	content: '>';
	margin-left: 5px;
}

.navigation {
	display: flex;
	justify-content: right;
	margin-top: 20px;
}

.nav-button {
	background-color: transparent;
	/* border: 1px solid white; */
	color: white;
	padding: 5px 10px;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 15px;
}

.tech-stats {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	z-index: 1;
}

.stat-item {
	text-align: center;
	color: #ffffff;
}

.stat-number {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}

.plus,
.suffix {
	font-size: 32px;
	vertical-align: super;
}

.stat-description {
	font-size: 18px;
}


.team-card img {
	width: 100%;
	border-radius: 50%;
	margin-bottom: 15px;
}

#solutions {
	text-align: center;
}

.solution-team {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.solution-team img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 10px;
}

.testimonials-header {
	text-align: center;
	color: #8a8a8a;
	font-size: 14px;
}

#solutions h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.testimonial {
	backdrop-filter: blur(25px);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	border-radius: 10px;
}

.testimonial-content {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.user-info {
	display: flex;
	align-items: center;
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.user-name {
	color: #000;
	font-size: 14px;
}

#contact {
	padding: 60px 0;
}

#contact .container {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact-form,
.faq {
	width: 48%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

form {
	display: flex;
	flex-direction: column;
}

input,
textarea {
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #3498db;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

button {
	background-color: #3498db;
	color: white;
	border: none;
	padding: 12px;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

button:hover {
	background-color: #2980b9;
}

.faq h3 {
	margin-bottom: 20px;
	font-size: 1.8em;
	color: #2c3e50;
}

.faq-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.faq-question {
	font-size: 18px;
	color: #3498db;
	cursor: pointer;
	padding: 10px 0;
	position: relative;
	transition: color 0.3s ease;
}

.faq-question:hover {
	color: #2980b9;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	transition: transform 0.3s ease;
}

.faq-question.active::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
	max-height: 1000px;
	padding: 10px 0;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}

	.contact-form,
	.faq {
		width: 100%;
		margin-bottom: 30px;
	}
}

footer {
	background-color: #f8f9fa;
	color: #333;
	padding: 2rem 0;
	text-align: center;
}

#footer .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.footer_link {
	margin-bottom: 1.5rem;
}

.link_btn {
	color: #333;
	text-decoration: none;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.link_btn:hover {
	background-color: #e9ecef;
}

#footer p {
	margin: 0;
	font-size: 0.9rem;
	color: #6c757d;
}