:root {
  --16px: .9vw;
  --18px: .95vw;
  --14px: .7vw;
  --64px: 3.33vw;
  --btn: polygon(0% 100%, 90% 100%, 100% 65%, 100% 0%, 10% 0%, 0% 35%);
  --color-a: #00FF19;
  --color-dark:  #171718;
}

@font-face {
	font-family: "Bauk"; 
	src: url("../fonts/bauk/Baunk.ttf") format("truetype"),
		url("../fonts/bauk/Baunk.woff") format("woff");
	font-style: normal; 
	font-weight: normal; 
} 

@font-face {
	font-family: "MBEmpire"; 
	src: url("../fonts/MBEmpire/MBEmpire-Regular.otf") format("truetype");
	font-weight: normal; 
} 

@font-face {
	font-family: 'MBEmpire';
	font-weight: 600;
	src: 
		url("../fonts/MBEmpire/MBEmpire-Bold.otf") format('truetype');
}

@font-face {
	font-family: 'MBEmpire';
	font-weight: 100;
	src: 
		url("../fonts/MBEmpire/MBEmpire-Thin.otf") format('truetype');
}

@font-face {
	font-family: 'MBEmpire';
	font-weight: 200;
	src: 
		url("../fonts/MBEmpire/MBEmpire-Light.otf") format('truetype');
}

@font-face {
	font-family: 'MBEmpire';
	font-weight: 800;
	src: 
		url("../fonts/MBEmpire/MBEmpire-Black.otf") format('truetype');
}

body {
	font-family: 'MBEmpire', sans-serif;
}

.fs {
	color: white;
	width: 100%;
	background: #010101;
	/*background: url('../img/bg.jpg') center center;
	background-size: cover;*/
	height: 40vw;
	position: relative;
}

.fs_highlight {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: url('../img/bg.png');*/
	background-size: cover;
	z-index: 9;
}

.fs__nav {
	left: 5vw;
	top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
}

.fs__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 6vw;
}

.logo__img {
	margin-right: 18px;
	width: 1.8vw;
}

.logo__label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--16px);
}

.fs__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fs__menu > li {
	margin-right: 25px;
	list-style: none;
	vertical-align: middle;
}

.fs__menu > li > a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: var(--14px);
	transition: .5s ease;
}

.fs__menu > li > a:hover {
	color: var(--color-a);
}

#menu-mobile {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--color-dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	display: none;
}

#menu-mobile .close {
	margin-top: 55px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(23, 23, 24, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100vw;
	height: 100vh;
	z-index: 999;	
	display: none;
}

.popup .close {
	position: absolute;
	top: 15px;
	right: 15px;	
	color: var(--color-dark);
}

.demo__content {
	background: white;
	position: relative;
	width: 60%;
	height: 150px;
	border-radius: 0 15px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--color-dark);
}

.demo__content > h3 {
	margin-bottom: 15px;
	font-size: 24px;
}

.fs__menu--mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fs-menu__logo {
	margin-bottom: 15px;
}


.fs__menu--mobile > li {
	line-height: 200%;
	list-style: none;
	vertical-align: middle;
}

.fs__menu--mobile > li > a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

.fs__btns {
	position: absolute;
	top: 20px;
	right: 5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fs__btn {
	border-radius: 10px;
	padding: 16px 20px 10px 30px;
	background: white;
	cursor: pointer;
	display: block;
	color: black;
	-webkit-clip-path: var(--btn);
	        clip-path: var(--btn);
	font-weight: 800;
	font-size: var(--14px);
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	transition: .5s ease;
}

.fs__wp:hover {
	background: lightgray;
}

.btn__circle {
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-a);
	transition: .5s ease;
}

.fs__wp:hover .btn__circle {
	background: white;
}


.btn__circle--active {
	background: white !important;
}

.fs__office {
	margin-left: var(--16px);
	background: var(--color-a);
}

.fs__office:hover {
	background: lightgray;
}

.fs__img {
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 13vw;
	height: 95%;
}

.fs__img-wrapper {
	position: relative;
	height: 100%;
}


.fs__circle1 {
	position: absolute;
	left: 0;
	-webkit-transform: translateX(-80%);
	    -ms-transform: translateX(-80%);
	        transform: translateX(-80%); 
	z-index: 10;
	bottom: 14%;
	width: 8.9vw;
}
.fs__circle2 {
	position: absolute;
	top: 15%;
	right: 0;
	-webkit-transform: translateX(50%) rotate(80deg) scale(.6);
	    -ms-transform: translateX(50%) rotate(80deg) scale(.6);
	        transform: translateX(50%) rotate(80deg) scale(.6); 
	z-index: 10;
	width: 8.9vw;
}
.fs__circle3 {
	position: absolute;
	top: 17%;
	left: 0;
	-webkit-transform: translateX(-30%) rotate(50deg) scale(.3);
	    -ms-transform: translateX(-30%) rotate(50deg) scale(.3);
	        transform: translateX(-30%) rotate(50deg) scale(.3); 
	z-index: 10;
	width: 8.9vw;
}

.fs__img-main {
	height: 100%;
}

.fs__content {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 5vw;
}

.fs__header {
	font-size: var(--64px);
	font-family: 'Bauk';
	text-transform: uppercase;
}

.fs__description {
	text-transform: uppercase;
	font-size: 1vw;
	font-weight: 200;
	margin-top: 5px;
}

.fs__advantages {
	margin-top: 7%;
}

.fs__advantages > li {
	list-style: none;
	margin-left: 15px;
	font-size: var(--16px);
	position: relative;
	line-height: 170%;
}

.fs__advantages > li:after {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--color-a);
	position: absolute;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 50%;
}

.fs__list {
	left: 5vw;
	bottom: 7.8%;
	position: absolute;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fs__list > li {
	list-style: none;
	font-size: var(--16px);
	margin-right: 20px;
}

.fs__menu-mob {
	height: 20px;
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	cursor: pointer;
	display: none;
}

.fs__line {
	width: 100%;
	height: 2px;
	background: white;
}

.fs__img-mob {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 60%;
	top: 10%;
	display: none;
}

/*History*/

.history {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history__left {
	width: calc(50% - 10vw);
	padding: 120px 5vw;
	background: #E5E5E5;
}

.history__right {
	width: 50%;
	background: white;
	position: relative;
}

.history__header {
	font-size: var(--64px);
	font-family: "Bauk";
}

.history__nav {
	margin-top: 100px;
	position: relative;
	width: 200px;
}

.history__nav > li {
	font-weight: 800;
	font-size: 24px;
	padding-bottom: 36px;
	cursor: pointer;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-transform: uppercase;
}

.history__nav > li:hover {
	margin-left: 30px;
	text-transform: uppercase;
}

.history__li--active {
	margin-left: 30px;
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.history__circle {
	width: .75rem;
	height: .75rem;
	position: absolute;
	top: 4px;
	left: 0;
	background: var(--color-a);
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.history__content {
	width: 40vw;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.history__content-item ul > li {
	margin-bottom: 1rem;
	line-height: 172.3%;
  font-weight: 200;
  margin-left: 20px;
  position: relative;
  font-size: 18px;
}

.history__content-item ul > li > b {
	font-weight: 600;
}

.history__content-item ul > li:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-a);
	top: 9px;
}

.history__countries {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history__countries > li {
	width: calc(30% - 20px);
	display: block;
} 

.history__content p {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 172.3%;
	font-weight: 200;
}

.history__images {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
}

.history__image-inn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;

}

.history__image > img {
	max-width: 100%;
}

.history__images-slider {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.history__images-slider > .slick-list {
	height: 100%;
}

.history__images-slider .slick-track {
	height: 100%;
}

.history__image-inn > img {
	width: 80%;
}

.history__image--full {
	width: 100% !important;
	height: 100% !important;
}

.history__image2 {
	background: url('../img/ForHim.jpg') center center;
	background-size: cover;
}

.history__circle-w {
	position: absolute;
	top: 80px;
	left: -8vw;
	width: 8.3vw;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	z-index: 8;
	display: none;
}

.history__circle-w1 {
	position: absolute;
	top: 310px;
	left: -1.75vw;
	width: 3.75vw;
	z-index: 8;
	-webkit-transform: rotate(85deg);
	    -ms-transform: rotate(85deg);
	        transform: rotate(85deg);
	display: none;
}

.history__circle-w2 {
	position: absolute;
	top: -15px;
	right: 1.5vw;
	width: 3.75vw;
	z-index: 8;
	-webkit-transform: rotate(112deg);
	    -ms-transform: rotate(112deg);
	        transform: rotate(112deg);
	display: none;
}

/*Press*/

.press {
	height: 100vh;
	width: 100%;

	background: #171718;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.press__header {
	font-family: 'Bauk';
	font-weight: 800;
	font-size: 36px !important;
	text-transform: uppercase;
	text-align: center;
}

.press__left, .press__right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.press__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.press__rt, .press__rb {
	background-size: cover;
	height: 50%;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
}

.press__child {
	/*background: url(../img/wc.png) center center;
	background-size: cover;*/
	width: 100%;
	height: 100%;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
	cursor: pointer;
	-webkit-filter: saturate(0%);
	        filter: saturate(0%);
}

.press__child > img {
	height: 100%;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	bottom: 0;
}

.press__child--right > img {
	right: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.press__child--big > img {
	height: 160%;
	top: 50%;
	-webkit-transform: translate(50%,-50%);
	    -ms-transform: translate(50%,-50%);
	        transform: translate(50%,-50%);
}

.gradient {
  display: inline-block;
  background: -o-linear-gradient(57deg, var(--gradient-start), var(--gradient-end));
  background: linear-gradient(33deg, var(--gradient-start), var(--gradient-end));
}

.gradient--11 {
  --gradient-start: #9D2E7D;
  --gradient-start-text: '#9D2E7D';
  --gradient-end: #E16E93;
  --gradient-end-text: '#E16E93';
}

.gradient--8 {
  --gradient-start: #F78FAD;
  --gradient-start-text: '#F78FAD';
  --gradient-end: #FDEB82;
  --gradient-end-text: '#FDEB82';
}

.gradient--14 {
  --gradient-start: #121317;
  --gradient-start-text: '#121317';
  --gradient-end: #323B42;
  --gradient-end-text: '#323B42';
}

.gradient--2 {
  --gradient-start: #99E5A2;
  --gradient-start-text: '#99E5A2';
  --gradient-end: #D4FC78;
  --gradient-end-text: '#D4FC78';
}

.gradient--4 {
  --gradient-start: #6CACFF;
  --gradient-start-text: '#6CACFF';
  --gradient-end: #8DEBFF;
  --gradient-end-text: '#8DEBFF';
}

.press__info {
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 10;
}

.press__info > h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 160%;
}

.press__child1 {
	background: url(../img/bloger1.jpg) center center;
	background-size: cover;

}

.press__child2 {
	/*background: url(../img/bloger2.jpg) center center;
	background-size: cover;*/

}

.press__child3 {
	background: url(../img/bloger3.jpg) center center;
	background-size: cover;

}

.press__child4 {
	background: url(../img/bloger4.jpg) center center;
	background-size: cover;

}

.press__child5 {
	background: url(../img/bloger5.jpg) center center;
	background-size: cover;

}

.press__child:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-filter: saturate(100%);
	        filter: saturate(100%);
}

.press__inn {
	width: 100%;
	height: 25%;
	overflow: hidden;
	display: block;
	color: white;
	text-decoration: none;
	position: relative;

}

.press__left1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/*Logos*/

.logos {
	padding: 80px 5vw 30px 5vw;
	background: #171718;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.logos__item {
	height: 35px;
	margin: 0 15px;
	margin-bottom: 50px;
}

.logos__item > img {
	height: 100%;
}

/*History*/

.era {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.era__left {
	width: 50%;
	background: white;
	position: relative;
}

.era__right {
	width: calc(50% - 10vw);
	padding: 120px 5vw;
	background: #E5E5E5;
}

.era__header {
	font-size: var(--64px);
	font-family: "Bauk";
}

.era__nav {
	margin-top: 100px;
	position: relative;
	width: 310px;
}

.era__nav > li {
	font-weight: 800;
	font-size: 24px;
	padding-bottom: 36px;
	cursor: pointer;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-transform: uppercase;
}

.era__nav > li:hover {
	margin-left: 30px;
}

.era__li--active {
	margin-left: 30px;
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.era__circle {
	width: .75rem;
	height: .75rem;
	position: absolute;
	top: 4px;
	left: 0;
	background: var(--color-a);
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.era__content {
	width: 40vw;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.era__content-item b{
	font-weight: 600;
}

.era__content-item ul > li {
	line-height: 178%;
	font-size: var(--18px);
	margin-left: 20px;
	position: relative;
}

.era__content-item ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-a);
    top: 9px;
}

.era__content p {
	margin-bottom: var(--18px);
	font-size: var(--18px);
	line-height: 172.3%;
	font-weight: 200;
}

.era__images {
	position: absolute;
	width: 100%;
	height: 100%;
}

.era__image {
	width: 100%;
	height: 100%;
}

.era__image1 {
	background: url(../img/era.jpg) center center;
	background-size: cover;
}

.era__image-in > img {
	max-width: 80%;
}

.era__images-slider {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.era__image-in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.era__images-slider .slick-list {
	height: 100% !important;
}

.era__images-slider .slick-track {
	height: 100%;
}

.era__circle-w {
	position: absolute;
	top: 80px;
	left: -8vw;
	width: 8.3vw;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	z-index: 8;
	display: none;
}

.era__circle-w1 {
	position: absolute;
	top: 310px;
	left: -1.75vw;
	width: 3.75vw;
	z-index: 8;
	-webkit-transform: rotate(85deg);
	    -ms-transform: rotate(85deg);
	        transform: rotate(85deg);
	display: none;
}

.era__circle-w2 {
	position: absolute;
	top: -15px;
	right: 1.5vw;
	width: 3.75vw;
	z-index: 8;
	-webkit-transform: rotate(112deg);
	    -ms-transform: rotate(112deg);
	        transform: rotate(112deg);
	display: none;
}

.era__description {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 200;
	font-size: var(--18px);
}

/*NFT*/

.nft {
	width: 100%;
	height: 100vh;
	background: var(--color-dark);
	position: relative;
}

.nft__header {
	position: absolute;
	left: 5vw;
	top: 10vh;
	color: white;
	position: relative;
	z-index: 10	;
	width: 70%;
}

.nft__header > h2 {
	font-family: 'Bauk';
	font-size: var(--64px);
	margin-bottom: 15px;
}

.nft__description {
	font-size: var(--18px);
	text-transform: uppercase;
	font-weight: 200;
	font-family: 'MBEmpire';
}

.nft__label {
	position: absolute;
	right: 5vw;
	bottom: 10vh;
	font-size: var(--16px);
	color: white;
	font-weight: 200;
}

.nft__label:before {
	content: '';
	width: 5px;
	height: 5px;
	background: var(--color-a);
	position: absolute;
	border-radius: 50%;
	left: -15px;
	top: 2px;
}

.nft__nft {
	position: absolute;
	top: 2.5vh;
	left: 55%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
	font-family: 'Bauk';
	font-size: 20vh;
	color: #3A3A3A;
	-webkit-text-orientation: upright;
	        text-orientation: upright;
}

.nft__wrapper {
	position: relative;
	left: 50%;
	top: 50%;
	width: 40%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.nft__num {
	position: absolute;
	top: 40vh;
	left: 16%;
	font-family: 'Bauk';
	font-size: 20vh;
	color: #3A3A3A;
}

.nft__circle1 {
	position: absolute;
	right: 8vw;
	top: 18vh;
	-webkit-transform: scale(1.8);
	    -ms-transform: scale(1.8);
	        transform: scale(1.8);
}

.nft__circle2 {
	position: absolute;
	-webkit-transform: scale(1) rotate(45deg);
	    -ms-transform: scale(1) rotate(45deg);
	        transform: scale(1) rotate(45deg);
	right: 16vw;
	top: 52vh;
}

.nft__circle3 {
	position: absolute;
	-webkit-transform: scale(.4) rotate(112deg);
	    -ms-transform: scale(.4) rotate(112deg);
	        transform: scale(.4) rotate(112deg);
	left: 24vw;
	top: 22vh;
}

.nft__slider {
	width: 100%;
}

.nft__slide {
	position: relative;
}

.nft__slide > img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

/*.nft__slider {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.nft__slide {
	width: 100%;
}*/

.nft .slick-dots {
	left: -25vh;
	text-align: left;
	bottom: 120px;
}

.nft .slick-dots li.slick-active button:before {
	color: var(--color-a) !important;
	opacity: 1;
}

.nft .slick-dots li button:before {
	color: white !important;
	opacity: 1;
	font-size: 12px;
}

.nft .slick-dots li {
	margin: 0 8px !important;

}

/*Tokenomic*/

.tokenomic {
	padding: 80px 5vw;
	background: #EFEFEF;
}

.tokenomic__header {
	font-family: "Bauk";
	font-size: var(--64px);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tokenomic__description {
	font-size: var(--18px);
	text-transform: uppercase;
	margin-bottom: 30px;
}

.tocenomic__content {

}

.tocenomic__content > img {
	width: 100%;
}

/*Roadmap*/

.roadmap {
	padding: 80px 5vw;
	background: #EFEFEF;	
}

.roadmap__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.roadmap__header {
	margin-bottom: 10px;
	margin-bottom: 80px;
}

.roadmap__quarter {
	min-width: calc(50vw - 5vw);
}

.quarter__nav {
	position: relative;
	width: 400px;
}

.quarter__nav > li {
	font-weight: 800;
	font-size: 24px;
	padding-bottom: 36px;
	cursor: pointer;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-transform: uppercase;
}

.quarter__nav > li:hover {
	margin-left: 30px;
	text-transform: uppercase;
}

.quarter__li--active {
	margin-left: 30px;
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.quarter__circle {
	width: .75rem;
	height: .75rem;
	position: absolute;
	top: 4px;
	left: 0;
	background: var(--color-a);
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.roadmap__info {
	width: calc(50vw - 5vw);
}

.roadmap__ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 200%;
	margin-left: 30px;
}

.roadmap__ul > li:before {
	position: absolute;
	content: '';
	left: -30px;
	width: 12px;
	height: 12px;
	top: 16px;
	background: #F3BD72;
	border-radius: 50%;
}

.roadmap__done:before {
	background: var(--color-a) !important;
}

.roadmap__inn-ul {
	font-weight: 400;
	font-size: 18px;
	margin-left: 30px;
}

.roadmap__inn-ul > li {
	position: relative;
}

.roadmap__inn-ul > li:before {
	position: absolute;
	content: '';
	left: -20px;
	width: 4px;
	height: 4px;
	top: 20px;
	background: black;
	border-radius: 50%;
}

.roadmap__designation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.roadmap__btn {
	border: 1px solid #000000;
	border-radius: 40px;
	display: block;
	position: relative;
	padding: 21px 25px 15px 55px;
	margin-right: 35px;
	margin-top: 35px;
	font-weight: 800;
	text-transform: uppercase;
}

.roadmap__ready:before {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--color-a);
	content: '';
	border-radius: 50%;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.roadmap__process:before {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #F3BD72;
	content: '';
	border-radius: 50%;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*Team*/

.team {
	background: var(--color-dark);		
}

.team__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.team__header {
	margin: 0 5vw;
	margin-bottom: 50px;

}

.team__slider {
	margin: 0 -15px;
}

.team__item {
	width: 20%;
	height: 20vw;
	overflow: hidden;
	position: relative	;
}

.team__item:first-child {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: var(--color-dark);
	color: white;
}

.team__inn {
	width: 100%;
	height: 100%;
	background: url('../img/team1.jpg') center center;
	background-size: cover;
	cursor: pointer;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  position: absolute;
}

.team__inn:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.team__info {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
}

.team__name {
	font-size: 24px;
	margin-bottom: 10px;
}

.team__member {
	font-size: 16px;
}

/* Footer */

.footer {
	padding: 140px 5vw;
	background: black;
	color: white;
}

.footer__header {
	margin-bottom: 100px;
	color: white;
}

.footer__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.footer__contact {
	margin-left: 30px;
	margin-bottom: 90px;
	position: relative;
}

.footer__contact:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color-a);
	left: -30px;
	top: 2px;
	position: absolute;
}

.footer__contact-header {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
}

.footer__contact-info {
	font-weight: 600;
	color: var(--color-a);
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin: 0 -25px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer__social > .footer__contact-info {
	margin: 0 25px;
	margin-bottom: 25px;
}

.footer__left {
	width: 50%;
}

.footer__right {
	width: 510px;
}

.footer__form-header {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 80px;
	font-weight: 600;
}

.footer__input {
	border: none;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	border-bottom: 1px solid #596267;
	width: 100%;
	margin-bottom: 45px;
	background: none;
	color: #596267;
}

.footer__label {
	color: #596267;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	width: 100%;
	display: block;

}

.footer__textarea {
	background: none;
	width: 100%;
	border: 1px solid #596267;
	border-radius: 0 20px 0 20px;
	margin-bottom: 45px;
}

.form__send {
	position: relative;
}

.form__send:before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: var(--color-a);
	left: 20px;
	display: block;
	border-radius: 50%;
	transition: .5s ease;
}

.form__send:hover:before {
	background: white;
}