@charset "UTF-8";

@font-face {
    font-family: 'BP-Replay';
    src: url('../assets/font/BPreplay.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BP-Replay';
    src: url('../assets/font/BPreplayItalics.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BP-Replay';
    src: url('../assets/font/BPreplayBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BP-Replay';
    src: url('../assets/font/BPreplayBoldItalics.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* :root {
    --body-background-color: #ffa07a;
    --branding-color-primary: #7ad9ff34;
    --branding-color-secondary: #F09093; 
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
} */

:root {
    --body-background-color: #000000a1;
    --branding-color-primary: #84a98c52;
    --branding-color-secondary: #ead2ac52; 
    --branding-color-thirds: #04d1ec48;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --background-box-shadow: rgba(0, 0, 0, 0.603);
    --donation-btn-color: #7ad9ff34;
    --donation-btn-color-hover: #ffffff93;
    --text-color-hover: #e56b6fe3;
}

h6 {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: black;
}


body {
    background: fixed;
    background-image: url('../assets/img/SunnySide_Acorn_Pattern_Dark4.webp');
    background-size: repeat;
    background-blend-mode: overlay;
    /* box-shadow: inset 0 0 0 1000px var(--background-box-shadow); */
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--body-background-color);
    font-family: 'BP-Replay', cursive;
}

.box-shadow {
    box-shadow: inset 0 0 0 1000px var(--background-box-shadow);
}

p {
    color: #ffffff;
}

.furchella-text {
    align-items: center;
    flex: 1;
}
.furchella-text-branding {
    white-space: nowrap;
    flex: 1;
    font-family: 'BP-Replay';
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}
.furchella-text-branding:hover {
    color: var(--text-color-hover);
}
.brand-tm {
    color: #ffffff;
    font-size: 0.6em;
    flex: 1;
    margin-left: -15px;
}

.disclaimer {
    font-weight: bold;
    font-style: italic;
    color: #e56b6f;
}

.video-players {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0; /* Optional margin for spacing */
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-players iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Page section styles */

.container {
    margin-top: 80px; /* Add margin to account for the header height */
    padding: 20px; /* Add padding for better layout */
}

.m-0 {
    margin: 0 !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.text-faded {
    color: #f6e1c5;
}

a {
    color: #ffffff; /* Set the text color to white */
    text-decoration: none; /* Remove the underline from the link */
    /* background-color: #000000; Set the background color for the link */
    padding: 5px 10px; /* Add some padding to the link */
    border-radius: 5px; /* Add rounded corners to the link */
    display: inline-block; /* Make the link a block element */
}

a:hover {
    /*background-color: #ffffff; Change the background color on hover */
    color: var(--text-color-hover); /* Change the text color on hover */
}

/* .header {
    text-align: left;
    background-color: #7ad9ff34; 
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
} */

.header {
    display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 0 1000px var(--background-box-shadow); */
    justify-content: space-between;
    text-align: left;
    background-color: var(--branding-color-thirds);
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.timer-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1; /* Ensure it stays behind other elements if necessary */
    text-align: center;
    flex: 2;
    background-color: var(--transparent-color);
    padding: 10px;
    width: fit-content;
    margin: auto;
    justify-self: center;
    top: 0%;
    /* left: 775px; */
}

.header .social-buttons {
    display: flex;
    gap: 10px; /* Space between social buttons */
    z-index: 1;
}

.header .furchella-text {
    flex: 1; /* Allow it to grow and fill space */
    z-index: 1; /* Ensure it stays on top */
}

/* Example responsive adjustments */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px;
    }
    .header .furchella-text,
    .header .timer-section,
    .header .social-buttons {
        flex: unset;
        width: 100%;
        text-align: center;
    }
    .header .timer-section {
        position: static; /* Remove absolute positioning */
        transform: none; /* Remove transform */
        margin: 10px 0; /* Add margin for spacing */
    }
    .header .social-buttons {
        justify-content: center;
        margin-top: 10px; /* Add margin for spacing */
    }
    .header h1 {
        font-size: 1.5rem; /* Reduce font size if needed */
    }
    .header .timer-section .timer {
        font-size: 1.5rem; /* Adjust font size for timer */
    }
    .header img {
        width: 30px; /* Adjust icon size */
        height: 30px; /* Adjust icon size */
    }
    .page-section {
        margin-top: calc(60px + 20px); /* Adjust margin for mobile header height + padding */
    }
    .container {
        margin-top: calc(60px + 20px);
    }
}


.groupIcon {
    /* position: relative;
    left: 400px; */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;

    display:block;
    width: auto !important; 
    height: auto !important;
}

.main-content-title {
    text-align: center;
    font-size: 40px;
}

#secret {
    font-size: 10px;
    /* text-decoration: #713aaa; */
    color: #ffffff00;
}

.footer {
    display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 0 1000px var(--background-box-shadow); */
    justify-content: space-between;
    text-align: left;
    background-color: var(--branding-color-thirds);
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: em;
}

/* .footer {
    bottom: 0;
    background-color: var(--branding-color-primary);
} */

.donate-btn {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff; /* White color for button text */
    background-color: var(--donation-btn-color); /* Sunset color for the button */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 10px;

    display:inline-block;
    width: auto !important; 
    height: auto !important;
}

.e-btn {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff; /* White color for button text */
    background-color: var(--donation-btn-color); /* Sunset color for the button */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 200px;

    display:inline-block;
    width: auto !important; 
    height: auto !important;
}

/* .discord-btn {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 90px;

    display:inline-block;
    width: auto !important; 
    height: auto !important;
}

.twitch-btn {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 138px;

    display:inline-block;
    width: auto !important; 
    height: auto !important;
}

.vrchat-btn {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 185px;

    display:inline-block;
    width: auto !important; 
    height: auto !important;
} */


.donate-btn:hover {
    background-color: var(--donation-btn-color-hover); /* Change the background color on hover */
}

.header h1 {
    margin: 0; /* Remove default margin for h1 element */
    color: #ffffff; /* White color for the heading text */
}

.timer-container {
    text-align: center;
}

.timer {
    /* font-size: 3rem; */
    font-weight: bold;
    color: #ffffff; /* White color for the timer */
}

.donation-container {
    text-align: center;
    margin-top: 100px; /* Add margin-top to create space between heading and buttons */
}

.donation-container h2, h3 {
    margin: 0; /* Remove default margin for h2 element */
    padding-bottom: 10px;
    color: #ffffff; /* White color for the heading text */
}

.donation-container h3 {
    padding-bottom: 3em;
}

.donation-btn {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff; /* White color for button text */
    /*background-color: #ffa500;  Sunset color for the buttons */
    background-color: #7ad9ff34;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%; /* Set width to 100% for the buttons to stack vertically */
}

/* Style for the hover state of the .donation-btn class */
.donation-btn:hover {
    background-color: #FAA496; /* Change the background color on hover */
}

.bg-faded {
    background-color: var(--branding-color-primary);
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}