@font-face {
    font-family: 'Bryndan Write';
    src: url('font/bryndanwrite-webfont.woff2') format('woff2'),
         url('font/bryndanwrite-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	background-color: #000000;
	font-family: 'Bryndan Write';
	
	padding: 0;
	margin: 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:link, a:visited {
  color: #000000;
  text-align: center;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

* {
	font-family: 'Bryndan Write';
}

.content {
	display: flex;
	flex-direction: column;
}

.bg {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.bg-margin {
	margin-left: 140px;
}

.bg-margin-r {
	margin-right: 140px;
}

.button-primary {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:center;
	border: none;
	width: 256px;
	height: 64px;
	font-size: 24px;
	color: #000000;
	background-image: url(../images/button-primary-off.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.button-primary:hover {
	background-image: url(../images/button-primary-on.png);	
	background-size: contain;
}

.button-outline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	width: 300px;
	height: 75px;
	border: 4px solid #454545;
	box-sizing: border-box;
	border-radius: 16px;
}

.sticky {
	position: -webkit-sticky!important;
	position: sticky!important;
}

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

@media(max-width: 1080px) {
	#nav-links {
		display: none;
	}
}

.nav-fixed-menus {
	position: fixed;
	width: 100%;
	top: 0;
	background: #000000;
	z-index: 10000;
}

.nav-fixed-menus .nav-menu {
	list-style-type:none;
	padding: 10px 0;
}

.card-white {
	background: #FFFFFF;
	border-radius: 24px;
}

.card-highlight {
}

.card-highlight:hover {
	background-color: #5B4242;
}

.card-highlight2 {
}

.card-highlight2:hover {
	background-color: #3D545B;
}

.card-highlight:hover .main-title {
	color: #FFFFFF;
}

.card-highlight2:hover .main-title {
	color: #FFFFFF;
}

.card-highlight2:hover .card-item {
	background: #223E46;
	color: #FFFFFF;
}

.card-highlight:hover .main-text {
	color: rgba(255, 255, 255, 0.5);
}

.nav-link-text {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 20px;
	cursor: default;
}

.nav-link-text:hover {
	color: #FFCD1E;
}

.text-active {
	color: #FFCD1E;
}

.active-zone:hover .text {
	color: #FFCD1E;
}

.underline {
	height: 5px;
	background-color: #FFFFFF;
	margin-top: 4px;
}

.active-zone:hover .underline {
	background-color: #FFCD1E;
}

.social-link {
	border: none;
	width: 26px;
	height: 26px;
	margin: 0 12px;
}

.twitter {
	background-size: contain;
	background-image: url(../images/twitter_n.png);
}

.twitter:hover {
	background-image: url(../images/twitter_h.png);
}

.instagram {
	background-size: contain;
	background-image: url(../images/ins_n.png);
}

.instagram:hover {
	background-image: url(../images/ins_h.png);
}

.discord {
	background-size: contain;
	background-image: url(../images/discord_n.png);
}

.discord:hover {
	background-image: url(../images/discord_h.png);
}

.wallet-button {
	background-image: url(../images/connect_off.png);
	width: 209px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #FFFFFF;
	margin-left: -4px;
}

.wallet-button:hover {
	background-image: url(../images/connect_on.png);
}

.page1-title {
	color: #FFCD1E;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 75px;
}

.page1-text {
	line-height: 150%;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.arrow-down {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	background-image: url(../images/arrow_down_off.png);
}

.arrow-down:hover {
	background-image: url(../images/arrow_down_on.png);
}

.page2-left {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.page2-animate-box {
	max-width: 500px;
	max-height: 500px;
	min-width: 300px;
	min-height: 300px;
	width: 22vw;
	height: 22vw;
	margin-bottom: 120px;
/* 	overflow: hidden; */
}

.page2-animate-border {
	border: 5px solid #000000;
	border-radius: 50%;
	transform: translateY(-100%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.page2-animate-img {
	width: 98%;
	height: 98%;
	clip-path: circle(50% at 50% 50%);
	background-image: url(../images/bearsample.gif);
	background-size: 100% 100%;
	transform: translate(1%, -1%);
	z-index: 1;
}

.page2-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.page2-title {
	line-height: 140%;
	color: #D9C6B0;
}

.page2-text {
	color: #FFFFFF;
}

.page2-spec {
	color: rgba(255, 255, 255, 0.7);
}

.page3-player {
	Width: 200px;
	Height: 200px;
	background-size: contain;
}

.page3-player1 {
	margin: 45px 0 0 0;
	background-image: url(../images/player1_off.png);
	transform: rotate(-16deg);
}

.page3-player1:hover {
	background-image: url(../images/player1_on.png);
}

.page3-player2 {
	margin: 77px 0 0 -16px;
	background-image: url(../images/player2_off.png);
	transform: rotate(24deg);
}

.page3-player2:hover {
	background-image: url(../images/player2_on.png);
}

.page3-player3 {
	margin: 64px 0 0 -16px;
	background-image: url(../images/player3_off.png);
	transform: rotate(-9deg);
}

.page3-player3:hover {
	background-image: url(../images/player3_on.png);
}

.page3-player4 {
	margin: 54px 0 0 -16px;
	background-image: url(../images/player4_off.png);
	transform: rotate(13deg);
}

.page3-player4:hover {
	background-image: url(../images/player4_on.png);
}

.page3-title {
	line-height: 250%;
	text-align: center;
	color: #000000;
	margin-top: 0px;
}

.page3-text {
	line-height: 144%;
	text-align: center;
	color: #000000;
}

.page4-card-title {
	line-height: 100%;
	color: #000000;
}

.page4-card-icon {
	width: 20px;
	height: 20px;
}

.page5-text {
	line-height: 161%;
	text-align: center;
	color: #000000;
}

.page5-card {
	width: 200px;
	height: 400px;
	padding: 8px;
	margin: 0 6px;
	display: inline-block;
  word-wrap: break-word;
}

.page5-card-title {

	text-align: center;
	margin-bottom: 15px;
}

.page5-card-item {
	font-size: 14px;
	padding: 8px;
	background: #F5F5F5;
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 8px;
	width: 175px;
    hyphens: auto;
}

.page5b-text {
	line-height: 161%;
	text-align: left;
	color: #000000;
}

.page5b-card {
	width: 200px;
	height: 400px;
	padding: 8px;
	margin: 0 6px;
	display: inline-block;
  word-wrap: break-word;
}

.page5b-card-title {

	text-align: center;
	margin-bottom: 50px;
}

.page5b-card-item {
	font-size: 14px;
	padding: 8px;
	background: #F5F5F5;
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 8px;
	width: 175px;
    hyphens: auto;
}

.page6-button {
	width: 256px;
	height: 64px;
	font-size: 24px;
}

.page6-text {
	line-height: 158%;
	text-align: left;
	color: #000000;
}

.page7-title {
	color: #FFDE37;
	margin: 80px 0;
}

.page7-sub-title {
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
}

.faq-title-expand {
	color: #FFDE37;
}

.faq-arrow {
	width: 26px;
	height: 26px;
}

.faq-arrow-box {
	width: 26px;
	height: 26px;
	overflow: hidden;
}

.faq-arrow-expand {
	filter: drop-shadow(#FFDE37 0 26px);
	-webkit-filter: drop-shadow(#FFDE37 0 26px);
	transform: rotate(180deg) translateY(-26px);
}

.page7-sub-text {
	font-size: 20px;
	line-height: 112%;
	color: #FFFFFF;
	margin-top: 13px;
}

.page7-sub-text a {
	color: #FFFFFF;
}

.page7-item-spacing {
	margin: 27px 0 56px 0;
}

.footer {
	height: 216px;
}

.footer-text {
    width: 80%;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.footer-social-link {
	border: none;
	width: 32px;
	height: 32px;
}

.div-hidden {
	display: none;
}

.divider {
	height: 1px;
	background-color: #777777;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flex-row-start-center {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}

.flex-row-center-start {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.flex-colum-start-center {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.flex-colum-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-colum {
	display: flex;
	flex-direction: column;
}

.flex-1 {
	flex: 1;
}

.flex-align-center {
	align-items: center;
}

.flex-justify-center {
	justify-content: center;
}

.timeline{
  width:395px;
  color:#fff;
}
.timeline ul{
  list-style-type:none;
  border-left:2px solid #094a68;
  padding:10px 5px;
}
.timeline ul li{
  padding:20px 20px;
  position:relative;
  cursor:pointer;
  transition:.5s;
}
.timeline ul li span{
  display:inline-block;
  background-color:#1685b8;
  border-radius:25px;
  padding:2px 5px;
  font-size:15px;
  text-align:center;
}
.timeline ul li .content h3{
  color:#34ace0;
  font-size:17px;
  padding-top:5px;
}
.timeline ul li .content p{
  padding:5px 0px 15px 0px;
  font-size:15px;
}
.timeline ul li:before{
  position:absolute;
  content:'';
  width:10px;
  height:10px;
  background-color:#34ace0;
  border-radius:50%;
  left:-11px;
  top:28px;
  transition:.5s;
}
.timeline ul li:hover{
  background-color:#071f2a;
}
.timeline ul li:hover:before{
  background-color:#0F0;
  box-shadow:0px 0px 10px 2px #0F0;
}
@media (max-width:300px){
  .timeline{
    width:100%;
    padding:30px 5px 30px 10px;
  }
  .timeline ul li .content h3{
    color:#34ace0;
    font-size:15px;
  }

}