/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
html body {
    top: 0px !important;
}
.starter-section {
    /* Add your styles here */
  }
  
  .skiptranslate{
    display: none;
    position: fixed;
    top:-1000px !important;
    height: 0px;
    overflow: hidden;
  }
  
  .notranslate-google {
    transition: 0.3s;
    padding: 0px 16px;
    margin:3px ;
  }
  .notranslate-google [data-bs-toggle='dropdown'] {
    display: flex;
    gap: 0px 6px;
    padding: 16px 8px;
  }
  .notranslate-google a {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    gap: 0px 5px;
    text-decoration: none;
  }
  .notranslate-google.open .dropdown-menu {
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border: none;
    top: 15px;
     
  }
  
  .notranslate-google img {
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
   border: rgba(231,231,231,1.00) 1px solid
  }
  
  #current-language-text{
    color: var(--bs-light);
  }
  @media (max-width: 767px) {
     
  }
  @media (max-width: 991.98px) {
    .menu-btns{
      margin-bottom: 0px;
    }
    .notranslate-google {
      transition: 0.3s;
      padding: 0px 0px;
      margin-left: -10px;
      margin-right: -10px;
  }
  }
  .wgs-logo img{
    height: 24px;
  }

  .section-about .feature-text{
    display: grid;
    grid-template-rows: 20% 80%;
  }

  .bonus {
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(22, 163, 254, 0.2);
    border-top: none;
    display: flex;

    align-items: center;
}
.token-alocate-graph span {
    color: #ffffff;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3;
}

.token-alocate-item {
    border: 1px solid rgba(22, 163, 254, 0.2);
    border-radius: 8px;  
    margin-bottom: 30px;
}
.chart-p {
    margin-left: auto;
    font-size: 1.125rem;
    font-weight: 500;
    color: #adc1ff;
}

.roadmap-step ul li{
    display: grid;
    grid-template-columns: 18% 82%;
    gap: 0px 10px;
}
.partner-logo img {
    max-height: 86px;
    border-radius: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    object-position: center;
     object-fit: cover;
     opacity: 1;

}

.partner-logo img:hover {
    filter: grayscale(0%);
}

.token-alocate-item-grid{
  display: grid;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 30% 60%;
}

@media (min-width: 576px) { 
    .banner-single .progress-bar-md { height: 34px; }
    .banner-single .progress-percent { font-size: 14px; }
    .banner-single .progress-wrap-point {margin-bottom: 30px;}

}

@media (max-width: 991.98px) {
  .progress-wrap-point {
      margin-bottom: 42px;
  }

  .token-alocate-item-grid{
    grid-template-columns: 100%;
  }
}