.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;
}

#ETHbutton {
  display: none;
}

#USDTbutton {
  display: none;
}

#claimvisible {
  display: none;
}

.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: #924819 !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: #00000076;
  overflow: hidden;
  color: white;
  /* position: fixed !important; */
  width: 100%;
  /* backdrop-filter: blur(20px); */
  /* 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; */
}


.card-change {
  border-radius: 12px;
  width: 85% !important;
  background-color: #859d87 !important;
  position: relative;
  right: -10%;
  z-index: 99 !important;
  margin-top: 90px !important;
  padding: 0px !important;

  /* Comic style thick outline */
  border: 5px solid #000; /* thick black border */
  box-shadow: 6px 6px 0 #000; /* offset shadow for comic effect */

  /* Optional: slight sketchy look with dashed borders */
  /* border-style: dashed; */

  /* Optional: playful font inside card */
   font-family: 'Bangers', sans-serif;
  transition: transform 0.2s;
}

@media (min-width: 820px) and (max-width: 850px) {
  .card-change {
    width: 100% !important;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}



.card-changes {
  border-color: aliceblue;
  border-width: 5px;
  border-style: solid;
}









.section2 {

  text-align: center;
}

.section2__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 700;
}

.section2__progressBarContainer {
  flex: 1;
  height: 0px !important;
  border-radius: 10px;
  overflow: hidden;
}

.section2__progressBar {
  height: 100%;
  background-color: #2b2e5a00 !important;
  position: relative;
  border-radius: 10px;

}

.section2__progressBarRect {
  height: 100% !important;
  position: absolute;
  background-color: #6a03e800;
  border-radius: 10px;
  width: 50px;
}



.section2__progressBarCircle {
  width: 100px;
  height: 20px;
  background-color: #2b2e5a00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  display: none !important;
}

.section2__progressBarPoint {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ffdabb;
}

.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: 5px;
  position: relative;
}

.section2__progressBar {
  background-color: #41547300 !important;
  border: 2px solid white !important;
  width: 100%;
  height: 100px !important;

  border-radius: 0px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section2__progressBarRect {
  /* background-image: var(--gradient); */
  background-repeat: no-repeat;
  height: 100%;
  background-color: #41547300 !important;
  border: 2px solid white !important;
  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: 0%;
  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: 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;
}


.el-progress-bar {
  box-sizing: border-box;
  flex-grow: 1;
}

.el-progress--text-inside .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}

.el-progress-bar__outer {
  background-color: #2f3031 !important;
  /* border: 1px solid white !important; */
  border-radius: 100px;
  height: 6px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress {
  align-items: center;
  display: flex;
  line-height: 1;
  position: relative;
}

.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow {
  animation: striped-flow 3s linear infinite;
}

@keyframes striped-flow {
  0% {
    background-position: -100%;
  }

  100% {
    background-position: 100%;
  }
}


/* .el-progress-bar__inner--striped {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 75%, transparent 0, transparent);
  background-size: 1.25em 1.25em;
} */

.el-progress-bar__inner {
  background-color: #8a4a1f;
  border-radius: 100px;
  height: 100%;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: right;
  top: 0;
  transition: width .6s ease;
  white-space: nowrap;
}

.prPresale .el-progress-bar__innerText {
  width: 100%;
  margin: 0;
}

.el-progress-bar__innerText {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
  vertical-align: middle;
}

.el-progress-bar__inner:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}










.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: #87cb28;
  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: 40px;
  display: flex;
  align-items: center;
  background-color: #000000d5 !important;
  backdrop-filter: blur(30px);
  border: 3px solid #ffffff !important;
  border-radius: 20px !important;
  padding: 5px;
  margin-right: 5px;
  margin-left: 10px;
  width: 100% !important;
}

.input-icon-wrap1 {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #000000d5 !important;
  backdrop-filter: blur(30px);
  border: 3px solid #ffffff !important;
  border-radius: 20px !important;
  padding: 5px;
  margin-right: 5px;
  margin-left: 10px;
  width: 100% !important;
}

.input-with-icon {
  background-color: #00000000 !important;
  outline: none;
  color: white !important;
}

@media (max-width:768px){
  .timer{
    margin-top: -120px !important;
  }
  .timerday{
    margin-top: -40px !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: 20px;
  font-weight: bold;
}

.pB {
  color: white !important;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 35px;
  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: 13px;
}

.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: #274373;
}

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: #ffffff;
  border: 5px solid #000000;
  padding: 5px;
  border-radius: 50px;
}

.margin-topper {
  align-self: center;
  height: 300px;
  width: 300px;
}

/* .floatpos{
  position: absolute;
  top: 25px;
  z-index: 999;
} */

@media screen and (max-width: 580px) {
  .margin-topper {
    align-self: center;
    height: 300px;
    width: 300px;
    margin-top: 50px;
  }

  .card-change {
    width: 90% !important;
    margin-top: 290px !important;
    right: 0 !important;
    /* background-image: linear-gradient(280deg, #284069c3, #284069b6); */
  }
}

@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);
  }
}

#myVideo {
  pointer-events: none;
}






.comic-label-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #00000000; /* Optional */
  padding: 10px 0;
}

.comic-label1 {
  width: 100%;
  align-items: center;
  background: yellow !important;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
  box-shadow: 4px 4px 0 #000;
  font-family:  'Lilita One', cursive;
  color: black !important;
}

.comic-label1 .comic-icon {
  height: 30px;
  margin-right: 10px;
}
.comic-label1 p {
  color: #000;
  font-size: 1.2rem;
  margin: 0;
  text-shadow: none;
}


.comic-icon {
  height: 30px;
  margin-right: 10px;
}

.scrolling-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.scrolling-track {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 7s linear infinite;
}

.scrolling-text {
  display: inline-block;
  padding-right: 50px; /* gap between repeated texts */
  font-family: 'Lilita One', cursive;
  font-size: 1.1rem;
  color: #fff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
