/* CSS VERSION 1.36 */
/* 28 Mar 2025 */

:root {
    --blue: #014189;
    --light-blue: #95E6FF;
    --orange: #F58B22;
    --grey: #454545;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}


h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--grey);
}

strong {
    font-weight: 900;
}

input {
    transition: 0.3s ease-in-out;
}



/* SECTION GENERAL ////////////////////////////////////////*/

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.container {
    max-width: 1200px;
}


.section-title {
    margin-top: 30px;
    margin-bottom: 40px;
}

.container-narrow {
    max-width: 900px;
    /* margin: 0 auto; */
}

.container-small {
    max-width: 500px;
    /* margin: 0 auto; */
}

.text-narrow {
    max-width: 700px;
}

.section-orange {
    background-color: var(--orange);   
    color: #fff;
}

.page-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.section-title {
    text-align: center;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}



.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    min-width: 250px;
    max-width: 450px;
    border-radius: 15px;
    color: var(--black);
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.cta-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    z-index: 300;
}

.cta-orange {
    background-color: var(--orange);
    box-shadow: 0px 5px 0px #8E5101;
}
.cta-orange:hover {
    background-color: #F6581F;
    box-shadow: 0px 8px 0px #8E5101;
    transform: translateY(-3px);
}

.cta-blue {
    background-color: var(--blue);
    box-shadow: 0px 5px 0px #042449;
}
.cta-blue:hover {
    background-color: #10B4E7;
    box-shadow: 0px 8px 0px #042449;
    transform: translateY(-3px);
}



.orange-wave-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.orange-wave-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    width: 100%;
}

.orange-wave-top-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    width: 100%;
}

.orange-wave-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* SECTION NAV ////////////////////////////////////// */

/* Style the wrapper to reserve space */
.navbar-wrapper {
    position: relative;
    z-index: 20;
    padding-block: 1rem; /* Gives breathing room */
}


.navbar-mobile {
    display: none;
}

.navbar-brand {
    width: 250px;
    height: 0;
    opacity: 0;
}


.navbar-brand img{
    max-width: 250px;
    text-align: center;
}

.navbar-nav {
    margin: 0 auto;
}

.menu-item  {
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    margin-inline: 10px;
    text-align: center;
}
.menu-item:hover {
    color: var(--orange);
}

.navbar-toggler {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 100;
}

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

#hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%; /* Ensure full width */
    margin-top: -80px;
    overflow: hidden;
}
.hero-bg {
    background-image: url('../images/hero_bg.jpg');
}


.parallax-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: translateZ(0);
    will-change: transform;
}

.parallax-wrapper, .parallax-bg {
    height: 100dvh;
    min-height: 1100px;
    max-height: 1500px;
    
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10%;
}

.hero-content a {
    text-align: center;
}

.hero-logo {
    width: 80%;
    max-width: 600px;
    margin-bottom: 10%;
}

.hero-sok {
    position: absolute;
    width: 60%;
    max-width: 350px;
    height: auto;
}

#hero-sok-1 {
    right: 76%;
    bottom: 36%;
    transform: scale(0.1) translate(-550px, 300px);
    animation: fly-in 1s ease-in-out forwards;
    opacity: .1;
    transform-origin: bottom;
    
}

#hero-sok-2 {
    right: 80%;
    max-width: 400px;
    bottom: 55%;
    transform:  translate(350px, 550px);
    animation: fly-in 1s ease-in-out forwards;
    opacity: .1;
    transform-origin: bottom;
}

#hero-sok-3 {
    left: 70%;
    bottom: 46%;
    transform: translate(-450px, 350px);
    animation: fly-in 1s ease-in-out forwards;
    animation-delay: 0.5s;
    opacity: .1;
    transform-origin: bottom;
}

@keyframes fly-in {
    0% {
    }
    100% {
        transform: scale(1) translate(0, 0);
      
        opacity: 1;
    }
}

/* PRIZES */
.prizes-wrapper {
    position: absolute;
    left: 10%;
    right: 0;
    top:  -20vw;
    z-index: 40;
    width: 85%;
}

.prize-item img {
    height: auto;
}

#prizes-mobile {
    display: none;
}

#main-prize {
    transform:translateX(5%);
}

#second-prize {
    width: 90%;
}   

#third-prize {
    width: 80%;
    transform:translateX(-20%);
}


/*  SECTION RULES
////////////////////////////////////// */

#rules {
    margin-top: 0;
    padding-top: 5%;
    z-index: 10;
}

.prize-roundel {
    max-height: 420px;
}

.rule-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.rule-number {
    background: url('../images/prize_roundel_small.png') no-repeat center center;
    background-size: contain;
    font-size: 3rem;
    font-weight: 900;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.rule-text {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-inline: min(5%, 40px);
}


/*  SECTION CREATURES
////////////////////////////////////// */

#creatures {
    background: linear-gradient(191deg, #1B4287 8.18%, #10B4E7 93.91%);
    padding-bottom: 3%;
}

.main-title {
    margin-top: 25%;
}

.creatures-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.creature-wrapper {
    transition: 0.5s ease-in-out;
}

.creature-img {
    max-width: 350px;
    object-fit: contain;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.creature-img:hover {
    transform: scale(1.03);
}

.creature-name {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: center;
    transition: 0.3s ease-in-out;
    padding: 10px;
    color: #fff;    
    font-weight: 800;
    font-size: 1.2rem;
}

.creature-name:focus-visible {
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}
.creature-name::placeholder {
    font-weight: 800;
    color: #ffffff6d;
}

.creature-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inactive {
    opacity: 0.3;
    filter: grayscale(70%);
    
}
/*  SECTION FORM
////////////////////////////////////// */
#form {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 10;
}


.form-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    width: min(100%, 800px);
}

/* .wpcf7 {
    width: 100%;
    padding: min(15%, 10px);
    margin: auto;
} */

.wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: auto;
    padding-inline: min(8%, 20px);
}

.form-row {
    width: 100%;
}

.form-row label {
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.form-row p {
    margin-bottom: 0;
    max-width: 460px;
    margin: auto;
    text-align: center;
}

.form-row input {
    height: 45px;
    border: none;
    border-radius: 10px;
    padding: 0 10px;
    background: #fff;
    color: var(--blue);
    font-weight: 700;
    transition: 0.3s ease-in-out;
    max-width: 100%;
    box-shadow: 0px 5px 0 #10B4E7;
}

.form-row select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: 45px;
    border: none;
    border-radius: 10px;
    padding: 0 15px;
    background: #fff;
    color: var(--blue);
    transition: 0.3s ease-in-out;
    max-width: 100%;
    box-shadow: 0px 5px 0 #10B4E7;
    width: 100%;
}

.form-row input[type="date"] {
    width: 100%;
}

.form-row input:focus-visible {
    outline: none;
    background: #ade6f7;
    background-size: 400%;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0px 8px 0 #10B4E7;
}

.form-row textarea {
    border: none;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--blue);
    font-weight: 700;
    transition: 0.3s ease-in-out;
    max-width: 100%;
    box-shadow: 0px 5px 0 #10B4E7;
    transition: 0.3s ease-in-out;
}

.form-row textarea:focus-visible {
    outline: none;
    background: #ade6f7;
    background-size: 400%;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0px 8px 0 #10B4E7;
}

/* ACCEPTANCES */

.form-acceptances {
    margin-top: 20px;
    max-width: 470px;
    color: #fff;
    font-weight: 700;
}

.form-acceptances p {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

.form-acceptances input[type="checkbox"] {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 15px;
    height: 15px;
    border-radius: 3px;  
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    color: var(--blue);
    box-shadow: 0px 2px 0 #10B4E7;
}


.form-acceptances input[type="checkbox"]:checked {
    background-color: var(--blue);
    color: #fff;
    
}
.form-acceptances input[type="checkbox"]:checked::before {
    content: "✔︎";
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    position: absolute;
}

.form-acceptances .wpcf7-list-item {
    position: relative;
    top: 0;
}

button.cta {
    border: none;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.submit-wrapper p {
    text-align: center;
}

.submit-wrapper button:disabled {
    filter: grayscale(50%);
    cursor: not-allowed;
  }

/* CF7 RESPONSES */
/* Yellow error */
.wpcf7-not-valid-tip {
    background: rgb(177, 11, 11);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 7px;
    border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
    border-radius: 10px;
}
/* Red error */
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
    border-radius: 10px;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    border-radius: 10px;
    color: #fff;
}

.asterisk {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}


/* INAVIBE MESSAGES */

.before-start h4,
.end-date h4 {
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

/*  SECTION WINNERS
////////////////////////////////////// */

#winners {
    position: relative;
    padding-bottom: 12%;
    background: url('../images/bech_bg.webp') no-repeat center top;
    background-size: cover;
}

.orange-wave-svg {
    position: absolute;
    top: -20px;
    height: 200px;
    overflow: hidden;
    width: 100%;
    z-index: 50;
}

.winners-wrapper {
    padding-top: 80px;
    position: relative;
    height: 100%;
    min-height: 500px;
}

.winners-bg {
    background: url('../images/bech_bg.webp') no-repeat center top;
    background-size: cover;
    padding-bottom: 3%;
    z-index: 5
}

.winners-wrapper {
    z-index: 40;
}

/* TABLES */

.winners-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.winners-tab {
    background: #95e6ff60;
    padding: 20px 20px;
    width: 25%;
    border-radius: 10px;
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--blue);
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 0 #042449;
    text-align: center;
}

.winners-tab:hover {
    background: #95e6ff8a;
    transform: translateY(-3px) scaleY(1.05);
    cursor: pointer;
}

.winners-tab:active {
    background: #cef4ff;
    transform: translateY(-3px) scaleY(1.05);
}

.tab-active {
    background: #95E6FF;
    transform: translateY(-3px) scaleY(1.05);
}
.tab-active:hover {
    background: #95E6FF;

}

.winners-table-content {
    background: #95e6ff;
    border-radius: 15px;
    padding: 5% 3%;
    box-shadow: 0px 5px 0 #042449;
    color: var(--blue);
}
.main-prize-winner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-prize {
    font-weight: 900;
    text-align: center;
}

.main-prize-img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    margin-top:-60px;
    margin-bottom: -40px;
}

.tablepress {
    --head-bg-color: none !important;
    --text-color: var(--blue) !important;
    width: 100%;
    max-width: 400px;
    font-size: 1.3rem;
    border: none !important;
    margin: 0 auto !important;
}


.tablepress  td {
    font-weight: 800 !important;
    padding: .3rem !important;
    border-top: none !important;
}

.winner-name {
    margin-bottom: 0';
}

.main-winner-name .tablepress {
    font-size: 2rem !important;
}

.second-prize {
    font-weight: 900;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
}

.second-prize-text {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
}

.second-prize-img {
    width: 100%;
    max-width: 120px;
    object-fit: contain;
    margin-top: -40px;
}

.third-prize {
    font-weight: 900;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.third-prize-text {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
}

.third-prize-img {
    width: 100%;
    max-width: 120px;
    object-fit: contain;
    margin-top: -40px;
}

.table-hidden {
    display: none;
}



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


footer {
    position: relative;
    padding: 5% 8% 5px 8%;
    background: var(--dark-green);
    color: #fff;
    margin-top: -5%;
  }

.footer-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
}

.footer-wave svg {
    min-height: 450px;
    max-height: 450px;
}

.footer-content {
    position: relative;
    z-index: 100;
}

.footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}


.contact-details {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-details p {
    margin-bottom: 0;
    text-align: left;
    max-width: 750px;
}


.footer-menu {
    margin-bottom: 20px;
}

.footer-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.copyright {
    text-align: center;
    font-size: 0.9rem;
}

.footer-image {
    position: absolute;
    bottom: 30px;
    left: 90%;
    width: 100%;
    max-width: 250px;
    margin: 0 0 0 0;
}





/* PAGE THANK YOU
////////////////////////////////////// */

#thank-you-section {
    background: url('../images/bech_bg.webp') no-repeat center top;
    background-size: cover;
    height: 100dvh;
    min-height: 1300px;
    max-height: 1500px;
    margin-top: -80px;
}

.thank-you-box {
    position: relative;
    background: #95e6ff;
    border-radius: 20px;
    padding: min(10%, 50px);
    box-shadow: 0px 5px 0 #042449;
    color: var(--blue);
}

.thank-you-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.thank-you-box h4 {

    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: var(--blue);
}

.thank-you-img {
    position: absolute;
    max-width: 250px;
    height: auto;
}

.thanks-options {
    margin-top: 30px;
}

.thanks-options h5 {
    font-weight: 900;
    text-align: center;
    margin-top: 15px;
}

#thank-you-img-1 {
    left: -100px;
    top: -90px;
}

#thank-you-img-2 {
    right: -100px;
    bottom: -110px;
}


/* PAGE CONTACT
////////////////////////////////////// */

#contact {
    margin-top: -80px;
    min-height: 100dvh;
    padding-bottom: max(4%, 50px);
}

#contact-section {
    padding-top: 12%;
    padding-bottom: 12%;
    min-height: 100dvh;
}

.page-title h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}

.contact-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

/* SECTION MEDIA QUERIES   /////////////////////////////// */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


@media (max-width: 1950px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 992px) {
    .navbar-desktop {
        display: none;
    }
    .navbar-mobile {
        display: block;
    }

    .offcanvas {
        background: linear-gradient(168deg, #22376C 16.45%, #1059A4 91.09%) !important;
        max-height: 400px;
        box-shadow: 0px 10px 30px #04244979;
    }

    .offcanvas .menu-item {
        text-align: center;
        /* padding-right: 10%; */
    }

    .btn-close {
        margin-top: 20px;
        color: #fff !important;
        position: relative;
    }

    .navbar-toggler {
        border: none;
        outline: none;
        margin-top: 20px;
        padding-bottom: 10px;
        background: var(--orange);
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 15px #8E5101 !important

    }
    .navbar-toggler-icon {
        background-image:none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .line {
        display: inline;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 65%;
        height: 4px;
        background: #fff; 
        transition: all 0.3s ease;
      }

        .line1 { top: 20%; }
        .line2 { top: 46%; }
        .line3 { top: 72%; }



    .btn-close:before{
        content: "X";
        position: absolute;
        right: 10%;
        top: 0;
        font-weight: 900;
        font-size: 1.5rem;
        color: #fff !important;
        top: 0;
        left: -1px
    }

    .offcanvas-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .offcanvas-logo .navbar-brand {
        height: auto;
        opacity: 1;
    }
    
    /* HERO SECTION */


    #hero {
        margin-top: 0;
        height: 80dvh;
    }

    .hero-content {
        margin-top: 80px;
        display: flex;
    }



    .hero-sok {
        max-width: 300px;
    }

    #hero-sok-1 {
        right: 70%;
        bottom: 26%;
    }
    
    #hero-sok-2 {
        right: 66%;
        max-width: 300px;
        bottom: 55%;

    }
    
    #hero-sok-3 {
        left: 70%;
        bottom: 46%;
    }


    .orange-wave-top {
        bottom: 0
    }

    #rules {
        margin-top: 0;
    }



    /* FOOTER SECTION */
    .footer-image {
        display: none;
    }
}
@media (max-width: 768px) {

    .hero-text h1 {
        font-size: 5rem;
        line-height: 5rem;
        margin-bottom: 0;
    }

    .winners-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        height: 90px;
    }

    #thank-you .hero-logo {
        width: 60%;
    }

    #thank-you-section {
        height: 90vh;
        min-height: 900px;
        margin-top: -80px;
    }

    #thank-you .parallax-bg {
        height: 90vh;
        min-height: 900px;
    }
    .thank-you-img {
        max-width: 150px;
    }

    #thank-you-img-1 {
        left: -20px;
    }

    #thank-you-img-2 {
        right: -20px;
    }

    .thank-you-title {
        font-size: 2rem;
    }


}

@media (max-width: 576px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .navbar-brand-img {
        max-width: 200px;
    }

    .cta {
        font-size: 1.2rem;
    }

    .wpcf7-form {
        max-width: 90%;
    }


    .parallax-wrapper, .parallax-bg {
        height: 80dvh;
        min-height: 750px;
        max-height: 800px;
        
    }

    .hero-sok {
        max-width: 200px;
    }

    #hero-sok-1 {
        right: 68%;
        bottom: 16%;
    }
    
    #hero-sok-2 {
        right: 66%;
        max-width: 220px;
        bottom: 39%;

    }
    
    #hero-sok-3 {
        left: 70%;
        bottom: 25%;
    }


    .prizes-wrapper {
        display: none;
    }

    #prizes-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 50;
        margin-bottom: 40px;
    }

    #rules {
        margin-top: -40px;
    }

    .creature-img {
        max-width: 220px;
        margin: auto;
    }

    .prizes-mobile-wrapper {
        margin-top: -35%;
    }

    .prize-item {
        padding-inline: 15%;
        text-align: center;
    }

    #second-prize-mobile {
        width: 90%;
        margin-top: -20px;
    }

    #third-prize-mobile {
        width: 80%;
        margin-top: -20px;
    }

    .creature-wrapper {
        max-height: 300px;
    }

    .footer-wave svg {
        min-height: 550px !important;
    }

    #thank-you-section{
        margin-top: -80px;
    }

    #thank-you-section
    .parallax-wrapper,
    .parallax-bg  {
        height: 90dvh;
        min-height: 1100px;
        max-height: 1300px;
    }


}

@media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }