@import url(./fonts.css);

/* Reset*/
:root {
  --bg-color: #ffffff;
  --color-primary: #fa92ce;
  --grid-maxWidth: 192rem;
  --font-family-sans: "ComicSansMS";
  --font-color: #000000;

  --bg-secondary-color: #f3f3f6;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --color-secondary: #ffed35;
  --font-size: 1.6rem;
  --grid-gutter: 2rem;
  --font-color: #333333;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
*::-webkit-scrollbar-thumb {
  background: var(--color-lightGrey);
}
body {
  background-color: var(--bg-color);
  line-height: 1.6;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /*fallback*/
  font-family: var(--font-family-sans);
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0.35em 0 0.7em 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
a {
  text-decoration: none;
}
a:hover:not(.button) {
  opacity: 0.75;
}
button {
  font-family: inherit;
}
p {
  margin-top: 0;
}
blockquote {
  background-color: var(--bg-secondary-color);
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--color-lightGrey);
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: var(--color-lightGrey);
  height: 1px;
  margin: 1rem 0;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}
td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}
thead {
  border-bottom: 2px solid var(--color-lightGrey);
}
tfoot {
  border-top: 2px solid var(--color-lightGrey);
}
code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
}
code,
kbd {
  padding: 0 0.4rem;
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: var(--bg-secondary-color);
  color: var(--color-error);
}
pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
img {
  max-width: 100%;
}
fieldset {
  border: 1px solid var(--color-lightGrey);
}
iframe {
  border: 0;
}
.copyAddress {
  cursor: pointer;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.container {
  max-width: var(--grid-maxWidth);
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
.intro {
  height: 76.9rem;
  background-image: url("../assets/BirbGangMob.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-position: center;
  position: relative;
}
.intro .logo img {
  width: 31.4rem;
}
.cta {
  display: flex;
  gap: 2.8rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #b42b7a;
  padding: 1rem;
}
.cta .twitter {
}
.cta .twitter img {
  width: 3.5rem;
}
.cta .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cta .buttons img {
  width: 1.4rem;
}

.cta .buttons .button {
  border: 1px solid #707070;
  height: 4rem;
  padding: 0.6rem;
  border-radius: 2rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  color: #b42b7a;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}
.cta .buttons .btn_buy {
  font-size: 1.8rem;
  font-weight: 900;
}
.cta .buttons .btn_address {
  font-size: 1.5rem;
  font-weight: 700;
}
.cta .telegram {
}
.cta .telegram img {
  width: 3.5rem;
}
.about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4rem 1.5rem 0 1.5rem;
  align-items: center;
  background-image: url("../assets/bluebgmob.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 64.8rem;
  gap: 4.7rem;
}
.about .head img {
  width: 36rem;
}
.about .icon img {
  width: 33.5rem;
}
.about .text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-width: 32rem;
}
.token {
  display: flex;
  flex-direction: column;
  background-color: #b42b7a;
  padding: 2.2rem 1.8rem 0 1.8rem;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  min-height: 52.8rem;
}
.token .icon img {
  width: 35.6rem;
}
.token .supply {
  color: #fff;
  font-weight: bold;
  font-size: 3.9rem;
  text-align: center;
  max-width: 28.8rem;
}
.token .ticker {
  color: #fff;
  font-weight: bold;
  font-size: 3.9rem;
  text-align: center;
  max-width: 16.2rem;
}

.buy {
  background-color: #f49595;
  padding: 5.4rem 0 2.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.buy h2 {
  font-family: "Eurostile";
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0 1.5px 3px #000;
  text-align: center;
  max-width: 20.8rem;
  line-height: 1.2;
}
.buy .mobile_howto {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 60rem;
  width: 100%;
}
.buy .mobile_howto .howto_phantom {
  justify-content: flex-start;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .circle {
  background-color: #fff;
  width: 25.6rem;
  height: 25.6rem;
  border-radius: 12.8rem;
  border: 1rem solid #707070;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 3rem 0 3rem;
}
.buy .mobile_howto .howto_phantom .circle img {
  width: 8.8rem;
  height: 8.9rem;
}
.buy .mobile_howto .circle h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6f7070;
  text-transform: uppercase;
  text-align: center;
}
.buy .mobile_howto .circle p {
  font-size: 1.2rem;
  color: #6f7070;
  text-align: center;
  line-height: 1.2;
}
.buy .mobile_howto .circle.buy_some {
  padding-top: 3rem;
}
.buy .mobile_howto .howto_phantom .icon {
  margin-left: -8rem;
  margin-top: 0.6rem;
}
.buy .mobile_howto .howto_phantom .icon img {
  width: 19.6rem;
}
.buy .mobile_howto .howto_sol {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_sol .circle img {
  width: 8.8rem;
  height: 8.8rem;
}
.buy .mobile_howto .howto_sol .icon {
  margin-right: -8rem;
  margin-top: 0rem;
  z-index: 9;
}
.buy .mobile_howto .howto_sol .icon img {
  width: 19rem;
}
.buy .mobile_howto .howto_buy {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_buy .circle img {
  width: 8.5rem;
  height: 8.5rem;
}
.buy .mobile_howto .howto_buy .icon {
  margin-left: -11rem;
  margin-bottom: -2rem;
}
.buy .mobile_howto .howto_buy .icon img {
  width: 19.6rem;
}
.buy .mobile_howto .howto_address {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_address label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.buy .mobile_howto .howto_address input {
  border: solid 0.5px #707070;
  background-color: #fff;
  padding: 0.3rem 0.7rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  text-align: center;
  height: 2.9rem;
  border-radius: 2rem;
}
.buy .mobile_howto .howto_address img {
  width: 1.64rem;
  height: 1.86rem;
  position: absolute;
  right: 1.9rem;
  bottom: 0.5rem;
}
.buy .mobile_howto .howto_wallet {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  padding: 0 1.4rem;
}
.buy .mobile_howto .howto_wallet p {
  font-size: 1.1rem;
}
.buy .mobile_howto .howto_wallet .circle img {
  width: 8.5rem;
  height: 8.5rem;
}
.buy .mobile_howto .howto_wallet .icon {
  margin-left: -8rem;
  margin-bottom: 13rem;
}
.buy .mobile_howto .howto_wallet .icon img {
  width: 14.2rem;
}
.buy .mobile_howto .howto_community {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  height: 26.8rem;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
  background-image: url("../assets/ellipse.png");
  background-repeat: no-repeat;
  background-position: center calc(50%);
  background-size: cover;
}
.buy .mobile_howto .howto_community h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6f7070;
}
.buy .mobile_howto .howto_community p {
  max-width: 32.3rem;
  font-size: 1.2rem;
  color: #6f7070;
  text-align: center;
  line-height: 1.2;
}
.boss {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  height: 20.9rem;
  margin-top: -15.9rem;
}
.boss img {
  width: 19.6rem;
}
.boss a img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  margin-top: 2.9rem;
}

.meme-grid-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: flex-start;
  align-items: center;
}
.meme-grid-mobile .meme1 {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}
.meme-grid-mobile .meme1 img:nth-child(1) {
  width: 21.3rem;
  height: 14.4rem;
}
.meme-grid-mobile .meme1 img:nth-child(2) {
  width: 16.1rem;
  height: 14.4rem;
}
.meme-grid-mobile .meme2 {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}

.meme-grid-mobile .meme2 img:nth-child(1) {
  width: 20rem;
  height: 16.4rem;
}
.meme-grid-mobile .meme2 img:nth-child(2) {
  width: 17.3rem;
  height: 16.4rem;
}
.meme-grid-mobile .meme3 {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}
.meme-grid-mobile .meme3 .memegroup1 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.meme-grid-mobile .memegroup1 img {
  width: 14.3rem;
}
.meme-grid-mobile .meme3 .memegroup2 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.meme-grid-mobile .memegroup2 img {
  height: 19.1rem;
  width: 23.1rem;
}
.meme-grid-mobile .meme4 img {
  width: 37.7rem;
}

.meme-grid-mobile .meme5 {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}

.meme-grid-mobile .meme5 img:nth-child(1) {
  width: 18.5rem;
  height: 18.3rem;
}
.meme-grid-mobile .meme5 img:nth-child(2) {
  width: 18.7rem;
  height: 18.3rem;
}

.meme-grid-mobile .meme6 img {
  width: 37.7rem;
}

@media screen and (min-width: 1080px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }

  .intro {
    height: 61.8rem;
    background-size: cover;
    background-image: url("../assets/birb-gang.png");
  }
  .intro .logo img {
    width: 50rem;
  }
  .intro .social {
    position: absolute;
    right: 5rem;
    top: 2.5rem;
  }
  .intro .social img {
    width: 3.8rem;
  }
  .cta {
    gap: 2.8rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .cta .buttons {
    display: flex;
    flex-direction: row;
    gap: 6rem;
  }
  .cta .buttons img {
    width: 2rem;
  }
  .cta .buttons .button {
    border: 1px solid #707070;
    height: 6rem;
    width: 30rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }
  .cta .buttons .btn_buy {
    font-size: 2.5rem;
    font-weight: 900;
  }
  .cta .buttons .btn_address {
    font-size: 2rem;
    padding: 1.3rem;
  }
  .about {
    padding: 4rem 1.5rem 0 1.5rem;
    background-image: url("../assets/bluebg.png");
    min-height: 68.8rem;
    gap: 4.7rem;
  }
  .about .head img {
    width: 45rem;
  }
  .about .icon img {
    width: 33.5rem;
  }
  .about .text {
    font-size: 3rem;
    max-width: 46rem;
    line-height: 1.3;
  }
  .token {
    padding: 4rem 1.8rem 0 1.8rem;
    gap: 2.5rem;
    min-height: 42.8rem;
  }
  .token .icon img {
    width: 35.6rem;
  }
  .token .supply {
    color: #fff;
    font-weight: bold;
    font-size: 3.9rem;
    text-align: center;
    max-width: 50.8rem;
  }
  .token .ticker {
    color: #fff;
    font-weight: bold;
    font-size: 3.9rem;
    text-align: center;
    max-width: 50rem;
  }

  .buy {
    padding: 4.4rem 0 3.7rem 0;
  }
  .buy h2 {
    font-size: 2.75rem;
    text-align: center;
    max-width: none;
    line-height: normal;
  }
  .buy .desktop_howto {
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    max-width: none;
    align-items: center;
    justify-content: center;
  }
  .buy .desktop_howto .desktop_howto_line {
    display: flex;
    flex-direction: row;
    gap: 1.65rem;
  }
  .buy .desktop_howto .desktop_howto_line.second_line {
    margin-left: 2rem;
  }
  .buy .desktop_howto .howto_phantom {
    justify-content: flex-start;
    display: flex;
    padding: 0 0.7rem;
  }
  .buy .desktop_howto .circle {
    background-color: #fff;
    width: 31.85rem;
    height: 31.85rem;
    border-radius: 15.925rem;
    align-items: center;
    border: 1rem solid #707070;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    padding: 1.65rem 5.5rem 0 5.5rem;
  }
  .buy .desktop_howto .howto_phantom .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .circle h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6f7070;
    text-transform: uppercase;
    text-align: center;
  }
  .buy .desktop_howto .circle p {
    font-size: 1.5rem;
    color: #6f7070;
    text-align: center;
    line-height: 1.2;
  }
  .buy .desktop_howto .howto_phantom .icon {
    margin-left: -10rem;
    margin-top: 2.65rem;
  }
  .buy .desktop_howto .howto_phantom .icon img {
    width: 21.6rem;
  }
  .buy .desktop_howto .howto_sol {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding: 0 0.7rem;
  }
  .buy .desktop_howto .howto_sol .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_sol .icon {
    margin-left: -9rem;
    margin-bottom: 11rem;
  }
  .buy .desktop_howto .howto_sol .icon img {
    width: 20.5rem;
  }
  .buy .desktop_howto .howto_buy {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    padding: 0 4rem;
    margin-left: -7rem;
  }
  .buy .desktop_howto .howto_buy .circle {
    padding-top: 4rem;
  }
  .buy .desktop_howto .howto_buy .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_buy .icon {
    margin-left: -11.75rem;
    margin-bottom: 0.8rem;
  }
  .buy .desktop_howto .howto_buy .icon img {
    width: 23rem;
  }
  .buy .desktop_howto .howto_address {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0.7rem;
    align-items: center;
    justify-content: center;
  }
  .buy .desktop_howto .howto_address .howto_address_container {
    position: relative;
    width: 52.9rem;
    display: flex;
    flex-direction: column;
  }
  .buy .desktop_howto .howto_address label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .buy .desktop_howto .howto_address input {
    border: solid 0.5px #707070;
    padding: 0.75rem;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    border: solid 0.5px #707070;
    background-color: #f8acac;
    font-size: 1.5rem;
    height: 3.55rem;
    text-align: center;
  }
  .buy .desktop_howto .howto_address img {
    width: 2rem;
    height: 2.25rem;
    position: absolute;
    right: 2.5rem;
    bottom: 0.65rem;
  }
  .buy .desktop_howto .howto_wallet {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding: 0 0.7rem;
    margin-left: -3rem;
  }
  .buy .desktop_howto .howto_wallet .circle {
    padding: 1.65rem 1.5rem 0 1.5rem;
  }
  .buy .desktop_howto .howto_wallet .circle img {
    width: 10.8rem;
    height: 10.8rem;
  }
  .buy .desktop_howto .howto_wallet .icon {
    margin-left: -10.25rem;
    margin-bottom: 14.7rem;
  }
  .buy .desktop_howto .howto_wallet .icon img {
    width: 20rem;
  }
  .buy .desktop_howto .howto_community {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    height: 29.7rem;
    background-color: #fff;
    width: 75.45rem;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2rem;
    border-radius: 50%;
    border: 1rem solid #6f7070;
  }
  .buy .desktop_howto .howto_community h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6f7070;
  }
  .buy .desktop_howto .howto_community p {
    max-width: 54.4rem;
    font-size: 1.5rem;
    color: #6f7070;
    text-align: center;
    line-height: 1.2;
  }
  .boss {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 23.6rem;
    margin-top: -18.75rem;
    background-color: #fff;
  }
  .boss img {
    width: 22.15rem;
  }
  .boss a img {
    width: 7.35rem;
    height: 7.35rem;
    border-radius: 1.75rem;
    margin-top: 1.65rem;
    box-shadow: none;
  }
  .meme-grid-desktop {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .meme-grid-desktop .meme1 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(1) {
    width: 35.1rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(2) {
    width: 26.5rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(3) {
    width: 29.1rem;
  }
  .meme-grid-desktop .meme2 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row1 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row1 img:nth-child(1) {
    width: 23.6rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row1 img:nth-child(2) {
    width: 20.8rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row2 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row2 img:nth-child(1) {
    height: 37.5rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row3 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row3 img:nth-child(1) {
    width: 25.8rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row3 img:nth-child(2) {
    width: 18.35rem;
  }
  .meme-grid-desktop .meme2 .memegroup2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .meme-grid-desktop .meme2 .memegroup2 img:nth-child(1) {
    width: 45.9rem;
  }
  .meme-grid-desktop .meme2 .memegroup2 img:nth-child(2) {
    width: 45.9rem;
    height: 39.6rem;
  }
  .meme-grid-desktop .meme3 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .meme-grid-desktop .meme3 img:nth-child(1) {
    width: 45.25rem;
  }
  .meme-grid-desktop .meme3 img:nth-child(2) {
    width: 45.9rem;
  }
  .meme-grid-desktop .meme4 {
    display: flex;
    flex-direction: row;
  }
  .meme-grid-desktop .meme4 img {
    width: 92.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .intro {
    height: 94.5rem;
    background-size: auto;
  }
  .intro .logo img {
    width: 94.2rem;
  }
  .intro .social {
    right: 10rem;
    top: 4rem;
  }
  .intro .social img {
    width: 6.8rem;
  }
  .cta {
    gap: 5rem;
  }

  .cta .buttons {
    gap: 11.3rem;
  }
  .cta .buttons img {
    width: 3.8rem;
  }
  .cta .buttons .button {
    height: 11.9rem;
    width: 60.4rem;
    border-radius: 3rem;
    box-shadow: 0 3px 6px 0 #000;
    border: solid 1px #707070;
  }
  .cta .buttons .btn_buy {
    font-size: 6rem;
    padding: 1.5rem;
  }
  .cta .buttons .btn_address {
    font-size: 4.2rem;
    padding: 2.5rem;
  }
  .about {
    padding: 4.8rem 1.5rem 0 1.5rem;
    min-height: 128rem;
    gap: 8rem;
  }
  .about .head img {
    width: 82rem;
  }
  .about .icon img {
    width: 88rem;
  }
  .about .text {
    font-size: 5rem;
    max-width: 156rem;
    line-height: 1.3;
  }
  .token {
    padding: 4rem 1.8rem 0 1.8rem;
    gap: 2.5rem;
    min-height: 92.8rem;
  }
  .token .icon img {
    width: 80.5rem;
  }
  .token .supply {
    font-size: 8rem;
    max-width: 95.8rem;
  }
  .token .ticker {
    font-size: 8rem;
    max-width: 95rem;
  }

  .buy {
    padding: 8.8rem 0 7.4rem 0;
  }
  .buy h2 {
    font-size: 5.5rem;
  }
  .buy .desktop_howto {
    gap: 2.9rem;
  }
  .buy .desktop_howto .desktop_howto_line {
    gap: 3.3rem;
  }
  .buy .desktop_howto .desktop_howto_line.second_line {
    margin-left: 4rem;
  }
  .buy .desktop_howto .howto_phantom {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .circle {
    width: 63.7rem;
    height: 63.7rem;
    border-radius: 31.85rem;
    border: 1rem solid #707070;
    padding: 3.3rem 11rem 0 11rem;
  }
  .buy .desktop_howto .howto_phantom .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .circle h3 {
    font-size: 3rem;
  }
  .buy .desktop_howto .circle p {
    font-size: 3rem;
    line-height: 1.2;
  }
  .buy .desktop_howto .howto_phantom .icon {
    margin-left: -18rem;
    margin-top: 4.3rem;
  }
  .buy .desktop_howto .howto_phantom .icon img {
    width: 43.2rem;
  }
  .buy .desktop_howto .howto_sol {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .howto_sol .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_sol .icon {
    margin-left: -18rem;
    margin-bottom: 23rem;
  }
  .buy .desktop_howto .howto_sol .icon img {
    width: 41.7rem;
  }
  .buy .desktop_howto .howto_buy {
    padding: 0 11.5rem;
    margin-left: -17rem;
  }
  .buy .desktop_howto .howto_buy .circle {
    padding-top: 8rem;
  }
  .buy .desktop_howto .howto_buy .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_buy .icon {
    margin-left: -25rem;
    margin-bottom: 3.6rem;
  }
  .buy .desktop_howto .howto_buy .icon img {
    width: 45.8rem;
  }
  .buy .desktop_howto .howto_address {
    padding: 0 1.4rem;
  }
  .buy .desktop_howto .howto_address .howto_address_container {
    width: 105.8rem;
  }
  .buy .desktop_howto .howto_address label {
    font-size: 3rem;
  }
  .buy .desktop_howto .howto_address input {
    border: solid 0.5px #707070;
    padding: 1.5rem;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    border: solid 0.5px #707070;
    font-size: 3rem;
    height: 7.1rem;
  }
  .buy .desktop_howto .howto_address img {
    width: 4rem;
    height: 4.5rem;
    right: 5rem;
    bottom: 1.3rem;
  }
  .buy .desktop_howto .howto_wallet {
    padding: 0 1.4rem;
    margin-left: -6rem;
  }
  .buy .desktop_howto .howto_wallet .circle {
    padding: 3.3rem 3rem 0 3rem;
  }
  .buy .desktop_howto .howto_wallet .circle img {
    width: 21.6rem;
    height: 21.6rem;
  }
  .buy .desktop_howto .howto_wallet .icon {
    margin-left: -19rem;
    margin-bottom: 32.4rem;
  }
  .buy .desktop_howto .howto_wallet .icon img {
    width: 39.5rem;
  }
  .buy .desktop_howto .howto_community {
    margin-top: 2rem;
    height: 59.4rem;
    width: 150.9rem;
    padding-top: 5.5rem;
    border-radius: 50%;
    border: 1rem solid #6f7070;
    background-color: #fff;
  }
  .buy .desktop_howto .howto_community h3 {
    font-size: 3rem;
  }
  .buy .desktop_howto .howto_community p {
    max-width: 108.8rem;
    font-size: 3rem;
    line-height: 1.2;
  }
  .boss {
    height: 47.2rem;
    margin-top: -37.5rem;
  }
  .boss img {
    width: 44.3rem;
  }
  .boss a img {
    width: 14.7rem;
    height: 14.7rem;
    border-radius: 73.5rem;
    margin-top: 3.3rem;
  }

  .meme-grid-desktop {
    padding: 4rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(1) {
    width: 70.2rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(2) {
    width: 52.9rem;
  }
  .meme-grid-desktop .meme1 img:nth-child(3) {
    width: 58.3rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row1 img:nth-child(1) {
    width: 47.2rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row1 img:nth-child(2) {
    width: 41.6rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row2 img:nth-child(1) {
    height: 75rem;
    width: 90.5rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row3 img:nth-child(1) {
    width: 51.6rem;
  }
  .meme-grid-desktop .meme2 .memegroup1 .memegroup1row3 img:nth-child(2) {
    width: 37.7rem;
  }
  .meme-grid-desktop .meme2 .memegroup2 img:nth-child(1) {
    width: 91.8rem;
  }
  .meme-grid-desktop .meme2 .memegroup2 img:nth-child(2) {
    width: 91.8rem;
    height: 79.2rem;
  }
  .meme-grid-desktop .meme3 img:nth-child(1) {
    width: 90.5rem;
  }
  .meme-grid-desktop .meme3 img:nth-child(2) {
    width: 91.8rem;
  }
  .meme-grid-desktop .meme4 img {
    width: 184.2rem;
  }
}
