body,
html {
  overflow-x: hidden;
  background-image: linear-gradient(to bottom right, #040404, #19202D);
}

/* .navbar{
    transition: background-color 0.4s ease-in-out;
  }
  .navbar.scrolled{
    background-color: #191a1e !important;
  } */

.myp {
  margin: 0px !important;
  padding: 0px !important;
}

.navbar-toggler-icon {
  color: white !important;
}
.googlebar{
  background-color: #1e252b;
  border: 3px solid #6d6d6d;
  padding: 10px;
  border-radius: 10px;
  margin-left: -80px !important;
}
.fas:hover {
  color: #F389C0 !important;
}

.gradient-text {
  background-image: linear-gradient(100deg, #9cc8d9, #466485, #193B60);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin: 0;
}

.btn1 {
  background-image: linear-gradient(45deg, #30304E, #27283C) !important;
  width: 190px;
  height: 55px;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px !important;
  vertical-align: middle;
}

.btn1:hover {
  background-image: linear-gradient(45deg, #30304eca, #27283ccf) !important;
}
.btnbtn:hover {
  background-image: linear-gradient(45deg, #345682c8, #40d1ebbb) !important;
  border: 0px !important;
}

.item {
  transition: transform 330ms ease-in-out;
}

.item:hover {
  transform: translateY(-5px);
  font-weight: bold;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grad-text {
  background-image: linear-gradient(to right, #ff1b6b, #45caff);
  background-clip: text;
  text-fill-color: transparent;

}

.rotateImg {
  animation: rotate 10s linear infinite;
  /* Adjust the duration and timing function as needed */
  margin-left: 50px;
}

.chartBox {
  height: 420px !important;
  width: 420px !important;

}

.card1{
    height: 300px;
    width: 250px;
    /* border: 3px solid #DCB766; */
    
    position: relative;
    background-color: white;
}
.card1::after,.card1::before{
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(45deg,#fb0094,#0000ff,#00ff00,#ffff00,#ff0000,#fb0094,#0000ff,#00ff00,#ffff00,#ff0000);
    background-size: 400%;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    animation: animated-shadow 10s linear infinite alternate;
}
.card1::after{
    filter: blur(10px);
}
@keyframes animated-shadow {
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}
.cardricco{
  color: white; border-top-left-radius: 30px; border-top-right-radius: 30px; background: linear-gradient(45deg, #7CB1C6 , #193B60); padding: 20px;
}
.cardtop{
  background-color: #1a2642 !important;
   color: white !important;
    border-radius: 30px !important; 
    border: 2px solid #7CB1C6 !important;
    height: 100% !important;
}
.material-icons {
  font-size: 24px;
  color: #ffffff;
}
.icon-class {
  font-size: 24px;
  color: #ffffff;
}
.Comingcard{
  color: rgb(255, 255, 255) !important;
  margin-top: 25px !important;
    font-size: 25px !important;
    background: linear-gradient(to right, #d30808, #d46161) ; 
    border: none !important;
  /* border: 2px solid gold !important; */
  font-weight: 700 !important;
}
.Comingcard:hover{
  color: rgb(255, 255, 255) !important;
  margin-top: 25px !important;
  font-size: 25px !important;
  background: linear-gradient(to right, #c37979 , #1C3F63) ; 
  box-shadow: 0px 0px 7px 0px rgb(250, 241, 190) !important;

  /* border: 2px solid gold !important; */
}
/* Style the navbar when scrolled */
#navbar.scrolled {
  background-image: linear-gradient(to right, #1C3F63, #79ADC3) !important; 
  color: #000000;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  color: white !important;
  background-color: black; /* Initial background color */
  transition: background-color 0.3s ease; /* Smooth transition effect */
  z-index: 1000; /* Ensure navbar is above other content */
}
.Buyerbutn{
  /* background-color: gold !important; */
  border: 2px solid gold !important; 
  border-radius: 50px !important;
  color: gold !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-top: 25px;
}

.Buyerbutn:hover{
  background-color: gold !important;
  color: rgb(0, 0, 0) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-top: 25px;
  
}
.BuyBtn{
  background-image: linear-gradient(to right, #1C3F63, #79ADC3); 
  color: white !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  margin-top: 25px;
  margin-bottom: 20px;
  border: none !important;
}
.BuyBtner{
  background-image: linear-gradient(to right, #1C3F63, #79ADC3); 
  color: white !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin-top: 25px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 7px 0px rgb(136, 136, 136);
  border: none !important;
}
.BuyBtner:hover{
  background-image: linear-gradient(to right,#79ADC3 , #1C3F63); 
  color: rgb(255, 255, 255) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin-top: 25px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 7px 0px rgb(250, 241, 190);
  border: none !important;
}

.n1 {
  margin-left: 280px !important;
  margin-top: 3px !important;
}

.section1 {
  /* background-color: white; */
  height: 100vh;
  background-image: linear-gradient(to bottom right, #040404, #19202D);
  margin-top: 170px;
}

.section6 {
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #19202D, #040404, #040404) !important;
}

.section8 {
  background-image: linear-gradient(to bottom, #19202D, #040404, #040404) !important;
  padding-bottom: 100px;
}

.section9 {
  background-image: linear-gradient(to bottom, #040404, #040404, #19202D) !important;
  padding-top: 100px;
}

.faqaccord {
  background: #131822;
  /* border: 3px solid #19202D; */
  border-radius: 15px !important;
}

.section10 {
  background-image: linear-gradient(to bottom, #19202D, #040404, #040404, #040404, #040404, #040404, #040404) !important;

  padding-bottom: 100px;
}

.section11 {
  background: none !important;
  background-image: linear-gradient(to bottom, #040404, #040404, #19202D) !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contToke>h1 {
  font-size: 60px;
  font-family: 'Inknut Antiqua';
}

.contToke>p {
  font-size: 30px;
  margin-top: 70px;
  font-family: 'Inknut Antiqua';
  line-height: 70px;
}

#imgWood {
  top: -10px;
  left: 900px;
  position: absolute;
  height: 680px;
  width: 500px;
}

.section3 {
  background-image: linear-gradient(to bottom, #141820, #040404, #040404, #040404, #19202D) !important;

  padding-top: 100px;
  padding-bottom: 100px;
}

.section4 {
  margin: 0px;
  background-image: url("images/background-image/out-1-2.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec4row {
  padding-top: 20px;
  padding-bottom: 100px;
  height: 100%;
}

.whitebtn {
  background-color: #0E3224 !important;
  color: #1DF9AB !important;
  border: none;
  border-radius: 45px !important;
  /* height: 40px;
    width: 150px; */
  padding: 10px 30px;
  transition: transform 330ms ease-in-out;
  margin-top: 30px !important;
  margin-left: -30px;
}

.whitebtn:hover {
  background-color: #1DF9AB !important;
  opacity: 1;
  color: #0E3224 !important;
  transform: translateY(-5px);
}

.section5 {}

.sec5row {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
}

.sec5cont {
  padding-top: 200px;
  padding-bottom: 100px;
}

.box {
  height: 450px;
  width: 1200px;

  /* background-color: #241c14; */
  /* background: radial-gradient(circle, rgba(36,28,20,1) 0%, rgba(18,11,5,1) 0%, rgba(36,28,20,1) 64%); */
  background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);

  margin: auto;
  border: 2px solid white;
  border-radius: 10px;
}

.childBox {
  margin: auto;


  width: 900px;
  color: white;
}

.p-card {
  font-size: 13px;
}

.contsec6 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section7 {
  padding-top: 100px;
  padding-bottom: 150px;
  /* background-color: #f2f8fe ; */
  background-image: linear-gradient(to bottom, #040404, #040404, #040404, #040404, #19202D) !important;
}

.section13 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #000000;

}



.body-image {

  /* background-image: linear-gradient(80deg, rgb(0, 0, 0), rgb(0, 0, 0), #e0a400); */

  background-color: black;


}

.aboutpadder {
  color: white;
}

/* .progress-fill {
  height: 20px;
  width: 40%;
  background-color: #22cfcf;
  border-radius: 10px;
  animation: fill 2s ease-in-out;
} */

.size-change {
  color: rgb(8, 8, 8);
  margin-top: 15px;
}

.change-top {
  font-weight: 800;
  color: #e0a400;
}

/* 
.progress-fill-1 {
  height: 20px;
  width: 25%;
  background-color: #ffcd56;
  border-radius: 10px;
  animation: fill-1 2s ease-in-out;
}


.progress-fill-2 {
  height: 20px;
  width: 10%;
  background-color: #ff6384;
  border-radius: 10px;
  animation: fill-2 2s ease-in-out;
}


.progress-fill-3 {
  height: 20px;
  width: 10%;
  background-color: #059BFF;
  border-radius: 10px;
  animation: fill-3 2s ease-in-out;
}


.progress-fill-4 {

  height: 20px;
  width: 15%;
  background-color: #ff9f40;
  border-radius: 10px;
  animation: fill-3 2s ease-in-out;
}


.progress-fill-5 {
  height: 20px;
  width: 5%;
  background-color: #f37544;
  border-radius: 10px;
  animation: fill-3 2s ease-in-out;
}

.progress-fill-6 {
  height: 10px;
  width: 11%;
  background-color: #a8048c;
  border-radius: 10px;
  animation: fill-3 2s ease-in-out;
} */

.progress-bar {
  height: 20px;
  width: 80%;
  background-color: lightgrey;
  border-radius: 45px;
  overflow: hidden;
}

.progress-bar {
  height: 20px;
  width: 80%;
  background-color: lightgrey;
  border-radius: 45px;
  overflow: hidden;
}

.progress-bar {
  height: 20px;
  width: 80%;
  background-color: lightgrey;
  border-radius: 45px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  background-color: #22cfcf;
  border-radius: 10px;
  transition: width 2s ease-in-out;

}

.progress-fill-1 {
  height: 100%;
  width: 0;
  background-color: #ffcd56;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-2 {
  height: 100%;
  width: 0;
  background-color: #ff6384;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-3 {
  height: 100%;
  width: 0;
  background-color: #059BFF;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-4 {
  height: 100%;
  width: 0;
  background-color: #ff9f40;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-5 {
  height: 100%;
  width: 0;
  background-color: #4bc0c0;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-6 {
  height: 100%;
  width: 0;
  background-color: #9966FF;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-7 {
  height: 100%;
  width: 0;
  background-color: #C9CBCF;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

/* Optional: Add hover effect */
.progress-fill:hover {
  width: 100%;
}

#donut-chart {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.higher {
  height: 341px;
  width: 341px;
}
.fonttop{
  font-size: 3.8em;
}
/* .x-box {
    width: 40vh;
    height: 40vh;
  } */

.x-box {
  width: 370px;
  height: 375px;
  border-radius: 50%;
  background-color: green;
  margin-right: 200px;
  background: repeating-conic-gradient(from 0deg,
      #ff264a 0deg calc(3.6deg * 50),
      #feec1e calc(3.6deg * 50) calc(3.6deg * 65),
      #12CBC4 calc(3.6deg * 65) calc(3.6deg * 75),
      #2569e7 calc(3.6deg * 75) calc(3.6deg * 83),
      #0ca441 calc(3.6deg * 83) calc(3.6deg * 90),
      #2629e2 calc(3.6deg * 90) calc(3.6deg * 97),
      #f37544 calc(3.6deg * 97) calc(3.6deg * 100));
}

.x-box-cont {
  font-size: 30px;
  padding-left: 50px;
}

.x-box-cont h1 {
  font-size: 30px;
  text-transform: uppercase;
}

.x-box-cont strong {
  display: block;
  margin-bottom: 15px;
}
.marginmob{
  margin-top: 120px;
}
.Yearly-timeline {
  font-family: 'Poppins', sans-serif;
}

.Yearly-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.Yearly-timeline .timeline {
  width: calc(50% + 17px);
  padding: 0 30px 30px 0;
  float: left;
  position: relative;
}

.Yearly-timeline .timeline:before,
.Yearly-timeline .timeline:after {
  content: '';
  height: 60px;
  width: 2px;
  border-left: 2px solid #e0a400ee;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  bottom: 0;
}

.Yearly-timeline .timeline:after {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 6px solid #e0a400ee;
  border-radius: 50%;
  right: 0;
}

.Yearly-timeline .timeline-content {
  color: #555;
  background: #e0a400ee;
  text-align: center;
  min-height: 170px;
  padding: 30px 35px 35px;
  border-radius: 15px 15px 0 15px;
  display: block;
  position: relative;
  z-index: 1;
}

.Yearly-timeline .timeline-content:before {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  bottom: 17px;
  z-index: -1;
}

.Yearly-timeline .timeline-content:hover {
  text-decoration: none;
}

.Yearly-timeline .timeline-icon {
  color: #777;
  font-size: 35px;
}

.Yearly-timeline .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.Yearly-timeline .description {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin: 0;
}
.cardbody{
  background-color: #1E252B !important; box-shadow: 0px 0px 5px 0px #74C0FF !important; padding: 15px !important;  border-radius: 25px !important; height: 100% !important;
}
.Yearly-timeline .timeline:nth-child(even) {
  padding: 0 0 30px 30px;
  float: right;
}

.Yearly-timeline .timeline:nth-child(even):before {
  transform: rotate(45deg);
  right: auto;
  left: 30px;
}

.Yearly-timeline .timeline:nth-child(even):after {
  right: auto;
  left: 0;
}
.cardbodier{
  background: linear-gradient(40deg,#040404 30%,#1a2642 100%) !important; padding: 25px  !important; box-shadow: 0px 0px 5px 0px #1a2642 !important; border-radius: 25px !important; height: 100% !important;
}
.Yearly-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 15px 15px 15px 0;
}

.Yearly-timeline .timeline:nth-child(4n+2):before,
.Yearly-timeline .timeline:nth-child(4n+2):after {
  border-color: #e0a400ee;
}

.Yearly-timeline .timeline:nth-child(4n+2) .timeline-content {
  background: #e0a400ee;
}

.Yearly-timeline .timeline:nth-child(4n+3):before,
.Yearly-timeline .timeline:nth-child(4n+3):after {
  border-color: #e0a400ee;
}

.Yearly-timeline .timeline:nth-child(4n+3) .timeline-content {
  background: #e0a400ee;
}

.Yearly-timeline .timeline:nth-child(4n+4):before,
.Yearly-timeline .timeline:nth-child(4n+4):after {
  border-color: #e0a400ee;
}

.Yearly-timeline .timeline:nth-child(4n+4) .timeline-content {
  background: #e0a400ee;
}

.imgbox {
  height: 350px;
  width: 900px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/qqqq.png");
}

.claimbtn:hover {
  background-image: linear-gradient(45deg, #6610c2b5, #c81d78b8);
}

.claimbtn {
  width: 600px;
  /* background-image: linear-gradient(45deg, #ff1b6b, #45caff); */
  background-color: #408BEB !important;
  border: none !important;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {

  .section4 {
    margin: 0px;
    background-image: url("images/background-image/out-1-2.png");

    /* Full height */

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Yearly-timeline .timeline {
    width: 100%;
    padding: 30px 0 0 30px;
    margin: 0 0 20px;
  }

  .Yearly-timeline .timeline:before,
  .Yearly-timeline .timeline:nth-child(even):before {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0;
    right: auto;
    left: 30px;
  }

  .Yearly-timeline .timeline:after,
  .Yearly-timeline .timeline:nth-child(even):after {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }

  .Yearly-timeline .timeline-content,
  .Yearly-timeline .timeline:nth-child(even) .timeline-content {
    border-radius: 0 15px 15px 15px;
  }
}

#set-post {
  position: relative;
}

.card-post {
  position: absolute;
}

/* .body-image2 {
    background-image: url(images/981.jpg);
    
    background-size: cover;
    width: 100vw;
     height: 100vh;
    
  } */
.image-container {
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
}

.text-overlaying {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
}

.text-overlayed {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  border-radius: 5px;

}

.overlay-text {
  font-size: 20px;
  font-weight: bold;
}

/* .body-image3 {
    background-image: url(images/back2.png);
    position: relative;
    background-size: cover;
    width: 100%;
  
  } */
.text-change {
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
}

/* .body-image4 {
    background-image: url(images/back3.png);
    position: relative;
    background-size: cover;
    width: 100%;
  } */
/* .body-image5 {
    background-image: url(images/back6.png);
    position: relative;
    background-size: cover;
    height: 120vh;
  } */
.fas.fa-copy.copied {
  color: rgb(91, 155, 91);
  /* Change the color when copied */
}

.typing-container {
  font-family: 'Source Code Pro', monospace;
  font-size: 28px;
  color: black;
  overflow: hidden;
}

.typing-text {
  white-space: nowrap;
  font-size: 22px;
  animation: animated-cursor 600ms steps(30, end) infinite;
}

.adjustcontainer {
  height: 120px;
  width: 98%;
  margin-left: 10px;
  background-color: #e0a400ee;
  text-align: center;
  border-radius: 20px;
}

/* cursor animations */
@keyframes animated-cursor {
  from {
    border-right-color: rgba(0, 255, 0, 0.75);
  }

  to {
    border-right-color: transparent;
  }
}

/* .typed {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    width: 0;
    animation: typing 3.5s steps(30, end) forwards, blinking 1s infinite;
  }
    
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
    
  }
  
  @keyframes blinking {
    0% {border-color: transparent}
    50% {border-color: black}
    100% {border-color: transparent}
  } */
.input-icon-wrap {
  width: 80%;
  height: 60px;
  align-items: center;
  border-radius: 45px !important;
  background-color: #242b31;
  border: 0px solid #3CB9FF;

  border-radius: 10px;
  padding: 0px 15px;
  color: white;
}

.butn {
  border-radius: 45px;
  /* background-color: #F3BA2F; */

  text-decoration: none !important;
  width: 41%;
  height: 60px;
  border: 0px solid white !important;
  color: rgb(206, 206, 206);
  background-color: #242b31;
  list-style: none !important;
  font-weight: 800;
  font-size: 1rem;

}

.butner {
  border-radius: 45px;
  /* background-color: #F3BA2F; */
  text-decoration: none !important;
  width: 41%;
  height: 60px;
  color: rgb(206, 206, 206);
  background-color: #242b31;
  list-style: none !important;
  font-weight: 800;
  font-size: 1rem;
  background-color: none;

}

.font-size-change {
  margin-top: -20px;
  font-size: 13px;
  text-align: center;
}

#countdown-headline {
  color: #e0a500;
}

#countdown {
  align-items: center;
  width: 400px;
}

#countdown ul {
  margin: 0;
  padding: 0;
  height: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#countdown ul li {
  display: inline-flex;
  padding-top: 0px;
  font-size: 14px;
  width: 14%;
  margin: 5px;
  height: 50px;
  justify-content: center;
  align-items: center;

  color: black;
  /* background: linear-gradient(302deg, rgb(51 51 34 / 10%) 0%, rgb(244 221 126 / 10%) 100%); */
  border-radius: 0px;
  background: rgba(250, 240, 240, 0.962);


}

#countdown ul li span {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.countdown-container {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.butn:hover {
  /* background: linear-gradient(97.79deg, rgb(255, 255, 255) -10.77%, #e0a500  126.71%); */
  background-color: #f7c53b;
  color: #000000;
}

.butner:hover {
  /* background: linear-gradient(97.79deg, rgb(255, 255, 255) -10.77%, #e0a500  126.71%); */
  background-color: #48e945f7;
  color: #000000;
}



.btn1:hover {
  background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%)
}

.input-icon {
  margin-right: 10px;
}

.input-with-icon {
  background-color: #242b31;

  border: none;
  outline: none;
  color: white !important;
  /* width: 111%; */
  width: 80% !important;
}

.input-icon-img {
  max-height: 50px;
  width: 40px;
  /* size: 100%; */


}

.accordion-button::after {
  background-image: white;
  color: #45ff4b;
}

#logo-currency {
  width: 33px;
  margin-left: 10px;
  margin-bottom: 5px;

  /* height: 50px; */
}

#currencySelect {
  border: none;
  width: 80px;
  font-size: 10px;
  font-weight: bold;

}

.size {
  margin-bottom: 2px;
  width: 25px;
  margin-right: 12px;
}

.size1 {
  margin-bottom: 2px;
  width: 20px;
  margin-left: -12px;
}

.app-card-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

#connectButton {
  background-color: #08036a;
  color: #f7f7f7;
  width: 200px;
  height: 48px;
}

.newButton {
  background-color: #2a20db;
  color: #f7f7f7;
  width: 130px;
  height: 48px;
}

#connectButton:hover {
  background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%)
}

.newButton: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%)
}

#purchaseButton {
  display: none;
  background-color: #04c4ea;
  color: #000000;
  width: 200px;
  height: 38px;
}

.modlercardtext {
  color: black;
  font-weight: 700;
  font-size: 28px;
}

#approveButton {
  display: none;
  color: white;
  width: 260px;
  border: none;
  height: 50px;
  background-color: none !important;
  background-image: linear-gradient(45deg, #5e0bbc, #45caff);
}

#claimTokens {
  display: none;
}

#purchaseButtonUSDT {
  display: none;
  color: white;
  width: 260px;
  border: none;
  height: 50px;
  background-color: none !important;
  background-image: linear-gradient(45deg, #5e0bbc, #45caff);
  font-weight: 700;
}

.token-change {
  background-color: #000000ee;
  border: 3px solid rgba(69, 71, 77, 0.759);
  border-radius: 25px;
  padding-bottom: 20px;
}

.claimtoken {
  padding: 10px;
  background-color: #e0a400ee;
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  height: 100px;
  border-radius: 20px;
}

.claimtoken2 {
  padding: 10px;
  font-size: 18px;
  background-color: #e0a400ee;
  font-weight: 500;
  margin-left: 20px;
  height: 100px;
  border-radius: 20px;
}

.claimtoken3 {

  padding: 10px;
  font-size: 18px;
  background-color: #e0a400ee;
  font-weight: 500;

  height: 80px;
  border-radius: 20px;
}

.accordion-item {
  background-color: #212a38 !important;

  width: 100%;
  border-radius: 15px !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.logo-adjust {
  color: #f7f9fc;
  margin-left: 660px;
}

.display-change {
  display: flex;
  justify-content: space-around;
}

.navbar-toggler {
  background-color: #5489b4;
}

.line-change {
  color: white;
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  .googlebar{
    margin-top: 90px;
    margin-left: 0px !important;
   
  }
}
@media only screen and (max-width: 768px) {
  .marginmob{
    margin-top: 150px !important;
  }
  .changestyle{
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  
}
@media only screen and (max-width: 480px) {

  body,
  html {

    background-color: white;
  }

  .p-lines:before,
  .p-lines:after {
    content: "";
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 2px;
    background: rgb(206, 206, 206);
    position: absolute;
    top: 50%;
  }

  .p-lines:before {
    left: 5px;
  }
  .marginmob{
    margin-top: 250px !important;
  }
  .fonttop{
    font-size: 2.2em;
  }
  .p-lines:after {
    right: 5px;
  }

  .am {
    font-size: 15px !important;
  }

  .section1 {
    /* background-color: white; */
    margin-top: 120px;
    background-color: #1C1D23 !important;
  }

  .sec1cont {
    /* padding-top: 100px; */
    padding-bottom: 100px;
  }

  #purchaseButtonUSDT {
    width: 180px !important;
  }

  #approveButton {
    width: 180px !important;
  }

  .section3 {}

  .sec3row {
    padding-top: 100px;
    padding-bottom: 100px;

  }

  .paraSec3 {
    line-height: 30px;
    margin-top: 80px;
  }


  .sec4row {
    padding-top: 20px;
    padding-bottom: 100px;
    height: 100%;
  }

  .whitebtn {
    background-color: #0E3224 !important;
    color: #1DF9AB !important;
    border: none;

    border-radius: 45px !important;
    /* height: 40px;
    width: 150px; */
    padding: 10px 30px;
    transition: transform 330ms ease-in-out;
    margin-top: 10px !important;
    margin-left: 0px;

  }

  .whitebtn:hover {
    background-color: #1DF9AB !important;
    opacity: 1;
    color: #0E3224 !important;
    transform: translateY(-5px);
  }

  .section5 {}

  .sec5row {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100%;
  }

  .box {
    height: 850px;
    width: 400px;
    /* background-color: #241c14; */
    background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
    margin: auto;
    border: 0px solid #362d20;
    border-radius: 10px;
  }

  .childBox {
    margin: auto;


    width: 300px;
    color: white;
  }

  .p-card {
    font-size: 13px;
  }

  .section4 {
    margin: 0px;
    background-image: url("images/background-image/out-1-2.png");

    /* Full height */


    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section6 {}

  .contsec6 {
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .chartBox {
    height: 320px !important;
    width: 320px !important;
    position: relative;
    top: 0px !important;
  }

  .textbox {
    margin-top: 50px;
    margin-left: 0px;
    width: 700px;
  }

  .contToke {
    height: 500px;
    width: 400px;

  }

  .contToke>h1 {
    font-size: 50px;
    font-family: 'Inknut Antiqua';
  }

  .contToke>p {
    font-size: 25px;
    margin-top: 70px;
    font-family: 'Inknut Antiqua';
    line-height: 70px;
  }

  .line-change {
    color: white;
    margin-top: 10px;
    font-size: 9px;
  }

  .aboutpadder {
    color: white;
  }

  .change-top {
    font-weight: 800;
    color: #e0a400;
    margin-top: 535px;
  }

  .margin-logo {
    margin-top: 35px;
  }

  .claimtoken {
    margin-left: 1px;
    margin-top: 12px;
  }

  .font-change {
    font-size: 14px;
  }

  .typing-text {
    white-space: nowrap;
    font-size: 20px;

  }

  .display-change {
    align-items: center;
    display: flex;
    flex-direction: column;

  }

  /* .body-image {
    background-image: url(images/back.png);
    position: relative;
    
    background-size: cover;
    background-position: center;
  
  } */

  /* .body-image2 {
    background-image: url(images/back1.png);
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: center;
    
  } */

  /* .body-image3 {
    background-image: url(images/back2.png);
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: center;
  } */

  /* .body-image4 {
    background-image: url(images/back3.png);
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: center;
  } */
  /* .body-image5 {
    background-image: url(images/back6.png);
    position: relative;
    background-size: cover;
    background-position: center;
    height: 150vh;
  } */
  .logo-adjust {
    color: #f7f9fc;
    margin-left: 200px;
  }

  #donut-chart {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }

  .higher {
    height: 241px;
    width: 241px;
  }

  .claimtoken2 {
    margin-left: 1px;
    margin-top: 22px;
  }

  .claimtoken3 {
    margin-left: 1px;
    margin-top: 22px;
  }

  .text-change {
    font-size: 45px;
    font-weight: 800;
    line-height: normal;
  }

  .adjustcontainer {
    margin-left: 0px;
    width: 100%;
  }

  .size-change {
    color: rgb(0, 0, 0);
    margin-top: 10px;
    font-size: 20px;
  }

  .sec5cont {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navitems {
    margin-left: 10px !important;
    margin-top: 5px !important;
  }

  .n1 {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .butn {
    width: 130px !important;
  }

  .butner {
    width: 130px !important;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .rotateImg {
    animation: rotate 10s linear infinite;
    /* Adjust the duration and timing function as needed */
    margin-left: 10px;
  }

  .imgBox1 {
    width: 300px;
    margin-left: 7px;
    height: 300px;
  }

  .box {
    height: 900px;
    width: 300px;
    /* background-color: #241c14; */
    background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
    margin: auto;
    border: 2px solid #362d20;
    border-radius: 10px;
  }

  .childBox {
    margin: auto;


    width: 250px;
    color: white;
  }

  .chartBox {
    height: 320px;
    width: 320px;
    left: -10px;
    position: relative;
    top: -40px;
  }

  .filter1 {
    padding: 10px !important;
  }



  .shape {
    position: absolute;
    top: -100px;
    left: 150px;
    right: 0;
    width: 400px;
    height: 400px;
    transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    border-right: 70px solid;
    border-bottom: 70px solid;
    border-image: linear-gradient(45deg, #6710c2, #c81d77) 1;
    /* background-color: linear-gradient(to right, #ff1b6b , #45caff) ; */
    z-index: -1;
  }

  .shape1 {
    position: absolute;
    top: -100px;
    left: 80px;
    right: 0;
    width: 500px;
    height: 500px;
    transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    border-right: 70px solid;
    border-bottom: 70px solid;
    /* border-image: linear-gradient(45deg, #381372, #45caff) 1; */
    border-image: linear-gradient(45deg, #6710c2, #c81d77) 1;
    /* background-color: linear-gradient(to right, #ff1b6b , #45caff) ; */
    z-index: -1;
  }

  .coltokcon1 {
    border-top: 1px solid #F389C0 !important;
    border-bottom: 1px solid #F389C0 !important;
    border-right: 1px solid #F389C0 !important;
    border-left: none !important;
  }

  .coltokcon2 {
    border-top: 1px solid #F389C0 !important;
    border-bottom: 1px solid #F389C0 !important;
    border-right: none !important;
    border-left: none !important;
  }

  .aoa {
    background-color: transparent !important;
    backdrop-filter: blur(110px)
  }

  .navmob {
    background-color: #040404 !important;
  }

  .qwq {
    padding-top: 0px !important;
  }

  .claimbtn {
    width: 350px;
    height: 60px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {

  .p-lines:before,
  .p-lines:after {
    content: "";
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 15%;
    height: 2px;
    background: rgb(206, 206, 206);
    position: absolute;
    top: 50%;
  }
  .section1 {
    /* background-color: white; */
    height: 60vh;
    margin-top: 120px;
    background-color: #1C1D23 !important;
  }
  
  .cardtop{
    background-color: #1a2642 !important; 
   width: 230px;
    color: white !important; 
    border-radius: 30px !important;
     border: 2px solid #7CB1C6 !important;
  }
  .cardbody{
    background-color: #1E252B !important;
     width: 230px !important; 
     box-shadow: 0px 0px 5px 0px #74C0FF !important; 
     padding: 25px !important; 
      border-radius: 25px !important; 
      height: 100% !important;
  }
  .cardbodier{
    background: linear-gradient(40deg,#040404 30%,#1a2642 100%) !important; 
     padding: 25px  !important; 
     box-shadow: 0px 0px 5px 0px #1a2642 !important; 
     border-radius: 25px !important;
     height: 100% !important;
     width: 240px;
  }
  .p-lines:before {
    left: 10px;
  }

  .p-lines:after {
    right: 10px;
  }

  .am {
    font-size: 13px !important;
  }

  .aoa {
    background-color: transparent !important;
    backdrop-filter: blur(30px)
  }

  .box {
    height: 500px;
    width: 800px;
    /* background-color: #241c14; */
    background: linear-gradient(-40deg, #6f7bf7 18%, #9bf8f4 100%);
    margin: auto;
    border: 2px solid #362d20;
    border-radius: 10px;
  }

  .childBox {
    margin: auto;


    width: 750px;
    color: white;
  }



  .card-change {}
}