.indie-flower-regular {
    font-family: "Indie Flower", cursive;
    font-weight: 400;
    font-style: normal;
  }

  
body {
    font-family: "Indie Flower", cursive;
    color: #fff;
    background: #6A0B13;
    padding: 0;
    margin: 0;
    cursor:url(c2.png), auto;
  }
a:hover {
    cursor:url(c1.png), auto;
}
  
.first {
    overflow: hidden;
    height: 100vh;
}
.circle {
position: absolute;
border-radius: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 1a;
}

.one {
width: 40vw;
height: 40vw;
background: #CD5E29;
z-index: 2;
}
@media only screen and (max-width: 600px) {
    .one {
        width: 40vh;
        height: 40vh;
    }
  }

.two {
width: 70vw;
height: 70vw;
background: #AF0C1D;
z-index: 1;
}
@media only screen and (max-width: 600px) {
    .two {
        width: 70vh;
        height: 70vh;
        left: -15%;
    }
  }

.three {
width: 90vw;
height: 90vw;
background: #8E0F18;
}
@media only screen and (max-width: 600px) {
    .three {
        width: 90vh;
        height: 90vh;
        left: -31%;
    }
  }

.pic-1 img {
    position: absolute;
    z-index: 100;
    top: 13vh;
    left: 20%;
    width: 500px;
    display: none;
}
@media only screen and (max-width: 600px) {
    .pic-1 img{
        top: 15vh;
    left: 0%;
    width: 300px;
    }
  }
.pic-1 img:first-child {
    display: block;
}

.pic-2 img{
    position: absolute;
    z-index: 100;
    bottom: 25vh;
    left: 50%;
    width: 300px;
    display: none;
}
@media only screen and (max-width: 600px) {
    .pic-2 img{
        bottom: 20vh;
        left: 50%;
        width: 200px;
    }
  }
.pic-2 img:first-child {
    display: block;
}
.pic-3 {
    position: absolute;
    z-index: 100;
    bottom: 0vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;

}
@media only screen and (max-width: 600px) {
    .pic-3 img{
        bottom: 0vh;
        left: 25%;
        width: 100vw;
    }
  }
img {
    width: 100%;
}
.social {
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5vh;
    margin: auto;
    z-index: 30;
    display: flex;
    gap: 15px;
}
@media only screen and (max-width: 600px) {
    .social{
        width: 300px;
    }
  }
.social {

}

.about {
    position: relative;
    padding: 20vh 0 10vh;
    width: 900px;
    margin: auto;
    z-index: 100;
    
}
@media only screen and (max-width: 600px) {
    .about {
        width: 90%;
        padding: 10vh 0 10vh;
    }
  }

.about img {
    max-width: 700px;
    border-radius: 100%;
    margin: auto;
}

h3 {
    font-size: 40px;
}
h2 {
    font-size: 80px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .about h3 {
        font-size:30px;
        
    }
  }
.roadmap {
    height: calc(100vh - 200px);
    position: relative;
    padding: 10vh 0 15vh;
    width: 900px;
    z-index: 100;
}
@media only screen and (max-width: 600px) {
    .roadmap{
        width: 90%;
        padding: 35vh 0 15vh;
    }
  }

  .car {
    width: 600px;
    height: 100px;
    position: absolute;
    top:15vh;
    right: -50%;
}
@media only screen and (max-width: 600px) {
    .car{
        width: 300px;
        right: auto;
        left: 0;
        top: -5vh;
    }
  }

.roadmap .title {
    max-width: 400px;
}
@media only screen and (max-width: 600px) {
    .roadmap .title  {
        max-width: 200px;
    }
}
ul {
    padding:0;
    margin: 0;
    list-style: none;
    
}
li {
    font-size: 45px;
    padding: .5em;
    
    text-align: center;
}
@media only screen and (max-width: 600px) {
    li {
        font-size:25px;
    }
}

li span {
   
}
li:nth-child(even) {
    text-align: right;
}
li:first-child {
    text-align: center;
}
li:last-child {
    text-align: center;
}
.second {
    position: relative;

}
@media only screen and (max-width: 600px)  {
    .second, .first {
        overflow: hidden;
        width: 100vw;
    }
}
.tokenomics {
    position: relative;
    padding: 5vh 0 5vh;
    min-height: 90vh;
    z-index: 100;
}
@media only screen and (max-width: 600px) {
    .tokenomics{
        padding: 15vh 0 5vh;
        min-height: auto;
    }
}
.tokenomics .content {
    width: 70%;
    float: right;
}
@media only screen and (max-width: 600px) {
    .tokenomics .content {
        width: 100%;
        float: none;
        min-height: auto;
    }
}
.tokenomics .title {
    width: 600px;
}
@media only screen and (max-width: 600px) {
    .tokenomics .title  {
        width: 80%;
    }
}
h4 {
    font-size: 60px;
    text-align: center;
    margin: .5em;
}
@media only screen and (max-width: 600px) {
    h4  {
        font-size: 50px;
    }
}
.tokenomics h4 span {
    display: block;
    border: 0;
    font-size: 30px;
    padding: .5em
}
@media only screen and (max-width: 600px) {
    .tokenomics h4 span  {
        font-size: 15px;
    }
}

.perry img {
    position: absolute;
    left: -10vw;
    top: -40vh;
    overflow: hidden;
    display: none;
}
@media only screen and (max-width: 600px) {
    .perry img  {
        left: 15vw;
        top: -30vh;
    }
}
.perry img {
    width: 75%;
}
.perry img:first-child {
   display: block;
}

.title {
    
    margin: auto;
    display: block;
    margin-bottom: 3em;
}

.threes {
    padding-top: 10vh;
}
.threes h3 {
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
    font-size: 60px;
}
@media only screen and (max-width: 600px) {
    .threes {
        padding: 0;
    }
    .threes h3 {
        max-width: 100%;
        font-size: 40px;
        padding: 1em;
    }
}
.threes img {
    width: 700px;
    margin: auto;
    display: block;
}
@media only screen and (max-width: 600px) {
    .threes img  {
        width: 90%;
    }
}
p {
    text-align: center;
}