html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* color */
html {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  background-color: #16122D;
  color: #F2F1F4;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 18px;
  -ms-overflow-style: none;
  scrollbar-width: 1px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body::-webkit-scrollbar {
  display: none;
}
body.no-scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1, h2, h3 {
  font-family: 'Montserrat', serif;
  font-style: italic;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 25px;
  line-height: 25px;
}

.big-h2 {
  font-size: 35px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 20px;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

a {
  color: #F2F1F4;
}

.orange {
  color: #F0A841;
}

ol {
  margin-left: 1.5rem;
  list-style: decimal;
}

/* BUTTONS */
.btn-white-outline-v1 {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 2rem;
  border: 1px solid #F2F1F4;
  border-radius: 20px;
  font-family: 'Ubuntu';
  font-weight: 700;
  font-size: 12px;
  transition: all 0.5s ease-out;
  background-color: transparent;
  color: #F2F1F4;
  min-width: 230px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.btn-white-outline-v1:hover {
  background-color: #F2F1F4;
  color: #F0A841;
}

.btn-white-outline-v2 {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 2rem;
  border: 2px solid #F2F1F4;
  border-radius: 20px;
  font-family: 'Ubuntu';
  font-weight: 700;
  font-size: 12px;
  transition: all 0.5s ease-out;
  background-color: transparent;
  color: #F2F1F4;
}
.btn-white-outline-v2:hover {
  background-color: #F2F1F4;
  color: #F0A841;
}

.btn-orange-fill {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 2rem;
  border: 1px solid #F2F1F4;
  border-radius: 20px;
  font-family: 'Ubuntu';
  font-weight: 700;
  font-size: 12px;
  transition: all 0.5s ease-out;
  background-color: #F0A841;
  color: #F2F1F4;
  min-width: 230px;
}
.btn-orange-fill:hover {
  background-color: #F2F1F4;
  color: #F0A841;
}

.arrow-right {
  display: inline-block;
  text-decoration: none;
  color: #F2F1F4;
  padding-right: 2rem;
  background: url(../img/arrow-right.svg) no-repeat right center;
  background-size: 24px auto;
}
.arrow-right:hover {
  text-decoration: underline;
  color: #F2F1F4;
}

.commonwealth {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.1) url(../img/commonwealth.svg) no-repeat 1rem center;
  background-size: 50px 50px;
  text-align: center;
  width: 100%;
  height: 115px;
  line-height: 115px;
  border-radius: 13px;
  color: #F2F1F4;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.commonwealth:hover {
  background: rgba(255, 255, 255, 0.15) url(../img/commonwealth.svg) no-repeat 3rem center;
  background-size: 88px 88px;
  color: #F2F1F4;
}

/* BUTTONS END */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  z-index: 100;
  transition: background 0.5s ease-out;
}
header.scrolled {
  background-color: #F2F1F4;
}
header .logo {
  vertical-align: middle;
}
header .header-link {
  color: #F0A841;
  text-decoration: none;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 16px;
}
header .header-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F0A841;
  transition: all 0.5s ease-out;
}
header .header-link:hover {
  color: #F0A841;
  text-decoration: none;
}
header .header-link:hover:after {
  width: 100%;
}
header .header-link:not(:last-child) {
  margin-right: 1rem;
}
header .header-link-svg:not(:last-child) {
  margin-right: 1rem;
}
header .header-link-svg:hover svg {
  filter: blur(2px);
}
header .header-link-svg svg {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  transition: all 0.5s ease-out;
}
header .header-link-svg svg path {
  fill: #F0A841;
}
header .toggle-menu-btn {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
header .toggle-menu-btn .toggle-menu-btn-1, header .toggle-menu-btn .toggle-menu-btn-2, header .toggle-menu-btn .toggle-menu-btn-3 {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #373636;
  border-radius: 2px;
}

nav {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  transition: left 0.5s ease-out;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(100%) blur(10px);
  background: rgba(52, 48, 96, 0.1);
  z-index: 99;
}
nav.active {
  left: 0;
}
nav .nav-inner {
  padding-top: 80px;
  overflow-y: scroll;
  height: 100%;
}
nav .header-link {
  display: block;
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: 800;
  font-family: 'Montserrat';
  font-style: italic;
  color: #F2F1F4;
  text-transform: uppercase;
  text-decoration: none;
}

footer {
  margin-top: auto;
  position: relative;
}
footer .footer-img {
  display: none;
}
footer h3 {
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer li:not(:last-child) {
  margin-bottom: 0.25rem;
}
footer li a {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Ubuntu', serif;
  line-height: 12px;
  color: #F2F1F4;
  text-decoration: none;
}
footer li a:hover {
  color: #F2F1F4;
  text-decoration: none;
  border-bottom: 1px solid #F2F1F4;
}
footer .woof-club-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  vertical-align: middle;
}
footer .woof-club-link:not(:last-child), footer .social-link:not(:last-child) {
  margin-right: 1rem;
}
footer .woof-club-link:hover svg, footer .woof-club-link:hover img, footer .social-link:hover svg, footer .social-link:hover img {
  filter: blur(2px);
}
footer .woof-club-link svg, footer .woof-club-link img, footer .social-link svg, footer .social-link img {
  transition: all 0.5s ease-out;
}
footer .woof-club-link svg {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
footer .social-link img {
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
}

.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #F0A841;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  visibility: hidden;
  z-index: 10;
  transition: all 0.5s ease-out;
}
.back-to-top.active {
  visibility: visible;
}
.back-to-top svg {
  object-fit: contain;
}

.first-section {
  padding-top: 80px;
}

@media (min-width: 567px) {
  .btn-white-outline-v1 {
    width: auto;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    line-height: 23px;
  }

  h1 {
    font-size: 80px;
    line-height: 80px;
  }

  h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .big-h2 {
    font-size: 60px;
    line-height: 60px;
  }

  h3 {
    font-size: 30px;
    line-height: 30px;
  }

  /* BUTTONS */
  .btn-white-outline-v1, .btn-orange-fill {
    height: 70px;
    line-height: 66px;
    border-radius: 35px;
    font-size: 20px;
  }

  .commonwealth {
    padding: 0 3rem;
    background: rgba(255, 255, 255, 0.1) url(../img/commonwealth.svg) no-repeat 3rem center;
    background-size: 88px 88px;
  }

  header {
    background-color: #F2F1F4;
  }
  header .header-link {
    font-size: 12px;
  }

  footer .footer-img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    max-width: 25%;
    max-height: 600px;
  }
  footer h3 {
    font-size: 18px;
    line-height: 20px;
  }
  footer li a {
    font-size: 16px;
    line-height: 18px;
  }
  footer .social-link img {
    max-width: 56px;
    max-height: 56px;
  }
}
@media (min-width: 1200px) {
  header .header-link {
    font-size: 16px;
  }
  header .header-link:not(:last-child) {
    margin-right: 2rem;
  }

  footer .woof-club-title {
    display: inline-block;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
.wave {
  width: 100%;
  object-fit: cover;
  transform: translateY(-55%);
  z-index: -1;
}

/* Homepage */
.main-section-homepage {
  background-color: #F0A841;
  color: #F2F1F4;
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
}
.main-section-homepage .main-section-icon {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.main-section-homepage .main-section-icon img {
  object-fit: cover;
  vertical-align: middle;
  width: 46px;
  height: auto;
}
.main-section-homepage .main-section-icon:not(:last-child) {
  margin-right: 1rem;
}

.main-section {
  background-color: #F0A841;
  color: #F2F1F4;
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
}
.main-section .main-section-icon {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.main-section .main-section-icon img {
  object-fit: cover;
  vertical-align: middle;
  width: 46px;
  height: auto;
}
.main-section .main-section-icon:not(:last-child) {
  margin-right: 1rem;
}

.banner-mobile {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  background: url(../img/ellipse.png) no-repeat center center;
  background-size: contain;
}
.banner-mobile img {
  width: auto;
  height: auto;
  max-height: 350px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.banner-mobile .nft-move-up-down {
  position: absolute;
  top: 0;
  left: 0;
  animation: MoveUpDown 4s linear infinite;
}

.homepage-image-mobile {
  width: 100%;
  height: auto;
  max-width: 400px;
  position: absolute;
  top: -42px;
  left: 0;
  z-index: 1;
}

.homepage-image-logo-and-hearts {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 100px;
  height: auto;
  z-index: 1;
}

.advantages-section {
  background: transparent url(../img/homepage-light-effect.svg) no-repeat center center;
  background-size: 40%;
}
.advantages-section .advantages-col {
  margin-bottom: 3rem;
}
.advantages-section .advantages-col h3 {
  background: url(../img/homepage-dot.svg) no-repeat 0 center;
  background-size: 21px 21px;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 18px;
}

.ecosystem-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: hidden;
  z-index: 10;
  margin-top: 100px;
}

.homepage-ecosystem {
  width: 120vw;
  height: auto;
  margin-bottom: -100%;
  overflow: hidden;
  transform: translateY(-60%);
}

.pools-validators-section .homepage-pools-validators-image {
  position: relative;
  width: 100%;
  margin-bottom: -100px;
  z-index: 10;
}
.pools-validators-section .pools-validators-wrapper {
  background-color: #343060;
  border-radius: 45px;
  position: relative;
  z-index: 1;
}
.pools-validators-section .pools-validators-wrapper .pool-imgs {
  margin-bottom: 1rem;
}
.pools-validators-section .pools-validators-wrapper .pool-img {
  height: 88px;
  width: auto;
  vertical-align: middle;
}
.pools-validators-section .pools-validators-wrapper .pool-img-huahua {
  height: 88px;
  width: auto;
  vertical-align: middle;
  margin-left: -2rem;
}
.pools-validators-section .pools-validators-wrapper h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-style: normal;
  font-family: 'Ubuntu';
  font-weight: 700;
}
.pools-validators-section .pools-validators-wrapper .validator-img {
  max-width: 60px;
  max-height: 60px;
  margin: 0 auto;
}

.nft-section {
  background: url(../img/nft.png) no-repeat top center;
  background-size: contain;
  height: 100vh;
  min-height: 900px;
}

.meta-section {
  background: url(../img/metaverse.png) no-repeat top center;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
}

.academy-section .academy-title {
  width: 100%;
  max-width: 600px;
}

.homepage-separator-yellow {
  width: 100%;
  vertical-align: middle;
  margin-bottom: -10px;
}

.homepage-separator-yellow-2 {
  width: 100%;
  vertical-align: middle;
  margin-top: -1px;
}

.homepage-woof-club-icon {
  width: 80px;
  height: 80px;
  transform: translate(calc(50vw - 40px), 40px);
}

.woof-club-section {
  background-color: #F0A841;
  position: relative;
}
.woof-club-section .woof-club-link {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.woof-club-section .woof-club-link:not(:last-child) {
  margin-right: 1rem;
}
.woof-club-section .woof-club-link svg {
  display: inline-block;
}
.woof-club-section .woof-club-2 {
  width: 100%;
}

.projects {
  background: radial-gradient(circle at center, rgba(97, 63, 161, 0.6) 0%, rgba(22, 18, 45, 0) 30%);
}
.projects .ecosystem-project {
  background-color: #151320;
  color: #F2F1F4;
  border-radius: 15px;
  padding: 1rem;
}
.projects .ecosystem-project .ecosystem-project-image {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
.projects .ecosystem-project .ecosystem-project-category {
  font-family: 'Ubuntu';
  color: #F0A841;
  font-size: 12px;
  margin-bottom: 1rem;
}
.projects .ecosystem-project .ecosystem-project-description {
  margin-bottom: 1rem;
}
.projects .nft-project-image {
  width: 100%;
  vertical-align: middle;
}
.projects .nft-project {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects .nft-project .nft-project-social {
  margin-top: auto;
}
.projects .nft-project .social-link {
  display: inline-block;
}
.projects .nft-project .social-link:not(:last-child) {
  margin-right: 1rem;
}
.projects .nft-project .social-link svg {
  object-fit: contain;
  height: 30px;
  width: auto;
  vertical-align: middle;
}

.nft-project-wrapper {
  margin-bottom: 6rem;
}

.tutorial .tutorial-title, .tutorial .tutorial-content {
  display: none;
}
.tutorial .tutorial-title.active, .tutorial .tutorial-content.active {
  display: block;
}
.tutorial .tutorial-content-wrapper {
  background-color: rgba(242, 241, 244, 0.1);
  border-radius: 25px;
  padding: 3rem;
}
.tutorial .tutorial-btns {
  display: inline-block;
  height: 50px;
  background: #151320;
  border: 0.2px solid rgba(242, 241, 244, 0.5);
  border-radius: 15px;
  padding: 0 0.5rem;
  position: relative;
}
.tutorial .tutorial-btns .tutorial-btn {
  margin: 0;
  margin-top: 3px;
  padding: 0 0.5rem;
  border: none;
  background-color: transparent;
  color: #F2F1F4;
  text-transform: uppercase;
  height: 43px;
  font-size: 16px;
  font-weight: 700;
  z-index: 10;
  position: relative;
}
.tutorial .tutorial-btns .tutorial-btn:not(:last-child) {
  margin-right: 0.5rem;
}
.tutorial .tutorial-btns .highlight {
  position: absolute;
  top: 3px;
  left: 0.5rem;
  height: 43px;
  border-radius: 9px;
  z-index: 0;
  background-color: #F0A841;
  transition: all 0.5s ease-out;
}

.video-iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-iframe-wrapper .video-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.exchange .exchange-el {
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid #E5E5E5;
  box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.exchange .exchange-el img {
  height: 100px;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.exchange .exchange-el h4 {
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 700;
}
.exchange .exchange-el a {
  font-size: 12px;
}

.governance-img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.woof-social-media {
  padding-bottom: 200px;
  background: url(../img/globe.png) no-repeat bottom right;
  background-size: 60vw;
}
.woof-social-media .social-media-el {
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid #E5E5E5;
  box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  position: relative;
  min-height: 220px;
}
.woof-social-media .social-media-el .community-lang-img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}
.woof-social-media .social-media-el .community-lang-socials {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}
.woof-social-media .social-media-el .social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.woof-social-media .social-media-el .social-link:not(:last-child) {
  margin-right: 1rem;
}
.woof-social-media .social-media-el .social-link svg {
  object-fit: contain;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.holder-social-wrapper {
  display: inline-block;
}
.holder-social-wrapper:not(:last-child) {
  margin-right: 3rem;
}
.holder-social-wrapper .holder-social-img {
  width: 45px;
  height: auto;
}
.holder-social-wrapper .holder-social-number {
  font-family: 'Montserrat';
  font-size: 26px;
  font-style: italic;
  margin-top: 0.5rem;
}

@media (min-width: 567px) {
  .homepage-image-logo-and-hearts {
    bottom: -5%;
    left: 70%;
  }
}
@media (min-width: 768px) {
  .homepage-image-logo-and-hearts {
    bottom: -5%;
    left: 500px;
  }
}
@media (min-width: 992px) {
  .main-section-homepage {
    min-height: 1000px;
    padding-top: 100px;
  }

  .main-section {
    min-height: 800px;
  }

  .banner-desktop-nft, .nft-move-up-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 800px;
    height: auto;
    z-index: 1;
  }

  .nft-move-up-down, .ecosystem-move-up-down {
    animation: MoveUpDown 4s linear infinite;
  }

  .ecosystem-move-up-down {
    position: absolute;
    top: 100px;
    right: 0;
    width: 50%;
    max-width: 800px;
    height: auto;
    z-index: 1;
  }

  .banner-desktop-ecosystem {
    position: absolute;
    top: 250px;
    right: 0;
    width: 50%;
    max-width: 800px;
    height: auto;
    z-index: 1;
  }

  .banner-desktop {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50%;
    max-width: 800px;
    height: auto;
    z-index: 1;
  }

  .homepage-image-desktop {
    position: absolute;
    top: 250px;
    right: 0;
    width: 50%;
    max-width: 800px;
    height: auto;
    z-index: 1;
  }

  .homepage-image-stars {
    position: absolute;
    top: 200px;
    right: 10%;
    width: 144px;
    height: auto;
    z-index: 1;
    animation: MoveUpDown 4s linear infinite;
  }

  .homepage-image-hearts {
    position: absolute;
    width: 177px;
    height: auto;
    top: 920px;
    right: 10%;
    animation: MoveUpDown 4s linear infinite;
    z-index: 1;
  }

  .homepage-transition-stars {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: -25%;
    left: 0;
    z-index: 1;
  }

  .advantages-section {
    position: relative;
    z-index: 10;
  }
  .advantages-section .homepage-advantages {
    position: absolute;
    top: 0;
    left: -20%;
    width: 70%;
  }
  .advantages-section .advantages-col:nth-child(2n+2) {
    margin-top: 100px;
  }
  .advantages-section .advantages-col:nth-child(2n+2) h3 {
    background-position: right center;
    text-align: right;
    padding: 1rem 30px 1rem 0;
  }
  .advantages-section .advantages-col h3 {
    background-position: left center;
    background-size: 60px 60px;
    padding: 1rem 0 1rem 30px;
    font-size: 30px;
  }

  .gethuahua-decoration {
    max-width: 100%;
    margin-top: -250px;
    margin-left: 3rem;
    animation: MoveUpDown 4s linear infinite;
  }

  .tutorial {
    position: relative;
  }
  .tutorial .gethuahua-decoration-2 {
    position: absolute;
    bottom: -250px;
    right: 0;
    z-index: -1;
    animation: MoveUpDown 4s linear infinite;
  }

  .video {
    position: relative;
  }
  .video .gethuahua-decoration-3 {
    position: absolute;
    top: 250px;
    left: 1rem;
    z-index: -1;
    animation: MoveUpDown 4s linear infinite;
  }

  .nft-section {
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .meta-section {
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .homepage-woof-club-icon {
    width: 160px;
    height: 160px;
    transform: translate(calc(50vw - 80px), 80px);
  }

  .woof-club-section {
    position: relative;
  }
  .woof-club-section .woof-club-link {
    width: 35px;
    height: 35px;
  }
  .woof-club-section .woof-club-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    width: 50%;
  }

  .nft-project-wrapper {
    margin-bottom: 9rem;
  }

  .woof-social-media {
    background-size: 30vw;
  }
  .woof-social-media .col-custom-com-social {
    flex: 0 0 auto;
    width: 20%;
  }
  .woof-social-media .social-media-el {
    min-height: 260px;
  }
  .woof-social-media .social-media-el .social-link {
    width: auto;
    height: auto;
    max-width: 40px;
  }
}
/* Homepage END */
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0);
  }
}
