/* FONT STYLE */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@font-face {
  font-family: 'modestic';
  src: url('assets/Modesticdisplay-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Aston';
  src: url('assets/Aston\ Script.otf') format('truetype');
}

/* UNIVERSAL STYLE __________________________________________*/
*,*::before,*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: auto;
    font-family: 'Jost';
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    color: white;

    z-index: 5;
    background: linear-gradient(232deg, #7F0B1C, #5B010E, #350306);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 51s ease infinite;
    -moz-animation: AnimationName 51s ease infinite;
    animation: AnimationName 20s ease infinite;
}

 @-webkit-keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}



img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}


a {
    text-decoration: none;
    color: #ffffff;
}

button {
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
}



input::placeholder {
    color: #c0c0c0;
    font-family: 'Instrument Sans';
    font-weight: 100;
}

div {
    position: relative;
}

section {
    scroll-snap-align: start; /* snap to the start of section */
}

/* Tabs Navigation */
.tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    justify-content: center;
}

.tabs-nav div {
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: background 0.2s;
}


.tabs-nav div.active {
    background: #BF6948;
    color: white;
}

/* Tabs Content */
.tab-content {
    display: none; /* hide all tabs initially */
    padding: 1rem;
    margin-top: 10px;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* responsive columns */
    gap: 10px; /* space between items */
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 0.5px solid #ffffff;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 6;
}

.services-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.services-list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.service-info h3 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

.service-info p {
    margin: 0;
    color: #ffffff;
    font-size: 0.95rem;
}

.static {
    font-size: 30px;
    font-variation-settings: "wght"900, "wdth"200;
}

.variable {
    position: fixed;
    left: 36%;
    bottom: 10%;
    display: flex;
    font-variation-settings: "wght"275, "wdth"50;
    text-align: center;
    font-size: 50px;
    animation: swapthings 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
}

.work {
    animation: swapthings2 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
}


@keyframes swapthings {
0% {
    font-variation-settings: "wght"275, "wdth"50;
}

50% {
    font-variation-settings: "wght"900, "wdth"200;
}

100% {
    font-variation-settings: "wght"275, "wdth"50;
}
}

@keyframes swapthings2 {
0% {
    font-variation-settings: "wght"900, "wdth"200;
}

50% {
    font-variation-settings: "wght"275, "wdth"50;
}

100% {
    font-variation-settings: "wght"900, "wdth"200;
}
}

/* HEADER STYLE */

.top {
    position: relative;
    height: 100vh;
    background-image: url("/assets/background5.jpg");
    background-size: cover;
    background-position: center 55%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(10% at 50% 50%);
    transition: clip-path 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}
/* Glass overlay */
.top .glass {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
}
.top, .roster {
    scroll-snap-align: start;
}

header {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    padding-top: 5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.5px solid white;
}


.headerLogo {
    text-align: center;
}

/* .headerLogo h1 {
    font-family: 'Bodoni Moda';
    font-size: 5rem;
    padding-bottom: 1rem;
    font-weight: 400;
} */

.headerLogo h1 {
    font-size: 150px;
    text-transform: uppercase;
    font-family: 'modestic';
    letter-spacing: -3px;
    transition: 700ms ease;
    font-variation-settings: "wght" 400;
    margin-bottom: 0.8rem;
    color: white;
    outline: none;
    text-align: center;
}

.headerLogo h1:hover {
    font-variation-settings: "wght" 582; 
    letter-spacing: 1px;
}

.headerLogo h2 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 200;
}

/* HERO STYLE */

.heroSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.heroButton {
    position: fixed;           /* fixed relative to viewport, not parent */
    bottom: 50px;              /* distance from bottom of viewport */
    left: 50%;                 /* center horizontally */
    transform: translateX(-50%);
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    z-index: 5;             /* stay above content */
}

.heroButton button {
    width: 100px;
    border: 0.5px solid white;
    padding: 6px 10px;
    transition: all 0.3s ease;
    z-index: 4;
}

.heroButton button:hover {
    width: 200px;
    background-color: #A57547;
}

.heroQuote {
    padding-top: 10px;
    padding-bottom: 4rem;
}

.heroQuote h1 {
    font-family: 'Aston';
    font-weight: 100;
    font-size: 2rem;
    color: #BF6948;
}

.textT {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    display: flex;
    margin: auto;
    text-align: center;
}
/* ROSTER */

.roster {
    position: relative;
    text-align: center;
    padding-bottom: 3rem;
    z-index: 1;
}

.rosterSchedule {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    padding-bottom: 4rem;
    border-bottom: 0.5px solid white;
}

.rosterDiv {
    margin-top: 10px;
}

/* ADS */

.ads {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    text-align: center;

}

.ads1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.5px solid white;
    align-items: center;
}

.ads1 p {
    max-width: 20rem;   /* control paragraph width */
    margin: 0 auto;     /* center horizontally */
    text-align: center;   /* reset from parent text-align: center */
    line-height: 1.6;   /* optional readability */
    margin-bottom: 2rem;
    text-align: justify;
    text-align-last: justify;
}

.ads1 p:first-letter {
    float: left;
    font: 300px Bodoni Moda;
    line-height: 1; /* 1 */
    margin-right: -1000px; /* 2 */
    margin-left: -100px; /* 3 */
    margin-top: -80px; /* 3 */
    color: #B4A399;
}

.textT p {
    margin: 0 auto;     /* center horizontally */
    text-align: center;   /* reset from parent text-align: center */
    margin-bottom: 2rem;
}

.textT p:first-letter {
    float: left;
    font: 100px Bodoni Moda;
    line-height: 2; /* 1 */
    margin-right: -40px; /* 2 */
    margin-left: -10px; /* 3 */
    margin-top: -30px; /* 3 */
    color: #ffffff;
}

.ads1:nth-child(1) p {
    grid-column-start: 2;
}

.ads1 img {
    grid-column-start: 2;
    width: 20rem;
    margin-bottom: 2rem;
}

.imageBox {
    grid-column-start: 2;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; 
}

/* FOOTER */

.footer {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.footerDiv1 ul {
    margin-bottom: 20px;
}

.ending-credit {
    text-align: end;
}

.ending-credit h1 {
    font-family: 'modestic';
    font-size: 80px;
}

/* BOOK */
.bookSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bookSection h2 {
    margin-top: 1rem;
    font-weight: 400;
    text-align: center;
}

.bookSection p {
    margin-top: 1rem;
    text-align: center;
    width: 700px;
}


/* ---------------COOKIES--------------------------------- */

/* Floating right-side banner */
#cookie-consent-banner {
    
    position: fixed;
    bottom: 30px;
    right: 50px;
    width: 340px; /* Adjust width as needed */
    background: transparent;
    backdrop-filter: blur(20px);            /* blur the background */
    -webkit-backdrop-filter: blur(20px); 
    color: #fff;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none; /* Hidden by default */
}
#cookie-consent-banner p {
    margin: 0 0 10px;
    font-size: 14px;
}
#cookie-consent-banner button {
    margin: 5px 0;
    padding: 8px 15px;
    background: transparent;
    color: #fff;
    border: 0.5px solid white;
    cursor: pointer;
    width: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#cookie-consent-banner a {
    color: white;
    font-style: italic;
    text-decoration: none;
    font-size: 13px;
}

.cookies {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

#accept-cookies:hover,
#reject-cookies:hover {
    background-color: #BF6948;
    color: white;
    border-color: #BF6948;
}

/* ------------------------------------------------ */

/* -----------------------------------------
   RESPONSIVE STYLES
----------------------------------------- */

@media (min-width: 1920px) {
    .variable {
        position: fixed;
        left: 42%;
        bottom: 7%;
        display: flex;
        font-variation-settings: "wght"275, "wdth"50;
        text-align: center;
        font-size: 50px;
        animation: swapthings 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
    }
}

/* TABLETS (max-width: 1024px) */
@media (max-width: 1024px) {
    header {
        margin-left: 3rem;
        margin-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .headerLogo h1 {
        font-size: 3.5rem;
    }

    .headerLogo h2 {
        top: 85%;
        font-size: 1.2rem;
    }

    .heroQuote h1 {
        font-size: 4.5rem;
    }

    .heroButton {
        padding-top: 17rem;
        padding-bottom: 2rem;
    }

    .heroButton button {
        width: 150px;
        background-color: #426460;
    }

    .heroButton button:hover {
        width: 160px;
    }

    .rosterSchedule,
    .ads,
    .footer {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .footer {
        gap: 1.5rem;
    }

    .ending-credit h1 {
        font-size: 50px;
    }

    #cookie-consent-banner {
        width: 280px;
        right: 30px;
    }

    iframe {
    width: 400px !important;
    }
    
}

/* PHONES (max-width: 600px) */
@media (max-width: 600px) {

    .textT {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: flex;
        margin: auto;
        text-align: left;
        text-align: justify;
        text-align-last: justify;
    }

    .textT p:first-letter {
        float: left;
        font: 70px Bodoni Moda;
        line-height: 1; /* 1 */
        margin-right: -10px; /* 2 */
        margin-left: 0px; /* 3 */
        margin-top: -10px; /* 3 */
        color: #ffffff;

    }

    .ads1 {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 0.5px solid white;
        align-items: center;
    }

    .ads1 p {
        max-width: 20rem;   /* control paragraph width */
        margin: 0 auto;     /* center horizontally */
        text-align: center;   /* reset from parent text-align: center */
        line-height: 1.6;   /* optional readability */
        margin-bottom: 2rem;
        text-align: justify;
        text-align-last: justify;
    }

    iframe {
        width: 90vw !important;
    }

    header {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .headerLogo h1 {
        font-size: 5rem;
        margin: 0;
    }

    .headerLogo h2 {
        top: 90%;
        font-size: 1rem;
    }

    .heroQuote h1 {
        font-size: 3rem;
        padding-bottom: 2rem;
    }

    .heroButton {
        display: flex;
        flex-direction: column;
        padding-top: 19rem;
        padding-bottom: 1.5rem;
        gap: 5px;
    }

    .rosterSchedule,
    .ads,
    .footer {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .footer {
        flex-direction: column;
        gap: 1rem;
    }

    .ending-credit h1 {
        font-size: 35px;
    }

    #cookie-consent-banner {
        width: 90%;
        right: 5%;
        bottom: 20px;
        padding: 10px;
    }


    .heroQuote {
        padding-bottom: 1rem;
    }

    .heroQuote,
    .heroButton {
        text-align: center;
    }

    .heroButton button {
        width: 90vw;
        border: 0.5px solid white;
        padding: 15px 10px;
        transition: all 0.3s ease;
        z-index: 4;
        background-color: transparent;
    }

    .heroButton button:hover {
        width: 90vw;
    }

    .ads1 p:first-letter {
        float: left;
        font: 300px Bodoni Moda;
        line-height: 1; /* 1 */
        margin-right: -1000px; /* 2 */
        margin-left: -30px; /* 3 */
        margin-top: -40px; /* 3 */
    }

    .variable {
        position: fixed;
        left: 4%;
        bottom: 30%;
        display: flex;
        font-variation-settings: "wght"275, "wdth"50;
        text-align: center;
        font-size: 50px;
        animation: swapthings 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
    }
}

/* PHONES (max-width: 390px) */
@media (max-width: 390px) {

    .textT {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: flex;
        margin: auto;
        text-align: justify;
        text-align-last: justify;
    }

    .textT p:first-letter {
        float: left;
        font: 70px Bodoni Moda;
        line-height: 1; /* 1 */
        margin-right: -10px; /* 2 */
        margin-left: 0px; /* 3 */
        margin-top: -10px; /* 3 */
        color: #ffffff;

    }

    .heroButton button {
        width: 90vw;
        border: 0.5px solid white;
        padding: 10px 10px;
        transition: all 0.3s ease;
        z-index: 4;
        background-color: transparent;
    }

    .headerLogo h1 {
        font-size: 4.5rem;
        margin: 0;
    }

    .heroButton {
        padding-top: 1rem;
    }

    .variable {
        position: fixed;
        left: 4%;
        bottom: 35%;
        display: flex;
        font-variation-settings: "wght"275, "wdth"50;
        text-align: center;
        font-size: 50px;
        animation: swapthings 3s infinite both cubic-bezier(0.17, 0.04, 0.04, 0.99);
    }

    .heroQuote {
        padding-bottom: 0;
    }
}
