@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&display=swap");
@font-face {
  font-family: "super";
  src: url(../Super\ Comic.ttf);
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20%;
  background: white;
  flex-wrap: wrap;
}
nav .logo-img {
  width: 7rem;
  border: 2px solid #37325C;
  border-radius: 50%;
}

.social-icons {
  margin: 0;
  /* Add styles for social icons */
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icons a {
  max-width: 2rem;
  height: 2rem;
  background: #37325C;
  display: block;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.social-icons a img {
  width: 80%;
  display: block;
}

body {
  font-family: "Bebas Neue", sans-serif;
  background-color: #32353e;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

header {
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #32353e;
  min-height: 36rem;
  background-position: center;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}
header .content {
  width: 30%;
  min-width: 400px;
  position: relative;
}
header .content .tron-logo {
  position: absolute;
  width: 18rem;
  left: -7rem;
  top: 20%;
  bottom: 5rem;
  z-index: 0;
  opacity: 0.2;
}
header .logo img {
  width: 500px;
  margin: 3rem 0 0 0;
}
header h1 {
  font-size: 8rem;
  margin: 0;
  color: #f00d0d;
  font-weight: 900;
  font-family: "super";
  color: ##37325C;
  line-height: 1;
  z-index: 5;
}
header h3 {
  background: #37325C;
  padding: 0.5rem 0;
  border-radius: 25px;
  color: white;
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: relative;
}
header h2 {
  margin: 1rem 0;
  font-size: 1.3rem;
  color: #000;
  width: 100%;
  z-index: 5;
  position: relative;
}
header .tagline {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  background: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.14);
}
header .wallet-address {
  margin: 1rem 0;
  font-weight: bolder;
  font-size: 1.3rem;
}
header .wallet-address .address {
  color: #f00d0d;
}
header .buttons {
  margin: 20px 0;
}
header .buttons button {
  background-color: #37325C;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
}
header .buttons button:first-of-type {
  background: #f00d0d;
}

main {
  padding: 20px;
}
main .bunby-memes, main .more-bunby-memes {
  text-align: center;
  margin: 1rem 0;
  margin-bottom: 3rem;
}
main .bunby-memes h2, main .more-bunby-memes h2 {
  font-size: 4rem;
  padding: 0.5rem 0;
  margin: 0;
  color: #000;
  font-family: "super";
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
main .bunby-memes h2:first-of-type span, main .more-bunby-memes h2:first-of-type span {
  background: #0487ff;
}
main .bunby-memes h2 span, main .more-bunby-memes h2 span {
  margin: 0 0.5rem;
  text-align: center;
  padding: 0 2rem;
  border-radius: 50px;
  transform: rotate(10deg);
  display: block;
}
main .bunby-memes .memes-grid, main .more-bunby-memes .memes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 800px;
  margin: 1rem auto;
}
main .bunby-memes .memes-grid .meme-placeholder, main .more-bunby-memes .memes-grid .meme-placeholder {
  width: 100%;
  height: 100%;
  background-color: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .bunby-memes .memes-grid .meme-placeholder img, main .more-bunby-memes .memes-grid .meme-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
main .bunby-memes .make-bunby-button, main .more-bunby-memes .make-bunby-button {
  background-color: #f00d0d;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 20px 0;
  border: 3px solid black;
  border-radius: 10px;
  font-weight: bold;
}
main .tokenomics {
  text-align: center;
  margin: 20px 0;
  background-color: #32353e;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
main .tokenomics h2 {
  font-size: 4rem;
  padding: 0.5rem 0;
  margin: 0;
  color: #000;
  font-family: "super";
}
main .tokenomics .tokenomics-info {
  display: flex;
  justify-content: center;
}
main .tokenomics .tokenomics-info .token-info {
  width: 200px;
  margin: 10px;
}
main .tokenomics .tokenomics-info .token-info h3 {
  font-size: 24px;
  margin-bottom: 0.5rem;
  color: #000;
  font-family: "Montserrat", cursive;
  font-weight: 800;
}
main .tokenomics .tokenomics-info .token-info p {
  font-size: 18px;
  background-color: #FFF8E6;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 0;
  font-family: "Montserrat", cursive;
}

footer {
  text-align: center;
  padding: 0;
  background-color: #000;
  color: white;
  font-weight: 800;
}
footer p {
  margin: 0;
}
footer img {
  width: 100%;
  height: 100%;
}

/* Responsive Design */
.menu {
  overflow: hidden;
  cursor: grab;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 40vh;
}
.menu.is-dragging {
  cursor: grabbing;
}
.menu--wrapper {
  counter-reset: count;
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.menu--item {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  padding: 0 1.5vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .menu--item {
    width: 40vw;
    height: 40vw;
  }
}
.menu--item figure {
  position: absolute;
  z-index: 1;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
  border: 2px solid black;
}
.menu--item figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
  border: 2px solid black;
}

/*# sourceMappingURL=styles.css.map */
