/* ------- FONTS & GENERAL----------------------------- */
body {
    font-family: "museo-sans", sans-serif;
    color: #020046;
    overflow-x: hidden;
    max-width: 100dvw;;
}

/* main {
  min-height: 100vh;
} */
h1, h2, h3, h4, h5 {
    font-family: "museo-sans", sans-serif;
    color: #fff;

}

h1 {
    font-size: 5rem;
    color: #154295;
    font-weight: 900;
    line-height: 6.5rem;
    text-align: center;
    /* text-shadow: 0 10px 10px rgba(0,0,0,0.1); */
}

h2 {
    font-size: 4rem;
    text-align: center;
}


h3 {
    font-size:2rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    color: #154295;
}

h4 {
    /* font-weight: 800; */
    font-size: 1.8rem;
    margin: 0;
}

strong {
    font-weight: 800;
}

p {
    color: #fff;
}

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

a:hover {
    text-decoration: none;
}


.all-caps {
    text-transform: uppercase;
}

.light {
    font-weight: 300;
}


.wide {
    letter-spacing: 10px;
}

.yellow-text {
    color: #FFF279;
}

.uppercase {
    text-transform: uppercase;}

.underline {
    text-decoration: underline;
}

.link {
    cursor: pointer;
}

.scroll-top{
    display: block;
    position: fixed;
    right: 40px;
    bottom: 5%;
    width: 60px;
    border-radius: 100%;
    transition: 0.3s;
}

.scroll-top:hover {
    cursor: pointer;
    transform: scale(1.05);

}

.section-header {
    margin-bottom: 50px;
}

.cta {
    position: relative;
    width: 350px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #007100;
    border-radius: 50px;
    transition: 0.3s;
    z-index: 50;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF279;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.cta:hover {
    transform: scale(1.05);
    background-color: #187518;
    box-shadow: 0 0 25px rgba(34, 85, 34, 0.5);
    cursor: pointer;
}


.container-fluid {
    --bs-gutter-x: 0
}

/* MAIN CONTENT ////////////////////////////===== */
/* SECTION BANNER ===============================*/


#banner {
    position: relative;
    min-height: 50dvw;
    height: 120dvh;
}

.paralax-wrapper {
    position: relative;
    width: 100%;
    height: 70%;
}


.px-layer-1,
.px-layer-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* object-fit: contain; */
}

.px-layer-1 {
    z-index: 1;
    top:0;
}

.px-layer-2 {
    top: 8%
}

.ribbon {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    width: 70%;
    max-width: 1200px;
}

.ribbon:hover {
    cursor: pointer;
}

.prizes-wrapper {
    max-width: 1150px;
    margin-top: -2%;
    z-index: 5;
    position: relative;
    /* background-color: #FFF279; */
}

.prizes-middle {
    transform: translateY(-30%);
    padding: 0 25px;
}


#multi {
    width: 85%;
    margin-top: 12%;
    transform: translateX(-40px);
}

.prizes-right {
    transform: translateY(-50%) scale(1.1);
}



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

#rules {
    position: relative;
    display: flex;
    min-height: 100dvh;
    /* background: url('../images/yellow_bg.png') no-repeat center; */
    background-size: 100%;
    background-position: 0 0;
    /* background-color: #C10020; */
    margin-top: -10dvw;
    z-index: 10;
}
#yellow-bg {
    position: absolute;
    width: 100%;
    z-index: 6;
}

#family {
    position: absolute;
    width: 40%;
    max-width: 1200px;
    right: 0;
    top: -32dvw;
    z-index: 5;
}

.row-cta {
    z-index: 7;
}

.cta-row {
    /* margin-top: 200px; */
    z-index: 20;
}

.rules-cta {
    position: relative;
    transform: translateY(24dvw);
    margin-top: 0;
    z-index: 50;
}

#wez-udzial {
    text-align: center;
    color: #fff;
}


.rules-wrapper {
    position: relative;
    background-color: #89BD23;
    padding: 0;
    margin-top: 30dvw;
    z-index: 11;
}

.green-bg-top {
    position: absolute;
    top: -18.4dvw;
}

.rules-content {
    position: relative;
}

.green-bg-btm {
    position: absolute;
    bottom: -11.9dvw;
}

.rules-row {
    margin-bottom: 5%;
}

.rules-row img {
    width: 80px;
    margin: 0 auto;
}

.row-dates {
    margin-top: 10%;
    margin-bottom: 5%;
    /* background: orange; */
}

.row-dates p {
    font-size: 1.5rem;
    margin-top: 5%;
    text-align: center;
}

.rules-images {
    max-width: 200px;
    position: absolute;
}

#egg-l {
    left: -40%;
    top: -50px;
    width: 140px;

}

#flower-left {
    left: -40%;
    bottom: 50px;
}

#egg-r-top {
    right: -40%;
    top: -150px;
    width: 140px;

}

#flower-right {
    right: -40%;
    top: 100px;
}

#egg-r-btm {
    right: -30%;
    bottom: 0px;
    width: 140px;
}


/* SECTION PARTNERS ==============================*/

#partners {
    margin-top: 15dvw;
    margin-bottom: 5dvw;
}

.text-light-green {
    color: #89BD23;
}

.partner-logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    max-height: 100%;
    width: auto;
}

/* SECTION FORM ==============================*/

#form {
    background: url('../images/bg_form.png') no-repeat top;
    background-size: cover;
    padding-top: 20dvw;

}



/* SECTION FORM ==============================*/

#form {
    margin-bottom: 0;
    padding-bottom: 100px;
}

form {
    position: relative;
}
.form-wrapper {
    position: relative;
    padding: 0 15% 40px 15%;
    border-radius: 150px;
    max-width: 1000px;;
}

.header-row {
    position: relative;

}

.form-wrapper .header-row::before {
    content: "";
    position: absolute;
    top: -10.5rem;
    left: 0;
    right: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: 250px;
    background: url('../images/uszy.png') no-repeat top;
    background-size: contain;
}

#form .header-row {
    transform: translateY(-43px);
    margin-bottom: 0;
}

.header-row h2 {
    line-height: 3.2rem;
}

.main-input {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    color: #fff;
    padding: 0 20px 0 30px;
}

.form-single {
    padding-right: 0;
}

.input-50 {
    width: 50%;
    padding-right: 0;
}



input[type='date'] {
    line-height: 60px;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]) {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: inline-flex;
    overflow-x: hidden;
    overflow-y: hidden;
    outline-style: none;
    font-variant-numeric: tabular-nums;
}

.input-wrapper {
    position: relative;
}

.dropdown {
    width: 30px;
    position: relative;
    right: 17px;
    top: 15px
}

.dropdown img {
    display: block;
}

.custom-select {
    position: relative;
}

.dropdown:hover {
    cursor: pointer;
}

.main-input:hover {
    background-color: rgba(255,255,255,0.4);
}

.main-input:focus {
    background-color: rgba(255,255,255,0.6);;
    border-color: #ffffff;
    color: #154295;
    font-weight: 700;
}


.helper-wrapper {
    text-align: center;
}

.helper-receipt {
    position: absolute;
    text-align: center;
    top: 2px;
    right: -120px;
    width: 100px;
}

.custom-select::after {
    content: "";
    background: url('../images/dropdown.png');
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 18px;
    right: 25px;
    pointer-events: none;
}

.helper-wrapper img {
    width: 30px;
    transition: 0.3s;
}

.helper-wrapper img:hover {
    transform: scale(1.05);
    cursor: pointer;
}


.form-control::placeholder {
    color: #fff;
    opacity: 0.6;
}

.form-control:focus::placeholder {
    opacity: 1;
}

#sklepy {
    visibility: hidden;
    height: 1px;
}

#filteredOptions {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 10px;
    background-color: #fff;
    padding: 10px 15px;;
    margin-top: 5px;
    box-shadow: 0 5px 10px rgba(128, 114, 49, 0.2);
    max-height: 400px;
    overflow-y: scroll;
}
#filteredOptions li {
    list-style: none;
    text-wrap: wrap;
    transition: 0.3s;
}

#filteredOptions li:hover {
    cursor: pointer;
    background-color: #A0E3F7;
}

/* CHECKBOXES */

.checkboxes {
    margin-top: 50px;
}



.form-check {
    margin-left: 10px;
}

.checkbox-header {
    margin-left: -30px;
    margin-bottom: 5px;
    line-height: 1.2rem;
}

#form label, #form p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: 300;
}

.checkboxes p,
.checkboxes label {
    font-size: 0.8rem !important;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    /* transform: translate(-10px); */
    border-radius: 100% !important;
    border: 2px solid #fff;
}

.form-check-input {
    background-color: rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked {
    background-color:#154295;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.1);
}

input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(240, 112, 40,0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
}

/* input[type=number] {
    -moz-appearance:textfield;
} */

.custom-select {
    position: relative;
}

.custom-select img {
    position: absolute;
    width: 25px;
    right: 24px;
    top: 17px
}

/* CUSTOM DROPDOWN MENU */
/* .custom-select {
  position: relative;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
} */

.custom-select select {
    display: block;
}

.select-selected {
    background-color: #6BAC43;
    height: 46px;
    border-radius: 18px;
    /* transform: translateY(-1px); */
    padding: 3px 0;
}

.select-selected:hover {
    background: #94d46c;
}
/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 20px;
    padding: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    transition: 0.3s;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #6BAC43;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.invalid-feedback {
    background-color: #FFF279;
    padding: 5px 30px;
    border-radius: 15px;
    margin-top: 5px;
    font-weight: 500;
}

/* MODAL ============================= */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 75%;
}

#modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width:2rem;
    height: 20px;
    transition: 0.4s;

}
#nbr-img {
    display: none;
}

#nip-img {
    display: none;
}

#modal-close:hover {
    transform: scale(1.05);
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@-webkit-keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}
@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

/* PAGE SPRAWDZ ======================= */


#main {
    position: relative;
    min-height: 500px;
    background: linear-gradient(90deg, #A8DB5B 40%, #DFD956 100%);
}

#main .ribbon {
    width: 40%;
}


.paralax-subpage {
    height: 40dvw;
    margin-top: -20dvw;
}

.egg-wrapper {
    position: relative;
    width: 30%;
    min-height: 35dvw;
    z-index: 20;
    margin-top: -5dvw;
    animation: wobble 1s ease infinite;
    /* transition: 0.6s; */
}

@keyframes wobble {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-32px) rotate(-10deg);
        transform: translateX(-32px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translateX(calc(32px / 2)) rotate(10deg);
        transform: translateX(calc(32px / 2)) rotate(10deg);
    }

    45% {
        -webkit-transform: translateX(calc(-32px / 2)) rotate(calc(-10deg / 1.8));
        transform: translateX(calc(-32px / 2)) rotate(calc(-10deg / 1.8));
    }

    60% {
        -webkit-transform: translateX(calc(32px / 3.3)) rotate(calc(10deg / 3));
        transform: translateX(calc(32px / 3.3)) rotate(calc(10deg / 3));
    }

    75% {
        -webkit-transform: translateX(calc(-32px / 5.5)) rotate(calc(-10deg / 5));
        transform: translateX(calc(-32px / 5.5)) rotate(calc(-10deg / 5));
    }
}

#egg-top {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0 10px 0 4px;
    animation: slideup 1s ease forwards;
    animation-play-state: paused;
    /* transition: 0.6s; */
}


@keyframes slideup {
    0%, 100% {
        transform: translate(0%, 0%) rotate(0deg);
        bottom: 0;
        transform-origin: 50% 50%;
    }

    20% {
        transform: translate(2%,-2% ) rotate(3deg);
        bottom: 10%;
    }

    100% {
        transform: translate(10%, -70%) rotate(20deg);
        bottom: 50%;
    }

}
#egg-btm {
    position: absolute;
    top: 12dvw;
    z-index: 2;
    animation: slidedown 1s ease forwards;
    animation-play-state: paused;
    /* transition: 0.6s; */
}


@keyframes slidedown {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    20% {
        transform: translate(-2%,2% ) rotate(3deg);
    }

    100% {
        transform: translate(-10%, 75%) rotate(20deg);
    }

}

#question {
    position: absolute;
    width: 30%;
    z-index: 5;
    top: 14dvh;
    left: 0;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.green-section  {
    padding: 10% 0;
    position: relative;
}

.eggs-flowers {
    position: absolute;
    padding: 0 5%;
    top: 0%
}

.green-bg {
    background-color: #89BD23;
}

.break-wrapper,
.fill-wrapper {
    transform: translateY(-50%);
    z-index: 50;
}


.cta-yellow {
    background-color: #f2d856;
    color: #154295;
    position: relative;
}

.cta-yellow:hover {
    background-color: #efdb76;
    box-shadow: 0 5px 10px rgba(128, 114, 49, 0.2);
}


.cta-yellow::before {
    content: "";
    background: url('../images/spoon.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 70px;
    left: 30px;
    top: 8px
}

.green-bg h3 {
    font-weight: 900;
    text-shadow:0 7px 15px rgba(32, 71, 32, 0.2);
}

.prize-container {
    display: flex;
    margin-top: 2dvw;
    height: 100%;
    align-items: center;
    display: none;
    animation: fadeIn 3s ease forwards;
    animation-play-state: paused;
    justify-content: center;
    flex-direction: column;
}

.prize-container img {
    width: 80%;
}

.nowin-prize {
    width: 40% !important;
    margin-bottom: 20px;
}

.nowin-text {
    color: #007100;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 20px;text-align: center;
}

@keyframes fadeIn {
    0%, 100% {
        opacity: 0;
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fill-wrapper {
    display: none;
}

.fill {
    display: flex;
    padding: 15px 30px;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    height: 70px;
}

/* PAGE WINNER FORM =================================== */

.winner-form {
    background: #A0E3F7;
    padding-top: 10%;
}

.winner-title {
    margin-bottom: 30px;
}

.winner-form span {
    margin-right: 15px;
    font-size: 1.2rem;
    font-weight: 700;
}
#postal-chck {
    margin-top: 2px;
}

.form-postal {
    max-height: 1px;
    overflow: hidden;
    /* transition: 0.3s ease-in-out; */
    /* animation: expand 1s ease-in-out; */
    /* animation-play-state: paused;  */
}

@keyframes expand {
    0%, 100% {
        max-height: 0;
        transform-origin: 50% 0;
    }
    0% {
        max-height: 0;
    }

    100% {
        max-height: 100%;
    }
}

.expand {
    max-height: unset;
    overflow: auto;
}

.postal-visible {
    max-height: unset;
    overflow: visible;
}

.file-attach {
    position: relative;
    overflow: visible;
    width: 100%;
}

#file {
    position: relative;
    background: none;
    transition: 0.3s;
    border: none;
    color: #fff;
    width: 200px;;
    margin-top: 50px;
    text-align: center;
    align-self: center;
}

input::file-selector-button {
    font-weight: bold;
    color: #06183E;
    padding: 0.2em;
    border: none;
    border-radius: 3px;
    opacity: 0;
    width: 20px;
    margin-left: 50%;
}

@-moz-document url-prefix() {
    #file {
        border-radius: 20px;
        width: 100%;
    }
    input::file-selector-button {
        opacity: 1;
        width: 120px;
        background-color: #00DCFF;
    }

    input::file-selector-button:hover {
        transform: scale(1.05);
        box-shadow: 0 2px 10px rgba(0,220,255, 0.2);
    }
}


#file::before {
    content: "";
    background: url('../images/plus_icon.png') no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    transform: scale(0.9);
    top: -5px;
    z-index: 3;
    left: -9px;
    transition: 0.2s;
    /* transform-origin: 40px 10px ; */
    overflow: visible !important;
}


#file:hover::before {
    transform: scale(1.01);
    transform-origin: 20px 10px ;
}

#file:active {
    border: none;
}


.form-hidden {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

/* PAGE END =================================== */

#end {
    min-height: 40dvw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}


#end h2 {
    font-size: 3rem;
}

#end h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

/* -------MEDIA QUERIES ----------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */

/*Android styling */

/* Styles specifically for Android devices */
@media only screen and (max-width: 767px) and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    input[type='date'] {
        padding: 0;
        line-height: normal;
    }

}


@media (min-width: 1600px) {
    #banner {
        max-height: 90dvw;
    }
}

@media (max-width: 1600px) {
    #banner {
        max-height: 1100px;
    }
}

@media (max-width: 1400px) {
    .row-dates {
        margin-top: 0;
        margin-bottom: 5%;
    }

    #egg-btm {
        top: 13.5dvw;
    }

}

@media (min-width: 1200px) {
    #banner {
        min-height: 1500px;
    }
    .prizes-wrapper {
        margin-top: 0%;
    }
    input[type='date']::-webkit-calendar-picker-indicator {
        background-image: url(../images/dropdown.png);
        width: 25px;
        height: 25px;
        /* background-color: red; */
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 3.2rem;
    }

    #banner {
        height: 110dvw;
        max-height: 110dvw;

    }
    .cta {
        width: 220px;
        font-size: 1rem;
        height: 55px;
        line-height: 55px;
    }

    .cta-end {
        display: flex;
        align-items: center;
        line-height: 20px;
    }

    h4 {
        font-size: 1.5rem;
    }
    .rules-content {
        padding: 0 10%;
        margin-bottom: 5%;
    }
    .rules-row img {
        width: 60px;
    }

    .row-dates p {
        font-size: 1.2rem;
    }

    .form-wrapper {
        padding-top: 10%;
    }

    #question {
        top: 12dvw;
    }

    #sprawdz h3 {
        font-size: 1.5rem;
    }


    .fill {
        padding: 10px 20px;
        font-size: 0.9rem;
        line-height: 1rem;
    }


    .cta-yellow::before {
        width: 30px;
        left: 15px;
    }

    .prize-container {
        margin-top: 3dvw;
    }

    .nowin-text {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
}


@media (max-width: 992px) {

    #banner {
        height: 110dvw;
    }
    .prizes-wrapper {
        margin-top: -3%;
    }

    #family {
        width: 50%;
    }

    .form-wrapper {
        padding-top: 15%;
    }

    .form-wrapper .header-row::before {
        top: -8.5rem;
        left: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        /* height: 500px; */
        background: url('../images/uszy.png') no-repeat top;
        background-size: contain;
    }

    #main .ribbon {
        width: 50%;
    }

    .paralax-subpage {
        margin-top: 0;
    }

    .egg-wrapper {
        width: 50%;
        height: 70dvw;
    }
    #egg-btm {
        top: 23dvw
    }
    #question {
        top: 20%
    }

    .prize-container {
        height: 70%;
    }

    .nowin-text {
        font-size: 1.2rem;
    }
    .nowin-prize {
        width: 20%;
    }


}
@media (min-width: 768px) {
    .mobile-only {
        display: none
    }
}


@media (max-width: 768px) {
    #banner {
        height: 90dvw;
    }

    #multi {
        width: 90%;
    }

    #family {
        width: 40%;
    }
    #rules {
        margin-top: -5%;
    }
    .rules-cta {
        transform: translateY(23dvw);
    }

    .rules-row  img {
        margin-bottom: 30px;
    }

    .rules-row h4 {
        text-align: center;
    }
    .rules-row .col-md-10 {
        display: block !important;
    }

    .row-dates {
        margin-top: 10%;
    }

    .form-wrapper {
        padding-top: 30%;
    }

    .col-md-6 {
        position: relative;
    }

    .label-mobile {
        display: block;
        position: absolute;
        top: 20px;
        left: 35px;
        opacity: 0.7;
    }

    .input-50 {
        width: 100%;
    }
    .egg-wrapper {
        width: 35%;
    }


    /* .prize-container {
      height: 100%;
    } */

    .egg-wrapper {
        width: 50%;
    }
    #egg-btm {
        top: 23dvw
    }
    #question {
        top: 20%
    }

    .prize-container {
        height: 80%;
    }
    .fill-wrapper {
        margin-top: 15dvw;
    }


}


@media (max-width: 573px) {
    .px-layer-2 {
        top: 3%;
    }
    .prizes-wrapper {
        margin-top: 2%;
    }

    #multi {
        width: 100%;
        margin-top: 15%;
    }

    #rules {
        margin-top: 1%;
    }

    .rules-images {
        display: none;
    }

    .form-wrapper .header-row::before {
        top: -8.5rem;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        background: url('../images/uszy.png') no-repeat top;
        background-size: contain;
    }


    .green-bg-btm {
        position: absolute;
        bottom: -11.5dvw;
    }

    .partner-logo {
        margin-bottom: 30px;
        height: 80px;
    }

    .form-wrapper {
        padding-top: 60%;
    }

    .helper-receipt {
        right: -95px
    }


    .winner-title {
        font-size: 3.5rem;
        line-height: 4rem;
        margin-top: 50px;

    }

    .prize-container {
        margin-top: 15dvw;
    }

    .egg-wrapper {
        width: 60%;
        margin-bottom: 14dvw;
    }

    #egg-btm {
        top: 20dvw;
    }

    @keyframes slideup {
        0%, 100% {
            transform: translate(0%, 0%) rotate(0deg);
            bottom: 0;
            transform-origin: 50% 50%;
        }

        20% {
            transform: translate(2%,-2% ) rotate(3deg);
            bottom: 10%;
        }

        100% {
            transform: translate(10%, -60%) rotate(20deg);
            bottom: 60%;
        }
    }

    @keyframes slidedown {
        0%, 100% {
            transform: translate(0, 0) rotate(0deg);
            transform-origin: 50% 50%;
        }

        20% {
            transform: translate(-2%,2% ) rotate(3deg);
        }

        100% {
            transform: translate(-10%, 120%) rotate(20deg);
        }
    }

    .fill {
        margin-top: 20%;
    }

    .fill-wrapper{
        margin-top: 55dvw;
    }
}




@media (max-width: 458px) {
    #banner {
        min-height: 700px;
        height: 90dvh;
    }
    #family {
        width: 80%;
        top: -70dvw
    }
    .prizes-wrapper {
        margin-top: 5%;
    }

    .green-bg-top {
        top: -18dvw
    }
    .rules-cta {
        transform: translateY(20dvw);
        z-index: 50;
    }

    #main .ribbon {
        width: 70%;
    }

    .paralax-subpage {
        margin-bottom: 15dvw;
    }

    .helper-receipt {
        position: relative;
    }
    .form-wrapper .header-row::before {
        left: -20%;
    }

    #egg-top {
        top: -4dvw;
    }

    .egg-wrapper {
        margin-bottom: 30dvw;
    }


}

@media (max-width: 400px)  {
    #family { width: 100%;
        top: -85dvw;
    }
    #banner {
        height: auto;
        min-height: 410dvw;
        /* margin-bottom: 80dvh; */
    }

    .paralax-wrapper {
        height: 40%;
    }

    .prizes-wrapper {
        margin-top: -20%;
    }


    .prizes-wrapper .row {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .prizes-wrapper .col-4 {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .prozes-right,
    .prizes-left {
        transform: translateY(0);
    }

    .prizes-right {
        margin-bottom: 50px;
    }

    #card-200 {
        margin-top: -80%;
        width: 90%;
    }

    .paralax-subpage {
        height: 60dvw;
    }
    #egg-top {
        top: -4dvw;
    }

    .nowin-text {
        font-size: 1rem;
        line-height: 1rem;
    }


}
