body {
	background-color: #000;
	overflow-x: hidden;
	overflow-x: clip !important;
}

html {
	scroll-behavior: smooth;
}

.parallax {
	min-height: 100vh;
	display: grid;
	grid-template-areas: "stack";
	overflow-x: hidden;
	overflow-x: clip !important;
}

.parallax>* {
	grid-area: stack;
	animation: parallax linear;
	animation-timeline: scroll();
}

.parallax>img {
	width: 100%;
}

.primary-header,
.hero {
	--parallax-speed: -1;
	z-index: 10;
}

@media (width <=450) {
	.hero {
		margin-bottom: 100px;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	.hero {
		margin-bottom: 100px;
	}
}

.parallax__bg {
	--parallax-speed: -0.75;
	z-index: 1;
	min-height: 100%;
	width: 100vw;
	object-fit: cover;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	.parallax__bg {
		--parallax-speed: -0.75;
		z-index: 1;
		min-height: 100%;
		width: 100vw;
		object-fit: cover;
	}
}

@media (width <=800px) {
	.parallax__for {
		--parallax-speed: -0.5;
		margin-top: 25vw;
		z-index: 2;
		object-fit: cover;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	.parallax__for {
		--parallax-speed: -0.5;
		margin-top: 25vw;
		z-index: 2;
		object-fit: cover;
	}
  }

@media (width <=450px) {
	.parallax__for {
		--parallax-speed: -0.5;
		margin-top: 50vw;
		padding-left: 25vw;
		z-index: 2;
		object-fit: cover;
	}
}

@media (width >=800px) {
	.parallax__for {
		--parallax-speed: -0.5;
		margin-top: 10vw;
		z-index: 2;
		object-fit: cover;
	}
}

@keyframes parallax {
	to {
		transform: translateY(calc(var(--parallax-speed) * 200px));
		-webkit-transform: translateY(calc(var(--parallax-speed) * 200px));
		-moz-transform: translateY(calc(var(--parallax-speed) * 200px));
	}
}

@-webkit-keyframes parallax {
	to {
		transform: translateY(calc(var(--parallax-speed) * 200px));
		-webkit-transform: translateY(calc(var(--parallax-speed) * 200px));
		-moz-transform: translateY(calc(var(--parallax-speed) * 200px));
	}
}

@-moz-keyframes parallax {
	to {
		transform: translateY(calc(var(--parallax-speed) * 200px));
		-webkit-transform: translateY(calc(var(--parallax-speed) * 200px));
		-moz-transform: translateY(calc(var(--parallax-speed) * 200px));
	}
}

.main-content {
	width: 99vw;
	margin: 0;
	position: absolute;
	top: 350px;
	z-index: 3;
	/* padding-block: 24rem; */
}

/*  */

.bottom-image {
	position: relative;
	min-height: 100%;
	object-fit: cover;
	align-content: end;
}

html {
	color-scheme: dark;
}

body {
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	/* for demo only */
	/* text-transform: uppercase; for demo only */
	min-height: 100vh;
	/* for demo only */
	background-color: #000;
}

img {
	display: block;
	max-width: 100%;
}

.wrapper {
	width: min(65rem, 100% - 4rem);
	margin-inline: auto;
}


@media (width >=800px) {
	.col_wrapper {
		width: min(65rem, 100% - 4rem);
		margin-inline: auto;
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 10px;
	}
}

@media (width <=800px) {
	.col_wrapper {
		width: min(65rem, 100% - 4rem);
		margin-inline: auto;
		display: grid;
		grid-template-columns: 100%;
		gap: 10px;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	.col_wrapper {
		width: min(65rem, 100% - 4rem);
		margin-inline: auto;
		display: grid;
		grid-template-columns: 100%;
		gap: 10px;
	}
}

label,
input {
	display: block;
	padding: 5px;
}

@media (width <=450px) {
	.flex-group {
		display: flex;
		gap: 0.5rem;
	}
}

@media (width >=450px) {
	.flex-group {
		display: flex;
		gap: 1rem;
	}
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 12pt;
	/* text-transform: uppercase; */
	background: #b54545;
	padding: 1em 1em;
	border: 0;
	border-radius: 0.125em;
}

.primary-header {
	padding-block: 2rem;
}

.primary-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primary-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: right;
}

.primary-nav ul {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.primary-nav a {
	color: white;
	font-weight: 700;
	text-decoration: none;
}

@media (width <=450px) {
	.logo {
		max-width: 50px;
		position: relative;
		z-index: 100;

		&::after {
			content: "";
			position: absolute;
			inset: -3rem;
			z-index: -1;
			/* background: radial-gradient(hsl(0 0% 100% / 0.5), transparent 70%); */
		}
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	.logo {
		max-width: 50px;
		position: relative;

		&::after {
			content: "";
			position: absolute;
			inset: -3rem;
			z-index: -1;
			/* background: radial-gradient(hsl(0 0% 100% / 0.5), transparent 70%); */
		}
	}
}

@media (width >=450px) {
	.logo {
		max-width: 100px;
		position: relative;

		&::after {
			content: "";
			position: absolute;
			inset: -3rem;
			z-index: -1;
			/* background: radial-gradient(hsl(0 0% 100% / 0.5), transparent 70%); */
		}
	}
}

.ml-onclick-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #fff;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 12pt;
	text-decoration: none;
	color: #fff;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12pt;
	color: #ffaeae;
}

.small_p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10pt;
	color: #fff;
}

@media (width <=450px) {
	ul {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 10pt;
		color: #ffaeae;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	ul {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 10pt;
		color: #ffaeae;
	}
}

@media (width >=450px) {
	ul {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 12pt;
		color: #ffaeae;
	}
}

.bg_title_grad {
	background: rgb(34, 34, 34);
	background: linear-gradient(90deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 30%, rgba(0, 0, 0, 1) 100%);
	border-radius: 10px;
	padding: 20px;
}

@media (width <=800px) {
	.title-head {
		text-align: center;
	}
}

@media (width >=800px) {
	.title-head {
		text-align: left;
	}
}

.hero {
	margin-block-start: max(20vh, 8rem);
}

.card {
	background-color: #222;
	border-radius: 10px;
	border: 1px solid #111;
	padding-left: 20px;
	padding-right: 20px;
	/* box-shadow: 0px 0px 5px #111 inset; */
	border-top-color: #423535;
	background-image: url('images/card_hole.png');
	background-repeat: no-repeat;
	background-position: top 5px right 5px;
	background-size: 18px 18px;
	padding-bottom: 20px;
}

.inner_card2 {
	width: inherit;
	padding: 20px;
	background-color: #312d2d;
	border-radius: 10px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: 200;
	font-size: 16pt;
	color: #fff;
	text-align: center;
}

.hero__title {
	font-size: 1.5rem;
	max-width: 20ch;
	line-height: 1;
	font-style: italic;
	font-weight: 900;
	position: relative;

	>span {
		font-style: normal;
		font-size: 2em;
		display: block;
	}
}
  

