/********************************
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

:root {
	--main-color: #f39b0d;
	--dark-main-color: #c37a05;

	--bg-color: #141d26;
	--light-bg-color: #1c2936;

	--text-color: #ffffff;
	--light-text-color: #cccccc;

	--sub-color: #5ac5be;
	/*	--light-sub-color: #FA3800;*/

	--grey-color: #d2d2d2;
	--white-color: #ffffff;
	--light-white-color: rgba(255, 255, 255, 0.48);
	--border-color: #e2e2e2;

	--xs-pad: 8px;
	--sm-pad: 16px;
	--main-pad: 24px;
	--md-pad: 32px;
	--lg-pad: 48px;
	--xl-pad: 72px;
	--xxl-pad: 96px;
	--lg-neg: -48px;
	--main-neg: -24px;
	--main-font: 16px;
	--sm-font: 14px;
	--input-font: 16px;
	--button-font: 14px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
}

/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	padding: 0px;
	margin: 0px;
	background: var(--bg-color);
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	color: var(--white-color);
}

/* TEXT & LINK STYLES *****************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "good-times", sans-serif;
	margin-top: 0px;
	color: var(--white-color);
}

h1 {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--main-pad);
}

h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--sm-pad);
	color: var(--main-color);
}

h3 {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: var(--xs-pad);
	line-height: 1.2;
	color: var(--main-color);
}

h4 {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: var(--xs-pad);
	line-height: 1.2;
}

/*
h2 span, h3 span {
	color: var(--sub-color);
}
*/

.sub-title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-bottom: var(--sm-pad);
	color: var(--sub-color);
}

.italic {
	font-style: italic;
}
.bold-txt {
	font-weight: 700;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 2.4rem;
	margin-bottom: 24px;
}
.bold-txt {
	font-weight: 700;
	color: var(--white-color);
}
.lead {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 2.4rem;
	line-height: 1.6;
}

h3 + .lead {
	margin-top: 1.6rem;
}

/*
.large-txt{
    font-size: 22px;
}
*/

:focus {
	-moz-outline-style: none;
}

::selection {
	background-color: #333333;
	color: #fff;
}

::-moz-selection {
	background-color: #333333;
	color: #fff;
}

img {
	max-width: 100%;
}

input:focus,
button:focus {
	outline: none;
}

a,
a:visited {
	color: var(--main-color);
	border: none;
	outline: 0;
	-moz-outline-style: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	color: var(--text-color);
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

a img {
	border: none;
	outline: 0;
	-moz-outline-style: none;
}

.page p a {
	font-weight: 700;
	text-decoration: underline;
}

input.button,
.button,
.button:visited,
.w-btn,
.l-btn,
.c-btn {
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	font-size: var(--button-font);
	line-height: 24px;
	font-weight: 700;
	font-family: "good-times", sans-serif;
	letter-spacing: 1px;
	border-radius: 7px;
	border: none;
	outline: none;
	background: var(--main-color);
	text-align: center;
	transition: all 0.2s ease;
	text-decoration: none;
}

a.button,
.button {
	color: var(--white-color);
	display: inline-block;
	text-decoration: none !important;
	padding: 12px 32px 12px 32px;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.button:disabled {
	opacity: 0.48;
	cursor: default;
	pointer-events: none;
}

/*
.button:disabled:hover {
	background: var(--sub-color);
}
*/

.button:hover,
.button:active,
.button:focus {
	background: var(--dark-main-color);
	box-shadow: none;
	transition: all 0.3s ease;
}

.discord-btn,
a.discord-btn,
a.discord-btn:visited {
	background: #404eed;
}
.discord-btn span,
.tele-btn span {
	white-space: nowrap;
}
a.discord-btn:hover,
a.discord-btn:active,
.adiscord-btn:focus,
a.tele-btn:hover,
a.tele-btn:active,
a.tele-btn:focus {
	background: var(--sub-color);
	box-shadow: none;
	transition: all 0.3s ease;
}
.tele-btn,
a.tele-btn,
a.tele-btn:visited {
	background: #0088cc;
}

/*
.button:hover{
	-webkit-animation: button-hover-animate 0.25s ease-in forwards;
	animation: button-hover-animate 0.25s ease-in forwards;
}
*/

.icon-btn,
a.icon-btn {
	display: inline-flex;
	padding: 12px 16px 12px 12px;
}
.icon-btn i {
	display: flex;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	justify-content: center;
	margin-right: 8px;
	font-size: 16px;
}

.l-btn,
.l-btn:visited,
a.l-btn,
a.l-btn:visited {
	display: inline-block;
	text-decoration: none;
	padding: 11px 24px 11px 24px;
	color: var(--white-color);
	background: none;
	box-shadow: none;
	border: 1px solid var(--white-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.l-btn:hover,
.l-btn:active,
.l-btn:focus {
	background: none;
	color: var(--white-color);
	border: 1px solid var(--light-white-color);
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.l-btn i {
	margin-right: 4px;
}

.w-btn,
.w-btn:visited,
a.w-btn,
a.w-btn:visited {
	color: var(--sub-color);
	background: var(--white-color);
}
.w-btn:hover,
.w-btn:active,
.w-btn:focus {
	background: var(--main-color);
	color: var(--white-color);
}

.btn-clean,
.btn-clean:visited,
a.btn-clean,
a.btn-clean:visited {
	display: inline-block;
	font-size: var(--button-font);
	color: var(--sub-color);
	border: none;
	background: none;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 24px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.btn-main {
	position: relative;
	background: var(--sub-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-main span {
	position: relative;
	display: block;
	z-index: 1;
}

.i-btn,
.i-btn:visited {
	display: block;
	text-decoration: none;
	padding: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: var(--main-color);
	background: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.i-btn:hover,
.i-btn:active,
.i-btn:focus {
	background: none;
	color: var(--sub-color);
	border: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-group .btn {
	position: relative;
	display: flex;
	/*    line-height: 24px;*/
	padding: 11px 16px;
	padding: 0px;
	font-size: 14px;
	border: 1px solid var(--border-color);
	color: var(--grey-color);
	background: #ffffff;
}

.btn-group .btn span {
	width: 48px;
	line-height: 46px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

.btn-group .btn span i {
}

.btn-group .btn:hover,
.btn-group .btn.active {
	color: var(--sub-color);
}

.btn-group .btn div {
	width: 48px;
	text-align: left;
	line-height: 46px;
}

.txt-link,
.txt-link:visited,
.btn-link,
.btn-link:visited {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-decoration: none;
	color: var(--nav-light-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link {
	font-weight: 700;
	text-decoration: none;
}

.txt-link:hover,
.txt-link:focus,
.txt-link:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: var(--main-color);
	text-decoration: none;
}

@-moz-document url-prefix() {
}

.large-btn {
	font-size: 20px;
	padding: 14px 48px;
	line-height: 1.8;
	box-shadow: 0px 8px 24px #1e120029;
}
.large-btn.mint-btn,
.large-btn.mint-btn:visited {
	color: var(--white-color);
	background: var(--sub-color);
}
.large-btn.mint-btn:hover {
	background: var(--main-color);
	color: var(--white-color);
}
.large-btn:hover,
.large-btn:active,
.large-btn:focus {
	box-shadow: 0px 8px 24px #1e120029;
}

.mint-btn:disabled {
	opacity: 0.48;
}
.mint-btn:disabled:hover {
	-webkit-animation: none !important;
	animation: none !important;
}
.l-btn.mint-btn:disabled:hover {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}
.large-btn.mint-btn:disabled:hover {
	color: var(--sub-color);
	background: var(--white-color);
}

.tooltip {
}
.tooltip-inner {
	background: #333333;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #333333;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #333333;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #333333;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper {
	position: relative;
	/*	overflow: hidden;*/
}

#bg-wrapper {
	position: fixed;
	content: "";
	display: none;
	opacity: 0;
	width: 100%;
	height: 150%;
	z-index: 10;
	background: var(--bg-color);
}

.menu-open #bg-wrapper {
	display: block;
	opacity: 1;
	-webkit-animation: opac-in-animate 0.4s ease-out forwards;
	animation: opac-in-animate 0.4s ease-out forwards;
}

.menu-ani #bg-wrapper {
	display: block;
	opacity: 1;
	-webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}

#main-wrapper {
	position: relative;
}

#content-wrapper {
	position: relative;
	display: block;
	padding: 0;
	/*	padding: 96px 0;*/
	z-index: 2;
}

/*
.home-wrap #content-wrapper {
	padding: 0;
}
*/

/* HEADER *****************************/

#navbar {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px 0px;
	top: 0px;
	z-index: 99;
	background: var(--main-color);
	/*	box-shadow: 0px 1px 0px rgba(255,255,255,0.12);*/
}

#navbar.sticky {
	position: fixed;
	/*	background: #FFFFFF;*/
}

#navbar {
	background: none;
}

#navbar.sticky {
	background: var(--bg-color);
}

#navbar .container {
	max-width: 100%;
}
.navbar-header {
	display: flex;
	flex-direction: row;
}

.logo-main {
	display: inline-block;
	float: left;
	align-self: flex-start;
	margin: 24px 24px 24px 0px;
	padding: 0px;
	opacity: 1;
	transition: all 0.2s ease;
}
.nav-wrap-center .logo-main {
	margin: 24px 24px 24px 24px;
}
.logo-main:hover {
	opacity: 0.64;
	transition: all 0.4s ease;
}
.logo-main img {
	height: 24px;
	height: 32px;
	width: auto;
	transform: translateZ(0);
}

.logo-main span {
	position: relative;
	display: block;
}

/*
#navbar .logo-main-dark {
	display: none;
}

#navbar.sticky .logo-main-dark{
    display: block;
}
#navbar.sticky .logo-main-light{
    display: none;
}
*/

.logo-mob,
.nav-back-btn,
.nav-share-btn {
	display: none;
}

.nav-toggle {
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 16px 0px 16px 16px;
	background: none;
	border: none;
	overflow: hidden;
}

.nav-icon span,
.menu-ani .nav-icon span {
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
	background: var(--white-color);
	transition: background 0s 0.2s;
}

.nav-icon span::before,
.nav-icon span::after,
.menu-ani .nav-icon span::before,
.menu-ani .nav-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--white-color);
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

.nav-icon span::before,
.menu-ani .nav-icon span::before {
	top: -5px;
	transition-property: top, transform;
}

.nav-icon span::after,
.menu-ani .nav-icon span::after {
	/*    width: 70%;*/
	bottom: -5px;
	transition-property: bottom, transform;
}

.menu-open .nav-icon span {
	background: none;
}

.menu-open .nav-icon span::before {
	top: 0;
	width: 100%;
	transform: rotate(45deg);
}

.menu-open .nav-icon span::after {
	bottom: 0;
	width: 100%;
	transform: rotate(-45deg);
}

.menu-open .nav-icon span::before,
.menu-open .nav-icon span::after {
	transition-delay: 0s, 0.2s;
}

/* NAV MAIN *****************************/

.nav-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-center #nav-main,
.navbar-center .nav-right-buttons {
	display: none;
}
.nav-wrap-center {
	display: flex;
	width: 40%;
	margin-left: 30%;
	justify-content: center;
}

#nav-main {
	position: relative;
	display: flex;
	justify-content: center;
}

#nav-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 16px 0px;
	/* width: 30%; */
	margin-left: auto;
}

#nav-main ul,
#nav-right ul {
	position: relative;
	margin: 8px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#nav-right ul {
	display: inline-block;
	/*	float: left;*/
	margin: 0px 0px;
}

#nav-main ul li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 24px;
	padding: 12px 0px;
	margin: 0px 24px;
	text-align: center;
}

#nav-main ul li a,
#nav-main ul li a:visited {
	display: block;
	line-height: 20px;
	padding: 10px 0px;
	color: var(--white-color);
	font-family: "good-times", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

/*
#navbar.sticky #nav-main ul li a, #navbar.sticky #nav-right ul li a {
	color: var(--main-color);
}
*/

#nav-main ul li a:hover,
#nav-right ul li a:hover {
	color: var(--light-white-color);
	color: var(--main-color);
	transition: all 0.4s ease;
}
/*
#navbar.sticky #nav-main ul li a:hover {
	color: var(--sub-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
*/

#nav-main ul li.n-btn {
	padding: 0px;
	margin-left: 30px;
}

#nav-main .show-mob {
	display: none !important;
}

#navbar.sticky,
.menu-open #navbar {
	position: fixed;
}

#nav-right ul.nav-social {
	padding: 0 16px;
	display: flex;
	align-items: center;
}

#nav-right ul.nav-social li {
	margin: 0;
}

#nav-right ul.nav-social li a {
	display: block;
	padding: 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: var(--sm-icon);
	color: var(--white-color);
	opacity: 1;
	transition: all 0.2s ease;
	cursor: pointer;
}
#nav-right ul.nav-social li a img {
	height: 24px;
	width: auto;
	margin-top: -1px;
	vertical-align: text-top;
}
#nav-right ul.nav-social li a:hover {
	/*
	color: var(--white-color);
	opacity: 0.5;
*/
	color: var(--main-color);
	transition: all 0.4s ease;
}

.nav-right-buttons {
	position: relative;
	display: flex;
}
.nav-right-buttons > .button {
	margin-left: 16px;
}

#navbar .l-btn.mint-btn:disabled:hover,
#navbar .l-btn:disabled:active,
#navbar .l-btn:disabled:focus {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.navbar-header:after,
#nav-main ul:after {
	content: "";
	display: block;
	clear: both;
}

/* MAIN BANNER STYLES *****************************/

#content-top-wrapper {
	position: relative;
	z-index: 3;
}

#banner-wrapper {
	position: relative;
	display: block;
	height: 100%;
	z-index: 1;
	background: var(--bg-color);
	overflow: hidden;
}
#banner-main-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/ai-universe-main-banner.jpg) right bottom no-repeat var(--bg-color);
	background-size: cover;
	z-index: 0;
	opacity: 0;
	animation: opac-in-animate 1s ease-in forwards;
}
#banner-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(20, 29, 38, 1) 0%, rgba(20, 29, 38, 0) 100%) 0% 0% no-repeat;
	z-index: 0;
}

#banner-main {
	position: relative;
	display: block;
	height: 100%;
	padding-top: 80px;
}

#banner-wrapper .container {
	position: relative;
	display: flex;
	z-index: 2;
}
.banner-main-wrap {
	position: relative;
}

.banner-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	min-height: 96vh;
	width: 60%;
	margin: 0;
	padding-bottom: 96px;
	color: var(--text-color);
	z-index: 3;
}

.banner-header {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
	z-index: 2;
}

.banner-header-title {
	position: relative;
	display: block;
	margin-bottom: 24px;
	min-height: 216px;
}
/*
.animate .banner-header-title {
	animation: btm-fade-animate 0.8s ease-out forwards;
	animation-delay: 0.2s;
}
*/
.banner-header-title div {
	position: relative;
	display: block;
	font-family: "good-times", sans-serif;
	font-size: 64px;
	font-weight: 500;
	line-height: 1.2;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 8px 24px rgba(0, 0, 0, 1);
	color: var(--white-color);
	/*	margin-bottom: var(--main-pad);*/
}
.banner-header-title div#main-banner-header-1 {
	font-size: 48px;
}

.banner-text p {
	position: relative;
	color: var(--white-color);
	margin-bottom: 0px;
	line-height: 1.6;
	padding-right: 25%;
	opacity: 0;
}
.animate .banner-text p {
	animation: opac-in-animate 1s ease-in forwards;
	animation-delay: 0.2s;
}

.banner-main-buttons {
	position: relative;
	display: flex;
	/*	justify-content: center;*/
	z-index: 1;
	opacity: 0;
	animation: btm-in-animate 0.8s ease-in forwards;
	animation-delay: 0.4s;
}
.banner-main-buttons .button {
	margin: 0px 24px 0px 0px;
	min-width: 20%;
}

.banner-main-buttons.mt-24 {
	margin-top: 24px;
}

.flipdown {
	display: flex;
	height: initial;
	margin-bottom: var(--lg-pad);
}

.flipdown .rotor-group {
	position: relative;
	padding-right: 8px;
	display: flex;
	flex-wrap: wrap;
	width: 25%;
	width: 80px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.rotor-group .rotor-group-heading {
	width: 72px;
	margin-top: 8px;
	line-height: 24px;
	font-weight: 300;
	font-size: 14px;
	opacity: 1;
	order: 3;
}

.flipdown .rotor-group-heading:before {
	height: 24px;
	line-height: 24px;
}

.flipdown .rotor {
	border-radius: 7px;
	margin: 0px;
	font-size: 32px;
	/* line-height: 56px; */
	font-family: "korolev-condensed", sans-serif;
	width: 32px;
	height: 56px;
}
.flipdown .rotor:last-child {
	margin-left: 8px;
}
.flipdown .rotor .rotor-leaf,
.flipdown .rotor .rotor-leaf .rotor-leaf-front,
.flipdown .rotor .rotor-leaf .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom {
	width: 32px;
}
.flipdown .rotor .rotor-leaf {
	height: 56px;
}
.flipdown .rotor .rotor-leaf .rotor-leaf-front,
.flipdown .rotor .rotor-leaf .rotor-leaf-rear {
	height: 28px;
}
.flipdown .rotor .rotor-leaf .rotor-leaf-front {
	line-height: 56px;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
	height: 28px;
}
.flipdown .rotor-top {
	line-height: 56px;
}

.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front,
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
	color: var(--white-color);
	background-color: #212c36;
	box-shadow: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
	display: none;
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
	color: var(--white-color);
	font-weight: 300;
}

.flipdown.flipdown__theme-light .rotor:after {
	border: none;
}

/* CONTENT BANNER STYLES *****************************/

.content-banner-wrap {
	position: relative;
	display: block;
	padding: 192px 0px;
	padding: 96px 0px;

	background: var(--bg-color);
	z-index: 2;
}

.content-banner,
.info-blocks {
	position: relative;
	display: flex;
	flex-direction: row;
}

.content-banner.content-banner-txt-img {
	margin-left: -48px;
	margin-right: -48px;
}

.center-page-wrap .content-banner {
	flex-direction: column;
	justify-content: center;
}

.banner-blk-txt,
.banner-blk-img,
.content-blk-block {
	position: relative;
	display: flex;
	width: 50%;
	padding: 0px 48px;
	align-content: flex-start;
	align-self: center;
	flex-direction: column;
}

.banner-blk-txt {
	width: 50%;
}

.banner-blk-img {
	width: 50%;
	padding: 0px 48px;
}

.banner-blk-txt.banner-txt-sm {
	width: 40%;
	width: 44%;
}

.banner-blk-txt.banner-txt-lg {
	width: 60%;
	width: 56%;
}
.banner-blk-txt p {
	color: var(--light-text-color);
}

.content-blk-block {
	flex-direction: row;
	justify-content: center;
}

.content-banner-title {
	position: relative;
	display: block;
	margin-bottom: 24px;
}

.content-banner-title h2 {
	display: inline-block;
	line-height: 1.2;
	margin: 0;
}

.content-banner-title h2 span {
	display: block;
}

.content-banner-txt {
	position: relative;
	display: block;
}

#content-icons .content-banner-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

/*
.content-banner-txt p:last-child {
	margin-bottom: 0;
}
*/

.content-banner-txt.lead-p p:first-child {
	font-size: 26px;
	line-height: 1.6;
	color: var(--grey-color);
}

.content-banner-txt p + .button {
	margin-top: 24px;
}
.content-banner-buttons {
	margin-top: 48px;
	display: flex;
}
.content-banner-buttons .d-inline-block {
	display: inline-block;
	margin-right: 16px;
}

.content-banner-buttons .button {
	margin-right: 16px;
}

/* CONTENT STYLES *****************************/

/*
#content-bottom {
	position: relative;
	color: var(--white-color);
	background: var(--main-color);
}
*/

.content-banner.content-banner-center {
	flex-direction: column;
	margin-bottom: var(--lg-pad);
}

.content-banner-center .content-banner-title {
	margin-bottom: 16px;
}

.content-banner-center .banner-blk-txt {
	width: 100%;
	text-align: center;
	padding: 0px 20%;
}
.content-banner-center .button {
	align-self: center;
}
.content-banner-center-block {
	margin-top: 48px;
	text-align: center;
}

.content-center {
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 40px;
	padding: 0px 10%;
	margin-bottom: var(--lg-pad);
}

.content-top-center .content-center {
	padding: 0;
}

.content-center-title {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 70%;
}

.content-center-title h2 {
	margin-bottom: 0px;
}

.content-banner-left .banner-blk-txt {
	padding: 0;
	width: 60%;
}

#content-icons {
	background: var(--bg-color);
	/*
	background: url(../images/ai-universe-clouds.png) center top no-repeat var(--bg-color);
	background-size: contain;
*/
}
#content-icons:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(../images/ai-universe-clouds.png) center top no-repeat var(--bg-color);
	background-size: contain;
	opacity: 0;
}
#content-icons.animate:after {
	animation: opac-in-animate 1s ease-in forwards;
}
#content-icons .content-banner-center {
	margin-bottom: 96px;
}

.banner-blk-icons {
	display: flex;
	width: 100%;
}
.icon-block-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 28px;
	opacity: 0;
}
.icon-block {
	position: relative;
	display: flex;
	flex-direction: column;
	/*	height: 100%;*/
	padding: 4px;
	border-radius: 13px;
	background: var(--main-color);
}
.icon-block-bg {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px;
	border-radius: 11px;
	background: var(--light-bg-color);
}
.icon-block-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 32px;
	color: var(--main-color);
	margin-bottom: var(--main-pad);
}
.icon-block-text {
	position: relative;
}
.icon-block-text p {
	color: var(--light-text-color);
	font-size: 14px;
	margin: 0;
}

.icon-block-wrap.i-blk-1 .icon-block {
	background: transparent
		linear-gradient(130deg, rgba(243, 155, 13, 1) 0%, rgba(90, 197, 190, 1) 50%, rgba(90, 197, 190, 0) 75%) 0% 0%
		no-repeat padding-box;
}
.icon-block-wrap.i-blk-1 .icon-block-bg {
	background: transparent linear-gradient(130deg, rgba(28, 41, 54, 1) 0%, rgba(20, 29, 38, 1) 75%) 0% 0% no-repeat
		padding-box;
}

.icon-block-wrap.i-blk-2 .icon-block {
	background: transparent
		linear-gradient(180deg, rgba(243, 155, 13, 1) 0%, rgba(90, 197, 190, 1) 50%, rgba(90, 197, 190, 0) 90%) 0% 0%
		no-repeat padding-box;
}
.icon-block-wrap.i-blk-2 .icon-block-bg {
	background: transparent linear-gradient(180deg, rgba(28, 41, 54, 1) 0%, rgba(20, 29, 38, 1) 70%) 0% 0% no-repeat
		padding-box;
}

.icon-block-wrap.i-blk-3 .icon-block {
	background: transparent
		linear-gradient(235deg, rgba(243, 155, 13, 1) 0%, rgba(90, 197, 190, 1) 50%, rgba(90, 197, 190, 0) 75%) 0% 0%
		no-repeat padding-box;
}
.icon-block-wrap.i-blk-3 .icon-block-bg {
	background: transparent linear-gradient(235deg, rgba(28, 41, 54, 1) 0%, rgba(20, 29, 38, 1) 75%) 0% 0% no-repeat
		padding-box;
}

.animate .icon-block-wrap.i-blk-1 {
	animation: btm-in-animate 0.6s ease-out forwards;
}
.animate .icon-block-wrap.i-blk-2 {
	animation: btm-in-animate 0.6s ease-out forwards;
	animation-delay: 0.2s;
}
.animate .icon-block-wrap.i-blk-3 {
	animation: btm-in-animate 0.6s ease-out forwards;
	animation-delay: 0.4s;
}

@keyframes left-block-animate {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}
@keyframes top-block-animate {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
@keyframes right-block-animate {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

/* ROADMAP STYLES *****************************/

.content-columns {
	display: flex;
}
.content-column {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 24px;
	width: 35%;
}
.content-column.cc-center {
	width: 30%;
}
.number-block-image {
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	overflow: hidden;
	opacity: 0;
}

.number-block {
	position: relative;
	display: flex;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	overflow: hidden;
	padding: 24px;
	background: var(--light-bg-color);
	opacity: 0;
}
.number-block-nr {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 9px;
	background: var(--bg-color);
}
.number-block-txt {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 24px;
	width: calc(100% - 40px);
}
.number-block-txt h4 {
	line-height: 40px;
	margin-bottom: 4px;
}
.number-block-txt p {
	margin: 0;
	color: var(--light-text-color);
}

.animate .number-block-image {
	animation: btm-in-animate 0.6s ease-out forwards;
}
.animate .cc-left .number-block {
	animation: left-in-animate 0.6s ease-out forwards;
}
.animate .cc-right .number-block {
	animation: right-in-animate 0.6s ease-out forwards;
}
.animate .cc-left .number-block:nth-child(2),
.animate .cc-right .number-block:nth-child(2) {
	animation-delay: 0.3s;
}

/* ROADMAP STYLES *****************************/

#content-roadmap {
	position: relative;
	overflow: hidden;
	background: url(../images/ai-universe-roadmap-bg.jpg) center top no-repeat;
	background-size: cover;
}
#content-roadmap:before,
#content-roadmap:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 12%;
	left: 0;
	top: 0;
	background: transparent linear-gradient(0deg, rgba(20, 29, 38, 0) 0%, rgba(20, 29, 38, 1) 100%) 0% 0% no-repeat
		padding-box;
	z-index: -1;
	pointer-events: none;
}
#content-roadmap:after {
	height: 80%;
	top: initial;
	bottom: 0;
	background: transparent linear-gradient(180deg, rgba(20, 29, 38, 0) 0%, rgba(20, 29, 38, 1) 100%) 0% 0% no-repeat
		padding-box;
}
.content-roadmap-shape {
	position: absolute;
	display: block;
	width: 30%;
	height: 30%;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: 0.48;
	background: url(../images/ai-universe-abstract-dots.png) right bottom no-repeat;
	background-size: contain;
}
.content-roadmap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-top: var(--lg-pad);
}
.roadmap-block {
	position: relative;
	display: flex;
	width: 50%;
	padding-bottom: 32px;
	z-index: 1;
}
.roadmap-block.rm-left {
	margin-right: 50%;
}
.roadmap-block.rm-right {
	margin-left: 50%;
}
.roadmap-block-content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 48px;
	margin-top: 10%;
	padding-left: 48px;
	width: 60%;
	color: var(--light-text-color);
}
.roadmap-block-img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 16px;
	width: 40%;
}
.roadmap-block-img {
	position: relative;
}
.roadmap-block-line {
	position: absolute;
	display: block;
	width: 4px;
	height: 40%;
	left: 50%;
	top: 50%;
	border-right: 3px dashed var(--main-color);
	z-index: -1;
	transform-origin: 0% 0%;
}
.roadmap-block.rm-left .roadmap-block-line {
	transform: rotate(-45deg) scaleY(0%);
}
.roadmap-block.rm-right .roadmap-block-line {
	transform: rotate(45deg) scaleY(0%);
}
.roadmap-block-line h3 {
	margin-bottom: var(--xs-pad);
	color: var(--white-color);
}
.roadmap-block-icon {
	position: absolute;
	left: 0;
	top: 5px;
	height: 100%;
}
.roadmap-block .roadmap-block-line:last-child .roadmap-block-icon:after {
	display: none;
}
.roadmap-block-icon span {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	border: 1px solid var(--main-color);
	z-index: 1;

	/*	backdrop-filter: blur(2px);*/
	/*	transform: rotate(-45deg);*/
}
.roadmap-block-icon span:after {
	content: "";
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	border: 2px solid var(--dark-main-color);
	background: var(--main-color);
	z-index: 2;
}

.content-roadmap .banner-blk-img {
	justify-content: flex-start;
	align-self: flex-start;
	padding: 0px 0px 0px 96px;
}

.roadmap-block-content,
.roadmap-block-img {
	opacity: 0;
}
.roadmap-block.animate .roadmap-block-img {
	animation: opac-in-animate 0.3s ease-in forwards;
}
.roadmap-block.rm-left.animate .roadmap-block-content {
	animation: left-in-animate 0.5s ease-out forwards;
}
.roadmap-block.rm-right.animate .roadmap-block-content {
	animation: right-in-animate 0.5s ease-out forwards;
}
.roadmap-block.rm-left.animate .roadmap-block-line {
	animation: dotted-left-line-animate 0.6s ease-out forwards;
	animation-delay: 0.5s;
}
.roadmap-block.rm-right.animate .roadmap-block-line {
	animation: dotted-right-line-animate 0.6s ease-out forwards;
	animation-delay: 0.5s;
}

/*
#content-roadmap.animate .rm-right.rb2 .roadmap-block-content,
#content-roadmap.animate .rm-right.rb2 .roadmap-block-img{
	animation-delay: 0.8s;
}
#content-roadmap.animate .rm-right.rb2 .roadmap-block-line{
	animation-delay: 1.8s;
}
*/

@keyframes dotted-left-line-animate {
	0% {
		transform: rotate(-45deg) scaleY(0%);
	}
	100% {
		transform: rotate(-45deg) scaleY(400%);
	}
}
@keyframes dotted-right-line-animate {
	0% {
		transform: rotate(45deg) scaleY(0%);
	}
	100% {
		transform: rotate(45deg) scaleY(400%);
	}
}

/* PROFILE STYLES *****************************/

#content-team {
	overflow: hidden;
}
/*
#content-team:after{
	content: '';
	position: absolute;
	display: block;
	width: 30%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.32;
	background: url(../images/ai-universe-abstract.jpg) left center no-repeat;
	background-size: contain;
}
*/

.profile-users-wrapper {
	position: relative;
}
.profile-users.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.profile-users.owl-carousel .owl-stage-outer .owl-stage {
	padding: 0;
}
.profile-users {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0px;
	margin: 0 auto;
	justify-content: center;
}

.profile-user-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px;
	width: 100%;
	/*	min-height: 800px;*/
	opacity: 0;
}

.animate .profile-users .owl-stage .owl-item .profile-user-wrap {
	animation: btm-fade-animate 0.6s ease-out forwards;
	/*	animation-delay: 1.0s;*/
}

.profile-users .owl-stage .owl-item .profile-user-wrap.pu-1 {
	animation-delay: 0.1s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-2 {
	animation-delay: 0.2s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-3 {
	animation-delay: 0.3s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-4 {
	animation-delay: 0.4s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-5 {
	animation-delay: 0.5s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-6 {
	animation-delay: 0.6s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-7 {
	animation-delay: 0.7s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-8 {
	animation-delay: 0.8s;
}
.profile-users .owl-stage .owl-item .profile-user-wrap.pu-9 {
	animation-delay: 0.9s;
}

.profile-user {
	display: flex;
	flex-direction: column;
	text-align: left;
	border-radius: 15px;
	background: var(--light-bg-color);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.pu-1 .profile-user .profile-user-content {
	background: linear-gradient(242deg, rgba(28, 41, 54, 1) 0%, rgba(49, 67, 84, 1) 49%, rgba(28, 41, 54, 1) 100%) 0% 0%
		no-repeat;
}
.pu-2 .profile-user .profile-user-content {
	background: linear-gradient(118deg, rgba(28, 41, 54, 1) 0%, rgba(49, 67, 84, 1) 49%, rgba(28, 41, 54, 1) 100%) 0% 0%
		no-repeat;
}
.pu-3 .profile-user .profile-user-content {
	background: linear-gradient(195deg, rgba(28, 41, 54, 1) 0%, rgba(49, 67, 84, 1) 49%, rgba(28, 41, 54, 1) 100%) 0% 0%
		no-repeat;
}
.pu-4 .profile-user .profile-user-content {
	background: linear-gradient(242deg, rgba(28, 41, 54, 1) 0%, rgba(49, 67, 84, 1) 49%, rgba(28, 41, 54, 1) 100%) 0% 0%
		no-repeat;
}

.profile-user-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.profile-user-content {
	position: relative;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	text-align: center;
	padding: 32px 24px;
}

.profile-user-title {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 16px;
}

.profile-user-title div {
	position: relative;
	display: block;
	font-family: "good-times", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--white-color);
	margin-bottom: 4px;
}
.profile-user-title span {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--light-text-color);
}

.profile-user-social {
	position: relative;
	display: flex;
	justify-content: center;
}
.profile-user-social a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0 8px;
	height: 24px;
	width: 24px;
	font-size: 18px;
	color: var(--main-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.profile-user-social a:hover {
	color: var(--sub-color);
}

/*
.profile-user-text{
	position: relative;
	display: flex;
	padding: 24px;	
	padding-top: 0px;
	color: var(--light-text-color); 
	line-height: 24px;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.profile-user:hover .profile-user-text{
	opacity: 1;
	transition: opacity 0.5s ease-in;	
}
*/

.owl-nav {
	position: absolute;
	display: flex;
	bottom: 50%;
	right: 48px;
	z-index: 4;
	display: none;
}

.owl-nav-custom {
	display: flex;
}
.owl-nav-custom.owl-nav-custom-left {
	left: 48px;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 0 4px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: var(--sub-color);
	border: 1px solid var(--sub-color);
	border-radius: 50%;
	background: var(--sub-color);
}
.owl-nav button.owl-next:after,
.owl-nav button.owl-prev:after {
	position: absolute;
	content: "\f054";
	right: 0px;
	top: 0px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	color: var(--white-color);
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
}
.owl-nav button.owl-prev:after {
	content: "\f053";
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
	display: none;
}
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot,
.owl-carousel button.owl-dot {
	display: inline-block;
	border-radius: 12px;
	padding: 4px 8px !important;
	height: 16px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.48;
	zoom: 1;
	box-shadow: none;
	border: none;
	background: none;
}

.owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-dots .owl-dot:hover {
	opacity: 1;
}

.owl-dots .owl-dot span {
	width: initial;
	height: initial;
	margin: 0px;
	background: none;
	display: block;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 12px;
	padding: 0 12px;
	height: 4px;
	line-height: 4px;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #ffffff;
}

/* FAQ STYLES *****************************/

#content-faq {
	padding-bottom: 192px;
}

.content-faqs {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.faq-main {
	position: relative;
	display: flex;
	flex-direction: row;
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-right: -24px;
}
.content-faq-blk {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	padding: 0px 24px;
}
.faq-blk {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: none;
	border-radius: 0px;
	/*	border-bottom: 1px solid var(--border-color); */
}
.faq-blk:after,
.content-faq-blk .faq-blk:first-child:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) 4%,
			rgba(255, 255, 255, 0.24) 50%,
			rgba(255, 255, 255, 0) 96%
		)
		no-repeat;
}
.content-faq-blk .faq-blk:first-child:before {
	bottom: initial;
	top: 0;
}
/*
.faq-accordion.accordion .card:not(:last-of-type){
	border-bottom: 1px solid var(--border-color);	
}
*/
.faq-header {
	border: none;
	background: none;
	padding: 0;
}
.faq-header .btn-link {
	display: block;
	font-size: 20px;
	font-family: "good-times", sans-serif;
	font-weight: 500;
	width: 100%;
	text-align: left;
	padding: 24px 0px;
	padding-right: 48px;
	line-height: 48px;
	line-height: 32px;
}
.faq-header .btn-link:hover {
	color: var(--main-color);
}
.faq-header .btn-link:after {
	content: "\f068";
	position: absolute;
	top: 16px;
	top: 24px;
	right: 16px;
	margin: auto;
	width: 24px;
	height: 24px;
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.faq-header .btn-link.collapsed:after {
	content: "\f067";
	content: "\2b";
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}

/* CONTENT OVERRIDES *****************************/

.content-outer-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 96px 0px;
	z-index: 1;
}

#content-1 {
	padding: 192px 0px;
	margin-bottom: 96px;
}
#content-1 .container {
	position: relative;
	z-index: 3;
}
#content-1:before,
#content-1:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background: var(--bg-color);
	z-index: 1;
}
#content-1:before {
	bottom: calc(100% - 96px);
}
#content-1:after {
	top: 100%;
	top: calc(100% - 96px);
}

#content-1 .banner-blk-bg {
	position: absolute;
	display: block;
	width: 68%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0px 15px 15px 0px;
	overflow: hidden;
	z-index: 2;
}
#content-1 .banner-blk-bg:before,
#content-1 .banner-blk-bg:after {
	content: "";
	display: block;
	position: absolute;
	height: 96px;
	width: 100%;
	left: 0;
	background: var(--light-bg-color);
	z-index: 1;
}
#content-1 .banner-blk-bg:before {
	top: 0;
}
#content-1 .banner-blk-bg:after {
	bottom: 0;
}
.banner-blk-bg-inner {
	position: absolute;
	display: block;
	width: 75%;
	height: 100%;
	background: var(--light-bg-color);
}

#content-1 .banner-blk-txt {
	width: 40%;
	width: 44%;
}
.banner-blk-img-scroll {
	position: absolute;
	width: 54%;
	height: 80%;
	right: 0;
	top: 10%;
	overflow: hidden;
}
.banner-blk-img-scroll img {
	opacity: 0;
}
.content-banner-paralax {
	display: block;
	position: fixed;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/ai-universe-nfts.jpg) right center no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}

#content-2 {
	overflow: hidden;
}
#content-2:after {
	content: "";
	position: absolute;
	display: block;
	width: 30%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.32;
	background: url(../images/ai-universe-abstract.jpg) left center no-repeat;
	background-size: contain;
}

#content-1 .banner-blk-txt,
#content-icons .banner-blk-txt,
#content-2 .banner-blk-txt,
#content-roadmap .banner-blk-txt,
#content-team .banner-blk-txt {
	opacity: 0;
}

#content-1.animate .banner-blk-txt {
	animation: left-in-animate 0.6s ease-out forwards;
}

#content-icons.animate .banner-blk-txt,
#content-2.animate .banner-blk-txt,
#content-roadmap.animate .banner-blk-txt,
#content-team.animate .banner-blk-txt {
	animation: opac-in-animate 0.6s ease-out forwards;
}

/*


#content-video.animate .video-blk,
#content-1.animate .banner-blk-img,
#content-msg.animate{
	animation: btm-fade-animate 0.6s ease-out forwards;
}
*/

/* CAPTCHA STYLES *****************************/

.captcha-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -19px;
	margin-bottom: -9px;
	/*    margin-top: 10px;*/
}

#captcha-box,
#captcha-box-contact {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#captcha_check,
#captcha_check_contact {
	position: absolute;
	margin-left: -99999px;
	margin-top: -999px;
	opacity: 0;
	height: 1px;
	width: 1px;
}

.g-recaptcha,
.g-recaptcha-contact {
}

/* LOADING STYLES *****************************/

.form-loading {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}

.loading-icon {
	position: relative;
	display: inline-block;
	width: 80px;
	max-width: 25%;
	text-align: center;
	align-self: center;
	margin-top: -10%;
}

.loading-txt {
	display: block;
	font-size: 1.8rem;
}

.form-loading.show {
	display: -webkit-flex;
	display: flex;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* FOOTER *****************************/

#footer {
	position: relative;
	display: block;
	background: var(--light-bg-color);
	color: var(--white-color);
	padding: 0px;
	padding: 64px 0;
	font-size: 14px;
	z-index: 2;
}

.footer-content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: center;
	justify-content: center;
	padding: 0px;
	margin-bottom: var(--lg-pad);
}

.footer-logo-main {
	position: relative;
	display: block;
	width: 20%;
	text-align: left;
}

.footer-logo {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 12px 0px;
	/*	margin-bottom: 24px;*/
}

.footer-logo a {
	display: block;
	display: inline-block;
}

.footer-logo img {
	height: 24px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 60%;
	margin: 0px 0px 0px 0px;
}

.footer-menu h3 {
}

.footer-menu ul {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px;
	padding: 8px 0px;
	list-style: none;
}

.footer-menu ul li {
	position: relative;
	display: block;
	padding: 0px 16px;
	margin: 0px;
	/*	line-height: 2.6;*/
}

.footer-menu ul li span {
	font-weight: 700;
}

.footer-menu ul li a {
	position: relative;
	display: block;
	padding: 4px 0px;
	line-height: 24px;
	font-family: "good-times", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--white-color);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-menu ul li a:hover {
	color: var(--light-white-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-right {
	position: relative;
	display: block;
	width: 20%;
	text-align: right;
}

#footer-bottom {
	position: relative;
	display: flex;
	padding-top: 24px;
	z-index: 2;
	border-top: 1px solid var(--light-white-color);
}

.footer-copyright {
	font-weight: 300;
	font-size: 14px;
	line-height: 32px;
}
.footer-copyright a,
.footer-copyright a:visited {
	opacity: 1;
	color: var(--white-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-copyright a:hover {
	opacity: 0.48;
	color: var(--white-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-social {
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	margin-left: auto;
	padding: 0;
	align-self: center;
	justify-content: center;
}

.footer-social li {
	margin: 0;
	margin-left: 16px;
	padding: 0;
}

.footer-social li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: var(--white-color);
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-social li a i {
	margin: auto;
}

.footer-social li a img {
	height: 24px;
	width: auto;
	margin-top: 1px;
	vertical-align: text-top;
}

.footer-social li a:hover {
	/*	color: var(--sub-color);*/
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-mob {
	display: none;
}

/* MODAL STYLES *****************************/

body.modal-open {
	padding: 0px !important;
	overflow-y: hidden;
}

.modal-backdrop {
	background: #ffffff;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-backdrop.show {
	opacity: 0.9;
}

.modal {
	z-index: 9999;
}

.modal-open .modal {
	/*
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
*/
}

.modal.modal-static .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 33%;
	min-width: 520px;
	max-width: 90%;
	align-self: center;
	margin: 0px auto;
}

.modal-content {
	position: relative;
	background: #fff;
	/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.modal-content .close {
	position: absolute;
	right: 28px;
	top: 30px;
	opacity: 1;
	margin: 0px;
	width: 22px;
	height: 22px;
	/*	border-radius: 50%;*/
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
}

.modal-header {
	padding: 48px 48px 48px 48px;
	border: 0px;
}

.modal-header h2 {
	margin-bottom: 16px;
	font-size: 26px;
	color: var(--sub-color);
}

.modal-header p {
	margin: 0;
	color: var(--grey-color);
	/*    margin-bottom: 16px;*/
}

.modal-body {
	padding: 0px 48px;
}

.modal-padding .modal-body {
	padding-bottom: 48px;
}

.modal-body .form-btns {
	text-align: right;
}

.modal-body p {
	margin: 0;
	margin-bottom: 16px;
}

.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

.modal-success {
	position: relative;
	display: none;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	flex-direction: column;
	text-align: center;
	background: #ffffff;
	z-index: 9;
}

.complete.modal-success {
	position: absolute;
	display: flex;
	padding: 0 48px;
}

.modal-success-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	/*    width: 50%;*/
	/*    align-self: center;*/
	padding: 48px 0;
	z-index: 9;
}

.modal-success-block h2 {
	margin-bottom: 16px;
	font-size: 26px;
	color: var(--sub-color);
}

.modal-success-block p {
	color: var(--grey-color);
	margin-bottom: 48px;
	padding: 0 5%;
}

.modal-success-img {
	position: relative;
	text-align: center;
	margin: 48px 0;
}

.modal-success-img img {
	width: 60%;
	height: auto;
}

.modal-success-button {
}

.modal-success-button .button {
	display: inline-block;
	align-self: flex-end;
}

.modal-success-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 120px;
	height: 120px;
	line-height: 116px;
	border-radius: 50%;
	border: 2px solid var(--light-color);
	font-size: 60px;
	margin: 0 auto;
}

.modal-success-icon img {
	display: none;
	margin: 0 auto;
}

.complete.modal-success .modal-success-icon img {
	display: flex;
}

.modal-full {
	padding-right: 0px !important;
}

.modal-full .modal-dialog {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
}

.modal-full .modal-content {
	height: 100%;
	width: 100%;
	background: #ffffff;
	box-shadow: none;
	border-radius: 0px;
}

.modal-full .close-btn-full {
	position: absolute;
	right: 24px;
	top: 24px;
	right: 32px;
	top: 30px;
}

/* STICKY NOTES STYLES */

.sticky-notice-wrapper {
	max-width: 600px;
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 40px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 32px;
	height: 80px;
	display: flex;
	line-height: 1.4;
	align-items: center;
	box-shadow: 0 3.4px 17.9px rgb(0 0 0 / 11%), 0 27px 143px rgb(0 0 0 / 21%);
}

.dismissable-notice {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}

.dismiss-notice-button {
	margin-left: auto;
	display: flex;
}

.sticky-notice-wrapper .b-btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: var(--sm-pad);
	cursor: pointer;
}

.sticky-notice-wrapper .button.btn-main.close {
	display: none;
}

/* MODAL FORM STYLES *****************************/

/* OTHER STYLES *****************************/

#footer:after,
.footer-copyright-content:after,
.home-center-banner:after,
.content-banner:after,
.info-blocks:after,
.content-blocks:after,
.project-blocks:after,
.project-blk-txt:after,
.footer-menu ul:after,
.form-wrap:after,
.form-cols:after,
.footer-content:after,
.footer-left:after,
.footer-right:after,
.content-breadcrumb ul:after,
.percent-list:after,
.content-list-half:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

.no_border {
	border: none !important;
}

.mob-break {
	display: none;
}

.web-break {
	display: inline;
}

.show-mob {
	display: none;
}

/* Loader *****************************************/

.waiting {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 9;
	text-align: center;
	vertical-align: middle;
}

.form-wrap .waiting {
	width: 102%;
	left: -1%;
}

.form-wrapper .waiting {
	background: #f7f7fa;
}

.loader-wrap {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	opacity: 0;
	-webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	/*	top: 150px;*/
	align-self: center;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--sub-color);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.clock {
	width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* ANIMATIONS *****************************/

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__slideInUp {
	animation-delay: 1.2s;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
	}
}

.animate__slideOutDown {
	animation-delay: 0s;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes opac-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opac-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opac-out-animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes opac-out-animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes btn-animate {
	0%,
	100% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
}

@keyframes btn-animate {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes nav-animate {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

@keyframes nav-animate {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes left-in-animate {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes left-double-in-animate {
	0% {
		transform: translateX(-200%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes right-in-animate {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes right-double-in-animate {
	0% {
		transform: translateX(200%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes top-in-animate {
	0% {
		transform: translateY(-50%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes btm-in-animate {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes btm-hover-animate {
	0% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-5%);
		opacity: 1;
	}
}

@keyframes btm-hover-animate {
	0% {
		transform: translateY(0%);
		opacity: 1;
	}
	100% {
		transform: translateY(-5%);
		opacity: 1;
	}
}

@-webkit-keyframes zoom-in-animate {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoom-in-animate {
	0% {
		transform: scale(0.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes zoom-pop-animate {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoom-pop-animate {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	90% {
		transform: scale(1.05);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes button-hover-animate {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes button-hover-animate {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	80% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes top-fade-animate {
	0% {
		transform: translateY(-20%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes btm-fade-animate {
	0% {
		-webkit-transform: translateY(15%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes btm-fade-animate {
	0% {
		transform: translateY(15%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes opacity-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) scale(0.5);
		transform: translate3d(0, 100%, 0) scale(0.5);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) scale(0.5);
		transform: translate3d(0, 100%, 0) scale(0.5);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* RESPONSIVE STYLES *****************************/

.container {
	/*    max-width: 1560px;*/
	padding-right: 48px;
	padding-left: 48px;
}

.row {
	margin-right: -24px;
	margin-left: -24px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
	padding-right: 48px;
	padding-left: 48px;
	padding-right: 24px;
	padding-left: 24px;
}

@media (min-width: 1200px) {
	#navbar.sticky-ani {
		position: fixed;
		top: -100px;
	}
	#navbar.sticky {
		position: fixed;
		top: 0;
		transition: 0.4s ease-out top;
		-webkit-transition: 0.4s ease-out top;
	}
}

@media (min-width: 1921px) {
	/*
	#banner-wrapper{
		background-size: contain;
		background-size: 80%;		
	}
	.banner-text {
		min-height: 72vh;
	}
*/
}
@media (min-width: 1600px) {
	.container {
		max-width: 1382px;
		max-width: 1536px;
		padding-right: 48px;
		padding-left: 48px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	body {
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	a.button,
	.button {
	}
	.container {
		max-width: 1320px;
		padding-right: 48px;
		padding-left: 48px;
	}
	/*
	#navbar{
		padding: 12px 0px;
	}
*/
	#nav-main ul li {
		margin: 0 16px;
	}
	#nav-right ul.nav-social {
		padding: 0;
	}
	#nav-right ul li {
		padding: 0;
	}
	.banner-header-title div {
		font-size: 56px;
	}
	.cc-left .number-block:nth-child(2),
	.cc-right .number-block:nth-child(2) {
		margin-top: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#nav-main ul li {
		margin: 0 12px;
	}
	#nav-main ul li a {
	}
	#nav-right ul.nav-social {
		padding: 0;
	}
	#nav-right ul li {
		padding: 0;
	}

	#content-icons .content-banner {
		margin-right: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 14px;
	}
	.container {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	#navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
	}
	.banner-text {
		width: 80%;
	}

	.banner-header-title div {
		font-size: 48px;
	}
}

@media (max-width: 991px) {
	.flipdown {
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	body {
		font-size: 14px;
	}
	h1,
	.article-header h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	.banner-header-title div {
		font-size: 48px;
	}
	#navbar {
		padding: 0px;
	}
	#navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.logo-main {
		display: block;
	}
	.lead {
		font-size: 20px;
	}
	.web-break {
		display: none;
	}
	#main-wrapper {
		overflow: hidden;
	}
	#banner-wrapper {
		/*        margin-bottom: 0px;*/
	}

	/*
	.banner-text p {
		font-size: 16px;
		margin-bottom: 24px;
	}
*/
	.content-banner.content-banner-txt-img {
		margin-left: -16px;
		margin-right: -16px;
	}
	.content-banner-wrap {
		padding: 24px 0px;
		padding: 48px 0px;
	}
	.banner-text {
		width: 80%;
	}
	.banner-blk-txt,
	.banner-blk-img,
	.content-blk-block {
		padding: 0 16px;
	}
	.content-banner-title {
		margin-bottom: 24px;
	}
	.content-banner-txt.lead-p p:first-child {
		font-size: 20px;
	}
	.content-banner-center .banner-blk-txt {
		padding: 0px 12%;
	}

	#content-icons.content-banner-wrap {
		padding: 96px 0px 48px 0px;
	}

	#content-icons .banner-blk-txt {
		width: 100%;
		margin-bottom: 48px;
	}
	#content-icons .title-line h2 div {
		width: 50%;
		left: 25%;
	}

	#content-icons .content-banner {
		margin: 0;
	}
	.banner-blk-icons {
		width: 100%;
		margin: 0;
		flex-direction: column;
	}
	.icon-block-wrap {
		width: 100%;
		padding: 0;
		margin: 0px 0px 24px 0px;
	}
	.icon-block {
		padding: 4px;
	}
	.icon-block-bg {
		padding: 24px;
	}
	.icon-block-icon {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.icon-block-wrap.i-blk-2 .icon-block,
	.icon-block-wrap.i-blk-3 .icon-block {
		background: transparent
			linear-gradient(130deg, rgba(243, 155, 13, 1) 0%, rgba(90, 197, 190, 1) 50%, rgba(90, 197, 190, 0) 75%) 0%
			0% no-repeat padding-box;
	}
	.icon-block-wrap.i-blk-2 .icon-block-bg,
	.icon-block-wrap.i-blk-3 .icon-block-bg {
		background: transparent linear-gradient(130deg, rgba(28, 41, 54, 1) 0%, rgba(20, 29, 38, 1) 75%) 0% 0% no-repeat
			padding-box;
	}

	.content-columns {
		flex-direction: column;
	}
	.content-column,
	.content-column.cc-center {
		width: 100%;
		padding: 0;
	}
	.number-block {
		padding: 16px;
		margin-bottom: 16px;
	}
	.number-block-nr {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}
	.number-block-txt {
		padding-left: 16px;
		width: calc(100% - 32px);
	}
	.number-block-txt h4 {
		line-height: 32px;
	}
	.number-block-image {
		margin-top: 8px;
		margin-bottom: 24px;
	}

	.animate .cc-right .number-block {
		/*		animation: right-in-animate 0.6s ease-out forwards;*/
		animation-delay: 0.3s;
	}

	.animate .cc-left .number-block:nth-child(2),
	.animate .cc-right .number-block:nth-child(2) {
		animation-delay: 0.6s;
	}

	#content-roadmap {
		padding: 48px 0px;
	}
	.content-roadmap {
		padding: 0;
		margin-top: 24px;
		flex-direction: column;
	}

	.roadmap-block {
		position: relative;
		width: 100%;
		padding: 0;
		flex-direction: column;
		opacity: 0;
	}
	.animate .roadmap-block {
		animation: btm-in-animate 0.5s ease-out forwards;
	}
	.animate .content-roadmap .roadmap-block:nth-child(2) {
		animation-delay: 0.2s;
	}
	.animate .content-roadmap .roadmap-block:nth-child(3) {
		animation-delay: 0.4s;
	}
	.animate .content-roadmap .roadmap-block:nth-child(4) {
		animation-delay: 0.6s;
	}
	.roadmap-block.rm-left {
		margin-right: 0;
	}
	.roadmap-block.rm-right {
		margin-left: 0;
	}
	.roadmap-block-icon {
		top: -4px;
	}
	.roadmap-block:after {
		content: "";
		position: absolute;
		display: block;
		width: 2px;
		height: calc(50% - 16px);
		left: 11px;
		top: 48px;
		border-right: 1px dashed var(--main-color);
		z-index: -1;
		transform-origin: 0% 0%;
		transform: scaleY(200%);
	}
	.content-roadmap .roadmap-block:last-child:after {
		display: none;
	}
	.roadmap-block.rm-left.animate .roadmap-block-content,
	.roadmap-block.rm-right.animate .roadmap-block-content {
		animation: none;
	}
	.roadmap-block-content {
		width: 100%;
		margin-top: 24px;
		order: 1;
		opacity: 1;
	}
	.roadmap-block-img {
		width: 50%;
		margin: 0 auto;
		order: 2;
	}
	.roadmap-block-line {
		display: none;
	}

	#footer {
		padding: 48px 0px;
	}
	.footer-content {
		margin-bottom: 48px;
	}
	.footer-menu {
		width: 80%;
	}
	.footer-right {
		display: none;
	}
	.footer-menu ul li a {
		font-size: 12px;
	}
	#footer-bottom {
		padding: 24px 0px;
	}
}

@media (max-width: 768px) {
	:root {
		--xs-pad: 8px;
		--sm-pad: 16px;
		--main-pad: 24px;
		--lg-pad: 48px;
		--xl-pad: 72px;
		--xxl-pad: 96px;
		--lg-neg: -48px;
		--main-neg: -24px;
		--main-font: 16px;
		--sm-font: 14px;
		--input-font: 14px;
		--button-font: 16px;
		--sm-icon: 18px;
		--main-icon: 32px;
		--large-icon: 96px;
	}
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-right: 16px;
		padding-left: 16px;
	}
	body {
		font-size: 14px;
	}
	.container {
		padding-right: 16px;
		padding-left: 16px;
		/*
		padding-right: 24px;
		padding-left: 24px;
*/
	}
	.row {
		margin-right: -16px;
		margin-left: -16px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 1.2;
	}
	h4 {
		font-size: 14px;
	}
	h2 br,
	h3 br {
		display: none;
	}
	p {
		margin-bottom: 1.6rem;
	}
	.lead {
		font-size: 14px;
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}
	h3 + .lead {
		margin-top: 16px;
		margin-top: 1.6rem;
	}
	input.button,
	.button,
	.button:visited,
	.w-btn,
	.l-btn,
	.c-btn {
		font-size: 12px;
		padding: 12px 16px 12px 16px;
	}
	.btn-clean {
		font-size: 14px;
		padding: 10px 16px;
	}
	.btn-clean i {
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
	.mob-break {
		display: inline;
	}
	.web-break {
		display: none;
	}
	.hide-mob {
		display: none;
	}
	.show-mob {
		display: inline-block;
	}
	.form-col input:focus ~ .form-border,
	.form-col textarea:focus ~ .form-border {
		left: 16px;
		width: calc(100% - 32px);
	}
	#main-wrapper {
		overflow: hidden;
	}
	#navbar {
		padding: 0px;
	}
	#navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	/*
	.nav-toggle {
		width: 32px;
	}
*/
	/*
	.menu-open .logo-main {
		margin-left: -8px !important;
	}
	.logo-main {
		display: block;
		margin-left: 40px !important;
	}
*/
	#banner-main {
		min-height: 100vh;
		padding-top: 56px;
		/*		padding-top: 0;*/
	}
	#banner-wrapper {
	}
	#banner-main-bg {
		background: url(../images/ai-universe-main-banner.jpg) 90% bottom no-repeat var(--bg-color);
		background-size: 350%;
	}
	#banner-wrapper:after {
		height: 60%;
	}
	.banner-main-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 90vh;
		padding: 0;
	}
	#banner-wrapper .container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.banner-text {
		width: 100%;
		min-height: initial;
		padding: 48px 0px 48px 0px;
		order: 2;
	}
	.sub-page-banner .banner-text {
		min-height: initial;
	}
	.start-banner #banner-main,
	.sub-page-banner #banner-main {
		padding-top: 96px;
	}
	.banner-text .banner-top-image img {
		height: 80px;
	}
	.banner-header {
		margin-bottom: 24px;
	}
	.banner-header-title {
		min-height: 112px;
		text-align: center;
	}
	.banner-header-title div {
		font-size: 26px;
		line-height: 32px;
	}
	.banner-header-title div#main-banner-header-1 {
		font-size: 22px;
	}
	.start-banner .banner-text .banner-header-title h1 {
		font-size: 40px;
	}
	.banner-top-subtitle {
		font-size: 20px;
		letter-spacing: 6px;
	}
	.banner-main-top,
	.banner-main-btm {
		text-align: center;
	}
	.banner-text p {
		text-align: center;
		margin-bottom: 24px;
		width: 100%;
		font-size: 14px;
		padding: 0 8px;
	}
	.banner-text p span {
		display: block;
	}
	.banner-main-images {
		margin-left: -10%;
		margin-right: -10%;
	}
	.banner-main-buttons {
		width: 100%;
		flex-direction: column;
	}
	.banner-main-buttons .d-inline-block,
	.banner-main-buttons .button {
		/*		min-width: 20%;*/
		margin: 8px auto;
		/*		width: calc(50% - 16px);*/
		min-width: 70%;
	}
	.banner-main-buttons .mint-btn {
		margin-top: 0;
	}
	.content-banner-buttons {
		flex-direction: column;
	}
	.flipdown {
		/*		padding-left: 12px;*/
		margin: -2% auto 0 auto;
		margin-bottom: 32px;
	}
	.flipdown .rotor-group {
		padding-right: 8px;
		width: 24%;
		justify-content: center;
		/*		width: 120px;*/
	}
	.rotor-group .rotor-group-heading {
		width: 100%;
		width: 64px;
		/*		width: 104px;*/
		margin-top: 8px;
		line-height: 24px;
		font-weight: 200;
		font-size: 12px;
		order: 3;
	}
	.flipdown .rotor-group-heading:before {
		font-size: 12px;
	}
	.flipdown .rotor {
		/*		border-radius: 0px;*/
		margin: 0px 4px 0px 0px;
		font-size: 1.8rem;
	}

	.content-banner-wrap {
		padding: 48px 0px;
		padding: 24px 0px;
	}
	.content-banner.content-banner-txt-img {
		margin-left: 0px;
		margin-right: 0px;
	}
	.content-banner {
		flex-direction: column;
	}
	.banner-blk-txt,
	.banner-blk-img {
		padding: 0 0;
		width: 100%;
	}
	.banner-blk-img {
		margin-bottom: 24px;
	}
	.banner-blk-img.neg-margin {
		margin-bottom: 48px;
	}
	.banner-blk-img.neg-margin img {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.banner-header-button .button {
		font-size: 18px;
		line-height: 20px;
		padding: 18px 32px 18px 32px;
	}
	.content-banner-buttons .d-inline-block {
		margin-right: 16px;
	}
	.content-banner.content-banner-center {
		flex-direction: column;
		margin-bottom: var(--main-pad);
	}
	.content-center,
	.content-banner-center .banner-blk-txt {
		padding: 0;
	}
	.content-banner-txt.lead-p p:first-child {
		font-size: 18px;
	}
	.content-banner-title {
		margin-bottom: 12px;
		text-align: center;
	}
	.banner-img-blk {
		padding: 32px 24px;
	}
	.content-banner-center .banner-blk-txt {
		padding: 0px 12%;
		padding: 0px;
	}
	.content-banner-txt {
		margin-bottom: 24px;
	}
	.content-banner-txt p + .button {
		margin-top: 0px;
	}
	.content-banner-txt {
		text-align: center;
		align-items: flex-start;
	}
	.content-banner-txt .button {
		/*		width: 100%;*/
		margin: 0 auto;
	}
	.content-banner-buttons .button {
		margin-bottom: 16px;
		margin-left: initial;
		margin-right: initial;
	}
	.nav-right-buttons {
		flex-direction: column;
	}
	.nav-right-buttons > .button:first-child {
		margin-bottom: 16px;
	}

	.content-outer-wrap {
		padding: 0;
	}

	#content-1.content-banner-wrap {
		padding-top: 48px;
		padding-bottom: 0px;
	}
	#content-1 .banner-blk-bg {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 0px;
		background: var(--light-bg-color);
	}
	#content-1 .banner-blk-txt {
		opacity: 1;
		width: 100%;
		margin-bottom: 24px;
	}
	#content-1.animate .banner-blk-txt {
		animation: none;
	}
	.banner-blk-img-scroll {
		position: relative;
		width: 100%;
		height: initial;
		right: initial;
		top: initial;
		overflow: hidden;
		z-index: 3;
		opacity: 0;
	}
	#content-1.animate .banner-blk-img-scroll {
		animation: opac-in-animate 0.6s ease-in forwards;
	}
	.banner-blk-img-scroll img {
		opacity: 1;
	}
	.content-banner-paralax {
		display: none;
	}

	#content-2:after {
		width: 50%;
		height: 15%;
	}

	#content-roadmap {
		padding: 48px 0px;
	}
	.content-roadmap {
		padding: 0;
		margin-top: 24px;
		flex-direction: column;
	}
	/*
	#content-roadmap:before{
		opacity: 0.3;
		opacity: 0;
	}
	#content-roadmap:after{
		opacity: 0.72;
	}
*/
	.content-roadmap-shape {
		width: 40%;
		height: 40%;
	}

	.roadmap-block {
		position: relative;
		width: 100%;
		padding: 0;
		flex-direction: column;
		opacity: 0;
	}
	.animate .roadmap-block {
		animation: btm-in-animate 0.5s ease-out forwards;
	}
	.animate .content-roadmap .roadmap-block:nth-child(2) {
		animation-delay: 0.2s;
	}
	.animate .content-roadmap .roadmap-block:nth-child(3) {
		animation-delay: 0.4s;
	}
	.animate .content-roadmap .roadmap-block:nth-child(4) {
		animation-delay: 0.6s;
	}
	.roadmap-block.rm-left {
		margin-right: 0;
	}
	.roadmap-block.rm-right {
		margin-left: 0;
	}
	.roadmap-block-icon {
		top: -4px;
	}
	.roadmap-block:after {
		content: "";
		position: absolute;
		display: block;
		width: 2px;
		height: calc(50% - 16px);
		left: 11px;
		top: 48px;
		border-right: 1px dashed var(--main-color);
		z-index: -1;
		transform-origin: 0% 0%;
		transform: scaleY(200%);
	}
	.content-roadmap .roadmap-block:last-child:after {
		display: none;
	}
	.roadmap-block.rm-left.animate .roadmap-block-content,
	.roadmap-block.rm-right.animate .roadmap-block-content {
		animation: none;
	}
	.roadmap-block-content {
		width: 100%;
		margin-top: 24px;
		order: 1;
		opacity: 1;
	}
	.roadmap-block-img {
		width: 50%;
		margin: 0 auto;
		order: 2;
	}
	.roadmap-block-line {
		display: none;
	}

	#content-icons.content-banner-wrap {
		padding: 96px 0px 48px 0px;
	}

	#content-icons .banner-blk-txt {
		width: 100%;
		margin-bottom: 48px;
	}
	#content-icons .title-line h2 div {
		width: 50%;
		left: 25%;
	}

	#content-icons .content-banner {
		margin: 0;
	}
	.banner-blk-icons {
		width: 100%;
		margin: 0;
		flex-direction: column;
	}
	.icon-block-wrap {
		width: 100%;
		padding: 0;
		margin: 0px 0px 24px 0px;
	}
	.icon-block {
		padding: 4px;
	}
	.icon-block-bg {
		padding: 24px;
	}
	.icon-block-icon {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.icon-block-wrap.i-blk-2 .icon-block,
	.icon-block-wrap.i-blk-3 .icon-block {
		background: transparent
			linear-gradient(130deg, rgba(243, 155, 13, 1) 0%, rgba(90, 197, 190, 1) 50%, rgba(90, 197, 190, 0) 75%) 0%
			0% no-repeat padding-box;
	}
	.icon-block-wrap.i-blk-2 .icon-block-bg,
	.icon-block-wrap.i-blk-3 .icon-block-bg {
		background: transparent linear-gradient(130deg, rgba(28, 41, 54, 1) 0%, rgba(20, 29, 38, 1) 75%) 0% 0% no-repeat
			padding-box;
	}

	.content-columns {
		flex-direction: column;
	}
	.content-column,
	.content-column.cc-center {
		width: 100%;
		padding: 0;
	}
	.number-block {
		padding: 16px;
		margin-bottom: 16px;
	}
	.number-block-nr {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}
	.number-block-txt {
		padding-left: 16px;
		width: calc(100% - 32px);
	}
	.number-block-txt h4 {
		line-height: 32px;
	}
	.number-block-image {
		margin-top: 8px;
		margin-bottom: 24px;
	}

	.animate .cc-right .number-block {
		/*		animation: right-in-animate 0.6s ease-out forwards;*/
		animation-delay: 0.3s;
	}

	.animate .cc-left .number-block:nth-child(2),
	.animate .cc-right .number-block:nth-child(2) {
		animation-delay: 0.6s;
	}

	#content-team {
		margin-bottom: 48px;
	}

	.profile-user-wrap {
	}
	.profile-users.owl-carousel .owl-stage-outer {
		padding-bottom: 24px;
	}

	.faq-main {
		flex-direction: column;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.content-faq-blk {
		width: 100%;
		padding: 0px;
	}
	.faq-header .btn-link {
		font-size: 16px;
		padding: 16px 0px;
		padding-right: 40px;
	}
	.faq-header .btn-link:after {
		top: 20px;
		right: 8px;
	}

	#footer {
		padding: 24px 0;
	}
	.footer-content {
		margin-bottom: 24px;
		margin-top: 24px;
		flex-direction: column;
		/*		flex-direction: row;*/
		flex-wrap: wrap;
	}
	.footer-logo-main {
		width: 100%;
		text-align: center;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.footer-logo {
		margin-bottom: 24px;
	}
	.footer-logo img {
		height: 24px;
	}
	/*
	.footer-menu{
		width:33.3333%;
	}
	.footer-menu ul{
		flex-direction: column;
	}
	.footer-menu ul li a{
		font-size: 12px;
	}
*/
	.footer-menu {
		width: 100%;
		margin-bottom: 24px;
		/*		border-bottom: 1px solid var(--border-color);*/
	}
	.footer-menu h3 {
		position: relative;
		padding: 16px 0px;
		margin: 0;
	}
	.footer-menu-list {
		display: none;
	}
	.footer-menu ul {
		flex-direction: column;
		/*		display: none;*/
		padding-bottom: 8px;
	}
	.footer-menu ul li {
		padding: 4px 16px;
	}
	.footer-menu ul li a {
		font-size: 14px;
	}
	.footer-menu h3:after {
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 0;
		top: 0px;
		height: 48px;
		width: 48px;
		line-height: 48px;
		color: var(--main-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all 0.3s ease;
	}
	.footer-menu-open.footer-menu h3:after {
		transform: rotate(-180deg);
		transition: all 0.3s ease;
	}

	.footer-right {
		width: 100%;
		text-align: center;
	}

	#footer-bottom {
		flex-direction: column;
		padding: 24px 0px 0px 0px;
		/*		border: 0px;*/
	}
	.footer-copyright {
		text-align: center;
		margin-bottom: 24px;
	}
	.footer-social {
		margin: 0 auto;
		align-self: center;
		flex-wrap: wrap;
	}
	.footer-social li {
		margin: 0 8px 8px 8px;
	}
	.footer-social li a {
		font-size: 16px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		color: var(--light-text-color);
	}
	body.modal-open {
		position: fixed;
		width: 100%;
	}
	.modal-backdrop.show {
		opacity: 1;
	}
	.modal-dialog {
		display: block;
		width: 100%;
		min-width: initial;
		max-width: initial;
	}
	.modal-content {
		border-radius: 0;
		box-shadow: none;
	}
	.modal-header {
		padding: 24px;
	}
	.modal-body {
		padding: 0 24px;
	}
	.modal-padding .modal-body {
		padding-bottom: 24px;
	}
	.modal-full .close-btn-full {
		right: 16px;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 361px) {
}

@media (max-width: 1199px) {
	body.menu-open {
	}
	#navbar.sticky-ani {
		position: fixed;
		top: -56px;
	}
	#navbar.sticky {
		position: fixed;
		top: 0;
		-webkit-transition: 0.5s ease-out top;
		transition: 0.5s ease-out top;
	}
	.menu-open #navbar {
		box-shadow: none;
		top: 0 !important;
	}

	/*
	.menu-open .navbar-header {
		background: #FFFFFF;

	    -webkit-transition: background 0.01s ease-out;
		transition:background 0.01s ease-out;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;		
	}
*/
	.menu-open.menu-ani .navbar-header {
		background: none;
		-webkit-transition: background 0.01s ease-out;
		transition: background 0.01s ease-out;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.navbar-header {
		justify-content: flex-start;
	}

	#navbar-header {
	}
	.logo-main {
		width: calc(100% - 72px);
		text-align: center;
	}

	#navbar {
		padding: 0px 16px;
	}
	.nav-toggle {
		display: block;
		margin: 16px 16px 16px 0px;
		/*
		align-self: flex-end;
		margin-left: auto;
*/
	}
	.nav-trigger-light {
		display: block;
	}
	.nav-trigger-dark {
		display: none;
	}
	.sub-page .nav-toggle .nav-trigger-light {
	}
	#navbar.sticky .nav-toggle .nav-trigger-dark {
		display: block;
	}
	.logo-main,
	.nav-wrap-center .logo-main {
		margin: 0;
		margin: 16px 0px;
		display: block;
	}
	.logo-main img {
		height: 24px;
		width: auto;
		vertical-align: top;
	}
	.navbar-center #nav-main,
	.navbar-center .nav-right-buttons {
		display: flex;
	}
	.nav-wrap-center {
		display: flex;
		width: 100%;
		margin-left: 0;
		justify-content: initial;
	}

	.nav-wrap {
		position: absolute;
		position: fixed;
		display: block;
		float: none;
		top: 72px;
		right: -110%;
		width: 100%;
		height: 90%;
		height: calc(100% - 72px);
		margin: 0;
		padding: 0 8px 48px 8px;
		z-index: 2;
		opacity: 0;
		overflow: hidden;
		overflow-y: auto;
	}
	.menu-open .nav-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 90vh;
		width: 100%;
		right: 0px;
		-webkit-animation: zoom-in-animate 0.3s ease-out forwards;
		animation: zoom-in-animate 0.3s ease-out forwards;
	}
	#nav-main {
		opacity: 0;
		margin-left: initial;
	}
	.menu-open #nav-main {
		-webkit-animation: opac-in-animate 0.6s ease-in forwards;
		animation: opac-in-animate 0.6s ease-in forwards;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	.menu-ani #nav-main {
		right: -110%;
		opacity: 0;
	}
	.menu-open #navbar.sticky,
	.menu-open.sub-page #navbar {
		/*		background: none;*/
		box-shadow: none;
	}
	.menu-open #navbar.sticky .logo-main-dark,
	.menu-open #navbar .logo-main-dark {
		display: none;
	}
	.menu-open #navbar.sticky .logo-main-light,
	.menu-open #navbar .logo-main-light {
		display: block;
	}
	.nav-icon span,
	.nav-icon span::before,
	.nav-icon span::after {
		background: var(--white-color);
	}
	.sticky .nav-icon span,
	.sticky .nav-icon span::before,
	.sticky .nav-icon span::after {
		background: var(--white-color);
	}
	.menu-open .nav-icon span,
	.menu-open .nav-icon span {
		background: none !important;
	}
	.menu-open .nav-icon span,
	.menu-open .nav-icon span::before,
	.menu-open .nav-icon span::after,
	.menu-open .sticky .nav-icon span::before,
	.menu-open .sticky .nav-icon span::after {
		background: var(--white-color);
	}

	#navbar.sticky #nav-right ul.nav-social li a .icon-dark,
	#nav-right ul.nav-social li a:hover .icon-dark {
		display: none !important;
	}
	#navbar.sticky #nav-right ul.nav-social li a .icon-light,
	#nav-right ul.nav-social li a:hover .icon-light {
		display: block !important;
	}

	#nav-main ul {
		align-self: center;
		margin: 0px 0px 0px 0px;
		padding: 8px 24px 24px 40px;
		padding: 0px;
	}
	#nav-main ul li {
		display: block;
		float: none;
		text-align: center;
		padding: 8px 0px;
		margin: 0 0px;
	}
	#nav-main ul li a {
		font-size: 16px;
		color: #ffffff !important;
	}
	#nav-main ul li a:after {
		display: none;
	}
	#nav-right {
		margin-left: 0;
		margin-top: 24px;
		width: 100%;
		opacity: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}
	#nav-right ul.nav-social {
		margin-top: var(--main-pad);
	}
	#nav-right ul.nav-social li a {
		color: var(--light-text-color);
	}
	.menu-open #nav-right {
		-webkit-animation: btm-fade-animate 0.6s ease-in forwards;
		animation: btm-fade-animate 0.6s ease-in forwards;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}
	.menu-ani #nav-right {
		opacity: 0 !important;
		animation-delay: 0s;
	}
	#nav-right .btn-main {
		font-size: 16px;
		border: 1px solid #ffffff;
	}
	#nav-right .btn-main:hover,
	#nav-right .btn-main:active,
	#nav-right .btn-main:focus {
		background: var(--main-color);
	}
	/*
	.nav-right-title, .nav-buttons::before{
		display: none;
	}
*/
	.nav-buttons {
		margin: 48px 24px 48px 16px;
		display: flex;
		flex-direction: column;
	}
	.nav-buttons .button {
		margin: 0;
		margin-bottom: 16px;
	}
	.nav-right-buttons > .button {
		margin-left: 0px;
	}

	#navbar.sticky .btn-clean,
	#navbar.sticky .btn-clean:visited,
	#navbar.sticky a.btn-clean,
	#navbar.sticky a.btn-clean:visited {
		color: var(--white-color);
	}
	#navbar.sticky #nav-main ul li a,
	#navbar.sticky #nav-right ul li a {
		color: var(--light-text-color);
	}
	#navbar.sticky .l-btn,
	#navbar.sticky .l-btn:visited {
		color: var(--white-color);
		border: 1px solid var(--white-color);
	}
	.dropdown-toggle::after {
		color: var(--white-color) !important;
	}
	.dropdown-toggle::after {
		content: "\f078";
		display: inline-block !important;
		position: relative;
		padding: 0;
		top: -1px;
		right: 0px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border: none;
		text-align: center;
		color: var(--white-color) !important;
		font-family: "Font Awesome 5 Pro";
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		vertical-align: middle;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.dropdown-menu {
		position: relative !important;
		top: initial;
		left: initial !important;
		right: initial !important;
		bottom: initial !important;
		z-index: 99;
		display: block !important;
		float: none;
		min-width: 320px;
		min-width: initial;
		max-width: initial;
		height: 0;
		width: 100%;
		/*	margin: 0 auto;*/
		padding: 0 24px;
		margin: 0;
		font-size: 14px;
		text-align: center;
		list-style: none;
		background-color: none !important;
		background: none !important;
		background-clip: padding-box;
		border: none;
		border-radius: 0px;
		box-shadow: none;
		overflow: hidden;
		-webkit-transition: height 0.2s ease-out;
		transition: height 0.2s ease-out;
	}
	.dropdown-menu.show {
		transform: none !important;
		height: 96px;
		-webkit-animation: mob-dropdown-animate 0.3s ease-out forwards;
		animation: mob-dropdown-animate 0.3s ease-out forwards;
	}
	#nav-main ul li a.dropdown-item,
	.dropdown-item {
		justify-content: center;
	}
	a.dropdown-item i {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#nav-main ul li a.dropdown-item span,
	.dropdown-item span {
		line-height: 40px;
	}
}

@media (max-width: 426px) {
}

@media (max-width: 375px) {
}

@-webkit-keyframes dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 200px;
		opacity: 1;
	}
}

@keyframes dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 200px;
		opacity: 1;
	}
}

@-webkit-keyframes mob-dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 96px;
		opacity: 1;
	}
}

@keyframes mob-dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 96px;
		opacity: 1;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 361px) {
	.container {
		padding-right: 16px;
		padding-left: 16px;
	}

	/*
	.banner-header-title div {
		font-size: 25px;
	}
*/
	.banner-main-buttons .discord-btn {
		padding: 12px 4px;
	}
}

/*@media only screen (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {*/

@media only screen and (min-height: 600px) and (min-width: 768px) and (orientation: portrait) {
}

/******** iPhone Fixes ********/

/* iPhone 8 with notch */

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* iPhone X with notch */

@media only screen and (width: 375px) and (-webkit-device-pixel-ratio: 3) {
}

/* iPhone XR with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 2) {
}

/* iPhone XS Max with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 3) {
}
