@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jersey+10&family=Jersey+20&family=Metal+Mania&family=Orbitron:wght@400..900&display=swap');


/* metal shine superior code
    line-height: 1;
    display: inline-block;
    font-weight: 800;
    position: relative;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;

    background-image:
        linear-gradient(180deg,
            #0e0e0e 0%,
            #ffffff 18%,
            #494949 32%,
            #3a3a3a 50%,
            #000000 62%,
            #2a2a2a 80%,
            #e2e2e2 100%),
        linear-gradient(180deg,
            rgb(0, 0, 0),
            rgb(255, 255, 255));


    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25),
        0 6px 14px rgba(97, 97, 97, 0.45);
    transition: all .2s ease-in-out;


*/

@font-face {
  font-family: "CloisterBlack";
  src: url("./assets/font/CloisterBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metrim";
  src: url("./assets/font/MetrimLetterRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
    font-family: "Metrim", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: calc(var(--vh) * 100);
}

/* -- background styles -- */

body {
    margin: 0;
    padding: 0;
    /* height: calc(var(--vh) * 80); */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}


/*render js*/

.js-render-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.hat-img img {
    width: 15rem;
    height: auto;
}



.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}


.title {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.9rem;
    font-family: "CloisterBlack", serif !important;
}

/*seccion rockstar*/

.title-metal {
    /* profundidad */
    color: rgb(0, 0, 0);
    /* profundidad */
    text-shadow:
        0px -1px 0 rgba(255, 255, 255, 0.76),
        0 6px 14px rgba(97, 97, 97, 0.45);
    transition: all .2s ease-in-out;
    filter: invert(1);

}

.drop-name {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.drop-metal {

    color: rgb(0, 0, 0);
    /* profundidad */
    text-shadow:
        0px -1px 0 rgb(255, 255, 255),
        0 6px 14px rgba(97, 97, 97, 0.45);
    transition: all .2s ease-in-out;
    letter-spacing: 4px;
    
}


.hat-name {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hat-metal {
    color: rgb(0, 0, 0);
    /* profundidad */
    text-shadow:
        0px -1px 0 rgba(255, 255, 255, 0.836),
        0 6px 14px rgba(97, 97, 97, 0.45);
    transition: all .2s ease-in-out;
    letter-spacing: 7px;
    filter: invert(1);
}

.footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5a5a5a;
    font-style: italic;
    font-weight: 400;
    gap: 1rem;
}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    
}

.social-icons a {
    color: #919191;
    transition: color 0.3s ease;
}

.white-aura {
    animation: WhiteAura 3s ease-in-out infinite;
}

.verification-message {
    font-size: 1.3rem;
    color: rgb(117, 117, 117);
    letter-spacing: 1px;
}

/* verificacion class */

.verification-message {
  font-size: 1.5rem;
  letter-spacing: 1px;
  opacity: .85;
}

.verified {
  color: #f0f0f0;
  font-weight: 600;
  animation: slideUpFade .8s ease forwards;
}

.logo-grey-shadow {
  filter: drop-shadow(0 0 1px rgba(231, 231, 231, 0.9))
          drop-shadow(0 0 1px rgba(231, 231, 231, 0.9))
          drop-shadow(0 0 1px rgba(231, 231, 231, 0.637));
}

/* animaciones rockstar*/

@keyframes WhiteAura {

    0% {

        transform: scale(1);

        filter:
            drop-shadow(0 0 6px #ffffffbb) drop-shadow(0 0 12px #aaaaaab2);

        -webkit-filter:
            drop-shadow(0 0 6px #a1a1a1a1) drop-shadow(0 0 12px #969696ad);
    }

    50% {

        transform: scale(1.04);

        filter:
            drop-shadow(0 0 18px #c4c4c4a6) drop-shadow(0 0 32px #999999a9);

        -webkit-filter:
            drop-shadow(0 0 18px #c0c0c0a6) drop-shadow(0 0 32px #a3a3a393);
    }

    100% {

        transform: scale(1);

        filter:
            drop-shadow(0 0 6px #a1a1a194) drop-shadow(0 0 12px #a8a8a89f);

        -webkit-filter:
            drop-shadow(0 0 6px #a8a8a8ad) drop-shadow(0 0 12prgba(158, 158, 158, 0.534)9e);
    }

}


/* animaciones globales */



.logo-container,
.title,
.mid-container,
.bottom-container,
.footer-text-container,
.social-icons a {
  opacity: 0;
}


.logo-container {
  animation: slideUpFade .8s ease forwards;
  animation-delay: .2s;
}

.title {
  animation: slideUpFade .8s ease forwards;
  animation-delay: .4s;
}

.mid-container {
  animation: slideUpFade .9s ease forwards;
  animation-delay: .7s;
}

.bottom-container {
  animation: slideUpFade .9s ease forwards;
  animation-delay: 1s;
}

/* animación general slide up */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* animación solo fade */
@keyframes fadeOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.footer-text-container {
  animation: fadeOnly .8s ease forwards;
  animation-delay: 1.6s;
}


.social-icons a {
  animation: fadeOnly .6s ease forwards;
}

.social-icons a:nth-child(1) {
  animation-delay: 2s;
}

.social-icons a:nth-child(2) {
  animation-delay: 2.2s;
}

.social-icons a:nth-child(3) {
  animation-delay: 2.4s;
}


/* estilos para unidad 2*/

.logo-red-shadow {
  filter: drop-shadow(0 0 1px rgba(255, 0, 0, 0.9))
          drop-shadow(0 0 1px rgba(255, 0, 0, 0.8))
          drop-shadow(0 0 1px rgba(255, 0, 0, 0.6));
}

.red-title {
        /* profundidad */
    color: rgb(163, 0, 0);
    /* profundidad */
    text-shadow:
        0px -1px 0 rgba(0, 0, 0, 0.76),
        0 6px 14px rgba(0, 0, 0, 0.45);
}

.red-aura {
    animation: redAura 3s ease-in-out infinite;
}


@keyframes redAura {

    0% {

        transform: scale(1);

        filter:
            drop-shadow(0 0 6px #b00000) drop-shadow(0 0 12px #a93636);

        -webkit-filter:
            drop-shadow(0 0 6px #b00000) drop-shadow(0 0 12px #a93636);
    }

    50% {

        transform: scale(1.04);

        filter:
            drop-shadow(0 0 18px #cd0000) drop-shadow(0 0 32px #b00000);

        -webkit-filter:
            drop-shadow(0 0 18px #cd0000) drop-shadow(0 0 32px #b00000);
    }

    100% {

        transform: scale(1);

        filter:
            drop-shadow(0 0 6px #b00000) drop-shadow(0 0 12px #a93636);

        -webkit-filter:
            drop-shadow(0 0 6px #b00000) drop-shadow(0 0 12px #a93636);
    }

}


/* responsive iphone ios*/

@media screen and (max-height: 730px) {
    .logo-container img {
    width: 114px;
    height: auto;
    margin-bottom: 20px;
}

.title {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.4rem;
    font-family: "CloisterBlack", serif !important;
}

.hat-img img {
    width: 13rem;
    height: auto;
}

.drop-name {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hat-name {
    font-size: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
}

.verification-message {
    font-size: 1rem;
    color: rgb(117, 117, 117);
    letter-spacing: 1px;
}

/* verificacion class */

.verification-message {
  font-size: 1.3rem;
  letter-spacing: 1px;
  opacity: .85;
}

.rights {
    font-size: .7rem;
}

.creator {
    font-size: .7rem;
}

.bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.02rem;
}



}