@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



:root{
  --bg-gray-light: rgba(255, 255, 255, 0.10);
}
body {
  background-color: #191919;
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li {
  color: #fff;
}
a {
  text-decoration: none;
}
.btn-gray {
  background-color: var(--bg-gray-light);
}

/*toggle button css */
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  cursor: pointer;
  margin: auto;
  display: block;
  height: calc(4px * 3 + 11px * 2);
}

.bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: calc(4px / 2);
  background: #fff;
  color: inherit;
  opacity: 1;
  transition: none 0.35s cubic-bezier(.5,-0.35,.35,1.5) 0s;
}
.flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
tbody tr {
  transition: all 0.2s ease-in-out;
}

tbody tr:hover {
  transform: scale(1.015);
}
/***** Tornado Animation *****/

.bar--top {
  bottom: calc(50% + 11px + 4px/ 2);
  transition-property: bottom,transform;
  transition-delay: calc(0s + 0.35s) * .6;
}

.bar--middle {
  top: calc(50% - 4px/ 2);
  transition-property: opacity,transform;
  transition-delay: calc(0s + 0.35s * .3);
}

.bar--bottom {
  top: calc(50% + 11px + 4px/ 2);
  transition-property: top,transform;
  transition-delay: 0s;
}

#checkbox:checked + .toggle .bar--top {
  transform: rotate(-135deg);
  transition-delay: 0s;
  bottom: calc(50% - 4px/ 2);
}

#checkbox:checked + .toggle .bar--middle {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(0s + 0.35s * .3);
}

#checkbox:checked + .toggle .bar--bottom {
  top: calc(50% - 4px/ 2);
  transform: rotate(-225deg);
  transition-delay: calc(0s + 0.35s * .6);
} 

/***** Tornado Animation end *****/

.navbar-toggler:focus{
  box-shadow: transparent 0px 0px;
}


.header::before {
  content: "";
  height: 400px;
  width: 400px;
  background: rgba(244, 189, 81, 0.7);
  filter: blur(345.20001220703125px);
  position: absolute;
  left: 10%;
  z-index: -1;
}
.lang::after {
  display: none;
}
.header::after {
  content: "";
  height: 400px;
  width: 400px;
  background: #991d1d;
  filter: blur(345.20001220703125px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner2 h2, .Direction h2{
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.banner2 p, .Direction p{
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 43px;
}
.Direction ul {
  padding-left: 10px;
}
.Direction ul li{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
 }
 .Direction ul li span {
  margin-left: 10px; /* Add space of 5px after the custom marker */
}
 .Direction ul li::marker {
  content: url('../images/Star.svg');
}
.title {
  font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 82px;
}
.banner p {
  font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39px;
}
.banner button {
  padding: 15px 21px;
}

.btn-bg-gradient {
  border-radius: 12px;
  background: linear-gradient(90deg, #991d1d 0%, #f4bd51 100%);
  padding: 19px 31px;
  transition: all 1s ease;
}

.btn-bg-gradient:hover {
  background: linear-gradient(90deg, #f4bd51 0%,  #991d1d 100%);
}
.text-gradient {
  background: linear-gradient(92deg, #F4BD51 57.6%, #991D1D 74.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Plus Jakarta Sans";
}
.component div div{
  border: 1px solid rgba(244, 189, 81, 0.22);
  background: linear-gradient(180deg, rgba(153, 29, 29, 0.10) 0%, rgba(244, 189, 81, 0.10) 100%);  
}
.information div div{
  border-radius: 16px;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(7.5px);
}
/* .bg-img {
  background-image: url('../images/bg-infomation.svg');
  background-position: center -50%;
  background-repeat: no-repeat;
} */
.centerImg::before {
  content: url('../images/left.webp'); 
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: -100px;
  z-index: -1;
}
.centerImg::after {
  content: url('../images/right.webp'); 
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -100px;
  z-index: -1;
}
.join {
  background: linear-gradient(90deg, rgba(153, 29, 29, 0.10) 0%, rgba(244, 189, 81, 0.10) 100%);
}
table {
  border-collapse:separate;
  border-spacing: 0 20px;
}
.table {
  --bs-table-border-color: #67727c00;
}
tr:first-child td:first-child { border-top-left-radius: 10px; }
.table>:not(caption)>*>* {
    background-color: #202020;
  }
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: #191919;
}
.ranking-chart>thead>tr{
  --bs-table-bg-type: #991D1D;
} 
.table-responsive{
  
background: #202020;
}
.table-dark {
  --bs-table-border-color: #a2247400;
}
tr, th:first-child{
  border-radius: 12px 0 0 12px;
}
tr, th:last-child{
  border-radius: 0 12px 12px 0;
}
td:last-child{
  border-radius: 0 12px 12px 0;
}
.table-responsive {
  height: 742px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #F4BD51 rgba(0, 0, 0, 0.1);
}

.table-responsive::-webkit-scrollbar-corner {
  background-color: transparent; /* Change corner color */
}
#addressInput::placeholder {
  color: #ccc;
}
.table-search input {
  padding: 15px 20px;
}
.table-search button {
  right: 13px;
  top: 7px;
}
.table-search input::placeholder {
  color: #ccc; /* Change the placeholder color to gray */
}
.table-search input:focus {
  outline: none !important; /* Remove the focus outline */
}
.second-chart {
  border-radius: 22px;
background: linear-gradient(180deg, rgba(153, 29, 29, 0.10) 0%, rgba(244, 189, 81, 0.10) 100%);
color: red !important;
}
.second-chart th, td {
  color: #fff !important;
}
.second-chart  {
  height: 565px;
}

.shadow-after::after {
  content: "";
  height: 400px;
  width: 400px;
  background: rgba(244, 189, 81, 0.7);
  filter: blur(345.20001220703125px);
  position: absolute;
  right: 0;
  z-index: -1;
}
.second-chart::before {
  content: "";
  height: 400px;
  width: 400px;
  background: #991d1d;
  filter: blur(345.20001220703125px);
  position: absolute;
 left: 0;
 z-index: -1;
}
.Ecosystem::before {
  content: "";
  height: 400px;
  width: 400px;
  background: rgba(244, 189, 81, 0.7);
  filter: blur(345.20001220703125px);
  position: absolute;
  right: 35%;
  top: -100px;
  z-index: -1;
} 
.Ecosystem::after {
  content: "";
  height: 400px;
  width: 400px;
  background: #991d1d;
  filter: blur(345.20001220703125px);
  position: absolute;
  right: 35%;
  bottom: -100px;
  z-index: -1;
} 
.information::before {
  content: "";
  height: 400px;
  width: 400px;
  background: rgba(244, 189, 81, 0.7);
  filter: blur(345.20001220703125px);
  position: absolute;
  right: 35%;
  top: 150px;
  z-index: -1;
}
.Distribution::after {
  content: "";
  height: 400px;
  width: 400px;
  background: #991d1d;
  filter: blur(345.20001220703125px);
  position: absolute;
  right: 37.80%;
  bottom: -100px;
  z-index: -1;
}
.center-box{
  border: 1px solid rgba(244, 189, 81, 0.22);
background: #202020;
}
.graph-details div {
  width: 14px;
  height: 14px;
  
}
.graph-details .red {
  background: #B52343;
}
.graph-details .parrot {
  background: #917B23;
}
.graph-details .yellow {
  background: #B59D66;
}
.graph-details .pink {
  background: #CE5F7B;
}
.graph-details p {
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
} 
.icon-heading {
  width: 56px;
height: 56px;
border-radius: 12px;
background: #991D1D;
}
.boxs .box {
  border-radius: 22px;
border: 1px solid rgba(244, 189, 81, 0.22);
background: linear-gradient(180deg, rgba(153, 29, 29, 0.10) 0%, rgba(244, 189, 81, 0.10) 100%);
}
.box h4 {
  font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 150% */
text-transform: capitalize;
}
.box  p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}



#donutchart svg rect{
fill: transparent;
}
#donutchart g text {
  fill: #fff;
}

#pie-chart {
color: #fff;
fill: #fff;
}