@charset "utf-8";

:root {
    --yellow: #fcbd13;
    --blue: #213c88;
    --lightblue: #3775ba;
    --violet: #702a70;
    --beige: #f7d282;
    --brown: #432513;

    --navanimation: 6s;
}

html {
    width: 100%;
    height: 100%;
    font-size: clamp(12px,min(1.333vw, 1.569vh) ,16px);
}

body {
    font-size: 1rem;
    font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* typo*/

h1 {


}

h2 {
    font-family: 'dk_bocadilloregular';
    font-weight: normal;
    font-size: 3.125rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 2.125rem;
}



h3 {
    font-family: interstate, sans-serif;
    font-weight: bold;
    font-size: 1.563rem;
    color: var(--yellow);
}

.btn {
    --bs-btn-font-size: 1.302rem;
    font-weight: 500;
    min-width: 12.875rem;
    border-radius: 1.107rem;
}

.btn.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--yellow);
    --bs-btn-border-color: var(--yellow);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #var(--yellow);
    --bs-btn-hover-border-color: var(--yellow);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--yellow);
    --bs-btn-active-border-color: var(--yellow);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--yellow);
    --bs-btn-disabled-border-color: var(--yellow);

}

.btn.btn-secondary {

}

.btn.btn-link {

}

section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    position: relative;
}
section, .section {position: relative;}


section .container-fluid {max-width: 70rem;}

.hook {
    top:0;
    position: absolute;
}

/* fix do literki Ł */

.el {
    display: inline-block;
    position: relative;
}

.el::after {
    content: '-';
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
}


/* navbar */

.navbar {
    background-color: transparent;
    color: #000;
    padding-top: 4rem;
    background-color: rgba(252,189,19,0.00);
    box-shadow: 0px 1px 0px rgba(17,17,26,0.0), 0px 0px 8px rgba(17,17,26,0.0);

    transition: all .3s ease-In-Out;
}
.navbar.top-nav-collapse {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(252,189,19,1.00);
    box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);

    transition: all .3s ease-In-Out;

    animation: colorchange var(--navanimation) ease-in-out 0.3s infinite normal forwards;
}

.navbar:has(.show), .navbar:has(.collapsing) {
    background-color: rgba(252,189,19,1.00);
    box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);
}

@keyframes colorchange {
    0%,
    40%,
    100% {
        background-color: rgba(252,189,19,1.00);
    }

    50%, 90% {background-color: rgba(247,210,130,1.00);}

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-collapse.collapsing  {
        height: fit-content;
        overflow: visible;}

}

.navbar .container-fluid {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.navbar .navbar-nav .nav-link {
    font-family: interstate, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 1.042rem;
    letter-spacing: -0.02rem;
    padding-right: 0;
    padding-left: 2.5rem;
    text-align: center;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;

    height: 3.75rem;
    width: 10rem;
}
.navbar.top-nav-collapse  .navbar-brand  {
    background-image: url("../img/Edusho-logo-1kP0m_8.png"), url("../img/Tchibo-logo-ZJcvpLh.png");
    background-position: center center, center center;
    background-size: auto 60%, auto 60%;
    background-repeat: no-repeat, no-repeat;
    animation: logorchange var(--navanimation) ease-in-out 0s infinite normal forwards;
}

@keyframes logorchange {
    0%,
    40%,
    100% {
        background-image: url("../img/Edusho-logo-1kP0m_8.png");

    }

    50%, 90% {
        background-image: url("../img/Tchibo-logo-ZJcvpLh.png");

    }

}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: inherit;
}

/* hamburger  */



.navbar-toggler {
    padding: 10px;
    border: 0;
}


.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 23px;
    height: 16px;
    padding: 0;
}

button:focus, .navbar-toggler:focus  {
    outline: 0 !important;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon .bar {
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}


.navbar-toggler.collapsed .bar.bar1 {
    top:0;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .bar.bar2 {
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggler.collapsed .bar.bar3 {
    bottom:0;
    transform: rotate(0deg);
}


.navbar-toggler-icon .bar.bar1 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

.navbar-toggler-icon .bar.bar2 {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    opacity: 0;
}
.navbar-toggler-icon .bar.bar3 {
    bottom:calc(50% - 1px);
    transform: rotate(-45deg);
}


/* Home */

section.home {

    overflow: hidden;
    padding: 0;
}



.banner-slider {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

/* wspólny styl treści */
.content {
    width: 100%;
    height: 100%;

    box-sizing: border-box;
}

.content-inner {
    position: relative;
    width: 100vw;
    height: auto;

}


/* pierwszy banner */
.base {
    background:var(--yellow);
    color: white;
}

/* drugi banner (nakładka) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;


    color: var(--blue);
}

.overlay .content-inner {
    background-image: url("../img/hero-bg-02-HCINU_P.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    background-attachment: scroll;
    background-color: var(--beige);
}

/* linia */
.divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    z-index: 10;
}


.hero {
    position: relative;
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
}

.hero-desk {
    width: 100%;
    height: auto;
    display: none;
}

.hero-mob {
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {
    .hero-desk {display: inline-block;}
    .hero-mob {display: none;}
}

.hero .logo {
    position: absolute;
    left: 15px;

    height: 3.75rem;
    width: auto;
}

@media (min-width: 992px) {
    .hero .logo {left: 0;}

}

.base .hero .logo {
    top: 4.6rem;
}

.overlay .hero .logo {
    top: 3.25rem;
}

.counter {
    font-family: interstate, sans-serif;
    font-weight: bold;
    font-size: 1.06rem;
    letter-spacing: -0.02em;
    text-align: center;
    padding-bottom: 1rem;
}

.counter .numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 0.25rem;
    font-size: 2.668rem;
    line-height: 1;
    color: inherit;
}

.counter .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 4.188rem;
    background-color: #fff;
    border-radius: 1rem;
    color: var(--blue);
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .counter .numbers {
        font-size: 2rem;
        gap: 0.375rem;
    }

    .counter .numbers span {
        flex: 0 0 2.5rem;
        width: 2.5rem;
        height: 3.25rem;
        border-radius: 0.75rem;
    }
}

.pula-wyczerpana {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.62rem;
    margin-top: 2.5rem;
    line-height: 1.42;
}

.base .pula-wyczerpana {
    color: var(--violet);
}

.overlay .pula-wyczerpana {
    color: var(--brown);
    max-width: 35rem;
    margin-left: 0;
    margin-right: auto;
}

/* Second part of the page */

.page-wrapper {
    overflow: hidden;
    background: linear-gradient(0deg, var(--violet) 0%, var(--blue) 100%);
    position: relative;
}

.page-wrapper section {
    position: relative;
    z-index: 5;
}

.page-wrapper section .container-fluid {
    position: relative;
    z-index: 5;
}




/* Zasady */

.zasady {
    color: var(--yellow);
}
.zasady h2 {
    margin-bottom: 4rem;
}

.steps {
    font-size: 1.096rem;
    font-weight: bold;
    margin-bottom: 4rem;
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
}
.steps img {
    width: auto;
    height: 5.625rem;
    margin-bottom: 1.5rem;
}

.zasady p {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 0.761rem;
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;

}

/* Form */



/* Form */


.form h2 {
    margin-bottom: 2rem;
}

.form.form--state-message .container-fluid.container-xxl {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.form.form--state-message h2 {
    margin-bottom: 0;
}

.form {
    position: relative;
}


.form-control.is-invalid {
    background-image: none;
    background-color: #ff0000;
    color: #fff;
}

.form-control.is-invalid::placeholder {
    color: #fff;
}

.form-container .input-group-addon {
    border-radius: 0.875rem;
    border: 0;
    color: #fff;
    font-size: 1.171rem;
    padding: 0 0.25rem 0 0.5rem;
    height: 2.188rem;
    font-weight: 500;
    background-color: var(--yellow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-container .input-group-addon.bg-white {
    background-color: #fff;}


.form-container .input-group-addon img {
    width: auto;
    height: 1.688rem;
}

.form-container .input-group-addon .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group {
    transition: all 0.5s ease-in-out;
    min-height: 33px;
}

.form  .small-field {
    margin-top: 4px;
}


.form  .form-container {
    position: relative;
    max-width: 52.5rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--lightblue);
    border-radius: 3.44rem;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form  .form-container {
        padding: 2.75rem;
    }

}

.form  .form-container .form-red,
.form  .form-container .form-brown {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}



.form-container .form-control {
    border-radius: 0.875rem;
    border: 0;
    color: var(--blue);
    font-size: 1.301rem;
    font-weight: 500;
    padding:  0 0 0 1.5rem;
    height: 2.188rem;

    background-color: #fff;

}



.form-container .form-control::placeholder {
    color: var(--blue);
}

#addon-zl {
    height: 2.188rem !important;
    border-top-right-radius: 0.875rem;
    border-bottom-right-radius: 0.875rem;
}

#addon-gr {
    height: 2.188rem !important;
    border-top-right-radius: 0.875rem;
    border-bottom-right-radius: 0.875rem;
}

.wpiszpin-input-group input {
    border: solid 1px white !important;
}

.form-container label,
.form-container legend.col-form-label {
    width: 100%;
    font-size: 0.974rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.9;
}


.form-container label.form-check-label {
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1.73;
    text-align: justify;
}

.form-container label a {
    color: inherit;
}


.form-container  .form-check {
    position: relative;
    padding-left: 1.5rem;
}

.form-container .form-check-input {
    border-radius: 0;
    border: solid 1px #646463;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    margin-left: -1.5rem;
}



.form-container .form-check-input:checked[type=checkbox] {
    background-color: var(--blue);

}


.form-container .zgody .collapseBtn {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: 5px;
}

.form-container .zgody .collapseBtn.collapsed {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.form-container .more-btn {
    fill: #031d4f;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
    fill: #fff;
}

.form-container .zgody .collapse, .form-container .zgody .collapsing {
    background-color: #fff;
    color:#031d4f;
    font-size: 11px;
    padding: 20px 50px 20px 25px;

    -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
    position: absolute;

    z-index: 2;
    top: 0;
    right: -15px;

    width: 100%;
}

.btn-submit img {
    width: 7.75rem;
    height: auto;
}

.popover {
    width: 100%;
    max-width:  428px;
}

.popover-body {
    padding: 5px 0;
    border: 0;

}
.popover-body img {
    width: 100%;
    height: auto;
}



.zweryfikuj-btn {
    border-radius: 0.875rem;
    border: 0;
    color: var(--blue);
    font-size: 1.171rem;
    padding:  0 0 0 1rem;
    height: 2.188rem;
    font-weight: 500;
    background-color: var(--yellow);
    text-transform: uppercase;
}

.zweryfikuj-btn  span {
    padding-top: 0.15rem;
}

.zweryfikuj-btn  .info-btn  {
    width: auto;
    height: auto;
    margin-right: 4px;

}

.weryfikacja-stepII .form-control  {
    background-color: var(--yellow);

    text-align: center;
}

.wpiszpin-input-group {

    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.wpiszpin-input-group .form-control {

    background-color: transparent;
    color: #fff;
    text-align: center;
}

.wpiszpin-input-group .form-control::placeholder {
    color: #fff;
}

.btn-pin {
    background-color: transparent;
    color: #fff;
    margin: 0;
    width: auto;
    border: 0;
    padding: 0;

}

.zweryfikowano {
    font-size: 1.171rem;
    font-weight: bold;
    color: #fff;;
    width: 100%;
    text-align: center;

    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 2.188rem;
}

.zweryfikowano img {
    width: 2.063rem;
    height: auto;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}


.custom-file {
    height: 5.381rem;
    margin: auto;
    cursor: pointer;
}

.custom-file .custom-file-label::after {
    display: none;
}


.custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    position: absolute;
    top: 1.5rem;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    .custom-file-label {
        top: 3.5rem;
    }
}

.upload-file {
    position: relative;
    font-size: 0.974rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.22;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.upload-file .btn.btn-secondary {

    width: 100%;
    max-width: 10rem;
    min-width: 10rem;

    border-radius: 0.875rem;
    border: 0;
    color: var(--blue);
    font-size: 1.433rem;
    line-height: 2.188rem;
    padding: 0;
    height: 2.188rem;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;

    margin-left: auto;
    margin-right: auto;
    margin-top: auto;

}

.photo-prev {
    width: 6.938rem;
    max-width: 100%;
    height: 9.375rem;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.938rem;

}

.form-container .btn-secondary {
    font-size: 15.49px;
    line-height: 1.2;
}

.form-brown .btn-secondary {
    background-color: var(--brown);
}

.form-red .btn-secondary {
    background-color: var(--red);
}


.textarea .form-label {
    font-size: 16.67px;
}
.textarea .form-label small {
    font-size: 15.5px;
    display: block;
    line-height: 1.1;
}

.textarea .form-control {
    min-height: 190px;
    padding-top: 30px;
}

.letter-counter {
    position: relative;
    width: 100%;
    height: 15px;
    line-height: 15px;
    margin-bottom: -25px;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-size: 10px;
}


.popover {
    --bs-popover-border-color: #c4191b;
    --bs-popover-border-width: 2px;
    border-width: 2px;
    border-radius: 0;
}



.popover-body {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.popover-body img {
    width: 100%;
    height: auto;
}


/* Produkty */


.prod-img {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.prod-desk {
    width: 62.625rem;
    height: auto;
    margin-top: -3.75rem;
}


/* Kontakt */

.kontakt .contact-form  {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.kontakt  label {
    font-size: 1.53rem;
    font-weight: bold;
    color: var(--yellow);
    padding-left: 1.25rem;
}

.kontakt  .form-control {
    height: 3rem;
    border-radius: 1.5rem;
    color: var(--blue);
    font-size: 1.302rem;
    border: 0;
    padding-left: 1.25rem;
}

.kontakt  textarea.form-control {
    height: 14rem;
}

.kontakt .form-check-input {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background-color: var(--yellow);
    border: 0;
}

.kontakt .form-check-label {
    font-size: max(8px, 0.651rem);
    line-height: 1.3;
    font-weight: 500;
    padding-left: 0;
    text-align: justify;
}

.modal.yellow-modal {
    --bs-modal-bg: rgba(252,189,19,0.92);
    --bs-modal-width: 65rem;
}

.modal.yellow-modal .modal-content {
    border-radius: 8.334rem;
}
.modal.yellow-modal .modal-header .btn-close {
    background-image: none;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    opacity: 1;
}

.modal.yellow-modal .modal-header {
    border: 0;
    padding-top: 3rem;
    padding-right: 3rem;
}

.modal.yellow-modal h1 {
    font-family: montserrat, sans-serif;
    font-size: 2.736rem;
    font-weight: 500;
    color: var(--violet);
}

.modal.yellow-modal .modal-footer {
    border: 0;
}

/* OK modal */


.modal.gray-modal {
    --bs-modal-bg: transparent;
    --bs-modal-width: 20rem;
}
.modal.gray-modal .modal-header .btn-close {
    background-image: none;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    opacity: 1;
    filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0,0,0,0.75));
}


.modal.gray-modal .modal-content,
.modal.gray-modal  .modal-header,
.modal.gray-modal  .modal-body,
.modal.gray-modal  .modal-footer {
    border: 0;
    padding: 0;
}

.modal.gray-modal  .modal-body .ratio {
    background-color: #fff;
    border: solid 0.5rem #1f274b;
    border-radius: 50%;
    box-shadow: 2.875rem 2.875rem 2.875rem 0px rgba(0,0,0,0.75);
}

.modal.gray-modal h1 {
    font-family: interstate, sans-serif;
    font-size: 2.599rem;
    text-transform: uppercase;
    color: #1f274b;
    line-height: 0.8;
    margin: auto;
}
.modal.gray-modal h1 small {
    font-size: 1.302rem;
    display: inline-block;
    line-height: 1;
}


/* ERROR modal */


.modal.red-modal {
    --bs-modal-bg: transparent;
    --bs-modal-width: 20rem;
}
.modal.red-modal .modal-header .btn-close {
    background-image: none;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    opacity: 1;
    filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0,0,0,0.75));
}


.modal.red-modal .modal-content,
.modal.red-modal  .modal-header,
.modal.red-modal  .modal-body,
.modal.red-modal  .modal-footer {
    border: 0;
    padding: 0;
}

.modal.red-modal  .modal-body .ratio {
    background-color: #b23139;
    border-radius: 50%;
    box-shadow: 2.875rem 2.875rem 2.875rem 0px rgba(0,0,0,0.75);
}

.modal.red-modal h1 {
    font-family: interstate, sans-serif;
    font-size: 3.248rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 0.8;
    margin: auto auto 2rem auto;
}
.modal.red-modal h2 {
    font-family: interstate, sans-serif;
    font-size: 1.624rem;
    display: inline-block;
    line-height: 1;
    margin: 0 auto auto auto;
    color: #fff;
}



/* parallax */


.main-arrow {
    position: absolute;
    z-index: 1;
    top: 20rem;
    bottom: 45rem;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 70rem);
    width: 89.375rem;


    display: none;
}

@media (min-width: 768px) {
    .main-arrow {
        display: block;
    }}


/* mobile arrow  */

@media (max-width: 767.98px) {

    .zasady {
        background-image: url("../img/arrow-mob-02-4YZ24kJ.svg"), url("../img/arrow-mob-01-NpAQpxd.svg");
        background-repeat:  no-repeat, no-repeat;
        background-position: center bottom, left top;
    }

    .form {
        background-image: url("../img/arrow-mob-03-P5WZygh.svg");
        background-repeat:  no-repeat;
        background-position: center bottom;
    }

    .produkty {
        background-image: url("../img/arrow-mob-02-4YZ24kJ.svg");
        background-repeat:  no-repeat;
        background-position: center bottom;
    }

    .kontakt {
        background-image: url("../img/arrow-mob-04-rfAK1VC.svg");
        background-repeat:  no-repeat;
        background-position: center bottom calc(50vw + 7.5rem);
    }
}


.page-footer {
    background: transparent;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 0.875rem;
    padding-bottom: 3rem;
}

.page-footer .footer-nav {
    text-align: center;
}

.page-footer a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.page-footer a:hover,
.page-footer a:focus {
    color: #fff;
}

.parallax {
    position: absolute;
    z-index: 2;
    height: auto;

}





@media (min-width: 768px) {
    .parallax01 {
        width: 16.188rem;
        top: 6.25rem;
        right: calc(50% + 26.25rem);
    }


    .parallax02 {
        width: 16.875rem;
        bottom: -10rem;
        left: calc(50% + 25.313rem);
    }


    .parallax03 {
        width: 19.688rem;
        top: 30.375rem;
        right: calc(50% + 25.5rem);
    }

    .parallax04 {
        width: 23.25rem;
        bottom: -11rem;
        left: calc(50% + 24.5rem);
    }

    .parallax05 {
        width: 22.688rem;
        bottom: -12rem;
        right: calc(50% + 20.938rem);
    }

    .parallax06 {
        width: 15.563rem;
        bottom: 21rem;
        left: calc(50% + 25.313rem);
    }

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

    .parallax01 {
        width: 8rem;
        top: 1rem;
        right: calc(50% + 5rem);
    }
    .parallax02 {
        width: 12rem;
        bottom: -4rem;
        right: -3rem;
    }

    .parallax03 {
        width: 20rem;
        top: 5rem;
        left: -5rem;
    }

    .parallax04 {
        width: 13rem;
        bottom: -1rem;
        right: -1rem
    }
    .parallax05 {
        width: 16rem;
        bottom: -5rem;
        left: calc(50% - 9rem);
    }

    .parallax06 {
        display: block;
        position: relative;
        margin: 2rem auto 0 auto;
        width: auto;
        height: 60vw
    }

}



.parallax01 {
    transform: translateY(calc(var(--trig) * 0.5)) translateX(calc(var(--trig) * -0.5)) rotateZ(calc(var(--trig-deg) * -0.075));
}

.parallax03 {
    transform: translateY(calc(var(--trig) * 0.5)) rotateZ(calc(var(--trig-deg) * -0.075));
}

.parallax05 {
    transform: translateY(calc(var(--trig) * 0.25)) translateX(calc(var(--trig) * 0.25)) rotateZ(calc(var(--trig-deg) * -0.075));
}


.parallax02, .parallax04 {
    transform: translateY(calc(var(--trig) * 0.5)) rotateZ(calc(var(--trig-deg) * 0.075));
}

.parallax06 {
    transform: translateY(calc(var(--trig) * -0.25));
}


/* zaślepki */

.form-container .zaslepka {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    color: var(--yellow);
    font-size: 3.125rem;
    line-height: 1.4;
    padding: 4.5rem 2rem;
    min-height: 14rem;
}

@media (max-width: 767px) {
    .form.form--state-message .container-fluid.container-xxl {
        gap: 5rem;
    }

    .form-container .zaslepka {
        font-size: 1.75rem;
        min-height: 10rem;
        padding: 2rem 1rem;
    }
}


.datepicker-controls .btn {
    min-width: 0 !important;
    border-radius: 0.875rem;
    font-weight: normal;
}

.grecaptcha-badge {
    z-index: 999999 !important;
}
