:root {
    --placeholder-color: #C0C0C0;
}

* {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
}

::selection {
    background: #e5ff67;
    color: black;
    font-family: "monofonto";
}

a {
    text-decoration: none;
}

a {
    color: #ff00ad;
    /* Default link color */
    text-decoration: none;
    /* Remove underline */
    transition: color 0.3s ease, transform 0.3s ease;
    /* Smooth transition for color and transform */
}


html,
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Aligns items to the start of the flex container */
    height: auto; /* Adjust height to fit content */
    margin: 0;
    padding: 0;
    /* Prevents scrollbar when not needed */
}

/* navigation public */
.top-nav-wrap {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgba(0, 0, 0, 0));
}

.top-nav {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center items horizontally */
    padding: 10px 0;
    font-size: 0.8rem;
}

.top-nav a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.top-nav a:hover {
    color: #ff008b;
}

.menu-toggle {
    display: none;
    /* Hide the checkbox */
}

.icon {
    display: none;
    /* Hide the label (icon) by default */
}

.hide-ws {
    display: block;
}

@media screen and (max-width: 300px) {
    h1 {
        font-size: 2rem;
    }

    .top-nav {
        flex-direction: column;
    }

    .icon {
        display: block;
        /* Show the label (icon) */
        cursor: pointer;
    }

    #menuLinks {
        display: none;
        /* Hide the menu initially */
    }

    .hide-ws {
        display: none;
    }

    /* When the hidden checkbox is checked, display the menu */
    .menu-toggle:checked+.icon+#menuLinks {
        display: block;
    }

    #s-bl-message {
        display: none;
    }

    #login-side-block {
        min-width: 200px;
    }

    #login-selector {
        min-width: 200px;
    }
}

.column-image,
.column-about {
    border-radius: 1rem;
    flex: 1;
}

.column-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('/splash');
    background-size: cover;
}

.column-image-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('/splash/Yolo');
    background-size: cover;
    border-radius: 1rem;
}


.column-c {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.column-c-l {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    backdrop-filter: blur(7px);
}

#about-title,
#about-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 2vw;
    overflow: auto;
}

#contact-desc {
    position: sticky;
    top: 1rem;
    padding: 2vw;
    overflow: auto;
}

#contact-desc-of {
    overflow: auto;
    width: -webkit-fill-available;
    backdrop-filter: blur(8px);
}

#contact-desc-info {
    font-size: max(1.1vw, 1rem);
    background: #ffffffad;
    border-radius: 1.75rem;
    padding: max(1vw, 1.25rem);
}


#about-title {
    align-self: flex-start;
    border: 0px solid white;
    width: 100%;
    color: white;
    margin-top: 4rem;
}

#about-title-h1 {
    font-size: max(5vw, 3rem);
    text-shadow: -1px 2px 3px rgb(0 0 0 / 17%);
    /* Adjust the value as needed */
}

#about-desc {
    display: block;
    align-self: flex-end;
    border: 0px solid white;
    padding: 2vw;
}

#about-desc-of {
    overflow: auto;
}

.column-about {
    background: rgba(255, 255, 255, 0.8);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.container-first {
    display: flex;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    background-color: grey;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 1.75rem;
    padding: 1rem;
    margin-top:4rem;
    box-shadow: 0px 2px 4px 0px #0000006b;
    opacity: 0;
    transition: opacity 0.3s;
    animation: fadeIn 0.25s ease-out forwards 0.25s;
}


.container-second {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1920px;
    margin: auto;
    background-color: grey;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 1.75rem;
    padding: 1rem;
    box-shadow: 0px 2px 4px 0px #0000006b;
    opacity: 0;
    transition: opacity 0.3s;
    animation: fadeIn 0.25s ease-out forwards 0.25s;
    margin-top: 2rem;
}

.abber {
    /*    backdrop-filter: blur(0px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 10%, rgba(255, 255, 255, 0.75) 100%);
    box-shadow: 0 -1px 0 #ff00006b, 2px 0 0 #00d8ff5e, -2px 0 0 #fffd002b, 2px 0 0 #0000002b, 0px 9px 18px 0px #00000063;
*/
    backdrop-filter: blur(0px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 10%, rgb(231 231 231 / 75%) 100%);
    box-shadow: 0 -1px 0 #ff00006b, 2px 0 0 #00d8ff5e, -2px 0 0 #fffd002b, 2px 0 0 #0000002b, 0px 9px 18px 0px #00000063;
}

#info-desc-text {}

#about-desc-info {
    font-size: max(1.1vw, 1rem);
    background: #ffffffad;
    border-radius: 1.5rem;
    padding: max(1vw, 1.25rem);
    backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
    .container-first {
        flex-direction: column;
        height: auto;
        margin-top: 4rem;
    }
}

@media (max-width: 300px) {
    .container-first {
        flex-direction: column;
        height: auto;
        margin-top: 20rem;
    }
}

#info-desc {
    overflow: auto;
    padding: 2rem;
}

.cta-about {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff008b; /* Updated, removed the duplicate property */
    color: #fff;
    border-radius: 5rem;
    transition: transform 0.3s ease;
    font-weight: bold;
    border: 0px solid rgba(255,255,255,0);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.5);
}

.cta-about:hover {
    transform: scale(1.05);
}

.cta-about:disabled {
    background-color: black; /* Example disabled state color */
    box-shadow: none;
    cursor: not-allowed;
}

#register-legal {
    text-align: left;
    font-size: 0.75rem;
}

.in-l25 {
    width: 75%;
    margin: 0 25%;
    box-shadow: 0.2rem 0px white;
}

.in-l {
    width: 75%;
    box-shadow: 0.2rem 0px white;
}

.in-image-1 {
    border-radius: 5rem;
    background-color: black;
/*    background-image: url(/splash);
*/
    background-image: url(/static/images/gifs/ss6.gif);
    background-position-y: center;        
    background-size: cover;
    height: 142px;
    animation: expandWidth75 3s forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}

.in-image-2 {
    border-radius: 5rem;
    background-color: black;
    background-image: url(/static/images/gifs/ss7.gif);    
    background-position-y: center;        
    background-size: cover;
    height: 142px;
    animation: expandWidth 3s forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}

.in-image-3 {
    border-radius: 5rem;
    background-color: black;
    background-image: url(/splash/Apocalyptic%20Minimal%20111);
    background-position-y: center;        
    background-size: cover;
    height: 142px;
    animation: expandWidth75 3s forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}

.in-image-3 {
    border-radius: 5rem;
    background-color: black;
    background-image: url(/splash/Dust%20World);
    background-position-y: center;        
    background-size: cover;
    height: 142px;
    animation: expandWidth75 3s forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}

.in-image-0 {
    display: block;
    border-radius: 5rem;
    background-color: black;
    background-image: url(/static/images/gifs/ss5.gif);
    background-position-y: center;        
    background-size: cover;
    height: 142px;
    width: 0%;
    margin-right: 1rem;
    animation: expandWidth75 3s forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}


@keyframes expandWidth {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes expandWidth75 {
    from { width: 0; }
    to { width: 75%; }
}


.sowhat {
    color: white;
    font-size: 2rem;
    position: absolute;
    padding: 1rem;
    font-weight: bold;
}

hr {
    margin-top: 2rem;
}


input,
textarea,
select {
    font-size: 0.85rem;
    padding: 0.5rem;
    width: -webkit-fill-available;
    /* or larger */
}


input {
    background: white;
    border: none;
/*    border: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0.5rem;
*/    outline: yellow;
    margin-bottom: 0.85rem;
    padding: 0.5rem;

}


textarea {
    border: 2px solid black;
    border-top: none;
}

form label {
    display: block;
    text-align: left;
    font-size: 1rem;
}

.sm-f {
    font-size: 0.75rem;
}

.sm-la {
    font-size: 0.75rem;
}

.errors {
    max-width: 275px;
}

.error {
    font-size: 1rem;
    color: #f0ff3b;
    text-shadow: 1px 1px 0px #00000024;
    font-style: italic;
    font-weight: bold;
}

.success {
    font-size: 1rem;
    color: #ffed33;
    text-shadow: 1px 1px 2px black;
    font-style: italic;
    font-weight: bold;
}

.register-legal {
    display: flex;
    align-items: center;
    /* This will vertically align the checkbox and label */
    font-size: 0.75rem;
    /* This is your label font size */
}

.checkbox {
    margin-right: 0.5em;
    /* Provides some space between the checkbox and the label */
    width: auto;
    margin-bottom: auto;
}

.textarea-message {
    border: none;
    border-top: none;
    background: black;
    color: white;
    border-radius: 0;
    min-height: 100px;
    padding: 0.5rem;
}


.textarea-message::placeholder {
    color: white;
    opacity: 1; /* Optional: Adjust the opacity to make the placeholder more or less visible */
}

#submit {
    margin: 1rem 0;
}

.stripe-cards {
    display: flex;
    flex-wrap: wrap; /* Allows cards to wrap to the next line if the container's width is exceeded */
    justify-content: space-around; /* Adjust as needed for spacing */
}

.stripe-card {
    flex: 0 1 auto; /* Adjust flex-basis (the third value) as needed based on the card's width */
    /* Ensure there's a defined width or max-width */
}

.inter-block {
    font-size: calc(1rem + 2vw);
    width: max-content;
    margin: 0 auto;
}

.inter-block-c-top {
    width: 100%;
    display: block;
    position: relative;
    padding: 1rem;
    text-align: center;    
}

.inter-block-c {
    width: 100%;
    display: block;
    position: relative;
    padding: 1rem;
    margin-top: 2rem;
    text-align: center;    
}

.social-media-icons {
    display: flex;
    justify-content: center;
    font-size: 0.78rem;
    color: black;
}

.social-media-icons a {
    margin: 0 5px;
}

.social-media-icons img {
    width: 1.25rem; /* Adjust size as needed */
    height: 1.25rem; /* Adjust size as needed */
}

.textarea-question {
    border: none;
    border-top: none;
    background: black;
    color: white;
    border-radius: 0;
    min-height: 80px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}


.textarea-question::placeholder {
    color: white;
    opacity: 1; /* Optional: Adjust the opacity to make the placeholder more or less visible */
}

#answersContainer {
    pointer-events: all;
}



