
body{
	background: #040404;
	font-family: 'Whois', cursive;
}
.button{
	font-size: 16px;
	color: #e7e7f6;
	padding: 16px 24px;
	border-radius: 10px;
	background: #242424;
	margin-left: 8px;
}
.button:hover{
	text-decoration: none;
	background: #e7e7f6;
	color: #242424;
	transition: .3s ease;
}
.subtitle{
	font-size: 21px;
	font-weight: 300;
	color: #ebebeb;
}
.title{
	color: #e7e7f6;
	font-size: 90px;
	font-family: 'Dirtyline';
	font-weight: 400;
}
.discordBtn:hover{
	cursor: crosshair;
}



nav{
	margin: 16px 0;
}
.nav__links{
	font-size: 16px;
	color: #e7e7f6;
}
.nav__links:hover{
	text-decoration: none;
	color: #e7e7f6;
	border-bottom: 1px solid #e7e7f6;
	padding-bottom: 3px;
	transition: padding-bottom .3s ease;
}
.nav__line{
	font-size: 16px;
	color: #e7e7f6;
	padding: 0px 8px;
}
.nav__hideLink{
	color: #676767;
}


header{
	height: 760px;
	background: url(../img/hero.png) no-repeat;
	background-size: 50%;
    background-position: center;
}
.header__logo{
	width: 90%;
	top: 500px;
	position: relative;
}
.header__mintBlock{
	background: #262626;
    border-radius: 10px;
    padding: 16px;
    width: 206px;
    z-index: -1;
    position: relative;
    left: 160px;
}
.header__mintCc{
	font-size: 12px;
	color: #e7e7f6;
	padding: 0;
	margin: 0;
}
.header__mintTxt{
	font-size: 32px;
	color: #ebebeb;
	font-weight: 300;
	padding: 0;
	margin: 0;
}



.about{
	padding: 80px 0;
	background: url('../img/aboutBG.png') no-repeat;
	background-size: 120%;
    background-position: -70px 0px;
}
.about__textBlock{
	width: 685px;
	margin: 0 auto;
}
.about__title{
	font-size: 16px;
	color: #ddd;
	margin-bottom: 24px;
}
.about__subtitle{
	font-size: 24px;
	margin-bottom: 32px;
}
.about__button{
	color: #262626;
	background: #e7e7f6;
	margin: 0;
}
.about__button:hover{
	color: #e7e7f6;
	background: #262626;
}




.smb{
	margin: 60px 0;
}
.smb__underTitle{
	font-size: 24px;
	font-family: 'Whois';
	color: #e7e7f6;
}
.smb__blockTitle{
	font-size: 128px;
	font-weight: 300;
	color: #fff;

}
.smb__subtitle{
	font-size: 18px;
	color: #ebebeb;
}

.smb__block1{
	background: url('../img/char_1.png');
}
.smb__block2{
	background: url('../img/char_2.png');
	background-size: 90% !important;
	background-position: 0 40px !important;

}
.smb__block3{
	background: url('../img/char_3.png');
	background-size: 75% !important;
	background-position: 20px 10px !important;

}
.smb__block4{
	background: url('../img/char_4.png');
	background-size: 90% !important;
}
.smb__block{
	padding-top: 260px;
	background-size: 100%;
	background-position: 0 0px;
	background-repeat: no-repeat;
}



.breeding{
	padding: 120px 0;
	background: url('../img/capsule.png') no-repeat;
	background-size: 50%;
    background-position: 685px 80px;
}
.breeding__subtitle{
	width: 600px;

}



.join__subtitle{
	margin-bottom: 24px;
}
.join{
	padding: 120px 0;
	background: url('../img/planet.png') no-repeat;	
	background-size: 100%;
	background-position: 0 0;
}
.join__block{
	margin-top: 80px;
	width: 640px;
	border-radius: 20px;
	background: #fff;
	padding: 16px;
}
.join__title{
	font-family: 'Dirtyline';
	color: #000;
	font-size: 46px;
}
.join__input{
	font-size: 16px;
	color: #000;
	padding: 8px;
	width: 430px;
	border-radius: 10px;
	outline: none;
	background: #ECECEC;
	border: none;
	height: 56px;
	margin-right: 12px;
}
.join__button{
	height: 56px;
	font-size: 16px;	
	color: #fff;
	background: #000;
	border-radius: 10px;
	width: 150px;
	border: none;
}
.join__button:hover{
	cursor: pointer;
	background: #ECECEC;
	color: #000;
	transition: .3s ease;
}
.join__formSubtitle{
	font-size: 16px;
	color: #fff;
	width: 600px;
	margin-top: 32px;
}



.team__name{
	color: #ebebeb;
	font-size: 16px;
	margin: 30px 0ц;
}
.accordion {

    color: #EBEBEB;
    cursor: pointer;
    padding: 16px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border: none;
    border-top: 1px solid #000;
    background: none;
}

.active, .accordion:hover {
}
.active, .accordion:focus{
    outline: none;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq__subtitle{
	color: #fff;	
}



footer{
	margin-top: 100px;
	padding: 40px 0;
}
.footer__links{
	font-size: 24px;
	color: #fff;
	margin-left: 80px;
}
.footer__links:hover{
	text-decoration: none;
	color: #fff;
}


