body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #fff;
	overflow-x: hidden;
	background-color: rgb(20, 22, 32);
}

/* === Buttons === */
.btn {
	text-transform: uppercase !important;
	font-family: "Poppins", sans-serif;
	border-radius: 40px;
	padding: 10px 25px;
	border: none !important;
}

.btn.btn-primary {
	background-color: rgb(93, 72, 237) !important;
	color: white !important;
	font-weight: 500;
}

.btn.btn-primary:hover {
	background-color: rgb(74, 52, 222) !important;
	transition: all 1s;
}
.btn.disabled, .btn:disabled {
	opacity: 0.25 !important;
}

/* === Forms === */
.form-select,
.form-control,
.form-control:focus {
	border-radius: 0;
	background-color: transparent;
	padding: 0.5em 0.75em;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(15px);
}

.form-select {
	color: rgba(255, 255, 255, 0.5);
}

.form-control::placeholder {
	color: #fff;
	opacity: 0.5;
}

.form-control:focus::placeholder {
	color: #fff;
}


/* === Contact Form 7 === */
.wpcf7-form-control-wrap {
	margin-bottom: 24px;
	display: block;
}

.wpcf7-not-valid {
	border-color: rgba(186, 47, 107, 0.5);
}

.wpcf7-not-valid-tip {
  	color: rgba(186, 47, 107, 0.5);
  	font-size: 0.75em;
  	display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 10px;
    padding: 15px;
	color: rgba(255,255,255,0.75);
	border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #3b7c40;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  	background-color: rgba(186, 47, 107, 0.5);
}


/* === Home Page === */
#hero #perlin-noise canvas { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#hero #hero-text-wrapper #landing-title { font-size: 6em; font-weight: 900; font-family: "REM", sans-serif; opacity: 0.8; color: #c8fcff; }
#hero #hero-text-wrapper #landing-subtitle { font-weight: 100; text-transform: uppercase; letter-spacing: 0.5em; font-size: 2em; font-family: "REM", sans-serif; }
@media (min-width: 992px) {
	#hero { opacity: 0; transition: opacity 3s ease-in-out; width: 100vw; height: 100vh; max-width: 100%; }
	#hero.fade-in { opacity: 1; }
	#hero #hero-text-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	#hero #hero-text-wrapper #landing-title { font-size: 10vw; }
	#hero #hero-text-wrapper #landing-subtitle { font-size: 2vw; }
}

#section3 .crystal {  background-repeat: no-repeat; background-position-x: right; background-position-y: bottom; }
#section3 .circle-frame { display: inline-flex; aspect-ratio: 1; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.25); border-radius: 50%; padding: 10px; box-sizing: border-box; }
@media (min-width: 1200px) {
	#section3 .crystal { background-position-y: unset; }
}

#section4 .crystal { background-repeat: no-repeat; background-position-y: bottom; }

#section4 .step-number-wrapper { padding-bottom: 50px; }
#section4 .step-number-wrapper .step-number { font-weight: 100; font-size: 3em; }
#section4 .vertical-line { width: 0.5px; height: 100%; background-color: #fff; margin: auto; position: relative;}
#section4 .vertical-line::before { content: ""; display: block; height: 10px; width: 10px; border-radius: 50%; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: calc(58.5px/2); }
#section4 .vertical-line::after { content: ""; display: block; height: 1px; width: 999px; background-color: #fff; position: absolute; top: calc(68.5px/2); }
#section4 .vertical-line.even::after { right: 100%; }

#contact-section label { margin-bottom: 5px; }

/* === 404 Page === */
.error404 .h-404 { font-size: 20vw; }
