html {
  /* font-family: 'Café Françoise';
   */
   font-family: 'Jost', sans-serif;

}
body {
  /* font-family: 'Café Françoise';
   */
   font-family: 'Jost', sans-serif;

  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.jost-font {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


body {
  padding-top: 56px;
  background-color: #000;
}

ul {
  list-style-type: none;
}

.header-color {
  color: #131538;
  margin: 0 0px;
    padding: 10px 0;
    color: #13153899;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #EFF8FF;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

@media (max-width: 1000px) {
  .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 32px;
    color: #6c757d;
  }
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.light-blue-bg {
  background: #EFF8FF;
}

.main-section {
  position: relative;
  padding: 155px 0 0;
  min-height: 864px;
  background-size: cover;
  background: url(images/background.png) no-repeat 50% 100%;
}

.navbar-collapse {
  z-index: -1;
}

.navbar-toggler {
  height: 25px;
  width: 50px;
}


.btn-new {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 1px #fff;
  padding: 10px 13px;
  color: black;
  width: 100%;
}

.buy-section {
  width: 100%;
  max-width: 450px;
  padding: 22px;
  z-index: 1;
  top: 50px;
  margin: 6px;
  margin-bottom: 50px;
  color: white;
}


.grid-main {
  display: grid; 
  /* grid-template-rows: 1fr 1fr;  */
  /* margin-top: 130px; */
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1000px) {
  .grid-main {
    grid-template-columns: 1fr;
  }
  .main-text {
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    /* grid-template-columns: 1fr 1fr; */
  }
  .main-title {
    font-size: 100px;
    display: grid;
    align-self: end;
    color: #fff;
  }
  .sub-title {
    font-size: 50px;
    align-self: end;
    display: grid;
  }
  .buy-section {
    max-width: 100%;
  }
  .margin-top-four {
    margin-top: 30px;
  }
  .margin-six {
    margin: 6px;
  }
  .desktop-socials  {
    display: none;
  }
  .main-section {
    padding: 100px 0 0;
    background-size: cover;
  }
  .buy-container {
    display: none;
  }
}

@media (min-width: 1000px) {
  .mobile-socials  {
    display: none;
  }
}

.scrolling-text-container {
  position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
}

.scrolling-text-inner {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: scrolling-text 14s linear infinite;
  -webkit-animation: scrolling-text 14s linear infinite;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0); /* Start from left side */
  }
  100% {
    transform: translateX(-100%); /* Move to the left (container width) */
  }
}

@keyframes scroll-text-inner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%); /* Adjust based on text length */
  }
}

.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.about {
  /* background: url(images/token-bg.svg) no-repeat; */
    background-position: 100% 100%;
    background-size: cover;
    min-height: 610px;
    padding: 117px 0px 0px;
    position: relative;
} 

.about p  {
  font-family: Poppins, sans-serif;
}

.box {
  border-radius: 41px;
    border: 4px solid #A5AAE3;
    background: #FFF;
    box-shadow: 0 8px 18.6px #798d9f3b;
    position: relative;
    min-height: 220px;
}

.litepaper-text {
  font-weight: 300;
}

.roadmap {
  padding: 70px 0;
}

.roadmap p  {
  font-family: Poppins, sans-serif;
}

.roadmap .box  {
  margin-top: 15px;
  border-radius: 41px;
  border: 4px solid #A5AAE3;
  background: #FFF;
  box-shadow: 0 8px 18.6px #798d9f3b;
  min-height: 450px;
  overflow: hidden;
}

.roadmap .img-wrap {
  min-height: 195px;
  display: grid;
    justify-content: center;
}

.roadmap-image {
  width: 100%;
  max-width: 300px;
}

.tokenomics {
  /* background: url("images/peppa_background.jpg") no-repeat; */
    background-position: 0 0;
    background-size: 100%;
    padding: 110px 0 80px;
    display: flex;
}

.card {
  position: relative;
    border: 4px solid rgb(165, 170, 227);
    border-radius: 41px;
    overflow: hidden;
    padding: 0px;
    margin-left: 14px;
}

.title {
  font-size: 42px !important;
    /* text-align: center; */
    display: grid;
    width: 100%;
    text-align: center;
}

/* .chart {
  position: relative;
    width: 417px;
    height: 343.89px;
    left: 156px;
    top: -17.07px;
} */

.glass {
  max-width: 200px;
} 


.text-chart {
  position: flex;
  text-align: center;
  margin-top: 30px;
  font-size: 40px !important;
}

.left {
  display: grid;
  justify-content: center;
}

.glasses {
  width: 100%;
    max-width: 100%;
}

.navbar-brands {
  margin-left: 30px;
  margin-top: 10px;
}

.token-tower {
  position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.token-chart {
  position: absolute;
    bottom: 0;
    z-index: -1;
}

.footer {
  background: #F6FBFF;
  padding: 40px 40px 0;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  margin: 0 0 15px;
}

.social {
  margin-left: 1rem !important;
  width: 50px;
}

.address {
    top: 0px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    background: #000;
    padding-top: 20px;
    position: fixed;
    width: 100vw;
    z-index: 9999;
}

.wallet-address {
  font-size: 14px;
  color: #fff;
}

.nav-push {
  top: 50px;
}

.wolf-container {
  justify-content: center;
  display: grid;
  margin-bottom: 20px;
  margin-top: 30px;
}

.img-buy {
  max-width: 150px;
}

.iframeContainer {
  position: fixed;
    top: 0px;
    z-index: 10000;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: white;
    display: grid;
    justify-content: center;
}
