  /* gogle font raleway */
 
  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

     /* p  */
     @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap');

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}
 /* navbar */
.navbar{
    background-color: #000000;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
body{
    /* font-family:sans-serif; */
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    /* color: #3fc7c7; */
    color: #DAA520 ;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
    font-size:17px;
}
.nav-link:hover{
    display: block;
    padding: 0.5rem 1rem;
    color: #d6cbcb;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s 

}
.nav-link:focus{
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s 
}
.img-fluid {
    min-width: 70%;
    height: 70%;
    padding-top: 30px;
}

.btn-dld {
    padding: 5px 10px;
    background-color: #fff;
    color: #4ebdba !important;
}
.btn-dld:hover{
   background-color:#f9fbfb;
} 
.banner-box img{
    width:100%;
    min-height:100px;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.banner-box{
    width:100%;
   
    position: relative;
    top: 0;
}
.bnr-caption{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.bnr-caption{
    /* width:450px; */
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.bnr-caption h2{
   font-size:40px;
}
.overlay{
    position: absolute;
    top: 0;
    /*background-color:#0000007a;*/
    width: 50%;
    height:100px;
} 
/* .btn-cus{
    padding:5px 20px;
    background-color: #fff;
    color:black;
} */


.btn-cus {
    display: inline-block;
    padding: 2px 30px;
    border: 1px solid #4f4f4f;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: black;
    background-color: #fff;
    z-index: 1;
    font-weight: 300;
}
   
   .btn-cus:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
   }
   .btn-cus:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #DAA520;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
   }
   
   .btn-cus:hover {
    color: #ffffff;
    border: 1px solid #DAA520;
   }
   
   .btn-cus:hover:before {
    top: -35%;
    background-color: #DAA520;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
   }
   
   .btn-cus:hover:after {
    top: -45%;
    background-color: #DAA520;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
   }
    
   .about-header-box{
    color: #5f6262;
   }
   .about-box img{
    transition: all 0.3s;
	padding-top: 30px;
    padding-bottom: 30px;
 }
   .about-box img:hover{
    transform:scale(0.9);
 }
 .about-coption p{
    font-size:24px;
    font-weight:200;
 }
 .heading-box{
    color: #5f6262; 
    position: relative;
    top:0;
 }

 /* .heading-box h3::before{
    content: '';
    position:absolute;
    bottom:-9px;
    width:120px;
    height:2px;
    background-color: #0078d7;
    color: #0078d7;
 } */

 /* .heading-box b::before{
    content: '';
    position:absolute;
    bottom:-9px;
    width:200px;
    height:2px;
    background-color: #0078d7;
    color: #0078d7;
 } */



 /* .heading-box h4::before{
    content: '';
    position:absolute;
    bottom:-9px;

    width:450px;
    height:2px;
    background-color: #0078d7;
    color: #0078d7;
 } */


 /* .bound {
    position: absolute;
    top: 34px;
    left: 7px;
    width: 15px;
    height: 15px;
    background-color: #0078d7;
    border-radius: 50px;
    animation: bounce  5s infinite;
} */
/* .bounduser {
    position: absolute;
    top: 25px;
    left: 14px;
    width: 18px;
    height: 18px;
    background-color: #0078d7;
    border-radius: 50px;
    animation: bounce  5s infinite;
} */
 @keyframes bounce {
    0%{ left:7px;}
  50%{ left:70px;}
  100% {background-color:#0078d7; left:7px;}

 }
.bg-cus{
    background-color:#fff;
}


.myf-bg {
   
    background-image: url("../img/bnr2.png");
     /* background-color: #080404; */
    min-height:300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.myf-bg1 {
    background-image: url("../img/bnr2.png");
    /* background-color: #080404; */
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.myf-bg2 {
    background-image: url("../img/bnr2.png");
    /* background-color: #080404; */
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-caption {
    color: #f9fbfb;
    font-family: sans-serif;
}

.token-caption1 {
    color: #000000;
    font-family: sans-serif;
    /* font-weight: bold; */
}

.about-coption2 {
    color: #000000;
    font-family: sans-serif;
    
}

.about-coption3 {
    color: #000000;
    font-family: sans-serif;
    
}

.about-coption4 {
    color: #000000;
    font-family: sans-serif;
    
}

.token-caption5 {
    color: #000000;
    font-family: sans-serif;
    
}

.list-box li {
    list-style: none;
    margin-bottom: 10px;
}
  .list-box  li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0078d7;
}
.list-box1 li{
    list-style: none;
    margin-bottom: 10px;
    
}
.list-box1  li:before{
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0078d7;  
}
 .cus-card{
    width:300px; 
    height:180px;
    margin-bottom: 10px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
    

 .cus-card img {
    width: 290px; 
    height: 160px;
} 

 /* owl */
  .owl-nav>.owl-prev{
    position: absolute;
     top: 27%;
    left:-60px;
   
  }
  .owl-nav>.owl-next{
    position: absolute;
    top: 27%;
    right: -60px;
   /* transform: translate(-50%, -0); */
  }
  .owl-prev i{
    font-size: 50px;
    color: #DAA520;
    font-weight: 600;
  }
  .owl-next i{
    font-size: 50px;
    color: #DAA520;
    font-weight: 600;
  }

  button{
   box-shadow: none;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;;
    color:#DAA520!important;
    text-decoration: none;
}
/* .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #000000;
    text-decoration: none;
} */

@media only screen and (max-width:600px) {
    .cus-card{
        width:100% !important;
       
    }
    .bnr-caption {
       width: 300px;
  
    } 
    .bnr-caption h2{
        font-size:30px;
       }
  }
   /* @media only screen and (max-width:200px) {
    .cus-card{
        width:100% !important;
       
    }
    .bnr-caption {
      width: 200px;
  
    }
    .bnr-caption h2{
        font-size:30px;
       }
  } */


/* 
 
   footer */
    

  .footer-distributed{
      background: rgb(0, 0, 0);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: bold 16px sans-serif;
      padding: 55px 50px;
  }
.py-2 {
    background-color: rgb(2, 12, 41);
    color: #fffbfb;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
      width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
      color:  #ffffff;
      font: normal 36px 'Open Sans', cursive;
      margin: 0;
  }
  
  .footer-distributed h3 span{
      color:  #DAA520;
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
      color:  #ffffff;
      margin: 20px 0 12px;
      padding: 0;
  }
  
  .footer-distributed .footer-links a{
      display:inline-block;
      line-height: 1.8;
    font-weight:400;
      text-decoration: none;
      color:  inherit;
  }
  

  
  /* Footer Center */
  
  .footer-distributed .footer-center{
      width: 35%;
  }
  
  .footer-distributed .footer-center i{
      background-color:  #33383b;
      color: #ffffff;
      font-size: 25px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      margin: 10px 15px;
      vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
      font-size: 17px;
      line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
      display: inline-block;
      color: #ffffff;
    font-weight:400;
      vertical-align: middle;
      margin:0;
  }
  
  .footer-distributed .footer-center p span{
      display:block;
      font-weight: normal;
      font-size:14px;
      line-height:2;
  }
  
  .footer-distributed .footer-center p a{
      color:  #DAA520;
      text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
      width: 20%;
  }
  
  .footer-distributed .footer-company-about{
      line-height: 20px;
      color:  #92999f;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
      display: block;
      color:  #ffffff;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
      margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
      display: inline-block;
      width: 35px;
      height: 35px;
      cursor: pointer;
      background-color:  #33383b;
      border-radius: 2px;
  
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      line-height: 35px;
  
      margin-right: 3px;
      margin-bottom: 5px;
  }
  
  /* If you don't want the footer to be responsive, remove these media queries */
  
  @media (max-width: 880px) {
  
      .footer-distributed{
          font: bold 14px sans-serif;
      }
  
      .footer-distributed .footer-left,
      .footer-distributed .footer-center,
      .footer-distributed .footer-right{
          display: block;
          width: 100%;
          margin-bottom: 40px;
          text-align: center;
      }
  
      .footer-distributed .footer-center i{
          margin-left: 0;
      }
  
  }
  .logo{
    height: 10vh;
    width: 10vh;
  }
  .roadmap-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .roadmap-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  
  .timeline {
    position: relative;
    padding-left: 40px;
    border-left: 3px solid #0078d7;
  }
  
  .timeline-item {
    margin: 20px 0;
    position: relative;
  }
  
  .timeline-dot {
    position: absolute;
    left: -8px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #0078d7;
    border-radius: 50%;
  }
  
  .timeline-content {
    background: #f9f9fc;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .timeline-content h2 {
    margin: 0;
    font-size: 1.2rem;
    color: #0078d7;
  }
  
  .timeline-content p {
    margin: 5px 0 0;
    font-size: 1rem;
    color: #555;
  }
  
  @media (max-width: 600px) {
    .roadmap-container {
      padding: 10px;
    }
  
    .roadmap-title {
      font-size: 1.5rem;
    }
  
    .timeline-content h2 {
      font-size: 1rem;
    }
  
    .timeline-content p {
      font-size: 0.9rem;
    }
  }
