body {
	font-family: "Mada" "Segoe UI", sans-serif;
	background-color: #212529;
	color: #f0f0f0;
}

.text-main {
	/*background-color: #121212;*/
	font-family: "Mada" "Segoe UI", sans-serif;
	color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6, .text-headline {
	font-family:'Quicksand';
}

a {
	text-decoration: none;
}

.lead {
	font-size: 2.25rem;
	color: #d3d3d3;
}

@media (max-width: 768px) {
	.lead {
		font-size: 2.1rem;
	}
}

.text-tag {
	color: #d3d3d3;
}

img#logo {
	width: 212px;
	height: 75px;
}

img#logo-footer {
	width: 24px;
	height: 24px;
}

.nav-link {
	font-family:'Quicksand';
	font-weight: bold;
	margin-top: 0.2em;
}

#header-gap {
	height: 100px;
	padding: 0;
}

.text-muted-dark {
	color: #8d9cad;
}

.bg-darker {
	background: #1e1e1e;
}

.text-green {
	color: #0eab2f !important;
}

.link-green {
	color: #0eab2f !important;
}

.link-green:hover {
	color: #0c942a !important;
}

.link-facebook { color: #0aa550; }
.link-twitter {	color: #0aa550; }
.link-linkedin { color: #0aa550; }
.link-youtube { color: #0aa550; }
.link-vimeo { color: #0aa550; }
.link-discord { color: #0aa550; }
.link-email { color: #0aa550; }

.navbar {
	background: rgba(18, 18, 18, 0.9);
	box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

.btn-primary {
	background-color: #0eab2f;
	border-radius: 50px;
	border: none;
	padding: 0.6rem 1.4rem;
	font-family:'Quicksand';
	font-weight: bold;
	box-shadow: 0 4px 14px rgba(0,0,0,0.6);
}

.btn-primary:hover {
	background-color: #10bd35;
}

.btn-primary:active {
	background-color: #0b972a !important;
}

.btn-success {
	border-radius: 24px;
}

.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.parallax-100 { min-height: 100vh; }
.parallax-80 { min-height: 80vh; }
.parallax-65 { min-height: 65vh; }
.parallax-50 { min-height: 50vh; }
.parallax-30 { min-height: 30vh; }

.section {
	padding: 80px 20px;
}

.card {
	background: #1e1e1e;
	color: #ddd;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}

footer {
	background: rgba(18, 18, 18, 0.9);
	padding: 40px 20px;
	text-align: center;
	color: #bbb;
}

footer a.link-footer {
	color: #bbb;
	margin: 0 10px;
}

footer a:hover {
	color: #fff;
}

#backToTop {
	position: fixed;
	width: 54px;
	height: 54px;
	bottom: 20px;
	right: 20px;
	display: none;
}

#btn-download-top {
	display: none;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease;
}

#btn-download-top.visible {
	display: inline-block;
	opacity: 0;
	transform: scale(0);
}

#btn-download-top.visible-zoomed {
	display: inline-block;
	opacity: 1;
	transform: scale(1);
}

section.goal-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg" type("image/jpeg") 2x
	);
	height: 65vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 100px;
}

section.client-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/general/bg-dark-gray-tile.png");
	background-size: auto;
	background-repeat: repeat;
}

section.social-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/general/bg-blue-tile.png");
	background-size: auto;
	background-repeat: repeat;
}

section.versions-section {
	background-color: #181b1e;
}

section.banner-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.jpg" type("image/jpeg") 2x
	);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	section.banner-section {
		background-position-x: 50%;
	}
}

section.banner-section .container {
	position: relative !important;
}

@media (max-width: 768px) {
	section.banner-section .container {
		position: absolute !important;
	}
}

.banner-content {
	top: 0;
	bottom: auto;
}

@media (max-width: 768px) {
	.banner-content {
		bottom: 0;
		top: auto;
	}
}

section.who-its-for-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/general/bg-dark-gray-tile.png");
	background-size: auto;
	background-repeat: repeat;
}

section.campaign-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-lg.jpg" type("image/jpeg") 2x
	);
}

@media (max-width: 768px) {
	section.campaign-section {
		background-image: url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-sm.jpg");
		background-image: -webkit-image-set(
			url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-sm.avif") type("image/avif") 1x,
			url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.avif") type("image/avif") 2x,
			url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-sm.jpg") type("image/jpeg") 1x,
			url("https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.jpg") type("image/jpeg") 2x
		);
		background-image: image-set(
			"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-sm.avif" type("image/avif") 1x,
			"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.avif" type("image/avif") 2x,
			"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-sm.jpg" type("image/jpeg") 1x,
			"https://cdn.gizmify.ca/prod/www/img/mediaplane/features-md.jpg" type("image/jpeg") 2x
		);
		background-position: right -140px top;
	}
}

section.tiers-section {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg" type("image/jpeg") 2x
	);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 100px;
}

@media (max-width: 768px) {
	section.tiers-section {
		background-image: url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-sm.jpg");
		background-image: -webkit-image-set(
			url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-sm.avif") type("image/avif") 1x,
			url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif") type("image/avif") 2x,
			url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-sm.jpg") type("image/jpeg") 1x,
			url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg") type("image/jpeg") 2x
		);
		background-image: image-set(
			"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-sm.avif" type("image/avif") 1x,
			"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif" type("image/avif") 2x,
			"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-sm.jpg" type("image/jpeg") 1x,
			"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg" type("image/jpeg") 2x
		);
		background-size: cover;
		background-repeat: no-repeat;
	}
}

.card-campaign {
	min-height: 320px;
	max-height: 320px;
	background-color: #1e1e1ecc;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border: 0;
}

.about-img {
	border-radius: 250px;
	max-width: 300px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
    background-color: #3a3d3f;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #198754;
    border: 0px solid #000000;
    -webkit-border-radius: 6px;
}

.w-66 { width: 66%; }
.w-33 { width: 33%; }
.gi { pointer-events: none; }
.gi-tt { vertical-align: text-top; }
.gi-xs { width: 12px; height: 12px; }
.gi-vs { width: 14px; height: 14px; }
.gi-sm { width: 16px; height: 16px; }
.gi-md { width: 32px; height: 32px; }
.gi-lg { width: 64px; height: 64px; }
.gi-xl { width: 128px; height: 128px; }

p.gizmify-list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0%;
	transform: translateY(50%);
	width: 0.75em;
	height: 0.75em;
	background-image: url('https://cdn.gizmify.ca/prod/www/img/gear-green.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.gizmify-list-wrapper ul {
	list-style: none;
    padding-left: 0;
}

.gizmify-list-wrapper li, p.gizmify-list {
	position: relative;
  	padding-left: 1.5em;
}

.gizmify-list-wrapper li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0%;
	transform: translateY(50%);
	width: 0.75em;
	height: 0.75em;
	background-image: url('https://cdn.gizmify.ca/prod/www/img/gear-green.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.gizmify-list-wrapper li.gizmify-list-item-red::before {
	background-image: url('https://cdn.gizmify.ca/prod/www/img/gear-red.svg');
}

.gizmify-list-wrapper li.gizmify-list-item-green::before {
	background-image: url('https://cdn.gizmify.ca/prod/www/img/gear-green.svg');
}

.feature-video {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 18px;
}

.feature-video video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.feature-image {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 18px;
}

.feature-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	transition: transform 0.4s ease;
}

.feature-image img:hover {
	transform: scale(1.05);
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: white;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.feature-video:hover .play-icon {
	opacity: 0;
}

div.carousel-item-goal {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/home/mascott-bg-lg.jpg" type("image/jpeg") 2x
	);
	background-position-y: 120px;
}

div.carousel-item-mediaplane {
	background-image: url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg");
	background-image: -webkit-image-set(
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.avif") type("image/avif") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.avif") type("image/avif") 2x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg") type("image/jpeg") 1x,
		url("https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.jpg") type("image/jpeg") 2x
	);
	background-image: image-set(
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.avif" type("image/avif") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.avif" type("image/avif") 2x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-md.jpg" type("image/jpeg") 1x,
		"https://cdn.gizmify.ca/prod/www/img/mediaplane/banner-lg.jpg" type("image/jpeg") 2x
	);
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
	filter: none !important;
	background-color: rgb(0.0, 0.0, 0.0, 0.5);
    width: 50px;
    height: 50px;
    padding: 2em;
    border-radius: 50px;
	background-size: 75% 75%;
}

@media (max-width: 768px) {
	span.carousel-control-next-icon,
	span.carousel-control-prev-icon {
		filter: none !important;
		background-color: rgb(0.0, 0.0, 0.0, 0.5);
		width: 40px;
		height: 40px;
		padding: 1.5em;
		border-radius: 40px;
		background-size: 75% 75%;
	}
}

.carousel-item {
	height: 100vh;
	min-height: 400px;
	background-size: cover;
	background-position: center;
}
.carousel-caption {
	background: rgba(0, 0, 0, 0.5); 
	border-radius: 24px;
	padding: 1rem 2rem;
}

.carousel-caption-mediaplane {
	max-height:200px;
	bottom: 200px !important;
	right: 120px;
}

@media (max-width: 768px) {
	.carousel-caption-mediaplane {
		max-height:200px;
		bottom: 120px !important;
		right: 20px;
	}
}

.carousel-caption-goal {
	bottom: 30% !important
}

@media (max-width: 768px) {
	.carousel-caption-goal {
		bottom: 20% !important;
	}
}

.nav-tabs .nav-link {
	background-color: #212529;
	color: #f8f9fa;
	border: none;
	margin-right: 2px;
}

.nav-tabs .nav-link.active {
	background-color: #343a40;
	color: #fff;
	border-top: 1px solid #1e1e1e !important;
	border-left: 1px solid #1e1e1e !important;
	border-right: 1px solid #1e1e1e !important;
}

.nav-tabs {
	border-bottom: none;
}

.tab-content {
	background-color: #343a40 !important;
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	box-shadow: 0 6px 20px rgba(0,0,0,0.6);
	border: 1px solid #1e1e1e !important;
}

.accordion-button {
	background-color: #2c2c2c;
	color: #e0e0e0;
}

.accordion-button:active {
	outline: 2px solid #0eab2f !important;
}

.accordion-button:not(.collapsed) {
	background-color: #444;
	color: #fff;
}

.accordion-body {
	background-color: #1e1e1e;
	color: #cfcfcf;
}

nav.toc {
	background-color: #1e1e1e;
	border-radius: 24px;
}

nav.toc a.active {
	color: #f0f0f0 !important;
}

.content-section {
	transition: opacity 0.3s ease;
}

.d-none {
	display: none !important;
}

a.toc-btn {
	margin: 1em 2em;
	min-width: 200px;
}

p.attribute-desc {
	padding-left: 1em;
}

.client-logos img {
	width: 160px;
	height: auto;
	margin: 1em;
	margin-bottom: 0;
}

.top-alert {
	top: -60px !important;
	width: 33%;
	left: 50%;
	transform: translateX(-50%) !important;
	transition: top 0.5s ease;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

@media (max-width: 768px) {
	.top-alert {
		top: -100px !important;
		width: 75%;
	}
}

.top-alert.show {
	top: 0 !important;
}