.carder {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #914d4d;
  border: 1px solid white;
  padding: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
}






.lineP {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
  color: white; /* Text color */
  background-color: black; /* Background color */
}
.p-lines {
  font-family: sans-serif;
  margin: 10px auto;
  text-align: center;
  color: rgb(236, 236, 236);
  font-size: 17px;
  max-width: calc(650px - 140px); /* Adjusted max-width */
  position: relative;
}
.p-lines22 {
  font-family: sans-serif;
  margin: 10px auto;
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 17px;
  max-width: calc(650px - 140px); /* Adjusted max-width */
  position: relative;
}
.timercardg{
  background-color: #16b108 !important;
   border-radius: 12px !important;
   border: none !important;
}

.widerside{
  background-color: #ffffff;
  padding: 12px;
  border-radius: 10px;
  /* -webkit-text-stroke: 0.5px #ffffff; */
  color: rgb(0, 0, 0) !important;
  border: 2px solid #000000;
  box-shadow: 0px 2px 10px 0px #000000;
  text-align: center;
}

.p-lines:before,
.p-lines:after {
  content: "";
  display: block;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 20%;
  height: 2px;
  background: #dcc1a1 !important;
  position: absolute;
  top: 50%;
  border-radius: 50px;
}

.p-lines:before {
  left: 20px;
}

.p-lines:after {
  right: 20px;
}
.p-lines22:before,
.p-lines22:after {
  content: "";
  display: block;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 18%;
  height: 5px;
  background: rgb(0, 0, 0) !important;
  position: absolute;
  top: 50%;
  border-radius: 50px;
}

.p-lines22:before {
  left: 25px;
}

.p-lines22:after {
  right: 25px;
}

button {
  cursor: pointer;
}

.top-img {
  width: 70px;
}

.card-container.show {
  display: block;
}
.navbar {
  background-color: #00000000 ;
  overflow: hidden;
  color: white;
  /* position: fixed !important; */
  width: 100%;
  backdrop-filter: blur(10px);
  /* border-bottom: 2px solid black; */
}
.loading-container {
  border-radius: 30px;
  background: #dffffb;
  box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.05);
  padding: 30px 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table_of_content_title {
  opacity: 0;
}

.table_of_content_title.animate__animated {
  opacity: 1;
}
/* Style for the spinner */
.loading-spinner {
  border: 5px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* Keyframes animation for the spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .card {
  background-color: #325e8a91; 
  box-shadow: 0px 3px 16px rgb(47 83 109 / 65%); 
  height: 180px; 
  border-radius: 20px;
  color: white;
} */
#scroll-link.clicked {
  /* Animation styles go here */
  /* For example, change background color */
  /* background-color: #3498db; */
  color: white;
  transition: background-color 1s ease-in-out;
}
#scroll-linkhome.clicked {
  /* Animation styles go here */
  /* For example, change background color */
  /* background-color: #3498db; */
  color: white;

  transition: background-color 1s ease-in-out;
}
#scroll-linked.clicked {
  /* Animation styles go here */
  /* For example, change background color */
  /* background-color: #3498db; */
  color: white;
  transition: background-color 1s ease-in-out;
}
#scroll-linked-claim.clicked {
  /* Animation styles go here */
  /* For example, change background color */
  /* background-color: #3498db; */
  color: white;
  transition: background-color 1s ease-in-out;
}
.nav-marg {
  margin-left: 70px;
}
.img_change {
  width: 450px;
  margin-left: 25px;
  height: 400px;
}
.butter {
  color: white;
  font-size: 28px;
  width: 300px;
  height: 80px;
  background-color: rgb(255, 132, 0);
  border: none;
  border-radius: 20px;
}

.butter-buy {
  color: white;
  font-size: 28px;
  width: 180px;
  height: 55px;
  background-color: rgb(255, 132, 0);
  border: none;
  border-radius: 20px;
}
.butter:hover {
  color: rgb(255, 132, 0);
  background-color: white;
}
.butter-buy:hover {
  color: rgb(255, 132, 0);
  background-color: white;
}
.first_card {
  box-shadow: 0px 3px 16px rgb(47 83 109 / 65%);

  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #000000;
  margin-left: 33px;
  border-radius: 20px;
  /* height: 500px; */
}
.section2 {
  margin-bottom: 0px;
  text-align: center;
}

.section2__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #020202;
  font-weight: 700;
}

.section2__progressBarContainer {
  flex: 1;
  height: 16px;
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
}

.card-change {
  border-radius: 25px !important;
  width: 85% !important; 
  background-color: #906e49da !important;
  border: 4px solid #1e0f04 !important; /* Darker, thicker outline */
  box-shadow: 6px 6px 0 #000 !important; /* Comic-style shadow */
  background-position: center;
  background-size: cover;
  margin-top: 40px !important;
  padding: 20px;
  font-family: 'Luckiest Guy', cursive; /* Comic font if you want text inside */
  color: white;
  text-shadow: 1px 1px 0 #000; /* Text outline for cartoon readability */
}




.card-changes {
  border-color: aliceblue;
  border-width: 5px;
  border-style: solid;
}
.section2__progressBar {
  height: 100%;
  background-color: #CEC854;
  position: relative;
}

.section2__progressBarRect {
  /* width: 100px !important; */
  height: 100% !important;
  position: absolute;
  /* background-color: linear-gradient(45deg, #ff1b6b, #45caff) !important; */
  background-color: #1366A5;
  /* background-image: linear-gradient(315deg, #4845ff, #a63eba, #ff387a ); */
  border-radius: 45px !important;
  left: 0px !important;
}

.section2__progressBarCircle {
  width: 30px;
  height: 30px;
  background-color: #1366A5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
}

.section2__progressBarPoint {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #999;
}

.section2__progressBarPoint--start {
  left: 0;
}

.section2__progressBarPoint--end {
  right: 0;
}

.section2__text {
  display: flex;
  /* color: var(--content-title-color); */
}

.section2__text--bold {
  font-weight: var(--boldFont);
  color: #45ff4b;
}

.section2__progressBarContainer {
  margin-top: 15px;
  position: relative;
  border: 1px solid #dec3a3;
}

.section2__progressBar {
  background-color: #9494943d;
  width: 100%;
  height: 16px;
  padding: 2px;
  border-radius: 5px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section2__progressBarRect {
  /* background-image: var(--gradient); */
  background-repeat: no-repeat;
  height: 100%;
  padding: 2px;
  border-radius: inherit;
  animation: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section2__progressBarCircle {
  background-color: var(--color5);
  height: calc(14px - 4px);
  width: calc(14px - 4px);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-image: url(images/cat-logo.png);
}

.section2__progressBarPoint {
  color: #1df9ab;
  margin-top: 8px;
  font-size: 12px;
  font-weight: var(--boldFont);
  position: absolute;
}

.section2__progressBarPoint--start {
  left: 0;
}

.section2__progressBarPoint--end {
  right: 0;
}

.section2__storageLeft {
  background-color: var(--color5);
  width: 100%;
  padding: 20px;
  border-radius: 8px 8px 0px;

  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;

  /* position */
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-70%);
}

.section2__storageLeft::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 20px;
  border-color: transparent var(--color5) transparent transparent;

  /* position */
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.section2__storageLeftDigits {
  color: var(--color0);
  font-size: 32px;
  font-weight: var(--boldFont);
}

.section2__storageLeftText {
  color: var(--color3);
  margin-left: 7px;
  font-weight: var(--boldFont);
  letter-spacing: 1px;
}
.bg-color {
  margin-left: 400px;
}

:root {
  --theme-bg-color: rgba(16 18 27 / 40%);
  --border-color: rgba(113 119 144 / 25%);
  --text-color: #f0e68c;
  /*Changes the color of text*/
  --theme-color: #f9fbfa;
  --inactive-color: rgb(113 119 144 / 78%);
  --body-font: "Poppins", sans-serif;
  --hover-menu-bg: rgba(12 15 25 / 30%);
  --content-title-color: #d4d6e3;
  --content-bg: rgb(146 151 179 / 13%);
  --button-inactive: rgb(249 250 251 / 55%);
  --dropdown-bg: #21242d;
  --dropdown-hover: rgb(42 46 60);
  --popup-bg: rgb(22 25 37);
  --search-bg: #14162b;
  --overlay-bg: rgba(36, 39, 59, 0.3);
  --scrollbar-bg: rgb(1 2 3 / 40%);
  --color0: hsl(229, 57%, 11%);
  --color0Trans: hsl(229, 57%, 11%, 0.85);
  --color1: hsl(228, 56%, 26%);
  --color2: hsl(243, 100%, 93%);
  --color3: hsl(229, 7%, 55%);
  /*Search bar*/
  --color4: hsl(230, 55%, 18%);
  /*Search ball*/
  --color5: hsl(0, 0%, 100%);
  /* gradient */
  --gradient: linear-gradient(
    90deg,
    hsl(6, 100%, 80%) 0%,
    hsl(335, 100%, 65%) 100%
  );
}

.Card_change {
  background: #ffffff;
  border: 5px solid #000000;
  padding: 5px;
  border-radius: 50px;
  position: relative;
}
#connectButton {
  background-color: #08036a;
  color: #f7f7f7;
  width: 200px;
  height: 48px;
}
#connectButton:hover {
  background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%);
}
#connectButton:focus {
  background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%);
}
/* .font-size-change {
    font-size: 9px; 
    
  } */

#claimTokens {
  display: none;
}
#renderButton {
  display: none;
  background-color: #08036a;
  color: #f7f7f7;
  width: 200px;
  height: 48px;
}
#buttonUSDT {
  display: none;
  background-color: #08036a;
  color: #f7f7f7;
  width: 200px;
  height: 48px;
}
/* #purchaseButton {
    display: none;
    background-color: #08036a;
    color: #f7f7f7;
    width: 200px;
    height: 48px;
  } */

.btrn {
  background-color: #04c4ea;
  color: #000000;
  width: 200px;
  height: 38px;
  border-radius: 5px;
}
.btrn:hover {
  background-image: linear-gradient(325deg, #374363, #e3dee8);
  color: white;
}
.btn {
  background-color: #08036a;
  width: 150px;
  color: white;
  font-weight: 700;
}

/* .butn {
  border-radius: 0.375rem;

  border-color: #ffffff26;
  border-width: 1px;
  width: 190px;
  height: 40px;
  color: black;
  font-weight: 800;
  font-size: 1rem;
} */
.butned {
  border-radius: 0.375rem;
  background-color: rgb(38, 161, 123);
  border-color: #ffffff26;
  border-width: 1px;
  width: 190px;
  height: 40px;
  color: black;
  font-weight: 800;
  font-size: 1rem;
}
.butned:hover {
  /* background-image: linear-gradient(325deg, #6de0f6, #6a22c2); */
  background-color: #999;
}
.butn:hover {
  /* background-image: linear-gradient(325deg, #6de0f6, #6a22c2); */
  background-color: #999;
}

.input-icon-wrap {
  height: 45px;
  display: flex;
  align-items: center;
  background-color: #00000059 !important;
  backdrop-filter: blur(30px);
  border: 1px solid #f2ddb0 !important;
  border-radius: 10px !important;
  padding: 5px;
  margin-right: 5px;
  margin-left: 10px;
}

.input-with-icon {
  background-color: #00000000 !important;
  outline: none;
  color: white !important;
}

.timerp {
  font-size: 20px !important;
  color: #1df9ab !important;
  background-color: #0e3224 !important;
}

.timerli {
  height: 50px !important;
  width: 50px;
  margin-bottom: 20px !important;
  font-size: 20px !important;
  background-color: #0e3224 !important;
  color: #ffbf00 !important;
}
.timerli > span {
  font-size: 20px !important;
}
.pH {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 13px;
  /* font-weight: bold; */
}
.pB {
  color: white !important;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 30px;
  padding: 0px !important;
  margin: 0px !important;
}
.pHour {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  -webkit-text-stroke: 0.05px #000;
}
.pBour {
  color: white !important;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  padding: 0px !important;
  margin: 0px !important;
}
.modelBNB {
  background-color: white;
  /* background-image: linear-gradient( 90deg,  #B24C66 20%, #1C0057 80%, #1C0057 100%); */
  padding-bottom: 20px;
  width: 450px;
  height: 350px;
  border: 2px solid gray;
  margin-top: 85px;
  border-radius: 15px;
  border: 3px solid #04c4ea !important;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1) !important;
}
#logo-currency {
  width: 36px;
  /* background-color: #ccc; */
}
.input-icon-img {
  width: 20px;
}
.input-icon-img2 {
  width: 40px;
}
.m-change {
  margin-left: 450px;
}
.app-card-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.stars {
  /* background-image: linear-gradient(to right, rgba(134, 60, 134, 0.752), rgba(134, 60, 134, 0.752));  */

  box-shadow: 0px 3px 16px rgb(47 83 109 / 65%);
  height: 130px;
  /* border-radius: 20px; */
}
.card-star {
  height: 130px;
  border-radius: 20px;
}

.fas.fa-copy.copied {
  color: rgb(91, 155, 91); /* Change the color when copied */
}
.display-change {
  display: flex;
  justify-content: space-around;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

body {
  font-family: "Open Sans", Arial;
  background: #000000;
}

header nav {
  height: 66px;
  background-color: black;
  transition: background-color 0.4s ease-in-out;
}

header.scrolled nav {
  background-color: rgba(9, 9, 9, 0.5);
}

main {
  width: 400px;
  margin: 30px auto;
}

.socialicon a i {
  color: #eee;
  width: 10px;
}

.socialicon a {
  text-decoration: none;
  margin: 10px;
  /* border-radius: 50%; */
}

.socialicon a:hover i {
  color: #69e4e0;
}

.pieID {
  display: inline-block;
  vertical-align: top;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #eee;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}
.size_change {
  color: white;
  text-transform: uppercase;
  font-size: 64px;
}
.Card_change1 {
  background: #171412;
  border: 5px solid #000000;
  padding: 5px;
  border-radius: 50px;
}
.margin-topper {
  align-self: center;
  height: 300px;
  width: 300px;
}
@media screen and (max-width: 580px) {
  .margin-topper {
    align-self: center;
    height: 300px;
    width: 300px;
    margin-top: 50px;
  }
  .card-change {
    width: 100% !important;
    margin-top: 90px !important;
    background-image: url('./images/cardmbl2.png') !important;
  }
}
@media only screen and (max-width: 480px) {
  .display-change {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  #piechart {
    border: 1px solid red;
    width: 20px !important;
    height: auto !important;
  }
  .Card_change1 {
    margin-left: 0px;
    width: 320px !important;
    height: auto !important;
  }
  .img_change {
    margin-left: 0px;
    width: 365px;
  }
  .font-change {
    font-size: 0.54rem;
  }

  .first_card {
    margin-left: 0px;
    margin-top: 20px;
  }
  .Card_change {
    margin-left: 0px;
    width: 320px !important;
    height: auto !important;
  }

  .card-star {
    height: 70px;
    border-radius: 20px;
  }
  .size_change {
    font-size: 38px;
  }
  .bg-color {
    margin-left: 0px;
  }
  .form-input {
    width: 83%;
  }
  .btrn {
    margin-right: 70px;
  }
  .p-lines {
    font-size: 19px;
    color: #2b2b2b;
  }

  .p-lines22:before,
.p-lines22:after {
 
  width: 11%;
 
}

.m-change {
  margin-left: 5px;
  background-color: #000000;
  margin-top: -10px;
}
 .section2__progressBarContainer {
   width: 100% !important;
}


}

#piechart {
  width: 900px !important;
  height: 500px !important;
  animation: grow 3s 1;
}
@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#piechart path {
  animation: grow2 2s 1;
}

@keyframes grow2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}




.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Ensures the dropdown stays aligned */
position: absolute;
left: 50% !important;
width: 30%;
z-index: 10 !important;
background-color: #b2b683 !important;
}

.dropdown-menu {
  background-color: #b2b683 !important;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-item:hover {
  background-color: #004DF2 !important;
  color: rgb(255, 255, 255) !important;
}

.dropdown-toggle::after {
  display: none; /* Hides default Bootstrap arrow */
}


/* Hide dropdown initially */
.dropdown-menu {
  background-color: white;
  text-align: center;
  left: 50%;
  /* transform: translateX(-50%); */
  display: none; /* Hide initially */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Desktop (Show dropdown on hover) */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    /* transform: translateX(-50%) translateY(0); */
    /* position: absolute; */
    width: 50%;
    z-index: 10 !important;
   
  }
}


.cur{
  cursor: pointer;
}
/* Mobile: Adjust dropdown width */
/* @media (max-width: 767px) {
  .dropdown-menu {
    width: 90% !important;
    position: absolute !important;
    left: 0% !important;
    transform: none !important;
  }
} */

/* Hover effect */
.dropdown-item:hover {
  background-color: #004DF2 !important;
  color: white !important;
}

/* Dropdown items styling */
.dropdown-item {
 color: white !important;
 font-weight: 100 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 4px !important;
  font-weight: bold !important;
}

/* Remove Bootstrap default dropdown arrow */
.dropdown-toggle::after {
  display: none;
}

