@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');
body{
    font-family:"Poppins",sans-serif;
}
html{
    scroll-behavior: smooth;
}
#banner{
    background-image: url('./Images/bg-5\ \(1\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
    width:100%;
}
nav{
    position:relative;
    top:30px;
}
.nav-link{
    color:white;
    font-size:14px;
    margin-right:20px;
    text-transform: uppercase;
}
.nav-link:hover{
    color:white;
}
.white-btn{
    background:linear-gradient(to right,#7a2fce,#c36a8b);
    border-radius:50px;
    border:1px solid white;
}

.white-btn:hover{
    background:linear-gradient(to right,#c36a8b,#7a2fce);
    color:white;
    transition: 0.7s;
}
.logo{
    height:60px;
    width:60px;
}

/* #f2ec1f  */

/* banner content  */
.banner-row{
    padding-top:100px;
}
.banner-h4{
    color:#f2ec1f;
    font-size: 22px;
    font-weight:600;
    font-family:"Poppins",sans-serif;
}
.banner-h1{
    color:white;
    font-size:40px;
    font-weight:400;
    font-family:"Poppins",sans-serif;
    margin-top:30px;
    line-height:1.3;
}
.banner-p{
    color:white;
    font-family:"Poppins",sans-serif;
    font-size:15px;
    margin-top:30px;
}
.buttons{
    margin-top:40px;
}
.discord-btn{
    color:white;
    padding:10px 40px;
}
.tweet-btn{
    margin-left:20px;
}

.contract-p{
    color:white;
    font-sizE:20px;
}
.fa-clone{
    margin-left:10px;
    cursor:pointer;
    color:white;
}
.contract-p{
    background-color:white;
    font-size:16px;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
.contract-span{
    background-color: #00001a;
    padding:7px 15px;
    border-radius:13px;
    font-size:14px;
    cursor:pointer;
}
.mut{
    color:#00001a;
    font-weight:600;
}

/* introduction    */
#introduction{
    padding-top:0px;
  
}

.particle{
    height:150px;
    width:150px;
}
.intro-h1{
    background: linear-gradient(to right,#ff3300,#3333ff,#3333ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
    font-weight:600;
    font-family:"Poppins",sans-serif;
    font-size:20px;
}
.intro-p{
    font-size:16px;
    color:#333333;
    font-weight:400;
    font-family:"Poppins",sans-serif;
    line-height:1.5;
    margin-bottom:30px;
}
.intro-h2{
    font-size:30px;
    background: linear-gradient(to right,#ff3300,#3333ff,#3333ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
    font-family:"Poppins",sans-serif;
    font-weight:500;
    margin-top:20px;
    margin-bottom:20px;
    line-height:1.3;
}
.explore-btn{
    margin-top:30px;
}
.data-img{
    height:100%;
    width:100%;
}

/* who  */
#how{
    padding-top:0px;
}

/* what  */
#what{
    padding-top:100px;
    margin-top:0px;
    padding-bottom:100px;
    background:linear-gradient(to bottom right,#c36a8b,#9163dc,#9163dc,#9163dc);
}
.what-img{
    height:350px;
    width:350px;
}
.what-p{
    color:white;
}
.myimage{
    position:relative;
    animation: mymove 2s infinite;
}
@keyframes mymove {
    /* 0% {bottom: 0px;}
    10% {bottom: 2px;}
    20% {bottom: 4px;}
    30% {bottom: 6px;}
    40% {bottom: 8px;}
    50% {bottom: 10px;}
    60% {bottom: 12px;}
    70% {bottom: 14px;}
    80% {bottom: 16px;}
    90% {bottom: 18px;}
    100% {bottom: 20px;} */
    /* 0%   {bottom: 0px; top: 50px;}
    100%  {bottom: 50px; top:0px;} */
    0%, 100% {transform: translateY(0)}
    50% {transform: translateY(20px)}
  }
  

/* how  */
#how-comptete{
    margin-top:50px;
    margin-bottom:50px;
}
.how-box{
    background: linear-gradient(to bottom right,#c36a8b,#9163dc,#9163dc,#9163dc,#c36a8b);
    padding:40px;
    box-shadow:
			/* 0 0 5px 5px #fff,    */
			0 0px 10px 10px #9163dc,
			0 0px 15px 15px #ff3300; 
}
.how-h1{
    font-family:"Poppins",sans-serif;
    font-size:30px;
    font-weight:600;
    background: linear-gradient(to right,#ff3300,#3333ff,#3333ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.how-p{
    color:white;
    margin-top:20px;
}


/* roamdmap */
#roadmap1{
    margin-top:50px;
    background:linear-gradient(to bottom right,#c36a8b,#9163dc,#9163dc,#9163dc,#c36a8b);

    padding-top:30px;
    padding-bottom:30px;
}

/* timeline */
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #2d0075;
    box-shadow: black 0px 2px 18px 0px;
  }
   
  .timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }
  .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #2d0075;
    border-radius: 10px;
    box-shadow: black 0px 2px 18px 0px;
  }
   
  .timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
   
  .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #2d0075; transparent transparent;
  }
  .timeline ul li:nth-child(even) div {
    left: -439px;
  }
  .in-view{
      color:black;
      font-weight:400;
  }
   
  .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #2d0075;
  }
  .timeline ul li::after {
    background: #2d0075;
    transition: background .5s ease-in-out;
  }
   
  .timeline ul li.in-view::after {
    background: #2d0075;
  }
   
  .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
  }
   
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(200px,0,0);
  }
   
  .timeline ul li:nth-child(even) div {
    transform: translate3d(-200px,0,0);
  }
   
  .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .roadmap-h1{
    font-size:50px;
    font-family:"Poppins", sans-serif;
    text-align:center;
    background: linear-gradient(to right,#ff3300,#3333ff,#3333ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
    font-weight: 600;
    
}
.roadmap-p{
    color:#8267cb;
    text-align:center;
    margin-top:20px;
    font-size:20px;
}
time{
    font-size:24px;
    font-family:"Poppins", sans-serif;
    color:white;
    text-align:center;
    font-weight:600;
    padding-left:10px;
    /* text-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.in-view{
    color:white;
    border-radius:10px;
}
.in-view p{
    margin-top:10px;
    color:#8c8c8c;
    padding-left:10px;
    padding-right:10px;
}
.fa-circle{
    color:white;
    font-size:10px;
    margin-right:5px;
}
.roadmap-p{
    color:white;
}

/* footer  */
#footer{
    background-color:#2d0075;
    position:relative;
    bottom:4px;
}
.footer-p{
    color:white;
    padding-top:20px;
}
.footer-img{
    height:40px;
    width:40px;
    margin-top:10px;
    margin-right:20px;
    background-color: #ff3300;
    padding:8px;
}
.mobile{
    display:none;
}
@media (max-width:500px){
   nav{
       position: relative;
       top:80px;
   }
    .contract-span{
        font-size:8px;
    }
    .timeline{
        position: relative;
        right:45px;
    }
    #banner{
        height:100%;
    }
    .timeline ul li {
        margin-left: 20px;
      }
       
      .timeline ul li div {
        width: calc(100vw - 91px);
      }
       
      .timeline ul li:nth-child(even) div {
        left: 45px;
      }
       
      .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #2d0075 transparent transparent;
      }
      .mylink{
          font-size:12px;
      }
      /* banner  */
      .banner-h4{
          font-size:18px;
      }
      .banner-h1{
          font-size:24px;

      }
      .discord-btn{
        padding:7px 30px;
        margin-bottom:30px;
      }
      .intro-h2{
          font-size:24px;
      }
      .mobile{
          display: inline-block;
      }
      .desktop{
          display: none;
      }
      .what-img{
        height:250px;
        width:250px;
    }
    .footer-img{
        margin-right:0px;
        margin-bottom:20px;
    }
}