/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #3e3b6d;
  font-family: 'Acme', sans-serif;
}

body {
    color: #737fc7;
    font-weight: 400;
    font-family: 'Acme', sans-serif;
    line-height: 25px;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.container {
    max-width: 1170px;
    margin: auto;
}



/*-------------- Header area css Start --------------*/
.header__area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 30px 0;
}
.header_site_blk {
	text-align: right;
}

/*-------------- Header area css End --------------*/





/*--------------- Hero area css Start ---------------*/
.hero__area.meni_height {
	min-height: 736px;
	background-size: cover;
	background-position: center bottom;
}

.hero_blk {
	text-align: center;
	padding-top: 280px;
}
.hero_text_logo {
  margin-bottom: 43px;
}
.hero_content p {
  font-size: 31px;
  color: #fff;
  font-weight: 400;
  line-height: 43px;
  word-spacing: 7px;
  padding-top: 80px;

  /* Add background styles */
  background-color: rgba(0, 0, 0, 0.6); /* black with 60% opacity */
  display: inline-block; /* so background wraps only the text */
  padding: 10px 20px; /* space inside the background */
  border-radius: 10px; /* rounded corners */
}

.hero_content {
  margin-bottom: 56px;
}

.hero_btn a {
  animation: backwards;
  background: #0EE7F1;
  width: 254px;
  height: 50px;
  display: inline-block;
  line-height: 42px;
  color: #2A0C58;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  border-radius: 22px;
  border: 5px solid#292D5D;
  transition: .3s;
}
.hero_btn a:hover {
	background: #F8448A;
	color: #fff;
	border-color: #F8448A;
}

.header_social_icon a {
	margin-left: 27px;
}
.header_social_icon a img {
	max-width: 40px;
}

/*---------------- Hero area css End ----------------*/


/*---------------- gank area css start ----------------*/
.gank__section{
    background: linear-gradient(180deg, #b616f3 0%, #740cad 100%);
    padding-top: 120px;
}
.gank-blk {
    margin-bottom: 80px;
}
.gank-blk h6{
    color: #0EE7F1;
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
}
.gank-blk p{
    font-weight: normal;
    font-size: 41px;
    line-height: 53px;
    color: #F6FFED;
    max-width: 1000px;
}
.gank__img{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 4fr);
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
    align-items: end;
}

.gank__img img{
    max-width: 100%;
}
/*---------------- gank area css End ----------------*/


/*---------------- nft area css start ----------------*/
.nft__section{
    background: #60a0c8;
    padding-top: 40px;
}
.nft-items {
    margin-bottom: 25px;
}
.nft-items h4{
    font-weight: normal;
    font-size: 37.97px;
    line-height: 61px;
    color: #080667;
    margin: 0;
}
.nft-items p{
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #F6FFED;
    margin: 0;
}
.nft-thumb img{
    max-width: 100%;
}
/*---------------- nft area css End ----------------*/


/*---------------- sealdna__section area css start ----------------*/
.sealdna__section{
    background: #200053;
    padding-top: 50px;
    padding-bottom: 140px;
}
.sealdna-title{
    margin-bottom: 60px;
}
.sealdna-title h3{
    font-weight: normal;
    font-size: 107.97px;
    line-height: 137px;
    color: #0EE7F1;
    margin: 0;
}

.hero_text_logo {
}
#scrollUp {
  position: absolute;
  background: #0EE7F1;
  width: 40px;
  height: 40px;
  right: 50px;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  border-radius: 8px;
  transition: .3s;
}
#scrollUp:hover {
  background: #F8448A;
}

.sealdna-title p{
    font-weight: normal;
    font-size: 31px;
    line-height: 43px;
    color: #F6FFED;
}
.sealdna__section h5{
    font-weight: normal;
    font-size: 43.99px;
    line-height: 56px;
    color: #9959FC;
}
.seal-thumb img{
    max-width: 100%;
}
.seal-thumb:last-child{
    margin-right: 0;
}
.seal-thumb{
    display: inline-block;
    width: auto;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100px;
}
.seal-items{
    margin-bottom: 25px;
}
.ml-40{
    margin-left: 40px;
}
/*---------------- sealdna__section area css End ----------------*/


/*---------------- roadmap__section area css start ----------------*/
.roadmap__section{
    background: linear-gradient(180deg, #bb5f4a 0%, #903925 100%);
    padding: 110px 0;
}
.section__title {
    margin-bottom: 60px;
}
.section__title h2{
    font-weight: normal;
    font-size: 107.97px;
    line-height: 137px;
    color: #0EE7F1;
    margin: 0;
}
.section__title p{
    font-weight: normal;
    font-size: 31px;
    line-height: 43px;
    margin: 0;
    color: #F6FFED;
}
.roadmap-items{
    min-height: 380px;
    background: #F0E4FF;
    border-radius: 9px;
    text-align: center;
    padding: 41px;
    padding-top: 0;
    margin-top: 60px;
}

.roadmap-items .number{
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background: #6224C3;
    border: 8px solid #DFC3FF;
    color: #fff;
    border-radius: 50%;
    font-size: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -35px;
}

.roadmap-items .number.bg-two{
    background: #C37A24;
}
.roadmap-items .number.bg-three{
    background: #C32424;
}
.roadmap-items .number.bg-four{
    background: #128E25;
}
.roadmap-items .number.bg-five{
    background: #2472C3;
}
.roadmap-items .number.bg-six{
    background: #9E24C3;
}
.roadmap-content  {
    margin-top: -20px;
}
.roadmap-content  h4{
    font-weight: normal;
    font-size: 41px;
    line-height: 52px;
    color: #6224C3;
    margin-bottom: 10px;
}
.roadmap-content  p{
    margin: 0;
    font-size: 31px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    padding: 0 10px;
}
/*---------------- roadmap__section area css End ----------------*/


/*---------------- team__section area css start ----------------*/
.team__section{
    background: linear-gradient(0deg, #819f42 1.9%, #607f20 100%);
    padding-bottom: 120px;
    padding-top: 80px;
}
.team-area{
    max-width: 860px;
    margin: 0 auto;
}
.team-card{
    background: #F0E4FF;
    border-radius: 6.48px;
    overflow: hidden;
    text-align: center;
    padding: 13px;
    margin-top: 30px;
}
.team-thumb img{
    width: 100%;
    border-radius: 6.48px;
    height: 264px;
    object-fit: cover;
}
.team-meta{
    margin-top: 15px;
}
.team-meta a{
    font-weight: normal;
    font-size: 29.52px;
    line-height: 37px;
    color: #6224C3;
    text-decoration: none;
    margin: 0;
}
.team-meta p{
    font-weight: normal;
    font-size: 22.32px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.team-meta{}
/*---------------- team__section area css End ----------------*/


/*---------------- footer area css start ----------------*/
.footer_area{
    text-align: center;
    background: #6e0fa2;
    padding: 30px 10px;
}
.footer_area span img{
    margin-right: 10px;
}
.footer_area span a{
    color: #D2C5E6;
    text-decoration: none;
}
.footer_area span{
    font-weight: normal;
    font-size: 31px;
    line-height: 43px;
    color: #D2C5E6;
}
/*---------------- footer area css end ----------------*/
















