/* ==================== [ Root CSS Start ] ==================== */
:root {
	/* Project Core */
	--white: #ffffff;
	--black: #000000;
	--transparent: #0000;

	/* Project Root */
	--primary: #3ac7d4;
	--primary-50: rgb(58, 199, 212, 0.5);
	--primary-20: rgb(58, 199, 212, 0.2);
	--primary-10: rgb(58, 199, 212, 0.1);
	--line-color: rgba(255, 255, 255, 0.08);
	--warning: #d45e3a;
	--danger: #dc3545;
	--success: #34c759;
}

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

html,
body {
	overscroll-behavior: none;
}
	
body {
	color: var(--primary);
	font-family: 'Jura', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	background: var(--black);
	overflow-x: hidden;
	letter-spacing: 0.4px;
}

/* ==================== [ Root CSS End ] ==================== */

/* ==================== [ Typography Start ] ==================== */
figure {
	margin: 0;
}

strong,
b {
	font-weight: 700 !important;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: var(--primary);
	word-break: break-word;
	transition: all 0.3s ease-in-out;
	text-underline-offset: 4px;
}

a:hover {
	color: var(--warning);
}

p {
	color: var(--white);
	font-family: "Jura", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}

ol,
ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol li::marker,
ul li::marker {
	color: var(--primary);
}

ul li:has(> ul),
ul li:has(> ol) {
	list-style-type: none;
}

blockquote {
	padding: 16px 16px 16px 24px;
	border-left: 5px solid var(--primary);
	margin-bottom: 20px;
	background-color: var(--white);
	font-size: 18px;
	line-height: 133%;
	color: var(--primary);
}

pre {
	background-color: var(--white);
	padding: 16px;
	overflow: auto;
	font-family: inherit;
	border-radius: 12px;
	position: relative;
	color: var(--primary);
}

pre code {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	font-size: inherit;
}

th,
td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 12px;
	text-align: left;
}

th {
	background-color: rgba(0, 0, 0, 0.05);
	font-weight: 600;
	font-size: inherit;
	color: var(--primary);
}

td {
	background-color: var(--white);
	font-weight: 400;
	font-size: inherit;
	color: var(--primary);
}

h1 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 35px;
}

h2 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 18px;
}

h3 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}

h4 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

h5 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

h6 {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

hr {
	margin-block: 20px;
}

/* ==================== [ Typography End ] ==================== */

/* ==================== [ Common Start ] ==================== */
.row {
	margin-inline: -10px;
	row-gap: 20px;
}

.row>* {
	padding-inline: 10px;
}

.img-cover * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ==================== [ Common End ] ==================== */

/* ==================== [ Common Heading Start ] ==================== */
.heading .title * {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
}

.heading .title a {
	color: var(--primary);
}

.heading .title a:hover {
	color: var(--success);
}

.heading .disc * {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.heading .subtitle * {
	color: var(--primary);
	font-family: "Jura", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}

/* ==================== [ Common Heading End ] ==================== */

/* ==================== [ Button Start ] ==================== */
.btn {
	width: fit-content;
	padding: 10px 24px;
	text-align: center;
	font-family: "Jura", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 6px;
	border: 1px solid;
	text-decoration: none;
}

.btn-primary {
	color: var(--black);
	background: var(--primary);
	border-color: var(--primary);
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-within,
.btn-primary:focus-visible {
	color: var(--primary);
	background-color: var(--transparent);
	border-color: var(--primary);
	box-shadow: none;
}

/* ==================== [ Button End ] ==================== */

/* ==================== [ Error 404 Start ] ==================== */
.error-404 {
	padding: 80px 0;
}

.error-404 .heading {
	text-align: center;
}

.error-404 .action * {
	width: fit-content;
	margin: 0 auto;
}

/* ==================== [ Error 404 End ] ==================== */

/* ==================== [ Extra Common Start ] ==================== */
.body-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}


.form-label {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-label span,
.form-check-label span {
	color: var(--warning);
}

.form-control {
	border-radius: 8px;
	border: 2px solid var(--primary-20);
	background: rgba(58, 199, 212, 0.10);
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.65) inset;
	backdrop-filter: blur(25px);

	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 46px;
	padding-right: 45px !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	background: unset !important;
	border-color: var(--transparent) !important;
	font-size: 12px;
	color: var(--warning);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: var(--white) !important;
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: var(--primary-10) !important;
}

.is-invalid {
	font-size: 12px;
	color: var(--warning);
}

.form-control:focus,
.form-control:active {
	border-radius: 8px;
	border: 2px solid rgba(58, 199, 212, 1);
	background: rgba(58, 199, 212, 0.2);
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.20) inset !important;
	backdrop-filter: blur(25px);
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-check-label {
	color: var(--white);
}

input[type="checkbox"]:focus,
input[type="checkbox"]:active,
input[type="checkbox"]:focus-visible,
input[type="checkbox"]:focus-within {
	outline: 0 !important;
	box-shadow: none !important;
	border-color: var(--primary-20);
}

input[type="checkbox"] {
	margin-top: 0;
	background-color: var(--primary-20);
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #555;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	position: relative;
	outline: 0;
	box-shadow: none;
	border: 2px solid var(--primary-20);

}

input[type="checkbox"]:checked {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="20" height="20" fill="%233AC7D4"/><path d="M4 10.5556L8.8 15L16 5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
	background-size: cover;
	border-color: var(--primary);
}

input[type="checkbox"]:checked::after {
	display: none !important;
}

.form-check .form-check-input {
	float: unset;
	margin-left: 0;
}

.form-check {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-left: 0;
	margin-left: 0;
}


/* ==================== [ Extra Common End ] ==================== */



/* =================== Animation Start =================== */
.line-animation {
	max-width: 817px;
	min-width: 817px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: -1;
}

.line-animation .center {
	display: flex;
	gap: 30px;
}

.line-animation .line {
	width: 1px;
	background-color: var(--line-color);
}

.bgAnimation {
	position: relative;
	z-index: -4;
}

.bgAnimation.active .line {
	animation: lineFill 1.5s ease-in-out forwards;
	-webkit-animation: lineFill 1.5s ease-in-out forwards;
}

@keyframes lineFill {
	0% {
		height: 0;
	}

	100% {
		height: 100vh;
	}
}

.arrow-effect {
	opacity: 0.08;
	position: fixed;
	top: 100%;
	left: 50%;
	width: fit-content;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.bgAnimation.active .arrow-effect {
	animation: moveUp 1s ease-in-out 1.5s forwards;
	-webkit-animation: moveUp 1s ease-in-out 1.5s forwards;
}

@keyframes moveUp {
	0% {
		top: 100%;
	}

	100% {
		top: -129px;
	}
}

.glow-circle {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0.06;
	background: var(--primary);
	filter: blur(80px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-filter: blur(80px);
}

.bgAnimation.active .glow-circle {
	animation: scaleGlow 1s ease-in-out 2.5s forwards;
	-webkit-animation: scaleGlow 1s ease-in-out 2.5s forwards;
}

@keyframes scaleGlow {
	0% {
		width: 0;
		height: 0;
	}

	100% {
		width: 700px;
		height: 700px;
	}
}

/* =================== Animation Start =================== */


/* ==================== [ Aside Start ] ==================== */
.sidebar {
	height: 100dvh;
	max-width: 280px;
	width: 100%;
	background-color: rgba(58, 199, 212, 0.10);
}

.sidebar .logo {
	width: 100%;
	height: 100px;
	padding: 20px;
}

.sidebar .menu {
	width: 100%;
	height: calc(100% - 100px);
	padding: 20px;
}

/* ==================== [ Aside End ] ==================== */

/* ==================== [ Auth Start ] ==================== */
.auth-wrapper .title {
	max-width: 650px;
	margin: 0 auto;
}

.auth-wrapper .title * {
	color: var(--primary);
	text-align: center;
	margin-bottom: 20px;
}

.auth-wrapper {
	width: 100%;
	height: 100dvh;
	padding: 20px 0;
	display: grid;
	align-items: center;
	overflow: auto;
}

.auth-card {
	margin: auto;
	max-width: 650px;
	width: 100%;
	padding: 30px;
	border-radius: 16px;
	border-radius: 8px;
	border: 1px solid var(--primary-50);
	background: var(--primary-10);
	box-shadow: 0 4px 24px 0px var(--primary-20);
	backdrop-filter: blur(25px);
}

.auth-card .auth-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.auth-card .auth-header * {
	width: auto;
	height: 45px;
}

.auth-footer {
	max-width: 650px;
	margin: 30px auto 0;
}

.auth-footer .copy {
	color: var(--white);
	font-size: 12px;
}

.auth-footer .time {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-end;
}

.auth-footer .time * {
	color: var(--white);
	font-size: 12px;
}

.auth-footer .time .space {
	opacity: 0.4;
}

/* ==================== [ Auth End ] ==================== */