@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');
html{
    scroll-behavior: smooth;
}
body{
    background-color: black;
}
.myimg{
    height:100%;
    width:100%;
}
.myimg-row{
    margin-top:50px;
}
.second-dodomoo{
    margin-top:50px;
}
/* @font-face {
    font-family: "Poppins";
    src: url('./fonts/aAbstractGroovy.ttf');
  } */
nav{
    background-color: black;
}
.banner2{
    height:100vh;
    width:100vw;
}
/* #c938e7  */
.mylogo{
    height:100px;
    width:100%;
}
.logo1{
    height:100px;
    width:100%;
}
.nav-link{
    color:white;
    font-family:"Poppins",sans-serif;
    margin-right:20px;
    font-size:16px;
}
.nav-link:hover{
    color:#c938e7;
    transition:0.7s;
}
.navbar-brand{
    color:white;
    font-size:40px;
    font-weight:600;
}
.particle-left{
    height:100px;
    width:100px;
    position: absolute;
    top:0px;
    left:0px;
    position:relative;
    animation: mymove 2s infinite;
}
nav{
    margin-top:0px;
    border-bottom:1px solid #808080;
}
.particle-right{
    position:absolute;
    right:0px;
    top:40px;
    height:100px;
    position:relative;
    animation: mymove 2s infinite;
    width:100px;
}
.banner-img{
    height:400px;
    width:90%;
    margin-top:40px;
}
.banner-row{
    margin-top:100px;
}

/* baner content  */
.banner-h1{
    font-size:30px;
 color:white;
    font-weight:500;
    font-family:"Poppins",sans-serif;
}

.banner-p{
    color:#d9d9d9;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}
.token-btn{
    background:#126d3e;
    color:white;
    padding:10px 60px;
    margin-top:30px;
    font-family:"Poppins",sans-serif;
    font-size:20px;
    border:1px solid none;
}
.token-btn:hover{
    color:white;
    transition: 0.7s;
}

#summary{
    padding-top:0px;
    margin-top:0px;
}
.summary-h1{
    font-size:35px;
    text-align:center;
   color:white;
   font-family:"Poppins", sans-serif;padding-top:20px;
}

.summary-row{
    background-color:#32116f;
    height:100%;
    width:100%;
    margin-top:50px;
    border-radius:10px;
    margin-bottom:50px;padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}
.summary-1{
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}

.summary-inner-h1{
    color:white;
    font-size:24px;
    font-weight:400;
}
.summary-p{
    color:#d9d9d9;
    font-size:16px;
    margin-top:10px;
    font-family:"Poppins",sans-serif;
    text-align: center;
}
.summary-img{
    height:80px;
    width:80px;
    margin-bottom:20px;
}
.first{
    background-color:#280d59;
    border-radius: 10px;
}
.first:hover{
    transition: 0.7s;
    background: none;
}

/* business  */
#business{
    margin-top:100px;
}
.business-row{
    margin-top:80px;
}
.business-img{
    height:350px;
    width:100%;
    position:relative;
    animation: mymove 2s infinite;
}
.business-p{
    font-family:"Poppins",sans-serif;
    color:white;
}
.nftimg{
  height:300px;
  width:300px;
  margin-right:10px;
  margin-left:10px;
}
.marquee{
  margin-top:50px;
}
/* attribute  */
#attributes{
  padding-top:100px;
}
.summary-p{
    font-family:"Poppins",sans-serif;
    text-align:center;
}
@keyframes mymove {
    0%, 100% {transform: translateY(0)}
    50% {transform: translateY(20px)}
  }
.right-part{
    height:200px;
    width:200px;
    position: absolute;
    right:0px;
   
    animation: mymove 2s infinite;
}


/* market  */
#master{
    padding-top:100px;
}

.asset-main{
  font-size:20px;
  color:white;
  font-weight: 600;
  font-family:"Poppins",sans-serif;
}

.market-img{
  margin-top:300px;
    height:400px;
    width:400px;
    position:relative;
    animation: mymove 2s infinite;
    border-radius:10px;
}

.market-row{
    margin-top:50px;
}

.master-left{
    margin-top:100px;
}

.market-p{
    color:white;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    margin-top:30px;
   
}

/* roamdmap */
#roadmap{
    margin-top:20px;
    padding-top:30px;
    padding-bottom:30px;
}

.timeline{
    margin-top:0px;
}
.roadmap-disc{
    padding-top:90px;
}
/* timeline */
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #126d3e;
    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: #126d3e;
    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 ;
  }
  .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 ;
  }
  .timeline ul li::after {
    background: white;
    transition: background .5s ease-in-out;
  }
   
  .timeline ul li.in-view::after {
    background: white;
  }
   
  .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;

    color:#00b3b3;
    text-align:center;
    /* text-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.roadmap-p{
    color:white;
    text-align:center;
    margin-top:20px;
    font-size:20px;
}
time{
    font-size:24px;
    font-family:"Poppins", sans-serif;
    color:white;
    text-align:center;
    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:white;
    padding-left:10px;
    padding-right:10px;
    font-family:"Poppins", sans-serif;
}
.fa-circle{
    color:#00b3b3;
    font-size:10px;
    margin-right:5px;
}
.copy-link{
    font-family: "Poppins",sans-serif;
}

/* conclusion  */
#conclusion{
    padding-top:100px;
}
.conclusion-box{
    background: #126d3e;
    border-radius:10px;
    padding-top:30px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    margin-top:20px;
}
.conclusion-p{
    color: white;
    font-family:"Poppins",sans-serif;
    font-size:18px;
}

/* opportunity  */
#opportunity{
    padding-top:150px;
}
.box{
    background: #126d3e;
    height:400px;
    width:100%;
    padding-top:30px;
    text-align:center;
    border-radius: 10px;
}
.box-row{
    margin-top:50px;
}
.box-3{
    position: relative;
    left:30px;
}
.box-2{
    position: relative;
    left:15px;
    
}
.box-h1{
    color:white;
    font-size:30px;
    font-family: "Poppins",sans-serif;
}
.box-p{
    color:white;
    font-size:24px;
    margin-top:20px;
    font-family: "Poppins",sans-serif;
}

.social-links{
    position:fixed;
    left:10px;
    top:200px;
    background: linear-gradient(to bottom, #000099 0%, #ff0066 100%);border:0px solid white;

    border-radius: 30px;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
    box-shadow: rgba(0, 0, 255, 0.35) 0px 5px 15px;
}
.social-link{
    font-size:30px;
    margin-top:10px;
    margin-bottom:10px;
    cursor:pointer;
    color:white;
}
.opensea{
    height:30px;
    width:30px;
}

/* footer  */
#footer{
    margin-top:30px;
}
.footer-p{
    color:white;
    font-family:"Poppins",sans-serif;
    font-size:16px;
}
.footer-discord{
    position:relative;
    bottom:10px;
}
.footer-img{
    margin-right:10px;
}

.myp{
    text-align: center;
}

.myfirst{
    height:300px;
    width:300px;
    border-radius:10px;
}
.img-row{
  margin-top:40px;
}

#footer{
  position:relative;
  top:50px;
}
.footer-hr{
  color:white;
  border:1px solid white;
}
.copy-link{
  color:white;
  margin-right:10px;
}
.footer-span{
  color:white;
  margin-right:10px;
}
.footer-row{
  margin-top: 40px;
}
/* faq  */
#faq{
  /* background:linear-gradient(#ffa4d3,#ffa4d3,#ffa4d3,#9be2ff) ; */
  padding-top:0px;
  padding-bottom:50px;
}
.faq-h1{
  text-align:center;
  color:white;
  font-family:myFirstFont, sans-serif;
  font-size:30px;
  /* -webkit-text-stroke: 2px white; */
}
.faq-p{
  text-align:center;
  margin-top:10px;
  color:#8c8c8c;
}
.question{
  margin-top:20px;
  background: #126d3e;

  border-radius:10px;
  color:white;
  padding:20px 20px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; */
  font-size:20px;
  color:white;
  font-family:"Poppins", sans-serif;
}
.question:hover{
  cursor:pointer;
}
.answer{
  color:#8c8c8c;
  font-size:16px;
  font-weight:500;
  margin-top:30px;
  line-height: 1.8;
  font-family:"Poppins", sans-serif;
  color:white;
}
.fa-angle-down, .fa-angle-up{
  position:absolute;
  right:40px;
  font-size:30px;
}

#background{
    background-image: url('./Images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    padding-bottom:80px;
    padding-top:0px;
}

/* #background{
    background-image: url(./Images/footer.png);
    background-position: center;
    background-size: cover;
    height:160%;
    width:100%;
} */


.privacy-row{
    background-color:white;
    
    position:relative;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    bottom:20px;
}
.terms-row{
    background-color:white;
   
    position:relative;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    bottom:20px;
}
.p-h2{
    font-size:30px;
    margin-top:30px;
    margin-bottom:30px;
}
.fa-times
{
    position:absolute;
    right:20px;
    top:20px;
    font-size:20px;
    cursor:pointer;
}
.terms-ul ol{
    margin-top:20px;
}

.social-links{
    position:fixed;
    left:10px;
    top:200px;
    background: #126d3e;border:0px solid white;
    border-radius: 30px;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
    box-shadow: rgba(0, 0, 255, 0.35) 0px 5px 15px;
}
.social-link{
    font-size:30px;
    margin-top:10px;
    margin-bottom:10px;
    cursor:pointer;
    color:white;
}

.p-p{
    font-family:"Poppins",sans-serif;
}
.mine-h1{
    font-size:40px;
}

video{
    height:100%;
    width:100%;
    margin-top: 30px;
}
.mynft{
    margin-top:0px;
}
.video-h3{
    color:white;
    font-size:18px;
    font-weight:400;
    font-family:"Poppins",sans-serif;
}

.footer-link{
    margin-left:10px;
}
.footer-discord{
    position:relative;
    bottom:5px;
}
.footer-icons{
    display:none;
}

.special-span{
    padding-top:20px;
}
.opensea-link{
    color:white;
    text-decoration: none;
}
.opensea-link:hover{
    text-decoration: underline;
    color:white;
}

#logos{
    margin-top:100px;
}
.logos-h1{
    color:white;
    text-align: center;
    font-family:"Poppins";
    font-size: 30px;
    margin-bottom:30px;
}
.link-social{
    margin-top:20px;
}
.link-social a{
    color:white;
}
.link-social a:hover{
    color:#ff0066;
    text-decoration: none;
    transition:0.7s;
}

.number{
    margin-right:3px;
}
.number1{
    margin-right:6px;
}
@media (max-width:600px)
{
    .footer-icons{
        display:inline-block;
    }
  .timeline{
        position: relative;
        right:45px;
    }
    .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  transparent transparent;
      }
      .social-links{
          display:none;
      }
      .banner-h1{
          font-size:30px;
      }
      .banner-row{
          margin-top:50px;
      }
      .banner-img{
          margin-top:50px;
          height:300px;
      }
      #summary{
          margin-top:50px;
      }
      .summary-h1{
          font-size:35px;
      }
      .summary-row{
          margin-left:2px;
      }
      .business-left{
          margin-top:30px;
      }
      #master{
          margin-top:0px;
      }
      .master-left{
          margin-top:0px;
      }
      .market-img{
          margin-top:30px;
      }
      #roadmap{
          margin-top:50px;
      }
      .roadmap-disc{
        margin-top:50px;
    }
    .conclusion{
        margin-top:50px;
    }.conc-row{
        margin-right:5px;
        margin-left:5px;
    }
    .conclusion-p{
        font-size:16px;
    }
    .conclusion-box{
        padding-top:30px;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;
    }
    .box{
        margin-top:20px;
    }
    .box-2, .box-3{
        position: relative;
        left:0px;
    }
    .box-row{
        margin-left:5px;
        margin-right:5px;
    }
    .box-p{
        font-size:20px;
    }
    .footer-last{
        display:none;
    }
    .business-img{
        height:100%;
        width:100%;
        position:relative;
        animation: mymove 2s infinite;
    }
   .mylogo{
       height:50px;
       width:50px;
   }
   .market-img{
    margin-top:150px;
      height:300px;
      width:300px;
      position:relative;
      animation: mymove 2s infinite;
      border-radius:10px;
  }.myfirst{
      margin-top:20px;
  }
  .mylogo{
      height:100%;
      width:100%;
  }
  #summary{
    padding-top:150px;
}
.summary-h1{
    padding-top:50px;
}
.mylogo{
    height:120px;
    width:180px;
}
.token-btn{
    background:#126d3e;
    color:white;
    padding:10px 30px;
    margin-top:30px;
    border:1px solid none;
}
.box{
    height:220px;
}.token-btn{
    background:#126d3e;
    color:white;
    padding:10px 40px;
    margin-top:30px;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    border:1px solid none;
}
.box{
    background: #126d3e;
    height:100%;
    width:100%;
    padding-top:30px;
    text-align:center;
    border-radius: 10px;
}
.box-h1{
    font-size:30px;
}
.banner-h1{
    font-size:19px;
}
.summary-h1{
    text-align:center;
    color:white;
    font-family:"Poppins", sans-serif;
    font-size:24px;
    /* -webkit-text-stroke: 2px white; */
  }
  #summary{
      padding-top:0px;
  }
  #attributes{
      padding-top:120px;
  }
  #master{
      padding-top:0px;
  }
  .master-left{
    margin-top:0px;
}
.market-img{
    margin-top:20px;
}
.roadmap-p{
    font-size:14px;
}
#faq{
    padding-top:0px;
    padding-bottom:0px;
    position: relative;
    bottom:80px;
}
.question{
    font-size:16px;
}
#conclusion{
    padding-top:0px;
}
.box-h1{
    font-size:20px;
}
.myroadmap{
    position:relative;
    bottom:30px;
}
time
{
    font-size:20px;
}
.second-part
{
    display:none;
}
#master{
    padding-top:80px;
}
#faq{
    padding-top:90px;
    padding-bottom: 0px;
}
#conclusion{
    padding-top:90px;
    position: relative;
    bottom:50px;
}
.banner2{
    height:300px;
    margin-top:40px;
}
.logo1{
    height:200px;
    width:100%;
    margin-top:20px;
}
.box-1{
    margin-top:20px;
}
.dodomoo-v2{
    margin-top:30px;
}
.token-btn{
    font-size:15px;
}
.banner-video{
    margin-top:30px;
}
.myimg{
    margin-top:20px;
}
time{
    font-size:23px;
}
.mobile{
    position: relative;
    left:4%;
}
.opensea-link{
    font-size:12px;
}
    }