@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900,&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(#12031c, #7597de);
  overflow-x: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.video_active {
  padding: 10px 100px;
}

header .trailer {
  z-index: 1003;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header .trailer img {
	max-height: 83px;
}
header .logo {
  z-index: 1003;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header ul {
  z-index: 1003;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  list-style: none;
  margin-left: 20px;
}

header ul li a {
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
}
header ul li a:hover,
header ul li a.active {
  background: #fff;
  color: #2b1055;
  align-items: center;
}


#btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #2b1055;
  font-size: 0.925rem;
  z-index: 9;
  transform: translateY(100px);
  cursor: pointer;
  z-index: 1001;
}
.sec {
  position: relative;
  padding: 100px;
  background: #12031c;
}

.sec h2 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #fff;
}

.sec p {
  font-size: 1.2em;
  color: #fff;
}

.soundDiv {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.soundDiv:hover {
    transform: scale(1.1);
	opacity: 0.8;
}

.myCards {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #12031c;
  height: 100h;
  overflow: hidden;
  position: relative;
}

myCards::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #1c0522, transparent);
  z-index: 1000;
}

#icoCard {
  z-index: 21;
  position: relative;
  /* margin-bottom: 50px; */
  width: 30vw; height: 15vw;
  border-radius: 30px;
  transform: scale(1.3);
  margin-top: calc(-5vh);
}

#nftsaleCard {
  margin-top: 50px;
  position: relative;
  z-index: 20;
  /* margin-bottom: 50px; */
  width: 30vw; height: 15vw;
  border-radius: 30px;
}

#landsaleCard {
  position: relative;
  z-index: 20;
  width: 30vw; height: 15vw;
  border-radius: 30px;
  margin-top: calc(-5vh);
}

.sec ul {
	padding-left: 50px;
}
.sec ul li {
    font-size: 1.1em;
    color: #fff;
}
.sec a {
	color: #5379f3;
	word-break: break-all;
	text-decoration: none;
}
.sec a:hover {
	color: #6278bd;
}
#player {
	pointer-events: none;
}
.dual_side {
    white-space: nowrap;
    width: 100%;
}
.dual_side div.side {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 50%;
}
.tooltip {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.tooltip .tooltiptext {
	font-size: 14px;
	visibility: hidden;
	width: 120px;
	background-color: #460a6e;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #460a6e transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.social-media-area {
	color: white;
	font-size: 3.2em;
}
.social-media-area img {
	width: 65px;
}
.social-media-area a {
	
}
.social-media-area a:hover {
	opacity: 0.7;
}

.sec2 {
	display: block;
    position: relative;
	background-color: #1a1c25;
	color: #e2e3e4;
	padding: 30px;
}
.sec2 p {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 2.5vh;
    line-height: 1.4;
}
.sec2 img {
	max-width: 100%;
}
.sec2 img.separator {
    position: absolute;
    right: 0;
    top: 10px;
}
.sec2 h1 {
	font-family: "Poppins", sans-serif;
    font-size: 3.5vw;
	color: white;
	text-align: center;
}
.sec2 .roadmap_btn img {
	width: 50%;
}
.sec2 .roadmap_btn:hover img {
	opacity: 0.7;
}
.sec3 {
	display: block;
    position: relative;
	background: url(../assets/index/sec3/bg.jpg) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover;
    background-position-x: center;
  position: relative;
  width: 100%;
  height: 100vh;
padding-top: 20vh;
}
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.sec3 .col-sm-6, .sec3 .col-sm-3 {
	padding: 0!important;
}
.sec3 img {
	padding-left: 15%;
	max-width: 80%;
	text-align: center;
}
.sec3 .coin {
	padding-top: 50px;
	max-width: 100%;
}
.sec3 .coin:hover {
	opacity: 0.7
}
.sec3 .bottom-text {
	padding-left: 10%;
	padding-right: 10%;
}
.sec3 .chars {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.sec3 .chars #c1, .sec3 .chars #c2 {
	display: inline;
}
.sec3 .chars img {
	height: 40vh;
}
.sec3 .end {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
	left: 0;
	bottom: -30px;
    z-index: 1;
    background: linear-gradient(to top, transparent, #0b0c10);
}
.sec3 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.7vw;
    color: white;
	padding-bottom: 20px;
	text-align: center;
}
.sec3 p {
    font-size: 1.3vw;
	text-align: center;
	line-height: 1.3;
    color: white;
}

.sec4 {
	display: block;
    position: relative;
	background: url(../assets/index/sec4/bg.jpg) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover;
    background-position-x: center;
  position: relative;
  width: 100%;
  height: 100vh;
padding-top: 75px;
}
.sec4 #rockets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.sec4 .content {
	padding-left: 20%;
	padding-right: 20%;
}
.sec4 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.7vw;
    color: white;
	padding-bottom: 20px;
}
.sec4 p {
    font-size: 1.3vw;
	text-align: center;
	line-height: 2;
    color: white;
}
.art-info {
	padding-top: 50px;
}
.check_cards {
	padding-top: 90px;
}
#all_cards {
margin-top: -20vh;
}
.sec5 {
	display: block;
    position: relative;
	background-color: #ffffff;
  position: relative;
  width: 100%;
	padding-top: 5vh;
    padding-bottom: 5vh;
	text-align: center;
}
.sec5 a {
	width: 15%;
	display: inline-block;
}
.sec5 img {
	max-width: 100%;
}
.sec5 #card_1 img, .sec5 #card_5 img {
	padding-bottom: 50px;
}
.sec5 #card_2 img, .sec5 #card_4 img {
	padding-bottom: 25px;
}
.sec5 #card_1 {
    margin-right: -80px;
	z-index: 3;
	position: relative;
}
.sec5 #card_2 {
    margin-right: -60px;
	z-index: 4;
	position: relative;
}
.sec5 #card_3 {
	z-index: 5;
	position: relative;
}
.sec5 #card_4 {
    margin-left: -60px;
	z-index: 4;
	position: relative;
}
.sec5 #card_5 {
    margin-left: -80px;
	z-index: 3;
	position: relative;
}
.sec5 h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.7vw;
	    font-weight: 500;
	text-align: center;
	color: #2d2d2d;
}
.sec5 h3 span {
    font-weight: bold;
	font-style: italic;
}

.sec6 {
	display: block;
    position: relative;
	background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100vh;
	padding-left: 10%;
	padding-right: 10%;
color: #717171;
text-align: center;
}
.sec6 img {
	max-width: 100%;
}
.sec6 .sword {
	text-align: right;
}
.sec6 .cards {
	margin: 0 auto;
	text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.sec6 .cards img {
	height: 40vh;
}

.sec6 .cards img.pet {
    height: 42vh;
    padding-right: 30px;
    margin-top: -2vh;
}
.sec6 h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.7vw;
    padding-bottom: 20px;
}
.sec6 p {
    font-family: "Poppins", sans-serif;
    font-size: 1.5vw;
	font-weight: 500;
}
.sec6 p span {
	font-weight: bold;
	font-style: italic;
}
.sec6 .end {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
	bottom: 0;
	left: 0;
    /*background: linear-gradient(to top, #ffe4ff, transparent);*/
    background: linear-gradient(to top, #f8eef9, transparent);
}

.sec7 .start {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
	top: 0;
	left: 0;
    /*background: linear-gradient(to top, #ffe4ff, transparent);*/
    background: linear-gradient(to top, transparent, #F8EEFA);
}
.sec7 {
	display: block;
    position: relative;
	background: url(../assets/index/sec7/bg.jpg) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover;
padding-top: 12vh;
padding-bottom: 0;
padding-left: 20%;
padding-right: 20%;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.sec7 .lands_space {
height: 40vh;
    display: block;
}
.sec7 .lands {
	height: 40vh;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
.sec7 .lands img {
	height: 40vh;
	
}
.sec7 p {
    font-family: "Poppins", sans-serif;
    font-size: 1.5vw;
	font-weight: 300;
	color: white;
	text-align: center;
}
.sec7 p.strong {
	font-weight: bold;
}
.sec7 img {
    padding-top: 5px;
}

.sec8 {
	display: block;
    position: relative;
	background: url(../assets/index/sec8/bg.jpg) no-repeat center center;
	background-size: cover;
padding-left: 20vh;
padding-right: 20vh;
text-align: center;
padding-top: 20vh;
  position: relative;
  width: 100%;
  height: 100vh;
}
.sec8 p {
    font-family: "Poppins", sans-serif;
    font-size: 1.4vw;
    padding-bottom: 20px;
	color: white;
	line-height: 1.2;
}
.sec8 ul li {
    font-family: "Poppins", sans-serif;
    font-size: 2.7vh;
	color: white;
}
img#token1 {
    position: absolute;
    bottom: 0;
    right: 5%;
    height: 30vh;
}
img#token2 {
    position: absolute;
    bottom: 0;
    /* left: 5%; */
    right: 5%;
    height: 30vh;
}
.sec8 .end {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #f88ae9, transparent);
}

.sec9 {
	display: block;
    position: relative;
	background: url(../assets/index/sec9/bg.jpg) no-repeat center center;
	background-size: cover;
padding-left: 10%;
padding-right: 10%;
  position: relative;
  width: 100%;
  height: 100vh;
}

.sec9 .shifu {
	padding-top: 20vh;
}

.sec8 .supporters {
    margin-top: 10px;
	margin-bottom: 50px;
    position: relative;
    width: 100%;
    text-align: center;
}
.sec8 .supporters div {
	display: inline-block;
	width: 25%;
	text-align: center;
}
.sec8 .supporters div img {
    max-width: 100%;
    max-height: 30vh;
}

.sec9::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #1a1c25, transparent);
    z-index: 1002;
	left: 0;
}

.sec9 img.separator {
    position: absolute;
    right: 0;
	max-height: 80vh; 
}
.sec9 .reg_btn img {
	width: 15vw;
}
.sec9 .reg_btn:hover img {
	opacity: 0.7;
}
.sec9 h1 {
	padding-top: 20vh;
    font-family: "Poppins", sans-serif;
    font-size: 6vh;
    color: white;
    padding-bottom: 10px;
}
.sec9 .reg_btn {
display: block;
text-align: center;
}
.sec9 p {
    font-family: "Poppins", sans-serif;
    font-size: 2.3vh;
    color: white;
text-align: center;
    padding-bottom: 10px;
}
.sec9 .down_bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vh;
    left: 0;
}
section .down_bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5vh;
    left: 0;
    z-index: 1002;
}

.sec10 {
	display: block;
    position: relative;
	background-color: #1a1c25;
  width: 100%;
  min-height: 100vh;
  padding-top: 5vh;
padding-left: 5%;
padding-right: 5%;
}

.sec10 #sec_cards img {
	width: 32%;
}

.sec10 h4 {
    font-family: "Poppins", sans-serif;
	color: white;
font-size: 4vh;
}
.sec10 p {
    font-family: "Poppins", sans-serif;
font-size: 2vh;
	color: #f0f0f0;
}
.sec10 p span {
	font-weight: bold;
	font-style: italic;
}
.sec10 p.info span {
	color: #ffd83b;
}
.sec10 .row {
padding-top: 20px;
padding-bottom: 20px;
}
.sec10 .row div {
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.sec10 .row div img {
	max-width: 100%;
}

.sec11 {
	display: block;
    position: relative;
	background-color: #1a1c25;
  position: relative;
  width: 100%;
  padding-top: 5vh;
padding-left: 5%;
padding-right: 5%;
}
.sec11 h4 {
    font-family: "Poppins", sans-serif;
	color: white;
	font-size: 4vh;
	padding-bottom: 25px;
}
.sec11 ul {
	padding-left: 50px;
}
.sec11 ul li {
    font-family: "Poppins", sans-serif;
	font-size: 3vh;
	color: #f0f0f0;
}
.sec11 a {
	color: white;
	text-decoration: none;
	word-break: break-all;
}
.sec11 a:hover {
	color: #c5c0c0;
}
.sec11 p {
    font-family: "Poppins", sans-serif;
	color: white;
	font-size: 2vh;
	padding-top: 20vh;
	padding-bottom: 5vh;
text-align: center;
}
.trailer {
	cursor: pointer;
}

section::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #1a1c25, transparent);
    z-index: 1002;
}

.supporter_1 img, 
.supporter_2 img, 
.supporter_2 img {
	z-index: 1;
}	


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}


.fixedElement {
    background-color: #fff;
    position:fixed;
    top:10px;
    right: 10px;
    width:10px;
    z-index:10003;
    color: #ff4141; font-weight: bold;
    margin: 50px 25px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
}

.fixedElement:hover {
    background-color: #c0c0c0;
}
.fixedElement:active {
    transform: translateY(3px);
}