@font-face {
	font-family: 'Toxigenesis';
	src: url('../fonts/toxigenesis%20bd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000000;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.navbar {
	background-color: #000000;
	padding: 15px 0;
}

.logo-default {
	width: 100%;
	max-width: 180px;
	height: auto;
}

.nav-link-custom {
	color: #ffffff !important;
	font-weight: 500;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.nav-link-custom:hover {
	color: #c9a84c !important;
}

.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler i {
	color: #c9a84c;
	font-size: 1.6rem;
}

.btn-signup-nav {
	background-color: #c9a84c;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 8px 22px;
	border-radius: 5px;
	border: 2px solid #c9a84c;
	transition: all 0.3s ease;
}

.btn-signup-nav:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000 !important;
}

.btn-signin-nav {
	background-color: #e8a087;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 8px 22px;
	border-radius: 5px;
	border: 2px solid #e8a087;
	transition: all 0.3s ease;
}

.btn-signin-nav:hover {
	background-color: #d4897a;
	border-color: #d4897a;
	color: #000000 !important;
}

/* Start hero section home */
.hero-section {
	position: relative;
	min-height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	padding: 40px 0;
	overflow: hidden;
	background-color: #000000;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/visax-unsplash.png') no-repeat center center;
	background-size: cover;
	opacity: 0.9;
	z-index: 0;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-title {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.2;
	color: #c9a84c;
	margin-bottom: 30px;
	text-transform: uppercase;
	white-space: nowrap;
}

.hero-description p {
	font-size: 1.05rem;
	color: #ffffff;
	line-height: 1.7;
	margin-bottom: 10px;
	font-weight: 300;
}

.hero-description p b {
	font-weight: 700;
}

.hero-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.btn-signup-hero {
	background-color: #c9a84c;
	color: #000000 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 12px 35px;
	border-radius: 30px;
	border: 2px solid #c9a84c;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-signup-hero:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000 !important;
	transform: translateY(-2px);
}

.btn-contact-hero {
	background-color: transparent;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 12px 35px;
	border-radius: 30px;
	border: 2px solid #ffffff;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-contact-hero:hover {
	background-color: #ffffff;
	color: #000000 !important;
	transform: translateY(-2px);
}

.hero-phone {
	position: relative;
	z-index: 2;
	text-align: center;
}

.hero-phone img {
	max-width: 280px;
	width: 100%;
	height: auto;
}

/* End hero section home */

.btn-custom-success {
	width: 100%;
	max-width: 184px;
	padding: 10px;
	font-weight: 600;
	border-radius: 30px;
}

.btn-custom-success.btn-success {
	background-color: #c9a84c;
	border: 2px solid #c9a84c;
	color: #000;
}

.btn-custom-success.btn-outline-success {
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.btn-custom-success.btn-success:hover,
.btn-custom-success.btn-success:focus {
	background-color: #b8963f;
	border-color: #b8963f;
}

.btn-custom-success.btn-outline-success:hover,
.btn-custom-success.btn-outline-success:focus {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000;
}

.dropdown-menu {
	background-color: #1a1a1a;
	border: 1px solid #333;
}

.dropdown-item {
	color: #ffffff;
}

.dropdown-item:hover {
	background-color: #2a2a2a;
	color: #c9a84c;
}

.max-width-90 {
	width: 90%;
}

/* Start login/register card */
.auth-section {
	padding: 50px 0;
	background-color: #000000;
	min-height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	position: relative;
}

.auth-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/visax-unsplash.png') no-repeat center center;
	background-size: cover;
	opacity: 0.9;
	z-index: 0;
}

.auth-section>.container {
	position: relative;
	z-index: 1;
}

.auth-phone {
	position: relative;
}

.auth-card {
	background-color: transparent;
	border: 3px solid #c9a84c;
	border-radius: 15px;
	padding: 40px;
	max-width: 450px;
	margin: 0 auto;
}

.auth-logo {
	max-width: 250px;
	margin-bottom: 15px;
}

.auth-card-title {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 10px;
}

.auth-card label {
	color: #fff;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 4px;
}

.auth-input {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 10px 12px;
	font-size: 0.9rem;
	color: #333;
}

.auth-input:focus {
	background-color: #ffffff;
	border-color: #c9a84c;
	box-shadow: 0 0 0 0.1rem rgba(201, 168, 76, 0.25);
	color: #333;
}

.auth-btn-submit {
	background-color: #c9a84c;
	border: 2px solid #c9a84c;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.auth-btn-submit:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000;
}

.unify-login-card,
.unify-register-card {
	background-color: #1a1a1a;
	border: 1px solid #333;
	border-radius: 10px;
}

.unify-login-card h4,
.unify-register-card h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #c9a84c;
}

.unify-login-card label,
.unify-register-card label {
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 2px;
	margin-left: 8px;
}

/* End login/register card */

/* ===== Product Section ===== */
.product-section {
	position: relative;
	padding: 50px 0;
	background-color: #000000;
}

.product-title {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	color: #c9a84c;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.product-description p {
	font-size: 1.1rem;
	color: #ffffff;
	line-height: 1.8;
	margin-bottom: 15px;
	font-weight: 300;
}

.product-description p b {
	font-weight: 700;
}

.product-features {
	margin-top: 50px;
	margin-bottom: 30px;
}

.feature-title {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	color: #c9a84c;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-list li {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 300;
	padding: 4px 0;
}

.product-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.main-product {
	padding: 0px;
}

.card-product {
	color: #c9a84c;
	border-radius: 20px;
	border-color: #333;
	background-color: #1a1a1a;
}

.card-product .card-body {
	height: 100%;
	min-height: 490px;
	background: linear-gradient(180deg, #1a1a1a, #000000);
	border-radius: 20px;
}

/* ===== About Section ===== */
.about-section {
	position: relative;
	min-height: calc(100vh - 80px);
	padding: 50px 0;
	background-color: #000000;
}

.about-title {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	color: #c9a84c;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about-description p {
	font-size: 1.1rem;
	color: #ffffff;
	line-height: 1.8;
	margin-bottom: 25px;
	font-weight: 300;
}

.about-description p b {
	font-weight: 700;
}

.about-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.btn-about-signup {
	background-color: #c9a84c;
	color: #000000 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 14px 50px;
	border-radius: 5px;
	border: 2px solid #c9a84c;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-about-signup:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000 !important;
}

.btn-about-contact {
	background-color: transparent;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 14px 50px;
	border-radius: 5px;
	border: 2px solid #ffffff;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-about-contact:hover {
	background-color: #ffffff;
	color: #000000 !important;
}

.main-about {
	color: #c9a84c;
	padding-top: 10px;
}

.main-about .title-generation {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
}

.main-about .title-generation span {
	background-color: #c9a84c;
	color: #000;
	padding: 0px 6px;
}

.main-about .main-deskripsi {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 30px;
}

.main-about .main-deskripsi p {
	font-size: 1.1rem;
	color: #ffffff;
	margin-bottom: 20px;
}

/* ===== Partnership Section ===== */
.main-partnership {
	color: #c9a84c;
	padding-top: 10px;
}

.main-partnership .title-partner {
	font-family: 'Toxigenesis', 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

.main-partnership .main-deskripsi p {
	font-size: 1.1rem;
	color: #ffffff;
}

/* ===== Dashboard ===== */
.main-content {
	padding: 0rem 5.7rem;
}

.box {
	padding: 15px 20px;
	border: 1px solid #333;
	background-color: #1a1a1a;
	box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.3);
	border-radius: 11px;
	position: relative;
}

.box .box-background {
	background: linear-gradient(135deg, #1a1a1a, #c9a84c);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 11px;
	opacity: 0.1;
}

.box h3.box-title {
	color: #c9a84c;
	font-size: 20px;
	font-weight: bold;
}

.box h3.box-title img {
	width: 100%;
	max-width: 38px;
	margin-right: 10px;
}

.box .box-body {
	z-index: 1;
	position: relative;
}

.overview .saldo-token {
	font-size: 65px;
	font-weight: bold;
	margin: 8px 0px;
	color: #ffffff;
}

.overview .label-value {
	color: #c9a84c;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}

.overview .saldo-rupiah {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.overview .balance-validity {
	display: flex;
	font-size: 17px;
	margin-top: 30px;
}

.overview .balance-validity i {
	color: #a8a8a8;
	margin-right: 5px;
}

.overview .balance-validity img {
	width: 100%;
	height: 100%;
	max-width: 80px;
	margin-right: 3px;
}

.overview .balance-validity p {
	color: #c9a84c;
	margin-bottom: 0px;
	margin-top: -8px;
}

.overview .label-day {
	font-size: 22px;
	font-weight: bold;
}

.activity-summary {
	display: flex;
	margin-top: 20px;
	margin-bottom: 11px;
}

.activity-summary img {
	width: 100%;
	height: 100%;
	max-width: 50px;
	margin-right: 12px;
}

.activity-summary .main-summary .token {
	margin-bottom: 0px;
	line-height: 1;
	font-size: 29px;
	font-weight: bold;
}

.activity-summary .main-summary .label {
	margin-bottom: 0px;
	font-size: 14px;
	color: #c9a84c;
	font-weight: 600;
}

/* ===== Payment ===== */
.card-payment {
	color: #ffffff;
	border-radius: 28px;
	border-color: #333;
	background-color: #1a1a1a;
}

.card-payment .card-body {
	background: #1a1a1a;
	border-radius: 28px;
	padding: 27px;
}

.payment-header {
	background-color: #c9a84c;
	color: #000;
	padding: 17px;
	text-align: center;
	font-size: 0.9rem;
}

/* ===== Responsive ===== */
@media screen and (max-width: 991.98px) {
	.hero-title {
		font-size: 2.5rem;
		white-space: nowrap;
	}

	.hero-phone img {
		max-width: 280px;
	}

	.navbar>.container,
	.navbar>.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-collapse {
		padding: 15px 0;
	}

	.navbar-nav .nav-item {
		margin-bottom: 8px;
	}

	.navbar-nav .nav-link-custom {
		padding: 8px 0;
		font-size: 1rem;
	}

	.navbar-nav .btn-signup-nav,
	.navbar-nav .btn-signin-nav {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 767.98px) {
	.hero-section {
		padding: 30px 0;
		min-height: auto;
	}

	.hero-section::before {
		opacity: 0.90;
	}

	.hero-title {
		font-size: 1.8rem;
		margin-bottom: 15px;
		white-space: normal;
	}

	.hero-content {
		padding: 0 10px;
	}

	.hero-description p {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.hero-phone {
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
	}

	.hero-phone img {
		max-width: 220px;
		margin: 0 auto;
	}

	.hero-buttons {
		gap: 10px;
	}

	.btn-signup-hero,
	.btn-contact-hero {
		padding: 10px 25px;
		font-size: 0.8rem;
	}

	.logo-default {
		max-width: 130px;
	}

	.navbar {
		padding: 10px 0;
	}

	.navbar>.container,
	.navbar>.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-collapse {
		padding: 15px 0;
	}

	.navbar-nav .nav-item {
		margin-bottom: 8px;
	}

	.navbar-nav .nav-link-custom {
		padding: 8px 0;
		font-size: 1rem;
	}

	.navbar-nav .btn-signup-nav,
	.navbar-nav .btn-signin-nav {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.main-content {
		padding: 0rem;
	}

	.main-about .main-deskripsi {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 21px;
	}

	.main-about .main-deskripsi p {
		font-size: 1rem;
	}

	.main-about .title-generation {
		font-size: 1.4rem;
		text-align: left;
	}

	.about-title {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}

	.about-description p {
		font-size: 0.95rem;
	}

	.about-buttons .btn-about-signup,
	.about-buttons .btn-about-contact {
		padding: 10px 30px;
		font-size: 0.85rem;
	}

	.main-partnership .title-partner {
		font-size: 1.6rem;
		text-align: left;
	}

	.main-partnership .main-deskripsi p {
		font-size: 1rem;
	}

	.main-product {
		padding: 0px 15px;
	}

	.product-title {
		font-size: 1.8rem;
		white-space: normal;
	}

	.product-description p {
		font-size: 0.95rem;
	}

	.feature-title {
		font-size: 0.9rem;
	}

	.feature-list li {
		font-size: 0.9rem;
	}

	.overview .saldo-token {
		font-size: 49px;
	}

	.max-width-90 {
		width: 100%;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-title {
		font-size: 1.5rem;
		white-space: normal;
	}

	.hero-description p {
		font-size: 0.85rem;
	}

	.hero-phone img {
		max-width: 180px;
	}

	.hero-buttons {
		flex-direction: row;
		align-items: center;
		gap: 8px;
	}

	.btn-signup-hero,
	.btn-contact-hero {
		padding: 8px 20px;
		font-size: 0.75rem;
	}

	.btn-signup-nav,
	.btn-signin-nav {
		font-size: 0.7rem;
		padding: 5px 12px;
	}

	.nav-link-custom {
		font-size: 0.85rem;
	}
}