/* –––––– LINKTREE CODED BY PIKE_PIKE –––––– */

  @import url("https://use.typekit.net/oxa8kjh.css");

body {
    background: #000000;
    padding:0 20px;
    color: #ffffff;
    font-weight:600;
    font-family: 'Termina', sans-serif;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
background-position: top center;
background-size: cover;
background-attachment: fixed;
background-image: url(001.webp);
}

/* ─── AGE VERIFICATION · NUMERAL GRID ─────────────────────────── */

#ageVerificationPopup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity .24s ease;
}
#ageVerificationPopup.is-open    { opacity: 1; }
#ageVerificationPopup.is-closing { opacity: 0; }

#ageVerificationPopup .popup-content {
    position: relative;
    width: min(440px, calc(100vw - 32px));
    background: #0d0d0e;
    color: #ece8de;
    border: 1px solid rgba(236, 232, 222, .08);
    border-radius: 18px;
    padding: 32px 32px 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .6), 0 0 0 1px rgba(236, 232, 222, .04) inset;
    text-align: center;
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    text-transform: none;
    letter-spacing: normal;
    transform: translateY(14px) scale(.985);
    opacity: 0;
    transition: transform .42s cubic-bezier(.2, .8, .2, 1), opacity .3s ease;
    /* override legacy rules */
    height: auto;
    top: auto;
}
#ageVerificationPopup.is-open .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}
#ageVerificationPopup.is-closing .popup-content {
    transform: translateY(8px) scale(.99);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}

/* Corner brackets */
#ageVerificationPopup .corner {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 0 solid rgba(236, 232, 222, .35);
}
#ageVerificationPopup .corner.tl { top: 14px; left: 14px;  border-top-width: 1px; border-left-width: 1px; }
#ageVerificationPopup .corner.tr { top: 14px; right: 14px; border-top-width: 1px; border-right-width: 1px; }
#ageVerificationPopup .corner.bl { bottom: 14px; left: 14px;  border-bottom-width: 1px; border-left-width: 1px; }
#ageVerificationPopup .corner.br { bottom: 14px; right: 14px; border-bottom-width: 1px; border-right-width: 1px; }

#ageVerificationPopup .eyebrow {
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(236, 232, 222, .45);
    margin: 0 0 22px;
    opacity: 1;
    animation: none;
}

/* Number grid 1 | 8  + */
#ageVerificationPopup .numeral-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 6px 0 26px;
    line-height: 1;
}
#ageVerificationPopup .numeral {
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 110px;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #ece8de;
    line-height: .85;
    opacity: 1;
    animation: none;
}
#ageVerificationPopup .numeral-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(transparent, rgba(236, 232, 222, .25), transparent);
    opacity: 1;
    animation: none;
}
#ageVerificationPopup .numeral-plus {
    font-family: 'Instrument Serif', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 100px;
    line-height: .8;
    color: #d97757;
    margin-left: 6px;
    opacity: 1;
    animation: none;
}

#ageVerificationPopup h2 {
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.005em;
    text-transform: none;
    color: #ece8de;
    margin: 0 auto 8px;
    padding: 0;
    max-width: 320px;
    text-wrap: balance;
}

#ageVerificationPopup .popup-sub {
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .02em;
    line-height: 1.55;
    text-transform: none;
    color: rgba(236, 232, 222, .55);
    margin: 0 auto 22px;
    max-width: 320px;
    opacity: 1;
    animation: none;
}

#ageVerificationPopup .popup-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

#ageVerificationPopup #verifyAgeButton {
    height: 46px;
    border-radius: 999px;
    cursor: pointer;
    font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.005em;
    text-transform: none;
    transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 18px;
    transform: none;
    opacity: 1;
    animation: none;
    background: #ece8de;
    color: #0d0d0e;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
#ageVerificationPopup #verifyAgeButton:focus,
#ageVerificationPopup #verifyAgeButton:focus-visible,
#ageVerificationPopup #verifyAgeButton:active {
    outline: none;
    box-shadow: none;
}
#ageVerificationPopup #verifyAgeButton:hover {
    background: #fff;
    transform: translateY(-1px);
}
#ageVerificationPopup #verifyAgeButton.is-loading {
    pointer-events: none;
    color: transparent;
}
#ageVerificationPopup #verifyAgeButton.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(13, 13, 14, .25);
    border-top-color: #0d0d0e;
    border-radius: 50%;
    animation: avSpin .7s linear infinite;
}
@keyframes avSpin { to { transform: rotate(360deg); } }

#ageVerificationPopup #cancelButton {
    background: transparent;
    color: rgba(236, 232, 222, .65);
    border: 1px solid rgba(236, 232, 222, .2);
}
#ageVerificationPopup #cancelButton:hover {
    background: rgba(236, 232, 222, .05);
    border-color: rgba(236, 232, 222, .35);
    color: #ece8de;
}

@media (max-width: 420px) {
    #ageVerificationPopup .popup-content { padding: 28px 22px 22px; }
    #ageVerificationPopup .numeral { font-size: 86px; }
    #ageVerificationPopup .numeral-plus { font-size: 76px; }
    #ageVerificationPopup .numeral-grid { gap: 16px; }
    #ageVerificationPopup h2 { font-size: 17px; }
}

/* ─── /AGE VERIFICATION ───────────────────────────────────────── */

.send-button {
  text-align: center;
  display: flex;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  width: 90%;
  height: 24px;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  background-color: #17AAE8;
}

.links {
  text-align: center;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #FFFFFF;
  border-width: 2px;
  width:90%;
  max-width: 500px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.links1 {
  text-align: center;
  display: flex;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  width: 90%;
  height: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  

}

div .links{
  max-width:380px;
 }
 
.btn-text {
  font-weight: 600;
}

.of-icon {
  margin-right: 10px;
}

.of-icon1 {
  margin-right: 10px;
  font-size:50px;
}

.ins-icon {
  margin-right: 10px;
}

.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    height: auto;
    width:100%;
    max-width: 240px;
  }

@media (max-width:576px){

 /* Heading */
.site-title h1{
  margin-top:115px;
  font-size:40px;
  line-height:100px;
}

}

.site-title {
  position:absolute;
  top:12vh;
  left:0px;
  right:0px;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
z-index:9999;
}

h1 {
  font-size:11vw;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1.4px #ffffff;
  letter-spacing:7px;
}

.campaign-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom:30px;
    border-radius:30px 30px 30px 30px;
    width: 70%;
    max-width:600px;
    height:auto;
  }

.profile-name h2 {
      text-align: center;
      line-height:1.2;
      font-size: 20px;
      padding: 0 30px;
      margin-bottom:30px;
  }

.links {
      text-align: center;
      margin-top: 20px;
      padding: 12px;
      border: 1px solid #FFFFFF;
      border-width: 2px;
      width:90%;
      max-width: 500px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 8px;
  }

.ctn{
      text-align: center;
      left:0;
      right:0;
      margin: 0 auto;
      margin-top: 20px;
      width:90%;
      display: block;
}

.ctn .links {
    text-align: center;
      margin-top: 20px;
      font-size:10px;
      padding: 12px;
      background:#222222;
      border: 0px solid transparent;
      width:48%;
      max-width: 236px;
      position:relative;
      display: inline-block;
}

.ctn .links:hover {
background:#FFFFFF;
color:#222222;
}

a {
    text-decoration: none;
    color: #FFFFFF;
    transition: all .5s ease-out;
}

a:hover {
    color: #222222;
    background: #FFFFFF;
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
}

body p {
margin-top:50px;
  text-align: center;
}

.bottom-text p {
  opacity:.4;
font-size:10px;
margin-top:50px;
  text-align: center;
}

.fa {
  padding:10px;
  font-size:18px !important;
}




/* –––––– ANIMATIONS –––––– */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


.campaign-picture {
      opacity: 0;
    animation-fill-mode: both;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

h1{
    opacity: 0;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.profile-name{
    opacity: 0;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    text-align:center;
 
}

.status-dot {
  width: 12px;
  height: 12px;
  background-color: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;

}

a, p, span{
    opacity: 0;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 2.4s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.parallax, .parallax2, .parallax3 {
    position: relative;
}

/* Mid text */
.mid-text{
  text-align:center;
  letter-spacing:8px;
 }
/* Font Icon */
.mid-text .fa-facebook-official{
  font-size:40px !important;
 }
.mid-text .fa-instagram{
  font-size:40px !important;
 }
 .mid-text .fa-spotify{
  font-size:40px !important;
 }
 .mid-text .fa-youtube{
  font-size:40px !important;
 }
 .mid-text .fa-tiktok{
  font-size:40px !important;
 }
 .mid-text .fa-snapchat{
  font-size:40px !important;
 }
 .mid-text .fa-twitter{
  font-size:40px !important;
 }
 .mid-text .fa-amazon{
  font-size:40px !important;
 }
 .mid-text .fa-facebook{
  font-size:40px !important;
 }

 /* Font Icon */
.mid-text .fa-facebook-official{
  font-size:40px !important;
 }
.mid-text .fa-instagram{
  font-size:40px !important;
 }
 .mid-text .fa-spotify{
  font-size:40px !important;
 }
 .mid-text .fa-youtube{
  font-size:40px !important;
 }
 .mid-text .fa-tiktok{
  font-size:40px !important;
 }
 .mid-text .fa-snapchat{
  font-size:40px !important;
 }
 .mid-text .fa-x-twitter{
  font-size:40px !important;
 }
 .mid-text .fa-twitch{
  font-size:40px !important;
 }
 .mid-text .fa-dollar-sign{
  font-size:40px !important;
 }
 .mid-text .fa-amazon{
  font-size:40px !important;
 }
.mid-text .fa-telegram{
 font-size:40px !important;
}
.mid-text .fa-soundcloud{
  font-size:40px !important;
 }

 .status-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}
.status-dot {
  width: 12px;
  height: 12px;
  background-color: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;

}
.status-text {
  font-size: 1.1rem;
  font-family:'Roboto Mono', monospace;
  font-weight:400;
  font-size:15px;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}