@font-face {
  font-family: "Oravetica";
  src: url("../fonts/Oravetica.ttf") format("truetype");
  font-weight: 400;
}

html body {
  font-family: "Oravetica", sans-serif !important;
  color: #222;
  background-color: #f7fcff;
}

.outer-body {
  font-family: "Oravetica", sans-serif;
  color: #222;
}
.outer-body.same-page-redirect .common-sec {
  /* padding: 9.5rem 0 2rem; */
  padding: 14.3rem 0 2rem;
  position: relative;
}

.header-new-presale .container-header {
  border-radius: 1.5rem;
  background: var(--Main-White, #fff);
  box-shadow: 0 8px 0 0 rgba(34, 34, 34, 0.2);
  padding: 1.1rem;
}
.header-new-presale.main-header {
  top: 2rem;
  background: none !important;
  box-shadow: none !important;
}
.header-new-presale.main-header.scrolled {
  top: 0;
}
.header-new-presale.main-header .navbar {
  padding: 0;
}
.header-new-presale .container-header .navbar-brand {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.header-new-presale .container-header .navbar-brand img {
  height: 3rem;
}
.header-new-presale.main-header .navbar-toggler {
  position: static;
  border-radius: 0.8rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-White, #fff);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.05) inset,
    0 -6px 0 0 rgba(34, 34, 34, 0.2) inset, 0 4px 0 0 #222;
}
.header-new-presale.main-header .blue-btn.head-btn {
  border-radius: 1.1rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-Accent, #0093e6);
  box-shadow: 0 6px 0 0 rgba(255, 255, 255, 0.2) inset,
    0 -8px 0 0 rgba(34, 34, 34, 0.2) inset, 0 4px 0 0 #222;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.header-new-presale.main-header .blue-btn.head-btn img {
  margin-right: 4px;
  max-height: 2rem;
}

.preasale-banner-new {
  padding: 1rem;
}
.preasale-banner-new .inner-main-box {
  background-image: url(/public/assets/images/presale-new/background.webp);
  min-height: calc(100vh - 2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4rem;
  padding-top: 9rem;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.preasale-banner-new .banner-box-left {
  color: #fff;
}

.preasale-banner-new .banner-box-left h1 {
  font-size: 4.7rem;
  margin-bottom: 4px;
}
.preasale-banner-new .banner-box-left p {
  color: var(--text-white-80, rgba(255, 255, 255, 0.8));
  font-family: "Inter Tight";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 1.5rem;
  max-width: 27.875rem;
}
.time-box-new {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.outer-box-yellow {
  max-width: 33rem;
  margin-top: 1.5rem;
}
.outer-box-yellow img {
  width: 100%;
}
.stage-yellow-box {
  border-radius: 1rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Logo-Gold, #fdd835);
  box-shadow: 0 4px 0 0 #000;
  color: var(--Text-Black, #222);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
  letter-spacing: -0.56px;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time-box-new .counter {
  border-radius: 1.3rem;
  border: 2px solid #222;
  background: #fff;
  box-shadow: 0 4px 0 0 #000;
  height: 6rem;
  width: 6rem;
  color: #222;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.time-box-new p {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
  letter-spacing: -0.56px;
  text-transform: uppercase;
}
.outer-box-buy-pre {
  border-radius: 1.5rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-White, #fff);
  box-shadow: 0 4px 0 0 #222;
  padding: 2rem;
}
a {
  color: #0093e6 !important;
  display: inline-block !important;
}
.outer-box-buy-pre .heading-buy {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: space-between;
}
.outer-box-buy-pre .heading-buy h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.outer-box-buy-pre .heading-buy h2 span {
  color: #0093e6;
}
.outer-box-buy-pre .heading-buy h2 small {
  margin-top: 0.5rem;
  display: block;
  color: rgba(34, 34, 34, 0.4);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 13.8px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.sql-progress-max {
  font-size: 0.9rem;
  color: var(--Text-Black, #222);
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 13.8px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.round-black-border {
  border-radius: 1.3rem !important;
  border: 1px solid var(--Main-Black, #222) !important;
  background: var(--Main-White, #fff) !important;
  box-shadow: 0 2px 0 0 #000 !important;
  padding: 0.5rem;
}
.outer-box-buy-pre .heading-buy a {
  padding: 0.5rem 1rem;
  color: #000 !important;
  font-size: 1rem;
}
.outer-box-buy-pre .heading-buy a img {
  height: 1rem;
}
.outer-box-buy-pre .progress-outer {
  margin: 5px 2px;
  position: relative;
}
.outer-box-buy-pre .progress-outer .round-black-border {
  height: 24px;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 12px;
  border: 2px solid var(--Main-Black, #222) !important;
  background: var(--Main-Secondary, #E1F4FF)  !important;
  box-shadow: 0 4px 0 0 #222;
}
.outer-box-buy-pre .progress-outer .round-black-border::before {
  content: "";
  background-image: url(/public/assets/images/presale-new/queen-head.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
  position: absolute;
  right: -0.1rem;
  top: -0.4rem;
  z-index: 2;
  opacity: 1;
}
.outer-box-buy-pre .progress-outer .round-black-border .progress-bar {
  border-radius: 1rem;
  background: var(--Main-Accent, #0093e6);
}

.gray-text {
  color: rgba(34, 34, 34, 0.4);
  font-size: 12px;
  margin-top: 0.9rem !important;
}
.selected-usdt {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.selected-usdt span.round-black-border {
  padding: 0.6rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.selected-usdt span.round-black-border img {
  height: 1.5rem;
}
.selected-usdt span.round-black-border:hover,
.selected-usdt span.round-black-border:focus,
.selected-usdt span.round-black-border:active,
.selected-usdt span.round-black-border.active-blue {
  border: 2px solid var(--Main-Black, #222) !important;
  background: var(--Main-Accent, #0093e6) !important;
  box-shadow: 0 6px 0 0 rgba(255, 255, 255, 0.2) inset,
    0 -8px 0 0 rgba(34, 34, 34, 0.2) inset, 0 4px 0 0 #222 !important;
  color: #fff;
}

.outer-box-buy-pre .form-label {
  text-transform: uppercase;
}
.outer-box-buy-pre .form-control.round-black-border {
  padding: 1rem 1.2rem !important;
  border-radius: 1rem !important;
  border: 2px solid var(--Main-Black, #222) !important;
  background: var(--main-black-5, rgba(34, 34, 34, 0.05)) !important;
  box-shadow: 0 4px 0 0 #000 !important;
  color: var(--text-black-40, rgba(34, 34, 34, 0.6));
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.blue-btn-shadow {
  border-radius: 1.2rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-Accent, #0093e6);
  box-shadow: 0 6px 0 0 rgba(255, 255, 255, 0.2) inset,
    0 -8px 0 0 rgba(34, 34, 34, 0.2) inset, 0 4px 0 0 #222;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.outer-box-buy-pre .blue-btn-shadow {
  padding: 1.3rem 2rem;
  color: var(--Text-White, #fff);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.36px;
}
.heading-main h2 {
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.text-blue {
  color: #0093e6 !important;
}
.heading-main p {
  color: var(--text-black-80, rgba(34, 34, 34, 0.8));
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-family: "Inter Tight", sans-serif;
}

.faq-presale-new .accordion-item {
  border-radius: 1.3rem !important;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-White, #fff);
  box-shadow: 0 4px 0 0 #000;
  overflow: hidden;
}
.faq-presale-new .accordion .accordion-button {
  padding: 16px 24px;
  border-bottom: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 17.6px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.faq-presale-new .accordion .accordion-button::after {
  background-image: url(/public/assets/images/presale-new/plus.webp);
  background-size: contain;
}
.lets-connect-sec {
  padding: 1rem;
}
.lets-connect-sec .outer-connect {
  background-image: url(/public/assets/images/presale-new/connect-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  min-height: 40rem;
  border-radius: 3rem;
}
.white-btn-new {
  padding: 1rem 3rem !important;
  color: #000 !important;
}
.footer-sec-new {
  padding: 1rem;
}
.footer-sec-new .heading-main h2 {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.footer-sec-new > div {
  border-radius: 3rem;
  background: #222;
  padding: 5rem 0 1rem;
  min-height: 40rem;
}
.copyright-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter Tight", sans-serif;
}
.footer-new-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.footer-new-links a {
  color: #fff !important;
}
.mobile-menu-new,
.menu-icon {
  display: none !important;
}
@media (max-width: 991px) {
  .preasale-banner-new .justify-content-end.d-flex {
    justify-content: center !important;
    margin-top: 3.75rem;
  }
  .copyright-text {
    text-align: center;
    margin-top: 24px;
    font-size: 12px;
  }
  .footer-sec-new > div{
    border-radius: 32px;
  }
  .preasale-banner-new .inner-main-box{
    background-size: cover;
  }
  .preasale-banner-new .banner-box-left p{
    font-size: 20px;
    max-width: 446px;
    margin-bottom: 24px;
  }
  .sql-progress-max{
    font-size: 16px;
  }
  .outer-box-buy-pre .progress-outer{
    margin: 0 2px;
  }
}
@media (max-width: 767.8px) {
  .sql-progress-max {
    font-size: 14px;
  }
  .banner-box-left {
    text-align: center;
  }
  .banner-box-left .time-box-new {
    justify-content: center;
  }
  .mobile-none {
    display: none !important;
  }
  .preasale-banner-new .banner-box-left h1 {
    font-size: 3rem;
  }
  .banner-box-left .time-box-new {
    margin-top: 1rem !important;
  }
  .preasale-banner-new .d-none {
    margin: auto;
    display: block !important;
    margin-top: 2rem;
    max-width: 90%;
  }
  .preasale-banner-new .inner-main-box {
    min-height: auto;
  }
  .lets-connect-sec .outer-connect {
    padding: 5rem 3rem;
  }
  .footer-sec-new {
    text-align: center;
  }
  .footer-sec-new .order-2 {
    order: initial;
  }
  .copyright-text {
    margin-top: 1rem;
  }
  .audit-img {
    height: 2.5rem;
  }
  .footer-new-links {
    justify-content: center;
  }
  .header-new-presale.main-header {
    left: 2rem;
    right: 2rem;
  }
  .preasale-banner-new .inner-main-box {
    border-radius: 2rem;
  }
}

/* progress css */
.progress-moving-wrapper {
  position: relative;
  width: 100%;
}
.moving-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}

/* homepage new css */
.home-banner-new {
  padding: 1rem;
}
.home-banner-new .inner-main-box {
  background-image: url(../images/newhome/banner-bg.webp);
  min-height: calc(100vh - 2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4rem;
  padding-top: 8rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
.home-presale-box {
  border-radius: 32px;
  border: 2px solid #222;
  background: #fff;
  box-shadow: 0 4px 0 0 #222;
  padding: 2rem;
  text-align: center;
  position: relative;
  max-width: 460px;
  margin: auto;
  margin-top: 8rem;
}
.home-presale-box::before {
  content: "";
  position: absolute;
  top: -7.8rem;
  background-image: url(../images/newhome/queen-coin.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 8rem;
  width: 10.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.blue-text {
  color: #0093e6 !important;
}
.black-text {
  color: #000 !important;
}
.home-presale-box h1 {
  font-size: 2.8rem;
}
.home-presale-box h1 small {
  font-size: 2rem;
}
.home-presale-box .time-box-new {
  justify-content: space-between;
}
.home-presale-box .time-box-new .counter {
  border-radius: 1.3rem;
  width: 100%;
  padding: 0.5rem;
  height: auto;
}
.home-presale-box .time-box-new .counter span {
  display: block;
  margin-bottom: 0.2rem;
}
.home-presale-box .time-box-new p {
  color: rgba(34, 34, 34, 0.4);
  margin-bottom: 0 !important;
}
.home-presale-box .audit-img {
  height: 1.5rem;
}
.meme-revolution-sec .card.inner-box-revolution {
  border-radius: 32px;
  border: 2px solid #222;
  background: var#FFF;
  box-shadow: 0 4px 0 0 #222 !important;
  min-height: 21rem;
}
.card.inner-box-revolution img {
  height: 5.8rem;
  width: auto;
  object-fit: contain;
  margin-right: auto;
  margin-bottom: 2rem;
}
.card.inner-box-revolution h5 {
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-top: 1rem;
}
.card.inner-box-revolution h5 small {
  font-size: 0.6rem;
}
.card.inner-box-revolution p {
  color: rgba(34, 34, 34, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 0;
}

.about-us-sec .outer-about {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid var(--Main-Black, #222);
  background: url("../images/newhome/meet-queen-bg.webp") lightgray 50% / cover
    no-repeat;
  box-shadow: 0 4px 0 0 #222;
}

.about-us-sec .outer-about .heading-main {
  padding-top: 5rem;
  padding-left: 3rem;
  padding-bottom: 3.5rem;
}
.yellow-text {
  color: #fdd835 !important;
}

/* roadmap css */

.roadmap-inner-box {
  margin-bottom: 1.5rem;
  border-radius: 32px;
  border: 2px solid #222;
  background: #f7fcff;
  box-shadow: 0 4px 0 0 #222;
  padding: 1rem 1.5rem;
}
.roadmap-inner-box h2 {
  color: #222;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -1.92px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.roadmap-inner-box h2 span {
  border-radius: 16px;
  border: 1px solid #222;
  background: #0093e6;
  box-shadow: 0 4px 0 0 #000, 0 2px 0 0 #000 inset;
  color: #e1f4ff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  padding: 1rem;
}
.roadmap-inner-box ul li {
  position: relative;
  list-style: none;
  padding-left: 1.5rem;
  color: rgba(34, 34, 34, 0.8);
  font-family: "Inter Tight";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 0.5rem;
}
.roadmap-inner-box ul li::before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #0093e6;
  position: absolute;
  left: 0.3rem;
  top: 0.6rem;
}

/* =================================== */
.meme-revolution-sec .card.inner-box-revolution.ecosystem-box.yellow {
  background: #fcf8e7;
}
.meme-revolution-sec .card.inner-box-revolution.ecosystem-box.pink {
  background: #fce7e8;
}
.meme-revolution-sec .card.inner-box-revolution.ecosystem-box.purple {
  background: #e9e7fc;
}
.meme-revolution-sec .card.inner-box-revolution.ecosystem-box {
  padding: 0;
  margin-bottom: 2.5rem;
  .ecosystem-head,
  .ecosystem-body {
    padding: 2rem 2.5rem;
  }
  .ecosystem-head {
    border-bottom: 2px solid var(--Main-Black, #222);
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;

    h2 {
      margin-bottom: 0;
      color: var(--Main-Black, #222);
      font-size: 3rem;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 50.4px */
      letter-spacing: -1.92px;
    }
    p {
      margin-bottom: 0;
      text-align: right;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: var(--Text-Black, #222);
      font-family: Oravetica;
      font-size: 3rem;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 50.4px */
      letter-spacing: -1.92px;
      color: transparent;
    }
  }
  .ecosystem-body {
    img {
      height: auto;
      width: 100%;
    }

    p {
      min-height: 10rem;
      font-size: 16px;
    }
    h6 {
      font-size: 16px;
      img {
        height: 1.5rem;
        width: auto;
      }
    }
  }
}

.tokenomics-sec {
  padding: 3rem 0;
  .tokenomics-inner-box {
    border-radius: 64px;
    background: #e1f4ff;
    /* padding: 9.5rem 0; */
    padding: 14.3rem 0;

    .supply-box {
      width: 100%;

      border-radius: 32px;
      border: 2px solid var(--Main-Black, #222);
      background: var(--Main-Accent, #0093e6);
      box-shadow: 0 4px 0 0 #222;
      padding: 1.5rem;
      margin: 0.75rem 0;

      p {
        color: var(--text-white-80, rgba(255, 255, 255, 0.8));
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 17.6px */
        letter-spacing: -0.64px;
        text-transform: uppercase;
        margin-bottom: 0;
      }
      h5 {
        margin: 0.438rem 0;
        color: var(--Text-White, #fff);
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 105%; /* 50.4px */
        letter-spacing: -1.92px;
      }
      ul {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        gap: 0.25rem;
        list-style: none;
        margin-top: 0.5rem;
      }
      li {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        span {
          padding: 0.4rem 0.875rem;
          color: var(--Text-White, #fff);
          text-align: center;
          font-family: "Inter Tight", sans-serif;
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          line-height: 140%; /* 19.6px */
                                  display: inline-block;
                        text-align: left;
        }
      }
    }
    .supply-box.white-bg {
      background: #f7fcff;

      p {
        color: var(--text-black-80, rgba(34, 34, 34, 0.8));
      }
      h5 {
        color: #222;
        font-size: 32px;
      }
      ul {
        li {
          background: rgba(0, 147, 230, 0.2);
          span {
            color: #0093e6;
            line-height: 140%;
                                    display: inline-block;
                        text-align: left;
          }
        }
      }
    }
  }
}

.about-us-sec .outer-about .text-end img {
  max-width: 40rem;
}
.about-us-sec .outer-about.trust-puff-sec {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid var(--Main-Black, #222);
  background: url("../images/newhome/audit-bg.webp") lightgray 50% / cover
    no-repeat;
  box-shadow: 0 4px 0 0 #222;
  margin-bottom: 4rem;
}
.about-us-sec .outer-about .heading-main p,
.about-us-sec .outer-about.trust-puff-sec .heading-main p {
  font-size: 16px;
}
.about-us-sec .outer-about .heading-main h2,
.meme-revolution-sec
  .card.inner-box-revolution.ecosystem-box
  .ecosystem-head
  h2 {
  font-size: 3.43rem;
}
.about-us-sec .outer-about.trust-puff-sec .heading-main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* .about-us-sec .outer-about.trust-puff-sec .heading-main p{
    font-size: 1rem;
} */
.about-us-sec .outer-about.trust-puff-sec button {
  color: var(--Text-Black, #222) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%; /* 1.6px */
  text-underline-offset: 15%; /* 2.4px */
  text-underline-position: from-font;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.about-us-sec .outer-about.trust-puff-sec button img {
  margin: 0.4rem;
  max-height: 2rem;
}
.mobile-menu-new,
.menu-icon {
  display: none !important;
}
.header-new-presale .navbar-brand {
  display: flex !important;
  align-items: center;
  gap: 0.2rem;
}
.header-new-presale .navbar-brand span {
  font-size: 1.6rem;
  margin: 0;
  color: #000 !important;
  margin-top: 0rem;
  display: inline-block;
}
.header-new-presale .container-header .navbar-brand img {
  height: 3rem;
}
.download-audit-box {
  color: rgba(34, 34, 34, 0.4) !important;
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  display: flex;
  gap: 0.5rem;
}
.download-audit-box span {
  display: inline-block;
  text-decoration-line: underline;
}
.download-audit-box img {
  height: 1.2rem;
}
/* progress css */
.progress-moving-wrapper {
  position: relative;
  width: 100%;
}
.moving-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}

/* info process css */

.info-outer {
  position: relative;
  cursor: pointer;
}
.info-outer img {
  height: 1.1rem;
}
.info-outer span {
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  width: 19rem;
  bottom: 1.2rem;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: none;
  transition: all ease-in-out 0.5s;
}
.info-outer span small {
  color: rgba(34, 34, 34, 0.8);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
  margin-top: 0.5rem;
}
.info-outer .desc-outer {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 2;
}

.info-outer img:hover + .desc-outer {
  opacity: 1;
  visibility: visible;
}

.info-outer:hover .desc-outer {
  opacity: 1;
  visibility: visible;
}
.text-yellow {
  color: #fdd835 !important;
}
body .black-text {
  color: #000 !important;
}
.how-to-buy-link.text-underline {
  text-decoration: underline !important;
  font-size: 0.9rem;
}
input[type="password"] {
  -webkit-text-security: disc !important;
  font-family: auto !important;
}
.common-sec.faq-sec-outer.faq-presale-new {
  padding-top: 10rem;
  padding-bottom: 9rem;
  margin-bottom: 0;
}
.connect-wallet-modal.common-modal .modal-content {
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: none !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 24px;
  border: 2px solid var(--Main-Black, #222) !important;
  box-shadow: 0 4px 0 0 #222 !important;
}
.connect-wallet-modal.common-modal .modal-body button {
  border-radius: 0.9rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-Secondary, #e1f4ff);
  box-shadow: rgba(34, 34, 34, 0.05) 0px 6px 0px 0px inset,
    rgba(34, 34, 34, 0.2) 0px -6px 0px 0px inset,
    rgb(34, 34, 34) 0px 4px 0px 0px;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  color: rgb(0, 0, 0) !important;
  padding: 0.9rem !important;
  font-size: 1.1rem;
}
.connect-wallet-modal.common-modal .modal-body button img {
  margin: 0 !important;
  height: 2.2rem !important;
}
.connect-wallet-modal.common-modal .modal-dialog {
  max-width: 320px;
  margin: auto;
}
.connect-wallet-modal.common-modal .modal-body h3 {
  color: #000;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .preasale-banner-new .banner-box-left h1 {
    font-size: 70px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .outer-history-section {
    min-height: 62vh;
  }
  /* .preasale-banner-new .inner-main-box {
    min-height: auto;
} */
}
@media (max-width: 992px) {
  .iframe-youtube-video iframe {
    height: 18rem !important;
  }
  /* .heading-main h2 {
        font-size: 3.5rem;
    } */
  .tokenomics-sec .tokenomics-inner-box {
    padding: 10.3rem 0;
  }
  .heading-main h2{
    font-size: 58px;
    margin-bottom: 20px;
  }
  .heading-main p {
    font-size:20px;
  }
  /* .about-us-sec .outer-about  .heading-main p, .about-us-sec .outer-about.trust-puff-sec  .heading-main p {
    font-size: 1.2rem;
} */
  .about-us-sec .outer-about .heading-main h2 {
    /* font-size: 2.5rem; */
    margin-bottom: 1.5rem !important;
  }
  .for-mobile-none {
    display: none !important;
  }
  .about-us-sec .outer-about .heading-main {
    padding-right: 3rem;
  }
  .home-presale-box {
    padding: 1.5rem;
    max-width: 355px !important;
    margin: auto;
  }

  .header-new-presale.main-header .navbar-toggler {
    border-radius: 0.5rem;
  }
  .home-banner-new .inner-main-box {
    border-radius: 1.5rem;
  }
  .header-new-presale.main-header .blue-btn.head-btn {
    padding: 0.8rem 0.9rem;
    font-size: 16px;
    border-radius: 0.7rem;
    min-height: 40px;
  }
  .total-supply-text{
    font-size: 24px;
  }
  .tokenomics-sec {
    & .tokenomics-inner-box {
        & .supply-box {
            p {
              font-size: 16px;
            }
          }
        }
      }
      .roadmap-inner-box h2{
        font-size: 44px;
      }
      .roadmap-inner-box h2 span{
        padding: 18px 17px;
      }
      .roadmap-inner-box ul li{
        font-size: 16px;
      }
      .common-sec.faq-sec-outer.faq-presale-new{
        margin-top: 50px;
        border-radius: 32px;
      }
      .footer-sec-new .heading-main h2{
        font-size: 48px;
      }
      .footer-sec-new .heading-main p{
        font-size: 16px;
      }
      .footer-new-links a{
        font-size: 16px;
      }
  .meme-revolution-sec .card.inner-box-revolution {
    min-height: auto;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 20px !important;
  }
  .card.inner-box-revolution h5{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
  }
  .meme-revolution-sec .card.inner-box-revolution.ecosystem-box {
    & .ecosystem-body {
        p {
          min-height: auto;
          margin-bottom: 20px;
        }
      }
    }
  .card.inner-box-revolution img{
    margin-bottom: 40px;
    height: 80px;
    width: 80px;
  }
  .about-us-sec .outer-about .heading-main h2, .meme-revolution-sec .card.inner-box-revolution.ecosystem-box .ecosystem-head h2{
    font-size: 48px;
  }
  .round-black-border{
    font-size: 16px;
  }
  .about-us-sec .outer-about .text-end img {
    max-width: 45rem;
}
.meme-revolution-sec .card.inner-box-revolution.ecosystem-box {
    & .ecosystem-head {
        p {
          font-size: 48px;
        }
    }
  }
  .mobile-menu-new {
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    right: -23rem;
    top: 0;
    bottom: 0;
    display: block !important;
    min-width: 22.5rem;
    padding-bottom: 15rem;
    transition: all ease-in-out 0.5s;
  }
  .menu-icon {
    display: block !important;
  }
  .mobile-menu-new.open {
    right: 0 !important;
  }
  .close-menu {
    background-color: transparent;
  }
  .close-menu img {
    height: 3.3rem;
  }
  .mobile-menu-new .nav-link {
    display: block !important;
    color: #000 !important;
    margin-bottom: 0.7rem !important;
    padding: 1rem 0 !important;
    font-size: 1.5rem;
  }
  .social-header-icon {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: space-between;
  }
  .social-header-icon a {
    display: inline-block;
  }
  .social-header-icon a img {
    height: 4.4rem;
  }
  .mobile-menu-new .mobile-header{
    border-bottom: 1px solid var(--main-black-5, rgba(34, 34, 34, 0.05));
  }
  .mobile-menu-new .mobile-header, .mobile-menu-new .mobile-header-space{
    padding: 1.2rem 1.6rem;
  }
  .mobile-menu-new .social-absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem  1.6rem;
    border-top: 1px solid var(--main-black-5, rgba(34, 34, 34, 0.05));
  }

  .time-box-new .counter {
    font-size: 3.5rem !important;
  }
  .header-new-presale.main-header .blue-btn.head-btn img {
    max-height: 1.5rem;
  }
}
@media (max-width: 767.8px) {
  .card.inner-box-revolution p{
    font-size: 14px;
  }
  .about-us-sec .outer-about .heading-main p, .about-us-sec .outer-about.trust-puff-sec .heading-main p {
    font-size: 14px;
}
  .preasale-banner-new .justify-content-end.d-flex {
    margin-top: 2rem;
}
  .header-new-presale.main-header .blue-btn.head-btn {
    min-height: 34px;
  }
  .card.inner-box-revolution img {
    margin-bottom: 32px;
    height: 64px;
    width: 64px;
  }
  .about-us-sec .outer-about.trust-puff-sec {
    margin-bottom: 20px;
    border-radius: 24px;
  }
  .common-sec.faq-sec-outer.faq-presale-new{
    border-radius: 24px;
    margin: 40px 6px 0;
  }
  .faq-presale-new .accordion .accordion-button{
    padding: 16px;
    border-radius: 20px !important;
    gap: 8px;
  }
  .tokenomics-sec {
    & .tokenomics-inner-box {
      & .supply-box.white-bg {
        & ul {
          & li {
            margin-top: 2px;

            span {
                 font-size: 14px;
              padding: 4px 10px;
              margin-bottom: 4px;
              line-height: 14px;
            }
          }
        }
      }
    }
  }
  .tokenomics-sec {
    & .tokenomics-inner-box {
        & .supply-box {
            & li {
               margin-top: 2px;
                span{
                  font-size: 14px;
              padding: 4px 10px;
              margin-bottom: 4px;
              line-height: 14px;
                }
            }
          }
        }
      }

  .meme-revolution-sec .card.inner-box-revolution.ecosystem-box {
    & .ecosystem-body {
      p {
        font-size: 14px;
      }
      h6 {
        font-size: 16px;
        margin-top: 15px;
      }
      img {
        height: 148px;
      }
    }
  }
  .roadmap-inner-box{
    border-radius: 24px;
    padding: 20px;
  }
  .roadmap-inner-box h2 span{
    border-radius: 12px;
    padding: 12px;
  }
  .roadmap-inner-box ul li{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .card.inner-box-revolution h5 {
    margin-top: 0;
    font-size: 20px;
  }
  .how-to-buy-link.text-underline, .promo-code-text {
    font-size: 14px;
  }
  .banner-box-left {
    text-align: center;
  }
  .outer-box-buy-pre .progress-outer .round-black-border::before {
    height: 36px;
    width: 36px;
  }
  .banner-box-left .time-box-new {
    justify-content: center;
    max-width: 28rem;
  }
  .mobile-none {
    display: none !important;
  }
  .preasale-banner-new .banner-box-left h1 {
    font-size: 41px;
  }
  .banner-box-left .time-box-new {
    margin: auto !important;
    margin-top: 1rem !important;
    gap: 0.5rem;
    margin-bottom: 2rem !important;
  }
  .outer-box-yellow {
    max-width: 28rem;
    margin: auto;
  }
  .time-box-new .counter {
    width: 5.3rem;
  }
  .preasale-banner-new .d-none {
    margin: auto;
    display: block !important;
    margin-top: 2rem;
    max-width: 90%;
  }
  .time-box-new .top-img {
    top: -5.6rem;
    max-width: 100%;
  }
  .preasale-banner-new .inner-main-box {
    min-height: auto;
  }
  .lets-connect-sec .outer-connect {
    padding: 5rem 3rem;
  }
  .footer-sec-new {
    text-align: center;
    padding: 6px;
  }
  .footer-sec-new > div{
    border-radius: 24px;
  }
  .footer-sec-new .order-2 {
    order: initial;
  }
  .copyright-text {
    margin-top: 0;
    font-size: 12px;
  }
  .audit-img {
    height: 2.5rem;
  }
  .footer-new-links {
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }
  .footer-new-links a{
    font-size: 16px;
  }
  .header-new-presale.main-header {
    left: 2rem;
    right: 2rem;
  }
  .outer-box-buy-pre .blue-btn-shadow{
    font-size: 18px;
    padding: 22px;
  }
  .preasale-banner-new .inner-main-box {
    border-radius: 2rem;
    padding-bottom: 0;
    padding-top: 110px;
  }
  .main-header .navbar-brand {
    font-size: 1.3rem;
    margin-right: 0;
  }
  .header-new-presale .container-header .navbar-brand img {
    height: 3rem;
  }
  .header-new-presale.main-header .blue-btn.head-btn {
    font-size: 1rem;
  }
  .faq-sec-outer::before {
    content: none !important;
  }
  .iframe-youtube-video iframe {
    height: 15rem !important;
  }
  .outer-box-buy-pre {
    padding: 2rem 1.2rem;
  }
  .heading-main h2 {
    font-size: 30px;
  }
  .heading-main p {
    font-size: 16px;
  }
  .about-us-sec .outer-about .heading-main h2 {
    font-size: 2.5rem;
  }

  .home-presale-box {
    padding: 1.5rem;
  }
  .time-box-new .counter {
    font-size: 2.6rem;
  }
  .home-presale-box h1 {
    font-size: 2rem;
  }
  .time-box-new {
    gap: 0.8rem;
  }
  .home-banner-new .inner-main-box {
    min-height: auto;
    background-size: cover;
    padding-bottom: 8rem;
    padding-top: 20rem;
  }
  .about-us-sec .outer-about .heading-main {
    padding: 40px 16px;
    border-radius: 24px;
  }
  .about-us-sec .outer-about .text-end img {
    max-width: 32rem;
  }
  .about-us-sec.meet-queen-queef-sec .round-black-border {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .about-us-sec .outer-about .heading-main h2,
  .meme-revolution-sec
    .card.inner-box-revolution.ecosystem-box
    .ecosystem-head
    h2 {
    font-size: 28px;
  }
  .meme-revolution-sec .card.inner-box-revolution.ecosystem-box {
        & .ecosystem-head {
            p {
                font-size: 28px;
            }
        }
    }
    .total-supply-text {
    font-size: 20px;
}
.tokenomics-sec {
    & .tokenomics-inner-box {
        & .supply-box {
            ul {
              margin-top: 16px;
            }
          }
        }
      }
      .roadmap-inner-box h2 {
    font-size: 28px;
}
  .meme-revolution-sec .card.inner-box-revolution.ecosystem-box .ecosystem-head,
  .meme-revolution-sec
    .card.inner-box-revolution.ecosystem-box
    .ecosystem-body {
    padding: 2rem;
  }
  .tokenomics-sec .tokenomics-inner-box {
    border-radius: 28px;
    background: #e1f4ff;
    padding: 8rem 0;
  }
  .tokenomics-sec {
    & .tokenomics-inner-box {
        .supply-box{
            border-radius: 24px;
            padding: 20px;
        }
        .supply-box.white-bg {
            img{
              max-height: 48px;
            }
        }
      }
    }
    .tokenomics-sec {
    & .tokenomics-inner-box {
        & .supply-box {
            p{
              font-size: 14px;
            }
          }
        }
      }
      .tokenomics-sec {
        padding: 4rem 0;
    & .tokenomics-inner-box {
        & .supply-box {
            h5 {
              font-size: 4rem;
            }
          
          }
        }
      }
  .about-us-sec .outer-about.trust-puff-sec .heading-main {
    padding-top: 40px;
    padding-bottom: 1rem;
  }
  .footer-sec-new .heading-main h2{
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .selected-usdt span.round-black-border img {
    height: 1.25rem;
  }
  .selected-usdt span.round-black-border {
    padding: 0.3rem 0.5rem;
    gap: 0.3rem;
    font-size: 12px;
  }
  
  .selected-usdt {
    gap: 0.5rem;
  }
  /* .outer-box-buy-pre .blue-btn-shadow{
  padding: 0.875rem 1.5rem;
} */
}
