body,
html {
  overflow-x: auto;
  background-color: #000 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;

}


.navitem {
  background-color: none !important;
  border-radius: 15px !important;
  padding: 5px 0px;
}



.myp {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 4.2em;
  /* letter-spacing: 10px; */
}

.herop22 {
  /* color: #284069; */
  background-image: url('./images/herotextbg.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 10px 7px;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  border: 4px solid grey;
}


.myper {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 4em;
  color: #ffd200 !important;
  text-shadow: 2px 3px 1px #597cff;
}

.navbar-toggler-icon {
  color: white !important;
}

.gifimgp {
  position: absolute;
  top: 68rem;
  left: 13rem;
  z-index: 99999;
}

/* .gradient-text {
  background-image: linear-gradient(45deg, #193b60, #193b60, #9cc8d9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin: 0;
} */


.item {
  transition: transform 330ms ease-in-out;
  text-shadow: 2px 2px 4px black;
}

.nav-item:hover {
  transform: translateY(-7px) !important;
}

.item:hover {
  color: #F9F4B0 !important;
}


.section1 {
  background-image: url('./images/mainbg.png') ;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 99vw;
  position: relative;
  padding-bottom: 80px;
  background-color: rgb(0, 0, 0) !important;
}

/* overlay */
.section1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0); /* or rgba(0,0,0,0.4) for dark overlay */
  z-index: 1;
}

/* make sure the content stays above overlay */
.section1 > * {
  position: relative;
  z-index: 2;
}



.poshero {
  position: absolute;
  top: 19.5rem;
  left: 41%;
  z-index: 1;
}




.claimbtn:hover {
  transform: scale(1.1);
  /* background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #ffffff 100%); */
  color: #000000 !important;
}

.claimbtnswitch {
  /* width: 450px; */
  border-radius: 15px !important;
  background-color: #0276B4 !important;
  border: 2px solid #0a4d71 !important;
  font-size: 30px !important;
  height: 70px;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 1px 20px !important;
  transition: transform 0.3s ease-in-out !important;
}

.claimbtn {
  width: 450px;
  border-radius: 15px !important;
  border: none !important;
  border-bottom: 5px solid #ffffff !important;
  background: #2eb152 !important;
  /* background-image: linear-gradient(180deg, #E7E497 0%, #5E3A1B 100%) !important; */
  color: #fff !important;
  font-size: 30px !important;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
}



.input-icon-wrap {
  width: 100%;
  height: auto;
  align-items: center;
  padding: 0px 15px;
  color: black;
}

.input-icon-wrap1 {
  width: 100%;
  height: auto;
  align-items: center;
  padding: 0px 15px;
  color: black;
}

.bln11 {
  background-color: #355388;
  padding: 5px 6px;
  border-radius: 5px;
  border: 2px solid #598DC3;
}

#bln22 {
  display: none;
  position: relative;
  left: 17%;
}

@media (min-width: 820px) and (max-width: 1024px) {

  /* Ensure row wraps */
  .row.d-flex.mx-auto {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* BNB & ETH buttons (first two col-4) take about 45% */
  .col-md-3.col-4:nth-child(1),
  .col-md-3.col-4:nth-child(2) {
    width: 45%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  /* USDC (3rd col-4) takes 100% and centers */
  .col-md-3.col-4#USDCbutton {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Make buttons fit nicely inside new widths */
  .butn, .butner, .butner1 {
    width: 100% !important;
  }
}


.butn {
  border-radius: 0; /* square edges */
  border-radius: 0; /* square edges */
  background: #87cb28 !important; /* bright comic red */
  border: 2px solid #000; /* thick black outline */
  width: 110%;
  height: 45px;
  color: #fff;
  font-weight: 700;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-decoration: none !important;
  list-style: none !important;
  box-shadow: 4px 4px 0 #000; /* comic pop shadow */
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 12px;
}

.butner {
  border-radius: 0; /* square edges */
  background: #87cb28 !important; /* bright comic red */
  border: 2px solid #000; /* thick black outline */
  width: 110%;
  height: 45px;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-decoration: none !important;
  list-style: none !important;
  box-shadow: 4px 4px 0 #000; /* comic pop shadow */
  transition: transform 0.2s, box-shadow 0.2s;
}

.butner1 {
  border-radius: 0; /* square edges */
  background: #87cb28 !important; /* bright comic red */
  border: 2px solid #000; /* thick black outline */
  width: 110% !important;
  height: 45px;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-decoration: none !important;
  list-style: none !important;
  box-shadow: 4px 4px 0 #000; /* comic pop shadow */
  transition: transform 0.2s, box-shadow 0.2s;
}



#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-image: linear-gradient(180deg, #64C8EB 0%, #64C8EB 100%) !important; */
  color: #000000 !important;
  transform: scale(1.1);
  /* box-shadow: 0px 0px 10px #64C8EB !important; */
}


.butner:hover {
  /* background-image: linear-gradient(180deg, #64C8EB 0%, #64C8EB 100%) !important; */
  color: #000000 !important;
  transform: scale(1.1);
  /* box-shadow: 0px 0px 10px #64C8EB !important; */
}

.butner1:hover {
  /* background-image: linear-gradient(180deg, #64C8EB 0%, #64C8EB 100%) !important; */
  color: #000000 !important;
  transform: scale(1.1);
  /* box-shadow: 0px 0px 10px #64C8EB !important; */
}

#purchaseButtonUSDT:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background:#924819 !important;
  background-color: #924819 !important;
  color: #000000 !important;
}

.conbtn {
  /* font-weight: 700 !important; */
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-size: 24px !important;
  /* text-shadow: 2px 3px 2px rgb(0, 140, 255); */
  /* background-image: url('./images/conctbtn.png');
  background-position: center;
  background-size: 100% 100%; */
/* border: 1px solid rgba(0, 0, 0, 0) !important; */
  /* box-shadow: 2px 3px 5px black; */
  /* border: 2px solid #315a6e !important; */
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

.conbtn:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #fcfeff 50%, #ffffff 100%) !important;
  color: #000000 !important;
}

#purchaseButtonUSDT {
  display: none;

  width: 134px;
  height: 45px;
  background:#924819 !important;
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  font-size: 22px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

#purchaseButtonUSDC {
  display: none;

  width: 134px;
  height: 45px;
  background:#924819 !important;
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  font-size: 22px;

  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

#approveButton {
  display: none;

  width: 134px;
  height: 45px;
  background:#924819 !important;
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  font-size: 22px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

#approveButtonUSDC {
  display: none;

  width: 134px;
  height: 45px;
  background:#924819 !important;
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  font-size: 22px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

#purchaseButton {
  display: none;

  width: 134px;
  height: 45px;
  background:#924819 !important;
  background-color: #924819 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  font-size: 22px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out !important
}

#purchaseButton:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #fcfeff 50%, #ffffff 100%) !important;
  color: #000000 !important;

}

#purchaseButtonUSDC:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #fcfeff 50%, #ffffff 100%) !important;
  color: #000000 !important;

}

#approveButton:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #fcfeff 50%, #ffffff 100%) !important;
  color: #000000 !important;
}

#approveButtonUSDC:hover {
  transform: scale(0.95) !important;
  border: 2px solid #c6d0fd !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #fcfeff 50%, #ffffff 100%) !important;
  color: #000000 !important;
}




.howbtn:hover {
  /* background-image: linear-gradient(180deg, #E7E497 0%, #5E3A1B 100%) !important; */
  color: rgb(19, 19, 38) !important;
  background-color: #fff !important;
}



.btn1:hover {
  background: linear-gradient(97.79deg, #e1ff38 -10.77%, #45ff4b 126.71%);
}

.input-icon {
  margin-right: 10px;
}

.input-with-icon {
  background-color: rgb(26, 26, 26);
  border: none;
  outline: none;
  color: rgb(255, 255, 255) !important;
  /* width: 111%; */
  width: 90% !important;
}

.input-with-icon::placeholder {
  color: #fff;
}

.input-icon-img {
  max-height: 47px;
  width: 35px;
  /* size: 100%; */
}

#logo-currency {
  max-height: 40px;
  width: 30px;

  /* height: 50px; */
}

#currencySelect {
  border: none;
  width: 80px;
  font-size: 10px;
  font-weight: bold;
}

.size {
  margin-bottom: 2px;
  width: 25px;
  /* margin-right: 12px; */
}

.size1 {
  margin-top: 7px;
}

.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%);
}



.modlercardtext {
  color: black;
  font-weight: 700;
  font-size: 28px;
}



#claimTokens {
  display: none;
}

#switchchain {
  display: none;
}



.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;
}

.logo-adjust {
  color: #f7f9fc;
  margin-left: 660px;
}

.navbar-toggler {
  color: #77f969;
}


@media only screen and (max-width: 576px) {

  .myper {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 2.8em !important;
  }

}

@media only screen and (max-width: 480px) {


  .navmob {
    background-color: #000000 !important;
    /* margin-top: 0px !important; */
  }

  .p-lines:before,
  .p-lines:after {
    content: "";
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 2px;
    width: 25px;
    position: absolute;
    top: 50%;
  }

  .p-lines:before {
    left: 5px;
  }

  .p-lines:after {
    right: 5px;
  }

  .am {
    font-size: 15px !important;
  }


  #approveButton {
    width: 250px !important;
    height: 50px;
    color: white;
  }



  .margin-logo {
    margin-top: 35px;
  }

  .claimtoken {
    margin-left: 1px;
    margin-top: 12px;
  }

  .logo-adjust {
    color: #f7f9fc;
    margin-left: 200px;
  }


  .claimtoken2 {
    margin-left: 1px;
    margin-top: 22px;
  }

  .claimtoken3 {
    margin-left: 1px;
    margin-top: 22px;
  }


  .navitems {
    margin-left: 10px !important;
    margin-top: 5px !important;
  }


  .butn {
    width: 100% !important;
  }

  .butner {
    width: 100% !important;
  }





  .navmob {
    background-color: #000000 !important;
  }

  .claimbtn {
    width: 350px;
    height: 60px;
    font-size: 22px !important;
  }

  .claimbtnswitch {
    /* width: 350px; */
    height: 60px;
    padding: 12px !important;
  }
}

@media only screen and (min-width: 768px) 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(0, 0, 0);
    position: absolute;
    top: 50%;
  }

  .p-lines:before {
    left: 10px;
  }

  .p-lines:after {
    right: 10px;
  }

}

.cont {
  width: 100%;
  height: 100%;
  position: relative;
}



.beep-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #04BE63;
  animation: beep 1s infinite;
}

@keyframes beep {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}


.mblpos{
  position: absolute;
  top: 59rem;
}