@import url('https://fonts.cdnfonts.com/css/pixelify-sans');
@import url('https://fonts.cdnfonts.com/css/dameron');
@import url('https://fonts.cdnfonts.com/css/waiting-summer');
@import url('https://fonts.cdnfonts.com/css/ff-comma');
@import url('https://fonts.cdnfonts.com/css/br-segma');
body, html {
  margin: 0px;
  padding: 0px;
  
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'FF Comma Trial', sans-serif;
}
#particles-js{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  padding: 15px 0px;
  background-color: #0000;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .right__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .right__part ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
}
header .outer__header .right__part ul > li {
  margin-right: 15px;
}
header .outer__header .right__part ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 19px;
  line-height: 24px;
  color: #363535;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .right__part ul > li > a:hover {
  color: #8CFF01;
}
header .outer__header .right__part ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .right__part > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  border: 2px solid #739d63;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: #382800;
  font-weight: 600;
  text-transform: uppercase;
  background: #444444;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .right__part > a:hover {
  background-color: green;
  color: #363535;
}
header .outer__header .left__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .left__logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .left__logo > a > img {
  max-width: 120px;
}

.about__section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.about__section .outer__about .bottom__ {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about__section .outer__about .bottom__ > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 24px;
  color: #363535;
  font-weight: 500;
}
.about__section .outer__about .bottom__ > p span {
  word-break: break-all;
}
.about__section .outer__about .bottom__ > p:last-child {
  margin-bottom: 0px;
}
.about__section .outer__about .top__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.about__section .outer__about .top__ .desc__ {
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.about__section .outer__about .top__ .desc__ .socials {
  margin-top: 30px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.about__section .outer__about .top__ .desc__ .socials > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.about__section .outer__about .top__ .desc__ .socials > ul > li {
  margin: 7px 10px;
}
.about__section .outer__about .top__ .desc__ .socials > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #363535;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.about__section .outer__about .top__ .desc__ .socials > ul > li > a:hover {
  opacity: .7;
}
.about__section .outer__about .top__ .desc__ .socials > ul > li > a img {
  max-width: 50px;
}
.about__section .outer__about .top__ .desc__ > p {
  margin: 0px;
  margin-top: 7px;
  font-size: 20px;
  line-height: 24px;
  color: #363535;;
  font-weight: 500;
}
.about__section .outer__about .top__ .desc__ > h1 {
  margin: 0px;
  font-size: 90px;
  line-height: 90px;
  color: #363535;
  font-weight: bold;
}
.about__section .outer__about .top__ .desc__ > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 26px;
  color: #363535;;
  font-weight: 400;
}
.about__section .outer__about .top__ .media__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about__section .outer__about .top__ .media__ > img {
  max-width: 520px;
}

.why__section {
  padding-top: 40px;
  padding-bottom: 80px;
}
.why__section .outer__why .why__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why__section .outer__why .why__inner .desc__ {
  max-width: 540px;
}
.why__section .outer__why .why__inner .desc__ > .el__ {
  margin-bottom: 25px;
}
.why__section .outer__why .why__inner .desc__ > .el__ > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: bold;
  color: #363535;;
}
.why__section .outer__why .why__inner .desc__ > .el__ > p {
  margin: 0px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: #363535;;
}
.why__section .outer__why .why__inner .desc__ > .el__:last-child {
  margin-bottom: 0px;
}
.why__section .outer__why .why__inner .media__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.why__section .outer__why .why__inner .media__ > img {
  max-width: 480px;
  width: 100%;
}
.why__section .outer__why > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 60px;
  color: #363535;
  font-weight: bold;
}

.copy__wrapper {
  padding: 90px 0px;
}
.copy__wrapper .outer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  border-radius: 15px;
  background-color: rgba(15, 50, 9, 0.7);
}
.copy__wrapper .outer__copy > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copy__wrapper .outer__copy > p {
  margin: 0px;
  word-break: break-all;
  font-size: 27px;
  line-height: 34px;
  color: green;
  font-weight: bold;
}

footer {
  padding: 20px 0px;
  background-color: green;
  text-align: center;
}
footer p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  color: #D0D2D0;
}

.menu__button {
  display: none;
}

@media (max-width: 1200px) {
  .why__section {
    padding-bottom: 0px;
  }

  .why__section .outer__why > h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .why__section .outer__why .why__inner .media__ > img {
    max-width: 380px;
  }

  .why__section .outer__why .why__inner .desc__ {
    max-width: 440px;
  }

  .why__section .outer__why .why__inner .desc__ > .el__ > span {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .why__section .outer__why .why__inner {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }

  .why__section .outer__why .why__inner .desc__ {
    margin-left: 35px;
  }

  .about__section .outer__about .top__ .media__ > img {
    max-width: 420px;
  }

  .about__section .outer__about .top__ .desc__ > h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .why__section {
    padding-top: 0px;
  }

  .why__section .outer__why .why__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .why__section .outer__why .why__inner .media__ {
    max-width: 440px;
    width: 100%;
    margin-bottom: 20px;
  }
  .why__section .outer__why .why__inner .media__ img {
    max-width: 100%;
  }

  .why__section .outer__why .why__inner .desc__ {
    margin-left: 0px;
  }

  .why__section .outer__why .why__inner .desc__ > .el__ > p {
    font-size: 19px;
    line-height: 22px;
  }

  .why__section .outer__why .why__inner .desc__ > .el__ > span {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .why__section .outer__why > h2 {
    font-size: 40px;
  }

  .about__section .outer__about .top__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__section .outer__about .top__ .media__ {
    margin-bottom: 25px;
  }
  .about__section .outer__about .top__ .media__ img {
    max-width: 320px;
  }

  .about__section {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .about__section .outer__about .top__ .desc__ > span {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .about__section .outer__about .top__ .desc__ > p {
    font-size: 19px;
    line-height: 22px;
  }

  .about__section .outer__about .top__ .desc__ .socials > ul > li > a {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
  }
  .about__section .outer__about .top__ .desc__ .socials > ul > li > a img {
    max-width: 40px;
  }

  .about__section .outer__about .top__ .desc__ .socials > ul > li {
    margin: 4px 5px;
  }

  .about__section .outer__about .top__ .desc__ .socials {
    max-width: 290px;
    margin-top: 15px;
  }

  .about__section .outer__about .bottom__ > p {
    font-size: 19px;
    line-height: 22px;
  }

  .about__section .outer__about .top__ {
    margin-bottom: 40px;
  }

  .about__section .outer__about .top__ .desc__ > h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .copy__wrapper .outer__copy > p {
    font-size: 21px;
    line-height: 25px;
  }

  .copy__wrapper .outer__copy {
    max-width: 720px;
  }

  .copy__wrapper {
    padding: 20px 0px;
  }

  header .outer__header .left__logo > a > img {
    max-width: 200px;
  }

  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__button > a.active > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8.5px;
  }
  .menu__button > a.active > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px;
  }
  .menu__button > a.active > span:nth-child(2) {
    opacity: 0;
  }
  .menu__button > a > span {
    min-width: 28px;
    min-height: 3px;
    background-color: #363535;
    border-radius: 5px;
    position: relative;
    top: 0px;
    bottom: auto;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-bottom: 5px;
  }
  .menu__button > a > span:last-child {
    margin-bottom: 0px;
    top: auto;
    bottom: 0px;
  }

  header .outer__header .right__part {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0E1114;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -100%;
    -webkit-transition: .7s ease all;
    transition: .7s ease all;
    z-index: 9999;
  }

  header .outer__header .right__part > a {
    margin-top: 15px;
    color: #ffffff;
    background: #363535;
  }
  header .outer__header .right__part > a:hover {
    background-color: #8CFF01;
    color: #000000;
  }

  header .outer__header .right__part ul {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .outer__header .right__part ul > li {
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
  header .outer__header .right__part ul > li:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .right__part ul > li > a {
    color: #ffffff;
  }
  header .outer__header .right__part ul > li > a:hover {
    color: #8CFF01;
  }

  /* Close button for mobile menu */
  .close-menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s;
  }

  .close-menu-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .why__section .outer__why > h2 {
    font-size: 32px;
  }

  .about__section .outer__about .top__ .desc__ > h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .about__section .outer__about .top__ .media__ img {
    max-width: 240px;
  }

  .about__section .outer__about .bottom__ > p {
    font-size: 19px;
    line-height: 20px;
  }

  .about__section .outer__about .top__ .media__ img {
    width: 100%;
  }

  footer p {
    font-size: 18px;
    line-height: 22px;
  }

  .copy__wrapper .outer__copy > p {
    font-size: 19px;
    line-height: 20px;
  }

  .copy__wrapper .outer__copy > a {
    margin-left: 10px;
  }
  .copy__wrapper .outer__copy > a img {
    max-width: 20px;
  }

  .copy__wrapper .outer__copy {
    max-width: 680px;
  }
}



/* Style for the tokenomics section */
.tokenomics__section {
    background-color: #0E1114;
    padding: 50px 0;
}

.tokenomics__table {
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table th {
    font-weight: bold;
    background-color: #FCF4DF;
}

table td {
    background-color: #363535;
}

/* Optional: Style specific table rows or cells differently */
table tr:nth-child(even) {
    background-color: #f2f2f2;
}




   /* Style for the left-to-right animation section */
.left-to-right {
    text-align: center;
    overflow: hidden;
    background: #0E1114;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left-to-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    animation: slide-left-to-right 30s linear infinite;
}

.left-to-right ul li {
    margin: 0 10px;
}

.left-to-right ul li a {
    display: block;
    text-decoration: none;
}

.left-to-right ul li a img {
    width: 150px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.left-to-right ul li a img:hover {
    transform: scale(1.1);
}

/* Keyframes for left-to-right animation */
@keyframes slide-left-to-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Style for the right-to-left animation section */
.right-to-left {
    text-align: center;
    overflow: hidden;
    background: #0E1114;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right-to-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    animation: slide-right-to-left 30s linear infinite;
}

.right-to-left ul li {
    margin: 0 10px;
}

.right-to-left ul li a {
    display: block;
    text-decoration: none;
}

.right-to-left ul li a img {
    width: 150px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.right-to-left ul li a img:hover {
    transform: scale(1.1);
}

/* Keyframes for right-to-left animation */
@keyframes slide-right-to-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}









/* Default styles for desktop (laptop) */
.roadmap-container {
    text-align: center; 
    color: #363535/* Center align the child elements */
}

.roadmap-img {
    width: 700px; /* Set your desktop (laptop) width here */
    height: auto; /* Maintain aspect ratio */
}

/* Media query for mobile devices (adjust max-width as needed) */
@media (max-width: 768px) {
    .roadmap-img {
        width: 110%; /* Set your mobile width here */
        max-width: 110%; /* Ensure the image doesn't exceed the container width */
        height: auto; /* Maintain aspect ratio */
    }

    .roadmap-container {
        text-align: center; /* Reset text alignment for mobile */
    }
}



/* Default styles for desktop (laptop) */
.tokenmics-container {
    text-align: center; /* Center align the child elements */
}

.tokenmics-img {
    width: 900px; /* Set your desktop (laptop) width here */
    height: auto; /* Maintain aspect ratio */
}

/* Media query for mobile devices (adjust max-width as needed) */
@media (max-width: 768px) {
    .tokenmics-img {
        width: 100%; /* Set your mobile width here */
        max-width: 100%; /* Ensure the image doesn't exceed the container width */
        height: auto; /* Maintain aspect ratio */
    }

    .tokenmics-container {
        text-align: center; 
        text-align: justify; /* Reset text alignment for mobile */
    }
}





.buttons {
    margin-top: 20px; /* Adjust the spacing between social icons and buttons */
}

.buttons a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #363535; /* Button background color */
    color: #fff; /* Button text color */
    text-decoration: none;
    margin-right: 10px; /* Adjust the spacing between buttons */
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Added transition for background-color and transform */
}

.buttons a:hover {
    background-color: blue; /* Button background color on hover */
    transform: scale(1.05); /* Scale the button slightly on hover */
}



/* Styles for the card */
.card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: auto; /* Allow the card to adjust its width based on content */
    max-width: 100%; /* Limit the maximum width to prevent it from becoming too wide */
}

/* Styles for the text inside the card */
.card p {
    font-size: 19px;
    text-align: justify; 
    line-height: 1.5;
    color: #333333;
}


.container_Roadmap {
  display: flex;
  justify-content: space-between;
  background-color: #0E1114;
  padding: 20px;
  flex-wrap: wrap; /* Allow cards to wrap onto the next line */
}

.phase-card {
  flex: 1;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #363535;
  border: 1px solid white;
  min-width: 300px; /* Set a minimum width for the cards */
  max-width: calc(50% - 20px); /* Limit card width to 50% of the container minus margins */
}

.phase-title {
  font-size: 24px;
  margin-bottom: 10px;
  background-color: #363535;
  color: #000;
  padding: 10px 0;
  border-radius: 5px;
}

.phase-description {
  font-size: 16px;
  text-align: justify; 
}


/* Media query for screens smaller than 768px */
@media screen and (max-width: 768px) {
  .container_Roadmap {
    justify-content: flex-start; /* Align cards to the left */
  }
  .phase-card {
    max-width: 100%; /* Allow cards to take up the full width */
  }
}




/* Styling for the Tcard container with 70% background opacity */
.Tcard {
    background-color: #122425; /* Here, 0.7 represents 70% opacity */
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Styling for the Tlogo */
.Tlogo img {
    max-width: 100px;
    height: auto;
}

/* Styling for the Tsupply section */
.Tsupply {
    margin-top: 20px;
}

.Tsupply p {
    font-weight: bold;
    color: #363535;
    font-size: 18px;
}

/* Styling for the Tprogress-bars section */
.Tprogress-bars {
    color: #363535;
    margin-top: 20px;
}

/* Styling for individual Tprogress-bar items */
.Tprogress-bar {
    margin-bottom: 10px;
}

.Tlabel {
    font-weight: bold;
    color: #363535;
    margin-bottom: 5px;
}

/* Styling for specific progress bars */
.Tbar {
    height: 20px;
    color: #363535;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
}

.Tbar .percentage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #363535;
}

/* Styling for specific progress bars */
.Tbar.red {
    background-color: #ff6b6b;
}

.Tbar.blue {
    background-color: #6bb1ff;
}

.Tbar.yellow {
    background-color: #ffdc6b;
}

/* Add the 'empty' class for unfilled progress bars */
.Tbar.empty {
    color: #363535;
}


   /* Style for the left-to-right animation section */
.PIKA-left-to-right {
    text-align: center;
    overflow: hidden;
    background: #0E1114;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PIKA-left-to-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    animation: slide-left-to-right 30s linear infinite;
}

.PIKA-left-to-right ul li {
    margin: 0 10px;
}

.PIKA-left-to-right ul li a {
    display: block;
    text-decoration: none;
}

.PIKA-left-to-right ul li a img {
    width: 150px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.PIKA-left-to-right ul li a img:hover {
    transform: scale(1.1);
}

/* Keyframes for left-to-right animation */
@keyframes slide-left-to-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Style for the right-to-left animation section */
.PIKA-right-to-left {
    text-align: center;
    overflow: hidden;
    background: #0E1114;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PIKA-right-to-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    animation: slide-right-to-left 30s linear infinite;
}

.PIKA-right-to-left ul li {
    margin: 0 10px;
}

.PIKA-right-to-left ul li a {
    display: block;
    text-decoration: none;
}

.PIKA-right-to-left ul li a img {
    width: 150px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.PIKA-right-to-left ul li a img:hover {
    transform: scale(1.1);
}

/* Keyframes for right-to-left animation */
@keyframes slide-right-to-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}




.brand-partner {
  text-align: center;
  background-color: transparent; /* No background color */
  padding: 20px;
  border: 2px solid white; /* White outline */
  border-radius: 10px; /* Optional: Add rounded corners */
}

.partner-title {
  color: #363535;
  font-size: 40px;
  text-align: center; /* Title color in white */
}

.brand-partner .partner-images {
  display: inline-block;
  margin: 20px auto;
}

.brand-partner .partner-row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.brand-partner .partner-item {
  margin: 5px;
}

/* Default styles for larger screens */
.brand-partner .partner-item img {
  max-width: 150px; /* Set the max width for larger screens (laptops) */
  height: auto; /* Maintain the aspect ratio of the images */
}

/* Media query for screens with a maximum width of 768px (typical for mobile devices) */
@media screen and (max-width: 768px) {
  .brand-partner .partner-item img {
    max-width: 100px; /* Set a different max width for mobile screens (e.g., half the size) */
  }
}

/* Chat AI Section Styles */
.chat-ai-section {
  padding: 50px 0;
  background-color: #0E1114;
  font-family: 'FF Comma Trial', sans-serif;
  position: relative;
}

.chat-ai-section h1 {
  font-family: 'FF Comma Trial', sans-serif;
}

.chat-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.chat-messages {
  height: 400px;
  overflow-y: auto;
  padding: 20px;
  background-color: #0E1114;
}

.message {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.bot-message {
  justify-content: flex-start;
}

.user-message {
  justify-content: flex-end;
}

.bot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #739d63;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #363535;
}

.message-content {
  max-width: 70%;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #363535;
  color: #fff;
  font-family: 'FF Comma Trial', sans-serif;
}

.user-message .message-content {
  background-color: #739d63;
  color: #000;
}

.chat-input {
  display: flex;
  padding: 20px;
  background-color: #1a1a1a;
  border-top: 1px solid #363535;
}

#chat-input {
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #363535;
  border-radius: 20px;
  background-color: #0E1114;
  color: #fff;
  font-size: 16px;
  font-family: 'FF Comma Trial', sans-serif;
  outline: none;
}

#chat-input:focus {
  border-color: #739d63;
}

#send-button {
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #739d63;
  color: #000;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'FF Comma Trial', sans-serif;
  transition: background-color 0.3s;
}

#send-button:hover {
  background-color: #739d63;
}

#send-button:disabled {
  background-color: #666;
  cursor: not-allowed;
}

/* Particles background for chat section */
#particles-js-chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Responsive styles for banner.avif */
img[src="banner.avif"] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Additional media queries if needed for specific devices */
@media (max-width: 768px) {
  img[src="banner.avif"] {
    width: 100%;
  }

  /* Mobile styles for contract card */
  .cacard {
    padding: 15px;
    margin: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .cacard h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cacard p {
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
  }

  .cacard button {
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 10px;
  }

  /* Mobile styles for Chat AI section */
  .chat-ai-section {
    padding: 20px 0;
  }

  .chat-ai-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .chat-container {
    max-width: 95%;
    margin: 0 10px;
  }

  .chat-messages {
    height: 300px;
    padding: 15px;
  }

  .message-content {
    max-width: 85%;
    font-size: 14px;
  }

  .chat-input {
    padding: 15px;
    flex-wrap: wrap;
    gap: 8px;
  }

  #chat-input {
    font-size: 14px;
    padding: 8px 12px;
    flex: 1;
    min-width: 0; /* Allow flex item to shrink below content size */
  }

  #send-button {
    padding: 8px 12px;
    font-size: 12px;
    margin-left: 8px;
    min-width: 60px;
    white-space: nowrap;
  }

  /* Mobile styles for particles */
  #particles-js-chat {
    display: none; /* Disable particles on mobile for better performance */
  }
}

/* Pulse animation for main logo */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  background-color: coral;
  height: 20vmax;
  width: 20vmax;
  border-radius: 100%;
  position: relative;
}

.about__section .outer__about .top__ .media__ > img {
  animation: pulse 2s infinite;
}
