body{
  overflow-x: hidden;
}
a,h1,h2,h3,h4,h5,h6,p,span,li{
  font-family: sans-serif;
}
nav.navbar{
    background-color: #0e2f44 !important;
}
.navbar-dark .navbar-nav .nav-link { 
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #22f403 !important;
}
a{
    color: #fff !important;
}
p{
    font-size: 18px;
  }
.login-btn{
    height: 30px;  
    padding: 0px 15px !important;
    /* margin: auto; */
    color: #000 !important;
}

 .nav-link:hover{
      color: #22f403 !important;
 }
.banner-section{
    background-image: url("/asset/image/home-page/banner-background.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.banner-section p{
    font-size: 18px;
    color: #000;
}
h1{
    font-size: 58px;
    font-weight: 400;
     width: 80%;
    margin: auto;
    text-align: center;
     margin-top: 10%;
     color: #000;
}
.cus-btn {
    background-image: -moz-linear-gradient( 90deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
     
    
    
    z-index: 125;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: 600; 
  }
  .cus-btn img{
    width: 40px;
  }
  .cus-btn:hover{ 
    background-image: -moz-linear-gradient( 180deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
    color: #ffff; 
    box-shadow: 1.089px 1.677px 28.48px 3.52px rgba(26, 83, 118, 0); 
  }
  .about-us p{
    font-weight: 600;
    line-height: 50px !important;
  }
  .about-us img{
   width: 200px;
  }
  .how-it-works{
    background-image: linear-gradient(#2ecc71, #1a5276);
    background-position: center;
    background-size: cover; 
  }
  .cus-card {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.089px 1.677px 28.48px 3.52px rgba(14, 47, 68, 0.25);
    
    width: 350px;
    height: 271px;
    text-align: center;
    padding: 20px;
     
  }
  .how-it-works .cus-card img{
    width: 130px;
    position: relative;
    top: -70px;
  }
  .how-it-works .cus-card h3{
    margin-top: -40px;
  }
  .token-sale {
    color: #fff;
  }
  .token-sale-2{
    margin-top: 150px;
    color: #fff;
  }
  .token-sale-2 img{
    /* width: 350px; */
    display: block;
    margin-left: auto;
  }
  .token-sale-2 h3{
    font-size: 30px;
   
  }
  .token-sale-2 p{
    font-size: 24px;
    margin-bottom: 0 !important;
  }
  .token-rate {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.089px 1.677px 28.48px 3.52px rgba(14, 47, 68, 0.25);
      display: flex;
    width: 281px;
    height: 100px; 
    color: #000;
  }
  .token-rate p{
    font-size: 16px;
    margin: 0;
  }
  .token-rate h4{
    font-size: 18px;
  }
  .token-img-1 img{ 
    position: relative;
    left: -78px;
    width: 75px;
    margin: auto;
  }
  .token-img-2 img{ 
    position: relative;
    left: -62px;
    width: 75px;
    margin: auto;
  }
  .token-content{
    margin-left: -67px !important;
    text-align: left;
  }
  .acceptable-coins{
    margin-top: 50px;
  }
 .acceptable-coins img{
  margin-left: 10px;
 }
 
 .chartslaebg {
  width: 100%;
  height: 600px;
}
.pie-chart-data h4 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.first-color .progress-bar {
  background: #67b7dc;
}
.pie-chart-data .progress .progress-bar {
  border-radius: 20px;
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
.second-color .progress-bar {
  background: #8067dc;
}
.third-color .progress-bar {
  background: #dc67ce;
}
.fourth-color .progress-bar {
  background: #dc6967;
}
.fifth-color .progress-bar {
  background: #dcd267;
}
.text-right {
  text-align: right!important;
}
.pie-chart-data.tx-rt .progress {
  background: transparent;
  flex-direction: row-reverse;
}



#infographic .circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 50%;
}
#infographic :not(:nth-child(even)) .circle {
  transform: translateX(-100%);
}
#infographic .circle i {
  font-size: 4em;
  margin-bottom: 20px;
  color: currentColor;
}
#infographic article {
  max-width: 410px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 50%;
  position: relative;
}
#infographic article header {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#infographic article header i {
  display: flex;
  font-size: 2em;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 14px;
  transition: transform 0.4s;
  color: #fff;
  border: 16px solid #12443f;
  margin: -16px 0 -16px -20px;
}
#infographic article header h6 {
  /*text-transform: uppercase;*/
  margin: 0 30px;
  padding: 5px;
}
#infographic article .body {
  background: #00000021;
  padding: 0 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
#infographic article .body .btn {
  padding: 3px 10px;
  text-transform: uppercase; 
}
#infographic :nth-child(even) article {
  text-align: right;
  transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
  flex-flow: row-reverse;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
  margin: -16px -20px -16px 0;
}
#infographic article[data-step="1"] {
  margin-left: 20px;
}
#infographic article[data-step="2"] {
  margin-left: 50px;
}
#infographic article[data-step="3"] {
  margin-left: 46px;
}
#infographic article[data-step="4"] {
  margin-left: 0;
}
#infographic article[data-step="5"] {
  margin-left: -60px;
}
#infographic article[data-step="6"] {
  margin-left: -40px;
}
#infographic article[data-step="7"] {
  margin-left: -70px;
}
#infographic article[data-step="8"] {
  margin-left: -60px;
}
#infographic article[data-step="9"] {
  margin-left: 0;
}
#infographic article[data-step="10"] {
  margin-left: 70px;
}
#infographic article[data-step="11"] {
  margin-left: 60px;
}
#infographic article[data-step="12"] {
  margin-left: 100px;
}
#infographic article[data-step="13"] {
  margin-left: 80px;
}
#infographic article[data-step="14"] {
  margin-left: 30px;
}
#infographic article[data-step="15"] {
  margin-left: -50px;
}
#infographic article[data-step="16"] {
  margin-left: -250px;
}
#infographic .one article header {
  background-color: #00000075;
  color: #8f2543;
}
#infographic .one article header i {
  background-color: #007bff;
}
#infographic .two article header {
  background-color: #00000075;

  color: #006c63;
}
#infographic .two article header i {
  background-color: #28a745;
}
#infographic .three article header {
  background-color: #00000075;
  color: #dc3545;
}
#infographic .three article header i {
  background-color: #dc3545;
}
#infographic article:hover header i {
  transform: scale(1.2);
}
#infographic article.active header {
  border-bottom-right-radius: 0;
}
#infographic article.active header i {
  --opacity: 0.4;
  transform: scale(1) !important;
}
#infographic article.active .body {
  padding: 20px;
  max-height: 300px;
  border: 1px solid;
}
#infographic .two article.active header {
  border-bottom-left-radius: 0;
}
.road-map-section{
  background-image: -webkit-linear-gradient(90deg, rgb(26, 82, 118) 0%, rgb(46, 204, 113) 100%);
}
 
.our-team .card{
  width: 252px;
    height: 349px;
  /* border-bottom: 5px solid #0e2f44; */
}
.mySwiper{
  height: 400px;
  width: 100% !important;
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-team .card::before{
position: absolute;
top: 0px;
content: "";
width: 260px ;
height: 100px;
background-color: #0e2f44;
-webkit-clip-path: ellipse(58% 88% at 50% 12%);
clip-path: ellipse(58% 88% at 50% 12%);
z-index: 1;
}

.our-team .card .card-body{
  text-align: center;
  z-index: 9999;
  
}
.our-team .card img{
  border: 10px solid #0e2f44;
  border-radius: 50%;
  width: 50%;
  height: auto;
  margin: auto;
}
.our-team .card .card-footer{
  
  background-color: #0e2f44;
}
.our-team .card .card-footer i{
  margin:0px 10px;
  color: #fff;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: ""; 
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: brightness(0) invert(1) !important;
    position: absolute;
    right: 22px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(180deg);
    filter: brightness(0) invert(1) !important;
    position: absolute;
    right: 22px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0e2f44;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-item {
  margin: 20px 0px;
  border: 1px solid #0e2f44; 
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid;
}
.footer{
  color: #fff;
  background-image: -webkit-linear-gradient( 90deg, rgb(46,204,113) 0%, rgb(14 47 68) 50%);
}
.navbar-brand img{
  width: 94px;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.nav-link{
  margin: 0px 15px;
}
.footer .d-flex i{
  margin: 0px 10px;
}

nav .navbar-brand{
  margin-left: 100px;
}
ul{
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
.footer h4{
  color: #fff;
}
.news-btn{
  background-image: -webkit-linear-gradient( 90deg, rgb(26,82,118) 0%, rgb(46,204,113) 100%);
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  margin-top: -1px;
}
.sub-footer{
  background-color: #0e2f44;
  color: #fff;
}
button.navbar-toggler.collapsed {
    position: absolute !important;
    right: 12px !important;
    top: 20px !important;
}
 
.cus-card:hover img{
transform: scale(1.3);
    transition: transform .4s;
}
.token-rate:hover img{
transform: scale(1.3);
    transition: transform .4s;
}
.footer li a:hover{
  color: #dfdfdf !important;
}
.footer .navbar-brand  a:hover{
  color: #dfdfdf !important;
}
.step.three.text-danger.mt-5, .step.two.text-success, .step.one.text-primary, header.d-flex.align-items-center.text-success,header.d-flex.align-items-center.text-primary, header.d-flex.align-items-center.text-danger {
    color: #fff !important;
}
.card-footer a i:hover{
  color: #22f403 !important;
}
button.accordion-button:hover{
  color: #22f403 !important;
}
 button.accordion-button.collapsed {
    background: #0e2f44;
    color: #fff;
}
.login-btn:hover{
  background: #0e2f44;
    color: #fff !important;
}



/*currently worked*/


a.navbar-brand.ms-0.ms-sm-0.ms-md-5 {
    margin: 0 !important;
    margin-left: 0px !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px !important;
}
@media only screen and (max-width:768px){
h1 {
    font-size: 40px;
    font-weight: 400;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 10%;
    color: #000;
}
form.d-block.d-sm-block.d-md-flex.me-md-5 {
    display: flex !important;
    width: 200px;
    margin-left: 0px !important;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 10px;
}
.pull-right {
    float: inherit;
}
}
section#roadmap {
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
 
.modal{
  height: 97% !important;
  overflow: hidden;
}
.pos-ab{
 position: absolute;
    right: 15px;
    top: 18px;
    color: #fff;
    background-color: red;
     
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    display: flex;
    border-radius: 50%;
    border: 1px solid red;
    justify-content: center;
    align-items: center;
    line-height: 9px;
    flex-direction: column;
}
.modal .cus-card{
  margin: auto !important; 
}
.modal-body{
  height: 80vh;
  overflow-y: scroll;
}
.choosebox{
  display: none !important;
}
.cus-alin{
  height: 64px;
    margin-left: 10px !important;
}
.txt-cus{
  font-family: cursive;
    font-size: 22px;
}
button.bg-none {
    background: none;
    border: none;
}
.cus-card-1 {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.089px 1.677px 28.48px 3.52px rgb(14 47 68 / 25%);
    width: auto;
    text-align: center;
    padding: 20px;
}
.pos-abs{
  position: absolute;
    right: 17px;
    top: 4px;
    content: "+";
    color: #fff;
    z-index: 9999 !important;
}
@media only screen and (max-width:425px){
  .token-rate{
    margin: 10px auto !important;
  }
}