html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgb(42,38,97);
}

.bg-custom {
    background-color: rgb(42,38,97);
}

.bg-custom2 {
    background: linear-gradient(to bottom, #6dd5ed, #38ef7d, #00bfff);
}
body {
   
}

.h1 {
    background-color: rgb(42,38,97);
}

/* Hero section for parallax */

.hero {
    background-image: url(https://suckershack.blob.core.windows.net/pictures/Overview.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.hero-content {
    position: relative;
    background-color: rgba(64, 64, 64, 0.85);
    max-width: 250px;
    font-family: 'Georgia', serif;
    margin: 0 auto;
}

.hero-content2 {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.8);
    padding: 2rem 3rem;
    color: black;
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    max-width: 1500px;
    height: auto;
    height: 55vh;
    font-family: 'Georgia', serif;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.hero-content h1 .thin {
    font-weight: 300;
}

.hero-content2 h1 {
    font-size: clamp(1.5rem, 4vw, 3.7rem);
}

.hero-content2 p {
    font-size: clamp(1rem, 2.1vw, 3.6rem);
}

.hero2 {
    background-image: url(https://suckershack.blob.core.windows.net/pictures/Coozies.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.map-container {
    width: 50%;
    height: 50%;
    min-height: 650px;
    max-width: 900px;
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

  /* Code for loading screen */

body {
    font-family: "arial";
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

.animation-wrapper {
    background: #ace5ee;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.water {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

    .water ul.waves {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .water ul.waves li {
            background-repeat: repeat-x;
        }

            .water ul.waves li.wave-one {
                animation: wave 5s linear infinite;
                -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                bottom: 0px;
                height: 50px;
                left: 0;
                position: absolute;
                right: 0;
                z-index: 10;
            }

            .water ul.waves li.wave-two {
                -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                animation: wave 7s linear infinite;
                bottom: 0px;
                height: 84px;
                left: 0;
                position: absolute;
                right: 0;
                z-index: 9;
            }

            .water ul.waves li.wave-three {
                -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                animation: wave 13s linear infinite;
                bottom: 0;
                height: 190px;
                left: 0;
                position: absolute;
                right: 0;
                z-index: 8;
            }

            .water ul.waves li.wave-four {
                -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                animation: wave 13s linear infinite;
                bottom: 0;
                height: 205px;
                left: 0;
                position: absolute;
                right: 0;
            }





/* Code for carousel */

input[type="radio"] {
    display: none;
}

.carousel {
    position: relative;
    overflow: hidden;
    height: 50vh
}

.carousel-track {
    display: flex;
    width: 400vw;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100vw;
    height: 50vh;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: white;
    position: relative;
}

.carousel-controls label::before,
.carousel-controls label::after {
    content: none;
}

.slide::before,
.slide::after {
    color: white;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    padding: 1rem;
    font-size: 3rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slide::before {
    content: "\276D";
    left: 1rem;
}

.slide::after {
    content: "\276C";
    right: 1rem;
}

.carousel-controls {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 1;
}

    .carousel-controls label {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: white;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.3s ease;
    }

input#clubs:checked ~ .carousel-controls label[for="clubs"],
input#hearts:checked ~ .carousel-controls label[for="hearts"],
input#spades:checked ~ .carousel-controls label[for="spades"],
input#diamonds:checked ~ .carousel-controls label[for="diamonds"] {
    opacity: 1;
    background: #000;
}

/* Slide Movement Logic */
input#clubs:checked ~ .carousel-track {
    transform: translateX(0%);
}

input#hearts:checked ~ .carousel-track {
    transform: translateX(-100vw);
}

input#spades:checked ~ .carousel-track {
    transform: translateX(-200vw);
}

input#diamonds:checked ~ .carousel-track {
    transform: translateX(-300vw);
}

/* Helper text */
.keys {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 300ms linear;
}

input:focus ~ .keys {
    opacity: 0.8;
}


/*label {
    background: #444;
    color: #fff;
    transition: transform 400ms ease-out;
    display: inline-block;
    min-height: 100%;
    width: 100vw;
    height: 53vh;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 40vh;
}

    label[for="clubs"] {
        background-image: url('https://suckershack.blob.core.windows.net/pictures/ComingSoon.jpg');
    }

    label[for="hearts"] {
        background-image: url('https://suckershack.blob.core.windows.net/pictures/ComingSoon.jpg');
    }

    label[for="spades"] {
        background-image: url('https://suckershack.blob.core.windows.net/pictures/ComingSoon.jpg');
    }

    label[for="diamonds"] {
        background-image: url('https://suckershack.blob.core.windows.net/pictures/ComingSoon.jpg');
    }

.carousel-controls {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.carousel-controls label {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
}

input#clubs:checked ~ .carousel-controls label[for="clubs"],
input#hearts:checked ~ .carousel-controls label[for="hearts"],
input#clubs:checked ~ .carousel-controls label[for="spades"],
input#clubs:checked ~ .carousel-controls label[for="diamonds"] {
    opacity: 1;
    background: #000;
}

form {
    position: relative;
    height: 40vh;
    white-space: nowrap;
}

input {
    position: relative;
}

.keys {
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: #fff;
    text-align: center;
    transition: all 300ms linear;
    opacity: 0;
}

input:focus ~ .keys {
    opacity: 0.8;
}

input:nth-of-type(1):checked ~ label:nth-of-type(1),
input:nth-of-type(2):checked ~ label:nth-of-type(2),
input:nth-of-type(3):checked ~ label:nth-of-type(3),
input:nth-of-type(4):checked ~ label:nth-of-type(4) {
    z-index: 0;
}

input:nth-of-type(1):checked ~ label {
    transform: translate3d(0, 0, 0);
}

input:nth-of-type(2):checked ~ label {
    transform: translate3d(-100%, 0, 0);
}

input:nth-of-type(3):checked ~ label {
    transform: translate3d(-200%, 0, 0);
}

input:nth-of-type(4):checked ~ label {
    transform: translate3d(-300%, 0, 0);
}

label {
    background: #444;
    background-size: cover;
    font-size: 3rem;
}

    label[for="diamonds"],
    label[for="hearts"] {
        background: #cc0000;
    }

    label:before,
    label:after {
        color: white;
        display: block;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        padding: 1rem;
        font-size: 3rem;
        height: 10rem;
        vertical-align: middle;
        line-height: 10rem;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        cursor: pointer;
    }

    label:before {
        content: "\276D";
        right: 100%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    label:after {
        content: "\276C";
        left: 100%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }*/

/*Animation Keyframe Section*/

@keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1920px 0;
    }
}


.loading-progress {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 24rem;
    height: 24rem;
    overflow: hidden;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
        width: 16rem;
        height: 16rem;
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
