
/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --reel-fuutbull-gold: #DCBF87;
    --reel-fuutbull-champagne-gold: #F2DAB3;
    --reel-fuutbull-antique-gold: #BC9C6D;
    --reel-fuutbull-black: #161310;
    --reel-fuutbull-action-red: #FF3636;
    --font-reel-fuutbull: "gamay-narrow", sans-serif;
    --font-reel-fuutbull-header: "gamay-variable", sans-serif;
    --black-grained: "/images/general/Background/Black-grained-6000x4000.png";

    --logo-start-height: 200px;
    --logo-fixed-height: 65px;


    --section-hero-height: 2400px;
    --section-sociallinks-height: auto;

  
} 
  
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: var(--font-reel-fuutbull);
    font-size: 16px;
    overflow-x: hidden;
}

/********************************************************************************/
/*                                                                              */
/*                              TEXT SIZE & HEADERS                             */
/*                                                                              */
/********************************************************************************/
h1 {
    /* font-size: 2.5vw; */

    font-size: clamp(18px, 2.5vw, 36px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700,'wdth' 100;
    font-style: italic;

    margin-top: 3vw;
    margin-bottom: 2vw;
   
}

h2 {

    /*font-size: 2vw;*/
    font-size: clamp(15px, 2vw, 30px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700,'wdth' 100;
    font-style: italic;

    margin-top: 1vw;
    
}

p {
    margin-bottom: 10px;
    /*font-size: clamp(5px, 20vw; 20px */
}

.homepage-slogan {
    font-size: 3vw; /* Adjust size as per your design needs */
}

.header-gold {

    color: var(--reel-fuutbull-gold);
    
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;

    text-align: center;
    
}

.header-gold-dark-bkg {

    color: var(--reel-fuutbull-gold);
    text-align: center;
    padding: 0.5em 1.5em 0.3em 1.5em;

    background-color: var(--reel-fuutbull-black);
    border-radius: 60px;
    
}

.text-header-black {
    color: var(--reel-fuutbull-black);

    font-size: clamp(15px, 1.6em, 42px);
    font-family: var(--font-reel-fuutbull);
    font-variation-settings: 'wght' 900,'wdth' 100;
    text-align: left;
    font-style: bold;

}

.text-black {
    color: var(--reel-fuutbull-black);

    font-size: clamp(12px, 1.2em, 30px);
    font-family: var(--font-reel-fuutbull);
    font-variation-settings: 'wght' 900,'wdth' 100;
    text-align: left;
    font-style: normal;

}

.text-black-center {
    color: var(--reel-fuutbull-black);

    font-size: clamp(12px, 1.2em, 30px);
    font-family: var(--font-reel-fuutbull);
    font-variation-settings: 'wght' 900,'wdth' 100;
    text-align: center;
    font-style: normal;

}


.text-header-gold {
    color: var(--reel-fuutbull-gold);

    font-size: clamp(15px, 1.6em, 42px);
    font-family: var(--font-reel-fuutbull);
    font-variation-settings: 'wght' 900,'wdth' 100;
    text-align: left;
    font-style: bold;

}

.text-gold {
    color: var(--reel-fuutbull-gold);
    
}

.text-champagne-gold {
    color: var(--reel-fuutbull-champagne-gold);
}

.text-antique-gold {
    color: var(--reel-fuutbull-antique-gold);
}

.text-action-red {
    color: var(--reel-fuutbull-champagne-gold);
}




/********************************************************************************/
/*                                                                              */
/*                     BACKGROUNDS - GRADIENTS AND IMAGES                       */
/*                                                                              */
/********************************************************************************/
.background-gradient-gold-champagne-antique-90 {

    background: rgb(220,191,135);
    background: -moz-linear-gradient(90deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    background: linear-gradient(90deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcbf87",endColorstr="#bc9c6d",GradientType=1);

}

.background-gradient-gold-champagne-antique-128 {

    background: rgb(220,191,135);
    background: -moz-linear-gradient(128deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    background: -webkit-linear-gradient(128deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    background: linear-gradient(128deg, rgba(220,191,135,1) 17%, rgba(242,218,179,1) 43%, rgba(188,156,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcbf87",endColorstr="#bc9c6d",GradientType=1);

}

.background-gradient-red-gold-black-142 {

    background: rgb(255,54,54);
    background: -moz-linear-gradient(142deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 23%, rgba(242,218,179,1) 53%, rgba(188,156,109,1) 70%, rgba(22,19,16,1) 100%);
    background: -webkit-linear-gradient(142deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 23%, rgba(242,218,179,1) 53%, rgba(188,156,109,1) 70%, rgba(22,19,16,1) 100%);
    background: linear-gradient(142deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 23%, rgba(242,218,179,1) 53%, rgba(188,156,109,1) 70%, rgba(22,19,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3636",endColorstr="#161310",GradientType=1);

}

.background-gradient-red-gold-black-180 {

    background: rgb(255,54,54);
    background: -moz-linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 25%, rgba(242,218,179,1) 50%, rgba(188,156,109,1) 75%, rgba(22,19,16,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 25%, rgba(242,218,179,1) 50%, rgba(188,156,109,1) 75%, rgba(22,19,16,1) 100%);
    background: linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(220,191,135,1) 25%, rgba(242,218,179,1) 50%, rgba(188,156,109,1) 75%, rgba(22,19,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3636",endColorstr="#161310",GradientType=1);



}

.background-gradient-champagne-red-0 {


    background: rgb(255,54,54);
    background: -moz-linear-gradient(0deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    background: linear-gradient(0deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3636",endColorstr="#f2dab3",GradientType=1);


}

.background-gradient-champagne-red-180 {


    background: rgb(255,54,54);
    background: -moz-linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    background: linear-gradient(180deg, rgba(255,54,54,1) 0%, rgba(242,218,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3636",endColorstr="#f2dab3",GradientType=1);


}

.background-gradient-white-champagne-0 {


    background: rgb(242,218,179);
    background: -moz-linear-gradient(0deg, rgba(242,218,179,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(242,218,179,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(242,218,179,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2dab3",endColorstr="#ffffff",GradientType=1);

}

.background-trianglify-1 {

    background: url("/images/homepage/Background/Trianglify-1-1880x1252.png");

}



/********************************************************************************/
/*                                                                              */
/*                             SCROLL WATCHER                                   */
/*                                                                              */
/********************************************************************************/

#scroll-watcher {

    height: 2px;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgb(255,54,54);;
    width: 100%;
    scale: 0 1;
    transform-origin: left;

    animation: scroll-watcher linear;
    animation-timeline: scroll(y);

}

@keyframes scroll-watcher {

    to {scale: 1 1;}

}

#scroll-value {

    height: 10px;
    position: fixed;
    left: 50%;
    top: 2px;
    z-index: 10001;

    color: white;
    font-family: var(--font-family);
    font-size: 12px;

    transform: translateX(-50%);


}


/********************************************************************************/
/*                                                                              */
/*                                FIXED NAVBAR                                  */
/*                                                                              */
/********************************************************************************/

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    background: rgba(22, 19, 16, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#navbar.navbar-visible {
    opacity: 1;
    pointer-events: auto;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-logo-link {
    display: flex;
    align-items: center;
}

.navbar-logo {
    height: 36px;
    width: auto;
}

.navbar-buttons {
    display: flex;
    align-items: center;
}
  
.navbar-button {
    margin-left: 20px;
    background-color: var(--reel-fuutbull-black);
    color: var(--reel-fuutbull-gold);
    padding: 0 14px;
    width: auto;
    height: 34px;
    border-color: var(--reel-fuutbull-gold);
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    font-family: var(--font-reel-fuutbull);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-button:hover {

    border-style: dotted;

}


.navbar-button.cta-button {
    background-color: var(--reel-fuutbull-action-red);
    color: var(--reel-fuutbull-champagne-gold);
    border-color: var(--reel-fuutbull-gold);
}

.navbar-button.cta-button:hover {
    border-style: dotted;
}

.navbar-button.cta-button-gold {
    background-color: #dcbf87;
    color: #161310;
    border-color: #dcbf87;
}

.navbar-button.cta-button-gold:hover {
    border-style: dotted;
}

@media (max-width: 768px) {
    .logo {
        width: 150px;
        height: auto;
    }

    .reel-button {
        padding: 8px 16px;
    }

    /* Navbar: show both buttons, tighten gap on mobile */
    .navbar-container {
        justify-content: center;
        gap: 10px;
    }
    .navbar-button {
        padding: 8px 14px;
        font-size: clamp(11px, 2.5vw, 14px);
    }
}

@media (max-width: 480px) {
    /* Hero CTA: shrink message text so it fits at narrow widths */
    #reel-fuutbull-hero-message-button .message {
        font-size: clamp(10px, 2.2vw, 13px);
        margin-left: 10px;
        margin-right: 0;
    }
    .message-and-button-gold {
        height: auto;
        padding: 8px;
    }
    /* Buttons: prevent text wrapping, consistent gap, even right padding */
    #reel-fuutbull-hero-message-button .message-button {
        white-space: nowrap;
        margin-right: 0;
    }
    #reel-fuutbull-hero-message-button .message-and-button-gold {
        gap: 8px;
        padding: 8px 10px;
        justify-content: space-between;
    }
}

@media (max-width: 390px) {
    /* Subtitle can wrap to 3 lines — push Free to Play and CTA down */
    #reel-fuutbull-hero-free {
        top: 62vh;
    }
    /* Container: give explicit width so it never clips against hero overflow:hidden */
    #reel-fuutbull-hero-message-button {
        top: 70vh;
        width: 90vw;
        left: 5vw;
        transform: none;
    }
    /* Hero CTA: hide message text only, keep both buttons */
    #reel-fuutbull-hero-message-button .message {
        display: none;
    }
    #reel-fuutbull-hero-message-button .message-and-button-gold {
        justify-content: center;
        padding: 12px 20px;
        gap: 12px;
    }
}




/********************************************************************************/
/*                                                                              */
/*                          MESSAGE AND BUTTON GRAPHICS                         */
/*                                                                              */
/********************************************************************************/


.message-and-button-black {

    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    border-radius: 30px;

    background-color: var(--reel-fuutbull-black);
    color: var(--reel-fuutbull-gold);

    margin-top: 40px;
    margin-bottom: 30px;
    

}

.message-and-button-gold {

    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    border-radius: 30px;

    background-color: var(--reel-fuutbull-champagne-gold);
    color: var(--reel-fuutbull-black);

    margin-top: 40px;
    margin-bottom: 30px;
    

}

.message {

    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 2vw, 24px);


    padding-bottom: 5px;


    margin-left: 30px;
    margin-right: 30px;

}

#reel-fuutbull-hero-message-button .message {
    white-space: nowrap;
}


.message-button {

    background-color: var(--reel-fuutbull-black);
    color: var(--reel-fuutbull-champagne-gold);
    
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    width: auto;
    height: 42px;

    border-color: var(--reel-fuutbull-champagne-gold);
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;

    font-family: var(--font-reel-fuutbull);
    font-size: clamp(8px, 1vw, 15px);
    text-decoration: none;

    margin-right: 4px;

    cursor: pointer;

}

.message-button:hover {

    border-style: dotted;

}

.cta-button-red {

    background-color: var(--reel-fuutbull-action-red);
    color: var(--reel-fuutbull-champagne-gold);
    border-color: var(--reel-fuutbull-champagne-gold); /*var(--reel-fuutbull-action-red);*/

}

.cta-button-gold {
    background-color: #dcbf87;
    color: #161310;
    border-color: #dcbf87;
}


/********************************************************************************/
/*                                                                              */
/*                              FIXED SOCIAL BAR                                */
/*                                                                              */
/********************************************************************************/

#social-navbar {
    position: fixed;
    display: block; /* Initially hidden */
    left: calc(100vw - 65px);
    top: 50%;
    transform: translateY(-50%);

    width: 50px;
    height: 180px;

    border-radius: 30px;
    background-color: rgba(22, 19, 16, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0;
    

    z-index: 998;

    animation: slide-in 1000ms;
}
  
.social-navbar-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

    left: 0px;
    top: 0px;

    width: 100%;
    height: 100%;

    z-index: 999;
}
  
.social-navbar-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.social-navbar-x         { background-image: url('/images/homepage/SocialMedia/Social-X-Gold-New.png'),           url('/images/homepage/SocialMedia/Social-X-Red-New.png');           background-size: contain, 0 0; }
.social-navbar-telegram  { background-image: url('/images/homepage/SocialMedia/Social-Telegram-Gold-New.png'),    url('/images/homepage/SocialMedia/Social-Telegram-Red-New.png');    background-size: contain, 0 0; }
.social-navbar-dexs      { background-image: url('/images/homepage/SocialMedia/Social-Dexscreener-Gold-New.png'), url('/images/homepage/SocialMedia/Social-Dexscreener-Red-New.png'); background-size: contain, 0 0; }
.social-navbar-instagram { background-image: url('/images/homepage/SocialMedia/Social-Instagram-Gold-New.png'),   url('/images/homepage/SocialMedia/Social-Instagram-Red-New.png');   background-size: contain, 0 0; }

.social-navbar-x:hover, .social-navbar-telegram:hover,
.social-navbar-dexs:hover, .social-navbar-instagram:hover { background-size: 0 0, contain; }


@keyframes slide-in {
    from {
      transform: translate(calc(100% + 100px), -50%);
    }
    to {
      transform: translate(0, -50%);
    }
  }




/********************************************************************************/
/*                                                                              */
/*                                HERO SECTION                                  */
/*                                                                              */
/********************************************************************************/

#hero {
    position: relative;
    top: 0px;
    height: 100vh;
    width: 100vw;

    color: #dcbf87;
    background-color: #0a0a0a;
    overflow: hidden;

    margin: 0;
    padding: 0;

    z-index: 1;
}

#dark-backdrop {

    /*background-color: rgba(0,0,0,0.5); */
    position: absolute;
    top: 0;
    left: 0;  

    width: 100%;
    height: 100%;
    z-index: 2;

}

#stadium-image {
    position: relative;
    left: 0px;
    /* transform: none; */
    /*left: 60%;  
    transform: translateX(-60%); */
    width: 100%; 
    height: 100%;
    /*background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');*/
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-position: center;  
    background-size: cover; 
    z-index: 2;

    animation: zoom 20s infinite; /* Adjust the time as needed */
    animation-timing-function: ease-in-out; /* Smooth transition */

}

#reel-fuutbull-hero-header {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 40vh;

    font-size: clamp(30px, 10vw, 90px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900,'wdth' 100;
    font-style: italic;
    white-space: nowrap;

    color: white;
    text-shadow:
        0 0 40px rgba(0,0,0,0.9),
        0 0 80px rgba(0,0,0,0.7),
        0 2px 6px rgba(0,0,0,1);

    z-index: 5;

}

#reel-fuutbull-hero-message {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 53vh;

    width: 90vw;
    text-align: center;
    white-space: normal;
    line-height: 1.25;

    font-size: clamp(20px, 3.5vw, 32px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900,'wdth' 100;
    font-style: italic;

    color: white;
    text-shadow:
        0 0 24px rgba(0,0,0,0.85),
        0 0 50px rgba(0,0,0,0.6),
        0 2px 4px rgba(0,0,0,1);

    z-index: 5;


}

#reel-fuutbull-hero-free {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 70vh;

    font-size: clamp(16px, 3vw, 38px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 600,'wdth' 100;
    white-space: nowrap;

    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);

    z-index: 5;

}

#reel-fuutbull-hero-message2 {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 500px;  

    font-size: clamp(15px, 4vw, 35px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900,'wdth' 100;
    font-style: italic;

    color: white;

    z-index: 5;


}

#reel-fuutbull-hero-message3 {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 540px;  

    font-size: clamp(15px, 4vw, 35px);
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900,'wdth' 100;
    font-style: italic;

    color: white;

    z-index: 5;


}


#reel-fuutbull-hero-message-button {

    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    top: 68vh;

    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

}

.hero-free-to-play {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 600,'wdth' 100;
    font-size: clamp(16px, 2vw, 24px);
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    text-align: center;
    margin-bottom: 16px;
}

.hero-cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hero-btn {
    height: 52px;
    min-width: 190px;
    padding: 0 28px;
    border-radius: 30px;
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700,'wdth' 100;
    font-size: clamp(14px, 1.4vw, 18px);
    white-space: nowrap;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    text-decoration: none;
}

.hero-btn:hover {
    border-style: dotted;
}

.hero-btn-primary {
    background-color: var(--reel-fuutbull-action-red);
    color: var(--reel-fuutbull-champagne-gold);
    border-color: var(--reel-fuutbull-champagne-gold);
}

.hero-btn-secondary {
    background-color: #dcbf87;
    color: #161310;
    border-color: #dcbf87;
}

.hero-btn:hover {
    filter: brightness(115%);
}

.hero-stats {
    text-align: center;
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(12px, 1.1vw, 15px);
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 20px;
    padding: 5px 16px;
}




@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Image at normal size */
    }
    50% {
        transform: scale(1.10); /* Image scales up by 5% */
    }
}

@keyframes flag-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

#hero-flag-marquee {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 60px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    z-index: 4;
}

#hero-flag-track {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    width: max-content;
    animation: flag-scroll 65s linear infinite;
    will-change: transform;
}

#hero-flag-track img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #dcbf87;
    flex-shrink: 0;
    display: block;
}


#herologo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6vh;
    width: auto;
    height: min(180px, 20vh);
    z-index: 5;
}

#hero-pitch {
    
    position: relative;
    top: 220px;

    /*background-color: rgba(0,255,0, 0.5);*/
    
    /*
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */

    height: 400px;
    width: 100%;

    z-index: 4;

}

#hero-slogan {

    position: absolute;

    white-space: nowrap;

    width: auto;
    left: 50%;               /* Center horizontally */
    top: 130px;                /* Center vertically */
    transition: transform 0.5s ease-in-out;

    cursor: pointer;

}

#hero-message {

    position: absolute;

    white-space: nowrap;

    width: auto;

    left: 50%;               /* Center horizontally */
    top: 250px;                /* Center vertically */
    transition: transform 0.5s ease-in-out;


    cursor: pointer;

}

#stickyElement {
    position: absolute;
    top: 200%; /* Initial position offscreen */
    width: 100%; /* Full width */
    transition: top 0.3s ease-in-out; /* Smooth transition for moving in and out */
}


#players-show {

    position: absolute;

   /*background-color: rgba(0, 0, 255, 0.5);*/

    height: 400px;
    width: 100%;

    z-index: 4;

}

#players-show.sticky-div {
    position: fixed;

    top: 50%;
    transform: translate(0%, -50%);

}

img#hero-male-player {

    position: absolute;

    height: 400px;
    width: auto;

    left: 35%;               /* Center horizontally */
    top: 100px;                /* Center vertically */
    transition: transform 0.5s ease-in-out;

}

img#hero-female-player {

    position: absolute;

    height: 400px;
    width: auto;

    left: 65%;               /* Center horizontally */
    top: 100px;                /* Center vertically */
    transition: transform 0.5s ease-in-out;

}


.slow-zoom-in {

    transform: scale(1.2); 

}

.off-screen-left {
    transform: translate(-200vw, -50%); /* Move vertically off the top of the viewport */
}

.off-screen-right {
    transform: translate(200vw, -50%); /* Move vertically off the top of the viewport */
}

.on-screen {
    transform: translate(-50%, -50%); /* Reset to original centered position */
}

.move-right {

    transform: translateX(200px);

}

.move-left {

    transform: translateX(-200px);

}


/********************************************************************************/
/*                                                                              */
/*                           SECTION WORLD CUP                                  */
/*                                                                              */
/********************************************************************************/

#world-cup {
    background-color: var(--reel-fuutbull-black);
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-size: cover;
    background-position: center bottom;
    padding: 80px 100px 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#world-cup::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 19, 16, 0.82);
}

#world-cup-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1000px;
    width: 100%;
}

#world-cup-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
}

#world-cup-eyebrow {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#world-cup-headline {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(40px, 7.5vw, 100px);
    color: white;
    line-height: 0.95;
    margin: 0;
}

#world-cup-body {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 1.5vw, 20px);
    color: var(--reel-fuutbull-champagne-gold);
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
    padding-left: 1.2em;
}

#world-cup-body li {
    margin-bottom: 6px;
}

.world-cup-cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

#world-cup-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 auto;
}

.wc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 3px solid var(--reel-fuutbull-gold);
    padding-left: 20px;
}

.wc-stat-number {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(36px, 5vw, 64px);
    color: var(--reel-fuutbull-gold);
    line-height: 1;
}

.wc-stat-label {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(11px, 1vw, 14px);
    color: var(--reel-fuutbull-champagne-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

@media (max-width: 700px) {
    #world-cup-content {
        flex-direction: column;
        gap: 40px;
    }

    #world-cup-stats {
        flex-direction: row;
        gap: 32px;
    }

    .wc-stat {
        border-left: none;
        border-top: 3px solid var(--reel-fuutbull-gold);
        padding-left: 0;
        padding-top: 12px;
        align-items: center;
    }

    #world-cup {
        padding: 60px 24px 60px 24px;
    }
}


/********************************************************************************/
/*                                                                              */
/*                           SECTION GAME SHOWCASE                              */
/*                                                                              */
/********************************************************************************/
#game-showcase {
    background-color: var(--reel-fuutbull-black);
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-size: cover;
    background-position: center bottom;
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 64px;
    position: relative;
    z-index: 1;
}

#game-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 19, 16, 0.84);
}

#game-showcase-media {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

#game-showcase-video,
#game-showcase-fallback {
    height: 580px;
    width: auto;
    max-width: 100%;
    display: block;
}

#game-showcase-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 620px;
}

#game-showcase-eyebrow {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#game-showcase-headline {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(38px, 5.2vw, 72px);
    color: white;
    line-height: 0.98;
    margin: 0;
    white-space: nowrap;
}

#game-showcase-sub {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 1.5vw, 20px);
    color: var(--reel-fuutbull-champagne-gold);
    line-height: 1.6;
    margin: 0;
}

#game-showcase-text > a {
    text-decoration: none;
    margin-top: 8px;
}

@media (max-width: 820px) {
    #game-showcase {
        flex-direction: column;
        gap: 36px;
        padding: 60px 24px;
        text-align: center;
    }

    #game-showcase-text {
        align-items: center;
    }

    #game-showcase-headline {
        font-size: clamp(30px, 8vw, 56px);
    }

    #game-showcase-video,
    #game-showcase-fallback {
        height: 380px;
    }
}


/********************************************************************************/
/*                                                                              */
/*                          SECTION PLAYER SHOWCASE                             */
/*                                                                              */
/********************************************************************************/
#player-showcase {
    background-color: var(--reel-fuutbull-black);
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-size: cover;
    background-position: center top;
    padding: 80px 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

#player-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22,19,16,0.88) 0%, rgba(22,19,16,0.72) 60%, rgba(22,19,16,0.92) 100%);
    pointer-events: none;
}

#player-showcase-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 640px;
    padding: 0 24px;
}

#player-showcase-eyebrow {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#player-showcase-headline {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(40px, 7.5vw, 100px);
    color: white;
    line-height: 0.95;
    margin: 0;
}

#player-showcase-sub {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 1.5vw, 20px);
    color: var(--reel-fuutbull-champagne-gold);
    line-height: 1.6;
    margin: 0;
}

#player-showcase-track {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    padding: 16px 40px 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: flex-end;
}

#player-showcase-track::-webkit-scrollbar { display: none; }

.showcase-player {
    flex: 0 0 auto;
    height: 400px;
    width: auto;
    scroll-snap-align: center;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.7)) drop-shadow(0 0 16px rgba(220,191,135,0.08));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.showcase-player:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 18px 36px rgba(0,0,0,0.7)) drop-shadow(0 0 24px rgba(220,191,135,0.20));
}

#player-showcase-cta {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

@media (max-width: 820px) {
    #player-showcase {
        padding: 60px 0 60px;
        gap: 32px;
    }

    .showcase-player {
        height: 300px;
    }

    #player-showcase-track {
        padding: 12px 24px 20px;
        gap: 4px;
    }
}

@media (max-width: 520px) {
    .showcase-player {
        height: 260px;
    }

    #player-showcase-track {
        padding: 8px 20px 16px;
        scroll-padding: 0 20px;
    }
}

/********************************************************************************/
/*                                                                              */
/*                           SECTION CARD SHOWCASE                              */
/*                                                                              */
/********************************************************************************/
#card-showcase {
    background-color: var(--reel-fuutbull-black);
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-size: cover;
    background-position: center bottom;
    padding: 80px 40px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 1;
}

#card-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 19, 16, 0.86);
}

#card-showcase-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 640px;
}

#card-showcase-eyebrow {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#card-showcase-headline {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(40px, 7.5vw, 100px);
    color: white;
    line-height: 0.95;
    margin: 0;
}

#card-showcase-sub {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 1.5vw, 20px);
    color: var(--reel-fuutbull-champagne-gold);
    line-height: 1.6;
    margin: 0;
}

#card-showcase-track {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 1100px;
    overflow-x: auto;
    padding: 8px 4px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--reel-fuutbull-antique-gold) transparent;
    justify-content: flex-start;
}

#card-showcase-track::-webkit-scrollbar {
    height: 6px;
}

#card-showcase-track::-webkit-scrollbar-thumb {
    background: var(--reel-fuutbull-antique-gold);
    border-radius: 3px;
}

.showcase-card {
    flex: 0 0 auto;
    height: 360px;
    width: auto;
    border-radius: 14px;
    scroll-snap-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
    transition: transform 0.18s ease;
}

.showcase-card:hover {
    transform: translateY(-6px);
}

#card-showcase > a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

/* Centre the strip on wide screens when all cards fit */
@media (min-width: 1180px) {
    #card-showcase-track {
        justify-content: center;
    }
}

@media (max-width: 700px) {
    #card-showcase {
        padding: 60px 0 70px;
        gap: 28px;
    }

    #card-showcase-text {
        padding: 0 24px;
    }

    #card-showcase-track {
        gap: 16px;
        padding: 8px 24px 20px;
    }

    .showcase-card {
        height: 300px;
    }
}


/********************************************************************************/
/*                                                                              */
/*                           SECTION SOCIAL LINKS                               */
/*                                                                              */
/********************************************************************************/
section#social-links h1 {
    font-size: clamp(22px, 4vw, 52px);
}

section#social-links .social-subheadline {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(13px, 2vw, 17px);
    color: var(--reel-fuutbull-black);
    opacity: 0.65;
    max-width: 480px;
    line-height: 1.65;
    margin: 10px 24px 0;
    text-align: center;
}

section#social-links {
    
    position: relative;
    
    width: 100%;
    height: var(--section-sociallinks-height);
    text-align: center;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

    z-index: 1;
}

.social-menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    margin-top: 28px;
    margin-bottom: 28px;
    z-index: 4;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.social-item:hover {
    transform: scale(1.1);
}

.social-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
}

.social-label {
    font-family: var(--font-reel-fuutbull);
    font-size: 13px;
    color: var(--reel-fuutbull-black);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

.social-x         { background-image: url('/images/homepage/SocialMedia/Social-X-Black-New.png'),           url('/images/homepage/SocialMedia/Social-X-Red-New.png');           background-size: contain, 0 0; }
.social-instagram { background-image: url('/images/homepage/SocialMedia/Social-Instagram-Black-New.png'),   url('/images/homepage/SocialMedia/Social-Instagram-Red-New.png');   background-size: contain, 0 0; }
.social-telegram  { background-image: url('/images/homepage/SocialMedia/Social-Telegram-Black-New.png'),    url('/images/homepage/SocialMedia/Social-Telegram-Red-New.png');    background-size: contain, 0 0; }
.social-dexs      { background-image: url('/images/homepage/SocialMedia/Social-Dexscreener-Black-New.png'), url('/images/homepage/SocialMedia/Social-Dexscreener-Red-New.png'); background-size: contain, 0 0; }

.social-item:hover .social-x,
.social-item:hover .social-instagram,
.social-item:hover .social-telegram,
.social-item:hover .social-dexs { background-size: 0 0, contain; }

@media (max-width: 520px) {
    .social-menu {
        gap: 20px;
    }
    .social-icon {
        width: 58px;
        height: 58px;
    }
    section#social-links {
        padding: 32px 16px;
    }
    #social-links-message-button {
        max-width: calc(100vw - 32px);
    }
}


/********************************************************************************/
/*                                                                              */
/*                             SECTION INSTAGRAM                                */
/*                                                                              */
/********************************************************************************/
section#instagram-posts {

    position: relative;
    width: 100%;
    height: 100vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 1;

}

.instagram-feed-container {

    position: relative;
    left: 0;

    width: 90%;
    height: 100vh;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

    z-index: 1;

}



/********************************************************************************/
/*                                                                              */
/*                             SECTION ABOUT GAME                               */
/*                                                                              */
/********************************************************************************/

section#about-game {

    position: relative;
    width: 100%;
    height: auto;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    background-color: white;

    z-index: 1;
    

}

#about-game-info {

    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;

}


#about-game-text {

    width: 40vw;
    height: auto;

    /*background-color: var(--reel-fuutbull-champagne-gold);*/
    /*background-color: white;*/

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: left;

}


#about-game-animation {

    width: 40vw;
    height: 80vh;

    /*background-color: var(--reel-fuutbull-action-red);*/
    /*background-color: white; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#character-header {

    width: auto;
    height: 200px;

}


#about-game-message-button {

    margin-bottom: 100px;


}



/********************************************************************************/
/*                                                                              */
/*                            SECTION LOGO ANIMATION                            */
/*                                                                              */
/********************************************************************************/

section#logo-animation {
    /*background: url('/images/general/Background/Gold-texturizer2-6000x4000.png') no-repeat center center;*/

    position: relative;
    /*background-color: red;*/
   
    width: 100%;
    height: auto;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 1;

}


#animate-logo {

    width: 100%;
    height: auto;

    z-index: 4;

}


/********************************************************************************/
/*                                                                              */
/*                          SECTION CHARACTER OPTIONS                           */
/*                                                                              */
/********************************************************************************/

section#character-options {

    position: relative;
    height: 280vh;
    width: 100%;
    background-color: blue;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 1;

    margin-bottom: 0px;

}


#character-gender {

    background-color: white;

    width: 80%;
    height: 50vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 3;

}
            
#character-gender-container {

    width: 100%;
    height: 80%;

    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;


    z-index: 4;

}
    

#character-gender-info {

    width: 50%;
    height: 80%;

    z-index: 5;

    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

#character-gender-graphics {

    width: 50%;
    height: 80%;

    z-index: 5;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 40px;

}

#character-female {

    height: 300px;
    width: auto;

}

#character-male {

    height: 300px;
    width: auto;

}

#character-country {

    width: 100vw;
    height: 100vh;

    background-color: aquamarine;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 3;

}

#character-country-container {
    
    width: 100%;
    height: 90%;

    background-color: brown;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 4;

}
    
#character-country-info {

    width: 100%;
    height: 20%;

    background-color: blueviolet;

    z-index: 5;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

}

#character-countries-africa-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-africa {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-africa:hover {

    animation: slideImage 15s linear infinite;

}

#character-countries-asia-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-asia {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-asia:hover {

    animation: slideImage 15s linear infinite;

}

#character-countries-caribbean-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-caribbean {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-caribbean:hover {

    animation: slideImage 15s linear infinite;

}


#character-countries-europe-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-europe {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-europe:hover {

    animation: slideImage 15s linear infinite;

}

#character-countries-northamerica-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-northamerica {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-northamerica:hover {

    animation: slideImage 15s linear infinite;

}

#character-countries-oceania-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-oceania {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-oceania:hover {

    animation: slideImage 15s linear infinite;

}

#character-countries-southamerica-graphics {

    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap; /* Ensures images are in a single line */
    position: relative;
    display: flex;
    align-items: center;

    background-color: var(--reel-fuutbull-black);

    z-index: 5;

}

#character-countries-southamerica {

    height: 120px;
    width: auto; /* Ensures the image maintains its aspect ratio */
    display: inline-block;
    

}

#character-countries-southamerica:hover {

    animation: slideImage 15s linear infinite;

}


@keyframes slideImage {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Shifts the view by half, as two images make up 200% of the needed area */
    }
}





#character-name-number {

    background-color: white;

    width: 80%;
    height: 70vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 3;

}

#character-name-number-container {
    
    width: 100%;
    height: 80%;

    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;

    z-index: 4;

}
   

#character-name-number-graphics {

    width: 50%;
    height: 80%;

    z-index: 5;

}


#character-name-number-info {

    width: 50%;
    height: 80%;

    z-index: 5;

    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


#character-skin-tone {

    background-color: var(--reel-fuutbull-champagne-gold);

    width: 80%;
    height: 50vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 3;

}

#character-skin-tone-container {
    
    width: 100%;
    height: 80%;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 4;

}

#character-skin-tone-info {

    width: 100%;
    height: 40%;

    z-index: 5;

    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#character-skin-tone-graphics {

    width: 100%;
    height: 60%;

    z-index: 5;

}


#character-hair-shoes {

    /*background-color: white;*/

    width: 80%;
    height: 50vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    z-index: 3;


}

#character-hair-shoes-container {
    
    width: 100%;
    height: 100%;

    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;

    z-index: 4;

}

#character-hair-shoes-info {

    width: 50%;
    height: 40%;


    z-index: 5;

    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
    
#character-hair-shoes-graphics {

    width: 50%;
    height: 60%;

    z-index: 5;

}



/********************************************************************************/
/*                                                                              */
/*                             SECTION TOKENOMICS                               */
/*                                                                              */
/********************************************************************************/

section#tokenomics {
    background-color: var(--reel-fuutbull-black);
    background-image: url('/images/homepage/hero/SoccerStadium2-blurry4.png');
    background-size: cover;
    background-position: center top;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
}

section#tokenomics::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 19, 16, 0.88);
}

#tokenomics-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1000px;
    width: 100%;
}

#tokenomics-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
    min-width: 0;
}

#tokenomics-eyebrow {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#tokenomics-headline {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(48px, 9vw, 110px);
    color: white;
    line-height: 0.9;
    margin: 0;
}

#tokenomics-body {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(15px, 1.5vw, 20px);
    color: var(--reel-fuutbull-champagne-gold);
    line-height: 1.5;
    max-width: 420px;
    margin: 0;
}

#tokenomics-facts {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
}

.tok-fact {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    border-top: 1px solid rgba(220, 191, 135, 0.2);
    padding: 14px 0;
    max-width: 420px;
}

.tok-fact:last-child {
    border-bottom: 1px solid rgba(220, 191, 135, 0.2);
}

.tok-fact-label {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(11px, 1vw, 14px);
    color: var(--reel-fuutbull-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
}

.tok-fact-value {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(18px, 2.2vw, 28px);
    color: white;
    letter-spacing: 0.05em;
}

#tokenomics-cta {
    align-self: flex-start;
    margin-top: 8px;
}

/* ---- right: donut chart ---- */

#tokenomics-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 0 0 auto;
}

#tok-allocation-label {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 700, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.5vw, 20px);
    color: var(--reel-fuutbull-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

#tok-donut-wrap {
    position: relative;
    width: 220px;
    height: 220px;
}

#tok-donut {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--reel-fuutbull-gold);
    position: relative;
}

#tok-donut::after {
    content: '';
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    background: rgba(22, 19, 16, 0.97);
}

#tok-donut-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#tok-donut-pct {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: 38px;
    color: var(--reel-fuutbull-gold);
    line-height: 1;
}

#tok-donut-sublabel {
    font-family: var(--font-reel-fuutbull);
    font-size: 12px;
    color: var(--reel-fuutbull-champagne-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

#tok-fair-label {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(12px, 1.1vw, 15px);
    color: var(--reel-fuutbull-champagne-gold);
    opacity: 0.75;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 721px) {
    section#tokenomics {
        padding-right: 90px;
    }
}

@media (max-width: 700px) {
    #tokenomics-content {
        flex-direction: column;
        gap: 48px;
    }

    section#tokenomics {
        padding: 60px 24px;
    }

    .tok-fact {
        max-width: 100%;
    }

    #tokenomics-body {
        max-width: 100%;
    }

    #tokenomics-cta {
        align-self: center;
    }

    #tokenomics-right {
        width: 100%;
    }
}






/********************************************************************************/
/*                                                                              */
/*                             SECTION HOW TO BUY                               */
/*                                                                              */
/********************************************************************************/

section#how-to-buy,
section#how-to-buy-raydium {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 40px 80px;
    z-index: 1;
}

section#how-to-buy h1,
section#how-to-buy-raydium h1 {
    font-size: clamp(22px, 4vw, 52px);
}

.steps-section {
    width: 100%;
    max-width: 1300px;
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    justify-items: center;
}

.step-card {
    width: 100%;
    max-width: 300px;
    background-color: var(--reel-fuutbull-black);
    border-radius: 32px;
    padding: 28px 24px 26px;
    border: 3px solid var(--reel-fuutbull-gold);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
}

.step-card:hover {
    background-color: var(--reel-fuutbull-action-red);
    border-color: var(--reel-fuutbull-action-red);
    box-shadow: 0 18px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.step-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    min-height: 100px;
}

.step-image img {
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
}

.step-image img.step-img-wide {
    max-width: 160px;
    max-height: 70px;
    min-width: 0;
}

/* Only convert black buy logos to gold — SocialMedia icons are already gold */
.step-image img.step-img-convert {
    filter: brightness(0) saturate(100%) invert(80%) sepia(30%) saturate(500%) hue-rotate(5deg) brightness(1.05);
}

.step-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-name {
    font-family: var(--font-reel-fuutbull-header);
    font-variation-settings: 'wght' 900, 'wdth' 100;
    font-style: italic;
    font-size: clamp(14px, 1.4vw, 18px);
    color: var(--reel-fuutbull-gold);
    text-transform: uppercase;
    margin: 0 0 10px;
}

.step-description {
    font-family: var(--font-reel-fuutbull);
    font-size: clamp(13px, 1.1vw, 15px);
    color: var(--reel-fuutbull-champagne-gold);
    max-width: 240px;
    line-height: 1.5;
    margin: 0 auto;
    opacity: 0.85;
}

.hidden {
    display: none !important;
}

@media (max-width: 1100px) {
    .step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .step-grid {
        grid-template-columns: 1fr;
    }
    .step-card {
        max-width: 340px;
    }
    section#how-to-buy,
    section#how-to-buy-raydium {
        padding: 60px 24px 80px;
    }
}

@media (max-width: 480px) {
    .step-card {
        max-width: 330px;
        padding: 20px 16px 18px;
    }
}

/********************************************************************************/
/*                                                                              */
/*                              SECTION ROADMAP                                 */
/*                                                                              */
/********************************************************************************/
section#roadmap {

    position: relative;
    width: 100%;
    height: 100vh;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

    background-color: turquoise;

    z-index: 1;

}



#roadmap-container {

    width: 80%;

    background-color: rgba(255, 255, 255, 0.5);



}


/********************************************************************************/
/*                                                                              */
/*                               TEST SECTION                                   */
/*                                                                              */
/********************************************************************************/

section#test-section {

    width: 100%;
    height: 100vh;

}


#footer-star-animation {

    width: 100%;
    height: auto;

}

/********************************************************************************/
/*                                                                              */
/*                           FOOTER ACTION SECTION                              */
/*                                                                              */
/********************************************************************************/

section#before-footer-section {

    position: relative;
    background-color: var(--reel-fuutbull-black);

    width: 100%;
    height: 20vh;

    padding-top: 30px;


    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;

}


/********************************************************************************/
/*                                                                              */
/*                             FOOTER SECTION                                   */
/*                                                                              */
/********************************************************************************/

footer#footer-section {
    position: relative;
    background-color: var(--reel-fuutbull-black);
    border-top: 1px solid rgba(220, 191, 135, 0.25);
    width: 100%;
    padding: 48px 40px 40px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#logo-footer {
    width: 80px;
    display: block;
}

#footer-social-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

#footer-disclaimer-text {
    font-size: clamp(10px, 1.1vw, 13px);
    color: var(--reel-fuutbull-gold);
    opacity: 0.5;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    max-width: 640px;
}

#footer-copyright {
    font-size: 11px;
    color: var(--reel-fuutbull-gold);
    opacity: 0.35;
    margin: 0;
    text-align: center;
}

#footer-social-row .social-icon {
    width: 28px;
    height: 28px;
    margin: 0;
}

#footer-social-row .social-x         { background-image: url('/images/homepage/SocialMedia/Social-X-Gold-New.png'),           url('/images/homepage/SocialMedia/Social-X-Red-New.png');           background-size: contain, 0 0; }
#footer-social-row .social-instagram { background-image: url('/images/homepage/SocialMedia/Social-Instagram-Gold-New.png'),   url('/images/homepage/SocialMedia/Social-Instagram-Red-New.png');   background-size: contain, 0 0; }
#footer-social-row .social-telegram  { background-image: url('/images/homepage/SocialMedia/Social-Telegram-Gold-New.png'),    url('/images/homepage/SocialMedia/Social-Telegram-Red-New.png');    background-size: contain, 0 0; }
#footer-social-row .social-dexs      { background-image: url('/images/homepage/SocialMedia/Social-Dexscreener-Gold-New.png'), url('/images/homepage/SocialMedia/Social-Dexscreener-Red-New.png'); background-size: contain, 0 0; }

#footer-social-row .social-x:hover,
#footer-social-row .social-instagram:hover,
#footer-social-row .social-telegram:hover,
#footer-social-row .social-dexs:hover { background-size: 0 0, contain; }


/* ============================================================
   RESPONSIVE — MOBILE PORTRAIT
   ============================================================ */

@media (max-width: 768px) {

    /* Shift cluster up slightly at tablet — subtitle already wraps at this size */
    #reel-fuutbull-hero-header {
        top: 36vh;
    }

    #reel-fuutbull-hero-message {
        top: 46vh;
    }

    #reel-fuutbull-hero-free {
        top: 62vh;
    }

    #reel-fuutbull-hero-message-button {
        top: 70vh;
    }

    #footer-disclaimer-text {
        font-size: 11px;
    }

}

@media (max-width: 720px) {

    /* Hide floating social icons — they overlap the header below this width */
    #social-navbar {
        display: none;
    }

}

@media (max-width: 600px) {

    /* Header moves up toward logo */
    #reel-fuutbull-hero-header {
        top: 34vh;
    }

    #reel-fuutbull-hero-message {
        top: 46vh;
    }

    /* Keep cluster tight — small gap after subtitle */
    #reel-fuutbull-hero-free {
        top: 57vh;
    }

    #reel-fuutbull-hero-message-button {
        top: 64vh;
    }

}

@media (max-width: 480px) {

    /* Logo reduces here (stays full size above 480px) */
    #herologo {
        height: min(140px, 16vh);
    }

    /* Header closer to logo */
    #reel-fuutbull-hero-header {
        top: 32vh;
    }

    #reel-fuutbull-hero-message {
        top: 44vh;
    }

    #reel-fuutbull-hero-free {
        top: 55vh;
    }

    #reel-fuutbull-hero-message-button {
        top: 62vh;
    }

    /* CA address is now truncated so it fits at all sizes */

}

/* ============================================================
   RESPONSIVE — DESKTOP WITH SHORT VIEWPORT (laptops, etc.)
   At moderate widths the subtitle clamps to 42px and wraps to
   2 lines (~92px tall). The default vh gaps become too tight.
   Pull the entire hero cluster up when height < 850px.
   ============================================================ */

@media (min-width: 769px) and (max-height: 850px) {
    #reel-fuutbull-hero-header         { top: 32vh; }
    #reel-fuutbull-hero-message        { top: 46vh; }
    #reel-fuutbull-hero-message-button { top: 63vh; }
}

/* ============================================================
   RESPONSIVE — LANDSCAPE PHONE
   vh values compress on short screens; re-space the hero stack
   ============================================================ */

@media (max-height: 500px) and (max-width: 900px) {

    #herologo {
        height: min(50px, 8vh);
    }

    #reel-fuutbull-hero-header {
        top: 22vh;
    }

    #reel-fuutbull-hero-message {
        top: 46vh;
        white-space: normal;
        text-align: center;
        width: 90vw;
        left: 5vw;
        transform: none;
    }

    #reel-fuutbull-hero-free {
        top: 60vh;
    }

    #reel-fuutbull-hero-message-button {
        top: 72vh;
    }

}










/********************************************************************************/
/*                                                                              */
/*                                  BUTTONS                                     */
/*                                                                              */
/********************************************************************************/
#buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.reel-button {

    position: relative; /* This is needed for Tooltip to work */
    display: inline-block;
    width: 93px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--reel-fuutbull-antique-gold);
    border-radius: 26px; 
    border: none;
    cursor: pointer;
    margin: 15px;
    border: 2px solid var(--reel-fuutbull-antique-gold);
    margin-bottom: 5px;
}

.reel-button:hover {
    filter: brightness(120%);
    outline: 1px solid #bc9c6d;
}

.reel-button img {

    width: 93px;
    height: 50px;

}



/* ---------------------------------------- */
/*               SECTIONS CA                */
/* ---------------------------------------- */

.section-ca {

    /*
    border-color: black;
    border-width: 3px;
    border-style: solid;
    */
  
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
  
    width: 100vw;
  
    height: 45px;
    padding: 30px;
    background-color: blueviolet;
  
  }
  
  .div-ca {
  
    font-family: -var(--font-family);
    font-size: 1.8em;
    width: 45vw;
    line-height: 60px;
    border-radius: 10px;
    border-style: none;
    background-color: black;
    color: var(--reel-fuutbull-gold);
    margin-right: 10px;
  
  }
  






@media (max-width: 768px) {
    nav#menu {
        flex-direction: column;
        align-items: flex-end;
    }
}

/* Adjustments for mobile views */
@media (max-width: 480px) {
    #logo {
        width: 150px;
    }

    .menu-item {
        font-size: 14px;
    }

    .reel-button {
        padding: 8px 16px;
    }
}